-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
870 lines (773 loc) · 50.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
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<title>Tech Maitry</title>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.6.0/css/font-awesome.min.css">
<link href="static/css/bootstrap.min.css" rel="stylesheet">
<link href="static/css/mdb.min.css" rel="stylesheet">
<link href="static/css/style.css" rel="stylesheet">
<link rel="icon" href="static/img/logo1_fav.ico" type="image/gif" sizes="16x16">
<meta property="og:image" content="https://techmaitry.iitbhilai.ac.in/static/img/logo1.png" />
<meta property="og:description" content="A platform to bond over technological innovations. Unleash the geek within you by stimulating your cortex with a vortex of events at Tech Maitry." />
</head>
<body>
<!--Main Navigation-->
<header>
<!--Navbar-->
<nav class="navbar navbar-expand-lg navbar-dark">
<div class="container">
<!-- Navbar brand -->
<a class="navbar-brand" href="#"><img src="static/img/blogo.png" width="25px" height="25px"> IIT BHILAI</a>
<!-- Collapse button -->
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent"
aria-expanded="false" aria-label="Toggle navigation"><span class="navbar-toggler-icon"></span></button>
<!-- Collapsible content -->
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<!-- Links -->
<ul class="navbar-nav mr-auto smooth-scroll">
<li id="hoveryellow" class="nav-item">
<a class="nav-link" href="#workshop">WorkShops</a>
</li>
<li id="hoveryellow" class="nav-item">
<a class="nav-link" href="#competition">Competitions</a>
</li>
<li id="hoveryellow" class="nav-item">
<a class="nav-link" href="#gaming">Gaming</a>
</li>
<li id="hoveryellow" class="nav-item">
<a class="nav-link" href="#contact">Contact</a>
</li>
</ul>
<!-- Links -->
<!-- Social Icon -->
<ul class="navbar-nav nav-flex-icons">
<li class="nav-item" id="hoverfacebook">
<a class="nav-link" href = "https://www.facebook.com/techmaitry" >
<i class="fa fa-facebook"></i></a>
</li>
<li class="nav-item" id="hovertwitter">
<a class="nav-link" href = "https://twitter.com/iit_bhilai?lang=en"><i class="fa fa-twitter"></i></a>
</li>
<li class="nav-item" id="hoverinstagram">
<a class="nav-link" href = "https://www.instagram.com/iitbhilai">
<i class="fa fa-instagram"></i></a>
</li>
</ul>
</div>
<!-- Collapsible content -->
</div>
</nav>
<!--/.Navbar-->
<!--Mask-->
<section id="intro" class="view hm-black-strong">
<div class="container-fluid full-bg-img d-flex align-items-center justify-content-center">
<div class="row d-flex justify-content-center">
<div class="col-md-10 text-center" id="techmaitry_main">
<img class="mx-auto d-block" src="static/img/logo1.png" id="mainlogo" style="max-width: 6cm; max-height: 6cm;">
<!-- Heading -->
<h2 class="display-3 white-text mb-2" style="padding-top: 1cm;" id="titlemain"><b>Tech Maitry</b></h2>
<h2 class="display-6 white-text mb-2" >...come ally with Technology</h2>
<h4 class="white-text" >11th and 12th November 2017</h4>
<!-- Divider -->
<hr class="hr-light">
<!-- Description -->
<h4 class="white-text my-4" id="tagline">Welcome to Tech Maitry, a platform to bond over technological innovations. Unleash the geek within you by stimulating your cortex with a vortex of events at Tech Maitry.</h4>
<h4 style="text-align:center;padding-top: 0cm;">
<a href="static/all_posters_poster_techmaitry.pdf"target="_blank">
<button type="button" class="btn btn-info btn-lg">Download all posters</button>
</a>
<a href="static/Schedule_event.pdf"target="_blank">
<button type="button" class="btn btn-info btn-lg">Schedule for the Event</button>
</a>
</h4>
</div>
</div>
</div>
</section>
<!--/.Mask-->
</header>
<!--Main Navigation-->
<!-- MAIN BODY -->
<!--Section: Workshop-->
<section id="workshop" class="wow fadeIn">
<div class="container" style="padding-top: 1cm; padding-bottom: 2cm;">
<!-- Heading -->
<h2 class="mb-5 font-weight-bold text-center white-text my-4">WorkShops</h2>
<!--Grid row-->
<div class="row">
<!--Grid column-->
<div class="col-md-6">
<!--Carousel Wrapper-->
<div id="carousel-example-1z" class="carousel slide carousel-fade" data-ride="carousel">
<!--Indicators-->
<ol class="carousel-indicators">
<li data-target="#carousel-example-1z" data-slide-to="0" class="active"></li>
<li data-target="#carousel-example-1z" data-slide-to="1"></li>
<li data-target="#carousel-example-1z" data-slide-to="2"></li>
</ol>
<!--/.Indicators-->
<!--Slides-->
<div class="carousel-inner z-depth-1-half" role="listbox">
<!--First slide-->
<div class="carousel-item active">
<img class="d-block w-100" src="static/img/WORKSHOP/2.JPG" alt="First slide">
</div>
<!--/First slide-->
<!--Second slide-->
<div class="carousel-item">
<img class="d-block w-100" src="static/img/WORKSHOP/1.JPG" alt="Second slide">
</div>
<!--/Second slide-->
<!--Third slide-->
<div class="carousel-item">
<img class="d-block w-100" src="static/img/WORKSHOP/3.jpg" alt="Third slide">
</div>
<!--/Third slide-->
</div>
<!--/.Slides-->
<!--Controls-->
<a class="carousel-control-prev" href="#carousel-example-1z" role="button" data-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="sr-only">Previous</span>
</a>
<a class="carousel-control-next" href="#carousel-example-1z" role="button" data-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="sr-only">Next</span>
</a>
<!--/.Controls-->
</div>
<!--/.Carousel Wrapper-->
</div>
<!--Grid column-->
<!--Grid column-->
<div class="col-md-6">
<div class="accordion" id="accordionEx1" role="tablist" aria-multiselectable="false">
<div class="card-header" role="tab" id="heading11">
<a data-toggle="collapse" data-parent="#accordionEx1" href="#collapse11" aria-expanded="true" aria-controls="collapse11">
<h4 class="mb-3 white-text mb-2"><i class="fa fa-angle-down rotate-icon" style="float:right;"></i><strong> Robotics Workshop & Maze Solving Bot Competition</strong></h4>
</a>
</div>
<!-- Card body -->
<div id="collapse11" class="collapse" role="tabpanel" aria-labelledby="heading11">
<div class="card-body">
<p class="white-text my-4">
<b>Theme: </b>Robotics<br>
<b>Date: </b>12th Nov 2017<br>
<b>Time: </b>11:30am to 1:30pm(workshop), 3pm to 5pm(competition)<br>
<b>Team: </b>5 students per team<br>
<b>At least one laptop is mandatory per team</b><br>
<b>Participation Limit: </b>130 students<br>
<b>Prize worth: </b>₹2000 to the winning team</p>
</div>
</div>
<div class="card-header" role="tab" id="heading12">
<a data-toggle="collapse" data-parent="#accordionEx1" href="#collapse12" aria-expanded="true" aria-controls="collapse12">
<h4 class="mb-3 white-text mb-2"><i class="fa fa-angle-down rotate-icon" style="float:right;"></i><strong> IoT Workshop</strong></h4>
</a>
</div>
<!-- Card body -->
<div id="collapse12" class="collapse " role="tabpanel" aria-labelledby="heading12">
<div class="card-body">
<p class="white-text my-4">
<b>Theme: </b>Control an Arduino via internet.<br>
<b>Date: </b>11th Nov 2017<br>
<b>Time: </b>11:30am to 1:30pm(workshop)<br>
<b>Team: </b>5 students per team<br>
<b>At least one laptop is mandatory per team with python installed.</b>
<b>Participation Limit: </b>130 students<br>
<!-- <b>Prize worth: </b>₹2000 to the winning team</p> -->
</div>
</div>
</div>
</div>
<!--Grid column-->
</div>
<!--Grid row-->
</div>
</section>
<!--Section: Workshop-->
<!-- competition section -->
<section id="competition" style="padding-top: 1cm; padding-bottom: 2cm;">
<div class="container">
<!-- Heading -->
<h1 class="mb-5 font-weight-bold text-center white-text my-4">Competitions</h1>
<!--Grid row-->
<div class="row">
<!--Grid column-->
<div class="col-md-6">
<!--Excerpt-->
<div class="card-header" role="tab" id="heading1">
<a data-toggle="collapse" data-parent="#accordionEx" href="#collapse1" aria-expanded="false" aria-controls="collapse1">
<h4 class="mb-3 white-text mb-2"><strong> CodeCrusade <i class="fa fa-angle-down rotate-icon" style="float:right;"></i></strong></h4>
</a>
</div>
<!-- Card body -->
<div id="collapse1" class="collapse" role="tabpanel" aria-labelledby="heading1">
<div class="card-body">
<p class="white-text my-4">
Battle with the top coders IIT Bhilai has to offer in CodeCrusade – A test of speed, skill and knowledge. Visit our campus to participate and claim your prize and glory.<br>
<b>Date:</b> 12 Nov 2017<br>
<b>Time:</b>
<ul class="white-text my-4">
<li>
Round 1: 10:30 am - 11:30 am<br>
</li>
<li>
Round 2: 2:30 pm - 5:30 pm<br>
</li>
</ul>
<p class="white-text my-4">
<b>Team: </b>This is an individual event.<br>
<b>Prize worth: ₹3500</b><br>
<b>Details:</b>There are two rounds<br>
</p>
<ul class="white-text my-4">
<li>
Round 1 :<br>
1 hour Quiz on programming thinking.<br>
20 top scorers will qualify for round 2.<br>
<b>Note: There are no language-specific questions</b>
</li>
<li>
ROund 2 :<br>
2.5 hour on-spot coding competition. Accepted languages are Python, Java, C, C++.<br>
<b>Note: Basic knowledge on file I/O is necessary.</b>
</li>
</ul>
</p>
</div>
</div>
<!--Excerpt-->
<div class="card-header" role="tab" id="heading2">
<a data-toggle="collapse" data-parent="#accordionEx" href="#collapse2" aria-expanded="false" aria-controls="collapse2">
<h4 class="mb-3 white-text mb-2"><i class="fa fa-angle-down rotate-icon" style="float:right;"></i><strong> QuiZZFire </strong></h4>
</a>
</div>
<!-- Card body -->
<div id="collapse2" class="collapse" role="tabpanel" aria-labelledby="heading2">
<div class="card-body">
<p class="white-text my-4">
<b> Theme:</b> Basic Sciences & Brain squeezing Buzzer Competition.<br>
<b> Date:</b> 11th Nov 2017<br>
<b> Time:</b> 10am to 11:30am<br>
<b> Team:</b> 3 students per team<br>
<b> Prize worth:</b> ₹2000
</p>
</div>
</div>
<div class="card-header" role="tab" id="heading3">
<a data-toggle="collapse" data-parent="#accordionEx" href="#collapse3" aria-expanded="false" aria-controls="collapse3">
<h4 class="mb-3 white-text mb-2"><i class="fa fa-angle-down rotate-icon" style="float:right;"></i><strong> Robo Soccer </strong></h4>
</a>
</div>
<!-- Card body -->
<div id="collapse3" class="collapse" role="tabpanel" aria-labelledby="heading3">
<div class="card-body">
<p class="white-text my-4">
<b> Theme:</b> Gesture controlled Soccer match <br>
<b> Date: </b> 11 Nov 2017<br>
<b>Time:</b>4:30pm to 6:30pm<br>
<b>Prize: </b>₹2000</p>
</div>
</div>
<div class="card-header" role="tab" id="heading4">
<a data-toggle="collapse" data-parent="#accordionEx" href="#collapse4" aria-expanded="false" aria-controls="collapse4">
<h4 class="mb-3 white-text mb-2"><i class="fa fa-angle-down rotate-icon" style="float:right;"></i><strong> Fire Ball </strong></h4>
</a>
</div>
<!-- Card body -->
<div id="collapse4" class="collapse" role="tabpanel" aria-labelledby="heading4">
<div class="card-body">
<p class="white-text my-4">
<b> Theme:</b> A new virtual interactive ball based game<br>
<b> Date:</b>12 Nov 2017<br>
<b> Time: </b>9:30am to 11:30am<br>
<b>Prize worth: ₹2000</b></p>
</div>
</div>
<div class="card-header" role="tab" id="heading5">
<a data-toggle="collapse" data-parent="#accordionEx" href="#collapse5" aria-expanded="false" aria-controls="collapse5">
<h4 class="mb-3 white-text mb-2"><i class="fa fa-angle-down rotate-icon" style="float:right;"></i><strong> Web Riddle </strong></h4>
</a>
</div>
<!-- Card body -->
<div id="collapse5" class="collapse" role="tabpanel" aria-labelledby="heading5">
<div class="card-body">
<p class="white-text my-4">
<b>Theme: </b>Test your technical knowledge and IQ<br>
<b>Date: </b>11th Nov 2017<br>
<b>Time: </b>2:30pm to 4pm<br>
<b>Team: </b>Individual<br>
<b>Prize worth: </b>₹2000
</p>
</div>
</div>
</div>
<!--Grid column-->
<!--Grid column-->
<div class="col-md-6" style="padding-top: 1cm;">
<!--Carousel Wrapper-->
<div id="carousel-example-4z" class="carousel slide carousel-fade" data-ride="carousel">
<!--Indicators-->
<ol class="carousel-indicators">
<li data-target="#carousel-example-1z" data-slide-to="0" class="active"></li>
<!-- <li data-target="#carousel-example-1z" data-slide-to="1"></li> -->
<!-- <li data-target="#carousel-example-1z" data-slide-to="2"></li> -->
</ol>
<!--/.Indicators-->
<!--Slides-->
<div class="carousel-inner z-depth-1-half" role="listbox">
<!--First slide-->
<div class="carousel-item active">
<img class="d-block w-100" src="static/img/COMPETITIONS/1.jpg" alt="First slide">
</div>
<!--/First slide-->
<!--Second slide-->
<!-- <div class="carousel-item">
<img class="d-block w-100" src="static/img/COMPETITIONS/2.png" alt="Second slide">
</div> -->
<!--/Second slide-->
<!--Third slide-->
<!-- <div class="carousel-item">
<img class="d-block w-100" src="static/img/w5.jpg" alt="Third slide">
</div> -->
<!--/Third slide-->
</div>
<!--/.Slides-->
<!--Controls-->
<a class="carousel-control-prev" href="#carousel-example-4z" role="button" data-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="sr-only">Previous</span>
</a>
<a class="carousel-control-next" href="#carousel-example-4z" role="button" data-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="sr-only">Next</span>
</a>
<!--/.Controls-->
</div>
<!--/.Carousel Wrapper-->
</div>
<!--Grid column-->
</div>
<!--Grid row-->
</div>
</section>
<!--Section: gaming-->
<!-- gaming section -->
<section id="gaming" style="padding-top: 1cm; padding-bottom: 2cm;">
<div class="container">
<!-- Heading -->
<h1 class="mb-5 font-weight-bold text-center white-text mb-2">Gaming</h1>
<!--Grid row-->
<div class="row">
<!--Grid column-->
<div class="col-md-6">
<!--Carousel Wrapper-->
<div id="carousel-example-3z" class="carousel slide carousel-fade" data-ride="carousel">
<!--Indicators-->
<ol class="carousel-indicators">
<li data-target="#carousel-example-1z" data-slide-to="0" class="active"></li>
<li data-target="#carousel-example-1z" data-slide-to="1"></li>
<li data-target="#carousel-example-1z" data-slide-to="2"></li>
</ol>
<!--/.Indicators-->
<!--Slides-->
<div class="carousel-inner z-depth-1-half" role="listbox">
<!--First slide-->
<div class="carousel-item active">
<img class="d-block w-100" src="static/img/GAMING/1.png" alt="First slide">
</div>
<!--/First slide-->
<!--Second slide-->
<div class="carousel-item">
<img class="d-block w-100" src="static/img/GAMING/2.jpg" alt="Second slide">
</div>
<!--/Second slide-->
<!--Third slide-->
<div class="carousel-item">
<img class="d-block w-100" src="static/img/GAMING/3.jpg" alt="Third slide">
</div>
<!--/Third slide-->
</div>
<!--/.Slides-->
<!--Controls-->
<a class="carousel-control-prev" href="#carousel-example-3z" role="button" data-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="sr-only">Previous</span>
</a>
<a class="carousel-control-next" href="#carousel-example-3z" role="button" data-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="sr-only">Next</span>
</a>
<!--/.Controls-->
</div>
<!--/.Carousel Wrapper-->
</div>
<!--Grid column-->
<!--Grid column-->
<div class="col-md-6">
<!-- Card header -->
<div class="card-header" role="tab" id="headingOne">
<a data-toggle="collapse" data-parent="#accordionEx" href="#collapseOne" aria-expanded="false" aria-controls="collapseOne">
<h4 class="mb-3 white-text mb-2"><i class="fa fa-angle-down rotate-icon" style="float:right;"></i><strong> Arms Affair </strong></h4>
</a>
</div>
<!-- Card body -->
<div id="collapseOne" class="collapse" role="tabpanel" aria-labelledby="headingOne">
<div class="card-body">
<p class="white-text mb-2">All gamers get ready to show your gaming skills by participating in the counter strike global offensive competition <br>
<b> Prize : </b> The winning team will be awarded ₹4000 cash prize<br><b><a id = "hoveryellow" href="static/CS_GO.pdf">Read More</a></b>
</p>
</div>
</div>
<!-- Card header -->
<div class="card-header" role="tab" id="headingTwo">
<a class="collapsed" data-toggle="collapse" data-parent="#accordionEx" href="#collapseTwo" aria-expanded="false" aria-controls="collapseTwo">
<h4 class="mb-3 white-text mb-2"><i class="fa fa-angle-down rotate-icon" style="float:right;"></i></i><strong> Need For Speed </strong></h4>
</a>
</div>
<!-- Card body -->
<div id="collapseTwo" class="collapse" role="tabpanel" aria-labelledby="headingTwo">
<div class="card-body">
<p class="white-text mb-2">Ready to experience <b>WHEELS</b> on Fire ?<br>
<b> Prize worth: ₹2000 </b><br>
<b><a id = "hoveryellow" href="static/nfs_rules.pdf">Read More</a></b>
</p>
</div>
</div>
<div class="card-header" role="tab" id="headingThree">
<a class="collapsed" data-toggle="collapse" data-parent="#accordionEx" href="#collapseThree" aria-expanded="false" aria-controls="collapseThree">
<h4 class="mb-3 white-text mb-2"><i class="fa fa-angle-down rotate-icon" style="float:right;"></i><strong>Mini Militia </strong></h4>
</a>
</div>
<!-- Card body -->
<div id="collapseThree" class="collapse" role="tabpanel" aria-labelledby="headingThree">
<div class="card-body">
<p class="white-text mb-2">Fire in the Hole, Decimate your opponents with all you got!!<br><b> Prize worth: </b> ₹2000 <b><a href="static/minimilitia.pdf">Read More</a></b></p>
</div>
</div>
</div>
</div>
<!--Grid column-->
<!--Grid row-->
</div>
</section>
<!--Section: Workshop-->
<section id="gallery" >
<div class="container" style="padding-top: 1cm; padding-bottom: 2cm;">
<!-- Heading -->
<h2 class="mb-5 font-weight-bold text-center white-text my-4">Display</h2>
<!--Grid row-->
<div class="row">
<!--Grid column-->
<div class="col-md-6">
<!--Excerpt-->
<a href="" class="teal-text">
</a>
<h4 class="mb-3 white-text my-4"><strong> 3D Printing</strong></h4>
<h4 class="mb-3 white-text my-4"><strong> Laser Cutting</strong></h4>
<h4 class="mb-3 white-text my-4"><strong> CNC</strong></h4>
</div>
<!--Grid column-->
<!--Grid column-->
<div class="col-md-6">
<!--Carousel Wrapper-->
<div id="carousel-example-2z" class="carousel slide carousel-fade" data-ride="carousel">
<!--Indicators-->
<ol class="carousel-indicators">
<li data-target="#carousel-example-1z" data-slide-to="0" class="active"></li>
<li data-target="#carousel-example-1z" data-slide-to="1"></li>
<li data-target="#carousel-example-1z" data-slide-to="2"></li>
<li data-target="#carousel-example-1z" data-slide-to="3"></li>
<li data-target="#carousel-example-1z" data-slide-to="4"></li>
</ol>
<!--/.Indicators-->
<!--Slides-->
<div class="carousel-inner z-depth-1-half" role="listbox">
<!--First slide-->
<div class="carousel-item active">
<img class="d-block w-100" src="static/img/GALLERY/1.jpg" alt="First slide">
</div>
<!--/First slide-->
<!--Second slide-->
<div class="carousel-item">
<img class="d-block w-100" src="static/img/GALLERY/2.jpg" alt="Second slide">
</div>
<!--/Second slide-->
<!--Third slide-->
<div class="carousel-item">
<img class="d-block w-100" src="static/img/GALLERY/3.jpg" alt="Third slide">
</div>
<div class="carousel-item">
<img class="d-block w-100" src="static/img/GALLERY/4.jpg" alt="Fouth slide">
</div>
<div class="carousel-item">
<img class="d-block w-100" src="static/img/GALLERY/5.jpg" alt="Fifth slide">
</div>
<!--/Third slide-->
</div>
<!--/.Slides-->
<!--Controls-->
<a class="carousel-control-prev" href="#carousel-example-2z" role="button" data-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="sr-only">Previous</span>
</a>
<a class="carousel-control-next" href="#carousel-example-2z" role="button" data-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="sr-only">Next</span>
</a>
<!--/.Controls-->
</div>
<!--/.Carousel Wrapper-->
</div>
<!--Grid column-->
</div></div>
<!--Grid row-->
</section>
<!--Section: gaming-->
<section id="registration" style="padding-top: 1cm; padding-bottom: 2cm;">
<div class="container">
<h1 class="mb-5 font-weight-bold text-center white-text mb-2" style="padding-top: 1cm;">Registrations</h1>
<br>
<div class="row justify-content-md-center" style="padding-bottom: 3cm;">
<!-- Schdule link, form, notifications tab -->
<div class="col-md-6" style="align-items: center;">
<div style="max-width: 50%; margin: 0 auto;">
<a href="static/Registration_information--.pdf"target="_blank">
<h1 style="text-align:center;">
<button type="button" class="btn btn-warning" style="width: 100%;">Registration Information</button>
</h1>
</a>
<a href="https://goo.gl/forms/J85NFJSEBYqVMS2e2 "target="_blank">
<h1 style="text-align:center;">
<button type="button" class="btn btn-elegant" style="width: 100%;">Registration Form</button>
</h1>
</a>
<a href="static/Lunch_info.pdf"target="_blank">
<h1 style="text-align:center;">
<button type="button" class="btn btn-warning" style="width: 100%;">Lunch Information</button>
</h1>
</a>
<a href="https://goo.gl/forms/DucqfZUvqixcdTSo1"target="_blank">
<h1 style="text-align:center;">
<button type="button" class="btn btn-elegant" style="width: 100%;">Form for pre-payment of meals</button>
</h1>
</a>
</div>
</div>
<div class="col-md-6">
<h3 class="font-weight-bold text-center white-text mb-2">Notifications</h3>
<div class="col-md-12 white-text mb-2" style="background-color: #0000003d; min-height: 5cm;">
<p style="padding-top: 0.5cm;"><b>Keep checking this section for updates</b></p>
<ul>
<li><b>Registration Closed</b></li>
<!-- <li><b>Limited seats available</b></li> -->
<!-- <li><b>Special Lunch will be arranged for participants <a href="static/Special_dinner.pdf" style="color: black;">Read More</a></b></li> -->
</ul>
</div>
</div>
</div>
</div>
</section>
<!-- <section id="registration" style="padding-top: 1cm; padding-bottom: 2cm;">
<div class="container" >
<h1 class="mb-5 font-weight-bold text-center white-text mb-2">Registration</h1>
<br>
<div class="row justify-content-md-center" style="padding-top: 5cm; padding-bottom: 5cm;">
<div class="col-md-6">
<h1 style="text-align: center; color: white;">COMING SOON</h1>
</div>
</div>
</div>
</section> -->
<section id="contact" style="padding-top: 1cm; padding-bottom: 2cm;">
<div class="container" >
<!-- Heading -->
<h1 class="mb-5 font-weight-bold text-center white-text mb-2">Contact us</h1>
<br>
<div class="row justify-content-md-center" style="padding-top: 1cm;">
<div class="col-md-4">
<!--Card Wider-->
<div class="card card-cascade narrower">
<!--Card image-->
<div class="view overlay hm-white-slight">
<img src="static/img/pramodh.jpg" class="img-fluid">
<a href="#!">
<div class="mask"></div>
</a>
</div>
<!--/Card image-->
<!--Card content-->
<div class="card-body">
<!--Title-->
<h4 class="card-title" style="text-align: center;"><strong>Sri Pramodh Rachuri</strong></h4>
<h5 class="indigo-text" style="text-align: center;"><strong>Science and Technology Secretary</strong></h5>
<i class="fa fa-phone mr-3"></i>+91 9298100490
<br>
<i class="fa fa-envelope mr-3"></i>scitech_gymkhana@iitbhilai.ac.in
</div>
<!--/.Card content-->
</div>
<!--/.Card Wider-->
</div>
<div class="col-md-4">
<!--Card Wider-->
<div class="card card-cascade narrower">
<!--Card image-->
<div class="view overlay hm-white-slight">
<img src="static/img/ketan.png" class="img-fluid">
<a href="#!">
<div class="mask"></div>
</a>
</div>
<!--/Card image-->
<!--Card content-->
<div class="card-body">
<!--Title-->
<h4 class="card-title" style="text-align: center;"><strong>Ketan Mishra</strong></h4>
<h5 class="indigo-text" style="text-align: center;"><strong>Event Management Commitee Head</strong></h5>
<i class="fa fa-phone mr-3"></i>+91 9131649113
<br>
<i class="fa fa-envelope mr-3"></i>ketanm@iitbhilai.ac.in
</div>
<!--/.Card content-->
</div>
<!--/.Card Wider-->
</div>
<div class="col-md-4">
<!--Card Wider-->
<div class="card card-cascade narrower">
<!--Card image-->
<div class="view overlay hm-white-slight">
<img src="static/img/anshul.jpg" class="img-fluid" style="width: 100%;">
<a href="#!">
<div class="mask"></div>
</a>
</div>
<!--/Card image-->
<!--Card content-->
<div class="card-body">
<!--Title-->
<h4 class="card-title" style="text-align: center;"><strong>Dr Anshul Faye</strong></h4>
<h5 class="indigo-text" style="text-align: center;"><strong>Faculty Incharge</strong></h5>
<!-- <i class="fa fa-phone mr-3"></i>+91 9131649113 -->
<br>
<i class="fa fa-envelope mr-3"></i>afaye@iitbhilai.ac.in
</div>
<!--/.Card content-->
</div>
<!--/.Card Wider-->
</div>
</div>
</div>
<br>
</div>
</section>
<!--Section: Contact-->
<!-- MAIN BODY closed -->
<!-- </main> -->
<!--Main layout-->
<!--Footer-->
<footer class="page-footer blue center-on-small-only unique-color-dark pt-0">
<!-- Social buttons -->
<div class="unique-color">
<div class="container">
<!--Grid row-->
<div class="row py-4 d-flex align-items-center">
<!--Grid column-->
<div class="col-md-6 col-lg-5">
<h6 class="mb-0 white-text my-2">Get connected with us on social networks!</h6>
</div>
<!--Grid column-->
<!--Grid column-->
<div class="col-md-6 col-lg-7 text-md-right">
<!--Facebook-->
<a class="icons-sm fb-ic" href = "https://www.facebook.com/techmaitry/"><i class="fa fa-facebook white-text mr-4" id="hoverfacebook" > </i></a>
<!--Twitter-->
<a class="icons-sm tw-ic" href = "https://twitter.com/iit_bhilai?lang=en"><i class="fa fa-twitter white-text mr-4"> </i></a>
<!--Instagram-->
<a class="icons-sm ins-ic" href = "https://www.instagram.com/iitbhilai"><i class="fa fa-instagram white-text mr-4"> </i></a>
</div>
<!--Grid column-->
</div>
<!--Grid row-->
</div>
</div>
<!-- Social buttons -->
<!--Footer Links-->
<div class="container mt-5 mb-4 text-center text-md-left">
<div class="row mt-3">
<!--First column-->
<div class="col-md-3 col-lg-4 col-xl-3 mb-r">
<h5 class=" font-bold"><strong>IIT Bhilai</strong></h5>
<hr class="deep-purple accent-2 mb-4 mt-0 d-inline-block mx-auto" style="width: 60px;">
<p style="text-align: justify;">Indian Institute of Technology Bhilai was established by MHRD in the year 2016.Presently, IIT Bhilai is functioning from its transit campus at Government Engineering College (GEC) Raipur.</p>
</div>
<!--/.First column-->
<!--Second column-->
<div class="col-md-2 col-lg-2 col-xl-2 mx-auto mb-r">
<h5 class="font-bold"><strong>Our Clubs</strong></h5>
<hr class="deep-purple accent-2 mb-4 mt-0 d-inline-block mx-auto" style="width: 60px;">
<p><a href="#!">Codificaso</a></p>
<p><a href="#!">Electromos</a></p>
<p><a href="#!">The Epsilon Club</a></p>
</div>
<!--/.Second column-->
<div class="col-md-4 col-lg-3 col-xl-3">
<h5 class="font-bold"><strong>Contact</strong></h5>
<hr class="deep-purple accent-2 mb-4 mt-0 d-inline-block mx-auto" style="width: 60px;">
<p><i class="fa fa-home mr-3"></i> IIT Bhilai, Sejbahar</p>
<p><i class="fa fa-envelope mr-3"></i>techmaitry@iitbhilai.ac.in</p>
<p><i class="fa fa-phone mr-3"></i>+91 9298100490</p>
<p><i class="fa fa-phone mr-3"></i>+91 7898233880</p>
</div>
<!--Third column-->
<div class="col-md-3 col-lg-2 col-xl-2 mx-auto mb-r">
<h5 class="font-bold"><strong>Address</strong></h5>
<hr class="deep-purple accent-2 mb-4 mt-0 d-inline-block mx-auto" style="width: 60px;">
<p><a href="#!">Old Dhamtari Rd, Datrenga</a></p>
<p><a href="#!">Govt. Engg. College</a></p>
<p><a href="#!">Sejbahar</a></p>
</div>
<!--/.Third column-->
<!--Fourth column-->
<!--/.Fourth column-->
</div>
</div>
<!--/.Footer Links-->
<!--Copyright-->
<div class="footer-copyright">
<div class="container-fluid">
<a href="https://www.iitbhilai.ac.in"> © SciTech IIT Bhilai</a>
<!-- <p style="float: right;">Pradeep Kumar</p> -->
</div>
</div>
<!--/.Copyright-->
</footer>
<!--/.Footer-->
<!-- SCRIPTS -->
<!-- JQuery -->
<script type="text/javascript" src="static/js/jquery-3.2.1.min.js"></script>
<!-- Bootstrap tooltips -->
<script type="text/javascript" src="static/js/popper.min.js"></script>
<!-- Bootstrap core JavaScript -->
<script type="text/javascript" src="static/js/bootstrap.min.js"></script>
<!-- MDB core JavaScript -->
<script type="text/javascript" src="static/js/mdb.min.js"></script>
<!-- Carousel options -->
<script>
$.extend($.scrollTo.defaults, {
axis: 'y',
duration: 2000
});
$('.carousel').carousel({
interval: 3000,
})
$('.collapse').collapse()
new WOW().init();
</script>
</body>
</html>