forked from fossasia/sciencehack.in
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
467 lines (373 loc) · 19.3 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
<!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="description" content="Science Hack Day India 2016">
<meta name="keywords" content="SHD, Science Hack, Science Hack India, Maker, Hacking, Science Workshops, Student Hacking, Hack Day Belgaum, Science Belagavi">
<meta name="author" content="">
<title>Science Hack Day India</title>
<!-- Bootstrap Core CSS -->
<link href="vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<!-- Theme CSS -->
<link href="css/clean-blog.min.css" rel="stylesheet">
<!-- Custom Fonts -->
<link href="vendor/font-awesome/css/font-awesome.min.css" rel="stylesheet" type="text/css">
<link href='https://fonts.googleapis.com/css?family=Lora:400,700,400italic,700italic' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800' rel='stylesheet' type='text/css'>
<link href="css/custom.css" rel="stylesheet">
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<!-- Navigation -->
<nav class="navbar navbar-default navbar-custom navbar-static-top">
<div class="container-fluid">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header navbar-static-top page-scroll">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1">
<span class="sr-only">Toggle navigation</span>
Menu <i class="fa fa-bars"></i>
</button>
<a class="navbar-brand" href="index.html">Home</a>
<a class="navbar-brand" style="color: #fff000;" href="https://www.eventbrite.nl/e/science-hack-day-india-2016-tickets-26734872724" target="_blank">Click here to Register!</a>
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
<ul class="nav navbar-nav navbar-right">
<li>
<a href="index.html">Home</a>
</li>
<li>
<a href="team.html">Team</a>
</li>
<li>
<a href="mentors.html">Mentors & Hack Ideas</a>
</li>
<li>
<a href="#sponsors">Sponsors</a>
</li>
<li>
<a href="#schedule-shd">SHD Schedule</a>
</li>
<li>
<a href="#schedule-workshops">Workshop Schedule</a>
</li>
<li>
<a href="#about">About SHD</a>
</li>
<li>
<a href="http://sciencehackday.org/" target="_blank">SHD Global Site</a>
</li>
</ul>
</div>
<!-- /.navbar-collapse -->
</div>
<!-- /.container -->
</nav>
<!-- Page Header -->
<!-- Set your background image for this header on the line below. -->
<header class="intro-header" style="background-image: linear-gradient(120deg, #155799, #159957); ">
<div class="container">
<div class="row">
<div class="col-lg-8 col-lg-offset-2 col-md-10 col-md-offset-1">
<div class="site-heading">
<center>
<!-- <img src="http://sciencehackday.org/wp-content/uploads/2014/05/ScienceHackDay_LogoText_150.png" height="200px" alt="Science Hack Day India 2016"> -->
<!--img src="http://sciencehackdaydublin.com/wp-content/uploads/2014/03/logo.png" height="200px" alt="Science Hack Day India 2016"-->
<img src="img/shdbelgaum.png" height="200px" alt="Science Hack Day India 2016">
<h1>Science Hack Day India</h1>
<hr class="small">
<span class="subheading">Let's collaborate, learn, hack, build cool stuff with science and have lots of fun...</span>
</center>
<hr class="small">
<ul class="list-inline text-center">
<li>
<a target="_blank" href="https://twitter.com/SHD_India">
<span class="fa-stack fa-lg">
<i class="fa fa-circle fa-stack-2x"></i>
<i class="fa fa-twitter fa-stack-1x fa-inverse"></i>
</span>
</a>
</li>
<li>
<a target="_blank" href="https://www.facebook.com/sciencehackdayindia/">
<span class="fa-stack fa-lg">
<i class="fa fa-circle fa-stack-2x"></i>
<i class="fa fa-facebook fa-stack-1x fa-inverse"></i>
</span>
</a>
</li>
<!-- <li>
<a href="">
<span class="fa-stack fa-lg">
<i class="fa fa-circle fa-stack-2x"></i>
<i class="fa fa-github fa-stack-1x fa-inverse"></i>
</span>
</a>
</li> -->
</ul>
</div>
</div>
</div>
</div>
</header>
<!-- Main Content -->
<div class="container">
<div class="row">
<div class="col-lg-9 col-lg-offset-2 col-md-10 col-md-offset-1">
<div class="post-preview">
<h1 class="post-title">
Announcing Science Hack Day India - 2016
</h1>
We are excited to announce our 1st Science Hack Day India!
The event will take place on 22-23 October 2016 at Belgaum, a small city surrounded by some splendid nature, in Karnataka State of India.
We welcome you all to join us at <strong>SHD India. </strong>Let's collaborate, learn, hack, build cool stuff and have lots of fun.
<h3>Registration is now open at <a href="https://goo.gl/ltE5zD" target="_blank">eventbrite.</a></h3>
<p>
For more announcements follow us on...
<a href="https://www.facebook.com/sciencehackdayindia/" target="_blank">
<!-- <i class="fa fa-circle fa-stack-2x"></i> -->
<i class="fa fa-facebook fa-2x"></i>
</a> and
<a href="https://twitter.com/SHD_India" target="_blank">
<i class="fa fa-twitter fa-2x"></i>
</a>
</p>
</div>
<hr>
<div class="post-preview">
<h1 id='about' class="post-title">
What is Science Hack Day?
</h1>
Science Hack Day is a two-day event where anyone excited about making weird, silly or serious things with science comes together in the same physical space to see what they can prototype within 30 consecutive hours. Designers, developers, scientists and anyone who is excited about making things with science are welcome to attend – <span style="color: #333399;">no experience in science or hacking is necessary, just an insatiable curiosity.</span>
The mission of Science Hack Day is to get excited and make things with science! People organically form multidisciplinary teams over the course of a weekend: particle physicists team up with designers, marketers join forces with open source rocket scientists, writers collaborate with molecular biologists, and developers partner with school kids. By collaborating on focused tasks during this short period, small groups of hackers are capable of producing remarkable results.
<div class="post-preview">
<h1 id='venue' class="post-title">
Venue
</h1>
We have an amazing place called <span style="color: #800080;"><a style="color: #800080;" href="http://sankalphospitality.in/" target="_blank">Sankalp Bhumi </a></span> Farm Resort for this event. It was once an abandoned quarry, today natures glory restored. The resort resembles an enchanting oasis, with a thick set of trees, sprawling lawns, and a large lagoon surrounded by picturesque expansive rock walls as backdrop.
<hr>
<center>
<img class="img-responsive" src="http://blog.fossasia.org/wp-content/uploads/2016/07/5-1-750x422.jpg" alt="5" width="750" height="422" />
</center>
</div>
<hr>
<div class="post-preview">
<h2 id='schedule-shd' class="post-title">
Schedule
</h2>
<h3 class="post-title">
Science Hack Day
</h3>
<li><strong>Day 1:</strong></li>
<ul>09:00 <span id="tab">Arrive, Check-in, Breakfast (provided)</span></ul>
<ul>10:00 <span id="tab">Welcome, introductions</span></ul>
<ul>10:30 <span id="tab">Hacking begins! (Teams Formation)</span></ul>
<ul>11:00 <span id="tab">Lightning talks (Mentors Present Hack Ideas)</span></ul>
<ul>13:00 <span id="tab">Lunch (provided)</span></ul>
<ul>14:00 <span id="tab">Hacking continues</span></ul>
<ul>18:00 <span id="tab">Door closes</span></ul>
<ul>19.00 <span id="tab">Talks/discussions</span></ul>
<ul>20.00 <span id="tab">Hacker's dinner (provided)</span></ul>
<ul>21.00 <span id="tab">Hacking Continued...</span></ul>
<li><strong>Day 2:</strong></li>
<ul>09:00 <span id="tab">Doors open, breakfast (provided)</span></ul>
<ul>09:30 <span id="tab">Hacking continued</span></ul>
<ul>12:30 <span id="tab">Lunch (provided)</span></ul>
<ul>13:30 <span id="tab">Hacking stops</span></ul>
<ul>14:00 <span id="tab">Hack demos begin! (Typically 5 minutes per demo)</span></ul>
<ul>15:00 <span id="tab">Highschool Students interact with Hackers</span></ul>
<ul>16:00 <span id="tab">Valedictory Function : Winning teams announced & given awards/medals</span></ul>
<ul>17:30 <span id="tab">Cultural Event</span></ul>
<ul>20.00 <span id="tab">Hacker's dinner, Camp fire, Exchange of Ideas :)</span></ul>
<h1 id='schedule-workshops' class="post-title">
Workshops
</h1>
<h4>Science Workshops for Highschool Students</h4>
<p>Along with hacking we also have Science Workshops for Highschool kids. Workshops will run parallel to the main event. About 150 students from various highschools in and around Belgaum will participate in the workshops.
A dedicated team of volunteers, mainly engineering students and Science teachers, will conduct these hands on workshops.
Students will be devided in to two batches. One batch will have <strong>Science Toys from Trash</strong> workshop and the other batch will have <strong>Soldering: Making Solar Lanterns</strong> Workshop.</p>
<h4><strong>Schedule</strong></h4>
<li><strong>Day 1:</strong></li>
<span id="tab"><h4><strong>First Session</strong></h4></span>
<ul>12:30 <span id="tab">Inaugural Function</span></ul>
<ul>13:15 <span id="tab">Lunch (Provided)</span></ul>
<ul>14:00 <span id="tab">Hands-on workshop begins</span></ul>
<ul>16:00 <span id="tab">High Tea (provided)</span></ul>
<ul>17:00 <span id="tab">End of Workshop </span></ul>
<li><strong>Day 2:</strong></li>
<span id="tab"><h4><strong>Morning Session</strong></h4></span>
<ul>10:00 <span id="tab">Hands-on workshop begins</span></ul>
<ul>12:30 <span id="tab">End of workshop, Lunch</span></ul>
<span id="tab"><h4><strong>Afternoon Session</strong></h4></span>
<ul>13:00 <span id="tab">Hacking activity for students</span></ul>
<ul>15:00 <span id="tab">Students interact with Hackers</span></ul>
<ul>16:00 <span id="tab">Valedictory Function : Parents invited</span></ul>
</div>
<hr>
<div class="post-preview">
<h2 id='sponsors' class="post-title">
Organizing Partners
</h2>
<p style="text-align:center; color:#7E7E88">Amazing People/Organizations helping us to make SHD India, happen !</p>
</div>
<style>
a:link {color:#2B2B63; background-color:transparent; text-decoration:underline}
a:visited {color:#45435F; background-color:transparent; text-decoration:none}
a:hover {color:#1B22C3; background-color:transparent; text-decoration:underline}
a:active {color:yellow; background-color:transparent; text-decoration:underline}
</style>
<div class="col-lg-4 col-sm-6 text-center">
<img class="" src="img/fossasia.jpg" alt="">
<a href="http://fossasia.org"target="_blank">fossasia.org</a>
</div>
<div class="col-lg-4 col-sm-6 text-center">
<img class="" src="img/mhadei.jpg" alt="">
<a href="http://mhadeiresearchcenter.org"target="_blank">mhadeiresearchcenter.org</a>
</div>
<div class="col-lg-4 col-sm-6 text-center">
<img class="" src="img/sankalpbhoomi.jpg" alt="">
<a href="http://sankalphospitality.in/"target="_blank">sankalphospitality.in</a>
</div>
<p style="text-align:center; color:#7E7E88">------------------</p>
<hr>
<div class="post-preview">
<h2 id='' class="post-title">
Media Partners
</h2>
<p style="text-align:center; color:#7E7E88"></p>
</div>
<div class="col-lg-12 col-sm-6 text-center">
<img class="" src="img/tarunbharat.png" alt="">
<a href="http://www.tarunbharat.com/"target="_blank">Tarun Bharat</a>
<hr>
</div>
<!-------Sponsors---------------->
<div class="post-preview">
<h2 id='sponsors' class="post-title">
Sponsors
</h2>
<p style="color:#52525E">Sponsorship helps keep Science Hack Day a free and fun event for the community to attend. In addition to being free to attend, Science Hack Day is organized by volunteers and wouldn’t be possible without sponsors. It’s only due to the graciousness of our sponsors that we’ll all be fueled with food, drink, shelter, and the various technological necessities for our hacking. </p>
<a href="https://github.com/wavicles/sciencehack.in/raw/gh-pages/docs/SHD-Belgaum-sponsorship-final.pdf">Sponsorship Prospectus</a>
<p style="text-align:center; color:#7E7E88">Supporting creativity & innovation -Our Generous sponsors</p>
</div>
<div class="col-lg-4 col-sm-6 text-center">
<img class="" src="img/pearl1.jpg" alt="">
<a href="http://pearlcet.org"target="_blank">Pearl CET
</div>
<div class="col-lg-4 col-sm-6 text-center">
<img class="" src="img/supercast.jpg" alt="">
<a href="http://www.supercastings.com/"target="_blank">Super Castings</a>
</div>
<div class="col-lg-4 col-sm-6 text-center">
<img class="" src="img/rachna.jpg" alt="">
<a href="http://www.rachanasoft.com/"target="_blank">Rachana Infotech</a>
</div>
<p> <font color=#FFFFFF>------------------------------------ </font></p>
<div class="col-lg-4 col-sm-6 text-center">
<img class="" src="img/cspark1.jpg" alt="">
<a href="http://csparkresearch.in/"target="_blank">C-spark Research</a>
</div>
<div class="col-lg-4 col-sm-6 text-center">
<img class="" src="img/electrofabrik.jpg" alt="">
<a href="http://electrofabrik.tradeindia.com/"target="_blank">Electrofabrik</a>
</div>
<div class="col-lg-4 col-sm-6 text-center">
<img class="" src="img/ub.jpg" alt="">
<a href="http://hotelnewudaybhuvan.com/"target="_blank">Uday Bhuvan</a>
</div>
<p> <font color=#FFFFFF>------------------------------------ </font></p>
<div class="col-lg-4 col-sm-6 text-center">
<img class="" src="img/dipakcon.png" alt="">
<a href="http://niwaradeepak.com/"target="_blank">Deepak Constructions</a>
</div>
<div class="col-lg-4 col-sm-6 text-center">
<img class="" src="img/belchick.png" alt="">
<a href="http://kwalityhouse.com/"target="_blank">Kwality House</a>
</div>
<div class="col-lg-4 col-sm-6 text-center">
<img class="" src="img/dadsons.jpg" alt="">
<a href="http://dadsonsgroup.com/"target="_blank">Dadsons Group</a>
</div>
<p> <font color=#FFFFFF>------------------------------------ </font></p>
<div class="col-lg-4 col-sm-6 text-center">
<img class="" src="img/hydromax.jpg" alt="">
<a href="http://hydromax.in/"target="_blank">Hydromax</a>
</div>
<hr>
<!-- Pager -->
<!-- <ul class="pager">
<li class="next">
<a href="#">Older Posts →</a>
</li>
</ul>-->
</div>
<p> <font color=#FFFFFF>------------------------------------ </font></p>
<hr>
<div class="post-preview">
<h2 id='sponsors' class="post-title">
</h2>
<p style="color:#52525E">Individual science enthusiasts supporting the event with sponsorships </p>
<ul> Shri Ashok Shanbhag</ul>
<ul> Shri Mahesh Kodchwadkar</ul>
<ul> Shri B L Majukar</ul>
<ul> Shri Girish Pai</ul>
<ul> Shri Ravi Kadam</ul>
<ul> Shri Kiran Jadhav</ul>
<ul> Shri Mahadev Chougule</ul>
<ul> Shri Kishor Arjunwadkar</ul>
<ul> Shri Keith Machado</ul>
</div>
</div>
</div>
</div>
<hr>
<!-- Footer -->
<footer>
<ul class="list-inline text-center">
<div class="container">Science Hack Day India 2016.</div>
<div class="container">shdbelgaum [AT] gmail.com</div>
<div class="container">Join us on our <a href=" https://fossasia.slack.com/messages/sciencehackday-in/">Slack Channel</a> [Get a <a href="http://fossasia-slack.herokuapp.com/"> Slack Invite</a>] </div>
<li>
<a target="_blank" href="https://twitter.com/SHD_India">
<span class="fa-stack fa-lg">
<i class="fa fa-circle fa-stack-2x"></i>
<i class="fa fa-twitter fa-stack-1x fa-inverse"></i>
</span>
</a>
</li>
<li>
<a target="_blank" href="https://www.facebook.com/sciencehackdayindia/">
<span class="fa-stack fa-lg">
<i class="fa fa-circle fa-stack-2x"></i>
<i class="fa fa-facebook fa-stack-1x fa-inverse"></i>
</span>
</a>
</li>
<!-- <li>
<a href="">
<span class="fa-stack fa-lg">
<i class="fa fa-circle fa-stack-2x"></i>
<i class="fa fa-github fa-stack-1x fa-inverse"></i>
</span>
</a>
</li> -->
</ul>
</footer>
<!-- jQuery -->
<script src="vendor/jquery/jquery.min.js"></script>
<!-- Bootstrap Core JavaScript -->
<script src="vendor/bootstrap/js/bootstrap.min.js"></script>
<!-- Contact Form JavaScript -->
<script src="js/jqBootstrapValidation.js"></script>
<script src="js/contact_me.js"></script>
<!-- Theme JavaScript -->
<script src="js/clean-blog.min.js"></script>
</body>
</html>