-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
100 lines (88 loc) · 4.78 KB
/
index.html
File metadata and controls
100 lines (88 loc) · 4.78 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=5.0, minimum-scale=1.0">
<meta property="og:title" content="Erick White - Student, Researcher, Engineer">
<meta property="og:type" content="article">
<meta property="og:description" content="Erick White's personal portfolio website.">
<meta property="og:image"
content="https://github.com/ErickWhiteDev/erickwhitedev.github.io/blob/main/assets/images/BoatsOnWater.jpeg?raw=true">
<meta property="og:url" content="https://erickwhitedev.github.io">
<meta name="twitter:card" content="summary_large_image">
<meta name="theme-color" content="#1d7fdb">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<script defer src="components/page-menu.js" type="text/javascript"></script>
<script defer src="components/footer.js" type="text/javascript"></script>
<script defer src="scripts/blurHeader.js" type="text/javascript"></script>
<script defer src="scripts/themeSwitcher.js" type="text/javascript"></script>
<script defer src="scripts/menuHandler.js" type="text/javascript"></script>
<script defer src="scripts/getYear.js" type="text/javascript"></script>
<script defer src="scripts/formSubmitHandler.js" type="text/javascript"></script>
<link href="assets/favicon.ico?" type="image/x-icon" rel="shortcut icon">
<link href="styles/main.css" type="text/css" rel="stylesheet">
<link href="styles/home.css" type="text/css" rel="stylesheet">
<title>Erick White - Home</title>
<meta name="description"
content="Erick White - student, researcher, engineer. This website is all about me - my accomplishments, experience, and more.">
</head>
<body>
<menu id="page-menu"></menu>
<div class="main-background">
<main>
<header>
<div class="intro">
<h1 class="page-title">Erick White</h1>
<h2 class="page-subtitle">Student / Researcher / Engineer</h2>
</div>
</header>
<div class="home-grid">
<article class="container light" id="intro">
<h3>Hi! I'm <span class="stylized">Erick White</span>.</h3>
<p>
I'm an undergraduate senior with a passion for many STEM fields, especially aerospace engineering,
programming, math.
I've wanted to be an astronaut since I was extremely young; I'm studying aerospace
engineering and applied math at the University of Colorado Boulder, with the intent of pursuing a
graduate degree in astrodynamics.
I enjoy volunteering with my local astronomical society at outreach events, as well as
programming as a hobby.
</p>
</article>
<article class="container dark" id="info">
<h3>Site Info</h3>
<p>
This website is designed to help you learn a little about me - my interests, hobbies,
principles, experience, and more.
On each page, you'll find something a little different - some background about me, some of my
projects, the work I do, and more.
If you ever want to learn more, feel free to <a class="link" href="#contact-form">contact
me!</a>
</p>
</article>
<article class="container light" id="mission">
<h3>My Mission</h3>
<p>I aim to leave behind positive change with the work I do, no matter how small it may be.
Whether it be programming, designing, building, or anything else, I want my efforts to impact
the lives of both myself and others.
I want to make a change with what I do, and in doing so, hopefully inspire others to make change
as well.</p>
</article>
<article class="container dark" id="leadership">
<h3>My Leadership</h3>
<p>
I am a leader, able to take a task given to me and, through the effort of my team and I, present
a solution.
I seek to create an environment within my team in which each member contributes and all members
benefit, something sorely lacking in too many teams.
In utilizing my talent in both learned material and leadership, I work to make a team
environment the best possible workspace.
</p>
</article>
<div class="container light" id="photo"></div>
</div>
<footer id="footer"></footer>
</main>
</div>
</body>
</html>