-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
597 lines (568 loc) · 30.9 KB
/
index.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
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Meta Tags -->
<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="iNTUition 2017, NTU's only student-run 24 hour hackathon! Organized by IEEE NTU Student Branch. Open to all students currently studying in Singapore & South-East Asia.">
<meta name="author" content="IEEE NTU Student Branch">
<!-- Facebook Meta Tags -->
<meta property="og:url" content="http://intuition.ieeentu.com" />
<meta property="og:title" content="iNTUition 2017" />
<meta property="og:description" content="iNTUition 2017, NTU's only student-run 24 hour hackathon! Organized by IEEE NTU Student Branch. Open to all students currently studying in Singapore & South-East Asia." />
<meta property="og:image" content="http://intuition.ieeentu.com/assets/banner.png" />
<!-- Bootstrap Core CSS -->
<link rel="stylesheet" href="bower_components/bootstrap/dist/css/bootstrap.min.css" type="text/css">
<!-- Custom Fonts -->
<link href='https://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic,800,800italic|family=Merriweather+Sans:400' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.min.css">
<!-- Custom CSS -->
<link rel="stylesheet" href="css/custom.css" type="text/css">
<!-- baffle.js -->
<script src="js/baffle.min.js"></script>
<!-- Favicon -->
<link rel="apple-touch-icon" sizes="57x57" href="/favicon/apple-icon-57x57.png">
<link rel="apple-touch-icon" sizes="60x60" href="/favicon/apple-icon-60x60.png">
<link rel="apple-touch-icon" sizes="72x72" href="/favicon/apple-icon-72x72.png">
<link rel="apple-touch-icon" sizes="76x76" href="/favicon/apple-icon-76x76.png">
<link rel="apple-touch-icon" sizes="114x114" href="/favicon/apple-icon-114x114.png">
<link rel="apple-touch-icon" sizes="120x120" href="/favicon/apple-icon-120x120.png">
<link rel="apple-touch-icon" sizes="144x144" href="/favicon/apple-icon-144x144.png">
<link rel="apple-touch-icon" sizes="152x152" href="/favicon/apple-icon-152x152.png">
<link rel="apple-touch-icon" sizes="180x180" href="/favicon/apple-icon-180x180.png">
<link rel="icon" type="image/png" sizes="192x192" href="/favicon/android-icon-192x192.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="96x96" href="/favicon/favicon-96x96.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon/favicon-16x16.png">
<link rel="manifest" href="/favicon/manifest.json">
<meta name="msapplication-TileColor" content="#ffffff">
<meta name="msapplication-TileImage" content="/favicon/ms-icon-144x144.png">
<meta name="theme-color" content="#ffffff">
<title>iNTUition 2017</title>
</head>
<body id="page-top">
<nav id="mainNav" class="navbar navbar-default navbar-fixed-top">
<div class="container-fluid">
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#data-navbar-collapse" style="margin-right: 24px;">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand page-scroll" href="#page-top"><img src="assets/logo-navbar.png" class="navbar-img"></a>
</div>
<div class="collapse navbar-collapse" id="data-navbar-collapse">
<ul class="nav navbar-nav navbar-right">
<li>
<a class="page-scroll" href="#faqs">FAQs</a>
</li>
<li>
<a class="page-scroll" href="#prizes">Prizes</a>
</li>
<li>
<a class="page-scroll" href="#judges">Judges</a>
</li>
<li>
<a class="page-scroll" href="#schedule">Schedule</a>
</li>
<li>
<a class="page-scroll" href="#getting-here">Getting Here</a>
</li>
<li>
<a class="page-scroll" href="#sponsors">Sponsors</a>
</li>
</ul>
</div>
</div>
</nav>
<header>
<div class="header-content">
<div class="header-content-inner">
<img src="assets/logo.png" height="220px" width="auto">
<hr>
<h1 class="headline">CALLING ALL HACKERS, MAKERS & BUILDERS!</h1>
<h3 class="headline">14 October - 15 October 2017 @ NTU, Singapore</h3>
<h4>This hackathon is now over. You can check out the submissions <a href="http://intuition17.devpost.com/submissions" target="_blank">here</a> & photos <a href="https://drive.google.com/drive/folders/0B4K99kXFKRMVXzRVUFdiOGdHbWc?usp=sharing" target="_blank">here</a>.</h4>
<hr>
<div class="container-fluid">
<div class="row">
<div class="col-md-8 col-md-offset-2">
<div class="row">
<div class="col-md-6">
<a href="https://www.facebook.com/IEEENTU" target="_blank" class="btn btn-primary btn-xl">Facebook</a>
</div>
<div class="col-md-6">
<a href="http://intuition17.devpost.com/" target="_blank" class="btn btn-primary btn-xl">Devpost</a>
</div>
<!-- <div class="col-md-6">
<a class="btn btn-primary btn-xl typeform-share" href="https://ieeentubranch.typeform.com/to/qzZ8M9" data-mode="1" target="_blank">Signups closed</a>
</div> -->
</div>
</div>
</div>
</div>
<script>
(function () {
var qs, js, q, s, d = document,
gi = d.getElementById,
ce = d.createElement,
gt = d.getElementsByTagName,
id = 'typef_orm',
b = 'https://s3-eu-west-1.amazonaws.com/share.typeform.com/';
if (!gi.call(d, id)) {
js = ce.call(d, 'script');
js.id = id;
js.src = b + 'share.js';
q = gt.call(d, 'script')[0];
q.parentNode.insertBefore(js, q)
}
id = id + '_';
if (!gi.call(d, id)) {
qs = ce.call(d, 'link');
qs.rel = 'stylesheet';
qs.id = id;
qs.href = b + 'share-button.css';
s = gt.call(d, 'head')[0];
s.appendChild(qs, s)
}
})()
</script>
</div>
</div>
</header>
<section class="bg-dark" id="faqs">
<div class="container">
<div class="row">
<div class="col-md-12 text-center">
<h1>FREQUENTLY ASKED QUESTIONS</h1>
<hr>
</div>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-md-4 text-left">
<div class="faq-box">
<h3><i class="fa fa-bell" aria-hidden="true"></i> What is <em>iNTUition</em>?</h3>
<p><em>iNTUition</em> is NTU's only student-run 24 hour hackathon, organized by <a href="https://www.facebook.com/IEEENTU/" target="_blank">IEEE NTU Student Branch</a>. A hackathon is an event where newbies and seasoned veterans alike spend the weekend building meaningful and/or crazy projects. The term "hack" is used to describe how multiple technologies can be used together in a new & innovative way. Sleeping is optional, but trying to make awesome things is not.</p>
</div>
</div>
<div class="col-md-4 text-left">
<div class="faq-box">
<h3><i class="fa fa-code" aria-hidden="true"></i> What if I don't know how to code?</h3>
<p>No worries! Hackathons are the perfect environment to learn and apply something new in a short period of time! You will be surrounded by hundreds of passionate people who can help you build something you can be proud of by the end of the weekend.</p>
</div>
</div>
<div class="col-md-4 text-left">
<div class="faq-box">
<h3><i class="fa fa-wrench" aria-hidden="true"></i> What do I build?</h3>
<p>Build something new and crazy that you are passionate about; <em>iNTUition</em> has no theme! Note that you cannot recycle old projects or start developing your hack beforehand, however, you may use parts of projects you've built before. This year, we have special prizes by BlackRock for <strong>Best Use of Aladdin API</strong> and <strong>Best FinTech Hack.</strong></p></p>
</div>
</div>
</div>
<div class="row">
<div class="col-md-4 text-left">
<div class="faq-box">
<h3><i class="fa fa-user" aria-hidden="true"></i> Who can participate?</h3>
<p>Students of all levels in any educational institution in Singapore & South-East Asia can sign up for <em>iNTUition</em>. If you are passionate about learning new technologies, building awesome projects and meeting like-minded hackers, we want you here!</p>
</div>
</div>
<div class="col-md-4 text-left">
<div class="faq-box">
<h3><i class="fa fa-users" aria-hidden="true"></i> How do teams work?</h3>
<p>A team can have between 2 and 4 members. You can sign up as a team or start/join one on the spot. Note that at least one team member must be present throughout the competition. Flying solo is also an option, although hackathons are more fun when you work together!</p>
</div>
</div>
<div class="col-md-4 text-left">
<div class="faq-box">
<h3><i class="fa fa-star-half-o" aria-hidden="true"></i> How does judging/pitching work?</h3>
<p>Hacks will be ranked on technical difficulty, creativity, polish & general impressiveness. After the 24 hour development period, a panel of judges will choose the teams through Devpost submissions to present their hacks to everyone. You can find out about our prizes and suggested themes <a href="#prizes" class="page-scroll">here</a>.</p>
</div>
</div>
</div>
<div class="row">
<div class="col-md-4 text-left">
<div class="faq-box">
<h3><i class="fa fa-cog" aria-hidden="true"></i> What about hardware hacks?</h3>
<p><em>iNTUition 2017</em> has partnered up with 12Geeks to provide participants with the opportunity to loan a variety of hardware kits including Genuino (i.e. Arduino) Unos, Raspberry Pis and Spark Photons for free to help you with your hack! Please fill up the form <a href="https://goo.gl/forms/xfZELrNwAGDReQTE3" target="_blank">here</a> <strong>once you've registered</strong> for the hackathon.</p>
</div>
</div>
<div class="col-md-4 text-left">
<div class="faq-box">
<h3><i class="fa fa-suitcase" aria-hidden="true"></i> What should I bring?</h3>
<p>Bring your Matriculation Card/Student ID for admission and your laptop/hardware for hacking. We’ll provide snacks and meals throughout the event. We also recommend bringing the following items- jacket, pillow, sleeping bag, toothbrush & deodorant.</p>
</div>
</div>
<div class="col-md-4 text-left">
<div class="faq-box">
<h3><i class="fa fa-money" aria-hidden="true"></i> Does this cost money?</h3>
<p>Nope! Admission is free. Just register online and show up at the <a href="#getting-here" class="page-scroll">venue</a> on 14th October! We'll provide food, caffeine, Wi-Fi and a place for you to hack for the entire duration of the event.</p>
</div>
</div>
</div>
<hr>
<div class="row">
<div class="col-md-12 text-center">
<div class="faq-box">
<h3>404: Question not found?</h3>
<p>Feel free to drop us an <a href="mailto:[email protected]">e-mail</a> or reach out to us on <a href="https://www.facebook.com/IEEENTU/">Facebook</a>.</p>
</div>
</div>
</div>
</div>
</section>
<section class="bg-primary" id="prizes">
<div class="container">
<div class="row">
<div class="col-md-12 text-center">
<h1>PRIZES</h1>
<hr>
<div class="col-md-12">
<h2 style="margin-bottom: 20px">1<sup>st</sup> Place</h2>
<h4 style="margin-bottom: 40px">SGD 2000 in cash <sup>✝</sup></h4>
<h2 style="margin-bottom: 20px">2<sup>nd</sup> Place</h2>
<h4 style="margin-bottom: 40px">Razer DeathAdder + Razer Ornata Chroma <sup>✝</sup></h4>
<h2 style="margin-bottom: 20px">3<sup>rd</sup> Place</h2>
<h4 style="margin-bottom: 40px">Lenovo TAB 3 Essential <sup>✝</sup></h4>
<hr>
<h2 style="margin-top: 40px; margin-bottom: 20px">Best Financial Hack</h2>
<h4 style="margin-bottom: 40px">Beats by Dre Headphones (Sponsored by BlackRock) <sup>✝</sup></h4>
<h2 style="margin-bottom: 20px">Best Artificial Intelligence Hack </h2>
<h4 style="margin-bottom: 40px">Google Chromecast + Xiaomi Mi Band 2 <sup>✝</sup></h4>
<h2 style="margin-bottom: 20px">Best Hardware Hack </h2>
<h4 style="margin-bottom: 40px">Microbit Kits <sup>✝</sup></h4>
<h2>Best Freshman Hack</h2>
<h5 style="margin-bottom: 20px">Includes Year-1 university students as well as all JC, Polytechnic or School students.</h5>
<h4 style="margin-bottom: 40px">Amazon Echo Dot (Sponsored by BlackRock) <sup>✝</sup></h4>
<h2 style="margin-bottom: 20px">Best Use of BlackRock's API</h2>
<h4 style="margin-bottom: 40px">Beats by Dre Headphones (Sponsored by BlackRock) <sup>✝</sup></h4>
<div class="row text-center" style="margin-top: 40px; margin-bottom: 40px;">
<h3><sup>✝</sup> And the once-in-a-lifetime opportunity to be invited to Google Singapore!</h3>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="bg-dark" id="judges">
<div class="container">
<div class="row">
<div class="col-md-12 text-center">
<h1>JUDGES</h1>
<hr>
</div>
</div>
</div>
<div class="container" style="margin-top: 20px;">
<div class="row">
<div class="col col-md-12 text-center">
<h2>General Judges</h2>
</div>
</div>
<div class="row" style="margin-top: 40px">
<div class="col-md-4 text-right">
<h2>Ursula Chiang</h2>
<h4><em>Director, Head of Professional Services APAC, PayPal</em></h4>
</div>
<div class="col-md-2">
<img src="assets/Ursula.jpg" class="img-responsive img-circle">
</div>
<div class="col-md-2">
<img src="assets/Andrew.jpg" class="img-responsive img-circle">
</div>
<div class="col-md-4">
<h2>Andrew Gregovic</h2>
<h4><em>Architect/Engineer, Consumer Financial Services, Paypal</em></h4>
</div>
</div>
<div class="row" style="margin-top: 30px;">
<div class="col-md-4 text-right">
<h2>Jiin Joo Ong</h2>
<h4><em>CTO & Co-founder, Garuda Robotics</em></h4>
</div>
<div class="col-md-2">
<img src="assets/Jiin.jpg" class="img-responsive img-circle">
</div>
<div class="col-md-2">
<img src="assets/Shantanu.jpg" class="img-responsive img-circle">
</div>
<div class="col-md-4">
<h2>Shantanu Gupta</h2>
<h4><em>Software Engineer, Google</em></h4>
</div>
</div>
<div class="row" style="margin-top: 30px;">
<div class="col-md-2 col-md-offset-5">
<img src="assets/Luther.jpeg" class="img-responsive img-circle">
</div>
</div>
<div class="row" style="margin-bottom: 40px">
<div class="col-md-6 col-md-offset-3 text-center">
<h2>Luther Goh</h2>
<h4><em>Co-founder, 12Geeks</em></h4>
</div>
</div>
<hr>
<div class="row" style="margin-top: 40px; margin-bottom: 40px">
<div class="col col-md-12 text-center">
<h2>Special Category Judges</h2>
<h4>Best Financial Hack & Best Use of BlackRock's API</h3>
</div>
</div>
<div class="row" style="margin-top: 40px">
<div class="col-md-4 text-right">
<h2>Sanjeev Malik</h2>
<h4><em>Managing Director, APAC Head of Technology and Operations, BlackRock</em></h4>
</div>
<div class="col-md-2">
<img src="assets/Sanjeev.jpg" class="img-responsive img-circle">
</div>
<div class="col-md-2">
<img src="assets/Sarah.jpg" class="img-responsive img-circle">
</div>
<div class="col-md-4">
<h2>Sarah Percy-Dove</h2>
<h4><em>Managing Director, Head of APAC Fixed Income Research, BlackRock</em></h4>
</div>
</div>
<div class="row" style="margin-top: 30px;">
<div class="col-md-2 col-md-offset-5">
<img src="assets/Gary.jpg" class="img-responsive img-circle">
</div>
</div>
<div class="row">
<div class="col-md-6 col-md-offset-3 text-center">
<h2>Gary Bigley</h2>
<h4><em>Managing Director, Head of Global Digital Workplace, BlackRock</em></h4>
</div>
</div>
</div>
</section>
<section class="bg-primary" id="schedule">
<div class="container">
<div class="row">
<div class="col-md-12 text-center">
<h1>SCHEDULE</h1>
<hr>
</div>
</div>
</div>
<div class="container" style="margin-top: 30px;">
<div class="row">
<div class="col-md-8 col-md-offset-2">
<div class="row">
<div class="col-md-6">
<div class="table-responsive">
<table class="table">
<tr>
<th colspan="3">Day 1 (14th October)</th>
</tr>
<tr>
<td>1200</td>
<td>1230</td>
<td>Registration</td>
</tr>
<tr>
<td>1230</td>
<td>1300</td>
<td>Opening Presentation</td>
</tr>
<tr>
<td colspan="2">1300</td>
<td>Hacking Begins!</td>
</tr>
<tr>
<td>1800</td>
<td>1900</td>
<td>Dinner</td>
</tr>
<tr>
<td>2300</td>
<td>2400</td>
<td>Supper</td>
</tr>
</table>
</div>
</div>
<div class="col-md-6">
<div class="table-responsive">
<table class="table">
<tr>
<th colspan="3">Day 2 (15th October)</th>
</tr>
<tr>
<td>0600</td>
<td>0700</td>
<td>Breakfast</td>
</tr>
<tr>
<td colspan="2">1300</td>
<td>Hacking Ends!</td>
</tr>
<tr>
<td>1300</td>
<td>1430</td>
<td>Lunch + Initial Judging (DevPost)</td>
</tr>
<tr>
<td>1430</td>
<td>1600</td>
<td>Presentations by Selected Teams</td>
</tr>
<tr>
<td>1600</td>
<td>1630</td>
<td>Prize Presentation</td>
</tr>
</table>
</div>
</div>
</div>
</div>
</div>
<div class="row text-center" style="margin-top: 15px;">
<div class="col-md-8 col-md-offset-2">
<h4>Subject to revisions</h4>
</div>
</div>
</div>
</section>
<section class="bg-dark" id="getting-here">
<div class="container">
<div class="row">
<div class="col-md-12 text-center">
<h1>GETTING HERE</h1>
<hr>
</div>
</div>
</div>
<div class="container" style="margin-top: 30px;">
<div class="row">
<div class="col-md-5 col-md-offset-1">
<div style="overflow:hidden;width:500px;height:300px;resize:none;max-width:100%;">
<div id="embed-map-display" style="height:100%; width:100%;max-width:100%;">
<iframe style="height:100%;width:100%;border:0;" frameborder="0" src="https://www.google.com/maps/embed/v1/place?q=The+Hive+NTU+Singapore&key=AIzaSyCXo3Uh4Bk9X5i1TpzE6M8a_8MCnZd0XF8"></iframe>
</div>
</div>
<script src="https://www.bootstrapskins.com/google-maps-authorization.js?id=fda353b3-6519-7774-04c2-362d409fcde5&c=google-map-html&u=1455830347" defer="defer" async="async"></script>
</div>
<div class="col-md-5">
<p class="text-justify">Take the East West MRT Line to Pioneer MRT Station. Get down the flight of stairs to your left as you get out of the station and take the 179 bus from <em>Blk 651A</em>. Alight after 12 stops at Innovation Centre, NTU. You'll see a building shaped like dim sum baskets to your right. That's <span style="font-weight: 800; letter-spacing: 1px;">The Hive</span>! See you at Level B1 of The Hive!</p>
</div>
</div>
</div>
</section>
<section id="sponsors">
<div class="container">
<div class="row">
<div class="col-md-12 text-center">
<h1>SPONSORS</h1>
<hr>
</div>
</div>
</div>
<div class="container" style="margin-top: 50px;">
<div class="row">
<h2 align="center" style="margin-top: -20px">Platinum Sponsors</h2>
</div>
<div class="row" style="margin-top: 25px;">
<div class="col-md-11 col-md-offset-1 text-center">
<div class="col-md-5 col-md-offset-1 text-center">
<img src="assets/Blackrock.png" class="img-responsive" style="margin-top: 10px;">
</div>
<div class="col-md-4 text-center">
<img src="assets/IEEE.png" class="img-responsive">
</div>
</div>
</div>
<div class="row">
<h2 align="center" style="margin-top: 70px">Title Sponsors</h2>
</div>
<div class="row" style="margin-top: 25px;">
<div class="col-md-4 col-md-offset-2 text-center">
<img src="assets/PayPal.png" class="img-responsive">
</div>
<div class="col-md-4 text-center">
<img src="assets/Lenovo.png" class="img-responsive">
</div>
</div>
<div class="row">
<h2 align="center" style="margin-top: 70px">Gold Sponsors</h2>
</div>
<div class="row" style="margin-top: 20px;">
<div class="col-md-4 col-md-offset-4">
<img src="assets/Google.png" class="img-responsive">
</div>
</div>
<div class="row">
<h2 align="center" style="margin-top: 70px">Premium Sponsors</h2>
</div>
<div class="row" style="margin-top: 20px;">
<div class="col-md-4 col-md-offset-4">
<div class="col-md-4 col-md-offset-4">
<img src="assets/NYC.png" class="img-responsive">
</div>
</div>
</div>
<div class="row">
<h2 align="center" style="margin-top: 70px">Hardware Sponsor</h2>
</div>
<div class="row" style="margin-top: 20px;">
<div class="col-md-2 col-md-offset-5">
<img src="assets/12Geeks.png" class="img-responsive">
</div>
</div>
<div class="row">
<h2 align="center" style="margin: 70px 0 30px 0">Interested in sponsoring?</h2>
</div>
<div class="row">
<p align="center" class="contact">Drop us an e-mail at <a href="mailto:[email protected]?subject=iNTUition%202017%20Sponsorship%20Inquiry">[email protected]</a></p>
</div>
</div>
</section>
<section class="bg-primary text-center">
<h2>"The only real valuable thing is <span style="font-weight: 600;">iNTUition</span>."</h2>
<h3><em>- Albert Einstein</em></h3>
<a class="btn btn-default btn-xl typeform-share" href="https://ieeentubranch.typeform.com/to/qzZ8M9" data-mode="1" target="_blank" style="margin-top: 20px; width: 200px;">Signup</a>
<script>
(function () {
var qs, js, q, s, d = document,
gi = d.getElementById,
ce = d.createElement,
gt = d.getElementsByTagName,
id = 'typef_orm',
b = 'https://s3-eu-west-1.amazonaws.com/share.typeform.com/';
if (!gi.call(d, id)) {
js = ce.call(d, 'script');
js.id = id;
js.src = b + 'share.js';
q = gt.call(d, 'script')[0];
q.parentNode.insertBefore(js, q)
}
id = id + '_';
if (!gi.call(d, id)) {
qs = ce.call(d, 'link');
qs.rel = 'stylesheet';
qs.id = id;
qs.href = b + 'share-button.css';
s = gt.call(d, 'head')[0];
s.appendChild(qs, s)
}
})()
</script>
</section>
<div class="footer bg-dark text-center" style="padding: 20px 0;">
<p>Made with <span class="fa fa-heart fa-fw" style="color: #ff0000;"></span> by <a href="http://chaitjo.github.io" target="_blank">Chaitanya Joshi</a>. Source code <a href="https://github.com/IEEENTU/iNTUition-2017" target="_blank">here</a>.</p>
</div>
<!-- jQuery -->
<script src="bower_components/jquery/dist/jquery.min.js"></script>
<!-- Bootstrap Core JavaScript -->
<script src="bower_components/bootstrap/dist/js/bootstrap.min.js"></script>
<!-- JS Plugins -->
<script src="js/jquery.easing.min.js"></script>
<!-- Custom JavaScript -->
<script src="js/main.js"></script>
</body>
</html>