forked from JHU-Chem-E-Car/JHU-Chem-E-Car.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdown.html
More file actions
262 lines (236 loc) · 12.6 KB
/
down.html
File metadata and controls
262 lines (236 loc) · 12.6 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
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
<!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;
}
/* Create two equal columns that floats next to each other */
.column {
float: left;
width: 50%;
padding: 10px;
height: 300px; /* Should be removed. Only for demonstration */
}
/* Clear floats after the columns */
.row:after {
content: "";
display: table;
clear: both;
}
</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">ANNOUNCEMENTS <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="passWord()">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">Announcements <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 -->
<div class="w3-content" style="max-width:2000px;margin-top:46px">
<h1 align="center">Get the App!</h1>
<p align="center">__________________________________________________</p>
<div class=" w3-content row">
<div class="column">
<div class="w3-content" style="max-width:2000px">
<h1 align="center"><img src="https://grezo.files.wordpress.com/2015/01/apple-logo.png?w=960" style=height:100px;width:200px></h1>
<p align="center"><b>________________________</b></p>
<p align="center"> 1. Make sure you are using Safari.</p>
<p align="center"> 2. Travel to this same website on your phone.</p>
<p align="center"> 3. Click on the share button in the middle of the menu bar.</p>
<p align="center"> 4. Click on Add-to-HomeScreen.</p>
<p align="center"> 5. Name the App</p>
<p align="center"> 6. The App should be on your home screen!</p>
</div>
</div>
<div class="column">
<div class="w3-content" style="max-width:2000px;margin-top:30px">
<h1 align="center"><img src="https://upload.wikimedia.org/wikipedia/commons/thumb/d/d7/Android_robot.svg/2000px-Android_robot.svg.png" style=height:80px;width:70px></h1>
<p align="center"><b>________________________</b></p>
<p align="center"> 1. Open your desired browser.</p>
<p align="center"> 2. Travel to this website on your phone.</p>
<p align="center"> 3. Click on the setting button (3 vertical dots) on the top right of your screen.</p>
<p align="center"> 4. CLick on "Add to Home Screen"</p>
<p align="center"> 5. Name the App</p>
<p align="center"> 6. The App should be on your home screen!</p>
</div>
</div>
</div>
<!-- End Page Content -->
</div>
<!-- Footer -->
<footer class="w3-container w3-center w3-opacity w3-light-grey w3-xlarge" style="margin-top:240px">
<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="#" 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>
// 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";
}
</script>
</body>
</html>