forked from CodebendersIgdtuw/Codebender-22
-
Notifications
You must be signed in to change notification settings - Fork 0
/
team.html
747 lines (664 loc) · 33.1 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
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
735
736
737
738
739
740
741
742
743
744
745
746
747
<!DOCTYPE HTML>
<!--
**************************************************************
The css used for this page is bootstrap and newupdate.css file
************************************************************
-->
<html>
<head>
<title>Teams</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta name="description" content="" />
<meta name="keywords" content="" />
<!--[if lte IE 8]><script src="css/ie/html5shiv.js"></script><![endif]-->
<script src="team/js/jquery.min.js"></script>
<script src="team/js/jquery.dropotron.min.js"></script>
<script src="team/js/skel.min.js"></script>
<script src="team/js/skel-layers.min.js"></script>
<script src="teamjs/init.js"></script>
<!-- <link rel="stylesheet" href="team/css/skel.css" />
<link rel="stylesheet" href="team/css/style.css" />
<link rel="stylesheet" href="team/css/style-wide.css" /> -->
<!--[if lte IE 8]><link rel="stylesheet" href="css/ie/v8.css" /><![endif]-->
<!-- Favicons -->
<link rel="stylesheet" href="team/css/newupdate.css" />
<link href="assets/img/me.jpg" rel="icon">
<link href="assets/img/me.jpg" 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=Montserrat:wght@300&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous">
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet"integrity="sha384-1BmE4kWBq78iYhFldvKuhfTAU6auU8tT94WrHftjDbrCEXSU1oBoqyl2QvZ6jIW3" crossorigin="anonymous">
<link href="https://fonts.googleapis.com/css2?family=Lato:wght@300&display=swap" rel="stylesheet">
</head>
<body>
<!--Background image-->
<img src="team/images/background.jpg" id="bg" alt="" />
<!--navbar-->
<nav class="navbar navbar-expand-lg navbar-dark text-white bg-dark sticky-top " style=" margin-bottom:30px">
<a class="navbar-brand" href="index.html">
<img src="assets/img/me.jpg" alt="CodeBenders" width="30" height="24" class="d-inline-block align-text-top"
style="margin-right:10px ; margin-left:10px">
</a>
<a class=" navbar-brand" href="index.html">Codebenders</a>
<button class="navbar-toggler" data-toggle="collapse" data-target="#navLinks" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse justify-content-end" id="navLinks">
<ul class="navbar-nav">
<li class="nav-item">
<a class="nav-item nav-link " href="index.html">Home </a>
</li>
<li class="nav-item">
<a class="nav-item nav-link" href="Resources.html">Resources</a>
</li>
<li class="nav-item">
<a class="nav-item nav-link" href="team.html">Team</a>
</li>
<li class="nav-item">
<a class="nav-item nav-link" href="Opportunities.html">Opportunities</a>
</li>
<!--
<li class="nav-item">
<a class="nav-item nav-link" href="#s4">WebD</a>
</li>
<li class="nav-item">
<a class="nav-item nav-link" href="#s5">Miscellaneous</a>
</li> -->
</ul>
</div>
</nav>
<!--navbar end-->
<!-- Heading -->
<div>
<section class="heading">
<h1 style="color: #212529;"> <strong>Meet Codebenders!</strong></h1>
</section>
</div>
<!--President Section-->
<!-- President Heading -->
<div class="topnav">
<a class="active">
<strong>PRESIDENTS 2020-2021</strong> </a>
</div>
<br>
<!--President Members-->
<section id="team">
<div class=" container my-3 py-5 text-center">
<div class="row">
<div class="col-lg-3 col-md-6 pt-1">
<div class="card h-80">
<div class="card-body">
<img class="img-fouild rounded w-75 mb-3"
src="team/images/pic04.jpg"
alt="Sophie">
<h4 class="name">Kritika Yadav</h4>
<h5>President</h5>
<p>4th year Undergraduate</p>
<div class="d-flex flex-row justify-content-center">
<button class="button-2" role="button"><a href="https://www.linkedin.com/in/kritika25">Know more</a></button>
</div>
</div>
</div>
</div>
<div class="col-lg-3 col-md-6 pt-1">
<div class="card h-80">
<div class="card-body">
<img class="img-fouild rounded w-75 mb-3"
src="team/images/pic05.jpg"
alt="Sophie">
<h4 class="name">Lavanya Tyagi</h4>
<h5>President</h5>
<p>4th year Undergraduate</p>
<div class="d-flex flex-row justify-content-center">
<button class="button-2" role="button"><a href="https://www.linkedin.com/in/lavanya-tyagi-8688ba183/">Know more</a></button>
</div>
</div>
</div>
</div>
<div class="col-lg-3 col-md-6 pt-1">
<div class="card h-100">
<div class="card-body">
<img class="img-fouild rounded w-75 mb-3"
src="team/images/pic06.jpg"
alt="Sophie">
<h4 class="name">Mahima Yadav</h4>
<h5>President</h5>
<p>4th year Undergraduate</p>
<div class="d-flex flex-row justify-content-center">
<button class="button-2" role="button"><a href="https://www.linkedin.com/in/mahima-gupta-/">Know more</a></button>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!--President Section End-->
<!--Web Development Section-->
<!--Web Development Heading-->
<br>
<div class="topnav">
<a class="active"> <strong>WEB DEVELOPMENT TEAM</strong></a>
</div>
<br>
<!--Web Development Members-->
<!--1st row webD-->
<section id="team">
<div class="container my-3 py-5 text-center">
<div class="row">
<div class="col-lg-3 col-md-6 pt-1">
<div class="card h-80">
<div class="card-body">
<img class="img-fouild rounded w-75 mb-3"
src="team/images/pic5.jpg"
alt="Sophie">
<h4 class="name">Anjali Singh</h4>
<h5>WebD Core</h5>
<p>3rd year CSE</p>
<div class="d-flex flex-row justify-content-center">
<button class="button-2" role="button"><a href="https://www.linkedin.com/in/anjali-singh-b589471a0">Know more</a></button>
</div>
</div>
</div>
</div>
<div class="col-lg-3 col-md-6 pt-1">
<div class="card h-80">
<div class="card-body">
<img class="img-fouild rounded w-75 mb-3"
src="team/images/Shahina webd core.jpeg"
alt="Sophie">
<h4 class="name">Shahina Bano</h4>
<h5>WebD Core</h5>
<p>3rd year CSE</p>
<div class="d-flex flex-row justify-content-center">
<button class="button-2" role="button"><a href="https://www.linkedin.com/in/shahina-bano-704970192/">Know more</a></button>
</div>
</div>
</div>
</div>
<div class="col-lg-3 col-md-6 pt-1">
<div class="card h-80">
<div class="card-body">
<img class="img-fouild rounded w-75 mb-3"
src="team/images/pic14.jpg"
alt="Sophie">
<h4 class="name">Yashmita</h4>
<h5>WebD Associate</h5>
<p>3rd year CSE</p>
<div class="d-flex flex-row justify-content-center">
<button class="button-2" role="button"><a href="https://www.linkedin.com/in/yashmita-balotiya/">Know more</a></button>
</div>
</div>
</div>
</div>
<div class="col-lg-3 col-md-6 pt-1">
<div class="card h-80">
<div class="card-body">
<img class="img-fouild rounded w-75 mb-3"
src="team/images/pic6.jpg"
alt="Sophie">
<h4 class="name">Simran Saigal</h4>
<h5>WebD Associate</h5>
<p>2nd year CSE</p>
<div class="d-flex flex-row justify-content-center">
<button class="button-2" role="button"><a href="https://www.linkedin.com/in/simran-saigal-30324a1bb/">Know more</a></button>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!--2nd row webD-->
<section id="team">
<div class="container my-3 py-5 text-center">
<div class="row">
<div class="col-lg-3 col-md-6 pt-1">
<div class="card h-80">
<div class="card-body">
<img class="img-fouild rounded w-75 mb-3"
src="team/images/Shreya-webD.jpg"
alt="Shreya">
<h4 class="name">Shreya</h4>
<h5>WebD Coordinator</h5>
<p>2nd year ECE</p>
<div class="d-flex flex-row justify-content-center">
<button class="button-2" role="button"><a href="https://www.linkedin.com/in/shreya24">Know more</a></button></button>
</div>
</div>
</div>
</div>
<div class="col-lg-3 col-md-6 pt-1">
<div class="card h-80">
<div class="card-body">
<img class="img-fouild rounded w-75 mb-3"
src="team/images/mahima-WebD.jpg"
alt="Mahima">
<h4 class="name">Mahima Pasricha</h4>
<h5>WebD Coordinator</h5>
<p>2nd year IT</p>
<div class="d-flex flex-row justify-content-center">
<button class="button-2" role="button"><a href="https://www.linkedin.com/in/mahima-pasricha-439b8a203/">Know more</a></button>
</div>
</div>
</div>
</div>
<div class="col-lg-3 col-md-6 pt-1">
<div class="card h-80">
<div class="card-body">
<img class="img-fouild rounded w-75 mb-3"
src="team/images/IshaWebD.jpg"
alt="Sophie">
<h4 class="name">Isha</h4>
<h5>WebD Coordinator</h5>
<p>1st year IT</p>
<div class="d-flex flex-row justify-content-center">
<button class="button-2" role="button"><a href="http://www.linkedin.com/in/falselunatic">Know more</a></button>
</div>
</div>
</div>
</div>
<div class="col-lg-3 col-md-6 pt-1">
<div class="card h-80">
<div class="card-body">
<img class="img-fouild rounded w-75 mb-3"
src="team/images/Kirti-WebD.jpg"
alt="Sophie">
<h4 class="name">Kirti</h4>
<h5>WebD Coordinator</h5>
<p>1st year CSE</p>
<div class="d-flex flex-row justify-content-center">
<button class="button-2" role="button"><a href="https://www.linkedin.com/in/kirti-chakarwarti/">Know more</a></button>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!--WebD section end-->
<!--EM section-->
<!--EM HEADING-->
<br>
<div class="topnav">
<a class="active"> <strong>EVENT MANAGEMENT TEAM</strong></a>
</div>
<br>
<!--EM Members-->
<!--1st row EM-->
<section id="team">
<div class="container my-3 py-5 text-center">
<div class="row">
<div class="col-lg-3 col-md-6 pt-1">
<div class="card h-80">
<div class="card-body">
<img class="img-fouild rounded w-75 mb-3"
src="team/images/Areen-EM core.jpg"
alt="Sophie">
<h4 class="name">Areen Kaur</h4>
<h5>EM Core</h5>
<p>2nd year ECE</p>
<div class="d-flex flex-row justify-content-center">
<button class="button-2" role="button"><a href="https://www.linkedin.com/in/areen-kaur/">Know more</a></button>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!--2nd row EM-->
<section id="team">
<div class="container my-3 py-5 text-center">
<div class="row ">
<div class="col-lg-3 col-md-6 pt-1">
<div class="card h-80">
<div class="card-body">
<img class="img-fouild rounded w-75 mb-3"
src="team/images/Girisha Sahdev-EM.jpg"
alt="Sophie">
<h4 class="name">Girisha Sahdev</h4>
<h5>EM Coordinator</h5>
<p>1st year MAE</p>
<div class="d-flex flex-row justify-content-center">
<button class="button-2" role="button"><a href="https://www.linkedin.com/in/girisha-sahdev-131056231/">Know more</a></button>
</div>
</div>
</div>
</div>
<div class="col-lg-3 col-md-6 pt-1">
<div class="card h-80">
<div class="card-body">
<img class="img-fouild rounded w-75 mb-3"
src="team/images/prachi-EM.jpg"
alt="Sophie">
<h4 class="name">Prachi Sinha</h4>
<h5>EM Coordinator</h5>
<p>1st year IT</p>
<div class="d-flex flex-row justify-content-center">
<button class="button-2" role="button"><a href="https://www.linkedin.com/in/prachi-s-79412b226/">Know more</a></button>
</div>
</div>
</div>
</div>
<div class="col-lg-3 col-md-6 pt-1">
<div class="card h-80">
<div class="card-body">
<img class="img-fouild rounded w-75 mb-3"
src="team/images/Shruti-EM.jpg"
alt="Sophie">
<h4 class="name">Shruti Bansal</h4>
<h5>EM Coordinator</h5>
<p>1st year CSAI</p>
<div class="d-flex flex-row justify-content-center">
<button class="button-2" role="button">Know more</button>
</div>
</div>
</div>
</div>
<div class="col-lg-3 col-md-6 pt-1">
<div class="card h-80">
<div class="card-body">
<img class="img-fouild rounded w-75 mb-3"
src="team/images/Suchi-EM.jpg"
alt="Sophie">
<h4 class="name">Suchi Tiwari</h4>
<h5>EM Coordinator</h5>
<p>CSAI</p>
<div class="d-flex flex-row justify-content-center">
<button class="button-2" role="button">Know more</button>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!--EM section end-->
<!--Editorial Team-->
<!--Editorial Heading-->
<br>
<div class="topnav">
<a class="active"> <strong>EDITORIAL TEAM</strong></a>
</div>
<br>
<!--Editorial Members-->
<section id="team">
<div class="container my-3 py-5 text-center">
<div class="row">
<div class="col-lg-3 col-md-6 pt-1">
<div class="card h-80">
<div class="card-body">
<img class="img-fouild rounded w-75 mb-3"
src="team/images/pic12.jpg"
alt="Sophie">
<h4 class="name">Yashvi Singh</h4>
<h5>Editorial Core</h5>
<p>2nd year ECE</p>
<div class="d-flex flex-row justify-content-center">
<button class="button-2" role="button"><a href="https://www.linkedin.com/in/rtr-yashvi-singh-358414202">Know more</a></button>
</div>
</div>
</div>
</div>
<div class="col-lg-3 col-md-6 pt-1">
<div class="card h-80">
<div class="card-body">
<img class="img-fouild rounded w-75 mb-3"
src="team/images/Shubhagi-Edit.jpg"
alt="Sophie">
<h4 class="name">Shubhangi</h4>
<h5>Editorial Coordinate</h5>
<p>1st year MAE </p>
<div class="d-flex flex-row justify-content-center">
<button class="button-2" role="button"><a href="https://www.linkedin.com/in/shubhangi-shreya-9a880822a">Know more</a></button>
</div>
</div>
</div>
</div>
<div class="col-lg-3 col-md-6 pt-1">
<div class="card h-80">
<div class="card-body">
<img class="img-fouild rounded w-75 mb-3"
src="team/images/Mansi-Edit.jpg"
alt="Sophie">
<h4 class="name">Mansi Duggal</h4>
<h5>Editorial Coordinator</h5>
<p>1st year CSE</p>
<div class="d-flex flex-row justify-content-center">
<button class="button-2" role="button"><a href="https://www.linkedin.com/in/manasi-duggal-7b62911a7">Know more</a></button>
</div>
</div>
</div>
</div>
<div class="col-lg-3 col-md-6 pt-1">
<div class="card h-80">
<div class="card-body">
<img class="img-fouild rounded w-75 mb-3"
src="team/images/Prerna-Edit.jpg"
alt="Sophie">
<h4 class="name">Prerna Singh</h4>
<h5>Editorial Coordinator</h5>
<p>1st year CSE</p>
<div class="d-flex flex-row justify-content-center">
<button class="button-2" role="button"><a href="https://www.linkedin.com/in/prerna-s-5b116922a">Know more</a></button>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!--Editorial Section End-->
<!--PR Section-->
<!--PR heading-->
<br>
<div class="topnav">
<a class="active"> <strong>PUBLIC RELATIONS TEAM</strong></a>
</div>
<br>
<!--PR members-->
<!--1st row PR-->
<section id="team">
<div class="container my-3 py-5 text-center">
<div class="row">
<div class="col-lg-3 col-md-6 pt-1">
<div class="card h-80">
<div class="card-body">
<img class="img-fouild rounded w-75 mb-3"
src="team/images/Samya-PR Core.jpeg"
alt="Sophie">
<h4 class="name">Samya Jain</h4>
<h5>PR Core</h5>
<p>2nd year CSAI</p>
<div class="d-flex flex-row justify-content-center">
<button class="button-2" role="button"><a href="https://in.linkedin.com/in/samya-jain-a68443204">Know more</a></button>
</div>
</div>
</div>
</div>
<!-- <div class="col-lg-3 col-md-6 pt-1">
<div class="card h-80">
<div class="card-body">
<img class="img-fouild rounded w-75 mb-3"
src="team/images/pic17.jpg"
alt="Sophie">
<h4 class="name">Akriti Varshney</h4>
<h5>PR Associate</h5>
<p>2nd year MAE</p>
<div class="d-flex flex-row justify-content-center">
<button class="button-2" role="button"><a href="https://www.linkedin.com/in/akriti-varshney-7a8b46207/">Know more</a></button>
</div>
</div>
</div>
</div>
<div class="col-lg-3 col-md-6 pt-1">
<div class="card h-80">
<div class="card-body">
<img class="img-fouild rounded w-75 mb-3"
src="team/images/pic10.jpg"
alt="Sophie">
<h4 class="name">Aditi Sharma</h4>
<h5>PR Associate</h5>
<p>2nd year ECE</p>
<div class="d-flex flex-row justify-content-center">
<button class="button-2" role="button"><a href="https://www.linkedin.com/in/aditi-sharma-36850a208/">Know more</a></button>
</div>
</div>
</div>
</div> -->
</div>
</div>
</section>
<!--2nd row PR-->
<section id="team">
<div class="container my-3 py-5 text-center">
<div class="row">
<div class="col-lg-3 col-md-6 pt-1">
<div class="card h-80">
<div class="card-body">
<img class="img-fouild rounded w-75 mb-3"
src="team/images/Astha-PR.jpeg"
alt="Sophie">
<h4 class="name">Astha Narayan</h4>
<h5>PR Coordinator</h5>
<p>2nd year ECE</p>
<div class="d-flex flex-row justify-content-center">
<button class="button-2" role="button"><a href="https://www.linkedin.com/in/astha-narayan-1a1515a6">Know more</a></button>
</div>
</div>
</div>
</div>
<div class="col-lg-3 col-md-6 pt-1">
<div class="card h-80">
<div class="card-body">
<img class="img-fouild rounded w-75 mb-3"
src="team/images/bhashi-PR.jpg"
alt="Sophie">
<h4 class="name">Bhashi</h4>
<h5>PR Coordinator</h5>
<p>1st year DMAM</p>
<div class="d-flex flex-row justify-content-center">
<button class="button-2" role="button"><a href="https://www.linkedin.com/in/bhashi-62117222a">Know more</a></button>
</div>
</div>
</div>
</div>
<div class="col-lg-3 col-md-6 pt-1">
<div class="card h-80">
<div class="card-body">
<img class="img-fouild rounded w-75 mb-3"
src="team/images/swati-PR.jpg"
alt="Sophie">
<h4 class="name">Swati Maurya</h4>
<h5>PR Coordinator</h5>
<p>1st year CSAI</p>
<div class="d-flex flex-row justify-content-center">
<button class="button-2" role="button"><a href="https://www.linkedin.com/in/swati-maurya-92958a223">Know more</a></button>
</div>
</div>
</div>
</div>
<div class="col-lg-3 col-md-6 pt-1">
<div class="card h-80">
<div class="card-body">
<img class="img-fouild rounded w-75 mb-3"
src="team/images/Sakshi-PR.jpg"
alt="Sophie">
<h4 class="name">Sakshi Sihag</h4>
<h5>PR Coordinator</h5>
<p>1st year CSAI</p>
<div class="d-flex flex-row justify-content-center">
<button class="button-2" role="button"><a href="https://www.linkedin.com/in/sakshi-sihag-1282281ab">Know more</a></button>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!--PR section end-->
<!--Founder section-->
<!--Founder Heading-->
<br>
<div class="topnav">
<a class="active"> <strong>FOUNDERS</strong></a>
</div>
<br>
<!--Founders-->
<section id="team">
<div class="container my-3 py-5 text-center">
<div class="row">
<div class="col-lg-3 col-md-6 pt-1">
<div class="card h-80">
<div class="card-body">
<img class="img-fouild rounded w-75 mb-3"
src="team/images/pic1.jpg"
alt="Sophie">
<h4 class="name">Diksha Rathee</h4>
<h5>Founder</h5>
<p>Pass out 2017 Batch</p>
<div class="d-flex flex-row justify-content-center">
<button class="button-2" role="button"><a href="https://www.linkedin.com/in/diksharathi/">Know more</a></button>
</div>
</div>
</div>
</div>
<div class="col-lg-3 col-md-6 pt-1">
<div class="card h-80">
<div class="card-body">
<img class="img-fouild rounded w-75 mb-3"
src="team/images/pic2.jpg"
alt="Sophie">
<h4 class="name">Sanya Taneja</h4>
<h5>Founder</h5>
<p>Pass out 2018 Batch</p>
<div class="d-flex flex-row justify-content-center">
<button class="button-2" role="button"><a href="https://www.linkedin.com/in/sanya-bathla-taneja/">Know more</a></button>
</div>
</div>
</div>
</div>
</section>
<!--Founders section end-->
<!-- ======= Footer ======= -->
<center>
<footer id="footer">
<div class="container">
<div class="copyright">
© Copyright <strong><span>Lonely</span></strong> & Redesigned by <strong><span><a class="footer-a" href="https://www.linkedin.com/company/codebenders/about/">Codebenders</a></span></strong>. All Rights Reserved.
</div>
<div class="credits">
<!-- All the links in the footer should remain intact. -->
<!-- You can delete the links only if you purchased the pro version. -->
<!-- Licensing information: https://bootstrapmade.com/license/ -->
<!-- Purchase the pro version with working PHP/AJAX contact form: https://bootstrapmade.com/free-html-bootstrap-template-lonely/ -->
</div>
</div>
</footer>
<!-- End Footer -->
<!--Javascript for navbar-->
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js"
integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo"
crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.3/umd/popper.min.js"
integrity="sha384-ZMP7rVo3mIykV+2+9J3UJ46jBk0WLaUAdn689aCwoqbBJiSnjAK/l8WvCWPIPm49"
crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/js/bootstrap.min.js"
integrity="sha384-ChfqqxuZUCnJSK3+MXmPNIyE6ZbWh2IMqE241rYiqJxyMiZ6OW/JmZQ5stwEULTy"
crossorigin="anonymous"></script>
<script>
$(function () {
$(document).scroll(function () {
var $nav = $("#mainNavbar");
$nav.toggleClass("scrolled", $(this).scrollTop() > $nav.height());
});
});
</script>
<!--Javascript for navbar end-->
<script src="https://code.jquery.com/jquery-3.2.1.slim.min.js" integrity="sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.12.9/umd/popper.min.js" integrity="sha384-ApNbgh9B+Y1QKtv3Rn7W3mgPxhU9K/ScQsAP7hUibX39j7fakFPskvXusvfa0b4Q" crossorigin="anonymous"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.min.js" integrity="sha384-JZR6Spejh4U02d8jOt6vLEHfe/JQGiRRSQQxSfFWpi1MquVdAyjUar5+76PVCmYl" crossorigin="anonymous"></script>
</body>
</html>