-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathabout.html
More file actions
243 lines (221 loc) · 10.3 KB
/
Copy pathabout.html
File metadata and controls
243 lines (221 loc) · 10.3 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
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
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>WE Mars | Our Team</title>
<!--Google Fonts link-->
<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=Poppins:wght@300;400;500;600;700&family=Chakra+Petch:wght@500;600;700&display=swap" rel="stylesheet">
<!--Links css file to html site-->
<link rel="stylesheet" href="style.css">
<!--Links bootstrapcdn-->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.2/css/all.min.css"
integrity="sha512-z3gLpd7yknf1YoNbCzqRKc4qyor8gaKU1qmn+CShxbuBusANI9QpRohGBreCFkKxLhei6S9CQXFEbbKuqLg0DA=="
crossorigin="anonymous" referrerpolicy="no-referrer" />
</head>
<body>
<section class="sub-header">
<nav>
<a href="index.html"><img src="images/WEMARS_Logo_New.png"></a>
<div class="nav-links" id="navLinks">
<ul>
<li><a href="index.html"><span class="top"><span>Home</span></span><span class="bottom"><span>Home</span></span></a></li>
<li><a href="about.html"><span class="top"><span>About</span></span><span class="bottom"><span>About</span></span></a></li>
<li><a href="subsystems.html"><span class="top"><span>Subsystems</span></span><span class="bottom"><span>Subsystems</span></span></a></li>
<li><a href="sponsor.html"><span class="top"><span>Sponsor</span></span><span class="bottom"><span>Sponsor</span></span></a></li>
<li><a href="Join.html"><span class="top"><span>Join Us</span></span><span class="bottom"><span>Join Us</span></span></a></li>
</ul>
</div>
</nav>
<nav class="m-nav">
<div class="responsive-nav">
<a href="javascript:void(0);" class="icon" onclick="toggleMenu()" aria-expanded="false" aria-label="Open menu"><i class="fa fa-bars"></i></a>
<img src="images/WEMARS_Logo_New.png" class="logo">
<div class="bar" id="myLinks">
<a href="index.html">Home</a>
<a href="about.html">About</a>
<a href="subsystems.html">Subsystems</a>
<a href="sponsor.html">Sponsor</a>
<a href="Join.html">Join Us</a>
</div>
</div>
</nav>
<h1>Our Team</h1>
</section>
<div class="team-wrap">
<!-- Leadership -->
<section class="team-section team-section--leadership">
<div class="team-head">
<span class="section-eyebrow">Leadership</span>
<h2 class="section-title">Our <span class="grad">leaders</span></h2>
</div>
<div class="team-grid team-grid--leadership">
<div class="profile">
<div class="lead-portrait">
<img class="lead-portrait__photo" id="lead-chris" src="images/aboutpage/Chris_Headshot-removebg-preview.png" alt="Chris Latosinsky">
</div>
<h1>Chris Latosinsky</h1>
<h4>Co-President</h4>
</div>
<div class="profile">
<div class="lead-portrait">
<img class="lead-portrait__photo" id="lead-bryan" src="images/aboutpage/Bryan2-removebg-preview.png" alt="Bryan Heddle">
</div>
<h1>Bryan Heddle</h1>
<h4>President</h4>
</div>
<div class="profile">
<div class="lead-portrait">
<img class="lead-portrait__photo" id="lead-ben" src="images/aboutpage/BEN_HEADSHOT-removebg-preview.png" alt="Ben Ashman">
</div>
<h1>Ben Ashman</h1>
<h4>Co-President</h4>
</div>
</div>
</section>
<!-- Mechanical -->
<section class="team-section">
<div class="team-head">
<span class="section-eyebrow">Sub-team</span>
<h2 class="section-title"><span class="grad">Mechanical</span></h2>
</div>
<div class="team-grid">
<div class="profile profile--placeholder">
<div class="person">
<div class="person__container person__container--placeholder">
<div class="profile-placeholder"><i class="fa-solid fa-user"></i></div>
</div>
</div>
<h1>Open Role</h1>
<h4>Mechanical Lead</h4>
</div>
</div>
</section>
<!-- Electrical -->
<section class="team-section">
<div class="team-head">
<span class="section-eyebrow">Sub-team</span>
<h2 class="section-title"><span class="grad">Electrical</span></h2>
</div>
<div class="team-grid">
<div class="profile profile--placeholder">
<div class="person">
<div class="person__container person__container--placeholder">
<div class="profile-placeholder"><i class="fa-solid fa-user"></i></div>
</div>
</div>
<h1>Open Role</h1>
<h4>Electrical Lead</h4>
</div>
</div>
</section>
<!-- Software -->
<section class="team-section">
<div class="team-head">
<span class="section-eyebrow">Sub-team</span>
<h2 class="section-title"><span class="grad">Software</span></h2>
</div>
<div class="team-grid">
<div class="profile profile--placeholder">
<div class="person">
<div class="person__container person__container--placeholder">
<div class="profile-placeholder"><i class="fa-solid fa-user"></i></div>
</div>
</div>
<h1>Open Role</h1>
<h4>Software Lead</h4>
</div>
</div>
</section>
<!-- Business -->
<section class="team-section">
<div class="team-head">
<span class="section-eyebrow">Sub-team</span>
<h2 class="section-title"><span class="grad">Business</span></h2>
</div>
<div class="team-grid">
<div class="profile profile--placeholder">
<div class="person">
<div class="person__container person__container--placeholder">
<div class="profile-placeholder"><i class="fa-solid fa-user"></i></div>
</div>
</div>
<h1>Open Role</h1>
<h4>Business Lead</h4>
</div>
</div>
</section>
<!-- Science -->
<section class="team-section">
<div class="team-head">
<span class="section-eyebrow">Sub-team</span>
<h2 class="section-title"><span class="grad">Science</span></h2>
</div>
<div class="team-grid">
<div class="profile profile--placeholder">
<div class="person">
<div class="person__container person__container--placeholder">
<div class="profile-placeholder"><i class="fa-solid fa-user"></i></div>
</div>
</div>
<h1>Open Role</h1>
<h4>Science Lead</h4>
</div>
</div>
</section>
<!-- Founder -->
<section class="team-section team-section--founder">
<div class="team-head">
<span class="section-eyebrow">Where it started</span>
<h2 class="section-title"><span class="grad">Founder</span></h2>
</div>
<div class="team-grid team-grid--founder">
<div class="profile">
<div class="lead-portrait">
<img class="lead-portrait__photo" id="lead-founder" src="images/aboutpage/eugeune-removebg-preview.png" alt="Eugen Porter">
</div>
<h1>Eugen Porter</h1>
<h4>Founder</h4>
</div>
</div>
</section>
</div>
<section class="footer">
<h2>WE Mars Team</h2>
<h3>1151 Richmond St<br>London, ON N6A 3K7</h3>
<a href="sponsor.html" class="hero-btn" id="contact-btn">CONTACT US</a>
<div class="icons-container">
<div class="icons"><a href=""><i class="fa-brands fa-facebook fa-2xl"></i></a></div>
<div class="icons"><a href="https://www.instagram.com/we.mars/"><i class="fa-brands fa-instagram fa-2xl"></i></a></div>
<div class="icons"><a href="https://www.linkedin.com/company/western-engineering-mars-rover-team/about/"><i class="fa-brands fa-linkedin fa-2xl"></i></a></div>
</div>
<p>Made by WeMars members</p>
</section>
<!--Javascript for Toggle Menu-->
<script>
var navLinks = document.getElementById("navLinks");
function showMenu() {
navLinks.style.right = "0";
}
function hideMenu() {
navLinks.style.right = "-200px";
}
function toggleMenu() {
var menu = document.getElementById("myLinks");
var isOpen = menu.classList.toggle("is-open");
var icon = document.querySelector(".m-nav .icon");
if (icon) {
icon.setAttribute("aria-expanded", isOpen ? "true" : "false");
icon.setAttribute("aria-label", isOpen ? "Close menu" : "Open menu");
}
var iconMark = icon && icon.querySelector("i");
if (iconMark) {
iconMark.classList.toggle("fa-bars", !isOpen);
iconMark.classList.toggle("fa-xmark", isOpen);
}
}
</script>
</body>
</html>