forked from soumyajit4419/IET_Website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
727 lines (693 loc) · 31.8 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
<!doctype html>
<html class="no-js" lang="en">
<head>
<meta charset="utf-8">
<title>IET | BIT MESRA</title>
<meta name="description" content="Offical WebPage for IET, BIT Mesra">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link defer rel="shortcut icon" href="./images/favicon-96x96.jpg" type="image/png">
<link defer rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-mfizz/2.4.1/font-mfizz.min.css"/>
<link defer rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.1/animate.min.css">
<link defer rel="stylesheet" type="text/css" href="https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.8.1/slick.css"/>
<link defer rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-mfizz/2.4.1/font-mfizz.min.css" />
<link defer rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.9.0/css/all.min.css">
<link defer rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" integrity="sha384-TX8t27EcRE3e/ihU7zmQxVncDAy5uIKz4rEkgIXeMed4M0jlfIDPvg6uqKI2xXr2" crossorigin="anonymous">
<link rel="stylesheet" href="./css/Lib/default.css">
<link rel="preload" href="./fonts/Product Sans Regular.ttf" as="font" type="font" crossorigin>
<link rel="preload" href="./fonts/Product Sans Italic.ttf" as="font" type="font" crossorigin>
<link rel="stylesheet" href="./css/style.css">
</head>
<body>
<!-- ===== Preloader Section===== -->
<div id="preloader">
<div id="loader">
</div>
</div>
<section class="header_area">
<div class="header_navbar">
<div class="container">
<div class="row">
<div class="col-lg-12">
<nav class="navbar navbar-expand-lg">
<a class="navbar-brand" href="index.html">
<img src="./images/IET_logo.png" alt="Logo" class="img-fluid" width="70" height="70">
</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent"
aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="toggler-icon"></span>
<span class="toggler-icon"></span>
<span class="toggler-icon"></span>
</button>
<div class="collapse navbar-collapse sub-menu-bar" id="navbarSupportedContent">
<ul id="nav" class="navbar-nav ml-auto">
<li class="nav-item active">
<a class="page-scroll" href="#home">Home</a>
</li>
<li class="nav-item">
<a class="page-scroll" href="#about">About</a>
</li>
<li class="nav-item">
<a class="page-scroll" href="#services">Workshop</a>
</li>
<li class="nav-item">
<a class="page-scroll" href="#work">Events</a>
</li>
<li class="nav-item">
<a class="page-scroll" href="#hackabit-section">Hack A Bit</a>
</li>
<li class="nav-item">
<a class="page-scroll" href="#gallery">Gallery</a>
</li>
<li class="nav-item">
<a class="page-scroll" href="#team">Team</a>
</li>
<li class="nav-item">
<a class="page-scroll" href="#contact">Contact</a>
</li>
</ul>
</div>
</nav>
</div>
</div>
</div>
</div>
<!--===== Header Section===== -->
<div id="home" class="header_hero d-lg-flex align-items-center">
<div class="hero_shape shape_1">
<img src="./images/shape/shape-1.svg" alt="shape">
</div>
<div class="hero_shape shape_2">
<img src="./images/shape/shape-2.svg" alt="shape">
</div>
<div class="hero_shape shape_3">
<img src="./images/shape/shape-3.svg" alt="shape">
</div>
<div class="hero_shape shape_4">
<img src="./images/shape/shape-4.svg" alt="shape">
</div>
<div class="hero_shape shape_5">
<img src="./images/shape/shape-3.svg" alt="shape">
</div>
<div class="hero_shape shape_6">
<img src="images/shape/shape-1.svg" alt="shape">
</div>
<div class="hero_shape shape_7">
<img src="images/shape/shape-4.svg" alt="shape">
</div>
<div class="hero_shape shape_8">
<img src="images/shape/shape-3.svg" alt="shape">
</div>
<div class="hero_shape shape_9">
<img src="images/shape/shape-2.svg" alt="shape">
</div>
<div class="hero_shape shape_10">
<img src="images/shape/shape-4.svg" alt="shape">
</div>
<div class="hero_shape shape_11">
<img src="images/shape/shape-1.svg" alt="shape">
</div>
<div class="hero_shape shape_12">
<img src="images/shape/shape-2.svg" alt="shape">
</div>
<div class="container">
<div class="row">
<div class="col-lg-6">
<div class="header_hero_content">
<h2 class="hero_title wow fadeInUp" data-wow-duration="2s" data-wow-delay="0.2s">LEARN .
GROW .
EXCEL<span></span></h2>
<br />
<h4 class="wow fadeInUp" data-wow-duration="2s" data-wow-delay="0.6s">IET ON CAMPUS , BIT
MESRA</h4>
<ul>
<li class="wow fadeInUp" data-wow-duration="2s" data-wow-delay="0.9s"><span class="main-btn">JOIN
US</span></li>
<!-- <li class="wow fadeInUp" data-wow-duration="2s" data-wow-delay="0.9s"><span
class="main-btn">CHECK OUR PROJECTS</span></li> -->
</ul>
</div>
</div>
</div>
</div>
<div class="header_shape d-none d-lg-block"></div>
<div class="header_image d-flex align-items-center">
<div class="image">
<img class="img-fluid" src="./images/about/intro.png" alt="Header Image"
style="padding-right: 11%; opacity: 1;">
</div>
</div>
</div>
</section>
<!--===== About Us Section===== -->
<section class="services_area pt-115" id="about">
<div class="container">
<div class="row justify-content-center">
<div class="col-lg-6">
<div class="section_title text-center pb-25">
<h5 class="sub_title">ABOUT US</h5>
<h4 class="main_title">WHAT IS IET</h4>
</div>
</div>
</div>
<div class="row justify-content-center">
<div class="col-lg-12 col-sm-12">
<div class="single_services text-center mt-30 wow fadeInUp" data-wow-duration="1s" data-wow-delay="0.5s"
style=" border-color: #9e40af; box-shadow: 0px 10px 15px 0px rgba(203, 115, 204, 0.459);">
<img src="./images/about/iet.jpg" class="img-fluid" alt="Full IET logo with text">
<div class="services_content">
<!-- <h3 class="services_title"><a href="#">Research</a></h3> -->
<p style="text-align: justify;">From the foundation of the Society of Telegraph Engineers in
1871 to the creation of the
Institution of Engineering and Technology, the primary motive of the world renowned
organization has been to “Inspire, Inform and Influence the global engineering community
to engineer a better world”. The IET On Campus, BIT Mesra has been an ardent supporter
of this cause, with its indefatigable efforts to deliver information to the masses about
the latest cutting edge technologies and scientific advancements. At the same time, we
try to stimulate and rouse innovation and curiosity in the minds of students.</p>
</div>
</div>
</div>
</div>
</div>
</section>
<section id="why" class="about_area pt-115 ">
<div class="container">
<div class="row">
<div class="col-lg-6">
<div class="about_content wow fadeInUp" data-wow-duration="1.5s" data-wow-delay="0.5s">
<div class="section_title pb-25">
<!-- <h5 class="sub_title">Why Choose Us</h5> -->
<h4 class="main_title text-center">WHAT WE DO</h4>
</div>
<p>Our progressive vision is materialized through the multi faceted and proliferated seminars
and workshops, well spaced throughout the academic year. </p>
<ul class="about_list">
<li class="d-flex">
<div class="about_check">
<i class="far fa-check-circle"></i>
</div>
<div class="about_list_content">
<p>We also provide active
contributions to the annual techno-cultural fests of our institute, “Pantheon”
and
“Bitotsav”.</p>
</div>
</li>
<li class="d-flex">
<div class="about_check">
<i class="far fa-check-circle"></i>
</div>
<div class="about_list_content">
<p>Since 2018, we also have been an
organizer to East India’s largest student
hackathon, “Hack-A-BIT”.
</p>
</div>
</li>
<li class="d-flex">
<div class="about_check">
<i class="far fa-check-circle"></i>
</div>
<div class="about_list_content">
<p> Moreover, we continuously strive to
bring the academia in contact
with the experience of the industry to create a perfect blend of theoretical and
practical knowledge.
</p>
</div>
</li>
</ul>
</div>
</div>
<div class="col-lg-6">
<div class="about_image d-flex align-items-center justify-content-center">
<div class="image" style="opacity: 0.4;z-index: -1;">
<img class="wow fadeInLeftBig img-fluid" data-wow-duration="1s" data-wow-delay="0.5s"
src="./images/about/hero-image.png" alt="about">
</div>
</div>
</div>
</div>
</div>
</section>
<section id="why" class="about_area pt-115 pb-120">
<div class="container">
<div class="row justify-content-end">
<div class="col-lg-8">
<div class="image wow fadeInLeftBig " data-wow-duration="1.5s" data-wow-delay="0.5s"
style="box-shadow: 0px 10px 15px 0px rgba(47, 46, 47, 0.287); border-radius: 8px;">
<img class="img-fluid" src="./images/about/who_we_are.jpg" alt="about" style="border-radius: 8px;">
</div>
</div>
<div class="col-lg-4">
<div class="about_content wow fadeIn" data-wow-duration="1s" data-wow-delay="1s">
<div class="section_title pb-25 text-center">
<h4 class="main_title">WHO WE ARE</h4>
</div>
<p style="text-align: justify;">We are a congregation of tech aficionado trying to inculcate
technological knowledge and
programming skills in the student community. We have a vehement commitment towards new
technologies and programming for the advancement of the society. Our ultimate goal is to
feed the grey matter of our learners and aggrandize their dexterity in programming and other
technical fields. </p>
</div>
</div>
</div>
</div>
</section>
<!--===== Workshop Section===== -->
<section id="services" class="services_area pt-115 pb-120">
<div class="container">
<div class="row justify-content-center">
<div class="col-lg-6">
<div class="section_title text-center pb-25">
<h5 class="sub_title">WHAT WE DO </h5>
<h4 class="main_title">WORKSHOPS</h4>
</div>
</div>
</div>
<div class="row" style="justify-content: center;">
<div class="col-lg-4 col-sm-6">
<div class="single_services text-center mt-30 wow fadeIn" data-wow-duration="0.5s" data-wow-delay="0.5s">
<div class="services_icon">
<i class="fab fa-linux"></i>
<svg width="94" height="92" viewBox="0 0 94 92">
<path class="services_shape" id="Polygon_12" data-name="Polygon 12"
d="M42.212,2.315a11,11,0,0,1,9.576,0l28.138,13.6a11,11,0,0,1,5.938,7.465L92.83,54.018A11,11,0,0,1,90.717,63.3L71.22,87.842A11,11,0,0,1,62.607,92H31.393a11,11,0,0,1-8.613-4.158L3.283,63.3A11,11,0,0,1,1.17,54.018L8.136,23.383a11,11,0,0,1,5.938-7.465Z" />
</svg>
</div>
<div class="services_content">
<h3 class="services_title"><a href="./workshop.html#linux" target="_blank">Linux Workshop
</a></h3>
<p> <a href="./workshop.html#linux" class="workshop-links" target="_blank">Networking Workshop
Resources</a>
</p>
</div>
</div>
</div>
<div class="col-lg-4 col-sm-6">
<div class="single_services text-center mt-30 wow fadeIn" data-wow-duration="0.5s" data-wow-delay="0.6s">
<div class="services_icon">
<i class="fas fa-code"></i>
<svg width="94" height="92" viewBox="0 0 94 92">
<path class="services_shape" id="Polygon_12" data-name="Polygon 12"
d="M42.212,2.315a11,11,0,0,1,9.576,0l28.138,13.6a11,11,0,0,1,5.938,7.465L92.83,54.018A11,11,0,0,1,90.717,63.3L71.22,87.842A11,11,0,0,1,62.607,92H31.393a11,11,0,0,1-8.613-4.158L3.283,63.3A11,11,0,0,1,1.17,54.018L8.136,23.383a11,11,0,0,1,5.938-7.465Z" />
</svg>
</div>
<div class="services_content">
<h3 class="services_title"><a href="./workshop.html#WebD" target="_blank">Web Development Workshop</a>
</h3>
<p><a href="./workshop.html#WebD" class="workshop-links" target="_blank">Web Development Workshop
Resources</a>
</p>
</div>
</div>
</div>
<div class="col-lg-4 col-sm-6">
<div class="single_services text-center mt-30 wow fadeIn" data-wow-duration="0.5s" data-wow-delay="1.1s">
<div class="services_icon">
<i class="fab fa-python"></i>
<svg width="94" height="92" viewBox="0 0 94 92">
<path class="services_shape" id="Polygon_12" data-name="Polygon 12"
d="M42.212,2.315a11,11,0,0,1,9.576,0l28.138,13.6a11,11,0,0,1,5.938,7.465L92.83,54.018A11,11,0,0,1,90.717,63.3L71.22,87.842A11,11,0,0,1,62.607,92H31.393a11,11,0,0,1-8.613-4.158L3.283,63.3A11,11,0,0,1,1.17,54.018L8.136,23.383a11,11,0,0,1,5.938-7.465Z" />
</svg>
</div>
<div class="services_content">
<h3 class="services_title"><a href="./workshop.html#python" target="_blank">Python Workshop
</a></h3>
<p> <a href="./workshop.html#python" class="workshop-links" target="_blank">Python Workshop Resources</a>
</p>
</div>
</div>
</div>
<div class="col-lg-4 col-sm-6">
<div class="single_services text-center mt-30 wow fadeIn" data-wow-duration="0.5s" data-wow-delay="1.5s">
<div class="services_icon">
<i class="fab fa-git-alt"></i>
<svg width="94" height="92" viewBox="0 0 94 92">
<path class="services_shape" id="Polygon_12" data-name="Polygon 12"
d="M42.212,2.315a11,11,0,0,1,9.576,0l28.138,13.6a11,11,0,0,1,5.938,7.465L92.83,54.018A11,11,0,0,1,90.717,63.3L71.22,87.842A11,11,0,0,1,62.607,92H31.393a11,11,0,0,1-8.613-4.158L3.283,63.3A11,11,0,0,1,1.17,54.018L8.136,23.383a11,11,0,0,1,5.938-7.465Z" />
</svg>
</div>
<div class="services_content">
<h3 class="services_title"><a href="./workshop.html#git" target="_blank">Git Workshop</a></h3>
<p><a href="./workshop.html#git" class="workshop-links" target="_blank">Git Workshop Resources</a>
</p>
</div>
</div>
</div>
<div class="col-lg-4 col-sm-6">
<div class="single_services text-center mt-30 wow fadeIn" data-wow-duration="0.5s" data-wow-delay="1.6s">
<div class="services_icon">
<i class="icon-cplusplus"></i>
<svg width="94" height="92" viewBox="0 0 94 92">
<path class="services_shape" id="Polygon_12" data-name="Polygon 12"
d="M42.212,2.315a11,11,0,0,1,9.576,0l28.138,13.6a11,11,0,0,1,5.938,7.465L92.83,54.018A11,11,0,0,1,90.717,63.3L71.22,87.842A11,11,0,0,1,62.607,92H31.393a11,11,0,0,1-8.613-4.158L3.283,63.3A11,11,0,0,1,1.17,54.018L8.136,23.383a11,11,0,0,1,5.938-7.465Z" />
</svg>
</div>
<div class="services_content">
<h3 class="services_title"><a href="./workshop.html#c++" target="_blank">C and C++ Workshop
</a></h3>
<p> <a href="./workshop.html#c" class="workshop-links" target="_blank">C++ Workshop Resources</a>
</p>
</div>
</div>
</div>
</div>
</div>
</section>
<!--===== Events Section===== -->
<section id="work" class="work_area pt-115 pb-120">
<div class="container">
<div class="row justify-content-center">
<div class="col-lg-6">
<div class="section_title text-center pb-25">
<h5 class="sub_title">EVENTS</h5>
<h4 class="main_title">Some of Our Events</h4>
</div>
</div>
</div>
</div>
<div class="container wow fadeInUp" data-wow-duration="1s" data-wow-delay="0.8s">
<div class="row work_active" id="eventsModal" style="justify-content: center;">
<!-- appended images using js -->
</div>
</div>
<!-- </section> -->
<!--===== Hackabit Section ======-->
<!-- <section id="hackabit-section" class="pb-120"> -->
<div class="container" id="hackabit-section">
<div class="row">
<div class="col-lg-12 section_title text-center pb-25">
<h4 class="hackabit-section-heading">HACK-A-BIT</h4>
</div>
</div>
<div class="row">
<div class="col-lg-6 hackabit-text">
<h2 class="hackabit-heading"></h2>
<p class="hackabit-description">
Hack-A-BIT has turned out to be one of the Largest Student Organised Hackathons in the country.
The maiden edition of this venture saw great enthusiasm from both the industry and academia, and
is set to grow bigger and bigger as the years progress. IET, on campus BIT Mesra is one of the
Clubs involved in its organisation. Letting new ideas flow through young minds, and challenging
students to build the next big thing is the prime focus of this endeavour.
</p>
<br />
<div class="text-center">
<p>Check out Hack-A-BIT!</p>
<a href="https://www.hackabit.in/" target="_blank" rel="noopener"><button class="btn btn-outline-success">Official
Hack-A-BIT
Website</button></a>
</div>
</div>
<div class="col-lg-6 ">
<div class="hackabit-image">
<img src="./images/hackabit.jpg" class="img-fluid" alt="hackabit">
</div>
</div>
</div>
</div>
</section>
<!--===== Gallery Section===== -->
<section id="gallery" class="testimonial-area pt-70 pb-120">
<div class="section_title text-center pb-25 text-center">
<h5 class="sub_title">GALLERY</h5>
<h4 class="main_title"></h4>
</div>
<div class="container">
<div class="row justify-content-between">
<div class="col-lg-7">
<div class="testimonial-right-content mt-50 wow fadeIn" data-wow-duration="1s" data-wow-delay="0.6s">
<div class="quota">
<i class="far fa-images"></i>
</div>
<div class="testimonial-content-wrapper testimonial-active testimonial-events" id="events-gallery">
<!-- appended images using js -->
</div>
</div>
</div>
<div class="col-xl-5 col-lg-4" style="padding-top: 60px;padding-bottom: 60px;">
<div class="testimonial-left-content mt-45 wow fadeIn" data-wow-duration="1s" data-wow-delay="0.3s">
<div class="section_title text-center pb-25">
<h4 class="main_title">Events Gallery</h4>
</div>
<ul class="testimonial-line">
<li></li>
<li></li>
<li></li>
<li></li>
</ul>
<p class="text">Have a look at the events we have organized throughout the years.</p>
</div>
</div>
</div>
</div>
<br />
<div class="container">
<div class="row justify-content-between">
<div class="col-xl-5 col-lg-4" style="padding-top: 60px;padding-bottom: 60px;">
<div class="testimonial-left-content mt-45 wow fadeIn" data-wow-duration="1s" data-wow-delay="0.3s">
<div class="section_title text-center pb-25">
<h4 class="main_title">Workshops Gallery</h4>
</div>
<ul class="testimonial-line">
<li></li>
<li></li>
<li></li>
<li></li>
</ul>
<p class="text">The following endeavours helped instill a sense of learning in the students on
campus. <br></p>
</div>
</div>
<div class="col-lg-7">
<div class="testimonial-right-content mt-50 wow fadeIn" data-wow-duration="1s" data-wow-delay="0.6s">
<div class="quota">
<i class="far fa-images"></i>
</div>
<p></p>
<div class="testimonial-content-wrapper testimonial-active" id="workshop-gallery">
<!-- appended images using js -->
</div>
</div>
</div>
</div>
</div>
</section>
<!--===== Team Section===== -->
<section id="team" class="team_area pt-115 pb-120">
<div class="container">
<div class="row justify-content-center">
<div class="col-lg-6">
<div class="section_title text-center pb-25">
<h5 class="sub_title">TEAM</h5>
<h4 class="main_title">Governing Faculty</h4>
</div>
</div>
</div>
<div class="row" style="justify-content: center;">
<div class="col-lg-4">
<div class="single_team">
<div class="team_image">
<img src="./images/team/DKUsir.jpg" alt="team" class="img-fluid">
<!-- <ul class="social">
<li><a href="#"><i class="fab fa-facebook"></i></a></li>
<li><a href="#"><i class="fab fa-linkedin-in"></i></a></li>
<li><a href="#"><i class="fab fa-github"></i></a></li>
<li><a href="#"><i class="fab fa-twitter"></i></a></li>
</ul> -->
</div>
<div class="team_content">
<h4 class="team_name">Dr. D.K. Upadhyay</h4>
<p>Faculty Advisor</p>
</div>
</div>
</div>
<div class="col-lg-4">
<div class="single_team">
<div class="team_image">
<img src="./images/team/DSWsir.jpg" alt="team" class="img-fluid">
</div>
<div class="team_content">
<h4 class="team_name">Dr. Anand Kumar Sinha</h4>
<p>Dean Student's Welfare</p>
</div>
</div>
</div>
</div>
<div class="row justify-content-center">
<div class="col-lg-6">
<div class="section_title text-center pb-25">
<h4 class="main_title">Meet Our Executive Members</h4>
</div>
</div>
</div>
<div class="row team_active wow fadeInLeft" data-wow-duration="0.5s" data-wow-delay="0.2s" id="teamDiv">
<!-- appended using js -->
</div>
</div>
</section>
<!--===== Contact Section===== -->
<section id="contact" class="contact_area pt-70 pb-120">
<div class="container">
<div class="row justify-content-center">
<div class="col-lg-6">
<div class="section_title text-center">
<h5 class="sub_title">CONTACT US</h5>
<h4 class="main_title">Feel Free To Reach Us</h4>
</div>
</div>
</div>
<div class="row mt-45 wow fadeInUp" data-wow-duration="0.5s" data-wow-delay="0.1s">
<div class="col-md-6 col-lg-6 col-sm-12 mt-45">
<div class="contact-right-area wow fadeIn">
<div class="contact-title">
<h1>We're a friendly bunch..</h1>
</div>
<h3>Get In Touch</h3>
<div class="contact-right">
<div class="single-contact">
<div class="contact-icon">
<i class="fas fa-map-marked-alt"></i>
</div>
<p> <b>ADDRESS:</b> BIT Mesra, Ranchi</p>
</div>
<div class="single-contact">
<div class="contact-icon">
<i class="far fa-envelope"></i>
</div>
<p><b>Email:</b> [email protected]</p>
</div>
<!-- <div class="single-contact">
<div class="contact-icon">
<i class="fas fa-phone"></i>
</div>
<p><b>Phone:</b> +91 0 00 000 0000</p>
</div> -->
</div>
</div>
<div class="contact_social text-center">
<ul class="social">
<li><a href="https://www.instagram.com/ietbitmesra/"><i class="fab fa-instagram fa-2x"></i></a></li>
<li><a href="https://www.facebook.com/ietbitmesra/"><i class="fab fa-facebook fa-2x"></i></a></li>
<li><a href="https://www.linkedin.com/company/iet-on-campus-bit-mesra/"><i
class="fab fa-linkedin-in fa-2x"></i></a></li>
<li><a href="https://github.com/ietbitmesra"><i class="fab fa-github fa-2x"></i></a></li>
</ul>
</div>
</div>
<div class="col-md-6 col-lg-6 col-sm-12">
<div class="contact_wrapper mt-45 wow fadeInUp" data-wow-duration="0.5s" data-wow-delay="0.1s">
<div class="contact_form">
<h3 class="main_title text-center">Leave Us A Message</h3>
<form id="contact-form" onsubmit="event.preventDefault()">
<div class="row">
<div class="col-md-6">
<div class="single_form">
<input name="name" type="text" placeholder="Name" id="name" required>
</div>
</div>
<div class="col-md-6">
<div class="single_form">
<input name="email" type="email" placeholder="Email" id="email" required>
</div>
</div>
<div class="col-md-12">
<div class="single_form">
<textarea name="message" placeholder="Message" id="message" required></textarea>
</div>
</div>
<p class="form-message"></p>
<div class="col-md-12 text-center">
<div class="single_form">
<button class="main-btn" id="submit">Submit</button>
</div>
</div>
</div>
</form>
</div>
</div>
</div>
</div>
</div>
</section>
<footer id="footer" class="footer_area">
<div class="container">
<div class="footer_widget pt-70" style="padding-bottom: 70px;">
<div class="row justify-content-center">
<div class="col-lg-3 col-md-6">
<div class="footer_about mt-50">
<div class="footer_content text-center">
<h3 style="color: whitesmoke;">IET, BIT MESRA</h3>
<h5 style="color: whitesmoke;">LEARN . GROW . EXCEL</h5>
</div>
</div>
</div>
<div class="col-lg-5 col-md-6">
<div class="footer_link_wrapper d-flex flex-wrap">
<div class="footer_link mt-50">
<h2 class="footer_title">Quick Links</h2>
<ul class="link">
<li><a href="#about">About Us</a></li>
<li><a href="#services">Workshop</a></li>
<li><a href="#work">Events</a></li>
<li><a href="#team">Team</a></li>
<li><a href="#contact">Contact</a></li>
</ul>
</div>
<div class="footer_link mt-50">
<h2 class="footer_title">Resources</h2>
<ul class="link">
<li><a href="./workshop.html#c" target="_blank">C++ Workshop</a></li>
<li><a href="./workshop.html#WebD" target="_blank">Web Devlopment Workshop</a></li>
<li><a href="./workshop.html#git" target="_blank">Git Workshop</a></li>
<li><a href="./workshop.html#linux" target="_blank">Linux Workshop</a></li>
<li><a href="./workshop.html#python" target="_blank">Python Workshop</a></li>
</ul>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6">
<div class="footer_subscribe mt-50">
<h2 class="footer_title">Newsletter</h2>
<div class="subscribe_form text-right">
<form action="#">
<input type="text" placeholder="Enter email">
<button class="main-btn">Subscribe</button>
</form>
</div>
</div>
</div>
</div>
</div>
<div class="footer_copyright d-sm-flex justify-content-between">
<div class="footer_social text-center">
<ul class="social">
<li><a href="https://www.instagram.com/ietbitmesra/"><i class="fab fa-instagram"></i></a></li>
<li><a href="https://www.facebook.com/ietbitmesra/"><i class="fab fa-facebook"></i></a></li>
<li><a href="https://www.linkedin.com/company/iet-on-campus-bit-mesra/"><i
class="fab fa-linkedin-in"></i></a></li>
<li><a href="https://github.com/ietbitmesra"><i class="fab fa-github"></i></a></li>
</ul>
</div>
<div class="footer_copyright_content text-center">
<p>Designed and Developed by <a href="index.html" style="color: whitesmoke;">IET</a> Web Team</p>
</div>
</div>
</div>
</footer>
<a href="#home" class="back-to-top"><i class="fas fa-arrow-up"></i></a>
<script src="https://smtpjs.com/v3/smtp.js"></script>
<script src="https://code.jquery.com/jquery-3.5.1.min.js" integrity="sha256-9/aliU8dGd2tb6OSsuzixeV4y/faTqgFtohetphbbj0=" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-ho+j7jyWK8fNQe+A12Hb8AhRq26LrZ/JpcUGGOn+Y7RsweNrtN/tE3MoK7ZeZDyx" crossorigin="anonymous"></script>
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.8.1/slick.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery-easing/1.4.1/jquery.easing.min.js"></script>
<script src="./js/Lib/scrolling-nav.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/wow/1.1.2/wow.min.js"></script>
<script src="./js/contact.js"></script>
<script src="./js/events.js"></script>
<script src="./js/team.js"></script>
<script src="./js/gallery.js"></script>
<script src="./js/main.js"></script>
</body>
</html>