-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
executable file
·399 lines (384 loc) · 16.6 KB
/
index.html
File metadata and controls
executable file
·399 lines (384 loc) · 16.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
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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>End the Rain at Carnegie Mellon University</title>
<meta name="description" content="Terrorized by the rain? So are we. Let's make umbrellas accessible to everyone, for free.">
<link rel="shortcut icon" type="image/png" href="assets/project-umbrella-black.png"/>
<!-- Google / Search Engine Tags -->
<meta itemprop="name" content="End the Rain at Carnegie Mellon University">
<meta itemprop="description" content="Terrorized by the rain? So are we. Let's make umbrellas accessible to everyone, for free.">
<meta itemprop="image" content="https://github.com/EndTheRain/endtherain.github.io/blob/master/assets/project-umbrella-big.png?raw=true">
<!-- Facebook Meta Tags -->
<meta property="og:url" content="https://endtherain.github.io">
<meta property="og:type" content="website">
<meta property="og:title" content="End the Rain at Carnegie Mellon University">
<meta property="og:description" content="Terrorized by the rain? So are we. Let's make umbrellas accessible to everyone, for free.">
<meta property="og:image" content="https://github.com/EndTheRain/endtherain.github.io/blob/master/assets/project-umbrella-big.png?raw=true">
<!-- Twitter Meta Tags -->
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="End the Rain at Carnegie Mellon University">
<meta name="twitter:description" content="Terrorized by the rain? So are we. Let's make umbrellas accessible to everyone, for free.">
<meta name="twitter:image" content="https://github.com/EndTheRain/endtherain.github.io/blob/master/assets/project-umbrella-big.png?raw=true">
<!-- Meta Tags Generated via http://heymeta.com -->
<link rel="stylesheet" href="css/main.css">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.3.1/css/all.css" integrity="sha384-mzrmE5qonljUremFsqc01SB46JvROS7bZs3IO2EmfFsd15uHvIt+Y8vEf7N7fWAU" crossorigin="anonymous">
<link href="https://fonts.googleapis.com/css?family=Slabo+27px" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=PT+Sans" rel="stylesheet">
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-63643105-5"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'UA-63643105-5');
</script>
</head>
<body>
<!-- Raindrops!! https://codepen.io/jerrylow/pen/KaPvNa -->
<div id="raincloud">
</div>
<!-- Fullpage landing screen -->
<section class="hero is-dark is-fullheight has-background-image">
<div class="hero-head">
<!-- Navbar at the top -->
<header class="navbar">
<div class="container">
<div class="navbar-brand">
<a class="navbar-item logo" href="#">
<img src="assets/pu-w.png" alt="Logo">
<span class="title is-5">End the Rain</span>
</a>
<span class="navbar-burger burger" data-target="navbarMenuHeroC">
<span></span>
<span></span>
<span></span>
</span>
</div>
<div id="navbarMenuHeroC" class="navbar-menu">
<div class="navbar-end">
<a class="navbar-item scroll-section" name="about">
About
</a>
<a class="navbar-item scroll-section" name="team">
Team
</a>
<a class="navbar-item scroll-section" name="contact">
Contact
</a>
</div>
</div>
</div>
</header>
</div>
<!-- Main content -->
<div class="hero-body">
<div class="container has-text-centered">
<h1 id="main-title" class="title is-1">
Terrorized by the rain?
</h1>
<h2 id="main-subtitle" class="subtitle is-2">
So are we. Umbrellas for all.
</h2>
<div class="columns">
<div class="column is-6 is-4-fullhd is-offset-3 is-offset-4-fullhd">
<div id="updates-form" class="field has-addons">
<div class="control is-expanded has-icons-left">
<input id="updates-input" class="input is-medium" type="email" placeholder="Get email updates">
<span class="icon is-left">
<i class="fas fa-umbrella"></i>
</span>
</div>
<div class="control">
<a id="updates-button" class="button is-primary is-medium">
Sign up!
</a>
</div>
</div>
<article id="updates-success" class="message is-info is-hidden">
<div class="message-body">
<span class="icon">
<i class="fas fa-smile"></i>
</span>
<span>Thanks for your interest in the Plaid Umbrella Project! You should have received an email asking to confirm your subscription. If not, please <a id="updates-button-2">click here</a> so we can add you manually.</span>
</div>
</article>
</div>
</div>
</div>
</div>
</section>
<!-- About section -->
<section id="about" class="section">
<div class="container">
<div class="columns">
<div class="column is-8-desktop is-offset-2-desktop">
<p class="has-text-centered">
<span class="title is-4">
What is the Plaid Umbrella Project?
</span>
</p>
<br>
<div id="about-para" class="subtitle">
Pittsburgh weather is unpredictable. It could start raining, hailing, or snowing any minute. As a student at Carnegie Mellon, it can be difficult to stay dry when walking between classes or just hanging out on The Cut. That's why we're launching the <u><strong class="logo">Plaid Umbrella Project</strong></u> to make umbrellas accessible to everyone on campus for free. Our goal is to install a network of umbrella dispensers so when the torrential downpour begins, you just swipe your ID card and grab an umbrella. Return it the next day. It's that simple.
</div>
</div>
</div>
<br><br>
<div class="columns has-text-centered">
<div class="column">
<span class="icon is-large has-text-danger">
<i class="fas fa-piggy-bank fa-2x"></i>
</span>
<p class="title is-4">Free</p>
<p class="subtitle is-6">Swipe your ID card and pick up an umbrella. No fees.</p>
</div>
<div class="column">
<span class="icon is-large has-text-info">
<i class="fas fa-location-arrow fa-2x"></i>
</span>
<p class="title is-4">Convenient</p>
<p class="subtitle is-6">We'll put umbrella dispensers in easy-to-access locations.</p>
</div>
<div class="column">
<span class="icon is-large has-text-warning">
<i class="fas fa-umbrella-beach fa-2x"></i>
</span>
<p class="title is-4">Quality</p>
<p class="subtitle is-6">Plaid umbrellas that are big enough to keep you dry.</p>
</div>
<div class="column">
<span class="icon is-large has-text-success">
<i class="fas fa-users fa-2x"></i>
</span>
<p class="title is-4">Student-Run</p>
<p class="subtitle is-6">Managed and developed by students just like you.</p>
</div>
</div>
</div>
</section>
<div class="hero is-dark is-bold">
<div class="hero-body">
<div class="container">
<div class="columns">
<div class="column is-8-desktop is-offset-2-desktop has-text-centered">
<div class="subtitle">
<span>Check out our appearance on WTAE 4 Action News!</span>
<a class="has-text-white" href="javascript:alert('Article not available yet');">Read more »</a>
</div>
<video controls>
<source src="assets/wtae.mp4" type="video/mp4">
Your browser does not support the video tag.
</video>
</div>
</div>
</div>
</div>
</div>
<!-- Team section -->
<section id="team" class="section">
<div class="container">
<p class="has-text-centered">
<span class="title is-4">
Our Team
</span>
</p>
<br>
<div class="columns has-text-centered is-multiline">
<div class="column is-3">
<center>
<figure class="image is-128x128">
<img class="is-rounded" src="assets/ben.jpg">
</figure>
</center>
<br>
<p class="title is-5">Ben Kaplan</p>
<p class="subtitle is-6">
<strong><i>President</i></strong>
<br>
I'm a third-degree black belt in jiu jitsu. I've never owned an umbrella.
<br>
<strong>Major:</strong> Decision Science (2019)
</p>
</div>
<div class="column is-3">
<center>
<figure class="image is-128x128">
<img class="is-rounded" src="assets/rajat.jpg">
</figure>
</center>
<br>
<p class="title is-5">Rajat Mehndiratta</p>
<p class="subtitle is-6">
<strong><i>Technical Lead</i></strong>
<br>
I have five fingers on each hand.
<br>
<strong>Major:</strong> Electrical and Computer Engineering (2019)
</p>
</div>
<div class="column is-3">
<center>
<figure class="image is-128x128">
<img class="is-rounded" src="assets/skyler.jpg">
</figure>
</center>
<br>
<p class="title is-5">Skyler Mason</p>
<p class="subtitle is-6">
<strong><i>Finance Officer</i></strong>
<br>
I aspire to be able to have the freedom to take a world tour.
<br>
<strong>Major:</strong> Business Administration (2022)
</p>
</div>
<div class="column is-3">
<center>
<figure class="image is-128x128">
<img class="is-rounded" src="assets/max.jpg">
</figure>
</center>
<br>
<p class="title is-5">Max Sobkov</p>
<p class="subtitle is-6">
<strong><i>Communications Officer</i></strong>
<br>
I built my second computer from my first computer.
<br>
<strong>Major:</strong> Business Administration (2022)
</p>
</div>
<div class="column is-3">
<center>
<figure class="image is-128x128">
<img class="is-rounded" src="assets/ashwin.jpeg">
</figure>
</center>
<br>
<p class="title is-5">Ashwin Srinivasan</p>
<p class="subtitle is-6">
I really, really hate the rain. Snow is fine though. Also, I made this website!
<br>
<strong>Major:</strong> Computer Science (2022)
</p>
</div>
<div class="column is-3">
<center>
<figure class="image is-128x128">
<img class="is-rounded" src="assets/frank.jpg">
</figure>
</center>
<br>
<p class="title is-5">Frank Li</p>
<p class="subtitle is-6">
I've lived in Pittsburgh since 2003!
<br>
<strong>Major:</strong> Business Administration + Mathematical Sciences (2022)
</p>
</div>
<div class="column is-3">
<center>
<figure class="image is-128x128">
<img class="is-rounded" src="assets/sophia.jpg">
</figure>
</center>
<br>
<p class="title is-5">Sophia Huang</p>
<p class="subtitle is-6">
I once taught an origami class.
<br>
<strong>Major:</strong> Business, Finance Concentration (2022)
</p>
</div>
<div class="column is-3">
<center>
<figure class="image is-128x128">
<img class="is-rounded" src="assets/smile.png">
</figure>
</center>
<br>
<p class="title is-5">This could be you!</p>
<p class="subtitle is-6">Join End the Rain and help us bring umbrellas to all. Email <a href="mailto:endtherain@gmail.com">endtherain@gmail.com</a> to get started.</p>
</div>
</div>
</div>
</section>
<!-- Contact section -->
<div id="contact" class="hero is-primary">
<div class="hero-body">
<div class="container">
<div class="columns">
<div class="column is-8-desktop is-offset-2-desktop">
<div class="has-text-centered">
<p class="title is-4">
Submit Feedback
</p>
<p class="subtitle is-5">
Have an idea you'd like to share? We'd love to hear it.
</p>
</div>
<br>
<article id="contact-success" class="message is-success is-hidden">
<div class="message-body">
<span class="icon">
<i class="fas fa-check"></i>
</span>
<span>Thanks for your message. We'll try to get back ASAP.</span>
</div>
</article>
<div id="contact-form">
<div class="field is-grouped">
<div class="control is-expanded has-icons-left">
<input id="contact-subject" class="input" type="text" placeholder="Subject">
<span class="icon is-small is-left">
<i class="fas fa-envelope"></i>
</span>
</div>
<div class="control">
<button id="contact-send" class="button is-white is-outlined">
<span>Send</span>
<span class="icon">
<i class="fas fa-paper-plane"></i>
</span>
</button>
</div>
</div>
<div class="field">
<div class="control">
<textarea id="contact-message" class="textarea" placeholder="Message"></textarea>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Footer -->
<footer class="footer has-text-centered">
<div class="container">
<div class="columns">
<div class="column is-8-desktop is-offset-2-desktop">
<p>
<strong class="has-text-weight-semibold">
Copyright © 2018 End the Rain at <img class="horiz-logo" src="assets/cmu-wordmark.png" alt="CMU">.
</strong>
</p>
<p>
<small>
Webmaster: Ashwin Srinivasan. Made with <a href="https://bulma.io">Bulma</a>. Source code licensed under <a href="http://opensource.org/licenses/mit-license.php">MIT</a>. <i>The Mall</i> by Asamudra licensed under CC-BY-3.0 from <a href="https://commons.wikimedia.org/wiki/File:The_Mall_Carnegie_Mellon.jpg">Wikimedia Commons</a>. CMU wordmark is property of <a href="https://cmu.edu">Carnegie Mellon University</a>. Segment from <a href="https://www.wtae.com">WTAE 4 Action News</a> used with permission, aired 11:30 PM EDT on September 10, 2018.
</small>
</p>
</div>
</div>
</div>
</footer>
<!-- JS -->
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/iamdustan-smoothscroll/0.4.0/smoothscroll.min.js"></script>
<script type="text/javascript" src="lib/main.js"></script>
</body>
</html>