forked from TechRetreat/techretreat.github.io
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathindex.html
More file actions
490 lines (453 loc) · 24.3 KB
/
Copy pathindex.html
File metadata and controls
490 lines (453 loc) · 24.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
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
<!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="keywords" content="EngHack, Eng, Hack, Waterloo, UW, Engineering, Hackathon"/>
<meta name="description" content="EngHack is a 24-hour hackathon that brings together students from across Waterloo Engineering to learn about programming, brainstorm brilliant ideas, and create amazing projects." />
<meta property="og:title" content="EngHack @ uWaterloo" />
<meta property="og:description" content="EngHack is a 24-hour hackathon that brings together students from across Waterloo Engineering to learn about programming, brainstorm brilliant ideas, and create amazing projects." />
<meta property="og:image" content="http://enghack.uwaterloo.ca/img/enghack.png" />
<title>EngHack 2019</title>
<link href='http://fonts.googleapis.com/css?family=Open+Sans:400,300' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href = "css/style2.css">
<link rel="stylesheet" href = "css/style.min.css">
<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css">
<!-- <link rel="apple-touch-icon" sizes="57x57" href="img/apple-icon-57x57.png">
<link rel="apple-touch-icon" sizes="60x60" href="img/apple-icon-60x60.png"> <link rel="apple-touch-icon" sizes="72x72" href="img/apple-icon-72x72.png">
<link rel="apple-touch-icon" sizes="76x76" href="img/apple-icon-76x76.png">
<link rel="apple-touch-icon" sizes="114x114" href="img/apple-icon-114x114.png">
<link rel="apple-touch-icon" sizes="120x120" href="img/apple-icon-120x120.png">
<link rel="apple-touch-icon" sizes="144x144" href="img/apple-icon-144x144.png">
<link rel="apple-touch-icon" sizes="152x152" href="img/apple-icon-152x152.png">
<link rel="apple-touch-icon" sizes="180x180" href="img/apple-icon-180x180.png">
<link rel="icon" type="image/png" sizes="192x192" href="img/android-icon-192x192.png">
<link rel="icon" type="image/png" sizes="32x32" href="img/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="96x96" href="img/favicon-96x96.png">
<link rel="icon" type="image/png" sizes="16x16" href="img/favicon-16x16.png">
<link rel="manifest" href="/manifest.json">
<meta name="msapplication-TileColor" content="#ffffff">
<meta name="msapplication-TileImage" content="/ms-icon-144x144.png">
<meta name="theme-color" content="#ffffff"> -->
</head>
<a id="engsoc-badge" style="display:block;max-width:200px;min-width:60px;position:absolute;right:20px;top:16px;z-index:10000" href="https://www.engsoc.uwaterloo.ca" target="_blank"><img src="img/long_engsoc.png" style="width:100%"></a>
<body>
<header>
<div class="background"></div>
<ul id="scene" class="parallax">
<!--<li class="layer motif" data-depth="0.20"><img src="/img/motif.png"></li>-->
</ul>
<div class ="container-fluid">
<div class="row">
<div class = "col-lg-8 col-lg-offset-2">
<img class="_logo" src="img/enghack-logo-2018.svg">
<h2>EngHack S19</h2>
<h3>June 21-23, 2019</h3>
<h3>Site currently under construction</h3>
<a class = "sign_up" class="button" href="To_be_filled">Hacker Sign Up</a>
<a class = "sign_up2" class="button" href="To_be_filled">Mentor Sign Up</a>
<br/>
<h3 class="volunteer-note">Volunteer application coming soon!</h3>
</div>
</div>
</div>
<script>
function jumpToSection(event, targetSection) {
console.log("activated");
event.preventDefault();
var navbarHeight = $("#myNav").height();
var controlString = null;
switch(targetSection){
case "s1":
controlString = "#about";
break;
case "s2":
controlString = "#schedule";
break;
case "s3":
controlString = "#faq";
break;
case "s4":
controlString = "#sponsors";
break;
default:
controlString = "#";
}
var dropdowns = document.getElementsByClassName("dropdown-content");
var i;
for (i = 0; i < dropdowns.length; i++) {
var openDropdown = dropdowns[i];
if (openDropdown.classList.contains('show')) {
openDropdown.classList.remove('show');
}
}
var sectionOffset = $(controlString).offset().top;
$("html, body").animate({
scrollTop : sectionOffset - navbarHeight + 1
}, 1000);
}
</script>
</header>
<style>
.dropbtn {
background-image:url(img/navicon.png);
height: 50px;
width: 50px;
position: fixed;
left: 20px;
margin-top: 20px;
background-color: rgba(0,0,0,0);
padding: 16px;
font-size: 16px;
border: none;
cursor: pointer;
}
.dropbtn:hover, .dropbtn:focus {
background-color: rgba(0,0,0,0);
}
.dropdown {
position: relative;
display: inline-block;
}
.dropdown-content {
display: none;
position: absolute;
background-color: #f1f1f1;
min-width: 100px;
overflow: auto;
box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
z-index: 1;
}
.dropdown-content li a {
color: black;
padding: 12px 16px;
text-decoration: none;
display: block;
}
.dropdown li a:hover {background-color: rgba(0,0,0,0)}
.show {display:block;}
@media (min-width: 23cm)
{
.dropbtn
{
display: none;
}
}
@media (max-width: 22.9cm)
{
.navbar, .navbar-default, .navigation
{
display: none;
}
.package{
width: 60%;
height: 60%;
margin: 10px;
}
}
</style>
<!-- <script>
if (/Android|webOS|iPhone|iPad|iPod|BlackBerry|BB|PlayBook|IEMobile|Windows Phone|Kindle|Silk|Opera Mini/i.test(navigator.userAgent)) {
document.getElementByClassName("navbar").style.display = none;
document.getElementByClassName("navbar-default").style.display = none;
document.getElementByClassName("navigation").style.display = none;
document.getElementByClassName("package").style.width = 60%;
document.getElementByClassName("package").style.height = 60%;
document.getElementByClassName("package").style.margin = 10px;
}
</script> -->
<div class="dropdown" style="display:block;position:fixed;left:0px;top:0;z-index:10000;" >
<button onclick="myFunction()" class="dropbtn"></button>
<ul id="myDropdown" class="dropdown-content">
<li><a href="#home" id = "s1" onclick="jumpToSection(event, this.id)">About</a></li>
<li><a href="#about"id = "s2" onclick="jumpToSection(event, this.id)">Schedule</a></li>
<li><a href="#contact"id = "s3" onclick="jumpToSection(event, this.id)">FAQ</a></li>
<li><a href="#contact"id = "s4" onclick="jumpToSection(event, this.id)">Sponsors</a></li>
</ul>
</div>
<script>
/* When the user clicks on the button,
toggle between hiding and showing the dropdown content */
function myFunction() {
document.getElementById("myDropdown").classList.toggle("show");
}
// Close the dropdown if the user clicks outside of it
window.onclick = function(event) {
if (!event.target.matches('.dropbtn')) {
var dropdowns = document.getElementsByClassName("dropdown-content");
var i;
for (i = 0; i < dropdowns.length; i++) {
var openDropdown = dropdowns[i];
if (openDropdown.classList.contains('show')) {
openDropdown.classList.remove('show');
}
}
}
}
</script>
</head>
<body>
<!-- Navigation -->
<nav id="myNav" class="navbar navbar-default navigation row text-center">
<!-- -->
<!-- <div id="can-collapse" class="collapse navbar-collapse navbar-collapsible-menu"> -->
<ul class="nav nav-justified" style="width:130%">
<li><div><a data-toggle="collapse" data-target=".navbar-collapsible-menu" id="s1" class="about nav-button" onclick="jumpToSection(event, this.id)" href="#"><h3><font color="#551a8b">ABOUT</font></h3></a></div></li>
<li><div><a data-toggle="collapse" data-target=".navbar-collapsible-menu" id="s2" class="schedule nav-button" onclick="jumpToSection(event, this.id)" href="#"><h3><font color="#551a8b">SCHEDULE</font></h3></a></div></li>
<li><div><a data-toggle="collapse" data-target=".navbar-collapsible-menu" id="s3" class="faq nav-button" onclick="jumpToSection(event, this.id)" href="#"><h3><font color="#551a8b">FAQ</font></h3></a></div></li>
<li><div><a data-toggle="collapse" data-target=".navbar-collapsible-menu" id="s4" class="sponsors nav-button" onclick="jumpToSection(event, this.id)" href="#"><h3><font color="#551a8b">SPONSORS</font></h3></a></div></li>
<li></li>
<li></li>
<li></li>
<li></li>
</ul>
</div>
</nav>
<section class="about">
<div class ="row" id = "about">
<div class = "col-lg-8 col-lg-offset-2 col-xs-offset-1 mobile-padding-right-24" style="margin-top:36px;margin-bottom:48px">
<h3><font size=30px><strong>Eng</strong>aging. <strong>Eng</strong>enius. <strong>Eng</strong>ineering.</font></h3>
<p>Engineering isn’t all trains, bridges, and matrix multiplication.
It’s creating and innovating for the better. Contrary to our event name,
you don’t even need to be an engineer to come make cool things at EngHack. </p>
<p>Questions? Get in touch with <a href="mailto:enghack@engsoc.uwaterloo.ca">enghack@engsoc.uwaterloo.ca</a>!</p>
</div>
</div>
</section>
<section class="showcase">
<div class= "row">
<div class = "col-md-8 col-lg-offset-2 col-xs-offset-1 mobile-padding-right-24" style="margin-top:36px;margin-bottom:48px">
<h2>Hackathon</h2>
<p>Invention uninterrupted.<br />You have an idea?</br>
We have mentors, leading industry professionals, a locker full of supplies,
and tables of food to serve so that your idea can come to life.
We want you to be immersed with like-minded and creative people
so you can focus on building something amazing, You could also have
the chance to present it to an audience to win some pretty awesome prizes.
If you consider yourself a creator, join us on <strong>May 25-26</strong> for 24 hours of
ideation and invention. We invite any student over 18 to apply to be part of
this engaging event.
<h3>Oh, and did we mention, we’ve got food too!</h3></p>
</div>
</div>
<div class = "row">
<div class = "col-md">
</div>
</div>
</section>
<section class="schedule container-fluid" id="schedule">
<div class="row">
<div class="col-lg-offset-2 col-xs-offset-1">
<h2>Schedule</h2>
<h3>Coming Soon</h3>
</div>
</div>
<!--
<div class ="row">
<div class = "col-lg-8 col-lg-offset-2">
<h4>Friday, May 25th, 2018</h4>
<table class = "table">
<tr>
<th>Time</th>
<th>Description</th>
</tr>
<tr>
<td>6:00 PM</td>
<td>Registration and Career Fair</td>
</tr>
<tr>
<td>7:30 PM</td>
<td>Opening Ceremonies</td>
</tr>
<tr>
<td>8:30 PM</td>
<td>Hacking Begins!</td>
</tr>
<tr>
<td>8:30 PM - 12:00 AM</td>
<td>Workshops and Activities</td>
</tr>
</table>
<h4>Saturday, May 26th, 2018</h4>
<table class = "table">
<tr>
<td>12:00 AM</td>
<td>Velocity Midnight Pizza</td>
</tr>
<tr>
<td>8:00 AM</td>
<td>Breakfast</td>
</tr>
<tr>
<td>9:00 AM - 12:00PM</td>
<td>Workshops and Activities</td>
</tr>
<tr>
<td>12:00 PM</td>
<td>Lunch</td>
</tr>
<tr>
<td>1:00 PM - 3:00 PM </td>
<td>Workshops and Activities</td>
</tr>
<tr>
<td>3:00 PM</td>
<td>Snack</td>
</tr>
<tr>
<td>6:00 PM</td>
<td>Hacking Ends</td>
</tr>
<tr>
<td>6:00 PM</td>
<td>Dinner</td>
</tr>
<tr>
<td>7:00 PM</td>
<td>Judging</td>
</tr>
<tr>
<td>8:00 PM</td>
<td>Closing Ceremonies and Awards</td>
</tr>
</table>
</div>
</div> !-->
</section>
<section class = "faq">
<div class = "row" id = "faq">
<div class = "col-lg-8 col-lg-offset-2 col-xs-offset-1" style="margin-top:36px;margin-bottom:48px">
<h2>FAQs</h2>
<p class = "question">Can I come?</p>
<p class = "_answer"> Any student over 18 is welcome to apply! </p>
<!--<p class = "question">How much will this cost?</p>
<p class = "answer">It's going to be $10, but EngSoc will subsidize the cost for Engineering students to $5 - we'll provide food and drinks.</p>-->
<p class="question">What food are you providing?</p>
<p class="_answer">We'll be providing meals, snacks, drinks, and coffee throughout the event!</p>
<p class = "question">What should I bring to the event?</p>
<p class = "_answer">A laptop and charger, reusable water bottle, and your brilliant mind. Of course, feel free to bring things that can help you - earbuds, a whiteboard, and extra snacks (we'll supply some as well)!</p>
<p class = "question">What do I need to know about teams?</p>
<p class = "_answer">Teams can be formed informally - we'll have more info about team registration closer to the event.</p>
<!-- <p class = "question"> Is there a code of conduct? </p>
<p class = "answer"> Yes there is! We're using MLH's code of conduct for our event. Check it out here: <a>http://static.mlh.io/docs/mlh-code-of-conduct.pdf</a> -->
</div>
</div>
</section>
<!-- SPONSORS -->
<section class = "sponsors-partners">
<div class = "row" id="sponsors">
<div class = "col-lg-8 col-lg-offset-2 col-xs-offset-1" style="margin-top:48px">
<h2>Sponsors</h2>
<div class="col-xs-12 col-lg-10 col-lg-offset-1">
<div class = "sponsors">
<h3><b>Gold Tier </b></h3>
<div class="gold">
<a href="https://www.pagerduty.com" target="_blank"><img class="inline-img _gold" src="img/pagerduty.svg" alt="PagerDuty"/></a>
<p>PagerDuty is the leading digital operations management platform for businesses. We empower DevOps, IT operations, support, security, and business leaders to turn any signal into insight and real-time action across any operational use case. When revenue and brand reputation depend on customer satisfaction, PagerDuty helps teams prevent and resolve business-impacting incidents and deliver exceptional digital experiences. To learn more and try PagerDuty for free, visit <a href="http://www.pagerduty.com">www.pagerduty.com</a>.</p>
</div>
<div class= "gold">
<a href="https://stdlib.com/" target="_blank"><img class="inline-img _gold" src="img/stdlib.png" alt="Stdlib"/></a>
</div>
</div>
</div>
<div class="col-xs-12 col-lg-10 col-lg-offset-1">
<div class = "sponsors">
<hr>
<h3><b>Silver Tier </b></h3>
<div class = "silver">
<!-- <a href="http://www.mlh.io/" target="_blank"><img class="inline-img" src="img/mlh.png" alt="MLH"/></a> -->
<a href="https://www.okta.com/" target="_blank"><img class="inline-img _silver" src="img/okta.svg" alt=Okta"/></a>
<a href="https://www.td.com/" target="_blank"><img class="inline-img _silver" src="img/td.png" alt="TD"/></a>
<a href="http://bell.ca/" target="_blank"><img class="inline-img _silver"src="img/bell.png" alt="Bell"/></a>
</div>
<div class="silver">
</div>
<hr>
<!-- <h3><b>Bronze Tier </b></h3>
<div class = "bronze">
</div>
<hr/> !-->
<h3><b>Supporter Sponsors</b></h3>
<div class="bronze">
<div class="row">
<a href="https://ritual.co" target="_blank"><img class="inline-img _ritual" src="https://ritual.co/css/images/Ritual_logo.svg" alt="Ritual"/></a>
<a href="http://www.wolfram.com/" target="_blank"><img class="inline-img _supporter" src="img/wolfram.png" alt="wolfram"/></a>
<a href="https://www.ea.com" target="_blank"><img class="inline-img _supporter" src="img/ea.png" alt="EA"/></a>
</div>
</div>
<div class="bronze">
<div class="row">
<a href="https://www.jetbrains.com/" target="_blank"><img class="inline-img _supporter" src="img/jetbrains.svg" alt="Jetbrains"/></a>
<a href="https://www.sketchapp.com/" target="_blank"><img class="inline-img _supporter" src="img/sketch.jpg" alt="Sketch"/></a>
<a href="https://lob.com/" target="_blank"><img class="inline-img _supporter" src="img/lob.png" alt="Lob"/></a>
</div>
</div>
<h3 style="text-align: center">and more...</h3>
</div>
</div>
</div>
<div class = "col-lg-8 col-lg-offset-2" style="margin-top:16px">
<div class = "col-xs-offset-1" style="margin-top:24px;margin-right:16px">
<h3><b>Sponsor EngHack S18!</b></h3>
<h4>EngHack wouldn't be possible without the help of our amazing sponsors and partners! Become one today!</h4>
<br>
</div>
<p style="text-align: center;">
<a class="package" class="button" href="https://drive.google.com/open?id=1s3hv3EK2BC73QA83ORSxpcxv_0BwrYZP">Sponsorship Package </a>
<a class="package" class="button" href="mailto:enghack@engsoc.uwaterloo.ca">Contact us </a>
</p>
</div>
</div>
</div>
<br/>
<br/>
<br/>
</section>
<footer id = "contact-us" class = "container-fluid">
<a href="http://engsoc.uwaterloo.ca" target="blank"><img style="width: 30%;" src="img/engsoclogo_black.png"></a>
</footer>
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.4/jquery.min.js"></script>
<script type="text/javascript" src="js/velocity.min.js"></script>
<script type="text/javascript" src="js/jquery.parallax.min.js"></script>
<script type="text/javascript" src="/js/jquery.countdown.min.js"></script>
<script type="text/javascript" src="//maxcdn.bootstrapcdn.com/bootstrap/3.3.4/js/bootstrap.min.js"></script>
<script>
//Source: http://codepen.io/markhillard/details/iqnlh
$(document).ready(function() {
// bind click event to all internal page anchors
$("a[href*=#]").bind("click", function(e) {
// prevent default action and bubbling
e.preventDefault();
e.stopPropagation();
// set target to anchor's "href" attribute
var target = $(this).attr("href");
// scroll to each target
$(target).velocity("scroll", {
duration: 500,
offset: -40,
easing: "ease-in-out"
});
});
});
var $scene = $('#scene').parallax();
$scene.parallax('enable');
</script>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-61535728-1', 'auto');
ga('send', 'pageview');
</script>
<script type="text/javascript">
$("#clock")
.countdown("2015/08/15 8:00", function(event) {
$(this).text(
event.strftime('See you in %Hh %Mmins %Ssecs!')
);
});
</script>
</body>
</html>