-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
548 lines (492 loc) · 25.6 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
<!DOCTYPE html>
<html>
<head><meta http-equiv="Content-Type" content="text/html; charset=euc-jp">
<meta name="description" content="Welcome to the Official IEEE Student Branch BIT Mesra Website. IEEE Student Branch BIT Mesra is a registered student branch under IEEE Region 10 Kolkata Region.">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no" name="viewport">
<meta name="keywords" content="footer, address, phone, icons" />
<!-- Chrome, Firefox OS and Opera -->
<meta name="theme-color" content="#00629B">
<!-- Windows Phone -->
<meta name="msapplication-navbutton-color" content="#00629B">
<!-- iOS Safari -->
<meta name="apple-mobile-web-app-status-bar-style" content="#00629B">
<title>IEEE | BIT Mesra</title>
<!-- css -->
<link href="https://fonts.googleapis.com/css?family=Montserrat:400,700|Open+Sans:400,300,700,800" rel="stylesheet" media="screen">
<link rel="icon" href="img/ieee-icon.ico">
<link href="css/bootstrap.min.css" rel="stylesheet" media="screen">
<link href="css/style.css" rel="stylesheet" media="screen">
<link href="color/default.css" rel="stylesheet" media="screen">
<link rel="stylesheet" href="css/down-button.css">
</head>
<body style="overflow-x: hidden;">
<!-- Navigation -->
<nav class="navbar navbar-default" role="navigation">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-ex1-collapse">
<span class="sr-only">Toggle nav</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<!-- Logo text or image -->
<a class="navbar-brand" href="index.html"><img style="margin: -5px 0;" src="img/ieee-logo-nav.png" alt=""></a>
</div>
<div class="navigation collapse navbar-collapse navbar-ex1-collapse">
<ul class="nav navbar-nav">
<li class="current"><a href="index.html">Home</a></li>
<li><a href="events.html">Events</a></li>
<li><a href="workshop.html">Workshops</a></li>
<li><a href="megaproject.html">Mega Project</a></li>
<li><a href="hackabit.html">Hackabit</a></li>
<li><a href="gallery.html">Gallery</a></li>
<li><a href="contact.html">Contact Us</a></li>
</ul>
</div>
</div>
</nav>
<!-- intro area -->
<section id="intro">
<div class="intro-container">
<div id="introCarousel" class="carousel slide carousel-fade" data-ride="carousel">
<div class="carousel-inner" role="listbox">
<div class="item active">
<div class="carousel-background"><img src="img/intro/2.jpeg" alt=""></div>
<div class="carousel-container">
<div class="carousel-content">
<h2 style="margin-bottom: 0px;" class="animated fadeInDown"><img class="title-img" src="img/ieee-logo.png" alt="IEEE Logo"></h2>
<h4 style="color:white; font-weight: normal; text-transform: uppercase;" class=" title-text animated fadeInUp">Student Branch BIT Mesra</h4>
<h6 style="color:white; font-weight: normal;" class=" title-text animated fadeInUp">Advancing Technology for Humanity</h6>
<a href="#about" class="animated fadeInUp btn-get-started scroll_down" id="scroll_down"></a>
</div>
</div>
</div>
</div>
</div>
</div>
</section><!-- #intro -->
<!-- About -->
<section id="about" class="home-section bg-white">
<div class="container">
<div class="row">
<div class="col-md-offset-2 col-md-8">
<div class="section-heading">
<h2>IEEE</h2>
<div class="heading-line"></div>
</div>
</div>
</div>
<div class="row wow fadeInUp">
<div class="col-md-6 about-img">
<img src="img/about-img.jpg" alt="">
</div>
<div class="col-md-6 content">
<h2>At IEEE, we believe in disseminating what we know and learning what we don't.</h2>
<p>
Institute of Electrical and Electronics Engineers (IEEE) is a non-profit professional association headquartered in New York City is dedicated to advancing technological innovation. Founded on 1st January 1963, IEEE is the amalgamation of the American Institute of Electrical Engineers (AIEE) (the institute with prominent scientist members such as Thomas Alva Edison and Nikola Tesla) and Institute of Radio Engineers(IRE). IEEE is one of the leading standard making organization in the field of electrical, electronics, telecommunication and computing industry with over 1100 standards active standards.
</p>
<p> IEEE Global and its members aim at a better tomorrow through its more than 420,000 members in over 160
countries, and its highly cited publications, conferences, technology standards, professionals
and educational activities.</p>
</div>
</div>
</div>
</section>
<!-- Parallax 2 -->
<section id="parallax2" class="home-section parallax" data-stellar-background-ratio="0.5">
<div class="row">
<div class="col-md-4">
<div class="wow fadeInDown" data-wow-delay="0.3s"><a href="https://www.ieee.org/" target="_blank"><img style="margin:7vw 0;" src="img/IEEELogo2.png" alt="" /></a>
</div>
</div>
<div class="col-md-4">
<div class="wow fadeInDown" data-wow-delay="0.3s"><a href="https://wie.ieee.org/" target="_blank"><img style="margin:7vw 0; width: 40%;" src="img/wie-logo.png" alt="" /></a></div>
</div>
<div class="col-md-4">
<div class="wow fadeInDown" data-wow-delay="0.3s"><a href="https://sac.ieeer10.org/" target="_blank"><img style="width: 70%; padding: 130px 0;" src="img/r10-sac-logo.png" alt="" /></a></div>
</div>
</div>
</div>
<div class="row">
<div class="col-md-4 wow fadeInDown" data-wow-delay="0.6s"><a href="https://standards.ieee.org/" target="_blank"><img style="margin:7vw 0; width: 80%; padding: 20px 0;" src="img/iee-standards-logo.svg" alt="" /></a></div>
<div class="col-md-4">
<div class="wow fadeInDown" data-wow-delay="0.9s"><a href="https://spectrum.ieee.org/" target="_blank"><img style="margin:7vw 0" src="img/ieeespectrum.png" alt="" /></a></div>
</div>
<div class="col-md-4">
<div class="wow fadeInDown" data-wow-delay="1.1s"><a href="https://ieeexplore.ieee.org/" target="_blank"><img style="margin:7vw 0" src="img/xplore.png" alt="" /></a></div>
</div>
</div>
</section>
<!-- Services -->
<section id="services" class="home-section bg-white">
<div class="container">
<div class="row">
<div class="col-md-offset-2 col-md-8">
<div class="section-heading">
<h2>IEEE R10</h2>
<div class="heading-line"></div>
</div>
</div>
</div>
<div class="row">
<div class="col-md-12">
<div class="wow bounceInLeft col-md-8">
<p>The IEEE Region 10, also referred as the IEEE Asia-Pacific Region, covers a geographical area stretching from South Korea and Japan in the north-east to New Zealand in the south, and Pakistan in the west. It is one of the largest regions in IEEE, carrying over 6 Councils, 58 Sections, 26 Sub-Sections and 1400+ Student Branches.</p>
</div>
<div class="col-md-4 wow bounceInRight">
<a href="https://www.ieeer10.org/" target="_blank"><img src="img/ieee-r10-logo.png" alt="IEEE-r10-logo"></a>
</div>
</div>
</div>
<div class="row">
<div class="col-md-offset-2 col-md-8">
<div class="section-heading">
<h2>IEEE Membership</h2>
<div class="heading-line"></div>
</div>
</div>
</div>
<div class="row">
<div class="col-md-12">
<div class="col-md-4 wow bounceInLeft" style="overflow: hidden;"
<a href="https://www.ieee.org/membership/join/index.html" target="_blank"><img src="img/ieee-membership.jpg" alt="IEEE-r10-logo"></a>
</div>
<div class="wow bounceInRight col-md-8">
<p>Joining IEEE as a student member is as simple as ever. Go to the <a href="https://www.ieee.org/membership/join/index.html" target="_blank" >Join IEEE</a> section on the <a href="" target="_blank">official website</a>. Choose the student member option, fill all your details, make the payment and you're done!
By becoming a member you stay up-to-date on the latest technological advancements with IEEE publicatons and products. You get exposed to a lot of talented people in different fields, allowing you to network with other professionals within your technical interest. And there's so much more. Just join and keep exploring!</p>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Parallax 1 -->
<section id="parallax1" class="home-section parallax" data-stellar-background-ratio="0.5">
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="color-light">
<div class="row">
<div class="wow bounceInLeft">
<h2>IEEE BIT Mesra</h2>
</div>
<div class="wow bounceInRight">
<div class="container">
<div class="row">
<div class="col-md-6">
<p>IEEE Student Branch BIT Mesra believes in a constant endeavour to inculcate among students the requisite
knowledge to catch up with their peers across the global community. The club ensures this
through quality workshops on contemporary topics and through events which are aimed at
sharpening cognition among participants and organizers alike.A great combination of students from different branches not only increases the
diversity of the club but also helps one to explore different aspects of engineering and even
increases the scope of their knowledge.</p>
</div>
<br>
<div class="col-md-6">
<div class="video1">
<iframe src="https://www.facebook.com/plugins/video.php?href=https%3A%2F%2Fwww.facebook.com%2Fieeebitmesra%2Fvideos%2F1416667098411311%2F&show_text=0&width=350" width="330" height="225" style="border:none;overflow:hidden" scrolling="no" frameborder="0" allowTransparency="true" allowFullScreen="true"></iframe>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Team -->
<section id="team" class="home-section bg-white">
<div class="container">
<div class="row">
<div class="col-md-offset-2 col-md-8">
<div class="section-heading">
<h2>Our Team</h2>
<div class="heading-line"></div>
<p>We at IEEE make sure that world is advancing to a better version of itself. This wouldn't be possible without the dedication and ineffable endevours of our team.</p>
</div>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-xs-12 col-sm-1 col-md-1 col-lg-1"></div>
<div class="col-xs-12 col-sm-4 col-md-4 col-lg-4">
<div class="box-team wow bounceInUp" data-wow-delay="0.1s">
<img src="img/team/30.jpg" alt="" class="img-circle img-responsive" />
<h4>Dr. Anand Kumar Sinha</h4>
<p>Dean Student Welfare</p>
<p>Ph.D. M.Tech.</p>
<p>Area of Interest: Water Resources Engineering</p>
<p>Email: <a href="mailto:[email protected]">[email protected]</a></p>
</div>
</div>
<div class="col-xs-12 col-sm-2 col-md-2 col-lg-2"></div>
<div class="col-xs-12 col-sm-4 col-md-4 col-lg-4" data-wow-delay="0.3s">
<div class="box-team wow bounceInUp">
<img src="img/team/0.jpg" alt="" class="img-circle img-responsive" />
<h4>Dr. Vijayalaxmi</h4>
<p>Faculty Advisor</p>
<p>Ph.D. (Engineering) M. E. (Control System)</p>
<p>Area of Interest: Robotics, Image Processing, Control System</p>
<p>Email: <a href="mailto:[email protected]">[email protected]</a></p>
</div>
</div>
<div class="col-xs-12 col-sm-1 col-md-1 col-lg-1"></div>
</div>
<br>
<br>
<div class="row">
<h1>EXECUTIVE BODY</h1>
<div class="section-heading">
<div class="heading-line"></div>
</div>
<br>
<div class="col-xs-12 col-sm-3 col-md-3 col-lg-3">
<div class="box-team wow bounceInUp" data-wow-delay="0.1s">
<img src="img/team/6.jpg" alt="" class="img-circle img-responsive" />
<h4>Rashi Agrawal</h4>
<p>Chairman</p>
<span><a title="Facebook" href="https://www.facebook.com/rashi.agrawal.33046"><i class="fa fa-facebook" aria-hidden="true"></i></a> <a title="Mail" href="mailto:[email protected]"><i class="fa fa-envelope" aria-hidden="true"></i></a></span>
</div>
</div>
<div class="col-xs-12 col-sm-3 col-md-3 col-lg-3">
<div class="box-team wow bounceInUp" data-wow-delay="0.1s">
<img src="img/team/5.jpg" alt="" class="img-circle img-responsive" />
<h4>Aditya Jha</h4>
<p>Vice Chairman</p>
<p><a title="Facebook" href="https://www.facebook.com/AdityaBhardwaj7987"><i class="fa fa-facebook" aria-hidden="true"></i></a> <a title="Mail" href="mailto:[email protected]"><i class="fa fa-envelope" aria-hidden="true"></i></a></p>
</div>
</div>
<div class="col-xs-12 col-sm-3 col-md-3 col-lg-3">
<div class="box-team wow bounceInUp" data-wow-delay="0.1s">
<img src="img/team/21.jpg" alt="" class="img-circle img-responsive" />
<h4>Bhawana Singh</h4>
<p>Vice Chairman</p>
<p><a title="Facebook" href="https://www.facebook.com/bhawana.singh.35728466"><i class="fa fa-facebook" aria-hidden="true"></i></a> <a title="Mail" href="mailto:[email protected]"><i class="fa fa-envelope" aria-hidden="true"></i></a></p>
</div>
</div>
<div class="col-xs-12 col-sm-3 col-md-3 col-lg-3">
<div class="box-team wow bounceInUp" data-wow-delay="0.1s">
<img src="img/team/9.jpg" alt="" class="img-circle img-responsive" />
<h4>Ashar Irfan</h4>
<p>Vice Chairman</p>
<p><a title="Facebook" href="https://www.facebook.com/ashar7.98"><i class="fa fa-facebook" aria-hidden="true"></i></a> <a title="Mail" href="mailto:[email protected]"><i class="fa fa-envelope" aria-hidden="true"></i></a></p>
</div>
</div>
<div class="col-xs-12 col-sm-3 col-md-3 col-lg-3">
<div class="box-team wow bounceInUp" data-wow-delay="0.1s">
<img src="img/team/10.jpg" alt="" class="img-circle img-responsive" />
<h4>Ruchika Tulsyan</h4>
<p>Director</p>
<p><a title="Facebook" href="https://www.facebook.com/ruchika.tulsyan"><i class="fa fa-facebook" aria-hidden="true"></i></a> <a title="Mail" href="mailto:[email protected]"><i class="fa fa-envelope" aria-hidden="true"></i></a></p>
</div>
</div>
<div class="col-xs-12 col-sm-3 col-md-3 col-lg-3">
<div class="box-team wow bounceInUp" data-wow-delay="0.1s">
<img src="img/team/27.jpg" alt="" class="img-circle img-responsive" />
<h4>Asmita Paul</h4>
<p>General Secretary</p>
<p><a title="Facebook" href="https://www.facebook.com/profile.php?id=100017244394827"><i class="fa fa-facebook" aria-hidden="true"></i></a> <a title="Mail" href="mailto:[email protected]"><i class="fa fa-envelope" aria-hidden="true"></i></a></p>
</div>
</div>
<div class="col-xs-12 col-sm-3 col-md-3 col-lg-3">
<div class="box-team wow bounceInUp" data-wow-delay="0.1s">
<img src="img/team/28.jpg" alt="" class="img-circle img-responsive" />
<h4>Nikunj Agarwal</h4>
<p>General Secretary</p>
<p><a title=" Facebook" href="https://www.facebook.com/nikunjagarwal321"><i class="fa fa-facebook" aria-hidden="true"></i></a> <a title="Mail" href="mailto:[email protected]"><i class="fa fa-envelope" aria-hidden="true"></i></a></p>
</div>
</div>
<div class="col-xs-12 col-sm-3 col-md-3 col-lg-3">
<div class="box-team wow bounceInUp" data-wow-delay="0.1s">
<img src="img/team/29.jpg" alt="" class="img-circle img-responsive" />
<h4>Yash Goyal</h4>
<p>Treasurer</p>
<p><a title=" Facebook" href="https://www.facebook.com/profile.php?id=100017286882067"><i class="fa fa-facebook" aria-hidden="true"></i></a> <a title="Mail" href="mailto:[email protected]"><i class="fa fa-envelope" aria-hidden="true"></i></a></p>
</div>
</div>
</div>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<p></p>
<div class="row">
<h1>HALL OF FAME</h1>
<div class="section-heading">
<div class="heading-line"></div>
</div>
<br>
<h3>2017</h3>
<div class="col-xs-12 col-sm-3 col-md-3 col-lg-3">
<div class="box-team wow bounceInUp" data-wow-delay="0.1s">
<img src="img/team/01.jpg" alt="" class="img-circle img-responsive" />
<h4>Vishnu Vansh</h4>
<p>Chairman</p>
</div>
</div>
<div class="col-xs-12 col-sm-3 col-md-3 col-lg-3">
<div class="box-team wow bounceInUp" data-wow-delay="0.1s">
<img src="img/team/02.jpg" alt="" class="img-circle img-responsive" />
<h4>Piyush Singh</h4>
<p>Vice Chairman</p>
</div>
</div>
<div class="col-xs-12 col-sm-3 col-md-3 col-lg-3">
<div class="box-team wow bounceInUp" data-wow-delay="0.1s">
<img src="img/team/03.jpg" alt="" class="img-circle img-responsive" />
<h4>Mohit Kumar</h4>
<p>Vice Chairman</p>
</div>
</div>
<div class="col-xs-12 col-sm-3 col-md-3 col-lg-3">
<div class="box-team wow bounceInUp" data-wow-delay="0.1s">
<img src="img/team/04.jpg" alt="" class="img-circle img-responsive" />
<h4>Sananya Majumder</h4>
<p>Vice Chairman</p>
</div>
</div>
<h3>2018</h3>
<div class="col-xs-12 col-sm-3 col-md-3 col-lg-3">
<div class="box-team wow bounceInUp" data-wow-delay="0.1s">
<img src="img/team/1.jpg" alt="" class="img-circle img-responsive" />
<h4>Anuj Sinha</h4>
<p>Chairman</p>
<span><a title="Facebook" href="https://www.facebook.com/anuj.sinha.528"><i class="fa fa-facebook" aria-hidden="true"></i></a> <a title="Mail" href="mailto:[email protected]"><i class="fa fa-envelope" aria-hidden="true"></i></a></span>
</div>
</div>
<div class="col-xs-12 col-sm-3 col-md-3 col-lg-3">
<div class="box-team wow bounceInUp" data-wow-delay="0.1s">
<img src="img/team/2.jpg" alt="" class="img-circle img-responsive" />
<h4>Aman Sharma</h4>
<p>Vice Chairman</p>
<p><a title="Facebook" href="https://www.facebook.com/aman290698"><i class="fa fa-facebook" aria-hidden="true"></i></a> <a title="Mail" href="mailto:[email protected]"><i class="fa fa-envelope" aria-hidden="true"></i></a></p>
</div>
</div>
<div class="col-xs-12 col-sm-3 col-md-3 col-lg-3">
<div class="box-team wow bounceInUp" data-wow-delay="0.1s">
<img src="img/team/3.jpg" alt="" class="img-circle img-responsive" />
<h4>Anand Kumar</h4>
<p>Vice Chairman</p>
<p><a title="Facebook" href="https://www.facebook.com/anandkumar2795"><i class="fa fa-facebook" aria-hidden="true"></i></a> <a title="Mail" href="mailto:[email protected]"><i class="fa fa-envelope" aria-hidden="true"></i></a></p>
</div>
</div>
<div class="col-xs-12 col-sm-3 col-md-3 col-lg-3">
<div class="box-team wow bounceInUp" data-wow-delay="0.1s">
<img src="img/team/4.jpg" alt="" class="img-circle img-responsive" />
<h4>Ayush Raj</h4>
<p>Director</p>
<p><a title="Facebook" href="https://www.facebook.com/ayush.raj.7524"><i class="fa fa-facebook" aria-hidden="true"></i></a> <a title="Mail" href="mailto:[email protected]"><i class="fa fa-envelope" aria-hidden="true"></i></a></p>
</div>
</div>
</div>
</div>
</div>
</section>
<iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d1896.4380866151869!2d85.43901392454073!3d23.412573719930045!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x39f4fb53f0c27be7%3A0x66180c1cf3c5e704!2sBirla+Institute+of+Technology%2C+Mesra!5e0!3m2!1sen!2sin!4v1554667204770!5m2!1sen!2sin" width="100%" height="380" frameborder="0" style="border:0" allowfullscreen></iframe>
<!-- Bottom widget -->
<section id="bottom-widget" class="home-section bg-white">
<div class="container">
<div class="row">
<h2>IEEE | BIT Mesra</h2>
<h5>Student Branch Code: STB32081</h5>
</div>
<br>
<div class="row">
<div class="col-md-4">
<div class="contact-widget wow bounceInLeft">
<i class="fa fa-map-marker fa-4x"></i>
<h5>Address</h5>
<p>
Birla Institute of Technology, Mesra<br/>Ranchi, Jharkhand 835215
</p>
</div>
</div>
<div class="col-md-4">
<div class="contact-widget wow bounceInUp">
<i class="fa fa-phone fa-4x"></i>
<h5>Call</h5>
<p>
+91 800 283 3738
</p>
</div>
</div>
<div class="col-md-4">
<div class="contact-widget wow bounceInRight">
<i class="fa fa-envelope fa-4x"></i>
<h5>Email us</h5>
<p>
<a style="color:grey; text-decoration:none" href="mailto:[email protected]">[email protected]</a>
</p>
</div>
</div>
</div>
<div class="row mar-top30">
<div class="col-md-12">
<h5>We're on social networks</h5>
<ul class="social-network">
<li><a href="https://www.facebook.com/ieeebitmesra/" target="_blank">
<span class="fa-stack fa-2x">
<i class="fa fa-circle fa-stack-2x"></i>
<i class="fa fa-facebook fa-stack-1x fa-inverse"></i>
</span></a>
</li>
<li><a href="https://in.linkedin.com/company/ieee-student-branch-bit-mesra" target="_blank">
<span class="fa-stack fa-2x">
<i class="fa fa-circle fa-stack-2x"></i>
<i class="fa fa-linkedin fa-stack-1x fa-inverse"></i>
</span></a>
</li>
<li><a href="mailto:[email protected]" target="_blank" >
<span class="fa-stack fa-2x">
<i class="fa fa-circle fa-envelope fa-2x"></i>
<i class="fa fa-envelope fa-stack-1x fa-inverse"></i>
</span></a>
</li>
</ul>
</div>
</div>
</div>
</section>
<!-- Footer -->
<footer>
<div class="container">
<div class="row">
<div class="col-md-12">
<p>Copyright © 2019</p>
<div class="credits">
</div>
</div>
</div>
</div>
</footer>
<a href="#" class="back-to-top"><i class="fa fa-chevron-up"></i></a>
<!-- js -->
<script src="js/jquery.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/wow.min.js"></script>
<script src="js/jquery.scrollTo.min.js"></script>
<script src="js/jquery.nav.js"></script>
<script src="js/stellar.js"></script>
<!-- Template Custom Javascript File -->
<script src="js/custom.js"></script>
<script>
$(window).scroll(function () {
var scrollTop = $(window).scrollTop();
if (scrollTop > 200) {
$('.navbar-default').css('display', 'block');
$('.navbar-default').addClass('fixed-to-top');
} else if (scrollTop == 0) {
$('.navbar-default').removeClass('fixed-to-top');
}
});
</script>
</body>
</html>