-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathvolt-edge.html
More file actions
382 lines (349 loc) · 16.9 KB
/
volt-edge.html
File metadata and controls
382 lines (349 loc) · 16.9 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<title>Alumni Interaction Team</title>
<meta content="" name="description">
<meta content="" name="keywords">
<!-- Favicons -->
<link href="assets/img/ees-logo.png" rel="icon">
<!-- Google Fonts -->
<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">
<!-- Vendor CSS Files -->
<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:eesbitsindri@gmail.com">eesbitsindri@gmail.com</a></i>
<i class="bi bi-phone d-flex align-items-center ms-4"><span>+91 8409447234</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>
<main id="main">
<div class="page-head">
<div class="page-header d-flex align-items-center bg-volt-edge">
<div class="container position-relative">
<div class="row d-flex justify-content-center">
<div class="col-lg-6 text-center">
<h2>Volt-Edge</h2>
<p>On the occasion of Engineer's Day, the Electrical Engineering Society conducted a VOLT-EDGE EXPO event. Under this, we have two segments: URJA (Model presentation) and DARPAN ( Business model presentation).</p>
</div>
</div>
</div>
</div>
<nav>
<div class="container">
<ol>
<li><a href="index.html">Home</a></li>
<li>Recent Events</li>
<li>Volt-Edge</li>
</ol>
</div>
</nav>
</div>
<section id="recent-events" class="recent-events sections-bg">
<div class="container" data-aos="fade-up">
<div class="row gy-4">
<div class="col-xl-4 col-md-6">
<article>
<div class="note-img">
<img src="assets/img/volt-edge/IMG_1534.JPG" alt="" class="img-fluid">
</div>
<h2 class="title">
<a href="">Darpan</a>
</h2>
<p class="note-category"><b>"Darpan"</b> was the business model presentation competition where students showcased their innovative ideas for startups. The competition was open to all the students in the Electrical Department. The theme of the event was igniting innovation in the world of business startups. Students were required to exhibit their ideas and present the business PPTs in front of the judging panel. There was active participation from students from different years. The main aim of Darpan was to connect technology to business, empower young minds to reflect and showcase their ideas, and give wings to their dream of becoming entrepreneurs.</p>
<div class="d-flex align-items-center">
<div class="note-meta">
<p class="note-date">
<time datetime="2022-01-01">Oct 15, 2023</time>
</p>
</div>
</div>
</article>
</div>
<div class="col-xl-4 col-md-6">
<article>
<div class="note-img">
<img src="assets/img/volt-edge/IMG_1583.JPG" alt="" class="img-fluid">
</div>
<h2 class="title">
<a href="">Urja</a>
</h2>
<p class="note-category"> <b>"Urja"</b> was the model presentation competition open to all the students of the Electrical Engineering Department on the theme "Green Innovation". The participants were required to present a working model and the presentations for the same in front of our esteemed judging panel. The efforts of every participant were appreciated by the professors and our honourable director, sir. It provided a platform for young engineers to showcase their ideas. The event was a great success and helped the students come forward and exhibit their talents and innovative ideas and put them into action.</p>
<div class="d-flex align-items-center">
<div class="note-meta">
<p class="note-date">
<time datetime="2022-01-01">Oct 15, 2023</time>
</p>
</div>
</div>
</article>
</div>
</div>
</div>
</section>
<section id="gallarys" class="gallarys">
<div class="container" data-aos="fade-up">
<div class="section-header">
<h2>Glimpses</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/volt-edge/IMG_1446.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/volt-edge/IMG_1451.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/volt-edge/IMG_1482.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/volt-edge/IMG_1487.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/volt-edge/IMG_1534.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/volt-edge/IMG_1571.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/volt-edge/IMG_1637.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/volt-edge/IMG_1544.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/volt-edge/IMG_1731.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/volt-edge/IMG_1583.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/volt-edge/IMG_1736.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/volt-edge/IMG_1767.JPG" class="gallary-img flex-shrink-0" alt="">
</div>
</div>
</div>
</div>
<!-- End gallary item -->
</div>
<div class="swiper-pagination"></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>BIT SINDRI</span>
</a>
<p>The Electrical Engineering Society (EES) 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="index.html">Home</a></li>
<li><a href="index.html#about">About us</a></li>
<li><a href="index.html#domains">Domains</a></li>
<li><a href="#">Terms of service</a></li>
<li><a href="#">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>