-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
176 lines (154 loc) · 6.21 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
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Bridget Meyboom</title>
<link rel="stylesheet" href="style.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Pixelify+Sans:wght@400;700&display=swap" rel="stylesheet">
<!--link below from searching font awesome cdn, for close icon for smaller devices -->
<script src="https://kit.fontawesome.com/dfd5dc561d.js" crossorigin="anonymous"></script>
<meta property='og:title' content='Bridget Meyboom'/>
<!-- Metadata updates! -->
<meta property='og:image' content='https://i.ibb.co/WGnfMnB/bikes-and-landscape.jpg' />
<meta property='og:description' content="Bridget Meyboom's virtual portfolio."/>
<meta property='og:url' content='bridgetmeyboom.com'/>
<meta property='og:image:width' content='1200' />
<meta property='og:image:height' content='630' />
<meta property='og:type' content='website'/>
</head>
<body>
<section class = "header">
<nav>
<a href="index.html"><img src="images/bike.png"></a>
<div class="nav-links" id="navLinks"> <!-- id identifies script? -->
<i class="fa-solid fa-xmark" onclick="hideMenu()"></i> <!-- close icon for small device menu -->
<ul>
<li><a href = "index.html">HOME</a></li>
<li><a href = "about.html">ABOUT</a></li>
<li><a href = "projects.html">PROJECTS ETC.</a></li>
<!-- <li><a href = "travel.html">TRAVEL</a></li> -->
<li><a href = "contact.html">CONTACT</a></li>
</ul>
</div>
<i class="fa-solid fa-bars" onclick="showMenu()"></i> <!-- menu icon for small devices -->
</nav>
<div class="text-box"> <!-- Class name is text-box, in CSS make style changes under division of same name! -->
<h1>SITE UNDER CONSTRUCTION</h1>
<p>I'm teaching myself how to code this site from scratch so I am working on new content! <br>Stay tuned for updates. For now you can enjoy my random <br>collection of photos and abridged content.</p>
<a href= "https://github.com/bmeyboom/website-project" class="top-btn">Check out my code</a> <!-- button! -->
</div>
</section>
<!---- page: projects----->
<section class="projects">
<h1>Projects</h1>
<p>
Whether work, personal, or through school, these are the projects </br> I've taken on over the past few years.
</p>
<div class="row">
<div class="projects-col" onclick="location.href='projects.html'">
<h3>
PERSONAL
</h3>
<p>
Projects I've taken on in my own time.
</p>
</div>
<div class="projects-col" onclick="location.href='projects.html'">
<h3>
SCHOOL
</h3>
<p>
Projects I've taken on over the projects of my degree.
</p>
</div>
<div class="projects-col" onclick="location.href='projects.html'">
<h3>
WORK
</h3>
<p>
Projects I've been able to take on through work or volunteering.
</p>
</div>
</div>
</section>
<!----- extracurricular page ----->
<section class="campus">
<h1> INTERESTS </h1>
<p>Experiences I've had the pleasure of taking on outside of work and school!</p>
<div class="row">
<div class="campus-col" onclick="location.href='projects.html'">
<img src="images/pne_crit.jpg">
<div class="layer"> <!-- Puts layer over image! See CSS for colour filter. -->
<h3>CYCLING</h3>
</div>
</div>
<div class="campus-col" onclick="location.href='projects.html'">
<img src="images/whistler_50_2023.JPG">
<div class="layer"> <!-- Puts layer over image! See CSS for colour filter. -->
<h3>RUNNING</h3>
</div>
</div>
<div class="campus-col" onclick="location.href='projects.html'">
<img src="images/cooking class.jpg">
<div class="layer"> <!-- Puts layer over image! See CSS for colour filter. -->
<h3>ADVENTURE</h3>
</div>
</div>
</div>
</div>
</section>
<!-------- testimonials ------->
<!-- <section class="testimonials">
<h1>SOME TESTIMONIALS</h1>
<p>descriptino paragroinasdf alsdkfjasdf</p>
<div class="row">
<div class="testimonial-col">
<img src="images/helena.jpg">
<div>
<p>descriptoinasdfljasd ;lfkj asdlfkj </p>
<h3>Helena</h3>
<i class="fa-solid fa-star"></i>
<i class="fa-solid fa-star"></i>
<i class="fa-solid fa-star"></i>
<i class="fa-solid fa-star"></i>
<i class="fa-solid fa-star"></i>
</div>
</div>
<div class="testimonial-col">
<img src="images/burgee boys.jpg">
<div>
<p>descriptoinasdfljasd ;lfkj asdlfkj </p>
<h3>Burgee Boys</h3>
<i class="fa-solid fa-star"></i>
<i class="fa-solid fa-star"></i>
<i class="fa-solid fa-star"></i>
<i class="fa-solid fa-star"></i>
<i class="fa-solid fa-star-half"></i>
</div>
</div>
</div>
</section> -->
<!-- Call to Action -->
<!-- <section class="cta">
<h1>Get<br>in touch!</h1>
<a href="contact.html" class="hero-btn">CONTACT</a> <!-- A reused class! -->
</section> -->
<!-- Footer -->
<section class="footer">
<h4>BRIDGET MEYBOOM</h4>
<p>Engineering Physics</br>Environment and Social Sustainability</br>Cyclist and Adventurer</br><a href="contact.html" class="foot-btn">Get in touch!</a></p>
</section>
<!--------JavaScript for Toggle Menu ------->
<script>
var navLinks = document.getElementById("navLinks");
function showMenu(){
navLinks.style.right = "0"; // in java??!! changes style to show menu
}
function hideMenu(){
navLinks.style.right = "-200px";
}
</script>
</body>
</html>