-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
84 lines (76 loc) · 2.35 KB
/
index.html
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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>Elizabeth Van Metre</title>
<link rel="stylesheet" href="css/styles.css">
<link rel="shortcut icon" href="favicon_io/favicon.ico">
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Dancing+Script&display=swap" rel="stylesheet">
</head>
<body>
<div class="space">
<br>
<br>
<br>
<br>
<img id="clouds" src="images/website-header-2.png" alt="cloudy-sky-sun-header">
</div>
<div class="text-layout">
<h1>I'm Elizabeth.</h1>
<p>and I want to study engineering.</p>
</div>
<div class="image-div">
<!-- NOTE: <img id="hills" src="images/website-header-1.png" alt="hills-wind-turbines-header"> -->
</div>
<br>
<br>
<div class="breakup">
<hr>
<br>
<h2>Get to know me.</h2>
<p class="inside-breakup">Hey! It's nice to meet you. For a bit of background information on who I
am, please click the link below to my About Me page!</p>
<div class="nav-buttons">
<a href="about-me.html"><img class="page-button" src="images/aboutmebutton-2.png" alt="about-me-button-2"></a>
</div>
<br>
<hr>
</div>
<br>
<br>
<div class="breakup">
<hr>
<br>
<h2>College plans.</h2>
<p class="inside-breakup">I'm currently taking a gap year, which means I've had a lot of time to think
about what I want to do. I'm still not entirely sure, but click the link below to see which college
I think is the best fit for me.</p>
<div class="nav-buttons">
<a href="college.html"><img class="page-button" src="images/college-button.png" alt="college-button"></a>
</div>
<br>
<hr>
</div>
<br>
<br>
<div class="breakup">
<hr>
<br>
<h2>The distant future.</h2>
<p class="inside-breakup">The future is so far away, but I want to have a plan for what to do.
If you click the link below, you can see my thought process for what I want careers I may want
to pursue and how that will shape my life.</p>
<div class="nav-buttons">
<a href="career.html"><img class="page-button" src="images/career-button.png" alt="career-button"></a>
</div>
<br>
<hr>
</div>
<div class="space">
</div>
<p class="center-me">This website was made by Elizabeth Van Metre.</p>
<br>
<br>
</body>
</html>