-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathindex.html
711 lines (595 loc) · 37.4 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
<!DOCTYPE html>
<html lang="en">
<head>
<!--
The template Credit goes to Vibhanshu Jain IIIT Raichur Batch 2019 ( https://vibhanshujainiiitr.github.io/)
Firefox bug is removed by Ayush Singh IIIT Bhopal Batch 2019
UI/ UX Design: Vibhanshu Jain
Web-Team Lead: Vibhanshu Jain - 2020
All the rights are reserved to the Web-Team IIITians Network.
IIIT Gwalior Representative: Sumit Shinde (2019-IMG-055)
-->
<meta charset="utf-8">
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-166050406-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-166050406-1');
</script>
<!-- Title of your page: add the name of your IIIT-->
<title>Gwalior | IIITians Network</title>
<meta content="This is IIIT Gwalior's page of the community IIITians Network" name="description">
<meta content="IIITians Network - IIIT Gwalior - Campus - Fest - Club - News - Events - Placement - Alumni - ABVIIITM Gwalior " name="keywords">
<!-- Favicons -->
<link href="img/logo/iiitian.png" rel="icon">
<link href="img/logo/iiitian.png" rel="apple-touch-icon">
<!-- Google Fonts -->
<link href="https://fonts.googleapis.com/css2?family=Raleway:wght@300;400;500;600&family=Roboto&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
<!-- Vendor CSS Files -->
<link href="assets/vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<link href="assets/vendor/icofont/icofont.min.css" rel="stylesheet">
<link href="assets/vendor/boxicons/css/boxicons.min.css" rel="stylesheet">
<link href="assets/vendor/venobox/venobox.css" rel="stylesheet">
<link href="assets/vendor/owl.carousel/assets/owl.carousel.min.css" rel="stylesheet">
<link href="assets/vendor/aos/aos.css" rel="stylesheet">
<!-- Animation for text -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/5.0.0/normalize.min.css">
<link rel='stylesheet' href='https://fonts.googleapis.com/css?family=Anton'>
<link rel="stylesheet" href="./style.css">
<!-- Font awesome icons-->
<script src="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.14.0/js/all.min.js" integrity="sha512-YSdqvJoZr83hj76AIVdOcvLWYMWzy6sJyIMic2aQz5kh2bPTd9dzY3NtdeEAzPp/PhgZqr4aJObB3ym/vsItMg==" crossorigin="anonymous"></script>
<!-- Main CSS File -->
<link href="assets/css/style.css" rel="stylesheet">
<link href="assets/css/custom.css" rel="stylesheet">
<link href="assets/css/footer.css" rel="stylesheet">
<link rel="stylesheet" href="assets/css/heading.css" type="text/css">
<link href="custom.css" rel="stylesheet">
<!-- Carousel files -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/js/bootstrap.min.js"></script>
<!--================================== STUDENT's LIFE CSS FILES =======================================================-->
<link rel="stylesheet" type="text/css" href="assets/css/studentsLife.css">
<!--================================== STUDENT's LIFE CSS FILE END =======================================================-->
<!--==================================Counter Up files ====================-->
<!-- <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css"> -->
<!-- <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css"> -->
<script src="https://code.jquery.com/jquery-1.12.4.min.js"
integrity="sha256-ZosEbRLbNQzLpnKIkEdrPv7lOy9C27hHQ+Xp8a4MxAQ=" crossorigin="anonymous"></script>
<!--==================================Counter Up files over ==============-->
<!--================= Slider ===============-->
<style>
.no-js #loader { display: none; }
.js #loader { display: block; position: absolute; left: 100px; top: 0; }
.se-pre-con {
position: fixed;
left: 0px;
top: 0px;
width: 100%;
height: 100%;
z-index: 9999;
background: url("./img/loader/loader.gif") center no-repeat #fff;
}
</style>
<!-- =================== Loader part ended=================== -->
</head>
<body>
<!-- ======= Header ======= -->
<header id="header" class="fixed-top">
<div class="container-fluid d-flex">
<div class="logo mr-auto">
<a href="index.html"><img src="img/logo/iiitian.png" alt="iiitians network" class="img-fluid"></a>
</div>
<nav class="nav-menu d-none d-lg-block">
<ul>
<li><a href="https://iiitiansnetwork.com/">Home</a></li>
<!--li><a href="">Counselling</a></li>
<li><a href="">News</a></li>
<li class="drop-down"><a href="">Login</a>
<ul>
<li><a href="#">Student</a></li>
<li><a href="#">Clubs</a></li>
<li class="drop-down"><a href="#">Register</a>
<ul>
<li><a href="">Individual</a></li>
<li><a href="">Club</a></li>
<li><a href="">Non-IIIT Students</a></li>
</ul>
</li>
</ul>
</li-->
<li><a href="https://team.iiitiansnetwork.com/">Our Team</a></li>
<li class="active"><a href="https://alliiit.iiitiansnetwork.com/">All IIIT</a>
<!-- <ul>
<li><a href="#">IIITM Gwalior</a></li>
<li><a href="#">IIIT Allahabad</a></li>
<li><a href="#">IIITDM Kancheepuram</a></li>
<li><a href="#">IIITDM Jabalpur</a></li>
<li><a href="#">IIITDM Kurnool</a></li>
<li><a href="#">IIIT Chittoor</a></li>
<li><a href="#">IIIT Guwahati</a></li>
<li><a href="#">IIIT Kalyani</a></li>
<li><a href="#">IIIT Una</a></li>
<li><a href="#">IIIT Vadodara</a></li>
<li><a href="#">IIIT Kota</a></li>
<li><a href="#">IIIT Tiruchirappalli</a></li>
<li><a href="#">IIIT Sonepat</a></li>
<li><a href="#">IIIT Manipur</a></li>
<li><a href="#">IIIT Lucknow</a></li>
<li><a href="#">IIIT Dharward</a></li>
<li><a href="#">IIIT Pune</a></li>
<li><a href="#">IIIT Bhopal</a></li>
<li><a href="#">IIIT Agartala</a></li>
<li><a href="#">IIIT Nagpur</a></li>
<li><a href="#">IIIT Ranchi</a></li>
<li><a href="#">IIIT Surat</a></li>
<li><a href="#">IIIT Bhagalpur</a></li>
<li><a href="#">IIIT Raichur</a></li>
</ul>
-->
</li>
<li><a href="https://contact.iiitiansnetwork.com/">Contact</a></li>
</ul>
</nav><!-- .nav-menu -->
</div>
</header><!-- End Header -->
<main id="main">
<!--=========Top Carousel ===============-->
<section id="hero">
<div class="hero-container">
<div id="heroCarousel" class="carousel slide carousel-fade" data-ride="carousel">
<ol class="carousel-indicators" id="hero-carousel-indicators"></ol>
<div class="carousel-inner" role="listbox">
<!-- Slide 1 -->
<div class="carousel-item active">
<!-- Change slider images from here -->
<div class="carousel-background"><img class="img" src="img/gwalior/1.jpg" alt="Campus | IIIT Gwalior | IIITians Network"></div>
<div class="carousel-container">
<div class="carousel-content" data-aos="fade-up">
<!--Change the content and heading from here -->
<h2 class="animated fadeInDown" , style="font-family: 'Raleway', sans-serif;">ABV-IIITM<span> Gwalior</span></h2>
<p class="animated fadeInUp" , style="font-family: 'Roboto', sans-serif;">The administrative block of Atal Bihari Vajpayee Indian Institute of Information Technology and Management, Gwalior</p>
<a href="#about" class="btn-get-started animated fadeInUp scrollto">More</a>
</div>
</div>
</div>
<!-- Slide 2 -->
<div class="carousel-item">
<div class="carousel-background"><img class="img" src="img/gwalior/2.jpg" alt="Campus | IIIT Gwalior | IIITians Network"></div>
<div class="carousel-container">
<div class="carousel-content" data-aos="fade-up">
<h2 class="animated fadeInDown" style="font-family: 'Raleway', sans-serif;">IIITM Academic Complex</h2>
<p class="animated fadeInUp" , style="font-family: 'Roboto', sans-serif;">All the lectures for all the years take place here</p>
<a href="#about" class="btn-get-started animated fadeInUp scrollto">More</a>
</div>
</div>
</div>
<!-- Slide 3 -->
<div class="carousel-item">
<div class="carousel-background"><img class="img" src="img/gwalior/3.jpeg" alt="Campus | IIIT Gwalior | IIITians Network"></div>
<div class="carousel-container">
<div class="carousel-content" data-aos="fade-up">
<h2 class="animated fadeInDown" , style="font-family: 'Raleway', sans-serif;">Open Air Theatre</h2>
<p class="animated fadeInUp" , style="font-family: 'Roboto', sans-serif;">A place which seldom has events, but when it does, those are whistle-worthy</p>
<a href="#about" class="btn-get-started animated fadeInUp scrollto">More</a>
</div>
</div>
</div>
</div>
<a class="carousel-control-prev" href="#heroCarousel" role="button" data-slide="prev">
<span class="carousel-control-prev-icon icofont-thin-double-left" aria-hidden="true"></span>
<span class="sr-only">Previous</span>
</a>
<a class="carousel-control-next" href="#heroCarousel" role="button" data-slide="next">
<span class="carousel-control-next-icon icofont-thin-double-right" aria-hidden="true"></span>
<span class="sr-only">Next</span>
</a>
</div>
</div>
</section>
<!--=========End Header Carousel section =========-->
<!-- ======= About Section ======= -->
<section id="about" class="about section-bg">
<div class="container">
<div class="col-lg-12 text-center">
<!-- Change the name of your college -->
<h1 data-aos="fade-up", style="font-family: 'Raleway', sans-serif;"><b>ABV-IIITM Gwalior</b><br><br><br></h1>
</div>
<div class="col-lg-12 text-center">
<div class="col-lg-4 pt-5 pt-lg-0">
<h3 data-aos="fade-up", style="font-family: 'Raleway', sans-serif; text-align:center">FOUNDATION</h3>
<p data-aos="fade-up" data-aos-delay="100">
<!-- Add the content here -->
<h4 data-aos="fade-up" , style="font-family: 'Roboto', sans-serif; text-align:center">Named after our charismatic former Prime Minister, Atal Bihari Vajpayee Indian Institute of Information Technology and Management, Gwalior is the oldest of all IIITs in India. Established in the year 1997, IIIT Gwalior is one of its kind offering an integrated 5-year program with a master’s degree in technology and management.
</h4>
</p>
</div>
<div class="col-lg-4 pt-5 pt-lg-0" style="text-align:center">
<!-- Add the logo / url of the logo here -->
<img data-aos="fade-up" data-aos-dalay="200" src="img/iiit_logo/gwalior.png" alt="Logo | IIIT Gwalior | IIITians Network" height="250px" width="250px">
</div>
<div class="col-lg-4 pt-5 pt-lg-0" style="text-align:center">
<h3 data-aos="fade-up", style="font-family: 'Raleway', sans-serif;">STUDENT LIFE</h3>
<p data-aos="fade-up" data-aos-delay="100">
<h4 data-aos="fade-up" , style="font-family: 'Roboto', sans-serif;">ABV-IIITM Gwalior has an array of events throughout the year with Parichay and Urja to name a few. IIIT Gwalior has a number of established clubs covering diverse domains from journalism to dramatics to social welfare. Aurora, the cultural fest of IIITM Gwalior is the largest in Central India and Infotsav is their annual techno-managerial fest with a plethora of learning and fun activities.
</h4>
</p>
</div>
</div>
</div>
</section>
<!--==================== Department Section ========================== -->
<section id="services" class="services section-bg">
<div class="container" style="align-items:center;">
<div class="row justify-content-center">
<div class="col-md-6 col-lg-3 d-flex align-items-stretch" data-aos="zoom-in" data-aos-delay="100">
<div class="icon-box">
<!-- Change the icon here. Use icon on this site https://boxicons.com/ -->
<div class="icon"><i class="bx bx-desktop"></i></div>
<!-- Change the content here -->
<h4 class="title" , style="font-family: 'Raleway', sans-serif;"><a href="">Computer Science</a></h4>
<p class="description" , style="font-family: 'Roboto', sans-serif;">The newest addition to its course offerings, it was started in 2017. </p>
</div>
</div>
<div class="col-md-4 col-lg-4 d-flex align-items-stretch" data-aos="zoom-in" data-aos-delay="200">
<div class="icon-box">
<div class="icon"><i class="bx bx-code-block"></i></div>
<h4 class="title" , style="font-family: 'Raleway', sans-serif;"><a href="">Integrated Post Graduate - M. Tech</a></h4>
<p class="description" , style="font-family: 'Roboto', sans-serif;">A five year course offering bachelors in Information Technology and a PG in a desired domain. </p>
</div>
</div>
<div class="col-md-4 col-lg-4 d-flex align-items-stretch" data-aos="zoom-in" data-aos-delay="300">
<div class="icon-box">
<div class="icon"><i class="bx bx-tachometer"></i></div>
<h4 class="title" , style="font-family: 'Raleway', sans-serif;"><a href="">Integrated Post Graduate - MBA </a></h4>
<p class="description" , style="font-family: 'Roboto', sans-serif;">A five year course offering bachelors in Information Technology and a Masters in Bussiness Administration. </p>
</div>
</div>
</div>
</div>
</section>
<!-- =========== Department section end ================-->
<!--============ Club Section ==========================-->
<section>
<div class="container text-center justify-content-center">
<div class="col-lg-12 d-flex justify-content-center" style="margin: 0%; padding: 0%;">
<h2 style="font-family: 'Raleway', sans-serif; ">CLUBS<br><br><br></h2>
</div>
<div class="row col-lg-12 justify-content-center" style="padding-right: 0%; margin: 0%;">
<!-- Club part start -->
<div class=" col-lg-4 justify-content-center" style="padding-bottom:20px" data-aos="fade-up">
<div class="d-flex justify-content-center" style="margin: 0%;">
<img src="img/gwalior/club/AASF.jpeg" alt="AASF | Club | IIIT Gwalior | IIITians Network" style="width:350px;height:250px;justify-content: center;">
</div>
<div>
<h2 style="font-family: 'Raleway', sans-serif;">AASF</h2>
<h3>
<a href="https://www.instagram.com/aasf_iiitmg/"><i class="fab fa-instagram"></i></a>
<a href="https://www.facebook.com/AASFIIITM"><i class="fab fa-facebook"></i></a>
<!-- <a href="https://www.youtube.com/channel/UCcNvKCjKaxqnPX09IXcCKIg"><i class="fab fa-youtube"></i></a> -->
<a href="[email protected]"><i class="fa fa-envelope"></i></a>
<a href="https://www.aasf.in"><i class="fa fa-globe"></i></a>
</h3>
<p class="title">Technical and Managerial Forum</p>
</div>
</div>
<div class=" col-lg-4" style="padding-bottom:20px" data-aos="fade-up">
<img src="img/gwalior/club/dsc.jpg" alt="DSC | Club | IIIT Gwalior | IIITians Network" style="width:250px;height:250px;text-align:center">
<div>
<h2 style="font-family: 'Raleway', sans-serif;">DSC</h2>
<h3>
<a href="https://discord.gg/SbwAqbb"><i class="fab fa-discord"></i></a>
<a href="https://www.instagram.com/dsc_iiitm/"><i class="fab fa-instagram"></i></a>
<a href="https://www.twitter.com/dsc_iiitm"><i class="fab fa-twitter"></i></a>
<a href="https://www.linkedin.com/company/dsc-iiitm"><i class="fab fa-linkedin"></i></a>
<a href="[email protected]"><i class="fa fa-envelope"></i></a>
</h3>
<p class="title">Developer Student Clubs</p>
</div>
</div>
<div class=" col-lg-4" style="padding-bottom:20px" data-aos="fade-up">
<img src="img/gwalior/club/E-CELL.png" alt="E-CELL | Club | IIIT Gwalior | IIITians Network" style="width:250px;height:250px;text-align:center">
<div>
<h2 style="font-family: 'Raleway', sans-serif;">E-CELL</h2>
<h3>
<a href="https://www.instagram.com/ecell_iiitm/"><i class="fab fa-instagram"></i></a>
<a href="https://www.facebook.com/ecell.iiitmG"><i class="fab fa-facebook"></i></a>
<!-- <a href="#"><i class="fab fa-youtube"></i></a> -->
<a href="[email protected]"><i class="fa fa-envelope"></i></a>
<!-- <a href="#"><i class="fa fa-globe"></i></a> -->
</h3>
<p class="title">Entrepreneurship</p>
</div>
</div>
<div class="col-lg-4" style="padding-bottom:30px" data-aos="fade-up">
<!-- Change the club logo here -->
<img src="img/gwalior/club/manchtantra-logo-white.png" alt="Manchtantra | Club | IIIT Gwalior | IIITians Network" style="width:250px;height:250px;text-align:center;background-color: black;">
<div>
<!-- Add the club details here -->
<h2 style="font-family: 'Raleway', sans-serif;">Manchtantra</h2>
<h3>
<a href="https://www.instagram.com/manchtantra_iiitm/"><i class="fab fa-instagram"></i></a>
<a href="https://www.facebook.com/manchtantraiiitmg"><i class="fab fa-facebook"></i></a>
<a href="https://www.youtube.com/channel/UCpyb5kB3aQFIpHBuvketUAQ"><i class="fab fa-youtube"></i></a>
<!-- <a href="#"><i class="fa fa-envelope"></i></a>
<a href="#"><i class="fa fa-globe"></i></a> -->
</h3>
<p class="title">Dramatics</p>
</div>
</div>
<div class=" col-lg-4" style="padding-bottom:20px" data-aos="fade-up">
<img src="img/gwalior/club/rotaract.jpg" alt="Rotaract | Club | IIIT Gwalior | IIITians Network" style="width:200px;height:250px;text-align:center">
<div>
<h2 style="font-family: 'Raleway', sans-serif;">Rotaract Club of Youth</h2>
<h3>
<a href="https://www.instagram.com/rotaractiiitm/"><i class="fab fa-instagram"></i></a>
<a href="https://www.facebook.com/rotaractiiitm"><i class="fab fa-facebook"></i></a>
<!-- <a href="#"><i class="fab fa-youtube"></i></a> -->
<a href="[email protected]"><i class="fa fa-envelope"></i></a>
<a href="https://rotaractiiitm.wordpress.com"><i class="fa fa-globe"></i></a>
</h3>
<p class="title">Social Welfare</p>
</div>
</div>
<div class=" col-lg-4" style="padding-bottom:20px" data-aos="fade-up">
<img src="img/gwalior/club/SGM.jpg" alt="SGM | Club | IIIT Gwalior | IIITians Network" style="width:250px;height:250px;text-align:center">
<div>
<h2 style="font-family: 'Raleway', sans-serif;">Student Gyan Movement</h2>
<h3>
<!-- <a href="#"><i class="fab fa-instagram"></i></a> -->
<a href="https://www.facebook.com/sgmiiitm"><i class="fab fa-facebook"></i></a>
<!-- <a href="#"><i class="fab fa-youtube"></i></a> -->
<!-- <a href="#"><i class="fa fa-envelope"></i></a> -->
<!-- <a href="#"><i class="fa fa-globe"></i></a> -->
</h3>
<p class="title">Educational Initiative</p>
</div>
</div>
<div class=" col-lg-4" style="padding-bottom:20px" data-aos="fade-up">
<img src="img/gwalior/club/uthaan.jpg" alt="Uthaan | Club | IIIT Gwalior | IIITians Network" style="width:250px;height:250px;text-align:center">
<div>
<h2 style="font-family: 'Raleway', sans-serif;">Uthaan</h2>
<h3>
<a href="https://www.instagram.com/uthaaniiitm"><i class="fab fa-instagram"></i></a>
<a href="https://www.facebook.com/uthaaniiitmg"><i class="fab fa-facebook"></i></a>
<a href="https://www.youtube.com/channel/UCcNvKCjKaxqnPX09IXcCKIg"><i class="fab fa-youtube"></i></a>
<a href="[email protected]"><i class="fa fa-envelope"></i></a>
<!-- <a href="#"><i class="fa fa-globe"></i></a> -->
</h3>
<p class="title">Journalism</p>
</div>
</div>
</div>
</div>
</section>
<!--================== Club section ended ==============-->
<!--================== Image slider section ============-->
<section>
<div class="container-fluid">
<div id="myCarousel_1" class="carousel slide" data-ride="carousel">
<!-- Indicators -->
<ol class="carousel-indicators">
<li data-target="#myCarousel_1" data-slide-to="0" class="active"></li>
<li data-target="#myCarousel_1" data-slide-to="1"></li>
<li data-target="#myCarousel_1" data-slide-to="2"></li>
</ol>
<!-- Wrapper for slides -->
<div class="carousel-inner">
<!-- Single Slider part start || Just change the image url-->
<div class="item active">
<img src="img/gwalior/fest-slider/fest-1.jpg" alt="Mohit Chauhan | Aurora IIIT Gwalior | Fest | IIIT Gwalior | IIITians Network" style="width:100%;-moz-background-size: cover;-o-background-size: cover; background-size: cover">
</div>
<!-- Single Slider part ended -->
<div class="item">
<img src="img/gwalior/fest-slider/fest-2.jpg" alt="Indian Ocean | Aurora IIIT Gwalior | Fest | IIIT Gwalior | IIITians Network" style="width:100%; -moz-background-size: cover;-o-background-size: cover; background-size: cover">
</div>
<div class="item">
<img src="img/gwalior/fest-slider/fest-3.jpg" alt="Indian Ocean | Aurora IIIT Gwalior | Fest | IIIT Gwalior | IIITians Network" style="width:100%;-moz-background-size: cover;-o-background-size: cover; background-size: cover">
</div>
</div>
<!-- Left and right controls -->
<a class="left carousel-control" href="#myCarousel_1" data-slide="prev">
<span class="glyphicon glyphicon-chevron-left"></span>
<span class="sr-only">Previous</span>
</a>
<a class="right carousel-control" href="#myCarousel_1" data-slide="next">
<span class="glyphicon glyphicon-chevron-right"></span>
<span class="sr-only">Next</span>
</a>
</div>
</div>
</div>
</section>
<!--======== Fest Part Ended ======-->
<!--======== Data Section =========-->
<!-- <section> -->
<!-- <div class="container"> -->
<!-- <div class="row" style="margin: 2rem auto; text-align:center"> -->
<!-- <div class="col-lg-12">
<h1 data-aos="fade-up", style="font-family: 'Raleway', sans-serif;"><b>NEWS & UPDATES</b><br><br></h1>
</div>-->
<!-- Individual data section start-->
<!-- <div class="col-lg-4" data-aos="fade-up" data-aos-delay="200" style="padding-bottom:20px">
<h3 style="font-family: 'Raleway', sans-serif;">Closing Ceremony of EBSB Exchange Program</h3>
<hr class="highlight">
<h5 style="font-family: 'Roboto', sans-serif;">Marking the closing ceremony of the EBSB Cultural Exchange Program, the students celebrated Bathukamma - the floral festival of Telangana. Later savoured the Carnatic Music and the Ethnic Cuisines of state. Followed by a cricket match between IIIT Sonepat students and IIIT Raichur students in which the Sonepat team outplayed the Raichur team.</h5><hr>
<img class="d-block w-100 desk" src="./img/raichur/news/1.jpeg" alt="First slide">
</div> -->
<!-- Individual data section ended -->
<!-- <div class="col-lg-4" data-aos="fade-up" data-aos-delay="200" style="padding-bottom:20px">
<h3 style="font-family: 'Raleway', sans-serif;">Gungloor Village Trip</h3>
<hr class="highlight">
<h5 style="font-family: 'Roboto', sans-serif;">The EBSB Club of IIIT Raichur organised a trip to Gungloor Village as part of Ek Bharat Shreshtha Bharat Student Exchange Program with IIIT SONEPAT students to make them understand the rural culture and tradition of State of Telangana. The students have also visited the Government school where they have interacted with the school students and enjoyed some fun activities like singing, dancing. Later they have visited the Gram Panchayat where they interacted with the Sarpanch of the village.</h5><hr>
<img class="d-block w-100 desk" src="./img/raichur/news/ebsb3.jpeg" alt="First slide">
</div> -->
<!-- <div class="col-lg-4" data-aos="fade-up" data-aos-delay="200" style="padding-bottom:20px">
<h3 style="font-family: 'Raleway', sans-serif;">Republic Day Celebration</h3>
<hr class="highlight">
<h5 style="font-family: 'Roboto', sans-serif;">IIT HYDERABAD & IIIT RAICHUR celebrated RepublicDay with Prof. B.S. Murty, Director, IIT Hyderabad, hoisting the National Flag. It was followed by a parade by security personnel and cultural performances by students of IITH and IIITR. The Students performed various programs such as drama, singing, band performances, and a song in 23 Languages by School Students. Prof. B.S. Murty distributed prizes for various sports events declared new names for IIT Hyderabad Students’ Hostel after famous Indian Scientists. To mark the day, a special blood donation camp was also organized by the NSS Club of IIT Hyderabad.</h5><hr>
<img class="d-block w-100 desk" src="./img/raichur/news/news2.jpeg" alt="First slide">
</div> -->
<!-- <div class="col-lg-4" data-aos="fade-up" data-aos-delay="200" style="padding-bottom:20px">
<h3 style="font-family: 'Raleway', sans-serif;">IIITR Starts Functioning</h3>
<hr class="highlight">
<h5 style="font-family: 'Roboto', sans-serif;">The Indian Institute of Information, Raichur has started functioning under the mentorship of IIT HYDERABAD with its first B Tech batch of 30 students in Computer Science and Engineering from 26 July, 2019 at the campus of IIT, Hyderabad.</h5><hr>
<img class="d-block w-100 desk" src="./img/raichur/news/news1.jpeg" alt="First slide">
</div> -->
<!-- </div> -->
<!-- </div> -->
<!-- </section> -->
<!--======== Data Section over ===========-->
<!--======== Official Website link ================-->
<section>
<div class="col-lg-12 section-bg" style="text-align:center" data-aos="fade-up" data-aos-delay="200">
<h3>Official Website<br></h3>
<h1><a href="https://iiitm.ac.in/">iiitm.ac.in</a></h1>
</div>
</section>
<!--======== Official website part ended =============-->
<!--======== Image Grid ================= -->
<section id="grid">
<div class="container-fluid" style="text-align:center">
<div class="section-title" data-aos="fade-up">
<h2 style="font-family: 'Raleway', sans-serif;">Glimpses</h2>
<p></p>
</div>
<!-- Photo Grid -->
<div class="row" data-aos="fade-up">
<div class="column col-lg-3 col-6">
<img src="img/gwalior/photogrid/1.jpg" alt="IIIT Gwalior | IIITians Network" style="width:100%">
<img src="img/gwalior/photogrid/2.jpg" alt="IIIT Gwalior | IIITians Network" style="width:100%">
<!-- <img src="img/raichur/news/ebsb1.jpeg" style="width:100%"> -->
</div>
<div class="column col-lg-3 col-6">
<img src="img/gwalior/photogrid/3.jpg" alt="IIIT Gwalior | IIITians Network" style="width:100%">
<!-- <img src="img/fest/1.jpeg" style="width:100%"> -->
<!-- <img src="img/raichur/slider_2.jpg" style="width:100%"> -->
</div>
<div class="column col-lg-3 col-6">
<img src="" style="width:100%">
<img src="img/gwalior/photogrid/4.jpg" alt="IIIT Gwalior | IIITians Network" style="width:100%">
<img src="img/gwalior/photogrid/5.jpg" alt="IIIT Gwalior | IIITians Network" style="width:100%">
<img src="img/gwalior/photogrid/6.jpg" alt="IIIT Gwalior | IIITians Network" style="width:100%">
</div>
<div class="column col-lg-3 col-6" >
<img src="img/gwalior/photogrid/7.jpg" alt="IIIT Gwalior | IIITians Network" style="width:100%">
<img src="img/gwalior/photogrid/8.jpg" alt="IIIT Gwalior | IIITians Network" style="width:100%">
<!-- <img src="img/raichur/news/1.jpeg" style="width:100%"> -->
</div>
</div>
</div>
</section>
<!--============= Image Grid section over===============-->
<!--============= College team =========================-->
<!-- <section class="section-bg">
<div class="container">
<div class="row">
<div class="col-lg-12 text-center">
<h2 data-aos="fade-up" data-aos-delay="200" style="font-family: 'Raleway', sans-serif;"><b>Content Team<br><br><br></b></h2>
</div>
<div class="col-lg-12 text-center" style="text-color:black">
<h4 data-aos="fade-up" data-aos-delay="200" >This page is moderated by <b>Sumit Shinde</b> (2019IMG-055), student of ABV-IIITM Gwalior. He has credits, authorities and the responsibilities to manage at his IIIT level.<br>
<br>
</h4>
</div>
</div>
</div>
</section>
-->
</main>
<!-- End #main -->
<!-- ======= Footer ======= -->
<!-- No need to change anything in footer area -->
<footer id="footer">
<!--div class="footer-newsletter" data-aos="fade-up">
<div class="container">
<div class="row justify-content-center">
<div class="col-lg-6">
<h4>Join Our Community</h4>
<p>Help us in this idea for uniting all IIITs</p>
<form action="https://formspree.io/xeqrqzrv" method="post">
<input type="email" name="email"><input type="submit" value="Subscribe">
</form>
</div>
</div>
</div>
</div-->
<div class="footer-top">
<div class="container">
<div class="row">
<div class="col-lg-3 col-md-6 footer-contact" data-aos="fade-up" data-aos-delay="100">
<h3>IIITians Network</h3>
<p>
A never ending connection...<br><br>
<strong>Email:</strong> [email protected]<br>
<strong>Hit Counter</strong><br><a href="https://www.freecounterstat.com" title="free hit counters"><img src="https://counter3.stat.ovh/private/freecounterstat.php?c=am3swfnxwq8cga496ku7nw7ebfcg8rfq" border="0" title="free hit counters" alt="free hit counters"></a><br>
</p>
</div>
<div class="col-lg-3 col-md-6 footer-links" data-aos="fade-up" data-aos-delay="200">
<h4>Useful Links</h4>
<ul>
<li><i class="bx bx-chevron-right"></i> <a href="https://iiitiansnetwork.com/">Home</a></li>
<li><i class="bx bx-chevron-right"></i> <a href="https://iiitiansnetwork.com/">News</a></li>
<!-- <li><i class="bx bx-chevron-right"></i> <a href="https://alliiit.iiitiansnetwork.com/">All IIIT</a></li> -->
<li><i class="bx bx-chevron-right"></i> <a href="https://contact.iiitiansnetwork.com/">Contact Us</a></li>
</ul>
</div>
<div class="col-lg-3 col-md-6 footer-links" data-aos="fade-up" data-aos-delay="300">
<h4>Our Community</h4>
<ul>
<li><i class="bx bx-chevron-right"></i> <a href="https://team.iiitiansnetwork.com/">Core Team</a></li>
<li><i class="bx bx-chevron-right"></i> <a href="https://team.iiitiansnetwork.com/#web">Web Team</a></li>
<li><i class="bx bx-chevron-right"></i> <a href="https://team.iiitiansnetwork.com/#design">Design Team</a></li>
<li><i class="bx bx-chevron-right"></i> <a href="https://team.iiitiansnetwork.com/#design">Animation Team</a></li>
</ul>
</div>
<div class="col-lg-3 col-md-6 footer-links" data-aos="fade-up" data-aos-delay="400">
<h4>Our Social Networks</h4>
<p>Follow us to stay connected with IIITs</p>
<div class="social-links mt-3">
<a href="https://www.facebook.com/iiitians.network/?fref=tag" class="facebook"><i class="bx bxl-facebook"></i></a>
<a href="https://www.instagram.com/iiitians.network/" class="instagram"><i class="bx bxl-instagram"></i></a>
<a href="https://www.linkedin.com/company/53184003" class="linkedin"><i class="bx bxl-linkedin"></i></a>
<a href="https://www.youtube.com/channel/UCFlPhj8XnKBWc1cNSC8IedA" class="linkedin"><i class="bx bxl-youtube"></i></a>
<a href="https://twitter.com/iiitiansnetwork" class="linkedin"><i class="bx bxl-twitter"></i></a>
</div>
<p>
<br>Edit this page on
<br><b><a href="https://github.com/IIITians-Network/IIIT-Gwalior" class="github">Github <i class="bx bxl-github"></i></a></b>
</p>
</div>
</div>
</div>
</div>
</footer><!-- End Footer -->
<a href="#" class="back-to-top"><i class="icofont-simple-up"></i></a>
<!-- Vendor JS Files -->
<!-- <script src="assets/vendor/jquery/jquery.min.js"></script> -->
<script src="assets/vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
<script src="assets/vendor/jquery.easing/jquery.easing.min.js"></script>
<script src="assets/vendor/php-email-form/validate.js"></script>
<script src="assets/vendor/isotope-layout/isotope.pkgd.min.js"></script>
<script src="assets/vendor/venobox/venobox.min.js"></script>
<script src="assets/vendor/owl.carousel/owl.carousel.min.js"></script>
<script src="assets/vendor/aos/aos.js"></script>
<script src="assets/js/jquery.counterup.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/waypoints/2.0.3/waypoints.min.js"></script>
<script>
jQuery(document).ready(function( $ )
{
$('.counter').counterUp({
delay: 10,
time: 1000
});
});
</script>
<!-- Template Main JS File -->
<script src="assets/js/main.js"></script>
<!-- Custom JS files -->
<script src="assets/js/custom.js"></script>
</body>
</html>