-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
461 lines (432 loc) · 31.1 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
<!DOCTYPE html>
<html lang="en">
<head>
<title>SHD India 2019 — Science Hack Day India</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link rel="stylesheet" href="fonts/icomoon/style.css">
<link rel="stylesheet" href="css/bootstrap.min.css">
<link rel="stylesheet" href="css/electronics-animation.css">
<link rel="stylesheet" href="css/magnific-popup.css">
<link rel="stylesheet" href="css/jquery-ui.css">
<link rel="stylesheet" href="css/owl.carousel.min.css">
<link rel="stylesheet" href="css/owl.theme.default.min.css">
<link rel="stylesheet" href="css/bootstrap-datepicker.css">
<link rel="stylesheet" href="fonts/flaticon/font/flaticon.css">
<link rel="stylesheet" href="css/aos.css">
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<div class="site-wrap">
<div class="site-mobile-menu">
<div class="site-mobile-menu-header">
<div class="site-mobile-menu-close mt-3">
<span class="icon-close2 js-menu-toggle"></span>
</div>
</div>
<div class="site-mobile-menu-body"></div>
</div>
<header class="site-navbar py-3" role="banner">
<div class="container-fluid">
<div class="row align-items-center">
<div class="col-11 col-xl-2">
<h1 class="mb-0"><a href="index.html" class="text-white h2 mb-0">SHD<span class="text-primary">India</span> </a></h1>
</div>
<div class="col-12 col-md-10 d-none d-xl-block">
<nav class="site-navigation position-relative text-right" role="navigation">
<ul class="site-menu js-clone-nav mx-auto d-none d-lg-block">
<li class="active"><a href="index.html">Home</a></li>
<li><a href="about.html">About</a></li>
<li><a href="python.html">Python</a></li>
<li><a href="workshops.html">Workshops</a></li>
<li><a href="ctf.html">Capture the Flag (CTF)</a></li>
<li><a href="projects.html">Projects</a></li>
<li><a href="galary.html">Gallery</a></li>
<li><a href="schedule.html">Schedule</a></li>
<li><a href="sponsor.html">Sponsor Us</a></li>
<li><a href="coc.html">COC</a></li>
<li><a href="news.html">Blog</a></li>
<li class="dropdown">
<a class="dropdown-toggle" data-toggle="dropdown" href="#">Archive
<span class="caret"></span></a>
<ul class="dropdown-menu">
<li><a href="https://sciencehackdayindia.github.io/2018/" target="_blank">SHD 2018</a></li>
<li><a href="https://sciencehackdayindia.github.io/2017/" target="_blank">SHD 2017</a></li>
<li><a href="https://sciencehackdayindia.github.io/2016/" target="_blank">SHD 2016</a></li>
</ul>
</li>
<li class="cta"><a href="buy-tickets.html">Buy Tickets</a></li>
</ul>
</nav>
</div>
<div class="d-inline-block d-xl-none ml-md-0 mr-auto py-3" style="position: relative; top: 3px;"><a href="#" class="site-menu-toggle js-menu-toggle text-white"><span class="icon-menu h3"></span></a></div>
</div>
</div>
</div>
</header>
<div class="site-section site-hero">
<!-- Separator Animation -->
<svg version="1.1" class="circuit-no-fill d-none d-lg-block" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" id="right0"
viewBox="0 0 96.3 457.3" style="enable-background:new 0 0 96.3 457.3;" xml:space="preserve">
<g id="circuit-left" transform="translate(92.128906, 524.812500)">
<path class="st0" d="M-49.2-434.4c0,2.3,1.8,4.1,4.1,4.1s4.1-1.8,4.1-4.1c0-1.8-1.2-3.3-2.8-3.9v-24.2l-13.8-13.8v-23
c1.6-0.6,2.8-2.1,2.8-3.9c0-2.3-1.8-4.1-4.1-4.1s-4.1,1.8-4.1,4.1c0,1.8,1.2,3.3,2.8,3.9v24.2l13.8,13.8v23.1
C-48.1-437.7-49.2-436.2-49.2-434.4"/>
<path class="st0" d="M-57.7-109.3v-339.6l-13.5-13.7V-490l-11.2-11.4c0.3-0.5,0.4-1.1,0.4-1.8c0-2.3-1.8-4.1-4-4.1s-4,1.8-4,4.1
c0,2.3,1.8,4.1,4,4.1c0.6,0,1.2-0.2,1.7-0.4l10.4,10.6v27.4l13.5,13.7v338.5c-1.6,0.6-2.7,2.1-2.7,3.9c0,2.3,1.8,4.1,4,4.1
s4-1.8,4-4.1C-55-107.2-56.1-108.7-57.7-109.3"/>
<path class="st0" d="M-15.8-472.3c1.6-0.6,2.8-2.1,2.8-3.9c0-2.3-1.8-4.1-4.1-4.1s-4.1,1.8-4.1,4.1c0,1.8,1.2,3.3,2.8,3.9v159.7
L-29-302c-0.5-0.3-1.1-0.4-1.8-0.4c-2.3,0-4.1,1.8-4.1,4.1c0,2.3,1.8,4.1,4.1,4.1s4.1-1.8,4.1-4.1c0-0.6-0.2-1.2-0.4-1.8l11.4-11.4
v-160.8H-15.8z"/>
<path class="st0" d="M0-270.2c0-2.3-1.8-4.1-4-4.1s-4,1.8-4,4.1c0,1.8,1.1,3.3,2.7,3.8v33.2c-1.5,0.6-2.7,2.1-2.7,3.8
c0,2.3,1.8,4.1,4,4.1s4-1.8,4-4.1c0-1.8-1.1-3.3-2.7-3.8v-33.2C-1.1-266.9,0-268.4,0-270.2"/>
<path class="st0" d="M-14-256.2c0-2.3-1.8-4.1-4-4.1s-4,1.8-4,4.1c0,1.8,1.1,3.3,2.7,3.9v116c-1.5,0.6-2.7,2.1-2.7,3.9
c0,2.3,1.8,4.1,4,4.1s4-1.8,4-4.1c0-1.8-1.1-3.3-2.7-3.9v-116C-15.1-252.9-14-254.4-14-256.2"/>
<path class="st0" d="M-29.6-178.3V-270l26.9-27.5v-188.8c1.6-0.6,2.7-2.1,2.7-3.9c0-2.3-1.8-4.1-4-4.1s-4,1.8-4,4.1
c0,1.8,1.1,3.3,2.7,3.9v187.8L-32.2-271v92.8c-1.6,0.6-2.7,2.1-2.7,3.9c0,2.3,1.8,4.1,4,4.1s4-1.8,4-4.1
C-26.9-176.2-28.1-177.7-29.6-178.3"/>
<path class="st0" d="M-68-435.2c0-2.3-1.8-4.1-4-4.1s-4,1.8-4,4.1c0,1.8,1.1,3.3,2.7,3.9v116c-1.5,0.6-2.7,2.1-2.7,3.9
c0,2.3,1.8,4.1,4,4.1s4-1.8,4-4.1c0-1.8-1.1-3.3-2.7-3.9v-116C-69.1-431.9-68-433.4-68-435.2"/>
<path class="st0" d="M-35-325.4c0,2.3,1.8,4.1,4,4.1s4-1.8,4-4.1c0-1.8-1.1-3.3-2.7-3.9v-61c1.5-0.6,2.7-2.1,2.7-3.9
c0-2.3-1.8-4.1-4-4.1s-4,1.8-4,4.1c0,1.8,1.1,3.3,2.7,3.9v61C-33.9-328.7-35-327.2-35-325.4"/>
<path class="st0" d="M-43.6-82.3V-407l13.5-13.7v-68.6l13.5-13.7v-10.3c1.6-0.6,2.7-2.1,2.7-3.9c0-2.3-1.8-4.1-4-4.1s-4,1.8-4,4.1
c0,1.8,1.1,3.3,2.7,3.9v9.3l-13.6,13.7v68.6L-46.3-408v325.7c-1.6,0.6-2.7,2.1-2.7,3.9c0,2.3,1.8,4.1,4,4.1s4-1.8,4-4.1
C-40.9-80.2-42.1-81.7-43.6-82.3"/>
</g>
</svg>
<!-- End of Separator -->
<div class="container">
<div class="row align-items-center">
<div class="col-md-10">
<h1 class="d-block mb-4" data-aos="fade-up" data-aos-delay="200">Science Hack Day India 2019</h1>
<span class="d-block mb-5 caption" data-aos="fade-up" data-aos-delay="300">October 18th-20th, Belgaum, India</span>
<a href="https://www.instamojo.com/shdindia/" class="btn-custom" data-aos="fade-up" data-aos-delay="400"><span>Buy Tickets</span></a>
</div>
</div>
</div>
<!-- Separator Animation -->
<svg version="1.1" class="circuit-no-fill d-none d-lg-block" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" id="hero-section-right-90"
viewBox="0 0 96.3 457.3" xml:space="preserve">
<g id="circuit-left" transform="translate(92.128906, 524.812500)">
<path class="st0" d="M-49.2-434.4c0,2.3,1.8,4.1,4.1,4.1s4.1-1.8,4.1-4.1c0-1.8-1.2-3.3-2.8-3.9v-24.2l-13.8-13.8v-23
c1.6-0.6,2.8-2.1,2.8-3.9c0-2.3-1.8-4.1-4.1-4.1s-4.1,1.8-4.1,4.1c0,1.8,1.2,3.3,2.8,3.9v24.2l13.8,13.8v23.1
C-48.1-437.7-49.2-436.2-49.2-434.4"/>
<path class="st0" d="M-57.7-109.3v-339.6l-13.5-13.7V-490l-11.2-11.4c0.3-0.5,0.4-1.1,0.4-1.8c0-2.3-1.8-4.1-4-4.1s-4,1.8-4,4.1
c0,2.3,1.8,4.1,4,4.1c0.6,0,1.2-0.2,1.7-0.4l10.4,10.6v27.4l13.5,13.7v338.5c-1.6,0.6-2.7,2.1-2.7,3.9c0,2.3,1.8,4.1,4,4.1
s4-1.8,4-4.1C-55-107.2-56.1-108.7-57.7-109.3"/>
<path class="st0" d="M-15.8-472.3c1.6-0.6,2.8-2.1,2.8-3.9c0-2.3-1.8-4.1-4.1-4.1s-4.1,1.8-4.1,4.1c0,1.8,1.2,3.3,2.8,3.9v159.7
L-29-302c-0.5-0.3-1.1-0.4-1.8-0.4c-2.3,0-4.1,1.8-4.1,4.1c0,2.3,1.8,4.1,4.1,4.1s4.1-1.8,4.1-4.1c0-0.6-0.2-1.2-0.4-1.8l11.4-11.4
v-160.8H-15.8z"/>
<path class="st0" d="M0-270.2c0-2.3-1.8-4.1-4-4.1s-4,1.8-4,4.1c0,1.8,1.1,3.3,2.7,3.8v33.2c-1.5,0.6-2.7,2.1-2.7,3.8
c0,2.3,1.8,4.1,4,4.1s4-1.8,4-4.1c0-1.8-1.1-3.3-2.7-3.8v-33.2C-1.1-266.9,0-268.4,0-270.2"/>
<path class="st0" d="M-14-256.2c0-2.3-1.8-4.1-4-4.1s-4,1.8-4,4.1c0,1.8,1.1,3.3,2.7,3.9v116c-1.5,0.6-2.7,2.1-2.7,3.9
c0,2.3,1.8,4.1,4,4.1s4-1.8,4-4.1c0-1.8-1.1-3.3-2.7-3.9v-116C-15.1-252.9-14-254.4-14-256.2"/>
<path class="st0" d="M-29.6-178.3V-270l26.9-27.5v-188.8c1.6-0.6,2.7-2.1,2.7-3.9c0-2.3-1.8-4.1-4-4.1s-4,1.8-4,4.1
c0,1.8,1.1,3.3,2.7,3.9v187.8L-32.2-271v92.8c-1.6,0.6-2.7,2.1-2.7,3.9c0,2.3,1.8,4.1,4,4.1s4-1.8,4-4.1
C-26.9-176.2-28.1-177.7-29.6-178.3"/>
<path class="st0" d="M-68-435.2c0-2.3-1.8-4.1-4-4.1s-4,1.8-4,4.1c0,1.8,1.1,3.3,2.7,3.9v116c-1.5,0.6-2.7,2.1-2.7,3.9
c0,2.3,1.8,4.1,4,4.1s4-1.8,4-4.1c0-1.8-1.1-3.3-2.7-3.9v-116C-69.1-431.9-68-433.4-68-435.2"/>
<path class="st0" d="M-35-325.4c0,2.3,1.8,4.1,4,4.1s4-1.8,4-4.1c0-1.8-1.1-3.3-2.7-3.9v-61c1.5-0.6,2.7-2.1,2.7-3.9
c0-2.3-1.8-4.1-4-4.1s-4,1.8-4,4.1c0,1.8,1.1,3.3,2.7,3.9v61C-33.9-328.7-35-327.2-35-325.4"/>
<path class="st0" d="M-43.6-82.3V-407l13.5-13.7v-68.6l13.5-13.7v-10.3c1.6-0.6,2.7-2.1,2.7-3.9c0-2.3-1.8-4.1-4-4.1s-4,1.8-4,4.1
c0,1.8,1.1,3.3,2.7,3.9v9.3l-13.6,13.7v68.6L-46.3-408v325.7c-1.6,0.6-2.7,2.1-2.7,3.9c0,2.3,1.8,4.1,4,4.1s4-1.8,4-4.1
C-40.9-80.2-42.1-81.7-43.6-82.3"/>
</g>
</svg>
<!-- End of Separator -->
</div>
<!-- About Paragraph -->
<div class="site-section">
<!-- Separator Animation -->
<svg version="1.1" class="circuit-no-fill d-none d-lg-block" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" id="section-right-90"
viewBox="0 0 96.3 457.3" xml:space="preserve">
<g id="circuit-left" transform="translate(92.128906, 524.812500)">
<path class="st0" d="M-49.2-434.4c0,2.3,1.8,4.1,4.1,4.1s4.1-1.8,4.1-4.1c0-1.8-1.2-3.3-2.8-3.9v-24.2l-13.8-13.8v-23
c1.6-0.6,2.8-2.1,2.8-3.9c0-2.3-1.8-4.1-4.1-4.1s-4.1,1.8-4.1,4.1c0,1.8,1.2,3.3,2.8,3.9v24.2l13.8,13.8v23.1
C-48.1-437.7-49.2-436.2-49.2-434.4"/>
<path class="st0" d="M-57.7-109.3v-339.6l-13.5-13.7V-490l-11.2-11.4c0.3-0.5,0.4-1.1,0.4-1.8c0-2.3-1.8-4.1-4-4.1s-4,1.8-4,4.1
c0,2.3,1.8,4.1,4,4.1c0.6,0,1.2-0.2,1.7-0.4l10.4,10.6v27.4l13.5,13.7v338.5c-1.6,0.6-2.7,2.1-2.7,3.9c0,2.3,1.8,4.1,4,4.1
s4-1.8,4-4.1C-55-107.2-56.1-108.7-57.7-109.3"/>
<path class="st0" d="M-15.8-472.3c1.6-0.6,2.8-2.1,2.8-3.9c0-2.3-1.8-4.1-4.1-4.1s-4.1,1.8-4.1,4.1c0,1.8,1.2,3.3,2.8,3.9v159.7
L-29-302c-0.5-0.3-1.1-0.4-1.8-0.4c-2.3,0-4.1,1.8-4.1,4.1c0,2.3,1.8,4.1,4.1,4.1s4.1-1.8,4.1-4.1c0-0.6-0.2-1.2-0.4-1.8l11.4-11.4
v-160.8H-15.8z"/>
<path class="st0" d="M0-270.2c0-2.3-1.8-4.1-4-4.1s-4,1.8-4,4.1c0,1.8,1.1,3.3,2.7,3.8v33.2c-1.5,0.6-2.7,2.1-2.7,3.8
c0,2.3,1.8,4.1,4,4.1s4-1.8,4-4.1c0-1.8-1.1-3.3-2.7-3.8v-33.2C-1.1-266.9,0-268.4,0-270.2"/>
<path class="st0" d="M-14-256.2c0-2.3-1.8-4.1-4-4.1s-4,1.8-4,4.1c0,1.8,1.1,3.3,2.7,3.9v116c-1.5,0.6-2.7,2.1-2.7,3.9
c0,2.3,1.8,4.1,4,4.1s4-1.8,4-4.1c0-1.8-1.1-3.3-2.7-3.9v-116C-15.1-252.9-14-254.4-14-256.2"/>
<path class="st0" d="M-29.6-178.3V-270l26.9-27.5v-188.8c1.6-0.6,2.7-2.1,2.7-3.9c0-2.3-1.8-4.1-4-4.1s-4,1.8-4,4.1
c0,1.8,1.1,3.3,2.7,3.9v187.8L-32.2-271v92.8c-1.6,0.6-2.7,2.1-2.7,3.9c0,2.3,1.8,4.1,4,4.1s4-1.8,4-4.1
C-26.9-176.2-28.1-177.7-29.6-178.3"/>
<path class="st0" d="M-68-435.2c0-2.3-1.8-4.1-4-4.1s-4,1.8-4,4.1c0,1.8,1.1,3.3,2.7,3.9v116c-1.5,0.6-2.7,2.1-2.7,3.9
c0,2.3,1.8,4.1,4,4.1s4-1.8,4-4.1c0-1.8-1.1-3.3-2.7-3.9v-116C-69.1-431.9-68-433.4-68-435.2"/>
<path class="st0" d="M-35-325.4c0,2.3,1.8,4.1,4,4.1s4-1.8,4-4.1c0-1.8-1.1-3.3-2.7-3.9v-61c1.5-0.6,2.7-2.1,2.7-3.9
c0-2.3-1.8-4.1-4-4.1s-4,1.8-4,4.1c0,1.8,1.1,3.3,2.7,3.9v61C-33.9-328.7-35-327.2-35-325.4"/>
<path class="st0" d="M-43.6-82.3V-407l13.5-13.7v-68.6l13.5-13.7v-10.3c1.6-0.6,2.7-2.1,2.7-3.9c0-2.3-1.8-4.1-4-4.1s-4,1.8-4,4.1
c0,1.8,1.1,3.3,2.7,3.9v9.3l-13.6,13.7v68.6L-46.3-408v325.7c-1.6,0.6-2.7,2.1-2.7,3.9c0,2.3,1.8,4.1,4,4.1s4-1.8,4-4.1
C-40.9-80.2-42.1-81.7-43.6-82.3"/>
</g>
</svg>
<!-- End of Separator -->
<div class="container">
<div class="row mb-5">
<div class="col-lg-12" data-aos="fade-up" data-aos-delay="100">
<div class="site-section-heading">
<h2>What is Science Hack Day? </h2>
</div>
</div>
<div class="col-lg-12 mt-5 pl-lg-5" data-aos="fade-up" data-aos-delay="200">
<p>Science Hack Day is a three-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 36 consecutive hours. Designers, developers,
artists, scientists and people from any background are welcome to attend –
<font color="red">no experience in science or hacking is necessary, just an
insatiable curiosity</font>. The event is organized by volunteers, and supported
via sponsors. SHD India 2019 will be our 4th annual event!
</p>
<p>The mission of Science Hack Day is simply 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. To date, there have been over 60 Science Hack Day events across 22
countries around the globe and more are being planned which are listed on the
<a href="http://sciencehackday.org/" target="blank">Global SHD site</a>.</p>
<p>Here’s a video from SHD San Fransisco that shows what the event is
like:</p>
<p style="text-align: center">
<span style="color: #000000">
<iframe class="video-frames" id="_ytid_98414" width="750" height="450" src="//www.youtube.com/embed/Dzb_QCYxi3I?enablejsapi=1&autoplay=0&cc_load_policy=0&iv_load_policy=1&loop=0&modestbranding=0&rel=1&showinfo=1&playsinline=0&autohide=2&theme=dark&color=red&wmode=opaque&vq=&controls=2&" frameborder="0" class="__youtube_prefs__" allowfullscreen ></iframe>
</span>
</p>
<p> </p>
<div class="site-section-heading">
<h2>What happens at SHD India?</h2>
</div>
<h3><font color="#D6D0F4"> and who can participate?</font> </h3>
<p> </p>
<p>SHD-India is NOT just another Hackathon. It is an unconference style event that provides immersive experential learning environment
for knowledge sharing for all age groups - 5 to 105 years :)</p>
<p>It is fully packed with Hands-on Workshops, Lightning Talks, Science Demos, Hacking Activities, Art and Architectural Installations,
Science Show, Fun Games, Stargazing, Camp Fire and many more...In short SHD India is a fusion of Science, Technology, Engineering, Maths, Arts, Architecture, Design with passion, curiosity and creative collaboration. </p>
<p></p>
<h3><font color="#D6D0F4">There is something for everyone </font> </h3>
<ul>
<li><font color="red">For School Kids (Age Group 5-12 years)</font></li>
<ul><li>Science Demos, Aero-show, Drones, Fun Games, Rocket Launching, Hands-on Science and maths activities, Paper Circuits, 3D Pens etc.. </li></ul>
<p> </p>
<li><font color="red">For Young Scientists (5th to 12th std)</font></li>
<ul>Hands on workshops
<li> Science toys (Faraday Box - Fun with Electromagnetism)</li>
<li> Electronics and Soldering - learn basics of electronics with a cool SHD Electronics Box </li>
<li> Science and maths demos, Informative sessions, 3D Printing etc </li>
</ul>
<p> </p>
<li><font color="red">For BSc and Engineering Students and Physics/Electronics Teachers</font></li>
<ul>Hands on workshops
<li> Python 101 - Learn Python programming language basics </li>
<li> Python for Young Engineers and Scientists - with <a href="http://expeyes.in/" target="_blank">ExpEYES </a>An Open Source Science Lab </li>
<li><a href="http://expeyes.in/kuttypy/index.html" target="_blank">KuttyPy </a> Connect to the outside world using Python -Microcontrollers for beginners</li>
</ul>
<p> </p>
<li><font color="red">For Highschool/Pre-University Teams </font></li>
<ul>Competitive events leading to SHD India Jr Hackers Championship Award
<li> Capture the flag </li>
<li> STEAM Games </li>
<li> Science Demo </li>
<li> SHD India Challenge.</li>
</ul>
<ul>Note: To be a part of this competition each students must buy either workshop ticket or hackers ticket.</ul>
<p> </p>
<li><font color="red">For Science Lovers and Hackers</font> - PUC/UG/PG Students, Teachers, Engineers, Artists, Architects or any one with curiosity. Participate as a</li>
<ul>
<li> Volunteer - Be SHD ambassadors, help hackers and actively engage young kids in various activities</li>
<li> Mentor - Help us conduct workshops or Propose your own hack idea and bring it to reality with a curious team of hackers</li>
<li> SHD Hacker - Join hacking teams, learn, share knowledge and have fun. We have planned many activities for you...</li>
<ul>
<li>Science Fun with sensors and transducers - Using <a href="https://csparkresearch.in/seelablet/seelablet.html" target="_blank">SEELablet </a> </li>
<li>Bat Dectors, Tesla Coils, 3D Printing</li>
<li>Make your own weather station with ExpEYES</li>
<li>Python Powered Laser Show -Superimposing music and laser light</li>
<li>Chladni patterns and Lissajous Figures</li>
<li>Launching high altitude baloons</li>
<li>Puzzles,Art and Architectural Installations </li>
<lu>CTF - Capture the Flag competition</lu>
<li>Stargazing</li>
<p>And many more...</p>
</ul>
</ul>
<p><font color="#D6D0F4">Magical Moments - Glimpses of Science Hack Day India 2018. Take a look to have an insight into amazing world of SHD-India.. ! </font></p>
<p style="text-align: center">
<span style="color: #000000">
<iframe class="video-frames" width="750" height="450" src="https://www.youtube.com/embed/2xLOCQJ4R28" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</span>
</p>
</div>
<div class="col-lg-12 mt-5 pl-lg-5" data-aos="fade-up" data-aos-delay="200">
<h3>When?</h3>
<P><font color="red"> Day-0 :</font> 18 October 2019 (Evening 6:00 pm onwards -Only for SHD Hackers and Resident Hackers)</p>
<P><font color="red"> Day-1 and Day-2 :</font> 19th and 20th October 2019</p>
<br>
<h3>Where?</h3>
<p><a href="http://sankalphospitality.in" target="_blank">Sankalp Bhoomi Farm Resort</a> , Belgaum, Karnataka State, India</p>
<p>Sankalpbhoomi -The farm resort, totally in tune with nature in its rustic uncorrupted state, stands testimony to saving nature. 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. The venue provides perfect space and ambience for all hacking/making activities. It also offers a complete rejuvenating and relaxing experience for all SHD participants to return with everlasting memories. </p>
<br>
<h3>How to reach? </h3>
<h5><font color="red">By Road</font></h5>
<p>Belagavi / Belgaum is directly accessible via National Highway 4. Belgaum is located 500 Kms from Mumbai, 500 Kms from Bangalore, 300 Kms from Pune and 550 Kms to Hyderabad. There are over night buses available from any of these cities and are very comfortable to travel in. You can also take this opportunity to have a road trip since the path to Belgaum from anywhere has cities along the way. Goa is about 130 Kms away from Belgaum and takes 2-3 hours by road.<br/><br/></p>
<h5><font color="red">By Train</font></h5>
<p>Belgaum Railway station has the code BGM. There are over night trains from Bangalore and Mumbai.</p>
<h5><font color="red">By Air</font></h5>
<p>The airport serving the city of Belgaum is at Sambra, located 10 km from the city on the SH20. Belagavi/Belgaum Airport (IXG) has regular flights connecting <font color="red"> Bengaluru, Mumbai, Pune, Hyderabad and Ahmedabad</font>. Air tavel to Belgaum has become affordable thanks to the inclusion of IXG in UDAN-3 scheme.</p>
<br>
<h3>How to Register? </h3>
<p>There are different tickets for workshops and hacker participants. We provide accomodation at the venue for outstation participants. To register please buy a suitable ticket HERE </p>
</div>
</div>
</div>
</div>
<div class="site-section" id="sponsors">
<!-- Separator Animation -->
<svg version="1.1" class="circuit-no-fill d-none d-lg-block" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" id="section-right-90"
viewBox="0 0 96.3 457.3" xml:space="preserve">
<g id="circuit-left" transform="translate(92.128906, 524.812500)">
<path class="st0" d="M-49.2-434.4c0,2.3,1.8,4.1,4.1,4.1s4.1-1.8,4.1-4.1c0-1.8-1.2-3.3-2.8-3.9v-24.2l-13.8-13.8v-23
c1.6-0.6,2.8-2.1,2.8-3.9c0-2.3-1.8-4.1-4.1-4.1s-4.1,1.8-4.1,4.1c0,1.8,1.2,3.3,2.8,3.9v24.2l13.8,13.8v23.1
C-48.1-437.7-49.2-436.2-49.2-434.4"/>
<path class="st0" d="M-57.7-109.3v-339.6l-13.5-13.7V-490l-11.2-11.4c0.3-0.5,0.4-1.1,0.4-1.8c0-2.3-1.8-4.1-4-4.1s-4,1.8-4,4.1
c0,2.3,1.8,4.1,4,4.1c0.6,0,1.2-0.2,1.7-0.4l10.4,10.6v27.4l13.5,13.7v338.5c-1.6,0.6-2.7,2.1-2.7,3.9c0,2.3,1.8,4.1,4,4.1
s4-1.8,4-4.1C-55-107.2-56.1-108.7-57.7-109.3"/>
<path class="st0" d="M-15.8-472.3c1.6-0.6,2.8-2.1,2.8-3.9c0-2.3-1.8-4.1-4.1-4.1s-4.1,1.8-4.1,4.1c0,1.8,1.2,3.3,2.8,3.9v159.7
L-29-302c-0.5-0.3-1.1-0.4-1.8-0.4c-2.3,0-4.1,1.8-4.1,4.1c0,2.3,1.8,4.1,4.1,4.1s4.1-1.8,4.1-4.1c0-0.6-0.2-1.2-0.4-1.8l11.4-11.4
v-160.8H-15.8z"/>
<path class="st0" d="M0-270.2c0-2.3-1.8-4.1-4-4.1s-4,1.8-4,4.1c0,1.8,1.1,3.3,2.7,3.8v33.2c-1.5,0.6-2.7,2.1-2.7,3.8
c0,2.3,1.8,4.1,4,4.1s4-1.8,4-4.1c0-1.8-1.1-3.3-2.7-3.8v-33.2C-1.1-266.9,0-268.4,0-270.2"/>
<path class="st0" d="M-14-256.2c0-2.3-1.8-4.1-4-4.1s-4,1.8-4,4.1c0,1.8,1.1,3.3,2.7,3.9v116c-1.5,0.6-2.7,2.1-2.7,3.9
c0,2.3,1.8,4.1,4,4.1s4-1.8,4-4.1c0-1.8-1.1-3.3-2.7-3.9v-116C-15.1-252.9-14-254.4-14-256.2"/>
<path class="st0" d="M-29.6-178.3V-270l26.9-27.5v-188.8c1.6-0.6,2.7-2.1,2.7-3.9c0-2.3-1.8-4.1-4-4.1s-4,1.8-4,4.1
c0,1.8,1.1,3.3,2.7,3.9v187.8L-32.2-271v92.8c-1.6,0.6-2.7,2.1-2.7,3.9c0,2.3,1.8,4.1,4,4.1s4-1.8,4-4.1
C-26.9-176.2-28.1-177.7-29.6-178.3"/>
<path class="st0" d="M-68-435.2c0-2.3-1.8-4.1-4-4.1s-4,1.8-4,4.1c0,1.8,1.1,3.3,2.7,3.9v116c-1.5,0.6-2.7,2.1-2.7,3.9
c0,2.3,1.8,4.1,4,4.1s4-1.8,4-4.1c0-1.8-1.1-3.3-2.7-3.9v-116C-69.1-431.9-68-433.4-68-435.2"/>
<path class="st0" d="M-35-325.4c0,2.3,1.8,4.1,4,4.1s4-1.8,4-4.1c0-1.8-1.1-3.3-2.7-3.9v-61c1.5-0.6,2.7-2.1,2.7-3.9
c0-2.3-1.8-4.1-4-4.1s-4,1.8-4,4.1c0,1.8,1.1,3.3,2.7,3.9v61C-33.9-328.7-35-327.2-35-325.4"/>
<path class="st0" d="M-43.6-82.3V-407l13.5-13.7v-68.6l13.5-13.7v-10.3c1.6-0.6,2.7-2.1,2.7-3.9c0-2.3-1.8-4.1-4-4.1s-4,1.8-4,4.1
c0,1.8,1.1,3.3,2.7,3.9v9.3l-13.6,13.7v68.6L-46.3-408v325.7c-1.6,0.6-2.7,2.1-2.7,3.9c0,2.3,1.8,4.1,4,4.1s4-1.8,4-4.1
C-40.9-80.2-42.1-81.7-43.6-82.3"/>
</g>
</svg>
<!-- End of Separator -->
<div class="container">
<div class="row mb-5">
<div class="col-lg-12 ">
<div class="site-section-heading" data-aos="fade-up">
<h2>Organizing Partners</h2>
</div>
</div>
</div>
<div class="row mb-5">
<div class="col-md-6 col-lg-4 mb-5 mb-lg-0" data-aos="fade" data-aos-delay="200">
<img src="images/msblogo.jpg" alt="Image" class="img-fluid">
</div>
<div class="col-md-6 col-lg-4 mb-5 mb-lg-0" data-aos="fade" data-aos-delay="300">
<img src="images/sankalpbhoomi.jpg" alt="Image" class="img-fluid">
</div>
</div>
</div>
<div class="container">
<div class="row mb-5">
<div class="col-lg-12 ">
<div class="site-section-heading" data-aos="fade-up">
<h2>Community Partners </h2>
</div>
</div>
<div class="col-lg-12 mt-5 pl-lg-5" data-aos="fade-up" data-aos-delay="100">
<p>Amazing People/Organizations helping us to make SHD India happen</p>
</div>
</div>
<div class="row mb-5">
<div class="col-md-6 col-lg-4 mb-5 mb-lg-0" data-aos="fade" data-aos-delay="200">
<img src="images/psflogo.png" alt="Image" class="img-fluid">
</div>
<div class="col-md-6 col-lg-4 mb-5 mb-lg-0" data-aos="fade" data-aos-delay="300">
<img src="images/icfosslogo.jpeg" alt="Image" class="img-fluid">
</div>
<div class="col-md-6 col-lg-4 mb-5 mb-lg-0" data-aos="fade" data-aos-delay="400">
<img src="images/cspark.jpg" alt="Image" class="img-fluid">
</div>
</div>
<div class="row mb-5">
<div class="col-md-6 col-lg-4 mb-5 mb-lg-0" data-aos="fade" data-aos-delay="500">
<img src="images/mhadei.jpg" alt="Image" class="img-fluid">
</div>
<div class="col-md-6 col-lg-4 mb-5 mb-lg-0" data-aos="fade" data-aos-delay="600">
<img src="images/reservedbit.png" alt="Image" class="img-fluid">
</div>
<div class="col-md-6 col-lg-4 mb-5 mb-lg-0" data-aos="fade" data-aos-delay="700">
<img src="images/pybelgaum.png" alt="Image" class="img-fluid">
</div>
</div>
<div class="row" data-aos="fade-up" data-aos-delay="500">
<div class="col-12 text-center pt-5">
<a href="#" class="btn-custom" data-aos="fade-up" data-aos-delay="800"><span>Be a Sponsor</span></a>
</div>
</div>
</div>
</div>
<footer class="site-footer">
<div class="container">
<div class="row mb-5">
<div class="col-md-4">
<h2 class="footer-heading text-uppercase mb-4">SHD India</h2>
<p>Let's collaborate, learn, hack, build cool stuff with science and have lots of fun...</p>
</div>
<div class="col-md-3 ml-auto">
<h2 class="footer-heading text-uppercase mb-4">Quick Links</h2>
<ul class="list-unstyled">
<li><a href="http://tiny.cc/rjgxdz" target="_blank" >Event Reports</a></li>
<li><a href="schedule.html">Schedule</a></li>
<li><a href="workshops.html">Workshops</a></li>
<li><a href="ctf.html">Capture the Flag (CTF)</a></li>
<li><a href="http://sciencehackday.in/about.html#c1">Contact Us</a></li>
</ul>
</div>
<div class="col-md-4">
<h2 class="footer-heading text-uppercase mb-4">Connect with Us</h2>
<p>
<a href="https://www.facebook.com/sciencehackin/" target="_blank" class="p-2 pl-0"><span class="icon-facebook"></span></a>
<a href="https://twitter.com/SHD_India" target="_blank" class="p-2"><span class="icon-twitter"></span></a>
<!-- <a href="#" class="p-2"><span class="icon-youtube"></span></a>-->
<a href="https://www.instagram.com/shdindia/" target="_blank" class="p-2"><span class="icon-instagram"></span></a>
</p>
<p>[email protected]</p>
</div>
</div>
<div class="row">
<div class="col-md-12 text-center">
<div class="border-top pt-5">
<p>
<!-- Link back to Colorlib can't be removed. Template is licensed under CC BY 3.0. -->
Copyright © <script>document.write(new Date().getFullYear());</script> All rights reserved | This template is made with <i class="icon-heart text-primary" aria-hidden="true"></i> by <a href="https://colorlib.com" target="_blank" >Colorlib</a>
<!-- Link back to Colorlib can't be removed. Template is licensed under CC BY 3.0. -->
</p>
</div>
</div>
</div>
</div>
</footer>
</div>
<script src="js/jquery-3.3.1.min.js"></script>
<script src="js/jquery-migrate-3.0.1.min.js"></script>
<script src="js/jquery-ui.js"></script>
<script src="js/popper.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/owl.carousel.min.js"></script>
<script src="js/jquery.stellar.min.js"></script>
<script src="js/jquery.countdown.min.js"></script>
<script src="js/jquery.magnific-popup.min.js"></script>
<script src="js/bootstrap-datepicker.min.js"></script>
<script src="js/aos.js"></script>
<script src="js/main.js"></script>
</body>
</html>