-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
840 lines (822 loc) · 58.6 KB
/
index.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
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
<!DOCTYPE html>
<html lang="en-US">
<head>
<!-- Primary Meta Tags -->
<title>E-Cell IIITD</title>
<meta name="title" content="E-Cell IIITD">
<meta name="description" content="Entrepreneurship Cell of Indraprastha Institute of Information Technology Delhi">
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website">
<meta property="og:url" content="https://ecell-iiitd.netlify.app/">
<meta property="og:title" content="E-Cell IIITD">
<meta property="og:description"
content="Entrepreneurship Cell of Indraprastha Institute of Information Technology Delhi">
<meta property="og:image" content="./assets/logo.png">
<!-- Twitter -->
<meta property="twitter:card" content="summary_large_image">
<meta property="twitter:url" content="https://ecell-iiitd.netlify.app/">
<meta property="twitter:title" content="E-Cell IIITD">
<meta property="twitter:description"
content="Entrepreneurship Cell of Indraprastha Institute of Information Technology Delhi">
<meta property="twitter:image" content="./assets/logo.png">
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="https://unpkg.com/tailwindcss@^2/dist/tailwind.min.css" rel="stylesheet">
<link href="https://unpkg.com/[email protected]/dist/aos.css" rel="stylesheet">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.15.4/css/all.css"
integrity="sha384-DyZ88mC6Up2uqS4h/KRgHuoeGwBcD4Ng9SiP4dIRy0EXTlnuz47vAwmeGwVChigm" crossorigin="anonymous">
<link rel="stylesheet" href="https://unpkg.com/swiper@7/swiper-bundle.min.css" />
<link rel="stylesheet" href="./styles.css">
<title>Welcome to E-Cell IIITD</title>
</head>
<body class="flex flex-col min-h-screen">
<header class="header z-10">
<nav class="nav">
<div class="w-full flex justify-between">
<div class="logo-div mt-5 md:mt-10 ml-5 md:ml-20">
<a href="#home">
<img src="./assets/logo.png" alt="E-Cell IIITD" class="h-12 w-12 rounded-full">
</a>
</div>
<button class="outline-none flex justify-center items-center">
<div class="menu-icon fixed right-5 md:right-20 top-5 md:top-10 z-10 bg-black rounded-full p-3">
<svg class="svg-icon" viewBox="0 0 20 20">
<path fill="none"
d="M3.314,4.8h13.372c0.41,0,0.743-0.333,0.743-0.743c0-0.41-0.333-0.743-0.743-0.743H3.314
c-0.41,0-0.743,0.333-0.743,0.743C2.571,4.467,2.904,4.8,3.314,4.8z M16.686,15.2H3.314c-0.41,0-0.743,0.333-0.743,0.743
s0.333,0.743,0.743,0.743h13.372c0.41,0,0.743-0.333,0.743-0.743S17.096,15.2,16.686,15.2z M16.686,9.257H3.314
c-0.41,0-0.743,0.333-0.743,0.743s0.333,0.743,0.743,0.743h13.372c0.41,0,0.743-0.333,0.743-0.743S17.096,9.257,16.686,9.257z">
</path>
</svg>
</div>
</button>
<div class="nav-list hidden fixed md:space-x-4 z-10 flex md:flex-row">
<a href="#about" class="text-white hover:text-black"><span
class="bg-black hover:bg-white p-2 rounded-lg transform transition duration-700 delay-50 border hover:border-black">About</span></a>
<a href="#initiatives" class="text-white hover:text-black"><span
class="bg-black hover:bg-white p-2 rounded-lg transform transition duration-700 delay-50 border hover:border-black">Initiatives</span></a>
<a href="#events" class="text-white hover:text-black"><span
class="bg-black hover:bg-white p-2 rounded-lg transform transition duration-700 delay-50 border hover:border-black">Events</span></a>
<a href="#team" class="text-white hover:text-black"><span
class="bg-black hover:bg-white p-2 rounded-lg transform transition duration-700 delay-50 border hover:border-black">Team</span></a>
<a href="#getintouch" class="text-white hover:text-black"><span
class="bg-black hover:bg-white p-2 rounded-lg transform transition duration-700 delay-50 border hover:border-black">Get
In Touch</span></a>
</div>
<button class="outline-none flex justify-center items-center">
<div
class="hidden close-icon fixed right-5 md:right-20 top-5 md:top-10 z-10 bg-black rounded-full p-3">
<svg class="svg-icon" viewBox="0 0 20 20">
<path fill="none" d="M11.469,10l7.08-7.08c0.406-0.406,0.406-1.064,0-1.469c-0.406-0.406-1.063-0.406-1.469,0L10,8.53l-7.081-7.08
c-0.406-0.406-1.064-0.406-1.469,0c-0.406,0.406-0.406,1.063,0,1.469L8.531,10L1.45,17.081c-0.406,0.406-0.406,1.064,0,1.469
c0.203,0.203,0.469,0.304,0.735,0.304c0.266,0,0.531-0.101,0.735-0.304L10,11.469l7.08,7.081c0.203,0.203,0.469,0.304,0.735,0.304
c0.267,0,0.532-0.101,0.735-0.304c0.406-0.406,0.406-1.064,0-1.469L11.469,10z"></path>
</svg>
</div>
</button>
</div>
</nav>
</header>
<main class="main flex-grow">
<section class="main" id="home">
<div class="">
<div class="main-div">
<div class="main-img"></div>
<div class="quote heading absolute top-60 right-14 md:right-20 w-3/4 md:w-1/2 text-xl md:text-2xl">
Twenty years from now, you will be more disappointed by the things that you didn’t do than by
the ones you did do. So throw off the bowlines. Sail away from the safe harbor. Catch the trade
winds in your sails. Explore. Dream. Discover.”
<br>
Mark Twain
</div>
</div>
<div>
<a href="#about">
<svg class="arrows">
<path class="a1" d="M0 0 L30 32 L60 0"></path>
<path class="a2" d="M0 20 L30 52 L60 20"></path>
<path class="a3" d="M0 40 L30 72 L60 40"></path>
</svg>
</a>
</div>
</div>
</section>
<!-- <section class="landing-mobile hidden" id="about home">
<div class="min-h-screen flex justify-center">
<div class="landing-div-mob flex flex-col">
<div class="about-img-mob w-full flex justify-center mt-16" data-aos="zoom-in"
data-aos-duration="2000">
<img src="./assets/main.jpg" alt="About Image" class="rounded-lg main-sm">
</div>
<div class="about-mob m-10" data-aos="zoom-in" data-aos-duration="2000">
<p class="font-bold text-center">"An entrepreneur is an individual who identifies a need in
the marketplace and works to
fulfil it." <br> - Marry K.Pratt</p>
<br>
</div>
</div>
</div>
</section> -->
<section class="about" id="about">
<div class="margin-space">
<div class="about min-h-screen mx-auto w-full flex justify-center items-center">
<div class="about-div mt-10 flex flex-col items-center">
<h1 class="heading text-3xl uppercase" data-aos="zoom-in" data-aos-duration="2000">
About Us</h1>
<br><br>
<div class="about-div flex flex-wrap justify-center mx-10">
<p class="text-center text-sm md:text-xl mb-5" data-aos="zoom-in" data-aos-duration="2000">
The 21st century has made us all realise the importance of developing and investing in
startups that work upon adapting to evolving technologies and creating solutions for a
better future.
At a global level, India is emerging as one of the biggest startup ecosystems.
Thus, following upon these footsteps we the Entrepreneurship Cell (E-Cell) of IIITD is a
group consisting of the students of IIITD committed to foster the entrepreneurial spirit
amongst the students by publishing a weekly Newsletter, organising Founder's & Wisdom
talk,
spreading awareness by posting insightful as well as informative content related to
entrepreneurship and organising events like PitchCafe, Ideathon, the Perfect Escape,
Scaleup
and many more.
</p>
<br><br>
<a href="#getintouch" data-aos="flip-left" data-aos-duration="2000">
<button
class="py-3 px-4 rounded-lg bg-black text-white transform transition duration-700 delay-50 hover:bg-white hover:text-black hover:border-black border">
Get In Touch
</button>
</a>
</div>
</div>
</div>
</div>
</section>
<section class="initiatives bg-black" id="initiatives">
<div class="margin-space">
<div class="initiatives min-h-screen mx-auto w-full flex justify-center items-center">
<div class="initiatives-div mt-10 flex flex-col items-center">
<h1 class="heading text-3xl uppercase text-white" data-aos="zoom-in" data-aos-duration="2000">
Initiatives</h1>
<br><br><br>
<div class="events-div flex flex-wrap justify-center">
<div class="ideathon-card">
<div class="m-3 ideathon-front" data-aos="flip-left" data-aos-duration="2000">
<img src="./assets/initiatives/ideathon.png" alt="Ideathon"
class="rounded-lg initiatives-img">
</div>
<div class="ideathon-back p-5 rounded-lg flex justify-center items-center m-4">
<p class="text-center">
Every crisis is an opportunity in disguise. The advent of COVID plunged the
world into chaos, but how we perceive this situation depends on our outlook.
Ideathon provides a platform to find innovative and lucrative solutions to
problems due to COVID and other real-world issues it mitigates.
</p>
</div>
</div>
<div class="pitch-card">
<div class="m-3 pitch-front" data-aos="flip-left" data-aos-duration="2000">
<img src="./assets/initiatives/pitch-cafe.jpg" alt="Pitch Cafe"
class="rounded-lg initiatives-img">
</div>
<div class="pitch-back p-5 rounded-lg flex justify-center items-center m-4">
<p class="text-center">
An event that will require you to jog your mind and bring forth the best
problem-solving skills you have. Identify a real-life problem, build your idea
around it, weigh its pros and cons and figure out the most creative yet
lucrative
solution to tackle it to gain the upper hand in this event.
</p>
</div>
</div>
<div class="founders-card">
<div class="m-3 founders-front" data-aos="flip-left" data-aos-duration="2000">
<img src="./assets/initiatives/founders-talk.png" alt="Founders Talk"
class="rounded-lg initiatives-img">
</div>
<div class="founders-back p-5 rounded-lg flex justify-center items-center m-4">
<p class="text-center">
No mountain can be scaled within a day. Founder's talk exposes the budding
entrepreneurs towards the harsh realities of entrepreneurship, the challenges
they faced when they started their venture and their goals which kept them on
their path to success.
</p>
</div>
</div>
<div class="open-house-card">
<div class="m-3 open-house-front" data-aos="flip-left" data-aos-duration="2000">
<img src="./assets/initiatives/open-house.jpg" alt="Open House"
class="rounded-lg initiatives-img">
</div>
<div class="open-house-back p-5 rounded-lg flex justify-center items-center m-4">
<p class="text-center">
A novel concept introduced by E-Cell for all the aspiring entrepreneurs to get
their queries ranging from property rights, funding etc., resolved by a panel
composed of experienced entrepreneurs and experts of this domain.
</p>
</div>
</div>
<div class="snack-card">
<div class="m-3 snack-front" data-aos="flip-left" data-aos-duration="2000">
<img src="./assets/initiatives/snackchat.png" alt="Snack Chat"
class="rounded-lg initiatives-img">
</div>
<div class="snack-back p-5 rounded-lg flex justify-center items-center m-4">
<p class="text-center">
An offline discussion meet where like-minded people sit together to discuss
different topics related to Entrepreneurship and try to solve different
problems, which seem normal but can bring a huge change in the World.
</p>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="events" id="events">
<div class="margin-space">
<div class="events min-h-screen mx-auto w-full flex justify-center items-center">
<div class="initiatives-div mt-10 flex flex-col items-center">
<h1 class="heading text-3xl uppercase text-black" data-aos="zoom-in" data-aos-duration="2000">
Upcoming Events
</h1>
<br><br><br>
<div class="events-div flex flex-wrap justify-center">
<div data-aos="zoom-in" data-aos-duration="2000">
<!-- <p class="text-center">
No Upcoming Events
</p> -->
<a href="./pitch-cafe.html" target="_blank">
<div class="flex flex-col space-y-5 justify-center items-center mx-auto text-center font-bold">
<img src="./assets/initiatives/pitch-cafe.jpg" alt="Pitch Cafe"
class="rounded-lg initiatives-img">
<h1>Pitch Cafe</h1>
</div>
</a>
</div>
<!-- <div class="m-3" data-aos="flip-left" data-aos-duration="2000">
<img src="./assets/events/tech-bazaar.jpg" alt="Tech Bazaar"
class="rounded-lg events-img">
<p class="py-4 text-center text-black">Tech Bazaar</p>
</div>
<div class="scale-card">
<div class="m-3 scale-front" data-aos="flip-left" data-aos-duration="2000">
<img src="./assets/events/scale-up.jpg" alt="Scale Up"
class="rounded-lg events-img">
</div>
<div class="scale-back p-5 rounded-lg flex justify-center items-center mt-4">
<p class="text-center text-white">
ScaleUp is a Shark-tank-based event where you are given a choice to don the role
of
an entrepreneur or an investor to negotiate the best deal possible. The
participants
use their wits and negotiating skills as the investors maximise their stakes on
profitable start-ups, and the entrepreneurs try to increase the valuation of
their
company.
</p>
</div>
</div> -->
<!-- <div class="m-3" data-aos="flip-left" data-aos-duration="2000">
<img src="https://via.placeholder.com/250X250" alt="Event 3" class="rounded-lg events-img">
<p class="py-4 text-center text-black">Event 3</p>
</div>
<div class="m-3" data-aos="flip-left" data-aos-duration="2000">
<img src="https://via.placeholder.com/250X250" alt="Event 4" class="rounded-lg events-img">
<p class="py-4 text-center text-black">Event 4</p>
</div> -->
</div>
</div>
</div>
</div>
</section>
<section class="team bg-black" id="team">
<div class="margin-space">
<div class="mx-auto w-full min-h-screen flex flex-col justify-center items-center">
<div class="exec-members-div swiper-slide flex flex-col items-center mt-16 mb-10">
<h1 class="heading text-3xl uppercase text-white" data-aos="zoom-in" data-aos-duration="2000">
Executive Members</h1>
<br><br><br>
<div class="flex justify-center mx-auto w-full">
<div class="team-desktop exec-members-container swiper swiper-exec flex">
<div class="swiper-wrapper">
<div class="exec-members-div swiper-slide my-3 flex flex-col space-y-4"
data-aos="zoom-in" data-aos-duration="2000">
<div class="flex justify-center">
<img src="./assets/members/anshul.jpeg" alt="Anshul Yadav"
class="rounded-lg w-48 h-48">
</div>
<div class="flex flex-col justify-center items-center text-center">
<h1 class="heading text-center text-white">Anshul Yadav</h1>
<h2 class="text-center text-white">CEO</h2>
</div>
</div>
<div class="exec-members-div swiper-slide my-3 flex flex-col space-y-4"
data-aos="zoom-in" data-aos-duration="2000">
<div class="flex justify-center">
<img src="./assets/members/pooja.jpg" alt="Pooja Kumari"
class="rounded-lg w-48 h-48">
</div>
<div class="flex flex-col justify-center items-center text-center">
<h1 class="heading text-center text-white">Pooja Kumari</h1>
<h2 class="text-center text-white">COO</h2>
</div>
</div>
<div class="exec-members-div swiper-slide my-3 flex flex-col space-y-4"
data-aos="zoom-in" data-aos-duration="2000">
<div class="flex justify-center">
<img src="./assets/members/shivam.jpg" alt="Shivam Agrawal"
class="rounded-lg w-48 h-48">
</div>
<div class="flex flex-col justify-center items-center text-center">
<h1 class="heading text-center text-white">Shivam Agrawal</h1>
<h2 class="text-center text-white">COO</h2>
</div>
</div>
<div class="exec-members-div swiper-slide my-3 flex flex-col space-y-4"
data-aos="zoom-in" data-aos-duration="2000">
<div class="flex justify-center">
<img src="./assets/members/chintan.jpg" alt="Chintan Puggalok"
class="rounded-lg w-48 h-48">
</div>
<div class="flex flex-col justify-center items-center text-center">
<h1 class="heading text-center text-white">Chintan Puggalok</h1>
<h2 class="text-center text-white">CMO</h2>
</div>
</div>
<div class="exec-members-div swiper-slide my-3 flex flex-col space-y-4"
data-aos="zoom-in" data-aos-duration="2000">
<div class="flex justify-center">
<img src="./assets/members/ayush.jpg" alt="Ayush Madan"
class="rounded-lg w-48 h-48">
</div>
<div class="flex flex-col justify-center items-center text-center">
<h1 class="heading text-center text-white">Ayush Madan</h1>
<h2 class="text-center text-white">Social Executive</h2>
</div>
</div>
<div class="exec-members-div swiper-slide my-3 flex flex-col space-y-4"
data-aos="zoom-in" data-aos-duration="2000">
<div class="flex justify-center">
<img src="./assets/members/rahul.jpg" alt="Rahul Jaiswal"
class="rounded-lg w-48 h-48">
</div>
<div class="flex flex-col justify-center items-center text-center">
<h1 class="heading text-center text-white">Rahul Jaiswal</h1>
<h2 class="text-center text-white">Content Executive</h2>
</div>
</div>
</div>
<div class="swiper-button-prev"></div>
<div class="swiper-button-next"></div>
</div>
<div class="team-mob exec-members-container swiper swiper-exec-mob flex">
<div class="swiper-wrapper">
<div class="exec-members-div swiper-slide my-3 flex flex-col space-y-4"
data-aos="zoom-in" data-aos-duration="2000">
<div class="flex justify-center">
<img src="./assets/members/anshul.jpeg" alt="Anshul Yadav"
class="rounded-lg w-72 h-72">
</div>
<div class="flex flex-col justify-center items-center text-center">
<h1 class="heading text-center text-white">Anshul Yadav</h1>
<h2 class="text-center text-white">CEO</h2>
</div>
</div>
<div class="exec-members-div swiper-slide my-3 flex flex-col space-y-4"
data-aos="zoom-in" data-aos-duration="2000">
<div class="flex justify-center">
<img src="./assets/members/pooja.jpg" alt="Pooja Kumari"
class="rounded-lg w-72 h-72">
</div>
<div class="flex flex-col justify-center items-center text-center">
<h1 class="heading text-center text-white">Pooja Kumari</h1>
<h2 class="text-center text-white">COO</h2>
</div>
</div>
<div class="exec-members-div swiper-slide my-3 flex flex-col space-y-4"
data-aos="zoom-in" data-aos-duration="2000">
<div class="flex justify-center">
<img src="./assets/members/shivam.jpg" alt="Shivam Agrawal"
class="rounded-lg w-72 h-72">
</div>
<div class="flex flex-col justify-center items-center text-center">
<h1 class="heading text-center text-white">Shivam Agrawal</h1>
<h2 class="text-center text-white">COO</h2>
</div>
</div>
<div class="exec-members-div swiper-slide my-3 flex flex-col space-y-4"
data-aos="zoom-in" data-aos-duration="2000">
<div class="flex justify-center">
<img src="./assets/members/chintan.jpg" alt="Chintan Puggalok"
class="rounded-lg w-72 h-72">
</div>
<div class="flex flex-col justify-center items-center text-center">
<h1 class="heading text-center text-white">Chintan Puggalok</h1>
<h2 class="text-center text-white">CMO</h2>
</div>
</div>
<div class="exec-members-div swiper-slide my-3 flex flex-col space-y-4"
data-aos="zoom-in" data-aos-duration="2000">
<div class="flex justify-center">
<img src="./assets/members/ayush.jpg" alt="Ayush Madan"
class="rounded-lg w-72 h-72">
</div>
<div class="flex flex-col justify-center items-center text-center">
<h1 class="heading text-center text-white">Ayush Madan</h1>
<h2 class="text-center text-white">Social Executive</h2>
</div>
</div>
<div class="exec-members-div swiper-slide my-3 flex flex-col space-y-4"
data-aos="zoom-in" data-aos-duration="2000">
<div class="flex justify-center">
<img src="./assets/members/rahul.jpg" alt="Rahul Jaiswal"
class="rounded-lg w-72 h-72">
</div>
<div class="flex flex-col justify-center items-center text-center">
<h1 class="heading text-center text-white">Rahul Jaiswal</h1>
<h2 class="text-center text-white">Content Executive</h2>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="board-members-div swiper-slide flex flex-col items-center mt-16 mb-10">
<h1 class="heading text-3xl uppercase text-white" data-aos="zoom-in" data-aos-duration="2000">
Board Members</h1>
<br><br><br>
<div class="flex justify-center mx-auto w-full">
<div class="team-desktop board-members-container swiper swiper-member flex">
<div class="swiper-wrapper">
<div class="board-members-div swiper-slide my-3 flex flex-col space-y-4"
data-aos="zoom-in" data-aos-duration="2000">
<div class="flex justify-center">
<img src="./assets/members/abhinav.jpeg" alt="Abhinav Gudipati"
class="rounded-lg w-48 h-48">
</div>
<div class="flex flex-col justify-center items-center text-center">
<h1 class="heading text-center text-white">Abhinav Gudipati</h1>
</div>
</div>
<div class="board-members-div swiper-slide my-3 flex flex-col space-y-4"
data-aos="zoom-in" data-aos-duration="2000">
<div class="flex justify-center">
<img src="./assets/members/aditya.jpg" alt="Aditya"
class="rounded-lg w-48 h-48">
</div>
<div class="flex flex-col justify-center items-center text-center">
<h1 class="heading text-center text-white">Aditya</h1>
</div>
</div>
<div class="board-members-div swiper-slide my-3 flex flex-col space-y-4"
data-aos="zoom-in" data-aos-duration="2000">
<div class="flex justify-center">
<img src="./assets/members/akshita.jpeg" alt="Akshita Gupta"
class="rounded-lg w-48 h-48">
</div>
<div class="flex flex-col justify-center items-center text-center">
<h1 class="heading text-center text-white">Akshita Gupta</h1>
</div>
</div>
<div class="board-members-div swiper-slide my-3 flex flex-col space-y-4"
data-aos="zoom-in" data-aos-duration="2000">
<div class="flex justify-center">
<img src="./assets/members/anurag.jpg" alt="Anurag Gulati"
class="rounded-lg w-48 h-48">
</div>
<div class="flex flex-col justify-center items-center text-center">
<h1 class="heading text-center text-white">Anurag Gulati</h1>
</div>
</div>
<div class="board-members-div swiper-slide my-3 flex flex-col space-y-4"
data-aos="zoom-in" data-aos-duration="2000">
<div class="flex justify-center">
<img src="./assets/members/pragyan.jpg" alt="Pragyan Yadav"
class="rounded-lg w-48 h-48">
</div>
<div class="flex flex-col justify-center items-center text-center">
<h1 class="heading text-center text-white">Pragyan Yadav</h1>
</div>
</div>
<div class="board-members-div swiper-slide my-3 flex flex-col space-y-4"
data-aos="zoom-in" data-aos-duration="2000">
<div class="flex justify-center">
<img src="./assets/members/rakshit.jpeg" alt="Rakshit"
class="rounded-lg w-48 h-48">
</div>
<div class="flex flex-col justify-center items-center text-center">
<h1 class="heading text-center text-white">Rakshit</h1>
</div>
</div>
<div class="board-members-div swiper-slide my-3 flex flex-col space-y-4"
data-aos="zoom-in" data-aos-duration="2000">
<div class="flex justify-center">
<img src="./assets/members/ritwick.png" alt="Ritwick Pal"
class="rounded-lg w-48 h-48">
</div>
<div class="flex flex-col justify-center items-center text-center">
<h1 class="heading text-center text-white">Ritwick Pal</h1>
</div>
</div>
<div class="board-members-div swiper-slide my-3 flex flex-col space-y-4"
data-aos="zoom-in" data-aos-duration="2000">
<div class="flex justify-center">
<img src="./assets/members/rohit.jpg" alt="Rohit Kumar"
class="rounded-lg w-48 h-48">
</div>
<div class="flex flex-col justify-center items-center text-center">
<h1 class="heading text-center text-white">Rohit Kumar</h1>
</div>
</div>
<div class="board-members-div swiper-slide my-3 flex flex-col space-y-4"
data-aos="zoom-in" data-aos-duration="2000">
<div class="flex justify-center">
<img src="./assets/members/utkrisht.jpg" alt="Utkrisht Sikka"
class="rounded-lg w-48 h-48">
</div>
<div class="flex flex-col justify-center items-center text-center">
<h1 class="heading text-center text-white">Utkrisht Sikka</h1>
</div>
</div>
<div class="board-members-div swiper-slide my-3 flex flex-col space-y-4"
data-aos="zoom-in" data-aos-duration="2000">
<div class="flex justify-center">
<img src="./assets/members/vishnu.jpeg" alt="Vishnu Vardhan"
class="rounded-lg w-48 h-48">
</div>
<div class="flex flex-col justify-center items-center text-center">
<h1 class="heading text-center text-white">Vishnu Vardhan</h1>
</div>
</div>
<div class="board-members-div swiper-slide my-3 flex flex-col space-y-4"
data-aos="zoom-in" data-aos-duration="2000">
<div class="flex justify-center">
<img src="./assets/members/yash.jpg" alt="Yash"
class="rounded-lg w-48 h-48">
</div>
<div class="flex flex-col justify-center items-center text-center">
<h1 class="heading text-center text-white">Yash</h1>
</div>
</div>
</div>
<div class="swiper-button-prev"></div>
<div class="swiper-button-next"></div>
</div>
<div class="team-mob board-members-container swiper swiper-member-mob flex">
<div class="swiper-wrapper">
<div class="board-members-div swiper-slide my-3 flex flex-col space-y-4"
data-aos="zoom-in" data-aos-duration="2000">
<div class="flex justify-center">
<img src="./assets/members/abhinav.jpeg" alt="Abhinav Gudipati"
class="rounded-lg w-72 h-72">
</div>
<div class="flex flex-col justify-center items-center text-center">
<h1 class="heading text-center text-white">Abhinav Gudipati</h1>
</div>
</div>
<div class="board-members-div swiper-slide my-3 flex flex-col space-y-4"
data-aos="zoom-in" data-aos-duration="2000">
<div class="flex justify-center">
<img src="./assets/members/aditya.jpg" alt="Aditya"
class="rounded-lg w-72 h-72">
</div>
<div class="flex flex-col justify-center items-center text-center">
<h1 class="heading text-center text-white">Aditya</h1>
</div>
</div>
<div class="board-members-div swiper-slide my-3 flex flex-col space-y-4"
data-aos="zoom-in" data-aos-duration="2000">
<div class="flex justify-center">
<img src="./assets/members/akshita.jpeg" alt="Akshita Gupta"
class="rounded-lg w-72 h-72">
</div>
<div class="flex flex-col justify-center items-center text-center">
<h1 class="heading text-center text-white">Akshita Gupta</h1>
</div>
</div>
<div class="board-members-div swiper-slide my-3 flex flex-col space-y-4"
data-aos="zoom-in" data-aos-duration="2000">
<div class="flex justify-center">
<img src="./assets/members/anurag.jpg" alt="Anurag Gulati"
class="rounded-lg w-72 h-72">
</div>
<div class="flex flex-col justify-center items-center text-center">
<h1 class="heading text-center text-white">Anurag Gulati</h1>
</div>
</div>
<div class="board-members-div swiper-slide my-3 flex flex-col space-y-4"
data-aos="zoom-in" data-aos-duration="2000">
<div class="flex justify-center">
<img src="./assets/members/pragyan.jpg" alt="Pragyan Yadav"
class="rounded-lg w-72 h-72">
</div>
<div class="flex flex-col justify-center items-center text-center">
<h1 class="heading text-center text-white">Pragyan Yadav</h1>
</div>
</div>
<div class="board-members-div swiper-slide my-3 flex flex-col space-y-4"
data-aos="zoom-in" data-aos-duration="2000">
<div class="flex justify-center">
<img src="./assets/members/rakshit.jpeg" alt="Rakshit"
class="rounded-lg w-72 h-72">
</div>
<div class="flex flex-col justify-center items-center text-center">
<h1 class="heading text-center text-white">Rakshit</h1>
</div>
</div>
<div class="board-members-div swiper-slide my-3 flex flex-col space-y-4"
data-aos="zoom-in" data-aos-duration="2000">
<div class="flex justify-center">
<img src="./assets/members/ritwick.png" alt="Ritwick Pal"
class="rounded-lg w-72 h-72">
</div>
<div class="flex flex-col justify-center items-center text-center">
<h1 class="heading text-center text-white">Ritwick Pal</h1>
</div>
</div>
<div class="board-members-div swiper-slide my-3 flex flex-col space-y-4"
data-aos="zoom-in" data-aos-duration="2000">
<div class="flex justify-center">
<img src="./assets/members/rohit.jpg" alt="Rohit Kumar"
class="rounded-lg w-72 h-72">
</div>
<div class="flex flex-col justify-center items-center text-center">
<h1 class="heading text-center text-white">Rohit Kumar</h1>
</div>
</div>
<div class="board-members-div swiper-slide my-3 flex flex-col space-y-4"
data-aos="zoom-in" data-aos-duration="2000">
<div class="flex justify-center">
<img src="./assets/members/utkrisht.jpg" alt="Utkrisht Sikka"
class="rounded-lg w-72 h-72">
</div>
<div class="flex flex-col justify-center items-center text-center">
<h1 class="heading text-center text-white">Utkrisht Sikka</h1>
</div>
</div>
<div class="board-members-div swiper-slide my-3 flex flex-col space-y-4"
data-aos="zoom-in" data-aos-duration="2000">
<div class="flex justify-center">
<img src="./assets/members/vishnu.jpeg" alt="Vishnu Vardhan"
class="rounded-lg w-72 h-72">
</div>
<div class="flex flex-col justify-center items-center text-center">
<h1 class="heading text-center text-white">Vishnu Vardhan</h1>
</div>
</div>
<div class="board-members-div swiper-slide my-3 flex flex-col space-y-4"
data-aos="zoom-in" data-aos-duration="2000">
<div class="flex justify-center">
<img src="./assets/members/yash.jpg" alt="Yash"
class="rounded-lg w-72 h-72">
</div>
<div class="flex flex-col justify-center items-center text-center">
<h1 class="heading text-center text-white">Yash</h1>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="get-in-touch bg-white" id="getintouch">
<div class="margin-space">
<div class="min-h-screen flex justify-center items-center">
<div class="form-container w-full p-5">
<form action="https://sheetdb.io/api/v1/541dif7dypq7p" method="POST" id="form">
<h2 class="heading uppercase text-3xl text-center text-black" data-aos="zoom-in"
data-aos-duration="2000">Get in Touch</h2>
<br><br>
<div class="row100 relative w-full grid" data-aos="zoom-in" data-aos-duration="2000">
<div class="col relative w-full">
<div class="inputbox relative w-full h-10">
<input
class="absolute w-full border-0 text-lg shadow-none outline-none bg-black rounded-lg h-10"
type="text" required="required" name="data[Name]">
<span
class="form-span text absolute top-0 left-0 leading-9 pointer-events-none text-lg">Name</span>
</div>
</div>
<div class="col relative w-full ">
<div class="inputbox relative w-full h-10">
<input
class="absolute w-full border-0 text-lg shadow-none outline-none bg-black rounded-lg h-10"
type="text" required="required" name="data[contact]">
<span
class="form-span text absolute top-0 left-0 leading-9 pointer-events-none text-lg">Contact
No.</span>
</div>
</div>
</div>
<div class="row100 relative w-full grid" data-aos="zoom-in" data-aos-duration="2000">
<div class="col relative w-full ">
<div class="inputbox relative w-ful h-10">
<input
class="absolute w-full border-0 text-lg shadow-none outline-none bg-black rounded-lg h-10"
type="Email" required="required" name="data[Email]">
<span
class="form-span text absolute top-0 left-0 leading-9 pointer-events-none text-lg">Email</span>
</div>
</div>
</div>
<div class="row100 relative w-full grid" data-aos="zoom-in" data-aos-duration="2000">
<div class="col relative w-full ">
<div class="inputbox textarea relative w-full h-40">
<textarea
class="absolute w-full h-full border-0 text-lg h-full resize-none shadow-none outline-none bg-black rounded-lg"
required="required" name="data[message]"></textarea>
<span
class="form-span text absolute top-0 left-0 leading-10 pointer-events-none text-lg">Your
Message Here...</span>
</div>
</div>
</div>
<div class="row100 relative w-full grid" data-aos="zoom-in" data-aos-duration="2000">
<div class="col relative w-full">
<button
class="cursor-pointer outline-none text-lg rounded-lg bg-black transform transition duration-700 delay-50 hover:bg-white hover:text-black hover:border-black border"
type="submit" value="Send">Submit</button>
</div>
</div>
</form>
</div>
</div>
</div>
</section>
</main>
<footer class="footer bg-black text-white">
<div class="margin-space">
<!-- <div class="" style="margin: auto; max-width: 1400px;"> -->
<div class="flex flex-col justify-center w-full">
<div class="flex flex-col md:flex-row justify-between my-10 mx-2">
<div class="flex flex-col w-full md:w-2/5">
<div class="logo">
<a href="#home">
<img src="./assets/logo.png" alt="E-Cell IIITD" class="h-12 w-12">
</a>
</div>
<br>
<div class="menu">
<div class="nav-list-footer flex md:flex-row w-full">
<a href="#about" class="pr-5"><span class="">About</span></a>
<a href="#initiatives" class="pr-5"><span class="">Initiatives</span></a>
<a href="#events" class="pr-5"><span class="">Events</span></a>
<a href="#team" class="pr-5"><span class="">Team</span></a>
<a href="#getintouch" class="pr-5"><span class="">Get In Touch</span></a>
</div>
</div>
</div>
<div class="address flex flex-col w-full md:w-1/3 mt-5">
<div class="flex flex-row">
<div class="address-icons flex flex-col space-y-8 mr-2">
<i class="fas fa-map-marker-alt"></i>
<i class="far fa-envelope"></i>
</div>
<div class="address-text flex flex-col space-y-5 ml-2">
<p class="location">E-Cell Room, Student Center, IIIT Delhi</p>
<a href="mailto:[email protected]">
<p class="mail text-blue-500">[email protected]</p>
</a>
</div>
</div>
</div>
</div>
<div class="social-static flex text-3xl justify-around">
<a href="https://www.instagram.com/ecell_iiitd/" target="_blank"><i
class="fab fa-instagram m-5 hover:text-indigo-600 rounded-lg transform transition duration-700 delay-50"></i></a>
<a href="https://www.linkedin.com/company/iiitdecell" target="_blank"><i
class="fab fa-linkedin m-5 hover:text-blue-600 rounded-lg transform transition duration-700 delay-50"></i></a>
<a href="https://twitter.com/ecell_iiitd" target="_blank"><i
class="fab fa-twitter m-5 hover:text-blue-400 rounded-lg transform transition duration-700 delay-50"></i></a>
<a href="https://www.youtube.com/channel/UCT1NEtd64KZlr9tkJf7x-HQ" target="_blank"><i
class="fab fa-youtube m-5 hover:text-red-500 rounded-lg transform transition duration-700 delay-50"></i></a>
</div>
<div class="copyright w-full flex justify-center mb-5">
<p class="heading">Copyright 2021 E-Cell IIITD. All rights reserved.</p>
</div>
</div>
</div>
</footer>
<div class="modalContainer absolute min-h-screen w-full z-10 flex items-center justify-center">
<div class="modal relative border rounded p-20 border-black text-4xl text-center bg-black text-white font-bold">
<button class="modalClose text-sm absolute top-5 right-5" onclick="">
<svg class="svg-icon" viewBox="0 0 20 20">
<path fill="none" d="M11.469,10l7.08-7.08c0.406-0.406,0.406-1.064,0-1.469c-0.406-0.406-1.063-0.406-1.469,0L10,8.53l-7.081-7.08
c-0.406-0.406-1.064-0.406-1.469,0c-0.406,0.406-0.406,1.063,0,1.469L8.531,10L1.45,17.081c-0.406,0.406-0.406,1.064,0,1.469
c0.203,0.203,0.469,0.304,0.735,0.304c0.266,0,0.531-0.101,0.735-0.304L10,11.469l7.08,7.081c0.203,0.203,0.469,0.304,0.735,0.304
c0.267,0,0.532-0.101,0.735-0.304c0.406-0.406,0.406-1.064,0-1.469L11.469,10z"></path>
</svg>
</button>
<h1 class="heading">Go To Pitch Cafe Event Page</h1>
<a href="./pitch-cafe.html" class="text-2xl hover:underline">Click Here</a>
</div>
</div>
<script src="https://unpkg.com/[email protected]/dist/aos.js"></script>
<script src="https://unpkg.com/swiper@7/swiper-bundle.min.js"></script>
<script src="./anime.min.js"></script>
<script src="./index.js"></script>
</body>
</html>