-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathteams.html
497 lines (446 loc) · 25.2 KB
/
teams.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<title>CES-Computer Engineering Society</title>
<meta content="" name="description">
<meta content="" name="keywords">
<!-- Favicons -->
<link href="assets/img/favicon.png" rel="icon">
<link href="assets/img/apple-touch-icon.png" rel="apple-touch-icon">
<!-- Google Fonts -->
<link
href="https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,700,700i|Raleway:300,400,500,700,800"
rel="stylesheet">
<!-- Vendor CSS Files -->
<link href="assets/vendor/aos/aos.css" 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/glightbox/css/glightbox.min.css" rel="stylesheet">
<link href="assets/vendor/swiper/swiper-bundle.min.css" rel="stylesheet">
<!-- Template Main CSS File -->
<link href="assets/css/style.css" rel="stylesheet">
<style>
#speakers .speaker
{
height:40vh;
width:40vh;
}
.speaker img {
height:40vh;
width:40vh;
}
/* On screens that are 600px or less, set the background color to olive */
@media screen and (max-width: 600px) {
#speakers .speaker
{
height:45vh;
width:90%;
margin:auto;
margin-bottom:30px;
}
.speaker img {
height:50vh;
width:50vh;
}
} </style>
</head>
<body>
<!-- ======= Header ======= -->
<header id="header" class="d-flex align-items-center ">
<div class="container-fluid container-xxl d-flex align-items-center">
<div id="logo" class="me-auto">
<!-- Uncomment below if you prefer to use a text logo -->
<!-- <h1><a href="index.html">The<span>Event</span></a></h1>-->
<a href="#intro" class="scrollto"><img src="assets/img/ces2.png" alt="" title=""></a>
<a href="http://www.mmmut.ac.in/" target="_blank" class="scrollto"><img src="assets/img/logo3.png"
alt="" title=""></a>
</div>
<nav id="navbar" class="navbar order-last order-lg-0">
<ul>
<li><a class="nav-link scrollto " href="/">Home</a></li>
<li><a class="nav-link scrollto" href="#about">About</a></li>
<li><a class="nav-link scrollto active" href="teams.html">Team Members</a></li>
<li><a class="nav-link scrollto" href="#schedule">Event Schedule</a></li>
<li><a class="nav-link scrollto" href="#venue">Location</a></li>
<li><a class="nav-link scrollto" href="#hotels">Winners</a></li>
<li><a class="nav-link scrollto" href="#gallery">Gallery</a></li>
<!-- <li class="dropdown"><a href="#"><span>Drop Down</span> <i class="bi bi-chevron-down"></i></a>
<ul>
<li><a href="#">Drop Down 1</a></li>
<li class="dropdown"><a href="#"><span>Deep Drop Down</span> <i class="bi bi-chevron-right"></i></a>
<ul>
<li><a href="#">Deep Drop Down 1</a></li>
<li><a href="#">Deep Drop Down 2</a></li>
<li><a href="#">Deep Drop Down 3</a></li>
<li><a href="#">Deep Drop Down 4</a></li>
<li><a href="#">Deep Drop Down 5</a></li>
</ul>
</li>
<li><a href="#">Drop Down 2</a></li>
<li><a href="#">Drop Down 3</a></li>
<li><a href="#">Drop Down 4</a></li>
</ul>
</li> -->
<li><a class="nav-link scrollto" href="#contact">Contact</a></li>
</ul>
<i class="bi bi-list mobile-nav-toggle"></i>
</nav><!-- .navbar -->
<a class="buy-tickets scrollto " href="#buy-tickets">Login</a>
</div>
</header><!-- End Header -->
<!-- ======= Hero Section ======= -->
<section id="hero">
<div class="hero-container" data-aos="zoom-in" data-aos-delay="100">
<!-- <h1 class="mb-4 pb-0">The Annual<br><span>Marketing</span> Conference</h1> -->
<h1 class="mb-4 pb-0">Society <span>Team </span>Members</h1>
<p class="mb-4 pb-0"> Madan Mohan Malaviya University Of Technology, <span>Gorakhpur</span></p>
<a href="https://www.youtube.com/watch?v=AGyK1Z6AGg0" class="glightbox play-btn mb-4"></a>
<a href="#speakers" class="about-btn scrollto">Team Members</a>
</div>
</section><!-- End Hero Section -->
<main id="main">
<!-- ======= About Section ======= -->
<!-- <section id="about">
<div class="container" data-aos="fade-up">
<div class="row">
<div class="col-lg-6">
<h2>About Team Members</h2>
<p>The Computer Engineering Society has been functioning since 1993 with the collective efforts
of group of
B.Tech students who has a strong urge to complement the theorotical and practical knowledge
imparted in
the classroom and laboratory, with emphasis on development of overall personality of budding
engineering
graduates. With a humble beginning, the society has grown steadily to its great strength of
students as
well as teacher members and is one of the most active and popular technical societies in
campus. The
Society can proudly boast of having commited members.</p>
</div>
<div class="col-lg-3">
<h3>Our Events</h3>
<p> Coding classes <br> C-Quiz <br> Introduction to Programming Language <br> Capture The Flag
<br>
DebuggerKing <br> Codesmasher <br> <br> and many more...</p>
</div>
<div class="col-lg-3">
<h3>Our Objectives</h3>
<p>The Society provides plateform to the students to share and increase their
knowledge.<br>Apart from
improving technical awareness, the society has also emphasized on the overall development of
students.</p>
</div>
</div>
</div>
</section> -->
<!-- End About Section -->
<!-- ======= Speakers Section ======= -->
<section id="speakers">
<div class="container" data-aos="fade-up">
<div class="section-header">
<h2>Final Year Members</h2>
<p></p>
</div>
<div class="row">
<div class="col-lg-3 col-md-6 mx-auto">
<div class="speaker" data-aos="fade-up" data-aos-delay="200">
<img src="assets/img/speakers/Anuranjan Srivastava.jfif" alt="Speaker 2" class="img-fluid ">
<div class="details">
<h3><a href="speaker-details.html">Anuranjan Srivastava</a></h3>
<p></p>
<div class="social">
<a href="codersaty"><i class="bi bi-github"></i></a>
<a href=""><i
class="bi bi-facebook"></i></a>
<a href="srivastava_anuranjan"><i
class="bi bi-instagram"></i></a>
<a href=""><i class="bi bi-linkedin"></i></a>
</div>
</div>
</div>
</div>
<br>
</div>
</div>
<br>
<div class="container" data-aos="fade-up">
<div class="section-header">
<h2>Third Year Members</h2>
<p></p>
</div>
<div class="row mx-auto">
<div class="col-lg-3 col-md-6 mx-auto">
<div class="speaker" data-aos="fade-up" data-aos-delay="100">
<img src="assets/img/speakers/ARPIT JAIN.jpg" alt="Speaker 1" class="img-fluid image-resize">
<div class="details">
<h3><a href="speaker-details.html">Arpit Jain</a></h3>
<p></p>
<div class="social">
<a href="https://github.com/arpit456jain"><i class="bi bi-github"></i></a>
<a href="https://www.facebook.com/profile.php?id=100011460231562"><i
class="bi bi-facebook"></i></a>
<a href="https://www.instagram.com/111arpit1/"><i class="bi bi-instagram"></i></a>
<a href="https://www.linkedin.com/in/arpit-jain-0b054a170/"><i
class="bi bi-linkedin"></i></a>
</div>
</div>
</div>
</div>
<br>
<div class="col-lg-3 col-md-6">
<div class="speaker" data-aos="fade-up" data-aos-delay="200">
<img src="assets/img/speakers/Anubhav Miller.jpg" alt="Speaker 2" class="img-fluid image-resize">
<div class="details">
<h3><a href="speaker-details.html">Anubhav Miller</a></h3>
<p></p>
<div class="social">
<a href="https://github.com/mravtechinfo"><i class="bi bi-github"></i></a>
<a href="https://www.facebook.com/anubhav.miller/"><i
class="bi bi-facebook"></i></a>
<a href="https://www.instagram.com/mr_av_tech_info/"><i
class="bi bi-instagram"></i></a>
<a href="https://www.linkedin.com/in/anubhav-miller-4035591a2/
"><i class="bi bi-linkedin"></i></a>
</div>
</div>
</div>
</div>
<br>
<div class="col-lg-3 col-md-6">
<div class="speaker" data-aos="fade-up" data-aos-delay="300">
<img src="assets/img/speakers/Kaustubh Srivastava.jpeg" alt="Speaker 3" class="img-fluid image-resize">
<div class="details">
<h3><a href="speaker-details.html">Kaustubh Srivastava</a></h3>
<p></p>
<div class="social">
<a href="https://github.com/kaustubh-17"><i class="bi bi-github"></i></a>
<a href="https://www.facebook.com/kaustubh.srivastava.9887"><i
class="bi bi-facebook"></i></a>
<a href=""><i class="bi bi-instagram"></i></a>
<a href="https://www.linkedin.com/mwlite/in/kaustubh-srivastava"><i
class="bi bi-linkedin"></i></a>
</div>
</div>
</div>
</div>
<br>
<div class="col-lg-3 col-md-6">
<div class="speaker" data-aos="fade-up" data-aos-delay="100">
<img src="assets/img/speakers/Saumya Srivastava.jpeg" alt="Speaker 4" class="img-fluid image-resize">
<div class="details">
<h3><a href="speaker-details.html">Saumya Srivastava</a></h3>
<p></p>
<div class="social">
<a href="https://github.com/SaumyaSrivastava-bot"><i class="bi bi-github"></i></a>
<a href="https://www.facebook.com/profile.php?id=100045757402438"><i
class="bi bi-facebook"></i></a>
<a href="https://www.instagram.com/saumya__sri__/"><i
class="bi bi-instagram"></i></a>
<a href="https://www.linkedin.com/in/saumya-srivastava-a48b441a6"><i
class="bi bi-linkedin"></i></a>
</div>
</div>
</div>
</div>
<br>
<div class="col-lg-3 col-md-6">
<div class="speaker" data-aos="fade-up" data-aos-delay="200">
<img src="assets/img/speakers/Swati singh.jpeg" alt="Speaker 5" class="img-fluid image-resize">
<div class="details">
<h3><a href="speaker-details.html">Swati Singh</a></h3>
<p></p>
<div class="social">
<a href="https://github.com/swati-singh909"><i class="bi bi-github"></i></a>
<a href="https://www.facebook.com/profile.php?id=100039627940544"><i
class="bi bi-facebook"></i></a>
<a href="https://www.instagram.com/swatisingh6510/"><i
class="bi bi-instagram"></i></a>
<a href="https://www.linkedin.com/in/swati-singh-103453193/"><i
class="bi bi-linkedin"></i></a>
</div>
</div>
</div>
</div>
<br>
<div class="col-lg-3 col-md-6">
<div class="speaker" data-aos="fade-up" data-aos-delay="100">
<img src="assets/img/speakers/vaibhav - vaibhav sharma.jpg" alt="Speaker 1" class="img-fluid image-resize">
<div class="details">
<h3><a href="speaker-details.html">Vaibhav Sharma</a></h3>
<p></p>
<div class="social">
<a href=""><i class="bi bi-github"></i></a>
<a href=""><i
class="bi bi-facebook"></i></a>
<a href="https://www.instagram.com/vaibhavsharma7056/"><i class="bi bi-instagram"></i></a>
<a href="https://www.linkedin.com/in/vaibhav-sharma-564a47192"><i
class="bi bi-linkedin"></i></a>
</div>
</div>
</div>
</div>
<br>
<div class="col-lg-3 col-md-6">
<div class="speaker" data-aos="fade-up" data-aos-delay="300">
<img src="assets/img/speakers/Siddhartha Pandey.jpg" alt="Speaker 6" class="img-fluid image-resize">
<div class="details">
<h3><a href="speaker-details.html">Siddhartha Pandey </a></h3>
<p></p>
<div class="social">
<a href=""><i class="bi bi-github"></i></a>
<a href="https://www.facebook.com/siddhartha.pandey.5011"><i
class="bi bi-facebook"></i></a>
<a href="siddharthapandey__"><i class="bi bi-instagram"></i></a>
<a href="https://www.linkedin.com/in/siddhartha-pandey-4834641ab"><i
class="bi bi-linkedin"></i></a>
</div>
</div>
</div>
</div>
<div class="col-lg-3 col-md-6">
<div class="speaker" data-aos="fade-up" data-aos-delay="200">
<img src="assets/img/speakers/Aradhya Ranjan.jpeg" alt="Speaker 5" class="img-fluid image-resize">
<div class="details">
<h3><a href="speaker-details.html">Aradhya Ranjan</a></h3>
<p></p>
<div class="social">
<a href="https://github.com/Aradhya10"><i class="bi bi-github"></i></a>
<a href="https://www.facebook.com/aradhya.ranjan.587"><i class="bi bi-facebook"></i></a>
<a href="https://www.instagram.com/aradhya_lio/"><i class="bi bi-instagram"></i></a>
<a href="https://www.linkedin.com/in/aradhya10fcb/"><i class="bi bi-linkedin"></i></a>
</div>
</div>
</div>
</div>
<div class="col-lg-3 col-md-6">
<div class="speaker" data-aos="fade-up" data-aos-delay="200">
<img src="assets/img/speakers/Prakhar Saxena.jpg" alt="Speaker 5" class="img-fluid image-resize">
<div class="details">
<h3><a href="speaker-details.html">Prakhar Saxena</a></h3>
<p></p>
<div class="social">
<a href="https://github.com/prakharritik"><i class="bi bi-github"></i></a>
<a href=""><i class="bi bi-facebook"></i></a>
<a href=""><i class="bi bi-instagram"></i></a>
<a href="https://www.linkedin.com/in/prakhar-saxena-5b3447193"><i class="bi bi-linkedin"></i></a>
</div>
</div>
</div>
</div>
<div class="col-lg-3 col-md-6">
<div class="speaker" data-aos="fade-up" data-aos-delay="200">
<img src="assets/img/speakers/Rupal Singh.jpeg" alt="Speaker 5" class="img-fluid image-resize">
<div class="details">
<h3><a href="speaker-details.html">Rupal Singh</a></h3>
<p></p>
<div class="social">
<a href="https://github.com/rupal121"><i class="bi bi-github"></i></a>
<a href=""><i class="bi bi-facebook"></i></a>
<a href="rupalsingh63"><i class="bi bi-instagram"></i></a>
<a href="https://www.linkedin.com/in/rupal-singh-40b3001a8/"><i class="bi bi-linkedin"></i></a>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="m-0 p-0 d-flex justify-content-center align-items-center">
<a class="buy-tickets scrollto " href="index.html">Go Bact to Home</a></div>
</section>
<!-- End Speakers Section -->
<!-- ======= Footer ======= -->
<footer id="footer">
<div class="footer-top">
<div class="container">
<div class="row">
<div class="col-lg-3 col-md-6 footer-info">
<a href="index.html"><img src="assets/img/ces2.png" alt="CES-logo" title=""></a>
<a href="http://www.mmmut.ac.in/" target="_blank"><img src="assets/img/logo3.png"
alt="mmmut-logo" title=""></a>
<p>The Computer Engineering Society has been functioning since 1993 with the collective
efforts of a group of
B.Tech. students who had a strong urge to complement the theoretical and practical
knowledge imparted in
the classroom and laboratory, with emphasis on development of overall personality of
budding engineering
graduates.</p>
</div>
<div class="col-lg-3 col-md-6 footer-links">
<h4>Our Other Events</h4>
<ul>
<li><i class="fa fa-angle-right"></i> <a href="#">CTF</a></li>
<li><i class="fa fa-angle-right"></i> <a href="#">DebuggerKing</a></li>
<li><i class="fa fa-angle-right"></i> <a href="#">Codesmasher</a></li>
<li><i class="fa fa-angle-right"></i> <a href="#">IPTS</a>
</li>
</ul>
</div>
<div class="col-lg-3 col-md-6 footer-links">
<h4>Our Other Events</h4>
<ul>
<li><i class="fa fa-angle-right"></i> <a href="#">Game of Codes</a></li>
<li><i class="fa fa-angle-right"></i> <a href="#">Chakravyuh</a></li>
</ul>
</div>
<div class="col-lg-3 col-md-6 footer-contact">
<h4>Contact Us</h4>
<p>
MMMUT <br>
Gorakhpur<br>
U.P India <br>
<strong>Phone:9876543210 </strong> <br>
<strong>Email: </strong><br>
</p>
<div class="social-links">
<a href="https://www.facebook.com/ces.mmmut/" target="_blank" class="facebook"><i
class="bi bi-facebook"></i></a>
<a href="https://www.instagram.com/ces_mmmut/?hl=en" target="_blank" class="instagram"><i
class="bi bi-instagram"></i></a>
<a href="https://www.linkedin.com/company/cesmmmut/mycompany/" target="_blank"
class="linkedin"><i class="bi bi-linkedin"></i></a>
<a href="https://discord.gg/rJ8qenRuNT" target="_blank" class="discord"><i
class="bi bi-discord"></i></a>
</div>
</div>
</div>
</div>
</div>
<div class="container">
<div class="copyright">
© Copyright <strong>CESt</strong>. All Rights Reserved
</div>
<div class="credits">
Designed by <a href="https://bootstrapmade.com/">CES</a>
</div>
</div>
</footer><!-- End Footer -->
<a href="#" class="back-to-top d-flex align-items-center justify-content-center"><i
class="bi bi-arrow-up-short"></i></a>
<!-- Vendor JS Files -->
<script src="assets/vendor/aos/aos.js"></script>
<script src="assets/vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
<script src="assets/vendor/glightbox/js/glightbox.min.js"></script>
<script src="assets/vendor/swiper/swiper-bundle.min.js"></script>
<!-- Template Main JS File -->
<script src="assets/js/main.js"></script>
<script>
var form = document.getElementById('sheetdb-form');
form.addEventListener("submit", e => {
e.preventDefault();
fetch(form.action, {
method: "POST",
body: new FormData(document.getElementById("sheetdb-form")),
}).then(
response => response.json()
).then((html) => {
// you can put any JS code here
alert("Thank You for Contacting Us!!");
window.location = "https://ces-official.netlify.app/";
// window.location = "http://127.0.0.1:5500/index.html"; // for localhost
});
});
</script>
</body>
</html>