This repository has been archived by the owner on Oct 25, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
main.html
491 lines (482 loc) · 36.6 KB
/
main.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
<!DOCTYPE html>
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8"> <![endif]-->
<!--[if IE 8]> <html class="no-js lt-ie9"> <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js"> <!--<![endif]-->
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>NIMBUS 2k'20</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
<!-- <link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.7.1/css/all.css" integrity="sha384-fnmOCqbTlWIlj8LyTjo7mOUStjsKC4pOpQbqyi7RrhN7udi9RwhKkMHpvLbHG9Sr" crossorigin="anonymous"> -->
<link rel="stylesheet" type="text/css" href="./css/menu.css">
<link rel="stylesheet" href="css/main.css">
<link rel="icon" href="./images/Nimbus.png">
<style type="text/css">
#particles-js{
position: absolute;
background-color: #082c4c;
width: 100%;
height: 100%;
}
</style>
</head>
<body>
<section class="navbar">
<button class="menu-button">
<div class="menu-bar"></div>
<div class="menu-bar"></div>
<div class="menu-bar"></div>
</button>
<nav id="menu">
<ul class="menu-nav">
<li><a href="/">Home</a></li>
<li><a href="/events">Past Events</a></li>
<li><a href="/team">Team</a></li>
<!-- <li><a href="/register">Register</a></li> -->
<li><a href="/sponsors">Past Sponsors</a></li>
</ul>
</nav>
</section>
<div id="particles-js"></div>
<section class="header">
<!-- best viewed in chrome -->
<section class="header-links">
<ul>
<li><a href="https://www.facebook.com/festnimbus/"><i class="fa fa-facebook"></i></a></li>
<li><a href="https://www.instagram.com/festnimbus/"><i class="fa fa-instagram"></i></a></li>
<li><a href="https://www.youtube.com/user/pixonoids"><i class="fa fa-youtube"></i></a></li>
</ul>
</section>
<section class="nimbus-dates">
<p>27<span>th</span> - 29<span>th</span> March 2020</p>
</section>
<section class="nith-logo">
<img src="./images/nithw.png">
</section>
<main>
<div></div>
<div>
<img src="images/Nimbus white black.png" alt="as">
</div>
<div></div>
<div></div>
<div></div>
<div></div>
<div></div>
<div></div>
<div></div>
<div></div>
<div></div>
<div></div>
<div></div>
<div></div>
<div></div>
<div></div>
<div></div>
<div></div>
<div></div>
<div></div>
<div></div>
<div></div>
<div></div>
<div></div>
<div></div>
<div></div>
<div></div>
<div></div>
<div></div>
<div></div>
<div></div>
<div></div>
<div></div>
<div></div>
<div></div>
<div></div>
<div></div>
<div></div>
<div></div>
<div></div>
<div></div>
<div></div>
<div></div>
<div></div>
<div></div><div></div>
<div></div>
<div></div>
<div></div>
<div></div><div></div><div></div><div></div><div></div><div></div><div></div><div></div><div></div><div></div><div></div><div></div><div></div><div></div><div></div><div></div><div></div><div></div><div></div><div></div><div></div><div></div><div></div><div></div><div></div><div></div><div></div><div></div><div></div><div></div><div></div><div></div><div></div><div></div><div></div><div></div>
</main>
<content>
<h1>Semblance</h1>
<h2>Fiction shaping Reality</h2>
</content>
</section>
<section class="about">
<div class="about_circle">
<svg id="circles" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 900 900">
<g id="group-4">
<linearGradient id="grd-1" gradientUnits="userSpaceOnUse" x1="4770.59" y1="8622.47" x2="4770.59" y2="7791.16" gradientTransform="rotate(101.44 5714.67 2593.64)">
<stop offset="0" stop-color="#ad76ff"/>
<stop offset=".22" stop-color="#adc7ff"/>
<stop offset=".4" stop-color="#adfaff"/>
<stop offset=".6" stop-color="#adedff"/>
<stop offset=".8" stop-color="#26cfff"/>
<stop offset="1" stop-color="#7f82ff"/>
</linearGradient>
<path d="M740.24 437.58l101.73-3.4c1.53 153.69-80.5 309.86-226.89 373.82l-42.59-94.04c108.24-47.29 168.89-162.75 167.75-276.38z" opacity=".5" fill="url(#grd-1)"/>
<linearGradient id="grd-2" gradientUnits="userSpaceOnUse" x1="4801.95" y1="8534.18" x2="4801.95" y2="7633.95" gradientTransform="rotate(101.44 5714.67 2593.64)">
<stop offset="0" stop-color="#ad76ff"/>
<stop offset=".22" stop-color="#adc7ff"/>
<stop offset=".4" stop-color="#adfaff"/>
<stop offset=".6" stop-color="#adedff"/>
<stop offset=".8" stop-color="#26cfff"/>
<stop offset="1" stop-color="#7f82ff"/>
</linearGradient>
<path d="M595.95 502.66l106.42 40.9c-40.73 111.67-148.23 197.78-303.88 166.3l22.59-111.5c89.56 18.12 151.43-31.43 174.87-95.7z" opacity=".5" fill="url(#grd-2)"/>
<linearGradient id="grd-3" gradientUnits="userSpaceOnUse" x1="4707.8" y1="8213.14" x2="4707.8" y2="7781.52" gradientTransform="rotate(101.44 5714.67 2593.64)">
<stop offset="0" stop-color="#ad76ff"/>
<stop offset=".22" stop-color="#adc7ff"/>
<stop offset=".4" stop-color="#adfaff"/>
<stop offset=".6" stop-color="#adedff"/>
<stop offset=".8" stop-color="#26cfff"/>
<stop offset="1" stop-color="#7f82ff"/>
</linearGradient>
<path d="M470.89 488.22l11.73 25.04a66.9 66.9 0 0 1-23.94 5.8l-2.65-27.24a41.76 41.76 0 0 0 14.86-3.6z" opacity=".5" fill="url(#grd-3)"/>
<linearGradient id="grd-4" gradientUnits="userSpaceOnUse" x1="4429.95" y1="8997.4" x2="4429.95" y2="7716.53" gradientTransform="rotate(101.44 5714.67 2593.64)">
<stop offset="0" stop-color="#ad76ff"/>
<stop offset=".22" stop-color="#adc7ff"/>
<stop offset=".4" stop-color="#adfaff"/>
<stop offset=".6" stop-color="#adedff"/>
<stop offset=".8" stop-color="#26cfff"/>
<stop offset="1" stop-color="#7f82ff"/>
</linearGradient>
<path d="M666.17 231.28l25.13-25.3c34.63 33.09 59.44 72.66 75.09 115.37l-33.01 13.2c-14-38.22-36.2-73.65-67.21-103.27z" opacity=".5" fill="url(#grd-4)"/>
<linearGradient id="grd-5" gradientUnits="userSpaceOnUse" x1="4472.95" y1="8680.53" x2="4472.95" y2="7583.56" gradientTransform="rotate(101.44 5714.67 2593.64)">
<stop offset="0" stop-color="#ad76ff"/>
<stop offset=".22" stop-color="#adc7ff"/>
<stop offset=".4" stop-color="#adfaff"/>
<stop offset=".6" stop-color="#adedff"/>
<stop offset=".8" stop-color="#26cfff"/>
<stop offset="1" stop-color="#7f82ff"/>
</linearGradient>
<path d="M487.1 272.37l12.99-64.12c81.43 16.47 135.75 59.91 166.19 114.39l-57.58 33.43c-22.27-39.86-62.02-71.64-121.6-83.7z" opacity=".5" fill="url(#grd-5)"/>
<linearGradient id="grd-6" gradientUnits="userSpaceOnUse" x1="1655.82" y1="-7070.11" x2="1655.82" y2="-7691.91" gradientTransform="rotate(-78.56 5752.43 -2700.5)">
<stop offset="0" stop-color="#7f82ff"/>
<stop offset=".2" stop-color="#26cfff"/>
<stop offset=".4" stop-color="#adedff"/>
<stop offset=".6" stop-color="#adfaff"/>
<stop offset=".78" stop-color="#adc7ff"/>
<stop offset="1" stop-color="#ad76ff"/>
</linearGradient>
<path d="M222.98 512.68l-105.1 27.94c-31.81-137.71 21.83-295.73 140.99-375.65l60.25 91.55c-81.25 54.49-117.83 162.26-96.14 256.16z" opacity=".5" fill="url(#grd-6)"/>
<linearGradient id="grd-7" gradientUnits="userSpaceOnUse" x1="1703" y1="-7158.98" x2="1703" y2="-7799.59" gradientTransform="rotate(-78.56 5752.43 -2700.5)">
<stop offset="0" stop-color="#7f82ff"/>
<stop offset=".2" stop-color="#26cfff"/>
<stop offset=".4" stop-color="#adedff"/>
<stop offset=".6" stop-color="#adfaff"/>
<stop offset=".78" stop-color="#adc7ff"/>
<stop offset="1" stop-color="#ad76ff"/>
</linearGradient>
<path d="M373.31 411.55l-72.47-39.84c24.49-47.64 70.18-83.85 132.65-86.89l7.28 82.54c-31.77 1.55-55 19.97-67.46 44.19z" opacity=".5" fill="url(#grd-7)"/>
<path opacity="0" d="M58 92h1v1h-1z"/>
</g>
<g id="group-3">
<linearGradient id="grd-8" gradientUnits="userSpaceOnUse" x1="4893.58" y1="9107.77" x2="4893.58" y2="7705.25" gradientTransform="rotate(101.44 5714.67 2593.64)">
<stop offset="0" stop-color="#ad76ff"/>
<stop offset=".22" stop-color="#adc7ff"/>
<stop offset=".4" stop-color="#adfaff"/>
<stop offset=".6" stop-color="#adedff"/>
<stop offset=".8" stop-color="#26cfff"/>
<stop offset="1" stop-color="#7f82ff"/>
</linearGradient>
<path d="M641.47 628.09l57.7 54.99c-68.82 76.68-174.47 121.38-309.19 95.81l14.39-77.33c103.31 19.61 184.32-14.67 237.1-73.47z" opacity=".5" fill="url(#grd-8)"/>
<linearGradient id="grd-9" gradientUnits="userSpaceOnUse" x1="4600.32" y1="8321.46" x2="4600.32" y2="7730.03" gradientTransform="rotate(101.44 5714.67 2593.64)">
<stop offset="0" stop-color="#ad76ff"/>
<stop offset=".22" stop-color="#adc7ff"/>
<stop offset=".4" stop-color="#adfaff"/>
<stop offset=".6" stop-color="#adedff"/>
<stop offset=".8" stop-color="#26cfff"/>
<stop offset="1" stop-color="#7f82ff"/>
</linearGradient>
<path d="M585.33 341.89l86.32-68.03c73.33 92.63 71.58 228.21 11.06 326.23l-90.66-59.99c36.77-59.56 37.84-141.93-6.72-198.21z" opacity=".5" fill="url(#grd-9)"/>
<linearGradient id="grd-10" gradientUnits="userSpaceOnUse" x1="4748.71" y1="8292.64" x2="4748.71" y2="7652.04" gradientTransform="rotate(101.44 5714.67 2593.64)">
<stop offset="0" stop-color="#ad76ff"/>
<stop offset=".22" stop-color="#adc7ff"/>
<stop offset=".4" stop-color="#adfaff"/>
<stop offset=".6" stop-color="#adedff"/>
<stop offset=".8" stop-color="#26cfff"/>
<stop offset="1" stop-color="#7f82ff"/>
</linearGradient>
<path d="M526.68 488.44l72.47 39.84c-24.49 47.64-70.18 83.85-132.65 86.89l-7.28-82.54c31.77-1.54 55.01-19.96 67.46-44.19z" opacity=".5" fill="url(#grd-10)"/>
<linearGradient id="grd-11" gradientUnits="userSpaceOnUse" x1="4685.88" y1="8195.58" x2="4685.88" y2="7755.22" gradientTransform="rotate(101.44 5714.67 2593.64)">
<stop offset="0" stop-color="#ad76ff"/>
<stop offset=".22" stop-color="#adc7ff"/>
<stop offset=".4" stop-color="#adfaff"/>
<stop offset=".6" stop-color="#adedff"/>
<stop offset=".8" stop-color="#26cfff"/>
<stop offset="1" stop-color="#7f82ff"/>
</linearGradient>
<path d="M496.22 443.47l93.27-7.85c2.84 49.79-19.5 101.54-61.74 129.3l-51.48-79.66c13.65-8.98 20.87-25.7 19.95-41.79z" opacity=".5" fill="url(#grd-11)"/>
<linearGradient id="grd-12" gradientUnits="userSpaceOnUse" x1="1724.88" y1="-6829.15" x2="1724.88" y2="-7660.46" gradientTransform="rotate(-78.56 5752.43 -2700.5)">
<stop offset="0" stop-color="#7f82ff"/>
<stop offset=".2" stop-color="#26cfff"/>
<stop offset=".4" stop-color="#adedff"/>
<stop offset=".6" stop-color="#adfaff"/>
<stop offset=".78" stop-color="#adc7ff"/>
<stop offset="1" stop-color="#ad76ff"/>
</linearGradient>
<path d="M159.75 462.42l-101.73 3.4C56.49 312.13 138.51 155.96 284.91 92l42.59 94.04c-108.23 47.29-168.87 162.75-167.75 276.38z" opacity=".5" fill="url(#grd-12)"/>
<linearGradient id="grd-13" gradientUnits="userSpaceOnUse" x1="1756.24" y1="-6917.44" x2="1756.24" y2="-7817.68" gradientTransform="rotate(-78.56 5752.43 -2700.5)">
<stop offset="0" stop-color="#7f82ff"/>
<stop offset=".2" stop-color="#26cfff"/>
<stop offset=".4" stop-color="#adedff"/>
<stop offset=".6" stop-color="#adfaff"/>
<stop offset=".78" stop-color="#adc7ff"/>
<stop offset="1" stop-color="#ad76ff"/>
</linearGradient>
<path d="M304.05 397.34l-106.42-40.9c40.73-111.67 148.23-197.78 303.88-166.3l-22.58 111.5c-89.57-18.12-151.44 31.43-174.88 95.7z" opacity=".5" fill="url(#grd-13)"/>
<linearGradient id="grd-14" gradientUnits="userSpaceOnUse" x1="1662.09" y1="-7238.48" x2="1662.09" y2="-7670.1" gradientTransform="rotate(-78.56 5752.43 -2700.5)">
<stop offset="0" stop-color="#7f82ff"/>
<stop offset=".2" stop-color="#26cfff"/>
<stop offset=".4" stop-color="#adedff"/>
<stop offset=".6" stop-color="#adfaff"/>
<stop offset=".78" stop-color="#adc7ff"/>
<stop offset="1" stop-color="#ad76ff"/>
</linearGradient>
<path d="M429.11 411.78l-11.73-25.04a66.9 66.9 0 0 1 23.94-5.8l2.65 27.24a41.76 41.76 0 0 0-14.86 3.6z" opacity=".5" fill="url(#grd-14)"/>
<path opacity="0" d="M841 807h1v1h-1z"/>
</g>
<g id="group-2">
<linearGradient id="grd-15" gradientUnits="userSpaceOnUse" x1="4701.53" y1="8381.51" x2="4701.53" y2="7759.72" gradientTransform="rotate(101.44 5714.67 2593.64)">
<stop offset="0" stop-color="#ad76ff"/>
<stop offset=".22" stop-color="#adc7ff"/>
<stop offset=".4" stop-color="#adfaff"/>
<stop offset=".6" stop-color="#adedff"/>
<stop offset=".8" stop-color="#26cfff"/>
<stop offset="1" stop-color="#7f82ff"/>
</linearGradient>
<path d="M677.02 387.32l105.1-27.94c31.81 137.71-21.83 295.73-140.99 375.65l-60.25-91.54c81.25-54.5 117.83-162.27 96.14-256.17z" opacity=".5" fill="url(#grd-15)"/>
<linearGradient id="grd-16" gradientUnits="userSpaceOnUse" x1="4736.63" y1="8312.39" x2="4736.63" y2="7683.69" gradientTransform="rotate(101.44 5714.67 2593.64)">
<stop offset="0" stop-color="#ad76ff"/>
<stop offset=".22" stop-color="#adc7ff"/>
<stop offset=".4" stop-color="#adfaff"/>
<stop offset=".6" stop-color="#adedff"/>
<stop offset=".8" stop-color="#26cfff"/>
<stop offset="1" stop-color="#7f82ff"/>
</linearGradient>
<path d="M591.52 471.97l75.18 13.31c-11.52 63.96-48.48 123.42-106.31 155.77l-38.01-67.78c37.61-21.04 61.65-59.7 69.14-101.3z" opacity=".5" fill="url(#grd-16)"/>
<linearGradient id="grd-17" gradientUnits="userSpaceOnUse" x1="4600.99" y1="8221.7" x2="4600.99" y2="7733.97" gradientTransform="rotate(101.44 5714.67 2593.64)">
<stop offset="0" stop-color="#ad76ff"/>
<stop offset=".22" stop-color="#adc7ff"/>
<stop offset=".4" stop-color="#adfaff"/>
<stop offset=".6" stop-color="#adedff"/>
<stop offset=".8" stop-color="#26cfff"/>
<stop offset="1" stop-color="#7f82ff"/>
</linearGradient>
<path d="M489.38 401.9l75.09-90.26c66.4 51.93 76.36 144.5 42.57 215.02l-103.43-52.89c11.29-23.57 7.96-54.51-14.23-71.87z" opacity=".5" fill="url(#grd-17)"/>
<linearGradient id="grd-18" gradientUnits="userSpaceOnUse" x1="1847.87" y1="-6343.85" x2="1847.87" y2="-7746.37" gradientTransform="rotate(-78.56 5752.43 -2700.5)">
<stop offset="0" stop-color="#7f82ff"/>
<stop offset=".2" stop-color="#26cfff"/>
<stop offset=".4" stop-color="#adedff"/>
<stop offset=".6" stop-color="#adfaff"/>
<stop offset=".78" stop-color="#adc7ff"/>
<stop offset="1" stop-color="#ad76ff"/>
</linearGradient>
<path d="M258.53 271.91l-57.7-54.99c68.82-76.68 174.47-121.38 309.19-95.81l-14.39 77.33c-103.31-19.61-184.33 14.67-237.1 73.47z" opacity=".5" fill="url(#grd-18)"/>
<linearGradient id="grd-19" gradientUnits="userSpaceOnUse" x1="1554.61" y1="-7130.17" x2="1554.61" y2="-7721.59" gradientTransform="rotate(-78.56 5752.43 -2700.5)">
<stop offset="0" stop-color="#7f82ff"/>
<stop offset=".2" stop-color="#26cfff"/>
<stop offset=".4" stop-color="#adedff"/>
<stop offset=".6" stop-color="#adfaff"/>
<stop offset=".78" stop-color="#adc7ff"/>
<stop offset="1" stop-color="#ad76ff"/>
</linearGradient>
<path d="M314.67 558.11l-86.32 68.03c-73.33-92.63-71.58-228.21-11.06-326.23l90.66 59.99c-36.77 59.56-37.84 141.93 6.72 198.21z" opacity=".5" fill="url(#grd-19)"/>
<linearGradient id="grd-20" gradientUnits="userSpaceOnUse" x1="1640.17" y1="-7256.04" x2="1640.17" y2="-7696.41" gradientTransform="rotate(-78.56 5752.43 -2700.5)">
<stop offset="0" stop-color="#7f82ff"/>
<stop offset=".2" stop-color="#26cfff"/>
<stop offset=".4" stop-color="#adedff"/>
<stop offset=".6" stop-color="#adfaff"/>
<stop offset=".78" stop-color="#adc7ff"/>
<stop offset="1" stop-color="#ad76ff"/>
</linearGradient>
<path d="M403.78 456.53l-93.27 7.85c-2.84-49.79 19.49-101.54 61.74-129.3l51.48 79.66c-13.65 8.98-20.87 25.7-19.95 41.79z" opacity=".5" fill="url(#grd-20)"/>
<linearGradient id="grd-21" gradientUnits="userSpaceOnUse" x1="1384.24" y1="-6454.22" x2="1384.24" y2="-7735.1" gradientTransform="rotate(-78.56 5752.43 -2700.5)">
<stop offset="0" stop-color="#7f82ff"/>
<stop offset=".2" stop-color="#26cfff"/>
<stop offset=".4" stop-color="#adedff"/>
<stop offset=".6" stop-color="#adfaff"/>
<stop offset=".78" stop-color="#adc7ff"/>
<stop offset="1" stop-color="#ad76ff"/>
</linearGradient>
<path d="M233.82 668.71l-25.13 25.3c-34.63-33.09-59.44-72.66-75.09-115.37l33.01-13.2c14.01 38.23 36.21 73.66 67.21 103.27z" opacity=".5" fill="url(#grd-21)"/>
<path opacity="0" d="M841 807h1v1h-1z"/>
<path opacity="0" d="M58 92h1v1h-1z"/>
</g>
<g id="group-1">
<linearGradient id="grd-22" gradientUnits="userSpaceOnUse" x1="4771.14" y1="8475.61" x2="4771.14" y2="7669.35" gradientTransform="rotate(101.44 5714.67 2593.64)">
<stop offset="0" stop-color="#ad76ff"/>
<stop offset=".22" stop-color="#adc7ff"/>
<stop offset=".4" stop-color="#adfaff"/>
<stop offset=".6" stop-color="#adedff"/>
<stop offset=".8" stop-color="#26cfff"/>
<stop offset="1" stop-color="#7f82ff"/>
</linearGradient>
<path d="M658.38 526.66l49.32 18.96c-19.28 52.85-53.2 100.1-99.88 132.39l-30.08-44.46c37.69-26.07 65.08-64.22 80.64-106.89z" opacity=".5" fill="url(#grd-22)"/>
<linearGradient id="grd-23" gradientUnits="userSpaceOnUse" x1="4669.39" y1="8207.32" x2="4669.39" y2="7755.02" gradientTransform="rotate(101.44 5714.67 2593.64)">
<stop offset="0" stop-color="#ad76ff"/>
<stop offset=".22" stop-color="#adc7ff"/>
<stop offset=".4" stop-color="#adfaff"/>
<stop offset=".6" stop-color="#adedff"/>
<stop offset=".8" stop-color="#26cfff"/>
<stop offset="1" stop-color="#7f82ff"/>
</linearGradient>
<path d="M578.32 441.58l56.06-2.49c.8 39.64-10.31 79.77-31.83 112.95l-46.3-32.16c14.92-23.01 22.62-50.82 22.07-78.3z" opacity=".5" fill="url(#grd-23)"/>
<linearGradient id="grd-24" gradientUnits="userSpaceOnUse" x1="1725.43" y1="-6976.01" x2="1725.43" y2="-7782.27" gradientTransform="rotate(-78.56 5752.43 -2700.5)">
<stop offset="0" stop-color="#7f82ff"/>
<stop offset=".2" stop-color="#26cfff"/>
<stop offset=".4" stop-color="#adedff"/>
<stop offset=".6" stop-color="#adfaff"/>
<stop offset=".78" stop-color="#adc7ff"/>
<stop offset="1" stop-color="#ad76ff"/>
</linearGradient>
<path d="M241.62 373.34l-49.32-18.96c19.28-52.86 53.2-100.11 99.88-132.39l30.08 44.46c-37.69 26.07-65.08 64.22-80.64 106.89z" opacity=".5" fill="url(#grd-24)"/>
<linearGradient id="grd-25" gradientUnits="userSpaceOnUse" x1="1690.92" y1="-7139.24" x2="1690.92" y2="-7767.93" gradientTransform="rotate(-78.56 5752.43 -2700.5)">
<stop offset="0" stop-color="#7f82ff"/>
<stop offset=".2" stop-color="#26cfff"/>
<stop offset=".4" stop-color="#adedff"/>
<stop offset=".6" stop-color="#adfaff"/>
<stop offset=".78" stop-color="#adc7ff"/>
<stop offset="1" stop-color="#ad76ff"/>
</linearGradient>
<path d="M308.48 428.03l-75.18-13.31c11.52-63.96 48.48-123.42 106.3-155.77l38.01 67.78c-37.6 21.04-61.64 59.7-69.13 101.3z" opacity=".5" fill="url(#grd-25)"/>
<linearGradient id="grd-26" gradientUnits="userSpaceOnUse" x1="1623.69" y1="-7244.3" x2="1623.69" y2="-7696.6" gradientTransform="rotate(-78.56 5752.43 -2700.5)">
<stop offset="0" stop-color="#7f82ff"/>
<stop offset=".2" stop-color="#26cfff"/>
<stop offset=".4" stop-color="#adedff"/>
<stop offset=".6" stop-color="#adfaff"/>
<stop offset=".78" stop-color="#adc7ff"/>
<stop offset="1" stop-color="#ad76ff"/>
</linearGradient>
<path d="M321.68 458.42l-56.06 2.49c-.8-39.64 10.31-79.77 31.82-112.94l46.3 32.17c-14.91 22.99-22.61 50.8-22.06 78.28z" opacity=".5" fill="url(#grd-26)"/>
<linearGradient id="grd-27" gradientUnits="userSpaceOnUse" x1="1555.28" y1="-7229.93" x2="1555.28" y2="-7717.66" gradientTransform="rotate(-78.56 5752.43 -2700.5)">
<stop offset="0" stop-color="#7f82ff"/>
<stop offset=".2" stop-color="#26cfff"/>
<stop offset=".4" stop-color="#adedff"/>
<stop offset=".6" stop-color="#adfaff"/>
<stop offset=".78" stop-color="#adc7ff"/>
<stop offset="1" stop-color="#ad76ff"/>
</linearGradient>
<path d="M410.62 498.1l-75.09 90.26c-66.4-51.93-76.36-144.5-42.57-215.02l103.43 52.89c-11.29 23.57-7.96 54.51 14.23 71.87z" opacity=".5" fill="url(#grd-27)"/>
<linearGradient id="grd-28" gradientUnits="userSpaceOnUse" x1="1427.24" y1="-6771.09" x2="1427.24" y2="-7868.06" gradientTransform="rotate(-78.56 5752.43 -2700.5)">
<stop offset="0" stop-color="#7f82ff"/>
<stop offset=".2" stop-color="#26cfff"/>
<stop offset=".4" stop-color="#adedff"/>
<stop offset=".6" stop-color="#adfaff"/>
<stop offset=".78" stop-color="#adc7ff"/>
<stop offset="1" stop-color="#ad76ff"/>
</linearGradient>
<path d="M412.9 627.63l-12.99 64.12c-81.43-16.47-135.75-59.91-166.19-114.39l57.58-33.42c22.27 39.85 62.01 71.63 121.6 83.69z" opacity=".5" fill="url(#grd-28)"/>
<path opacity="0" d="M841 807h1v1h-1z"/>
<path opacity="0" d="M58 92h1v1h-1z"/>
</g>
</svg>
</div>
<div class="about-overlay"></div>
<div class="about_con">
<div class="about_con-header">About</div>
<div class="about_con-desc">
<span>NIMBUS is a name that resonates through the whole of north India. The annual technical fest of NIT Hamirpur, NIMBUS is known for acting as a catalyst for the budding technocrats of NITH since time immemorial. Every year, students from all branches come together to make the annual technical fest a grand success. The commendable efforts of all the students is shaped into a wonderful three day technical extravaganza of technical events, competitions and workshops mingled with fun events and cultural evenings. Students from different branches collaborate to form different teams and societies and gain hands-on experience of how technologies work. This knowledge is then inculcated into workshops, exhibitions and projects and presented throughout the campus for all students to benefit from them.</span>
This year, NIMBUS is all set to cross another milestone and achieve inconceivable possibilities. With the beginning of the path to higher destinations, the theme of NIMBUS 2k20 is SEMBLANCE: FICTION shaping REALITY. The strength of NIMBUS is every team member working for it and the strength of each team member is NIMBUS.
</div>
<div class="y">
</div>
</div>
</section>
<section class="gallery">
<div class="gallery_header">Gallery</div>
<div class="gallery_wrapper">
<div id="gallery_grid">
<img src="./images/gallery/paddle.jpg" class="span_1">
<img src="./images/gallery/building.jpg" alt="" class="span_2">
<img src="./images/gallery/guitar.jpg" alt="" class="span_3">
<img src="./images/gallery/med.jpg" alt="" class="span_4">
<img src="./images/gallery/parking.jpg" alt="" class="span_5">
<img src="./images/gallery/roboCar1.jpg" alt="" class="span_6">
<img src="./images/gallery/roboCar2.jpg" alt="" class="span_1">
<img src="./images/gallery/roboTable.jpg" alt="" class="span_2">
<img src="./images/gallery/circuit.jpg" alt="" class="span_3">
<img src="./images/gallery/Icestick.jpg" alt="" class="span_4">
<img src="./images/gallery/jaala.jpg" alt="" class="span_5"> -->
<!-- <img src="./images/gallery/" alt="" class="span_6">
<img src="./images/gallery/" alt="" class="span_7">
<img src="./images/gallery/" alt="" class="span_8"> -->
</div>
</div>
</section>
<section class="campus">
<div class="campus-header">Student Pattern Program</div>
<div class="campus_con">
<div class="left">
<img src="./images/campus.jpeg" alt="campus ambassador">
</div>
<div class="right">
<div class="writeUp">
Hola peeps! Ready to show the world you have got it? Love spearheading events? Then, NITH extends cordial invitations to students of your college who have the finesse in them to be the Campus Ambassador for our annual tech fest NIMBUS 2k20. So young and ambitious students, get ready and boot yourself for the task. Step up to be the Campus Ambassador and invite your friends from your college to NIMBUS. Share our posters and create a buzz about NIMBUS in your college. Let yourselves be the part of our theme “SEMBLANCE : Fiction Shaping Reality" which is quite the talk of the town. Your efforts will be greatly appreciated and you will be awarded with stem winding goodies and perks. Get a minimum of 10 people with you, we promise you a free accommodation. The Ambassadors will get free entry to all events plus certificates from the hosts of the largest technical fest of North India. We are surely hoping to see u there. So be the campus ambassador in your college, scan the QR Code on the poster and fill the form soon! The last date for registration is 15th January, 2020.
</div>
<div class="details">
Contacts on the poster:<br>
Mustafa Ahmed +91 7742002204<br>
Jahnvi Gupta +91 8219250155
</div>
<a href="https://forms.gle/P5CTbyCnuZGmGRk67" target="_blank" rel="noopener noreferrer">Register Here</a>
</div>
</div>
</section>
<section class="youtube">
<iframe src="https://www.youtube.com/embed/FadEqMEesXM" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
<iframe src="https://www.youtube.com/embed/3pZ330zqku0" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</section>
<footer>
<div class="heading" align="center">
<p class="head line1">----------------------------------------------------------</p>
<p class="head center_logo"><img src="./images/Nimbus black wihte.png"></p>
<p class="head line2">----------------------------------------------------------</p>
</div>
<div class="about_team">
<div class="item item1" onclick="location.href='/events'">PAST EVENTS</div>
<!-- <div class="item item2" onclick="location.href='/register'">REGISTER</div> -->
</div>
<div class="logo" align="center">
<a href="https://www.instagram.com/pixonoids/?hl=en" target="_blank"><i class="fab fa fa-instagram"></i></a>
<a href="https://www.facebook.com/search/top/?q=pixonoids&epa=SEARCH_BOX" target="_blank"><i class="fab fa fa-facebook"></i></a>
<a href="https://www.youtube.com/user/pixonoids" target="_blank"><i class="fab fa fa-youtube-square"></i></a>
</div>
<div class="home_contact">
<div class="item" onclick="location.href='/sponsors'">PAST SPONSORS</div>
<!-- <div class="item mid_line" id="mid"><p>--------------</p></div> -->
<div class="item blah" onclick="location.href='/team'">TEAM</div>
</div>
<div class="last_line" align="center">
<p> ALL RIGHTS RESERVED</p>
<p>NIT HAMIRPUR</p>
<p>Created by PIXONOIDS</p>
</div>
</footer>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.1.0/jquery.min.js"></script>
<script type="text/javascript" src="https://s3-us-west-2.amazonaws.com/s.cdpn.io/130527/particles.min.js"></script>
<script type="text/javascript">
particlesJS.load('particles-js', './js/particlesjs-config-1.json', function() {
console.log('callback - particles.js config loaded');
});
</script>
<script src="js/lib/tweenMax.js"></script>
<script src="js/main.js"></script>
<script src="js/horizontalScroll.js"></script>
<script src="js/svgAnimation.js"></script>
<script src="js/navbar.js"></script>
</body>
</html>