-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathindex.html
More file actions
641 lines (601 loc) · 30.3 KB
/
index.html
File metadata and controls
641 lines (601 loc) · 30.3 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<title>Electrical Engineering Soceity-Bit Sindri</title>
<meta content="" name="description">
<meta content="" name="keywords">
<link href="assets/img/ees-logo.png" rel="icon">
<link href="assets/img/apple-touch-icon.png" rel="apple-touch-icon">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link
href="https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,600;1,700&family=Montserrat:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&family=Raleway:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap"
rel="stylesheet">
<link href="assets/vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<link href="assets/vendor/bootstrap-icons/bootstrap-icons.css" rel="stylesheet">
<link href="assets/vendor/aos/aos.css" rel="stylesheet">
<link href="assets/vendor/glightbox/css/glightbox.min.css" rel="stylesheet">
<link href="assets/vendor/swiper/swiper-bundle.min.css" rel="stylesheet">
<link href="assets/css/main.css" rel="stylesheet">
</head>
<body>
<section id="topbar" class="topbar d-flex align-items-center">
<div class="container d-flex justify-content-center justify-content-md-between">
<div class="contact-info d-flex align-items-center">
<i class="bi bi-envelope d-flex align-items-center"><a
href="mailto:contact@ees.com">eesbitsindri@gmail.com</a></i>
<i class="bi bi-phone d-flex align-items-center ms-4"><span>+91 9852541325</span></i>
</div>
<div class="social-links d-none d-md-flex align-items-center">
<a href="https://m.facebook.com/103285341559615/" target="_blank" class="facebook"><i
class="bi bi-facebook"></i></a>
<a href="https://www.instagram.com/ees.bitsindri/?igshid=YmMyMTLinks%3D" target="_blank" class="instagram"><i
class="bi bi-instagram"></i></a>
<a href="https://www.linkedin.com/company/electrical-engineering-society-bit-sindri/" target="_blank"
class="linkedin"><i class="bi bi-linkedin"></i></i></a>
</div>
</div>
</section>
<header id="header" class="header d-flex align-items-center">
<div class="container-fluid container-xl d-flex align-items-center justify-content-between">
<div><a href="index.html"><img src="assets/img/ees-logo.png" alt="ees" height="65px" width="65px"></a></div>
<a href="index.html" class="logo d-flex align-items-center">
<h1>Electrical Engineering Society</h1>
</a>
<nav class="navbar">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="index.html#about">About Us</a></li>
<li class="dropdown"><a href="#"><span>Our Domains</span> <i
class="bi bi-chevron-down dropdown-indicator"></i></a>
<ul>
<li><a href="alumni-interaction.html">Alumni Interaction Team</a></li>
<li><a href="design-team.html">Design & Technical Team</a></li>
<li><a href="research-team.html">Research & Development Team</a></li>
<li><a href="training-team.html">Training & Project Advancement Team</a></li>
<li><a href="event-team.html">Event Coordination Team</a></li>
<li><a href="editorial.html">Editorial Team</a></li>
<li><a href="sports-team.html">Sports & Cultural Team</a></li>
</ul>
</li>
<li><a href="team.html">Our Team</a></li>
<li class="dropdown"><a href="#"><span>Study Materials</span> <i
class="bi bi-chevron-down dropdown-indicator"></i></a>
<ul>
<li><a href="notes.html">Notes</a></li>
<li><a href="books.html">Books</a></li>
<li><a href="pyqs.html">PYQs</a></li>
</ul>
</li>
<li class="dropdown"><a href="#"><span>Downloads</span> <i
class="bi bi-chevron-down dropdown-indicator"></i></a>
<ul>
<li><a href="assets/docs/fees bit 2022pdf.PDF">Fee Structure</a></li>
<li><a href="assets/docs/Academic-Calender-2023-24.pdf">Academic Calender</a></li>
<li><a href="#">Yearly Magazine</a></li>
<li><a href="#">Notice Regarding Internship</a></li>
</ul>
</li>
<li><a href="#footer">Contact Us</a></li>
</ul>
</nav>
<i class="mobile-nav-toggle mobile-nav-show bi bi-list"></i>
<i class="mobile-nav-toggle mobile-nav-hide d-none bi bi-x"></i>
</div>
</header>
<section id="home" class="home">
<div class="container-position-relative">
<div class="row gy-5" data-aos="fade-in">
<div class="justify-content-center">
<h2 class="glaze">Welcome to <span>EES</span></h2>
<h4>"Electrify your Potential, Voltage your Knowledge"</h4>
</div>
</div>
</div>
<div class="icon-boxes position-relative">
<div class="container position-relative">
<div class="row gy-4 mt-5">
<div class="col-xl-3 col-md-6 rounded" data-aos="fade-up" data-aos-delay="100">
<div class="icon-box">
<div class="icon"><i class="bi bi-easel"></i></div>
<h4 class="title"><a href="" class="stretched-link">NOTICE</a></h4>
</div>
</div>
<div class="col-xl-3 col-md-6 rounded" data-aos="fade-up" data-aos-delay="200">
<div class="icon-box">
<div class="icon"><i class="bi bi-gem"></i></div>
<h4 class="title"><a href="training-placement.html" class="stretched-link">Training & Placement</a></h4>
</div>
</div>
<div class="col-xl-3 col-md-6 rounded" data-aos="fade-up" data-aos-delay="300">
<div class="icon-box">
<div class="icon"><i class="bi bi-geo-alt"></i></div>
<h4 class="title"><a href="https://maps.google.com/?cid=10223257172976947271&entry=gps" target="_blank"
class="stretched-link">Location</a></h4>
</div>
</div>
<div class="col-xl-3 col-md-6 rounded" data-aos="fade-up" data-aos-delay="400">
<div class="icon-box">
<div class="icon"><i class="bi bi-command"></i></div>
<h4 class="title"><a href="gallary.html" class="stretched-link">Gallery</a></h4>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<p id="about"></p>
<main id="main">
<section class="about">
<div class="container" data-aos="fade-up">
<div class="section-header">
<h2>About EES</h2>
<h5>The Electrical Engineering Society<b> (EES)</b> at BIT Sindri is a student-led organization that aims to
provide students with opportunities to enhance their learning experience and foster camaraderie among
electrical engineering enthusiasts. The society's objectives include promoting technical excellence,
creativity, innovation, and leadership skills among students.</h5>
</div>
<div class="row gy-4">
<div class="col-lg-6">
<h3>Electrical Engineering Society of BIT Sindri
</h3>
<img src="assets/img/electrical-depart.png" class="img-fluid rounded-4 mb-4" alt="EES">
<p>The Electrical Engineering society provides networking opportunities for students to interact with
professionals and experts in the field. The society invites industry professionals to deliver talks and
seminars that provide students with insights into the industry and its workings. These events also provide
students with an opportunity to interact with professionals and experts, ask questions, and seek guidance
on their career paths.
</p>
<p>The Electrical Engineering Society at BIT Sindri goes beyond the regular syllabus and curriculum to
provide students with practical learning opportunities through workshops, expert talks, and industrial
visits. </p>
</div>
<div class="col-lg-6">
<div class="content ps-0 ps-lg-5">
<p class="fst-italic">
The Electrical Engineering Society at BIT Sindri plays a vital role in enriching the educational
experience of students and fostering a sense of community and collaboration among electrical engineering
enthusiasts
</p>
<ul>
<li><i class="bi bi-check-circle-fill"></i>Provides practical learning opportunities, networking
opportunities, and a platform to showcase their skills and talents.</li>
<li><i class="bi bi-check-circle-fill"></i> The society's diverse membership and technical events
promote innovation, knowledge sharing, and healthy competition among students.</li>
<li><i class="bi bi-check-circle-fill"></i> The society's activities contribute to the overall academic
experience of students and prepare them for successful careers in the field of electrical engineering.
</li>
</ul>
<p>The society organizes workshops on various topics such as circuit design, programming, and
automation.These workshops are conducted by industry professionals and experts in the field, providing
students with real-world knowledge and hands-on experience.
</p>
<div class="position-relative mt-4">
<img src="assets/img/gallarys/gallarys-12.JPG" class="img-fluid rounded-4" alt="">
<a href="https://www.youtube.com/watch?v=ZJm7AJ6Yo0o" class="glightbox play-btn"></a>
</div>
</div>
</div>
</div>
</div>
</section>
<section id="gallarys" class="gallarys">
<div class="container" data-aos="fade-up">
<div class="section-header">
<h2>Photo Gallery</h2>
</div>
<div class="slides-3 swiper" data-aos="fade-up" data-aos-delay="100">
<div class="swiper-wrapper">
<div class="swiper-slide">
<div class="gallary-wrap">
<div class="gallary-item">
<div class="d-flex align-items-center">
<img src="assets/img/gallarys/gallarys-11.JPG" class="gallary-img flex-shrink-0" alt="">
</div>
</div>
</div>
</div>
<div class="swiper-slide">
<div class="gallary-wrap">
<div class="gallary-item">
<div class="d-flex align-items-center">
<img src="assets/img/gallarys/gallarys-22.JPG" class="gallary-img flex-shrink-0" alt="">
</div>
</div>
</div>
</div>
<div class="swiper-slide">
<div class="gallary-wrap">
<div class="gallary-item">
<div class="d-flex align-items-center">
<img src="assets/img/gallarys/gallarys-33.JPG" class="gallary-img flex-shrink-0" alt="">
</div>
</div>
</div>
</div>
<div class="swiper-slide">
<div class="gallary-wrap">
<div class="gallary-item">
<div class="d-flex align-items-center">
<img src="assets/img/gallarys/gallarys-44.JPG" class="gallary-img flex-shrink-0" alt="">
</div>
</div>
</div>
</div>
<div class="swiper-slide">
<div class="gallary-wrap">
<div class="gallary-item">
<div class="d-flex align-items-center">
<img src="assets/img/gallarys/gallarys-55.JPG" class="gallary-img flex-shrink-0" alt="">
</div>
</div>
</div>
</div><!-- End gallary item -->
</div>
<div class="swiper-pagination"></div>
</div>
<div align="center" data-aos="fade-up" data-aos-delay="25"><a href="gallary.html"><button class="more-btn">View
More</button></a></div>
</div>
</section>
<section id="recent-events" class="recent-events sections-bg">
<div class="container" data-aos="fade-up">
<div class="section-header">
<h2>Recent Events</h2>
<p>Electrical Engineering Society has been buzzing with a series of recent events that have brought together
students, industry experts, and enthusiasts to celebrate the world of electrical engineering. These recent
events have not only ignited a spark of curiosity among participants but have also showcased the remarkable
talent and potential of the students in the field. </p>
</div>
<div class="row gy-4">
<div class="col-xl-4 col-md-6">
<article>
<div class="note-img">
<img src="assets/img/gallarys/gallarys-55.JPG" alt="" class="img-fluid">
</div>
<h2 class="title">
<a href="">Vid-Youth 2023</a>
</h2>
<p class="note-category"><b>"VID-YOUTH"</b> the mega event of Electrical Engineering Society (EES) provides a
platform to the young minds
to showcase their ideas innovations,skills,presentation.The three segements of VID-YOUTH includes Model
United Nations(MUN),
Master of Minds(MOM) and SHRUSHTI. It aims for environmental sustainability by promoting and creating
awareness regarding renewable energy resources.</p>
<div class="d-flex align-items-center mb-2">
<div class="note-meta">
<p class="note-date">
<time datetime="2022-01-01">Feb 22-24, 2023</time>
</p>
</div>
</div>
<div align="center" data-aos="fade-up" data-aos-delay="10">
<a href="vid-youth.html"><button class="more-btn">Read
More</button></a>
</div>
</article>
</div>
<div class="col-xl-4 col-md-6">
<article>
<div class="note-img">
<img src="assets/img/volt-edge/IMG_1550.JPG" alt="" class="img-fluid">
</div>
<h2 class="title">
<a href="">Volt-Edge 2023</a>
</h2>
<p class="note-category">On Engineer's Day, the Electrical Engineering Society organised the <b>"VOLT-EDGE EXPO"</b>, featuring two distinct segments: URJA, focused on model presentations, and DARPAN, emphasising business model presentations. This event served as a significant platform for students in the Electrical Engineering Department to exhibit their innovative ideas and talents while facilitating practical implementation.</p>
<div class="d-flex align-items-center mb-2">
<div class="note-meta">
<p class="note-date">
<time datetime="2022-01-01">Oct 15, 2023</time>
</p>
</div>
</div>
<div align="center" data-aos="fade-up" data-aos-delay="10">
<a href="volt-edge.html"><button class="more-btn">Read
More</button></a>
</div>
</article>
</div>
</div>
</div>
</section>
<section id="domains" class="domains sections-bg">
<div class="container aos-init aos-animate" data-aos="fade-up">
<div class="section-header">
<h2>Our Domains</h2>
<p>There are total of 7 domains in EES.Following are the details-</p>
</div>
<div class="row gy-4 aos-init aos-animate" data-aos="fade-up" data-aos-delay="100">
<div class="col-lg-4 col-md-6">
<div class="domain-item position-relative">
<div class="icon">
<i class="bi bi-activity"></i>
</div>
<h3>Alumni Interaction Team</h3>
<p>It enhances the reach of our department with its Alumni and maintains a proper database by frequently
contacting them.</p>
<a href="alumni-interaction.html" class="readmore stretched-link">Read more <i
class="bi bi-arrow-right"></i></a>
</div>
</div>
<div class="col-lg-4 col-md-6">
<div class="domain-item position-relative">
<div class="icon">
<i class="bi bi-file-image-fill"></i>
</div>
<h3>Design and Technical Team</h3>
<p>This team designs the posters and websites.The team also focuses on mobile apps,social media
pages,posts etc.</p>
<a href="design-team.html" class="readmore stretched-link">Read more <i class="bi bi-arrow-right"></i></a>
</div>
</div>
<div class="col-lg-4 col-md-6">
<div class="domain-item position-relative">
<div class="icon">
<i class="bi bi-broadcast"></i>
</div>
<h3>Project Advancement Team</h3>
<p>This team initiates and inculcates theoretical skills into consensus.</p>
</div>
</div>
<div class="col-lg-4 col-md-6">
<div class="domain-item position-relative">
<div class="icon">
<i class="bi bi-easel"></i>
</div>
<h3>Training and Development Team</h3>
<p>In coordination with other+teams,it organizes various interactive sessions and seminars.It also
includes industrial visits and answers our queries related to training and internship issues.</p>
<a href="training-team.html" class="readmore stretched-link">Read more <i
class="bi bi-arrow-right"></i></a>
</div>
</div>
<div class="col-lg-4 col-md-6">
<div class="domain-item position-relative">
<div class="icon">
<i class="bi bi-bounding-box-circles"></i>
</div>
<h3>Event and Coordination Team </h3>
<p>This team organizes events(various competitions)frequently within the department for a continous check
on the growth and development of the students.
</p>
<a href="event-team.html" class="readmore stretched-link">Read more <i class="bi bi-arrow-right"></i></a>
</div>
</div>
<div class="col-lg-4 col-md-6">
<div class="domain-item position-relative">
<div class="icon">
<i class="bi bi-arrows-fullscreen"></i>
</div>
<h3>Editorial Team</h3>
<p>This team is needed to publish press releases,articles,quarterly reports for EES,content required for
magazines,and various other things related to maintaining society's crowd base.</p>
<a href="editorial.html" class="readmore stretched-link">Read more <i class="bi bi-arrow-right"></i></a>
</div>
</div>
<div class="col-lg-4 col-md-6">
<div class="domain-item position-relative">
<div class="icon">
<i class="bi bi-chat-square-text"></i>
</div>
<h3>Sports and Cultural Team</h3>
<p>This team organizes various sports and cultural activities for the students,teaching staff,and non
teaching staff</p>
<a href="sports-team.html" class="readmore stretched-link">Read more <i class="bi bi-arrow-right"></i></a>
</div>
</div>
</div>
</div>
</section>
</section>
<section id="stats-counter" class="stats-counter">
<div class="container" data-aos="fade-up">
<div class="row gy-4 align-items-center">
<div class="col-lg-6">
<img src="assets/img/electricity-lighting.jpg" alt="" class="img-fluid">
</div>
<div class="col-lg-6">
<div class="stats-item d-flex align-items-center">
<span data-purecounter-start="0" data-purecounter-end="5" data-purecounter-duration="1"
class="purecounter"></span>
<p><strong>Years</strong> of legacy</p>
</div>
<div class="stats-item d-flex align-items-center">
<span data-purecounter-start="0" data-purecounter-end="60" data-purecounter-duration="1"
class="purecounter"></span>
<p><strong>Active</strong> and <strong>Dedicated</strong> members</p>
</div>
<div class="stats-item d-flex align-items-center">
<span data-purecounter-start="0" data-purecounter-end="1256" data-purecounter-duration="1"
class="purecounter"></span>
<p><strong>Alumni</strong> network</p>
</div>
</div>
</div>
</div>
</section>
</div>
</div>
</section>
<section id="faq" class="faq">
<div class="container aos-init aos-animate" data-aos="fade-up">
<div class="row gy-4">
<div class="col-lg-4">
<div class="content px-xl-5">
<h3>Frequently Asked <strong>Questions</strong></h3>
<p>
The Department of Electrical Engineering is one of the major Departments of BIT Sindri since its
inception in 1949.
</p>
</div>
</div>
<div class="col-lg-8">
<div class="accordion accordion-flush aos-init aos-animate" id="faqlist" data-aos="fade-up"
data-aos-delay="100">
<div class="accordion-item">
<h3 class="accordion-header">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse"
data-bs-target="#faq-content-1">
<span class="num">1.</span>
What is electrical engineering society and what it does?
</button>
</h3>
<div id="faq-content-1" class="accordion-collapse collapse" data-bs-parent="#faqlist">
<div class="accordion-body">
Electrical enginneering society is the branch society under the department of electrical
engineering.It provides the platform for the young
minds to showcase their skills ideas,innovations for the benefit of environment.
</div>
</div>
</div>
<div class="accordion-item">
<h3 class="accordion-header">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse"
data-bs-target="#faq-content-2">
<span class="num">2.</span>
What's the aim of EES?
</button>
</h3>
<div id="faq-content-2" class="accordion-collapse collapse" data-bs-parent="#faqlist">
<div class="accordion-body">
EES serves as a student-professor-alumni interaction platform guiding the students to their goals
and helping them
in catastrophic circumstances.
</div>
</div>
</div>
<div class="accordion-item">
<h3 class="accordion-header">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse"
data-bs-target="#faq-content-3">
<span class="num">3.</span>
How many domains are there in electrical engineering?
</button>
</h3>
<div id="faq-content-3" class="accordion-collapse collapse" data-bs-parent="#faqlist">
<div class="accordion-body">
There are seven domains under electrical engineering society:
1.Alumni interaction team.
2.Design and Technicaal team.
3.Research and Project Advancement team.
4.Training and Development team.
5.Event and Coordination team.
6.Editorial team.
7.Sports and Cultural team.
</div>
</div>
</div>
<div class="accordion-item">
<h3 class="accordion-header">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse"
data-bs-target="#faq-content-4">
<span class="num">4.</span>
In which year members are chosen for electrical engineering society?
</button>
</h3>
<div id="faq-content-4" class="accordion-collapse collapse" data-bs-parent="#faqlist">
<div class="accordion-body">
Generally in second year.
</div>
</div>
</div>
<div class="accordion-item">
<h3 class="accordion-header">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse"
data-bs-target="#faq-content-5">
<span class="num">5.</span>
What are the events organised by electrical engineering society?
</button>
</h3>
<div id="faq-content-5" class="accordion-collapse collapse" data-bs-parent="#faqlist">
<div class="accordion-body">
The main event of ees is VIDYOUTH ,which comprises of three sub-events like Shrushti,Model United
Nations,Master of Minds.
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
</main>
<footer id="footer" class="footer">
<div class="container">
<div class="row gy-4">
<div class="col-lg-5 col-md-12 footer-info">
<a href="index.html" class="logo d-flex align-items-center">
<span>EES</span>
</a>
<p>The Electrical Engineering Society<b> (EES)</b> at BIT Sindri is a student-led organization that aims to
provide students with opportunities to enhance their
learning experience and foster camaraderie among electrical engineering enthusiasts.</p>
<div class="social-links d-flex mt-4">
<a href="https://m.facebook.com/103285341559615/" target="_blank" class="facebook"><i
class="bi bi-facebook"></i></a>
<a href="https://www.instagram.com/ees.bitsindri/?igshid=YmMyMTLinks%3D" target="_blank"
class="instagram"><i class="bi bi-instagram"></i></a>
<a href="mailto:shashikantmahato89@gmail.com" class="instagram"><i class="bi bi-envelope-at-fill"></i></a>
<a href="https://www.linkedin.com/company/electrical-engineering-society-bit-sindri/" target="_blank"
class="linkedin"><i class="bi bi-linkedin"></i></a>
</div>
</div>
<div class="col-lg-2 col-6 footer-links">
<h4>Useful Links</h4>
<ul>
<li><a href="#home">Home</a></li>
<li><a href="index.html#about">About us</a></li>
<li><a href="#domains">Domains</a></li>
<li><a href="#">Terms of service</a></li>
<li><a href="#faq">Privacy policy</a></li>
</ul>
</div>
<div class="col-lg-2 col-6 footer-links">
<h4>Academics</h4>
<ul>
<li><a href="#">B.Tech</a></li>
<li><a href="assets/docs/Academic-Calender-2023-24.pdf" target="_blank">Academic Calendar</a></li>
<li><a href="assets/docs/Admission-Procedure.pdf" target="_blank">Admissions Procedure</a></li>
<li><a href="assets/docs/fees bit 2022pdf.PDF" target="_blank">Fee Structure</a></li>
<li><a href="#">Seminars and Workshops</a></li>
</ul>
</div>
<div class="col-lg-3 col-md-12 footer-contact text-center text-md-start">
<h4>Contact Us</h4>
<p>
Department of Electrical Engineering <br>
BIT Sindri<br>
Jharkhand, 828123<br><br>
<strong>Phone:</strong>+91 8409447234<br>
<strong>Email:</strong>eesbitsindri@gmail.com<br>
</p>
</div>
</div>
</div>
<div class="container mt-4">
<div class="copyright">
© Copyright <strong><span>Electrical Engineering Society</span></strong>. All Rights Reserved
</div>
<div class="credits">
<a href="designing-team.html">Designed by EES</a>
</div>
</div>
</footer>
<a href="#" class="scroll-top d-flex align-items-center justify-content-center"><i
class="bi bi-arrow-up-short"></i></a>
<div id="preloader"></div>
<script src="assets/vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
<script src="assets/vendor/aos/aos.js"></script>
<script src="assets/vendor/glightbox/js/glightbox.min.js"></script>
<script src="assets/vendor/purecounter/purecounter_vanilla.js"></script>
<script src="assets/vendor/swiper/swiper-bundle.min.js"></script>
<script src="assets/vendor/isotope-layout/isotope.pkgd.min.js"></script>
<script src="assets/vendor/php-email-form/validate.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>
<!-- /some checks -->