forked from daattali/beautiful-jekyll
- Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathteam.html
671 lines (573 loc) · 36.5 KB
/
team.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
<!-- author @Rahul Indra -->
<!DOCTYPE html>
<htmllang="en">
<head>
<title>Team</title>
<metaname="description" content="">
<metaname="keywords" content="">
<metacharset="utf-8">
<metaname="author" content="Harry Boo">
<metahttp-equiv="X-UA-Compatible" content="IE=edge">
<metaname="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0" />
<!-- Favicons -->
<linkrel="shortcut icon" href="assets/img/logo/favicon.png">
<linkrel="apple-touch-icon" href="assets/img/apple-touch-icon.png">
<linkrel="apple-touch-icon" sizes="72x72" href="assets/img/apple-touch-icon-72x72.png">
<linkrel="apple-touch-icon" sizes="114x114" href="assets/img/apple-touch-icon-114x114.png">
<!-- Load Core CSS
=====================================-->
<linkrel="stylesheet" href="assets/css/core/bootstrap.css">
<linkrel="stylesheet" href="assets/css/core/animate.min.css">
<!-- Load Main CSS
=====================================-->
<linkrel="stylesheet" href="assets/css/main/main.css">
<linkrel="stylesheet" href="assets/css/main/setting.css">
<linkrel="stylesheet" href="assets/css/main/hover.css">
<!-- Load Magnific Popup CSS
=====================================-->
<linkrel="stylesheet" href="assets/css/magnific/magic.min.css">
<linkrel="stylesheet" href="assets/css/magnific/magnific-popup.css">
<linkrel="stylesheet" href="assets/css/magnific/magnific-popup-zoom-gallery.css">
<!-- Load OWL Carousel CSS
=====================================-->
<linkrel="stylesheet" href="assets/css/owl-carousel/owl.carousel.css">
<linkrel="stylesheet" href="assets/css/owl-carousel/owl.theme.css">
<linkrel="stylesheet" href="assets/css/owl-carousel/owl.transitions.css">
<!-- Load Color CSS - Please uncomment to apply the color.
=====================================
-->
<linkrel="stylesheet" href="assets/css/color/pasific.css">
<!-- Load Fontbase Icons - Please Uncomment to use linea icons
=====================================
-->
<linkrel="stylesheet" href="assets/css/icon/font-awesome.css">
<linkrel="stylesheet" href="assets/css/icon/et-line-font.css">
<scriptsrc="https://code.jquery.com/jquery-3.3.1.js"></script>
<scripttype="text/javascript">
$(document).ready(function(){
$(".button").click(function(){
varvalue=$(this).attr("data-filter");
if(value=="all"){
$(".filter").show("1000");
}
else{
$(".filter").not("."+value).hide("1000");
$(".filter").filter("."+value).show("1000");
}
})
})
</script>
</head>
<bodyid="page-top" data-spy="scroll" data-target=".navbar" data-offset="100">
<!-- Navigation Area
===================================== -->
<navclass="navbar navbar-pasific navbar-op navbar-fixed-top">
<divclass="container-fluid">
<divclass="navbar-header">
<aclass="navbar-brand" href="index.html" onclick="parent.location='index.html'"><img
src="assets/img/logo/logo-default.png" width=30pxheight=30pxalt="logo">CodeIIEST</a>
<buttontype="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
<spanclass="icon-bar"></span>
<spanclass="icon-bar"></span>
<spanclass="icon-bar"></span>
</button>
</div>
<divclass="navbar-collapse collapse navbar-right">
<ulclass="nav navbar-nav mr20">
<liclass="hidden"><ahref="#page-top"></a></li>
<li><ahref="index.html#welcome" onclick="parent.location='index.html#welcome'"">About</a></li>
<li><ahref=" index.html#fields" onclick="parent.location='index.html#fields'">Chapters</a>
</li>
<li><ahref="team.html" onclick="parent.location='team.html'">Team</a></li>
<li><ahref="index.html#portfolioGrid"
onclick="parent.location='index.html#portfolioGrid'">Mentors</a></li>
<li><ahref="index.html#contact" onclick="parent.location='index.html#contact'">Contact</a></li>
</ul>
</div>
</div>
</nav>
<divid="team" class="bg-dark3 pt75">
<divclass="container">
<divclass="row">
<divclass="col-md-12 text-center">
<h1class="font-size-normal color-light">
<smallclass="color-pasific alpha10"></small>
Smart Team
<smallclass="heading heading-solid center-block"></small>
</h1>
</div>
<section>
<!--main-section-start-->
<divid="containr">
<center>
<buttonclass="button" data-filter="current">Current Team</button></a>
<buttonclass="button" data-filter="alumni">alumni</a></button>
<buttonclass="button" data-filter="cc">Competitive Coding</a></button><br><br>
<buttonclass="button" data-filter="ml">Machine Learning</a></button>
<buttonclass="button" data-filter="sec">Computer Security</a></button>
<buttonclass="button" data-filter="opensrc">Open Source Community</a></button>
<buttonclass="button" data-filter="mng">Managerial Positions</a></button>
<buttonclass="button" data-filter="dev">Software Development</a></button>
</center>
</div>
<divclass="box filter cc current mng">
<divclass="col-md-2 col-sm-4 col-xs-12 hover-wobble-vertical mt30 alumni">
<divclass="team team-four bg-cyan">
<h5>SURYANSH GUPTA<smallclass="color-light alpha7">General Secretary
</small></h5>
<imgsrc="assets/img/team/suri.png" alt="" class="img-responsive">
<divclass="team-social">
<!-- <a href="https://twitter.com/RahulIndra12"><i class="fa fa-twitter"></i></a> -->
<!-- <a href="https://www.linkedin.com/in/indrarahul2013/"><i class="fa fa-linkedin"></i></a> -->
<ahref="https://github.com/suri-kumkaran"><iclass="fa fa-github"></i></a>
</div>
</div>
</div>
</div>
<divclass="box filter cc current mng">
<divclass="col-md-2 col-sm-4 col-xs-12 hover-wobble-vertical mt30 alumni">
<divclass="team team-four bg-cyan">
<h5>ARIJIT SAHA<smallclass="color-light alpha7">Treasurer
</small></h5>
<imgsrc="assets/img/team/arijit.png" alt="" class="img-responsive">
<divclass="team-social">
<!-- <a href="https://twitter.com/RahulIndra12"><i class="fa fa-twitter"></i></a> -->
<!-- <a href="https://www.linkedin.com/in/indrarahul2013/"><i class="fa fa-linkedin"></i></a> -->
<ahref="https://github.com/TheArijitSaha"><iclass="fa fa-github"></i></a>
</div>
</div>
</div>
</div>
<divclass="box filter cc current">
<divclass="col-md-2 col-sm-4 col-xs-12 hover-wobble-vertical mt30 alumni">
<divclass="team team-four bg-pasific ">
<h5>MD AZMAT ALI<smallclass="color-light alpha7">Competitive Coding</small></h5>
<imgsrc="assets/img/team/MD.png" alt="" class="img-responsive">
<divclass="team-social">
<ahref="https://www.facebook.com/mdazmat786"><iclass="fa fa-facebook"></i></a>
<ahref="https://linkedin.com/in/mdazmat9/"><i
class="fa fa-linkedin"></i></a>
</div>
</div>
</div>
</div>
<divclass="box filter cc current">
<divclass="col-md-2 col-sm-4 col-xs-12 hover-wobble-vertical mt30 alumni">
<divclass="team team-four bg-pasific ">
<h5>ANINDYA BHOWMICK<smallclass="color-light alpha7">Competitive Coding</small></h5>
<imgsrc="assets/img/team/nindo.png" alt="" class="img-responsive">
<divclass="team-social">
<ahref="https://www.facebook.com/nindo4"><iclass="fa fa-facebook"></i></a>
<ahref="https://www.linkedin.com/in/anindya-bhowmick-a8341b180/"><iclass="fa fa-linkedin"></i></a>
</div>
</div>
</div>
</div>
<divclass="box filter cc current">
<divclass="col-md-2 col-sm-4 col-xs-12 hover-wobble-vertical mt30 alumni">
<divclass="team team-four bg-pasific ">
<h5>ARSH TREHAN<smallclass="color-light alpha7">Competitive Coding</small></h5>
<imgsrc="assets/img/team/arsh.png" alt="" class="img-responsive">
<divclass="team-social">
<ahref="https://www.facebook.com/arsh.trehan"><iclass="fa fa-facebook"></i></a>
<ahref="https://www.linkedin.com/in/arsh-trehan-993996157/"><i
class="fa fa-linkedin"></i></a>
</div>
</div>
</div>
</div>
<divclass="box filter cc current">
<divclass="col-md-2 col-sm-4 col-xs-12 hover-wobble-vertical mt30 alumni">
<divclass="team team-four bg-pasific ">
<h5>VIVEK MAURYA<smallclass="color-light alpha7">Competitive Coding</small></h5>
<imgsrc="assets/img/team/vivek.png" alt="" class="img-responsive">
<divclass="team-social">
<ahref="https://www.facebook.com/vivek.maurya.96592"><iclass="fa fa-facebook"></i></a>
<ahref="https://www.linkedin.com/in/vivek-maurya-41793b182/"><i
class="fa fa-linkedin"></i></a>
</div>
</div>
</div>
</div>
<divclass="box filter opensrc cc current">
<divclass="col-md-2 col-sm-4 col-xs-12 hover-wobble-vertical mt30 alumni">
<divclass="team team-four bg-pasific ">
<h5>DWAIPAYAN RAY<smallclass="color-light alpha7">Competitive Coding</small></h5>
<imgsrc="assets/img/team/dwai.png" alt="" class="img-responsive">
<divclass="team-social">
<ahref="https://www.facebook.com/profile.php?id=100009905534262"><iclass="fa fa-facebook"></i></a>
<ahref="https://www.linkedin.com/in/dwaipayan-ray/"><i
class="fa fa-linkedin"></i></a>
</div>
</div>
</div>
</div>
<divclass="box filter opensrc cc current">
<divclass="col-md-2 col-sm-4 col-xs-12 hover-wobble-vertical mt30 alumni">
<divclass="team team-four bg-pasific ">
<h5>SHIVAM KUMAR SINGH<smallclass="color-light alpha7">Competitive Coding</small></h5>
<imgsrc="assets/img/team/shivam.png" alt="" class="img-responsive">
<divclass="team-social">
<ahref="https://www.facebook.com/heyshivam51"><iclass="fa fa-facebook"></i></a>
<ahref="https://www.linkedin.com/in/shivamhere/"><i
class="fa fa-linkedin"></i></a>
</div>
</div>
</div>
</div>
<divclass="box filter cc current">
<divclass="col-md-2 col-sm-4 col-xs-12 hover-wobble-vertical mt30 alumni">
<divclass="team team-four bg-pasific ">
<h5>SRIKANTH N.<smallclass="color-light alpha7">Competitive Coding</small></h5>
<imgsrc="assets/img/team/srikant.png" alt="" class="img-responsive">
<divclass="team-social">
<ahref="https://www.linkedin.com/in/narapureddy-srikanth/"><i
class="fa fa-linkedin"></i></a>
</div>
</div>
</div>
</div>
<divclass="box filter opensrc current">
<divclass="col-md-2 col-sm-4 col-xs-12 hover-wobble-vertical mt30 alumni">
<divclass="team team-four bg-pasific ">
<h5>ANIK DAS<smallclass="color-light alpha7">Open Source</small></h5>
<imgsrc="assets/img/team/anik.png" alt="" class="img-responsive">
<divclass="team-social">
<ahref="https://github.com/sadn1ck"><iclass="fa fa-github"></i></a>
</div>
</div>
</div>
</div>
<divclass="box filter opensrc current">
<divclass="col-md-2 col-sm-4 col-xs-12 hover-wobble-vertical mt30 alumni">
<divclass="team team-four bg-pasific ">
<h5>ARNAB SEN<smallclass="color-light alpha7">Open Source</small></h5>
<imgsrc="assets/img/team/arnab.png" alt="" class="img-responsive">
<divclass="team-social">
<ahref="https://github.com/arnabsen1729"><iclass="fa fa-github"></i></a>
</div>
</div>
</div>
</div>
<divclass="box filter cc alumni">
<divclass="col-md-2 col-sm-4 col-xs-12 hover-wobble-vertical mt30 alumni">
<divclass="team team-four bg-pasific ">
<h5>ANKIT KUMAR GIRI<smallclass="color-light alpha7">Competitive Coding</small></h5>
<imgsrc="assets/img/team/ankit.jpg" alt="" class="img-responsive">
<divclass="team-social">
<ahref="https://www.facebook.com/peace.247ankit"><iclass="fa fa-facebook"></i></a>
<ahref="https://www.linkedin.com/in/ankit-kumar-giri-760805165/"><i
class="fa fa-linkedin"></i></a>
</div>
</div>
</div>
</div>
<divclass="box filter cc sec dev alumni">
<divclass="col-md-2 col-sm-4 col-xs-12 hover-wobble-vertical mt30 alumni">
<divclass="team team-four bg-pasific ">
<h5>RAHUL INDRA<smallclass="color-light alpha7">Computer Security</small></h5>
<imgsrc="assets/img/team/rahul.jpg" alt="" class="img-responsive">
<divclass="team-social">
<ahref="https://www.facebook.com/peace.247ankit"><iclass="fa fa-facebook"></i></a>
<ahref="https://www.linkedin.com/in/ankit-kumar-giri-760805165/"><i
class="fa fa-linkedin"></i></a>
</div>
</div>
</div>
</div>
<divclass="box filter ml alumni">
<divclass="col-md-2 col-sm-4 col-xs-12 hover-wobble-vertical mt30 alumni">
<divclass="team team-four bg-blue">
<h5>ANKIT TAXAK<smallclass="color-light alpha7">Machine Learning<br><br>
</small></h5>
<imgsrc="assets/img/team/ankitt.jpg" alt="" class="img-responsive">
<divclass="team-social">
<ahref="https://www.facebook.com/ankit.taxak.9"><iclass="fa fa-facebook"></i></a>
<ahref="https://github.com/ankittaxak5717"><iclass="fa fa-github"></i></a>
</div>
</div>
</div>
</div>
<divclass="box filter alumni">
<divclass="col-md-2 col-sm-4 col-xs-12 hover-wobble-vertical mt30 web">
<divclass="team team-four bg-green">
<h5>PRATEEK CHANDA<smallclass="color-light alpha7">Open Source
Community<br><br></small></h5>
<imgsrc="assets/img/team/prateek.jpg" alt="" class="img-responsive">
<divclass="team-social">
<ahref="https://www.facebook.com/prateek.chanda.1"><i
class="fa fa-facebook"></i></a>
<ahref="https://www.linkedin.com/in/prateek-chanda-iiest/"><i
class="fa fa-linkedin"></i></a>
<ahref="https://github.com/prateekiiest"><iclass="fa fa-github"></i></a>
</div>
</div>
</div>
</div>
<divclass="box filter ml alumni">
<divclass="col-md-2 col-sm-4 col-xs-12 hover-wobble-vertical mt30 alumni">
<divclass="team team-four bg-blue">
<h5>SOUBHIK RAKSHIT<smallclass="color-light alpha7">Machine Learning<br><br>
</small></h5>
<imgsrc="assets/img/team/soubhik.jpeg" alt="" class="img-responsive">
<divclass="team-social">
<ahref="https://github.com/soubh1k"><iclass="fa fa-github"></i></a>
</div>
</div>
</div>
</div>
<divclass="box filter cc alumni">
<divclass="col-md-2 col-sm-4 col-xs-12 hover-wobble-vertical mt30 web">
<divclass="team team-four bg-green">
<h5>VIRALI VORA<smallclass="color-light alpha7">Competitive Coding<br><br></small></h5>
<imgsrc="assets/img/team/virali.jpg" alt="" class="img-responsive">
<divclass="team-social">
<ahref="https://www.facebook.com/virali.vora.9"><iclass="fa fa-facebook"></i></a>
<ahref="https://github.com/viralivora"><iclass="fa fa-github"></i></a>
</div>
</div>
</div>
</div>
<divclass="box filter ml alumni">
<divclass="col-md-2 col-sm-4 col-xs-12 hover-wobble-vertical mt30 web">
<divclass="team team-four bg-green">
<h5>RUPKATHA HIRA<smallclass="color-light alpha7">Machine Learning<br><br></small></h5>
<imgsrc="assets/img/team/rup.jpg" alt="" class="img-responsive">
<divclass="team-social">
<ahref="https://www.linkedin.com/in/rupkatha-hira-865b59150/"><i
class="fa fa-linkedin"></i></a>
<ahref="https://github.com/Rupkatha"><iclass="fa fa-github"></i></a>
</div>
</div>
</div>
</div>
<divclass="box filter ml alumni">
<divclass="col-md-2 col-sm-4 col-xs-12 hover-wobble-vertical mt30 web">
<divclass="team team-four bg-green">
<h5>UJJWAL SUDEV<smallclass="color-light alpha7">Machine Learning<br><br></small></h5>
<imgsrc="assets/img/team/ujjwal.jpg" alt="" class="img-responsive">
<divclass="team-social">
<ahref="https://www.facebook.com/ujjwal.sudeo"><iclass="fa fa-facebook"></i></a>
</div>
</div>
</div>
</div>
<divclass="box filter ml alumni">
<divclass="col-md-2 col-sm-4 col-xs-12 hover-wobble-vertical mt30 web">
<divclass="team team-four bg-green">
<h5>SHREEYANT SINHA<smallclass="color-light alpha7">Machine Learning<br><br></small>
</h5>
<imgsrc="assets/img/team/shree.jpg" alt="" class="img-responsive">
<divclass="team-social">
<ahref="https://www.facebook.com/shreeyant"><iclass="fa fa-facebook"></i></a>
</div>
</div>
</div>
</div>
<divclass="box filter ml cc alumni">
<divclass="col-md-2 col-sm-4 col-xs-12 hover-wobble-vertical mt30 web">
<divclass="team team-four bg-green">
<h5>MANISH KUMAR<smallclass="color-light alpha7">Machine Learning<br><br></small></h5>
<imgsrc="assets/img/team/manish.jpg" alt="" class="img-responsive">
<divclass="team-social">
<!-- <a href="#"><i class="fa fa-twitter"></i></a> -->
<ahref="https://www.facebook.com/mk.tesla"><iclass="fa fa-facebook"></i></a>
<ahref="https://www.linkedin.com/in/manish-kumar-276511148/"><i
class="fa fa-linkedin"></i></a>
<!-- <a href="#"><i class="fa fa-github"></i></a> -->
</div>
</div>
</div>
</div>
<divclass="box filter cc alumni">
<divclass="col-md-2 col-sm-4 col-xs-12 hover-wobble-vertical mt30 web">
<divclass="team team-four bg-green">
<h5>ANUNAY KUMAR<smallclass="color-light alpha7">Competitive Coding<br><br></small>
</h5>
<imgsrc="assets/img/team/anunay.jpg" alt="" class="img-responsive">
<divclass="team-social">
<ahref="https://www.facebook.com/anunay.kumar.5205"><i
class="fa fa-facebook"></i></a>
<ahref="https://www.linkedin.com/in/anunay-kumar-16b7b9152/"><i
class="fa fa-linkedin"></i></a>
</div>
</div>
</div>
</div>
<divclass="box filter dev cc alumni">
<divclass="col-md-2 col-sm-4 col-xs-12 hover-wobble-vertical mt30 web">
<divclass="team team-four bg-green">
<h5>HIMANSHU PANDEY<smallclass="color-light alpha7">Web Developer<br><br></small></h5>
<imgsrc="assets/img/team/himanshu.jpg" alt="" class="img-responsive">
<divclass="team-social">
<ahref="https://www.facebook.com/profile.php?id=100007296848247"><i
class="fa fa-facebook"></i></a>
<ahref="https://www.linkedin.com/in/himanshu-pandey-87144012a/"><i
class="fa fa-linkedin"></i></a>
</div>
</div>
</div>
</div>
<divclass="box filter alumni">
<divclass="col-md-2 col-sm-4 col-xs-12 hover-wobble-vertical mt30">
<divclass="team team-four bg-pasific ">
<h5>MOHANEE DAMMU<smallclass="color-light alpha7">Treasurer<br><br><br></small></h5>
<imgsrc="assets/img/team/mohanee.jpg" alt="" class="img-responsive">
<divclass="team-social">
<ahref="https://www.facebook.com/mohanee.dammu"><iclass="fa fa-facebook"></i></a>
</div>
</div>
</div>
</div>
<divclass="box filter cc alumni">
<divclass="col-md-2 col-sm-4 col-xs-12 hover-wobble-vertical mt30 web">
<divclass="team team-four bg-green">
<h5>MAYANK KUMAR<smallclass="color-light alpha7">Competitive Coding<br><br><br></small>
</h5>
<imgsrc="assets/img/team/mayank.jpg" alt="" class="img-responsive">
<divclass="team-social">
<!-- <a href="#"><i class="fa fa-twitter"></i></a> -->
<ahref="https://www.facebook.com/darkcode.manumeral"><i
class="fa fa-facebook"></i></a>
<ahref="https://www.linkedin.com/in/mayank8/"><iclass="fa fa-linkedin"></i></a>
<!-- <a href="#"><i class="fa fa-github"></i></a> -->
</div>
</div>
</div>
</div>
<divclass="box filter cc alumni">
<divclass="col-md-2 col-sm-4 col-xs-12 hover-wobble-vertical mt30 web">
<divclass="team team-four bg-green">
<h5>SANDEEP KUMAR<smallclass="color-light alpha7">Competitive
Coding<br><br><br></small></h5>
<imgsrc="assets/img/team/sandeep.jpg" alt="" class="img-responsive">
<divclass="team-social">
<!-- <a href="#"><i class="fa fa-twitter"></i></a> -->
<ahref="https://www.facebook.com/sandeep.gprs"><iclass="fa fa-facebook"></i></a>
<!-- <a href="#"><i class="fa fa-linkedin"></i></a>
<a href="#"><i class="fa fa-github"></i></a> -->
</div>
</div>
</div>
</div>
<divclass="box filter cc alumni">
<divclass="col-md-2 col-sm-4 col-xs-12 hover-wobble-vertical mt30 web">
<divclass="team team-four bg-green">
<h5>ANKIT CHOUDHARY<smallclass="color-light alpha7">Competitive
Coding<br><br><br></small></h5>
<imgsrc="assets/img/team/ankitch.jpg" alt="" class="img-responsive">
<divclass="team-social">
<!-- <a href="#"><i class="fa fa-twitter"></i></a> -->
<ahref="https://www.facebook.com/ankitchoudhary2008"><i
class="fa fa-facebook"></i></a>
<ahref="https://www.linkedin.com/in/ankit-choudhary-b294a532/"><i
class="fa fa-linkedin"></i></a>
<!-- <a href="#"><i class="fa fa-github"></i></a> -->
</div>
</div>
</div>
</div>
<divclass="box filter cc alumni">
<divclass="col-md-2 col-sm-4 col-xs-12 hover-wobble-vertical mt30 web">
<divclass="team team-four bg-green">
<h5>NILANJANA LODH<smallclass="color-light alpha7">Competitive
Coding<br><br><br></small></h5>
<imgsrc="assets/img/team/nilanjana.jpg" alt="" class="img-responsive">
<divclass="team-social">
<!-- <a href="#"><i class="fa fa-twitter"></i></a> -->
<ahref="https://www.facebook.com/nilanjanalodh.trisha"><i
class="fa fa-facebook"></i></a>
<ahref="https://www.linkedin.com/in/nilanjana-lodh/"><i
class="fa fa-linkedin"></i></a>
<!-- <a href="#"><i class="fa fa-github"></i></a> -->
</div>
</div>
</div>
</div>
<divclass="box filter sec alumni">
<divclass="col-md-2 col-sm-4 col-xs-12 hover-wobble-vertical mt30 web">
<divclass="team team-four bg-green">
<h5>ARUN SHREEVASTAVA<smallclass="color-light alpha7">Computer
Security<br><br><br></small></h5>
<imgsrc="assets/img/team/arun.jpg" alt="" class="img-responsive">
<divclass="team-social">
<ahref="https://www.facebook.com/arunkr9088"><iclass="fa fa-facebook"></i></a>
<ahref="https://www.linkedin.com/in/arun-kumar-shreevastava-77b305136/"><i
class="fa fa-linkedin"></i></a>
<ahref="https://github.com/arunKumarNOP"><iclass="fa fa-github"></i></a>
</div>
</div>
</div>
</div>
<divclass="box filter ml alumni">
<divclass="col-md-2 col-sm-4 col-xs-12 hover-wobble-vertical mt30 web">
<divclass="team team-four bg-green">
<h5>SAPTARASHMI BANDYOPADHYAY<smallclass="color-light alpha7">Machine Learning</small>
</h5>
<imgsrc="assets/img/team/sapt.jpg" alt="" class="img-responsive">
<divclass="team-social">
<ahref="#"><iclass="fa fa-twitter"></i></a>
<ahref="https://www.facebook.com/saptarashmi.bandyopadhyay"><i
class="fa fa-facebook"></i></a>
<ahref="https://www.linkedin.com/in/saptarashmi-bandyopadhyay-272999ba/"><i
class="fa fa-linkedin"></i></a>
<!-- <a href="#"><i class="fa fa-github"></i></a> -->
</div>
</div>
</div>
</div>
</div>
<br><br>
</div><!-- container end -->
</div><!-- section team end -->
</section>
</div>
<br><br>
</div><!-- container end -->
</div><!-- section team end -->
</section>
<divid="footer" class="footer-two pt50 bg-black">
<divclass="container-fluid pt20">
<divclass="container">
<divclass="row">
<center>
<divclass="social social-two">
<ahref="https://twitter.com/codeiiest"><iclass="fa fa-twitter color-gray"></i></a>
<ahref="https://www.facebook.com/CodeIIEST/"><iclass="fa fa-facebook color-gray"></i></a>
<ahref="https://github.com/codeIIEST"><iclass="fa fa-github color-gray"></i></a>
</div><br>
<div>
<p><ahref="#" style="color:white;font-size:1em;">Copyright © 2020 CodeIIEST</a></p>
</div>
</center>
</div><!-- row end -->
</div><!-- container end -->
</div><!-- container-fluid end -->
</div><!-- footer end -->
<!-- JQuery Core
=====================================-->
<scriptsrc="assets/js/core/jquery.min.js"></script>
<scriptsrc="assets/js/core/bootstrap.min.js"></script>
<!-- Magnific Popup
=====================================-->
<scriptsrc="assets/js/magnific-popup/jquery.magnific-popup.min.js"></script>
<scriptsrc="assets/js/magnific-popup/magnific-popup-zoom-gallery.js"></script>
<!-- Progress Bars
=====================================-->
<scriptsrc="assets/js/progress-bar/bootstrap-progressbar.js"></script>
<scriptsrc="assets/js/progress-bar/bootstrap-progressbar-main.js"></script>
<!-- Text Rotator
=====================================-->
<scriptsrc="assets/js/text-rotator/jquery.simple-text-rotator.min.js"></script>
<!-- JQuery Main
=====================================-->
<scriptsrc="assets/js/main/jquery.appear.js"></script>
<scriptsrc="assets/js/main/isotope.pkgd.min.js"></script>
<scriptsrc="assets/js/main/parallax.min.js"></script>
<scriptsrc="assets/js/main/jquery.countTo.js"></script>
<scriptsrc="assets/js/main/owl.carousel.min.js"></script>
<scriptsrc="assets/js/main/jquery.sticky.js"></script>
<scriptsrc="assets/js/main/imagesloaded.pkgd.min.js"></script>
<scriptsrc="assets/js/main/main.js"></script>
</body>
</html>