-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathteam.html
503 lines (426 loc) · 27.5 KB
/
team.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
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
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="">
<meta name="author" content="">
<meta http-equiv="X-Clacks-Overhead" content="GNU Terry Pratchett" />
<title>Lehigh Hyperloop</title>
<!-- Bootstrap Core CSS -->
<link rel="stylesheet" href="css/bootstrap.min.css" type="text/css">
<!-- Costom CSS -->
<link rel="stylesheet" href="css/costom.css" type="text/css">
<!-- Custom Fonts -->
<link href='http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Merriweather:400,300,300italic,400italic,700,700italic,900,900italic' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="font-awesome/css/font-awesome.min.css" type="text/css">
<!-- Plugin CSS -->
<link rel="stylesheet" href="css/animate.min.css" type="text/css">
<!-- Custom CSS -->
<link rel="stylesheet" href="css/creative.css" type="text/css">
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body id="page-top">
<!-- Navigation -->
<nav class="navbar navbar-custom navbar-fixed-top" role="navigation">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-main-collapse">
<i class="fa fa-bars"></i>
</button>
<a class="navbar-brand page-scroll" href="index.html">
<span class="light">LEHIGH</span> Hyperloop
</a>
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse navbar-right navbar-main-collapse">
<ul class="nav navbar-nav">
<li class="hidden">
<a href="#page-top"></a>
</li>
<li>
<a class="page-scroll" href="index.html#Sponsors">Sponsors</a>
</li>
<li>
<a class="page-scroll" href="pod.html">Pod</a>
</li>
<li>
<a class="page-scroll" href="team.html">Our Team</a>
</li>
<li>
<div class="dropdown">
<button onclick="myFunction()" class="dropbtn">Year 1</button>
<div id="myDropdown" class="dropdown-content">
<a href="2016team.html">Team </a>
<a href="2016pod.html">Pod</a>
</div>
</div>
</li>
<li>
<a class="page-scroll" target="_blank" href="http://ignite.lehigh.edu/hyperloop">Donate</a>
</li>
<li>
<a class="page-scroll" href="index.html#contact">Contact</a>
</li>
</ul>
</div>
<!-- /.navbar-collapse -->
</div>
<!-- /.container -->
</nav>
<!-- Page Content -->
<div class="bg-primary">
<div class="container">
<section class="no-padding" id="profilelist">
<div class="container-fluid">
<h2>Executive Board</h2>
<div class="profile-right">
<!-- <img src="" alt="" hspace="20" align="left" width="20%" height="auto"> -->
<div id="profileimg" style="background-image:url('')"></div></a>
<div id="profileinfo">
<p class="title">
Co-Engineering Lead, Simulation Lead
</p>
<p id="name">
Nithin Rajaram
</p>
<p class="major">
Mechanical Engineering
</p>
<p class="quote"><em>I joined the team because I wanted to work on an innovative project that could potentially change the transportation industry. I'm in charge of all the simulations done on the pod and its components.
</em></p>
</div>
</div>
<div class="profile-left">
<!-- <img src="" alt="" hspace="20" align="left" width="20%" height="auto"> -->
<a target="_blank" href="#img7"><div id="profileimg" style="background-image:url('img/team/headshots/small/Headshot_GrantM.png')"></div></a>
<div id="profileinfo">
<p class="title">
Build Lead/Co-Team Captain
</p>
<p id="name">
Grant Moore
</p>
<p class="major">
Industrial and Systems Engineering
</p>
<p class="quote"><em>Grant Moore joined the team specifically for the build portion of the competition. His family builds residential homes for a living and he has a firm grasp of how to use all hand and power tools. Grant has led all aspects of pod fabrication, shipping box fabrication, and workspace training. It is one thing to design the sub-systems necessary to make the pod work as a collegiate-level engineer, but it takes a lot more to keep those designers in the land of realism, and produce a final working product. Without him, there is no way the pod could have been built or shipped across the country. Grant taught the entire build team how to use the tools necessary to build the pod and acted as the foreman for the build process. Grant has been such a enormous part of the team that it was an easy decision to promote him to his current position as Co-Team Captain.
</em></p>
</div>
</div>
<div class="profile-right">
<!-- <img src="" alt="" hspace="20" align="left" width="20%" height="auto"> -->
<div id="profileimg" style="background-image:url(')"></div></a>
<div id="profileinfo">
<p class="title">Head of Marketing and Sponsor Allocation</p>
<p id="name">Alex Castellano</p>
<p class="major">Marketing</p>
<p class="quote"><em>Alex oversees business and marketing aspects of the club, including social media accounts, advertisements, emails, and communication with sponsors and donators..
</em></p>
</div>
</div>
<div class="profile-left">
<!-- <img src="" alt="" hspace="20" align="left" width="20%" height="auto"> -->
<a target="_blank" href="https://www.linkedin.com/in/onur-gencer-ates-789831b1"><div id="profileimg" style="background-image:url('img/team/headshots/small/Headshot_GencerO.jpg')"></div></a>
<div id="profileinfo">
<p class="title">Secretary/Future Outreach Team Captain</p>
<p id="name">Onur Gencer Ates</p>
<p class="major">Industrial and Systems Engineering</p>
<p class="quote"><em>Gencer joined the team in spring 2016 and has been a huge help ever since. With a large team there is a lot of subteams that all need to be managed and updated. While assisting with fabrication, he also kept all the team members up to date by compiling weekly updates and distributing the info to the rest of the team. Gencer will be a team captain for the second competition with a focus on outreach.
</em></p>
</div>
</div>
<div class="profile-right">
<!-- <img src="" alt="" hspace="20" align="left" width="20%" height="auto"> -->
<a target="_blank" href=""><div id="profileimg" style="background-image:url()"></div></a>
<div id="profileinfo">
<p class="title">
Lead Electrical Engineer
</p>
<p id="name">
Raymond Tetyevsky
</p>
<p class="major">
B.S. Electrical Engineering
</p>
<p class="quote"><em>Raymond joined in fall of 2017, and is responsible for directing the electrical subsystem team. His experience in the electrical, mechanical, and aerospace field, assist him in the design and implementation of the electronic control/navigation system.
</em></p>
</div>
</div>
<div class="profile-left">
<!-- <img src="" alt="" hspace="20" align="left" width="20%" height="auto"> -->
<a target="_blank" href="https://www.linkedin.com/in/bryce-cavey-bb8246141/"><div id="profileimg" style="background-image:url('')"></div></a>
<div id="profileinfo">
<p class="title">
Engineering Lead
</p>
<p id="name">
Bryce Cavey
</p>
<p class="major">
Mechanical Engineering
</p>
<p class="quote"><em>
Bryce joined the team as a Freshman in 2017. He is a member of the engineering team, is working on a design to launch our pod from the starting line, and is responsible for renders of our pod.
</em></p>
</div>
</div>
<div class="profile-right">
<!-- <img src="" alt="" hspace="20" align="left" width="20%" height="auto"> -->
<a target="_blank" href=""><div id="profileimg" style="background-image:url('')"></div></a>
<div id="profileinfo">
<p class="title">
Lead Engineer
</p>
<p id="name">
Alexander Radetsky
</p>
<p class="major">
Electrical Engineering, Computer Science
</p>
<p class="quote"><em>Having been a part of the team for over a year, Alex is a now Lead Engineer. His experience with Mechanical and Electrical systems alike allows him to manage subteams and oversee pod production from early design, to implementation and testing. His CAD experience allows him to lead the design team and teach others to develop their CAD skills.
</em></p>
</div>
</div>
<!-- **************
*DESIGN TEAM *
************** -->
<h2>Design Team</h2>
<div class="profile-right">
<!-- <img src="" alt="" hspace="20" align="left" width="20%" height="auto"> -->
<a href="#img9"><div id="profileimg" style="background-image:url('img/team/headshots/small/Headshot_JohnO.png')"></div></a>
<div id="profileinfo">
<p class="title">
Programming Lead
</p>
<p id="name">
John Ott
</p>
<p class="major">
Computer Science
</p>
<!-- <p class="quote"><em>"
I would like to not only learn the basis of engineering and design through hands on experience, but also be part of history in the making."
</em></p> -->
</div>
</div>
<div class="profile-left">
<!-- <img src="" alt="" hspace="20" align="left" width="20%" height="auto"> -->
<a href="#img10"><div id="profileimg" style="background-image:url('img/team/headshots/small/Headshot_JessieG.png')"></div></a>
<div id="profileinfo">
<p class="title">
Programming
</p>
<p id="name">
Jesse Galloway
</p>
<p class="major">
Computer Engineering
</p>
<p class="quote"><em>Jesse joined the team in the fall of 2016. He has been a member of the design team, working mainly on the designs for Hyperloop 2. Jesse is responsibly chiefly for the physical exterior design of Hyperloop 2, he has also been working on preliminary fabrication for the pod.
</em></p>
</div>
</div>
<div class="profile-right">
<!-- <img src="" alt="" hspace="20" align="left" width="20%" height="auto"> -->
<a target="_blank" href="https://www.linkedin.com/in/alex-castellano-386b37109/"><div id="profileimg" style="background-image:url('img/team/headshots/small/Headshot_AlexC.png')"></div></a>
<div id="profileinfo">
<p class="title">
Marketing
</p>
<p id="name">
Alex Castellano
</p>
<p class="major">
Marketing
</p>
<p class="quote"><em>Alex joined the team in September of 2016. Since then, he has been the director of the business and marketing aspects of the club, including the creation and maintenance of social media accounts, advertisements, business cards, and management of email correspondences.
</em></p>
</div>
</div>
<div class="profile-left">
<!-- <img src="" alt="" hspace="20" align="left" width="20%" height="auto"> -->
<a target="_blank" href="https://www.linkedin.com/in/kaity-hwang"><div id="profileimg" style="background-image:url('img/team/headshots/small/Headshot_Kaity.png')"></div></a>
<div id="profileinfo">
<p class="title">
Mechanical Design
</p>
<p id="name">
Kaity Hwang
</p>
<p class="major">
Mechanical Engineering
</p>
<p class="quote"><em>
Joined in Sept 2015. Began as a team member on hull, later became the propulsion team lead.
</em></p>
</div>
</div>
<div class="profile-right">
<!-- <img src="" alt="" hspace="20" align="left" width="20%" height="auto"> -->
<a target="_blank" href="https://www.linkedin.com/in/drew-siedel-581337101"><div id="profileimg" style="background-image:url('img/team/headshots/small/Headshot_Drew.png')"></div></a>
<div id="profileinfo">
<p class="title">
Programming
</p>
<p id="name">
Drew Siedel
</p>
<p class="major">
Computer Science
</p>
<p class="quote"><em>"
Drew joined the team in fall of 2016, seeking new engineering and software challenges. He worked mainly on the pod's software, primarily designing a computer vision system that determined when the pod should break. He also helped with general integration of the various computer systems of the pod. Drew also worked on fabrication, helping with the physical build of the pod.
</em></p>
</div>
</div>
<div class="profile-left">
<!-- <img src="" alt="" hspace="20" align="left" width="20%" height="auto"> -->
<a href="#img9"><div id="profileimg" style="background-image:url('img/team/headshots/small/Headshot_Peter.png')"></div></a>
<div id="profileinfo">
<p class="title">
Management
</p>
<p id="name">
Anh "Peter" Nguyen
</p>
<p class="major">
Mechanical Engineering and Product Design
</p>
<p class="quote"><em>Peter has been on the team since fall of 2015 and has contributed in different aspects of the pod as needed. Now, he focuses mainly on helping with logistics for showcase event as well as for the Hyperloop 1 team's transportation and housing at the competition.
</em></p>
</div>
</div>
<!-- *************
*BUILD TEAM *
************* -->
<h2>Build Team</h2>
<div class="profile-right">
<!-- <img src="" alt="" hspace="20" align="left" width="20%" height="auto"> -->
<a href="#img11"><div id="profileimg" style="background-image:url('img/team/headshots/small/Headshot_Joeseph.png')"></div></a>
<div id="profileinfo">
<p class="title">
Build Team
</p>
<p id="name">
Joseph Araujo
</p>
<p class="major">
Civil Engineering
</p>
<!-- <p class="quote"><em>"
I choose to join the Lehigh Hyperloop team because it applies concepts from the classroom to a practical competition and that the Hyperloop is at the cutting edge of transportation technology."
</em></p> -->
</div>
</div>
<div class="profile-left">
<!-- <img src="" alt="" hspace="20" align="left" width="20%" height="auto"> -->
<a target="_blank" href="https://www.linkedin.com/in/nayantara-chaisson-7bb2a2127"><div id="profileimg" style="background-image:url('img/team/headshots/small/Headshot_TaraN.png')"></div></a>
<div id="profileinfo">
<p class="title">
Build Team
</p>
<p id="name">
Nayantara "Tara" Chaisson
</p>
<p class="major">
Electrical Engineering
</p>
<!-- <p class="quote"><em>"
I choose to join the Lehigh Hyperloop team because it applies concepts from the classroom to a practical competition and that the Hyperloop is at the cutting edge of transportation technology."
</em></p> -->
</div>
</div>
<div class="profile-right">
<!-- <img src="" alt="" hspace="20" align="left" width="20%" height="auto"> -->
<a href="#img13"><div id="profileimg" style="background-image:url('img/team/headshots/small/Headshot_NithinR.png')"></div></a>
<div id="profileinfo">
<p class="title">
Build Team
</p>
<p id="name">
Nithin Rajaram
</p>
<p class="major">
Undeclared Engineering
</p>
<!-- <p class="quote"><em>"
I choose to join the Lehigh Hyperloop team because it applies concepts from the classroom to a practical competition and that the Hyperloop is at the cutting edge of transportation technology."
</em></p> -->
</div>
</div>
<div class="profile-left">
<!-- <img src="" alt="" hspace="20" align="left" width="20%" height="auto"> -->
<a target="_blank" href="https://www.linkedin.com/in/alexander-radetsky-7a6b26107"><div id="profileimg" style="background-image:url('img/team/headshots/small/Headshot_AlexR.png')"></div></a>
<div id="profileinfo">
<p class="title">
Build Team
</p>
<p id="name">
Alexander Radetsky
</p>
<p class="major">
Electrical Engineering
</p>
<p class="quote"><em>
Alex joined the team in September, 2016. After coming into the team, he jumped straight into the electrical subsystem team, learning the Hyperloop 1 system, and helping finish its installation. Since then, he designed the life-support system for the Hyperloop 2 system, and will work to improve and integrate the electrical subsystem, as its lead.</em></p>
</div>
</div>
</section>
</div>
</div>
<!-- Footer -->
<section id = "footer">
<footer class="text-center">
<div>
<div class="container">
<div class="row">
<div class="footer-col col-md-4">
<h3>Location</h3>
<p>Lehigh University<br>27 Memorial Drive W.<br>Bethlehem, PA 18015</p>
</div>
<div class="footer-col col-md-4">
<h3>Facebook</h3>
<ul class="list-inline">
<li>
<a href="https://www.facebook.com/LehighHyperloop/" class=" btn btn-default"><i class="fa fa-facebook-square"></i></a>
</li>
</ul>
</div>
<div class="footer-col col-md-4">
<a href="http://goo.gl/forms/JKpswqgcWc" class="btn btn-default btn-xl">Contact Us</a>
</div>
</div>
</div>
</div>
<div class="footer-below">
<div class="container">
<div class="row">
<div class="col-lg-12">
Copyright © Lehigh Hyperloop 2017
</div>
</div>
</div>
</div>
</footer>
</section>
<!-- jQuery -->
<script src="js/jquery.js"></script>
<!-- Bootstrap Core JavaScript -->
<script src="js/bootstrap.min.js"></script>
<!-- Plugin JavaScript -->
<script src="js/jquery.easing.min.js"></script>
<script src="js/jquery.fittext.js"></script>
<script src="js/wow.min.js"></script>
<!-- Custom Theme JavaScript -->
<script src="js/creative.js"></script>
<script src="js/dropdwn.js"></script>
</body>
</html>