forked from pvgcoetecell/websitev2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
663 lines (616 loc) · 33.2 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
<!DOCTYPE html>
<html class="scroll-smooth" lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Entrepreneurship Development Cell</title>
<script src="https://cdn.tailwindcss.com"></script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.1/animate.min.css" />
<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=Lato:wght@700&display=swap" rel="stylesheet">
<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=Lato:wght@400;700&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.5.0/css/all.css"
integrity="sha384-B4dIYHKNBt8Bc12p+WXckhzcICo0wtJAoU8YZTY5qE0Id1GSseTk6S+L3BlXeVIU" crossorigin="anonymous">
<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=Lato:wght@300;700&display=swap" rel="stylesheet">
<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=Poppins:wght@300;400;500;600&display=swap" rel="stylesheet">
<link rel="apple-touch-icon" sizes="180x180" href="./Assets/imgs/imgs/">
<link rel="icon" type="image/png" sizes="32x32" href="./Assets/imgs/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="./Assets/imgs/favicon-16x16.png">
<link rel="manifest" href="./imgs/site.webmanifest">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.1/animate.min.css" />
</head>
<body>
<!--Body starts-->
<!--Navbar starts-->
<nav class="relative px-4 py-4 flex justify-between items-center bg-black">
<a class="text-3xl font-bold leading-none" href="./index.html">
<img class="h-[70px]" src="./Assets/imgs/changedlogo.jpg" alt="" />
</a>
<div class="lg:hidden">
<button class="navbar-burger flex items-center text-blue-600 p-3">
<svg class="block h-4 w-4 fill-current" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg">
<title>Mobile menu</title>
<path d="M0 3h20v2H0V3zm0 6h20v2H0V9zm0 6h20v2H0v-2z"></path>
</svg>
</button>
</div>
<ul
class="hidden absolute top-1/2 left-1/2 transform -translate-y-1/2 -translate-x-1/2 lg:flex lg:mx-auto lg:flex lg:items-center lg:w-auto lg:space-x-6">
<li>
<a class="text-sm text-gray-400 hover:text-gray-500" href="#">Home</a>
</li>
<li class="text-gray-300">
<svg xmlns="http://www.w3.org/2000/svg" fill="none" stroke="currentColor" class="w-4 h-4 current-fill"
viewBox="0 0 24 24">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2"
d="M12 5v0m0 7v0m0 7v0m0-13a1 1 0 110-2 1 1 0 010 2zm0 7a1 1 0 110-2 1 1 0 010 2zm0 7a1 1 0 110-2 1 1 0 010 2z" />
</svg>
</li>
<li><a class="text-sm text-gray-400" href="./events/events.html">Events</a></li>
<li class="text-gray-300">
<svg xmlns="http://www.w3.org/2000/svg" fill="none" stroke="currentColor" class="w-4 h-4 current-fill"
viewBox="0 0 24 24">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2"
d="M12 5v0m0 7v0m0 7v0m0-13a1 1 0 110-2 1 1 0 010 2zm0 7a1 1 0 110-2 1 1 0 010 2zm0 7a1 1 0 110-2 1 1 0 010 2z" />
</svg>
</li>
<li>
<a class="text-sm text-gray-400 hover:text-gray-500" href="./Team/core.html">Teams</a>
</li>
<li class="text-gray-300">
<svg xmlns="http://www.w3.org/2000/svg" fill="none" stroke="currentColor" class="w-4 h-4 current-fill"
viewBox="0 0 24 24">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2"
d="M12 5v0m0 7v0m0 7v0m0-13a1 1 0 110-2 1 1 0 010 2zm0 7a1 1 0 110-2 1 1 0 010 2zm0 7a1 1 0 110-2 1 1 0 010 2z" />
</svg>
</li>
<li>
<a class="text-sm text-gray-400 hover:text-gray-500" href="./contact.html">Contact</a>
</li>
<li class="text-gray-300">
<svg xmlns="http://www.w3.org/2000/svg" fill="none" stroke="currentColor" class="w-4 h-4 current-fill"
viewBox="0 0 24 24">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2"
d="M12 5v0m0 7v0m0 7v0m0-13a1 1 0 110-2 1 1 0 010 2zm0 7a1 1 0 110-2 1 1 0 010 2zm0 7a1 1 0 110-2 1 1 0 010 2z" />
</svg>
</li>
<li>
<a class="text-sm text-gray-400 hover:text-gray-500" href="./blogs/blogs.html">Blogs</a>
</li>
</ul>
</nav>
<div class="navbar-menu relative z-50 hidden">
<div class="navbar-backdrop fixed inset-0 bg-gray-800 opacity-25"></div>
<nav class="fixed top-0 left-0 bottom-0 flex flex-col w-5/6 max-w-sm py-6 px-6 bg-black border-r overflow-y-auto">
<div class="flex items-center mb-8">
<a class="mr-auto text-3xl font-bold leading-none" href="./index.html">
<img class="h-[70px]" src="./Assets/imgs/changedlogo.jpg" alt="" />
</a>
<button class="navbar-close">
<svg class="h-6 w-6 text-gray-400 cursor-pointer hover:text-gray-500" xmlns="http://www.w3.org/2000/svg"
fill="none" viewBox="0 0 24 24" stroke="currentColor">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M6 18L18 6M6 6l12 12"></path>
</svg>
</button>
</div>
<div>
<ul>
<li class="mb-1">
<a class="block p-4 text-sm font-semibold text-gray-400 hover:bg-blue-50 hover:text-blue-600 rounded"
href="#">Home</a>
</li>
<li class="mb-1">
<a class="block p-4 text-sm font-semibold text-gray-400 hover:bg-blue-50 hover:text-blue-600 rounded"
href="./events/events.html">Events</a>
</li>
<li class="mb-1">
<a class="block p-4 text-sm font-semibold text-gray-400 hover:bg-blue-50 hover:text-blue-600 rounded"
href="./Team/core.html">Teams</a>
</li>
<li class="mb-1">
<a class="block p-4 text-sm font-semibold text-gray-400 hover:bg-blue-50 hover:text-blue-600 rounded"
href="./contact.html">Contact</a>
</li>
<li class="mb-1">
<a class="block p-4 text-sm font-semibold text-gray-400 hover:bg-blue-50 hover:text-blue-600 rounded"
href="./blogs/blogs.html">Blogs</a>
</li>
</ul>
</div>
<div class="mt-auto">
<p class="my-4 text-xs text-center text-gray-400">
<span>Copyright © 2022</span>
</p>
</div>
</nav>
</div>
<script>
// Burger menus
document.addEventListener("DOMContentLoaded", function () {
// open
const burger = document.querySelectorAll(".navbar-burger");
const menu = document.querySelectorAll(".navbar-menu");
if (burger.length && menu.length) {
for (var i = 0; i < burger.length; i++) {
burger[i].addEventListener("click", function () {
for (var j = 0; j < menu.length; j++) {
menu[j].classList.toggle("hidden");
}
});
}
}
// close
const close = document.querySelectorAll(".navbar-close");
const backdrop = document.querySelectorAll(".navbar-backdrop");
if (close.length) {
for (var i = 0; i < close.length; i++) {
close[i].addEventListener("click", function () {
for (var j = 0; j < menu.length; j++) {
menu[j].classList.toggle("hidden");
}
});
}
}
if (backdrop.length) {
for (var i = 0; i < backdrop.length; i++) {
backdrop[i].addEventListener("click", function () {
for (var j = 0; j < menu.length; j++) {
menu[j].classList.toggle("hidden");
}
});
}
}
});
</script>
<!--Navbar Ends-->
<section class="text-gray-400 bg-black body-font">
<div class="container mx-auto flex px-5 py-24 md:flex-row flex-col items-center">
<div
class=" lg:flex-grow md:w-1/2 lg:pr-24 md:pr-16 flex flex-col md:items-start md:text-left mb-16 md:mb-0 items-center text-center">
<h1 class="text-5xl mx-auto pb-10 text-white">
<span class="text-blue-400">E</span>nterpreneurship <span class="text-yellow-400">D</span>evelopement
<span class="text-gray-300">C</span>ell
</h1>
<!-- <p class=" mb-8 leading-relaxed">The Entrepreneurship Cell of PVG’s COET is a student-run
organisation of
spirited individuals who are striving to create, foster and promote entrepreneurship among the students of
PVG’s COET.<br> The E-Cell pilots the budding entrepreneurs towards their goals through all the necessary
resources like mentoring, consultancy and networking with Alumni, Entrepreneurs and Investors.<br> We here
stand
together on the same ground and work to raise it higher and bring about a real change in the society. </p> -->
<h1 class="text-5xl mt-5 mb-5 text-center text-blue-400 font-light underline">'CATALYST FOR
Entrepreneurship'</h1>
<div class="flex justify-center mt-10 mb-5">
<a href="https://forms.gle/BfAEpMoM663bBx5bA">
<button
class=" animate-pulse inline-flex text-white bg-indigo-500 border-0 py-2 px-6 focus:outline-none hover:bg-indigo-600 rounded text-lg ">Register
for upcoming events</button>
</a>
</div>
</div>
<div class="lg:max-w-lg lg:w-full md:w-1/2 w-5/6">
<img class=" object-cover object-center rounded" alt="hero" src="./Assets/imgs/COMING SOON. (21).png">
</div>
</div>
</section>
<!-- <section class="text-gray-400 bg-black body-font">
<div class="container mx-auto flex px-5 py-24 items-center justify-center flex-col">
<img class=" md:w-3/6 mb-5 object-cover object-center rounded w-full" alt="hero" src="./Assets/imgs/about (1).jpg">
<div class="text-center lg:w-2/3 w-full">
<h1 class="title-font sm:text-4xl text-3xl mb-4 font-medium text-white">About EDC</h1>
<p class="leading-relaxed mb-8">We, at The Entrepreneurship Cell, share the common belief that for India to
emerge as a world power, the youth has to break the shackles of prejudices and inertia that has kept them from
starting up. Creating an entrepreneurial ecosystem to provide the platform for individuals with creative minds
and ideas with potential for substantial business opportunities, is what we strive towards continually. We
enable smooth and efficient interaction between its principal components spanning students, faculty, working
professionals, aspiring and existing entrepreneurs, mentors, angel investors and venture capitalists.</p>
</p>
</div>
</div>
</section> -->
<section class="text-gray-400 bg-black body-font">
<div class="container px-5 py-24 mx-auto">
<div class="flex flex-col">
<div class="h-1 bg-gray-800 rounded overflow-hidden">
<div class="w-24 h-full bg-blue-500"></div>
</div>
<div class="flex flex-wrap sm:flex-row flex-col py-6 mb-12">
<h1 class="sm:w-2/5 text-white font-medium title-font text-2xl mb-2 sm:mb-0">Opportunities EDC provides </h1>
<p class="sm:w-3/5 leading-relaxed text-base sm:pl-10 pl-0">E-Cell of PVG COET has always strived to foster
the spirit of
Entrepreneurial thought and enterprise into the talented minds of our
campus. Whether through events, guest lectures, or workshops.<br>The
underlying principles have always been the same<br> <b>'Driven forward
by a team of strong and motivated individuals every year.'</b><br>With the
scale of what we aim to accomplish only growing with every year; we
hope to inspire a new generation of students and hope they reach
greater heights.</p>
</div>
</div>
<div class="flex flex-wrap sm:-m-4 -mx-4 -mb-10 -mt-4">
<div
class="transition ease-in-out delay-150 hover:-translate-y-1 hover:scale-90 hover:bg-gray-800 duration-300 p-4 md:w-1/3 sm:mb-0 mb-6">
<div class="rounded-lg h-64 overflow-hidden">
<img alt="content" class="object-cover object-center h-fit w-fit" src="./Assets/imgs/lead.jpg">
</div>
<h2 class="text-xl font-medium title-font text-white mt-5">Leadership</h2>
<p class="text-base leading-relaxed mt-2">Leader is one who know the way, goes the way, and shows the way.
<br>So,
try and fail today to succeed in the future.
</p>
<!-- <a class="text-blue-400 inline-flex items-center mt-3" href="https://en.wikipedia.org/wiki/Leadership">Learn
more
<svg fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"
class="w-4 h-4 ml-2" viewBox="0 0 24 24">
<path d="M5 12h14M12 5l7 7-7 7"></path>
</svg>
</a> -->
</div>
<div
class="transition ease-in-out delay-150 hover:-translate-y-1 hover:scale-90 hover:bg-gray-800 duration-300 p-4 md:w-1/3 sm:mb-0 mb-6">
<div class="rounded-lg h-64 overflow-hidden">
<img alt="content" class="object-cover object-center h-full w-full" src="./Assets/imgs/netw.jpg">
</div>
<h2 class="text-xl font-medium title-font text-white mt-5">Networking</h2>
<p class="text-base leading-relaxed mt-2">The richest people in the world look for and build networks,
everyone else looks for work. <br>Marinate on that for a minute.</p>
<!-- <a class="text-blue-400 inline-flex items-center mt-3"
href="https://en.wikipedia.org/wiki/Business_networking">Learn
more
<svg fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"
class="w-4 h-4 ml-2" viewBox="0 0 24 24">
<path d="M5 12h14M12 5l7 7-7 7"></path>
</svg>
</a> -->
</div>
<div
class=" transition ease-in-out delay-150 hover:-translate-y-1 hover:scale-90 hover:bg-gray-800 duration-300 p-4 md:w-1/3 sm:mb-0 mb-6">
<div class="rounded-lg h-64 overflow-hidden">
<img alt="content" class="object-cover object-center h-full w-full" src="./Assets/imgs/enterpre.jpg">
</div>
<h2 class="text-xl font-medium title-font text-white mt-5">Entrepreneurship</h2>
<p class="text-base leading-relaxed mt-2">Find your own ways and styles, for it's you who can make a
difference with your own strokes .
</p>
<!-- <a class="text-blue-400 inline-flex items-center mt-3"
href="https://en.wikipedia.org/wiki/Entrepreneurship">Learn
more
<svg fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"
class="w-4 h-4 ml-2" viewBox="0 0 24 24">
<path d="M5 12h14M12 5l7 7-7 7"></path>
</svg>
</a> -->
</div>
</div>
</div>
</section>
<div class="spotify bg-black ">
<iframe src="https://open.spotify.com/embed/show/5w4ZkEg7JmNTd9envF0qu7?utm_source=generator&theme=0" width="100%"
height="154" frameBorder="0" allowfullscreen=""
allow="autoplay; clipboard-write; encrypted-media; fullscreen; picture-in-picture"></iframe>
</div>
<!--Sponsorship section-->
<section class="text-gray-400 body-font bg-black">
<div class="container px-5 py-24 mx-auto">
<div class="flex flex-wrap w-full mb-20">
<div class="lg:w-1/2 w-full mb-6 lg:mb-0">
<h1 class="sm:text-3xl text-2xl font-medium title-font mb-2 text-white">PREVIOUS SPONSORS</h1>
<div class="h-1 w-20 bg-blue-500 rounded"></div>
</div>
<p class="lg:w-1/2 w-full leading-relaxed text-gray-400 text-opacity-90">Without our sponsors, many programs,
events
and spaces would not be as viable.<br>
On behalf of everyone at E-Cell, We would like to express our sincere gratitude for your
generous donation to our team. We really appreciate it!</p>
</div>
<div class="flex flex-wrap -m-4">
<div
class="transition ease-in-out delay-150 hover:-translate-y-1 hover:scale-110 hover:bg-gray-800 duration-300 xl:w-1/4 md:w-1/2 p-4">
<div class="bg-gray-800 bg-opacity-40 p-6 rounded-lg">
<img class="h-40 rounded w-full object-cover object-center mb-6" src="./Assets/imgs/polycab.jpg"
alt="content">
<h3 class="tracking-widest text-blue-400 text-xs font-medium title-font">Polycab</h3>
<h2 class="text-lg text-white font-medium title-font mb-4">Polycab</h2>
<p class="leading-relaxed text-base">Polycab is engaged in the business of manufacturing and selling wires
and cables and fast moving electrical goods ‘FMEG’ under the ‘POLYCAB’ brand. Apart from wires and cables,
we manufacture and sell FMEG products such as electric fans, LED lighting and luminaires, switches and
switchgear, solar products and conduits & accessories.</p>
</div>
</div>
<div
class=" transition ease-in-out delay-150 hover:-translate-y-1 hover:scale-110 hover:bg-gray-800 duration-300 xl:w-1/4 md:w-1/2 p-4">
<div class="bg-gray-800 bg-opacity-40 p-6 rounded-lg ">
<img class="h-40 rounded object-cover object-center mb-6 w-full" src="./Assets/imgs/npav.jpg"
alt="content">
<h3 class="tracking-widest text-blue-400 text-xs font-medium title-font">NPAV</h3>
<h2 class="text-lg text-white font-medium title-font mb-4">NPAV</h2>
<p class="leading-relaxed text-base">Biz Secure Labs Pvt. Ltd. is a 30+ Years old leading Anti-virus and
complete Internet
Security Provider Company. The company and products are well established and have flourished the market.
Our HEAD OFFICE is based in Pune, Maharashtra. We are part of 'Make in India' and we completely support
the
Digital India Campaign. We are expert in Anti-Virus.</p>
</div>
</div>
<div
class=" transition ease-in-out delay-150 hover:-translate-y-1 hover:scale-110 hover:bg-gray-800 duration-300 xl:w-1/4 md:w-1/2 p-4">
<div class="bg-gray-800 bg-opacity-40 p-6 rounded-lg">
<img class="h-40 rounded w-full object-cover object-center mb-6" src="./Assets/imgs/budhani.png"
alt="content">
<h3 class="tracking-widest text-blue-400 text-xs font-medium title-font">Budhani Bros</h3>
<h2 class="text-lg text-white font-medium title-font mb-4">Budhani Bros</h2>
<p class="leading-relaxed text-base">Budhani Brothers is one of the largest manufacturers of Potato Wafers &
Potato Mixtures in India. We have always strived to maintain the traditional taste of our
products, and we are doing it successfully for more than over 60 years.
We work to provide outstanding customer service to the generations of customers coming into our stores.
</p>
</div>
</div>
<div
class=" transition ease-in-out delay-150 hover:-translate-y-1 hover:scale-110 hover:bg-gray-800 duration-300 xl:w-1/4 md:w-1/2 p-4">
<div class="bg-gray-800 bg-opacity-40 p-6 rounded-lg">
<img class="h-40 rounded w-full object-cover object-center mb-6" src="./Assets/imgs/redcarpet.png"
alt="content">
<h3 class="tracking-widest text-blue-400 text-xs font-medium title-font">redcarpet</h3>
<h2 class="text-lg text-white font-medium title-font mb-4">redcarpet</h2>
<p class="leading-relaxed text-base">RedCarpet lends to customers in India . There are less than 50 million
credit cards for almost a billion people in India.... because there is no data, no widespread credit
bureaus to profile and score customers. RedCarpet gathers alternative data ethically and responsibly . We
use this data to give access to credit line cards to users who never had any access to credit before.</p>
</div>
</div>
</div>
</div>
</section>
<!-- <section class="text-gray-400 bg-black body-font">
<div class="container px-5 py-24 mx-auto flex flex-wrap">
<div class="flex w-full mb-20 flex-wrap">
<h1 class="sm:text-3xl text-2xl font-medium title-font text-white lg:w-1/3 lg:mb-0 mb-4">Gallery</h1>
<p class="lg:pl-6 lg:w-2/3 mx-auto leading-relaxed text-base">
“DON’T GO WHERE THE PATH MAY LEAD, GO INSTEAD WHERE THERE IS NO PATH AND LEAVE A TRAIL.”
</p>
</div>
<div class="flex flex-wrap md:-m-2 -m-1">
<div class="flex flex-wrap w-1/2">
<div class="md:p-2 p-1 w-1/2">
<img alt="gallery" class="w-full object-cover h-full object-center block"
src="/gelleryimges/eventgalleryimg1.jpg">
</div>
<div class="md:p-2 p-1 w-1/2">
<img alt="gallery" class="w-full object-cover h-full object-center block"
src="/gelleryimges/eventgalleryimg2.jpg">
</div>
<div class="md:p-2 p-1 w-full">
<img alt="gallery" class="w-full h-full object-cover object-center block"
src="/gelleryimges/eventgalleryimg3.jpg">
</div>
</div>
<div class="flex flex-wrap w-1/2">
<div class="md:p-2 p-1 w-full">
<img alt="gallery" class="w-full h-full object-cover object-center block"
src="/gelleryimges/eventgalleryimg4.jpg">
</div>
<div class="md:p-2 p-1 w-1/2">
<img alt="gallery" class="w-full object-cover h-full object-center block"
src="/gelleryimges/eventgalleryimg5.jpg">
</div>
<div class="md:p-2 p-1 w-1/2">
<img alt="gallery" class="w-full object-cover h-full object-center block"
src="/gelleryimges/eventgalleryimg6.jpg">
</div>
</div>
</div>
</div>
</section>-->
<section class="text-gray-400 bg-black body-font">
<div class="container px-5 py-10 mx-auto flex flex-wrap mx-auto">
<div class="flex w-full mb-20 flex-wrap">
<h1 class="animate-bounce sm:text-3xl text-2xl font-medium title-font text-white lg:w-1/3 lg:mb-0 mb-4">How to
join EDC?</h1>
<p class="lg:pl-6 lg:w-2/3 mx-auto leading-relaxed text-base">In our troop, ‘We Aspire to Inspire!’
<br> We conduct events to mold our skills and training for bettering our knowledge.
Everyone here is focused on their tasks and building up the committee together.
<br>We have organized several spectacular events with our fervent team.
<br>Our vision is to create better entrepreneurs not just for business, but for the society.<br>
Come join our trop!
</p>
</div>
</div>
<div class="container mx-auto flex flex-wrap">
<div class="flex relative pt-10 pb-20 sm:items-center md:w-2/3 mx-auto">
<div class="h-full w-6 absolute inset-0 flex items-center justify-center">
<div class="h-full w-1 bg-gray-800 pointer-events-none"></div>
</div>
<div
class="flex-shrink-0 w-6 h-6 rounded-full mt-10 sm:mt-0 inline-flex items-center justify-center bg-blue-500 text-white relative z-10 title-font font-medium text-sm">
1</div>
<div class="flex-grow md:pl-8 pl-6 flex sm:items-center items-start flex-col sm:flex-row">
<!-- <div class="flex-shrink-0 w-24 h-24 bg-gray-800 text-blue-400 rounded-full inline-flex items-center justify-center"> -->
<!-- <img src="image3.png" alt=""> -->
<!-- </div> -->
<div class="flex-grow sm:pl-6 mt-6 sm:mt-0">
<h2 class="font-medium title-font text-white mb-1 text-xl">Register</h2>
<p class="leading-relaxed">Stay updated with our socials to know about more registration
related information and other exciting stuff.</p>
</div>
</div>
</div>
<div class="flex relative pb-20 sm:items-center md:w-2/3 mx-auto">
<div class="h-full w-6 absolute inset-0 flex items-center justify-center">
<div class="h-full w-1 bg-gray-800 pointer-events-none"></div>
</div>
<div
class="flex-shrink-0 w-6 h-6 rounded-full mt-10 sm:mt-0 inline-flex items-center justify-center bg-blue-500 text-white relative z-10 title-font font-medium text-sm">
2</div>
<div class="flex-grow md:pl-8 pl-6 flex sm:items-center items-start flex-col sm:flex-row">
<!-- <div class="flex-shrink-0 w-24 h-24 bg-gray-800 text-blue-400 rounded-full inline-flex items-center justify-center">
<img src="" alt="">
</div> -->
<div class="flex-grow sm:pl-6 mt-6 sm:mt-0">
<h2 class="font-medium title-font text-white mb-1 text-xl">Interview</h2>
<p class="leading-relaxed">After registration you will be interviewed based on your profile and recruited
accordingly .</p>
</div>
</div>
</div>
<div class="flex relative pb-20 sm:items-center md:w-2/3 mx-auto">
<div class="h-full w-6 absolute inset-0 flex items-center justify-center">
<div class="h-full w-1 bg-gray-800 pointer-events-none"></div>
</div>
<div
class="flex-shrink-0 w-6 h-6 rounded-full mt-10 sm:mt-0 inline-flex items-center justify-center bg-blue-500 text-white relative z-10 title-font font-medium text-sm">
3</div>
<div class="flex-grow md:pl-8 pl-6 flex sm:items-center items-start flex-col sm:flex-row">
<!-- <div class="flex-shrink-0 w-24 h-24 bg-gray-800 text-blue-400 rounded-full inline-flex items-center justify-center">
<img src="image3.png" alt="">
</div> -->
<div class="flex-grow sm:pl-6 mt-6 sm:mt-0">
<h2 class="font-medium title-font text-white mb-1 text-xl">Team Allotment </h2>
<p class="leading-relaxed">Once you get past the interview round successfully, you will be allotted a team
pursuant to your interests and skills.
</p>
</div>
</div>
</div>
<!-- <div class="flex relative pb-10 sm:items-center md:w-2/3 mx-auto">
<div class="h-full w-6 absolute inset-0 flex items-center justify-center">
<div class="h-full w-1 bg-gray-800 pointer-events-none"></div>
</div>
<div
class="flex-shrink-0 w-6 h-6 rounded-full mt-10 sm:mt-0 inline-flex items-center justify-center bg-blue-500 text-white relative z-10 title-font font-medium text-sm">
4</div>
<div class="flex-grow md:pl-8 pl-6 flex sm:items-center items-start flex-col sm:flex-row">
<div class="flex-shrink-0 w-24 h-24 bg-gray-800 text-blue-400 rounded-full inline-flex items-center justify-center">
<img src="image3.png" alt="">
</div>
<div class="flex-grow sm:pl-6 mt-6 sm:mt-0">
<h2 class="font-medium title-font text-white mb-1 text-xl">Congrats !!</h2>
<p class="leading-relaxed">Your journey with E-cell begins...</p>
</div>
</div>
</div>-->
</div>
</section>
<footer class="text-gray-400 bg-black body-font">
<div
class="container px-5 py-24 mx-auto flex md:items-center lg:items-start md:flex-row md:flex-nowrap flex-wrap flex-col">
<div class="w-64 flex-shrink-0 md:mx-0 mx-auto text-center md:text-left">
<a class="flex title-font font-medium items-center md:justify-start justify-center text-white">
<img src="./Assets/imgs/changedlogo.jpg" alt="">
<p></p>
</a>
</div>
<div class="flex-grow flex flex-wrap md:pl-20 -mb-10 md:mt-0 mt-10 md:text-left text-center">
<div class="lg:w-1/4 md:w-1/2 w-full px-4">
<h2 class="title-font font-medium text-white tracking-widest text-sm mb-3">E Cell</h2>
<nav class="list-none mb-10">
<li>
<a class="text-gray-400 hover:text-white" href="/index.html">Home</a>
</li>
<li>
<a class="text-gray-400 hover:text-white" href="/events/events.html">Events</a>
</li>
<li>
<a class="text-gray-400 hover:text-white" href="/Team/core.html">Teams</a>
</li>
<li>
<a class="text-gray-400 hover:text-white" href="/contact.html">Contact</a>
</li>
</nav>
</div>
<div class="lg:w-1/4 md:w-1/2 w-full px-4">
<h2 class="title-font font-medium text-white tracking-widest text-sm mb-3">Social</h2>
<nav class="list-none mb-10">
<li>
<a class="text-gray-400 hover:text-white" href="https://www.instagram.com/edc_pvg/">Instagram</a>
</li>
<li>
<a class="text-gray-400 hover:text-white" href="https://www.facebook.com/edcpvgcoet">Facebook</a>
</li>
<li>
<a class="text-gray-400 hover:text-white" href="https://twitter.com/e_coet">Twitter</a>
</li>
<li>
<a class="text-gray-400 hover:text-white"
href="https://www.linkedin.com/company/pvgedc/mycompany/">Linkdin</a>
</li>
</nav>
</div>
<div class="lg:w-1/4 md:w-1/2 w-full px-4">
<h2 class="title-font font-medium text-white tracking-widest text-sm mb-3">Help Center</h2>
<nav class="list-none mb-10">
<li>
<a class="text-gray-400 hover:text-white"
href="https://www.pvgcoet.ac.in/pvgs-entrepreneurship-development-cell/">PVG’s College of Engineering
and Technology & G. K. Pate (Wani)
Institute of Management</a>
</li>
</div>
<div class="lg:w-1/4 md:w-1/2 w-full px-4">
<!-- <h2 class="title-font font-medium text-white tracking-widest text-sm mb-3">Address</h2>
<nav class="list-none mb-10">
<li>
<a class="text-gray-400 hover:text-white">First Link</a>
</li>
<li>
<a class="text-gray-400 hover:text-white">Second Link</a>
</li>
<li>
<a class="text-gray-400 hover:text-white">Third Link</a>
</li>
<li>
<a class="text-gray-400 hover:text-white">Fourth Link</a>
</li>
</nav>-->
</div>
</div>
</div>
<div class="bg-gray-800 bg-opacity-75">
<div class="container mx-auto py-4 px-5 flex flex-wrap flex-col sm:flex-row">
<p class="text-gray-400 text-sm text-center sm:text-left">© 2022 EDCPVGCOET —
<a href="#" rel="noopener noreferrer" class="text-gray-500 ml-1" target="_blank">@edcpvgcoet</a>
</p>
<span class="inline-flex sm:ml-auto sm:mt-0 mt-2 justify-center sm:justify-start">
<a class="text-gray-400" href="https://www.facebook.com/edcpvgcoet">
<svg fill="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" class="w-5 h-5"
viewBox="0 0 24 24">
<path d="M18 2h-3a5 5 0 00-5 5v3H7v4h3v8h4v-8h3l1-4h-4V7a1 1 0 011-1h3z"></path>
</svg>
</a>
<a class="ml-3 text-gray-400" href="https://twitter.com/e_coet">
<svg fill="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" class="w-5 h-5"
viewBox="0 0 24 24">
<path
d="M23 3a10.9 10.9 0 01-3.14 1.53 4.48 4.48 0 00-7.86 3v1A10.66 10.66 0 013 4s-4 9 5 13a11.64 11.64 0 01-7 2c9 5 20 0 20-11.5a4.5 4.5 0 00-.08-.83A7.72 7.72 0 0023 3z">
</path>
</svg>
</a>
<a class="ml-3 text-gray-400" href="https://www.instagram.com/edc_pvg/">
<svg fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"
class="w-5 h-5" viewBox="0 0 24 24">
<rect width="20" height="20" x="2" y="2" rx="5" ry="5"></rect>
<path d="M16 11.37A4 4 0 1112.63 8 4 4 0 0116 11.37zm1.5-4.87h.01"></path>
</svg>
</a>
<a class="ml-3 text-gray-400" href="https://www.linkedin.com/company/pvgedc/mycompany/">
<svg fill="currentColor" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"
stroke-width="0" class="w-5 h-5" viewBox="0 0 24 24">
<path stroke="none"
d="M16 8a6 6 0 016 6v7h-4v-7a2 2 0 00-2-2 2 2 0 00-2 2v7h-4v-7a6 6 0 016-6zM2 9h4v12H2z"></path>
<circle cx="4" cy="4" r="2" stroke="none"></circle>
</svg>
</a>
</span>
</div>
</div>
</footer>
</body>
</html>