-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathteam.html
351 lines (304 loc) · 17.4 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
<!DOCTYPE html>
<html>
<title>JHU-ChemE-Car</title>
<!-- Add icon library -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="apple-touch-icon" sizes="180x180" href="./img/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="./img/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="./img/favicon-16x16.png">
<link rel="manifest" href="./img/site.webmanifest">
<meta name="msapplication-TileColor" content="#da532c">
<meta name="theme-color" content="#ffffff">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Lato">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<style>
body {font-family: "Lato", sans-serif}
.mySlides {display: none}
body, html {
height: 100%;
}
.parallax {
/* The image used */
background-image: url("./img/Group (1).jpg");
/* Full height */
height: 400px;
/* Create the parallax scrolling effect */
background-attachment: fixed;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}
#myBtn {
display: none;
position: fixed;
bottom: 15px;
right: 20px;
z-index: 99;
font-size: 13px;
border: none;
outline: none;
background-color: Black;
color: white;
cursor: pointer;
padding: 15px;
border-radius: 4px;
}
#myBtn:hover {
background-color: #555;
}
</style>
<body>
<!-- Navbar -->
<div class="w3-top">
<div class="w3-bar w3-black w3-card-2">
<a class="w3-bar-item w3-button w3-padding-large w3-hide-medium w3-hide-large w3-right" href="javascript:void(0)" onclick="openSidebar()" title="Toggle Navigation Menu"><i class="fa fa-bars"></i></a>
<a class="w3-bar-item w3-button w3-padding-large w3-hide-medium w3-hide-large w3-left" href="index.html" title="Toggle Navigation Menu"><img src="http://www.spieuk.com/media/filer_public/24/91/2491bc6e-ec30-4c92-8d34-bbdbef2fd7de/home_icon.png" style=width:22px;height=22px></a>
<a href="index.html" class="w3-bar-item w3-button w3-padding-large w3-hide-small"><img src="http://www.spieuk.com/media/filer_public/24/91/2491bc6e-ec30-4c92-8d34-bbdbef2fd7de/home_icon.png" style=width:22px;height=22px></a>
<a href="announcements.html" class="w3-bar-item w3-button w3-padding-large w3-hide-small">TEAM LOG <img src="http://newsmembres.rotary1720.org/images/cadenas.png" style=width:5px;height=5px=></a>
<a href="team.html" class="w3-bar-item w3-button w3-padding-large w3-hide-small">TEAM</a>
<a href="schedule.html" class="w3-bar-item w3-button w3-padding-large w3-hide-small">SCHEDULE <img src="http://newsmembres.rotary1720.org/images/cadenas.png" style=width:5px;height=5px=></a>
<div class="w3-dropdown-hover w3-hide-small">
<button class="w3-padding-large w3-button" title="More">REACTIONS <i class="fa fa-caret-down"></i></button>
<div class="w3-dropdown-content w3-bar-block w3-card-4">
<a href="reactions.html" class="w3-bar-item w3-button">Stopping: Iodine Clock</a>
<a href="reactions.html" class="w3-bar-item w3-button">Stopping: Hydrogen Decomposition</a>
<a href="reactions.html" class="w3-bar-item w3-button">Propulsion: Thermoelectric battery</a>
<a href="reactions.html" class="w3-bar-item w3-button">Propulsion: Aluminum-Air Battery</a>
</div>
</div>
<div class="w3-dropdown-hover w3-hide-small">
<button class="w3-padding-large w3-button" title="More">CARS <i class="fa fa-caret-down"></i></button>
<div class="w3-dropdown-content w3-bar-block w3-card-4">
<a href="cars.html" class="w3-bar-item w3-button">Fast and Ferrous</a>
<a href="cars.html" class="w3-bar-item w3-button">Ronny D-iesel</a>
<a href="cars.html" class="w3-bar-item w3-button">Rachel Reichner</a>
</div>
</div>
<a href= "reports.html" class="w3-bar-item w3-button w3-padding-large w3-hide-small">REPORTS <img src="http://newsmembres.rotary1720.org/images/cadenas.png" style=width:5px;height=5px></a>
<div class="w3-dropdown-hover w3-hide-small w3-alighn-left">
<button class="w3-padding-large w3-button" title="More"><a href="links.html" style="text-decoration:none">LINKS</a> <i class="fa fa-caret-down"></i></button>
<div class="w3-dropdown-content w3-bar-block w3-card-4">
<a class="w3-bar-item w3-button w3-hide-small" onClick="passWordD()">Google Drive <img src="http://newsmembres.rotary1720.org/images/cadenas.png" style=width:7px;height=7px=></a>
<a href="https://engineering.jhu.edu/chembe/" class="w3-bar-item w3-button">Johns Hopkins ChemBE</a>
<a href="https://www.aiche.org/community/students/chem-e-car" class="w3-bar-item w3-button">AIChe Website</a>
<a href="https://www.aiche.org/community/students/chem-e-car-competition-rules/safety-training-test" class="w3-bar-item w3-button">Safety Test</a>
<a href="down.html" class="w3-bar-item w3-button">Make This an App<img src="https://www.freeiconspng.com/uploads/white-download-icon-png-32.png" style=width:25px;height=25px></a>
</div>
</div>
<div class="w3-dropdown-hover w3-hide-small">
<button class="w3-padding-large w3-button" title="More">EVENTS <i class="fa fa-caret-down"></i></button>
<div class="w3-dropdown-content w3-bar-block w3-card-4">
<a href="events.html" class="w3-bar-item w3-button">Design Day 2017</a>
<a href="events.html" class="w3-bar-item w3-button">AIChe Competition 2018</a>
<a href="events.html" class="w3-bar-item w3-button">Design Day 2018</a>
</div>
</div>
<div class="w3-dropdown-hover w3-hide-small">
<button class="w3-padding-large w3-button" title="More">SPONSORS<i class="fa fa-caret-down"></i></button>
<div class="w3-dropdown-content w3-bar-block w3-card-4">
<a href="http://www.jhuapl.edu/" class="w3-bar-item w3-button">Applied Physics Laboratory</a>
</div>
</div>
<div class="w3-bar-item w3-padding-small w3-hide-small w3-right">
<a href="admin.html" class="w3-bar-item w3-button w3-padding-small"><img src="http://www.thepixelfarm.co.uk/wp-content/uploads/2016/05/admin_v01D_support.png" style="width:27px;height=27px">Sign in</a>
</div>
</div>
</div>
<!-- Navbar on small screens -->
<div id="mySidebar" class="w3-sidebar w3-bar-block w3-display-topright w3-black" style="width:45%;height:80%;display:none">
<div class="w3-black" style"display:none">
<a href="javascript:void(0)" onclick="closeSidebar()"
class="w3-button w3-display-topright w3-small">x</a>
</div>
<a href="#" class="w3-bar-item w3-button w3-padding-large"> </a>
<a href="#" class="w3-bar-item w3-button w3-padding-large"> </a>
<a href="admin.html" class="w3-bar-item w3-button w3-padding-small"><img src="http://www.thepixelfarm.co.uk/wp-content/uploads/2016/05/admin_v01D_support.png" style="width:27px;height=27px">Sign in</a>
<a href="announcements.html" class="w3-bar-item w3-button w3-padding-large">Team Log <img src="http://newsmembres.rotary1720.org/images/cadenas.png" style=width:5px;height=5px=></a>
<a href="team.html" class="w3-bar-item w3-button w3-padding-large">Team</a>
<a href="schedule.html" class="w3-bar-item w3-button w3-padding-large">Schedule <img src="http://newsmembres.rotary1720.org/images/cadenas.png" style=width:5px;height=5px=></a>
<a href="reactions.html" class="w3-bar-item w3-button w3-padding-large">Reactions</a>
<a href="cars.html" class="w3-bar-item w3-button w3-padding-large">Cars</a>
<a href="links.html" class="w3-bar-item w3-button w3-padding-large">Links</a>
<a href="events.html" class="w3-bar-item w3-button w3-padding-large">Events</a>
<a href="reports.html" class="w3-bar-item w3-button w3-padding-large">Reports <img src="http://newsmembres.rotary1720.org/images/cadenas.png" style=width:5px;height=5px=></a>
<a href="down.html" class="w3-bar-item w3-button w3-padding-large">Download App</a>
</div>
<!-- Page content -->
<button onclick="topFunction()" id="myBtn" title="Go to top">Top</button>
<div class="w3-content w3-center" style="max-width:2000px;margin-top:46px">
<div class="w3-container w3-content w3-center" style="max-width:800px" id="band">
<h1 class="w3-wide">Our Team</h1>
<!-- <div class="mySlides w3-display-container w3-center">
<img src="./img/DSCF2045.JPG" style="width:85%">
</div> -->
<div class="mySlides w3-display-container w3-center">
<img src="./img/DSCF2101.JPG" style="width:85%">
</div>
<div class="mySlides w3-display-container w3-center">
<img src="./img/DSCF2092.JPG" style="width:85%">
</div>
<div class="mySlides w3-display-container w3-center">
<img src="./img/Group (1).jpg" style="width:85%">
</div>
<div class="mySlides w3-display-container w3-center">
<img src="./img/med-2.png" style="width:85%">
</div>
<div class="mySlides w3-display-container w3-center">
<img src="./img/ChemE 1 (1).jpg" style="width:85%">
</div>
<div class="mySlides w3-display-container w3-center">
<img src="./img/two.png" style="width:85%">
</div>
<p class="w3-justify">Our team is composed of 20 students with different science and engineering backgrounds. We have decided to distribute our skills and knowledge into three teams: Stopping, Propulsion and Chassis. The stopping team designs and investigates a stopping mechanism for the car using chemical reactions. The propulsion team uses electrochemistry to provide voltage for our car and our chassis team focuses on the integration of both stopping and propulsion.</p>
<div class="w3-container w3-content w3-padding-64" style="max-width:800px">
<!-- Fall 2019 - Spring 2020-->
<h2 class="w3-wide"> Fall 2019-Spring 2020</h2>
<h3 class="w3-wide"> <b>Team Captains:</b></h3><a> Gayatri Pillai & Julian Jackson </a>
<h3 class="w3-wide"> <b>Stopping Team:</b></h3>
<p><i>Team Leaders:</i> Chris Domalewski </p>
<p><i>Members:</i> Nati Tamire, Nicolas Hevia, Gaby Hernandez </p>
<h3 class="w3-wide"> <b>Propulsion Team:</b></h3>
<p><i>Team Leaders:</i> Juan Sanfiel </p>
<p><i>Members: </i> Dong-Woo Seo, Lauren Choi, Kevin Nodarse, Roy Sun, Jeff Vitek, Leah Jun </p>
<h3 class="w3-wide"> <b>Chassis Team:</b></h3>
<p><i>Team Leader:</i> Shane Gilligan-Steinber </p>
<p><i>Members:</i> Brhea D'Mello, Jose Cardelle, Ahmed Elzokm, Vishnu Joshi </p>
<!-- Fall 2018 - Spring 2019-->
<h2 class="w3-wide"> Fall 2018-Spring 2019</h2>
<h3 class="w3-wide"> <b>Team Captains:</b></h3><a> Chris Lin & Daniel Xenes </a>
<h3 class="w3-wide"> <b>Stopping Team:</b></h3>
<p><i>Team Leaders:</i> Chris Domalewski, Casey Zhu</p>
<p><i>Members:</i> Tarush Gupta, Elizabeth McGonagle, Charles Ndiaye, Michael Shen </p>
<h3 class="w3-wide"> <b>Propulsion Team:</b></h3>
<p><i>Team Leaders:</i> Julian Jackson, Pragya Singh</p>
<p><i>Members: </i> Juan Sanfiel </p>
<h3 class="w3-wide"> <b>Chassis Team:</b></h3>
<p><i>Team Leader:</i> Gayatri Pillai</p>
<p><i>Members:</i> Hayden Good, Chris Lin</p>
<div>___________________________________________________</div>
<!-- Fall 2017 - Spring 2018-->
<h2 class="w3-wide"> Fall 2017-Spring 2018</h2>
<h3 class="w3-wide"> <b>Team Captain:</b></h3><a>Luis Rodriguez</a>
<h3 class="w3-wide"> <b>Stopping Team:</b></h3>
<p><i>Team Leaders:</i> Milena Nino, Daniel Xenes</p>
<p><i>Members:</i> Chris Domalewski, Tarush Gupta, Elizabeth McGonagle, Charles Ndiaye, Michael Shen, Casey Zhu </p>
<h3 class="w3-wide"> <b>Propulsion Team:</b></h3>
<p><i>Team Leaders:</i> Harsh Kapadia, Hieu (Henry) Tran</p>
<p><i>Members: </i> Michael Druckman, Julian Jackson, Gayatri Pillai, Juan Sanfiel, Pragya Singh </p>
<h3 class="w3-wide"> <b>Chassis Team:</b></h3>
<p><i>Team Leader:</i> Luis Rodriguez</p>
<p><i>Members:</i> Abraham Gomez, Hayden Good, Jessica Harsono, Chris Lin</p>
</div>
<div>___________________________________________________</div>
<!-- Fall 2017 - Spring 2018-->
<h2 class="w3-wide"> Staff</h2>
<h3 class="w3-wide"> <b>Advisor</b></h3><a> Lise Dahuron (PhD)</a>
<div> .</div>
<img src="https://engineering.jhu.edu/chembe/wp-content/uploads/sites/11/2013/10/Dahuron-681x1024.jpg" style="width:20%" align="center">
<p>Professor Dahuron serves as the ChemBE Director of Undergraduate Studies. Before joining the department, she was a Researcher in Corporate R&D for the Union Carbide Corporation for more than 20 years. She recently received the McDonald Award for Excellence in Mentoring and Advising, which recognizes engineering professionals who go above and beyond to support the personal and professional development of students. She earned her Ph.D. in Chemical Engineering from the University of Minnesota in 1987, and her Diplôme d’Ingénieur des Industries Chimiques from the Ecole Nationale Supérieure des Industries Chimiques (ENSIC) in 1982.
In addition, Dr. Dahuron has developed a unique senior capstone class called Product Process & Design to give ChemBE undergraduates a taste of what it’s like to work in industry as a chemical and biomolecular engineer. Past product ideas have included everything from new medical gels to flowers that change color over a period of time.</p>
<h3 class="w3-wide"> <b>Advisor's Assistant:</b></h3><a> TBD </a>
<div> .</div>
<img src="https://scontent-iad3-1.xx.fbcdn.net/v/t1.0-9/10710960_376349182524031_97794200905697877_n.jpg?_nc_cat=0&oh=53c312956778680cfc5c4fb11d2f4636&oe=5B4F5FAE" style="width:20%" align="center">
</div>
</div>
<!-- End Page Content -->
</div>
<!-- Footer -->
<footer class="w3-container w3-center w3-opacity w3-light-grey w3-xlarge">
<a href="https://www.facebook.com/JHUChemECar/?ref=bookmarks" class="w3-bar-item w3-button"><img src="https://www.shareicon.net/download/2015/08/13/84750_facebook.ico" style=width:38px;height=38px></a>
<a href="https://github.com/JHU-Chem-E-Car" class="w3-bar-item w3-button"><img src="https://assets-cdn.github.com/images/modules/logos_page/Octocat.png" style=width:42px;height=42px></a>
<a href="https://twitter.com/JHU_ChemBE?lang=en" class="w3-bar-item w3-button"><img src="http://goinkscape.com/wp-content/uploads/2015/07/twitter-logo-final.png" style=width:40px;height=40px></a>
<p class="w3-medium">Copyright © Johns Hopkins University May, 2018</p>
<p class="w3-medium">Site developed by <a href="http://luisrodriguezeng.com/">Luis Rodriguez</a></p>
</footer>
<script>
// When the user scrolls down 20px from the top of the document, show the button
window.onscroll = function() {scrollFunction()};
function scrollFunction() {
if (document.body.scrollTop > 30 || document.documentElement.scrollTop > 30) {
document.getElementById("myBtn").style.display = "block";
} else {
document.getElementById("myBtn").style.display = "none";
}
}
// Automatic Slideshow - change image every 4 seconds
var myIndex = 0;
carousel();
function carousel() {
var i;
var x = document.getElementsByClassName("mySlides");
for (i = 0; i < x.length; i++) {
x[i].style.display = "none";
}
myIndex++;
if (myIndex > x.length) {myIndex = 1}
x[myIndex-1].style.display = "block";
setTimeout(carousel, 4000);
}
//Password protected section
function passWord() {
var testV = 1;
var pass1 = prompt('Please Enter Your Password','');
while (testV < 3) {
if (!pass1)
history.go(-1);
if (pass1.toLowerCase() == "jhcar18") {
alert('That is correct! Click OK to proceed.');
window.open('reports.html');
break;
}
testV+=1;
var pass1 =
prompt('Access Denied - Password Incorrect, Please Try Again.','');
}
if (pass1.toLowerCase()!="password" & testV ==3)
history.go(-1);
return "";
}
// Used to toggle the menu on small screens when clicking on the menu button
function myFunction() {
var x = document.getElementById("navDemo");
if (x.className.indexOf("w3-show") == -1) {
x.className += " w3-show";
} else {
x.className = x.className.replace(" w3-show", "");
}
}
function passWordD() {
var testV = 1;
var pass1 = prompt('The Drive is protected. Please Enter Your Password','');
while (testV < 3) {
if (!pass1)
history.go(-1);
if (pass1.toLowerCase() == "jhcar18") {
alert('That is correct! Click OK to proceed.');
window.open('https://drive.google.com/drive/u/0/folders/0B27ZGgANavj4cmcyZFBMWDB2eWc');
break;
}
testV+=1;
var pass1 =
prompt('Access Denied - Password Incorrect, Please Try Again.','');
}
if (pass1.toLowerCase()!="password" & testV ==3)
history.go(-1);
return "";
}
function openSidebar() {
document.getElementById("mySidebar").style.display = "block";
}
function closeSidebar() {
document.getElementById("mySidebar").style.display = "none";
}
// When the user clicks on the button, scroll to the top of the document
function topFunction() {
document.body.scrollTop = 0;
document.documentElement.scrollTop = 0;
}
</script>
</body>
</html>