-
Notifications
You must be signed in to change notification settings - Fork 1
/
teamscopy.html
734 lines (699 loc) · 33.4 KB
/
teamscopy.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
728
729
730
731
732
733
734
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport"
content="width=device-width, initial-scale=1, shrink-to-fit=no, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no">
<meta name="description" content="">
<meta name="author" content="">
<title>CODE RED'24</title>
<!-- Bootstrap core CSS -->
<link href="vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<!-- Custom fonts for this template -->
<link href="vendor/fontawesome-free/css/all.min.css" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Varela+Round" rel="stylesheet">
<link
href="https://fonts.googleapis.com/css?family=Nunito:200,200i,300,300i,400,400i,600,600i,700,700i,800,800i,900,900i"
rel="stylesheet">
<!-- Custom styles for this template -->
<link href="css/grayscale.min.css" rel="stylesheet">
<link href="css/custom.css" rel="stylesheet">
<link href="css/teams.css" rel="stylesheet">
<!-- Favicon for CreatED 2020 -->
<link rel="shortcut icon" type="image/x-icon" href="img/favicon_io/favicon.ico">
</head>
<a id="bmsit-logo"
style="display:block;max-width:100px;min-width:60px;position:fixed;right:50px;top:0;width:10%;z-index:10000"
href="https://bmsit.ac.in/#gsc.tab=0" target="_blank"><img src="img/bmsit_logo.png" alt="BMSIT&M"
style="width:100%">
</a>
<body id="page-top">
<nav class="navbar navbar-expand-lg navbar-light fixed-top" id="mainNav">
<div id="navbar-container" class="container">
<div id="navbar-top-menu">
<div class="d-flex align-items-center justify-content-between">
<a class="navbar-brand js-scroll-trigger" href="index.html">
<div class="title-icon"></div>
</a>
<button class="navbar-toggler nexa3" type="button" data-toggle="collapse"
data-target="#navbarResponsive" aria-controls="navbarResponsive" aria-expanded="false"
aria-label="Toggle navigation">
Menu
<i class="fas fa-bars"></i>
</button>
</div>
</div>
<div class="collapse navbar-collapse" id="navbarResponsive">
<ul id="navbar-buttons" class="navbar-nav ml-auto">
<li class="nav-item">
<a class="nav-link js-scroll-trigger nexa" href="index.html">Home</a>
</li>
<li class="nav-item">
<a class="nav-link js-scroll-trigger nexa" href="selected.html">Hackers</a>
</li>
<!-- <li class="nav-item">
<a class="nav-link js-scroll-trigger nexa" href=#timeline>Timeline</a>
</li> -->
<li class="nav-item">
<a class="nav-link js-scroll-trigger nexa" href="problems.html">Problems</a>
</li>
<li class="nav-item">
<a class="nav-link js-scroll-trigger nexa" href="faqs.html">FAQs</a>
</li>
<li class="nav-item">
<a class="nav-link js-scroll-trigger nexa" href="teams.html">Team</a>
</li>
</ul>
</div>
</div>
</nav>
<div id="particles-js"></div>
<section class="text-center">
<section>
<h1 class="sub-heading diagonal-text orange" style="padding: 6em 0 1em 0;">Meet the Team</h1>
</section>
<section class="diagonal-section white-bg" style="opacity: 0.95!important;">
<div class="mx-auto diagonal-section-content">
<div class="container">
<div class="row">
<!-- Team Card 1 -->
<div class="col-12 col-md-6 col-lg-4 mb-4">
<div class="team-card">
<!-- Card content here -->
<div class="team-image" style="background-image: url('img/team/Adithya R.jpeg');"></div>
<div class="team-textbox">
<h3 class="team-name nexa3 orange">Adithya R</h3>
<h5 class="nexa3 blue">Head Coordinator</h5>
<h6 class="team-study nexa3 white">4th year Artificial Intelligence</h6>
<div class="team-social accessible">
<a class="social-button orange-hover" href="https://www.instagram.com/adithya_rajendra?igsh=Zms5ZGVwY3U1OTE3&utm_source=qr">
<i class="fab fa-instagram"></i>
</a>
<a class="social-button orange-hover" href="https://www.linkedin.com/in/adithyar2406">
<i class="fab fa-linkedin"></i>
</a>
<a class="social-button orange-hover" title="Opens email application. Please be patient while it loads." href="mailto:adithyarajendra@gmail.com?subject=Inquiry&body=Hi Adithya! I found your contact on the CODE RED '24 Website.">
<i class="fas fa-envelope"></i>
</a>
</div>
</div>
</div>
</div>
<!-- Team Card 2 -->
<div class="col-12 col-md-6 col-lg-4 mb-4">
<div class="team-card">
<!-- Card content here -->
<div class="team-image" style="background-image: url('img/team/Abhishek K.jpeg');"></div>
<div class="team-textbox">
<h3 class="team-name nexa3 orange">Abhishek K</h3>
<h5 class="nexa3 blue">Overall Coordinator</h5>
<h6 class="team-study nexa3 white">4th year Electronics</h6>
<div class="team-social accessible">
<a class="social-button orange-hover" href="https://www.instagram.com/16_abhi_16?igsh=YTQwZjQ0NmI0OA">
<i class="fab fa-instagram"></i>
</a>
<a class="social-button orange-hover" href="https://www.linkedin.com/in/abhishek-keshav-36233a250?utm_source=share&utm_campaign=share_via&utm_content=profile&utm_medium=android_app">
<i class="fab fa-linkedin"></i>
</a>
<a class="social-button orange-hover" title="Opens email application. Please be patient while it loads." href="mailto:abhishekkeshav001@gmail.com?subject=Inquiry&body=Hi Abhishek! I found your contact on the CODE RED '24 Website.">
<i class="fas fa-envelope"></i>
</a>
</div>
</div>
</div>
</div>
<!-- Team Card 3 -->
<div class="col-12 col-md-6 col-lg-4 mb-4">
<div class="team-card">
<!-- Card content here -->
<div class="team-image" style="background-image: url('img/team/SHASHANK GOWDA S.jpg');"></div>
<div class="team-textbox">
<h3 class="team-name nexa3 orange">Shashank Gowda S</h3>
<h5 class="nexa3 blue">Overall Coordinator</h5>
<h6 class="team-study nexa3 white">3rd year Information Science</h6>
<div class="team-social accessible">
<a class="social-button orange-hover" href="https://www.instagram.com/__s.h.a.s.h.a.n.k__?igsh=MjhiZ3l4b2E4dzg3">
<i class="fab fa-instagram"></i>
</a>
<a class="social-button orange-hover" href="https://www.linkedin.com/in/shashankgowdas">
<i class="fab fa-linkedin"></i>
</a>
<a class="social-button orange-hover" title="Opens email application. Please be patient while it loads." href="mailto:mailtoshashank3@gmail.com?subject=Inquiry&body=Hi Shashank! I found your contact on the CODE RED '24 Website.">
<i class="fas fa-envelope"></i>
</a>
</div>
</div>
</div>
</div>
<!-- Team Card 4 -->
<div class="col-12 col-md-6 col-lg-4 mb-4">
<div class="team-card">
<!-- Card content here -->
<div class="team-image" style="background-image: url('img/team/Omkar.jpg');"></div>
<div class="team-textbox">
<h3 class="team-name nexa3 orange">Omkar N Daivajna</h3>
<h5 class="nexa3 blue">Overall Coordinator</h5>
<h6 class="team-study nexa3 white">4th year Artificial Intelligence</h6>
<div class="team-social accessible">
<a class="social-button orange-hover" href="https://www.instagram.com/omk_r?igsh=dGJ6aTJyZmRldG95&utm_source=qr">
<i class="fab fa-instagram"></i>
</a>
<a class="social-button orange-hover" href="https://www.linkedin.com/in/omkardaivajna/">
<i class="fab fa-linkedin"></i>
</a>
<a class="social-button orange-hover" title="Opens email application. Please be patient while it loads." href="mailto:omkar.ndaivajna@gmail.com?subject=Inquiry&body=Hi Omkar! I found your contact on the CODE RED '24 Website.">
<i class="fas fa-envelope"></i>
</a>
</div>
</div>
</div>
</div>
<!-- Additional cards as needed... -->
<!-- Team Card 5 -->
<div class="col-12 col-md-6 col-lg-4 mb-4">
<div class="team-card">
<!-- Card content here -->
<div class="team-image" style="background-image: url('img/team/KEVIN S MATHEW.jpeg');"></div>
<div class="team-textbox">
<h3 class="team-name nexa3 orange">Kevin S Mathew</h3>
<h5 class="nexa3 blue">Overall Coordinator</h5>
<h6 class="team-study nexa3 white">4th year Computer Science</h6>
<div class="team-social accessible">
<a class="social-button orange-hover" href="https://www.instagram.com/kevin.mathew18?igsh=MWZiNTNoZDczdjBrcw==">
<i class="fab fa-instagram"></i>
</a>
<a class="social-button orange-hover" href="https://www.linkedin.com/in/kevin-mathew-08b550221?utm_source=share&utm_campaign=share_via&utm_content=profile&utm_medium=android_app">
<i class="fab fa-linkedin"></i>
</a>
<a class="social-button orange-hover" title="Opens email application. Please be patient while it loads." href="mailto:kevinmathew1818@gmail.com?subject=Inquiry&body=Hi Kevin! I found your contact on the CODE RED '24 Website.">
<i class="fas fa-envelope"></i>
</a>
</div>
</div>
</div>
</div>
<!-- Team Card 6 -->
<div class="col-12 col-md-6 col-lg-4 mb-4">
<div class="team-card">
<!-- Card content here -->
<div class="team-image" style="background-image: url('img/team/Aditya Srinivas.jpg');"></div>
<div class="team-textbox">
<h3 class="team-name nexa3 orange">Aditya Srinivas K</h3>
<h5 class="nexa3 blue">Tech Head</h5>
<h6 class="team-study nexa3 white">4th year Electronics</h6>
<div class="team-social accessible">
<a class="social-button orange-hover" href="https://github.com/Adityasrinivas24">
<i class="fab fa-github"></i>
</a>
<a class="social-button orange-hover" href="https://www.instagram.com/adityaa.24/">
<i class="fab fa-instagram"></i>
</a>
<a class="social-button orange-hover" href="https://www.linkedin.com/in/aditya-srinivas-k">
<i class="fab fa-linkedin"></i>
</a>
<a class="social-button orange-hover" title="Opens email application. Please be patient while it loads." href="mailto:asrinivas2002@gmail.com?subject=Inquiry&body=Hi Aditya! I found your contact on the CODE RED '24 Website.">
<i class="fas fa-envelope"></i>
</a>
</div>
</div>
</div>
</div>
<!-- Team Card 7 -->
<div class="col-12 col-md-6 col-lg-4 mb-4">
<div class="team-card">
<!-- Card content here -->
<div class="team-image" style="background-image: url('img/team/H C SIDDHARTHA REDDY.jpg');"></div>
<div class="team-textbox">
<h3 class="team-name nexa3 orange">H C Siddhartha Reddy</h3>
<h5 class="nexa3 blue">Operations Head</h5>
<h6 class="team-study nexa3 white">4th year Electronics</h6>
<div class="team-social accessible">
<a class="social-button orange-hover" href="https://www.instagram.com/h.c_siddhartha_reddy/">
<i class="fab fa-instagram"></i>
</a>
<!-- <a class="social-button orange-hover" href="https://www.linkedin.com/in/ioana-buzduga-14a23b160/">
<i class="fab fa-linkedin"></i>
</a> -->
<a class="social-button orange-hover" title="Opens email application. Please be patient while it loads." href="mailto:siddureddy1102@gmail.com">
<i class="fas fa-envelope"></i>
</a>
</div>
</div>
</div>
</div>
<!-- Team Card 8 -->
<div class="col-12 col-md-6 col-lg-4 mb-4">
<div class="team-card">
<!-- Card content here -->
<div class="team-image" style="background-image: url('img/team/Samriddhi.jpeg');"></div>
<div class="team-textbox">
<h3 class="team-name nexa3 orange">Samriddhi raj</h3>
<h5 class="nexa3 blue">Events Head</h5>
<h6 class="team-study nexa3 white">4th year Computer Science</h6>
<div class="team-social accessible">
<a class="social-button orange-hover" href="https://www.instagram.com/samriddhiii_raj?igsh=MTkwd2w3YW4wOHRqdw%3D%3D&utm_source=qr">
<i class="fab fa-instagram"></i>
</a>
<a class="social-button orange-hover" href="http://linkedin.com/in/samriddhi-raj-945539255 ">
<i class="fab fa-linkedin"></i>
</a>
<a class="social-button orange-hover" title="Opens email application. Please be patient while it loads." href="mailto:samriddhiraj@gmail.com">
<i class="fas fa-envelope"></i>
</a>
</div>
</div>
</div>
</div>
<!-- Team Card 9 -->
<div class="col-12 col-md-6 col-lg-4 mb-4">
<div class="team-card">
<!-- Card content here -->
<div class="team-image" style="background-image: url('img/team/Meenakshi Ganesh.jpg');"></div>
<div class="team-textbox">
<h3 class="team-name nexa3 orange">Meenakshi Ganesh</h3>
<h5 class="nexa3 blue">Public Relations Head</h5>
<h6 class="team-study nexa3 white">4th year Electronics</h6>
<div class="team-social accessible">
<a class="social-button orange-hover" href="https://www.instagram.com/meeens__/">
<i class="fab fa-instagram"></i>
</a>
<a class="social-button orange-hover" href="https://www.linkedin.com/in/meenakshi-ganesh-3aa2a5258">
<i class="fab fa-linkedin"></i>
</a>
<a class="social-button orange-hover" title="Opens email application. Please be patient while it loads." href="mailto:iyerakshimeena@gmail.com">
<i class="fas fa-envelope"></i>
</a>
</div>
</div>
</div>
</div>
<!-- Team Card 10 -->
<div class="col-12 col-md-6 col-lg-4 mb-4">
<div class="team-card">
<!-- Card content here -->
<div class="team-image" style="background-image: url('img/team/ALLA VAMSI KRISHNA.jpg');"></div>
<div class="team-textbox">
<h3 class="team-name nexa3 orange">Alla Vamsi Krishna</h3>
<h5 class="nexa3 blue">Content Head</h5>
<h6 class="team-study nexa3 white">4th year Electronics</h6>
<div class="team-social accessible">
<a class="social-button orange-hover" href="https://www.instagram.com/alla_vamsi/">
<i class="fab fa-instagram"></i>
</a>
<a class="social-button orange-hover" href="https://www.linkedin.com/in/alla-vamsi-krishna">
<i class="fab fa-linkedin"></i>
</a>
<a class="social-button orange-hover" title="Opens email application. Please be patient while it loads." href="mailto:vamsikrishna5521@gmail.com">
<i class="fas fa-envelope"></i>
</a>
</div>
</div>
</div>
</div>
<!-- Team Card 11 -->
<div class="col-12 col-md-6 col-lg-4 mb-4">
<div class="team-card">
<!-- Card content here -->
<div class="team-image" style="background-image: url('img/team/AMOGH C DIXIT.jpg');"></div>
<div class="team-textbox" style="text-align: center">
<h3 class="team-name nexa3 orange">Amogh C Dixit</h3>
<h5 class="nexa3 blue">Marketing Head</h5>
<h6 class="team-study nexa3 white">4th year Electronics</h6>
<div class="team-social accessible">
<a class="social-button orange-hover" href="https://www.instagram.com/amoghhdixit">
<i class="fab fa-instagram"></i>
</a>
<a class="social-button orange-hover" href="https://www.linkedin.com/in/amogh-dixit">
<i class="fab fa-linkedin"></i>
</a>
<a class="social-button orange-hover" title="Opens email application. Please be patient while it loads." href="mailto:amoghdixit7@gmail.com">
<i class="fas fa-envelope"></i>
</a>
</div>
</div>
</div>
</div>
<!-- Team Card 12 -->
<div class="col-12 col-md-6 col-lg-4 mb-4">
<div class="team-card">
<!-- Card content here -->
<div class="team-image" style="background-image: url('img/team/nandan.jpg');"></div>
<div class="team-textbox">
<h3 class="team-name nexa3 orange">Nandan G</h3>
<h5 class="nexa3 blue">Design Head</h5>
<h6 class="team-study nexa3 white">4th year Information Science</h6>
<div class="team-social accessible">
<a class="social-button orange-hover" href="https://www.instagram.com/nandan__g">
<i class="fab fa-instagram"></i>
</a>
<a class="social-button orange-hover" href="https://www.linkedin.com/in/nandan-g-22961b236">
<i class="fab fa-linkedin"></i>
</a>
<a class="social-button orange-hover" title="Opens email application. Please be patient while it loads." href="mailto:nandan24.2000@gmail.com">
<i class="fas fa-envelope"></i>
</a>
</div>
</div>
</div>
</div>
<!-- Team Card 13 -->
<div class="col-12 col-md-6 col-lg-4 mb-4">
<div class="team-card">
<!-- Card content here -->
<div class="team-image" style="background-image: url('img/team/N MADHUMITHA.png');"></div>
<div class="team-textbox">
<h3 class="team-name nexa3 orange">N Madhumitha</h3>
<h5 class="nexa3 blue">Media Head</h5>
<h6 class="team-study nexa3 white">4th year Information</h6>
<div class="team-social accessible">
<a class="social-button orange-hover" href="https://github.com/PLACE_NAME_HERE">
<i class="fab fa-github"></i>
</a>
<a class="social-button orange-hover" href="https://www.linkedin.com/in/abdul-rehman-922a6a187/">
<i class="fab fa-linkedin"></i>
</a>
<a class="social-button orange-hover" title="Opens email application. Please be patient while it loads." href="mailto:john.smith@gmail.com?subject=Inquiry&body=Hi Abdul! I found your contact on the CreatED Website.">
<i class="fas fa-envelope"></i>
</a>
</div>
</div>
</div>
</div>
<!-- Team Card 14 -->
<div class="col-12 col-md-6 col-lg-4 mb-4">
<div class="team-card">
<!-- Card content here -->
<div class="team-image" style="background-image: url('img/team/MAXSON MATHEW.jpeg');"></div>
<div class="team-textbox">
<h3 class="team-name nexa3 orange">Maxson Mathew</h3>
<h5 class="nexa3 blue">Team Design</h5>
<h6 class="team-study nexa3 white">2nd year Artificial Intelligence</h6>
<div class="team-social accessible">
<a class="social-button orange-hover" href="https://www.instagram.com/maxson_mathew/">
<i class="fab fa-instagram"></i>
</a>
<!-- <a class="social-button orange-hover" href="https://www.linkedin.com/in/abdul-rehman-922a6a187/">
<i class="fab fa-linkedin"></i>
</a> -->
<a class="social-button orange-hover" title="Opens email application. Please be patient while it loads." href="mailto:maxsonmathew56@gmail.com">
<i class="fas fa-envelope"></i>
</a>
</div>
</div>
</div>
</div>
<!-- Team Card 15 -->
<div class="col-12 col-md-6 col-lg-4 mb-4">
<div class="team-card">
<!-- Card content here -->
<div class="team-image" style="background-image: url('img/team/Geethanjali k.jpeg');"></div>
<div class="team-textbox">
<h3 class="team-name nexa3 orange">K Sai Geethanjali</h3>
<h5 class="nexa3 blue">Team Public Relations</h5>
<h6 class="team-study nexa3 white">2nd year Artificial Intelligence</h6>
<!-- <div class="team-social accessible">
<a class="social-button orange-hover" href="https://github.com/PLACE_NAME_HERE">
<i class="fab fa-github"></i>
</a>
<a class="social-button orange-hover" href="https://www.linkedin.com/in/abdul-rehman-922a6a187/">
<i class="fab fa-linkedin"></i>
</a>
<a class="social-button orange-hover" title="Opens email application. Please be patient while it loads." href="mailto:john.smith@gmail.com?subject=Inquiry&body=Hi Abdul! I found your contact on the CreatED Website.">
<i class="fas fa-envelope"></i>
</a>
</div> -->
</div>
</div>
</div>
<!-- Team Card 16 -->
<div class="col-12 col-md-6 col-lg-4 mb-4">
<div class="team-card">
<!-- Card content here -->
<div class="team-image" style="background-image: url('img/team/DEVANSHEE SHARMA.png');"></div>
<div class="team-textbox">
<h3 class="team-name nexa3 orange">Devanshee Sharma</h3>
<h5 class="nexa3 blue">Team Public Relations</h5>
<h6 class="team-study nexa3 white">2nd year </h6>
<!-- <div class="team-social accessible">
<a class="social-button orange-hover" href="https://github.com/PLACE_NAME_HERE">
<i class="fab fa-github"></i>
</a>
<a class="social-button orange-hover" href="https://www.linkedin.com/in/abdul-rehman-922a6a187/">
<i class="fab fa-linkedin"></i>
</a>
<a class="social-button orange-hover" title="Opens email application. Please be patient while it loads." href="mailto:john.smith@gmail.com?subject=Inquiry&body=Hi Abdul! I found your contact on the CreatED Website.">
<i class="fas fa-envelope"></i>
</a>
</div> -->
</div>
</div>
</div>
<!-- Team Card 17 -->
<div class="col-12 col-md-6 col-lg-4 mb-4">
<div class="team-card">
<!-- Card content here -->
<div class="team-image" style="background-image: url('img/team/HITESH R.jpg');"></div>
<div class="team-textbox">
<h3 class="team-name nexa3 orange">Hitesh R Gowda</h3>
<h5 class="nexa3 blue">Team Design</h5>
<h6 class="team-study nexa3 white">2nd year </h6>
<!-- <div class="team-social accessible">
<a class="social-button orange-hover" href="https://github.com/PLACE_NAME_HERE">
<i class="fab fa-github"></i>
</a>
<a class="social-button orange-hover" href="https://www.linkedin.com/in/abdul-rehman-922a6a187/">
<i class="fab fa-linkedin"></i>
</a>
<a class="social-button orange-hover" title="Opens email application. Please be patient while it loads." href="mailto:john.smith@gmail.com?subject=Inquiry&body=Hi Abdul! I found your contact on the CreatED Website.">
<i class="fas fa-envelope"></i>
</a>
</div> -->
</div>
</div>
</div>
<!-- Team Card 18 -->
<div class="col-12 col-md-6 col-lg-4 mb-4">
<div class="team-card">
<!-- Card content here -->
<div class="team-image" style="background-image: url('img/team/Mohammed Ali Al-sakkaf.jpeg');"></div>
<div class="team-textbox">
<h3 class="team-name nexa3 orange">Mohammed Ali</h3>
<h5 class="nexa3 blue">Team Tech</h5>
<h6 class="team-study nexa3 white">3rd year Computer Science</h6>
<!-- <div class="team-social accessible">
<a class="social-button orange-hover" href="https://github.com/PLACE_NAME_HERE">
<i class="fab fa-github"></i>
</a>
<a class="social-button orange-hover" href="https://www.linkedin.com/in/abdul-rehman-922a6a187/">
<i class="fab fa-linkedin"></i>
</a>
<a class="social-button orange-hover" title="Opens email application. Please be patient while it loads." href="mailto:john.smith@gmail.com?subject=Inquiry&body=Hi Abdul! I found your contact on the CreatED Website.">
<i class="fas fa-envelope"></i>
</a>
</div> -->
</div>
</div>
</div>
<!-- Team Card 19 -->
<div class="col-12 col-md-6 col-lg-4 mb-4">
<div class="team-card">
<!-- Card content here -->
<div class="team-image" style="background-image: url('img/team/NISHITHA B.jpg');"></div>
<div class="team-textbox">
<h3 class="team-name nexa3 orange">Nishitha Bodipati</h3>
<h5 class="nexa3 blue">Team Operations</h5>
<h6 class="team-study nexa3 white">2nd year Artificial Intelligence</h6>
<!-- <div class="team-social accessible">
<a class="social-button orange-hover" href="https://github.com/PLACE_NAME_HERE">
<i class="fab fa-github"></i>
</a>
<a class="social-button orange-hover" href="https://www.linkedin.com/in/abdul-rehman-922a6a187/">
<i class="fab fa-linkedin"></i>
</a>
<a class="social-button orange-hover" title="Opens email application. Please be patient while it loads." href="mailto:john.smith@gmail.com?subject=Inquiry&body=Hi Abdul! I found your contact on the CreatED Website.">
<i class="fas fa-envelope"></i>
</a>
</div> -->
</div>
</div>
</div>
<!-- Team Card 20 -->
<div class="col-12 col-md-6 col-lg-4 mb-4">
<div class="team-card">
<!-- Card content here -->
<div class="team-image" style="background-image: url('img/team/R CHANDANA.jpg');"></div>
<div class="team-textbox">
<h3 class="team-name nexa3 orange">R Chandana</h3>
<h5 class="nexa3 blue">Team Marketing</h5>
<h6 class="team-study nexa3 white">3rd year Electronics</h6>
<!-- <div class="team-social accessible">
<a class="social-button orange-hover" href="https://github.com/PLACE_NAME_HERE">
<i class="fab fa-github"></i>
</a>
<a class="social-button orange-hover" href="https://www.linkedin.com/in/abdul-rehman-922a6a187/">
<i class="fab fa-linkedin"></i>
</a>
<a class="social-button orange-hover" title="Opens email application. Please be patient while it loads." href="mailto:john.smith@gmail.com?subject=Inquiry&body=Hi Abdul! I found your contact on the CreatED Website.">
<i class="fas fa-envelope"></i>
</a>
</div> -->
</div>
</div>
</div>
<!-- Team Card 21 -->
<div class="col-12 col-md-6 col-lg-4 mb-4">
<div class="team-card">
<!-- Card content here -->
<div class="team-image" style="background-image: url('img/team/SARVANI.jpg');"></div>
<div class="team-textbox">
<h3 class="team-name nexa3 orange">R Sarvani</h3>
<h5 class="nexa3 blue">Team Marketing</h5>
<h6 class="team-study nexa3 white">3rd year Computer Science</h6>
<!-- <div class="team-social accessible">
<a class="social-button orange-hover" href="https://github.com/PLACE_NAME_HERE">
<i class="fab fa-github"></i>
</a>
<a class="social-button orange-hover" href="https://www.linkedin.com/in/abdul-rehman-922a6a187/">
<i class="fab fa-linkedin"></i>
</a>
<a class="social-button orange-hover" title="Opens email application. Please be patient while it loads." href="mailto:john.smith@gmail.com?subject=Inquiry&body=Hi Abdul! I found your contact on the CreatED Website.">
<i class="fas fa-envelope"></i>
</a>
</div> -->
</div>
</div>
</div>
<!-- Team Card 22 -->
<div class="col-12 col-md-6 col-lg-4 mb-4">
<div class="team-card">
<!-- Card content here -->
<div class="team-image" style="background-image: url('img/team/SUHAS B S.jpg');"></div>
<div class="team-textbox">
<h3 class="team-name nexa3 orange">Suhas B S</h3>
<h5 class="nexa3 blue">Team Operations</h5>
<h6 class="team-study nexa3 white">3rd year Electronics</h6>
<!-- <div class="team-social accessible">
<a class="social-button orange-hover" href="https://github.com/PLACE_NAME_HERE">
<i class="fab fa-github"></i>
</a>
<a class="social-button orange-hover" href="https://www.linkedin.com/in/abdul-rehman-922a6a187/">
<i class="fab fa-linkedin"></i>
</a>
<a class="social-button orange-hover" title="Opens email application. Please be patient while it loads." href="mailto:john.smith@gmail.com?subject=Inquiry&body=Hi Abdul! I found your contact on the CreatED Website.">
<i class="fas fa-envelope"></i>
</a>
</div> -->
</div>
</div>
</div>
<!-- Team Card 23 -->
<div class="col-12 col-md-6 col-lg-4 mb-4">
<div class="team-card">
<!-- Card content here -->
<div class="team-image" style="background-image: url('img/team/SUMUKHA G K.jpg');"></div>
<div class="team-textbox">
<h3 class="team-name nexa3 orange">Sumukha Kambaloor</h3>
<h5 class="nexa3 blue">Team Marketing</h5>
<h6 class="team-study nexa3 white">2nd year Artificial Intelligence</h6>
<!-- <div class="team-social accessible">
<a class="social-button orange-hover" href="https://github.com/PLACE_NAME_HERE">
<i class="fab fa-github"></i>
</a>
<a class="social-button orange-hover" href="https://www.linkedin.com/in/abdul-rehman-922a6a187/">
<i class="fab fa-linkedin"></i>
</a>
<a class="social-button orange-hover" title="Opens email application. Please be patient while it loads." href="mailto:john.smith@gmail.com?subject=Inquiry&body=Hi Abdul! I found your contact on the CreatED Website.">
<i class="fas fa-envelope"></i>
</a>
</div> -->
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="diagonal-section black-bg" style="height: 4em; opacity: 1;"></section>
<section class="footer-section black-bg">
<div class="container">
<div class="row">
<div class="col-12 col-md-4 text-center text-md-left mb-4 mb-md-0">
<div class="footer-navigation">
<h5 class="text-uppercase white nexa3 mb-4"></h5>
<ul class="list-unstyled">
<li><a href="https://www.google.com/maps/place/BMS+Institute+of+Technology+and+Management/@13.133363,77.5673768,15z/data=!4m2!3m1!1s0x0:0x49c4c47a68a60b9c?sa=X&ved=2ahUKEwie0qXhxqODAxVdyzgGHc2iBo0Q_BJ6BAhdEAA"
class="text-white">Campus Map</a></li>
<li><a href="https://drive.google.com/file/d/1MJfJFiUWddrWKEuDXIzvmxdFyn5Ilsc6/view?usp=sharing"
class="text-white">Code of Conduct</a></li>
<li><a href="https://drive.google.com/file/d/1KNeE-gVttxuj48JZwoXNnTXIjb9b8Np7/view?usp=sharing"
class="text-white">Privacy Policy</a></li>
<li><a href="https://drive.google.com/file/d/1qBv7rnb0pk6Xlzr7Bhvic9v-2C4R1mKl/view?usp=sharing"
class="text-white">Terms & Conditions</a></li>
</ul>
</div>
</div>
<div class="col-12 col-md-4 text-center nexa3 white mb-4 mb-md-0">
BMS Institute of Technology and Management
<br>
Doddaballapur Main Road, Avalahalli, Yelahanka, Bengaluru, Karnataka 560064
</div>
<div class="col-12 col-md-4 text-center nexa3 white">
<div class="contact-info">
<h5 class="text-uppercase mb-4">Contact Us</h5>
<div class="d-flex flex-column align-items-center">
<p>
<a href="tel:+919606314464" class="mx-2 orange-hover">
<i class="fa fa-phone mr-2" id="phoneIcon"></i>Adithya R
</a>
</p>
<p>
<a href="tel:+919845046703" class="mx-2 orange-hover">
<i class="fa fa-phone mr-2" id="phoneIcon"></i>Abhishek K
</a>
</p>
<p>
<a href="tel:+916363967172" class="mx-2 orange-hover">
<i class="fa fa-phone mr-2" id="phoneIcon"></i>Shashank G
</a>
</p>
</div>
</div>
<div class="social-icons mt-4">
<a href="https://www.instagram.com/ecell.bmsit/" class="mx-2 orange-hover">
<i class="fab fa-instagram"></i>
</a>
<a href="https://www.linkedin.com/in/ecellbmsit/" class="mx-2 orange-hover">
<i class="fab fa-linkedin"></i>
</a>
<a href="mailto:ecell@bmsit.in" target="_blank" class="mx-2 orange-hover">
<i class="fa fa-envelope"></i>
</a>
</div>
</div>
</div>
<div class="row mt-4">
<div class="col-12 text-center white">
Made with
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="20" height="20" fill="red">
<path
d="M12 21.35l-1.45-1.32C5.4 14.36 2 11.25 2 7.5 2 4.42 4.42 2 7.5 2 9.12 2 10.68 2.81 12 4.05 13.32 2.81 14.88 2 16.5 2 19.58 2 22 4.42 22 7.5c0 3.75-3.4 6.86-8.55 12.54L12 21.35z" />
</svg> by E-CELL BMSIT&M 2023
</div>
</div>
</div>
</section>
</section>
<!-- Bootstrap core JavaScript -->
<script src="vendor/jquery/jquery.min.js"></script>
<script src="vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
<!-- Plugin JavaScript -->
<script src="vendor/jquery-easing/jquery.easing.min.js"></script>
<!-- Custom scripts for this template -->
<script src="js/grayscale.js"></script>
<!-- Custom javascript -->
<script src="js/custom.js"></script>
<!-- Particle library -->
<script src="particles/particles.js"></script>
<script src="particles/app.js"></script>
</body>
</html>