-
Notifications
You must be signed in to change notification settings - Fork 6
/
index.html
694 lines (653 loc) · 45.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
<!DOCTYPE html>
<html 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>Bootcamp</title>
<link rel="icon" href="/favicon.ico" type="image/x-icon">
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon">
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-iYQeCzEYFbKjA/T2uDLTpkwGzCiq6soy8tYaI1GyVh/UjpbCx/TYkiZhlZB6+fzT" crossorigin="anonymous" fetchpriority="high">
<link rel="stylesheet" href="src/style/common.css" fetchpriority="high">
<link rel="stylesheet" href="src/style/form.css">
<link rel="stylesheet" href="src/style/event-intro.css">
<link rel="stylesheet" href="src/style/eventfeed.css">
<link rel="stylesheet" href="src/style/execom-intro.css">
<link rel="stylesheet" href="src/style/home.css" fetchpriority="high">
<link rel="stylesheet" href="src/style/loading.css" fetchpriority="high">
<link rel="stylesheet" href="src/style/navbar.css" fetchpriority="high">
<link rel="stylesheet" href="src/style/summit-grid.css">
<link rel="stylesheet" href="src/style/timeline.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/font/bootstrap-icons.css" fetchpriority="high">
<link href="https://unpkg.com/[email protected]/dist/aos.css" rel="stylesheet" fetchpriority="high">
<script src="https://unpkg.com/[email protected]/dist/aos.js"></script>
<script type="module" src="src/script/eventFetch.js"></script>
</head>
<body id="bgdots" class="m-0 p-0 d-flex flex-column justify-content-center align-items-center" style="overflow: hidden">
<div id="loading" class="vh-100 vw-100 bg-white">
<div id="loader" class="lds-ring shadow-lg">
<div></div>
<div></div>
<div></div>
<div></div>
</div>
</div>
<!-- home page -->
<div id="homepage" class="homepage w-100 vh-100 m-0 p-0 d-flex flex-column">
<div class="w-100 align-self-center m-0 mx-auto p-0">
<nav id="navbarfloat" class="navbar navbar-expand-md w-100 navbar-dark bg-transparent mt-md-1 mt-3">
<div class="container mt-md-3">
<a class="navbar-brand lead fs-3 fw-bolder m-0 p-0 col-4 col-md-2" href="#">
<img src="src/asset/bootcamp(white).png" alt="Bootcamp" class="img-fluid" fetchpriority="high"></a>
<button class="navbar-toggler border-0 rounded-1 p-0" data-bs-toggle="collapse" data-bs-target="#navbarNavDropdown"
aria-controls="navbarNavDropdown" aria-expanded="false" aria-label="Toggle navigation">
<i class="bi bi-list fs-1" style="color:white;"></i>
</button>
<div class="collapse navbar-collapse" id="navbarNavDropdown">
<ul class="ms-auto mt-3 navbar-nav gap-md-4 gap-3 fs-6 fw-bold">
<li class="nav-item" data-aos="fade-left" data-aos-duration="500">
<a class="nav-link active text-white" href="#whyiedc">WHY IEDC</a>
</li>
<li class="nav-item" data-aos="fade-left" data-aos-duration="700">
<a class="nav-link active text-white" href="#EVENTS">EVENTS</a>
</li>
<li class="nav-item" data-aos="fade-left" data-aos-duration="900">
<a class="nav-link active text-white" href="#SUMMIT2022">SUMMIT</a>
</li>
<li class="nav-item" data-aos="fade-left" data-aos-duration="1100">
<a class="nav-link active text-white" href="#EXECOM">EXECOM</a>
</li>
<li class="nav-item" data-aos="fade-left" data-aos-duration="1300">
<a class="nav-link active text-white" href="#ABOUTUS">ABOUT US</a>
</li>
<li class="nav-item" data-aos="fade-left" data-aos-duration="1300">
<a class="nav-link active text-white" href="https://iedc-admin.vercel.app">LOGIN</a>
</li>
</ul>
</div>
</div>
</nav>
</div>
<div class="container d-flex flex-column-reverse flex-md-row vh-100">
<div class="flex-grow-1 d-flex flex-column justify-content-center mb-5 mb-md-0 gap-2">
<h2 class="bigdot text-white fw-bolder display-4" data-aos="fade-up" data-aos-duration="2000">
Discovering<br>
<span id="changetext"> </span><br>
Students among us <i class="bi bi-circle-fill"></i>
</h2>
<h5 class="fw-normal fs-5 text-light text-start" data-aos="fade-up" data-aos-duration="2500">
Let Get Your
<span class="greencolor">Dreams</span>
Incubated
</h5>
<span>
<a href="https://innovate.startupmission.in/#/register" class="btn-outline-dark btn px-5" data-aos="fade-up" data-aos-duration="3000">
Join us <i class="bi bi-chevron-right"></i></a>
</span>
</div>
<div class="flex-grow-1"></div>
</div>
<i id="down-arrow" class="bi bi-chevron-compact-down text-light"></i>
</div>
<!-- whole container -->
<div class="row container m-0 py-4 d-flex flex-column align-items-center justify-content-evenly gap-5">
<!-- Intro Event -->
<div id="homeEvent" class="d-flex flex-column gap-4"></div>
<!-- manual notification -->
<!--<div data-aos="fade-up" data-aos-duration="1200">
<div class="card shadow-lg w-100 text-black img-fluid">
<div class="fs-4 fw-bold text-black card-header">
IEDC SUMMIT <span class="greencolor">2023</span>
</div>
<div class="w-100 p-0 m-0 d-flex flex-column flex-md-row">
<div class="w-100 p-3 pb-0">
<img src="/src/media/iedcsummit.bmp" alt="" class="img-fluid rounded-3">
</div>
<div class="w-100 fs-7 text-black-50 fw-bolder card-body p-1 pt-3 px-3">
<p><strong>Kerala Startup Mission</strong> is organizing the seventh edition of the flagship event- <strong>IEDC Summit 2023</strong> and, Rajagiri School of
Engineering and Technology, heartily welcome you to witness and be a part of <strong>Asia's largest summit</strong> for aspiring student
innovators and entrepreneurs.</p>
<br>
<p class="fw-bold">Let's unravel dimensions and unite perspectives together!</p>
<br>
<p><i class="bi bi-calendar-check"></i> 04 March 2023</p>
<p><i class="bi bi-geo-alt-fill"></i> Rajagiri School of Engineering and Technology, Ernakulam</p>
</div>
</div>
<div class="card-footer text-center p-3 border-0">
<span>
<a href="https://iedcsummit.in/"
class="btn mybtn bg-light border-1 border-dark px-5">
Grab your Tickets <i class="bi bi-chevron-right"></i>
</a>
</span>
</div>
</div>
</div> -->
<!-- why iedc -->
<div class="gap-3 d-flex flex-column text-center">
<h2 id="whyiedc" class="text-black fw-bolder fs-2 text-center" data-aos="fade-up" data-aos-duration="1200">
WHY IEDC <span style="color: var(--green) ;"><i class="bi bi-intersect"></i></span>
</h2>
<h5 class="text-black-50 text-center fw-light fs-6 m-0" data-aos="fade-up" data-aos-duration="1200">
Here students take their <br> first step as innovators and entrepreneurs
</h5>
<div class="row-cols-md-5 row-cols-2 d-flex flex-row flex-wrap gap-3 p-0 list-unstyled">
<li class="card flex-grow-1 bg-white p-3 shadow-lg rounded-3" data-aos="fade-up" data-aos-duration="1000">
<img class="mx-auto py-3 whyiedcimg" src="src/media/entreprenuer.png" alt="" srcset="" fetchpriority="high">
<p class="h5 fw-bold fs-6 p-0 bg-transparent text-center">MENTORING</p>
<p class="h5 fs-7 fw-light p-0 bg-transparent text-black-50">
Startup bootcamp also provides mentoring support to help the students in developing innovative ideas, setting goals
and exploring careers which is best suited.
</p>
</li>
<li class="card flex-grow-1 bg-white p-3 shadow-lg rounded-3" data-aos="fade-up" data-aos-duration="1500">
<img class="mx-auto py-3 whyiedcimg" src="src/media/bulb.png" alt="" srcset="" fetchpriority="high">
<p class="h5 fw-bold fs-6 p-0 bg-transparent text-center">INNOVATION</p>
<p class="h5 fs-7 fw-light p-0 text-black-50 bg-transparent">
Startup bootcamp provides students with assistance in projects through innovative ideas which can be utilised for future
endeavours
</p>
</li>
<li class="card flex-grow-1 bg-white p-3 shadow-lg rounded-3" data-aos="fade-up" data-aos-duration="2000">
<img class="mx-auto py-3 whyiedcimg" src="src/media/networking.png" alt="" srcset="" fetchpriority="high">
<p class="h5 fw-bold fs-6 p-0 bg-transparent text-center">NETWORKING</p>
<p class="h5 fs-7 fw-light p-0 text-black-50 bg-transparent">
Startup bootcamp also helps students in connecting them with other personalities to identify their potential and
increase their opportunities
</p>
</li>
<li class="card flex-grow-1 bg-white p-3 shadow-lg rounded-3" data-aos="fade-up" data-aos-duration="2500">
<img class="mx-auto py-3 whyiedcimg" src="src/media/incubation.png" alt="" srcset="" fetchpriority="high">
<p class="h5 fs-6 fw-bold p-0 bg-transparent text-center">INCUBATION</p>
<p class="h5 fw-light fs-7 p-0 text-black-50 bg-transparent">
Startup bootcamp provides incubation support to students by giving opportunity to express their innovative ideas and
make it work
</p>
</li>
</div>
</div>
<div class="d-flex flex-column gap-3">
<h2 id="bootcamp" class="text-black fw-bolder fs-2 text-center" data-aos="fade-up" data-aos-duration="1000">
SJCET BOOTCAMP - <span style="color: var(--green) ;">IEDC <i class="bi bi-patch-check-fill"></i></span>
</h2>
<div style="min-height:200px ;" class="card flex-grow-1 shadow-lg rounded-3 p-3 justify-content-center" data-aos="fade-up" data-aos-duration="2000">
<h5 class="text-black-50 fs-7 text-start">
<strong>The SJCET Startup Bootcamp- IEDC</strong> (Innovation and Entrepreneurship Development Centre) was set up on 9th March
2015 as a part of the Kerala Startup Mission (KSUM) initiative to develop a startup culture amongst students.
The IEDCs are platforms set up in Engineering, Management, Arts & Science Colleges and Polytechnics with an aim
to provide students an opportunity to experiment and innovate. KSUM has set up IEDCs in 226 institutions across
the State which provide avenues for creative students to learn, collaborate and transform their innovative ideas
into prototypes of viable products and services. IEDCs works as the first launch pad for a student’s
entrepreneurial journey and provide them with access to cutting edge technology, world class infrastructure,
high quality mentorship, early risk capital and global exposure.
</h5>
</div>
<div class="p-0 row-cols-md-4 row-cols-2 d-flex flex-row flex-wrap gap-3 list-unstyled">
<li class="card flex-grow-1 bg-white p-3 justify-content-center shadow-lg rounded-3" data-aos="fade-up" data-aos-duration="1500">
<!-- <img class="mx-auto py-3 whyiedcimg" src="src/media/bulb.png" alt="" srcset=""> -->
<p class="h5 fs-6 fw-bold p-0 bg-transparent text-center">VISION</p>
<p class="h5 fs-7 p-0 bg-transparent text-black-50 fw-light">
To create an innovation culture among Innovators by introducing them the State-of-the-art technologies and positioning the Institution as a Learning and Innovation Platform by delivering technically competent and skilled Entrepreneurs.
</p>
</li>
<!-- <li class="card flex-grow-1 bg-white p-2 justify-content-center">
<img class="mx-auto py-3 whyiedcimg" src="src/media/bulb.png" alt="" srcset="">
<p class="h5 fs-5 p-0 bg-transparent text-center">PURPOSE</p>
<p class="h5 fs-6 p-0 text-black-50 bg-transparent">
The purpose of the IEDCs will be to act as an aspirational platform, for the l student entrepreneurs and tech savvy innovators, in skilling and sharpening their entrepreneurial skill sets. The selected innovators will be exposed to Innovation culture, emerging technologies and Business aspects with the implicit assumption that the delta will become an entrepreneur and all the other skilled talents will get high end jobs with the kind of exposure and skills they acquire.
</p>
</li> -->
<li class="card flex-grow-1 bg-white p-3 justify-content-center shadow-lg rounded-3" data-aos="fade-up" data-aos-duration="2000">
<!-- <img class="mx-auto py-3 whyiedcimg" src="src/media/bulb.png" alt="" srcset=""> -->
<p class="h5 fs-6 fw-bold p-0 bg-transparent text-center">MISSION</p>
<p class="h5 fs-7 p-0 text-black-50 bg-transparent fw-light">
To create IEDC as an Innovation Platform and to create future founders by promoting Innovation, Technology and Business Learning among student community
</p>
<br>
</li>
</div>
</div>
<!-- <div class="my-1">
<h2 id="SJCETPALAI" class="text-black fw-bolder text-center display-6">
<span style="color: var(--green) ;">OBJECTIVE</span>
</h2>
<h5 class="text-black-50 fw-light fs-5 m-0 ">
<li class="list-unstyled">To promote an innovation driven entrepreneurship culture among the students</li>
<li class="list-unstyled">To develop and promote commercially viable innovative product and solution from the students.</li>
<li class="list-unstyled">To promote enterprise among budding technopreneurs and thereby creating more employment opportunities</li>
<li class="list-unstyled">To bridge the gap between Industry and Academia</li>
<li class="list-unstyled">To support the budding Entrepreneurs through Grants and to create an entrepreneurship flavour in the academic fraternity.</li>
</h5>
</div> -->
<div class="d-flex flex-column gap-3">
<h2 id="SJCETPALAI" class="text-black text-center fw-bolder fs-2" data-aos="fade-up" data-aos-duration="1200">
OUR SUPPORTERS <span class="greencolor"><i class="bi bi-star-fill"></i></span>
</h2>
<div class="row-cols-md-4 row-cols-2 d-flex flex-row flex-wrap gap-3 p-0 list-unstyled">
<li style="min-height:200px ;" class="card flex-grow-1 shadow-lg rounded-3" data-aos="fade-up" data-aos-duration="1500">
<img src="src/company-logo/ksum.png" alt="" srcset="" class="card-img m-auto px-1 img-fluid">
<a href="https://startupmission.kerala.gov.in" class="w-100 h-100 card-img-overlay"></a>
</li>
<li style="min-height:200px ;" class="card flex-grow-1 shadow-lg rounded-3" data-aos="fade-up" data-aos-duration="2000">
<img src="src/company-logo/1363215-department-of-industries-kerala.webp" alt="" srcset="" class="card-img m-auto px-1 rounded-3 img-fluid">
<a href="https://industry.kerala.gov.in/" class="w-100 h-100 card-img-overlay"></a>
</li>
<li style="min-height:200px ;" class="card flex-grow-1 shadow-lg rounded-3" data-aos="fade-up" data-aos-duration="2500">
<img src="src/company-logo/iedc.png" alt="" srcset="" class="m-auto px-3 img-fluid">
<a href="https://iedc.startupmission.in" class="w-100 h-100 card-img-overlay"></a>
</li>
<li style="min-height:200px ;" class="card flex-grow-1 shadow-lg rounded-3" data-aos="fade-up" data-aos-duration="1500">
<img src="src/company-logo/dsc(grey).png" alt="" srcset="" class="card-img m-auto px-4 img-fluid">
<a href="https://gdsc.community.dev/st-josephs-college-of-engineering-and-technology-palai/" class="w-100 h-100 card-img-overlay"></a>
</li>
<li style="min-height:200px ;" class="card flex-grow-1 shadow-lg rounded-3" data-aos="fade-up" data-aos-duration="2000">
<img src="src/company-logo/tinkerhub(black).png" alt="" srcset="" class="card-img m-auto px-5 img-fluid">
<a href="https://www.tinkerhub.org/" class="w-100 h-100 card-img-overlay"></a>
</li>
<li style="min-height:200px ;" class="card flex-grow-1 shadow-lg rounded-3" data-aos="fade-up" data-aos-duration="2500">
<img src="src/company-logo/gtech.png" alt="" srcset="" class="card-img m-auto px-5 img-fluid">
<a href="https://mulearn.org/" class="w-100 h-100 card-img-overlay"></a>
</li>
</div>
</div>
<div class="d-flex flex-column gap-3">
<h3 class="text-black-50 fs-7 fw-bold m-0 text-center" data-aos="fade-up" data-aos-duration="1200">
FOLLOW US ON</h3>
<div class="d-flex gap-3 gap-md-5 fs-4 list-unstyled justify-content-center">
<li data-aos="fade-up" data-aos-duration="1400">
<a href="https://www.linkedin.com/company/startup-bootcamp-sjcet/" class=" text-black-50"><i
class="bi bi-linkedin"></i></a>
</li>
<li data-aos="fade-up" data-aos-duration="1700">
<a href="https://www.instagram.com/sjcetbootcamp/" class=" text-black-50"><i
class="bi bi-instagram"></i></a>
</li>
<li data-aos="fade-up" data-aos-duration="2000">
<a href="https://www.twitter.com/sjcetbootcamp" class=" text-black-50"><i
class="bi bi-twitter"></i></a>
</li>
<li data-aos="fade-up" data-aos-duration="2300">
<a href="https://www.facebook.com/sjcetbootcamp" class=" text-black-50"><i
class="bi bi-facebook"></i></a>
</li>
<li data-aos="fade-up" data-aos-duration="2600">
<a href="https://discord.gg/5FCxcERP" class=" text-black-50"><i
class="bi bi-discord"></i></a>
</li>
<li data-aos="fade-up" data-aos-duration="2900">
<a href="https://www.youtube.com/channel/UC6v9cPvbBx4b4uyPUgtN5g" class=" text-black-50 p-0"><i
class="bi bi-youtube"></i></a>
</li>
</div>
</div>
<!-- the Event section -->
<div class="m-0 d-flex flex-column gap-3 text-center">
<h2 id="EVENTS" class="fw-bolder text-black text-center m-0 p-0 fs-2" data-aos="fade-up" data-aos-duration="1200">
BOOTCAMP EVENTS <span class="greencolor"><i class="bi bi-lightning-fill"></i></span>
</h2>
<!-- Intro 5 Events -->
<div id="container5" class="eventGrid w-100 d-flex flex-column justify-content-center align-items-center d-md-grid" data-aos="fade-up" data-aos-duration="1000">
<span class="text-center spinner-border text-success" role="status" ></span>
</div>
<span>
<a class="mybtn p-1 px-4" href="EVENTS/" data-aos="fade-up" data-aos-duration="2900">
ALL EVENTS <i class="bi bi-chevron-right"></i>
</a>
</span>
</div>
<!-- the summit page -->
<div class="m-0 d-flex flex-column gap-3 justify-content-start vh-100">
<h2 id="SUMMIT2022" class="fw-bolder text-black text-center m-0 p-0 fs-2" data-aos="fade-up" data-aos-duration="1200">
<span class="greencolor">SUMMIT</span> 2022 <span class="greencolor"'><i class="bi bi-play-circle-fill"></i></span>
</h2>
<div class="card shadow-lg rounded-3 p-3 justify-content-center"
data-aos="fade-up" data-aos-duration="2000">
<h5 class="text-black-50 fs-7 text-start">
IEDC summit 2022 has been hosted by St. Joseph's College of Engineering and technology, Palai on 5th March 2022.This
flagship event brought together all student innovators and all other connected stakeholders under one umbrella.
More than 20 speakers were presented in the event. More than 3000 participants across more than 14 districts
participated in this event. The summit witnessed a series of technology tracks, brainstorming sessions, interactive
community meetup and product exhibition. The presence of cooperative leaders provided the participants with a deeper
insight with latest technology.
</h5>
</div>
<div class="flex-grow-1 Summitparent d-flex flex-column d-md-grid col-12">
<div class="div1 bg-white border" data-aos="fade-up" data-aos-duration="1200">
<div id="carouselExampleInterval" class="carousel slide col-12 h-100" data-bs-ride="carousel">
<div class="carousel-inner h-100">
<div class="carousel-item active div1-carousel-item-1 h-100 card" data-bs-interval="3000">
<div class="card-img-overlay rounded-0 p-2 d-flex flex-column justify-content-end text-start text-white-50">
<a href="1" class="summit-cards">
</a>
</div>
</div>
<div class="carousel-item div1-carousel-item-2 h-100 card" data-bs-interval="3000">
<div class="card-img-overlay rounded-0 p-2 d-flex flex-column justify-content-end text-start text-white-50">
<a href="1" class="summit-cards">
</a>
</div>
</div>
<div class="carousel-item div1-carousel-item-3 h-100 card" data-bs-interval="3000">
<div class="card-img-overlay rounded-0 p-2 d-flex flex-column justify-content-end text-start text-white-50">
<a href="1" class="summit-cards">
</a>
</div>
</div>
</div>
</div>
</div>
<!-- div2 -->
<div class="div2 bg-white border" data-aos="fade-up" data-aos-duration="1600">
<div id="carouselExampleInterval" class="carousel slide col-12 h-100" data-bs-ride="carousel">
<div class="carousel-inner h-100">
<div class="carousel-item active div2-carousel-item-1 h-100 card" data-bs-interval="3500">
<div
class="card-img-overlay rounded-0 p-2 d-flex flex-column justify-content-end text-start text-white-50">
<a href="1" class="summit-cards">
</a>
</div>
</div>
<div class="carousel-item div2-carousel-item-2 h-100 card" data-bs-interval="3500">
<div
class="card-img-overlay h-100 rounded-0 p-2 d-flex flex-column justify-content-end text-start text-white-50">
<a href="1" class="summit-cards">
</a>
</div>
</div>
<div class="carousel-item div2-carousel-item-3 h-100 card" data-bs-interval="3500">
<div
class="card-img-overlay rounded-0 p-2 d-flex flex-column justify-content-end text-start text-white-50">
<a href="1" class="summit-cards">
</a>
</div>
</div>
</div>
</div>
</div>
<!-- div 3 -->
<div class="div3 bg-white border d-none d-md-grid" data-aos="fade-up" data-aos-duration="2000">
<div id="carouselExampleInterval" class="carousel slide col-12 h-100" data-bs-ride="carousel">
<div class="carousel-inner h-100">
<div class="carousel-item active div3-carousel-item-1 h-100 card" data-bs-interval="2000">
<div
class="card-img-overlay rounded-0 p-2 d-flex flex-column justify-content-end text-start text-white-50">
<a href="1" class="summit-cards">
</a>
</div>
</div>
<div class="carousel-item div3-carousel-item-2 h-100 card" data-bs-interval="2000">
<div
class="card-img-overlay rounded-0 p-2 d-flex flex-column justify-content-end text-start text-white-50">
<a href="1" class="summit-cards">
</a>
</div>
</div>
<div class="carousel-item div3-carousel-item-3 h-100 card" data-bs-interval="2000">
<div
class="card-img-overlay rounded-0 p-2 d-flex flex-column justify-content-end text-start text-white-50">
<a href="1" class="summit-cards">
</a>
</div>
</div>
</div>
</div>
</div>
<!-- div4 -->
<div class="div4 bg-white border d-none d-md-grid" data-aos="fade-up" data-aos-duration="1400">
<div id="carouselExampleInterval" class="carousel slide col-12 h-100" data-bs-ride="carousel">
<div class="carousel-inner h-100">
<div class="carousel-item active div4-carousel-item-1 h-100 card" data-bs-interval="3750">
<div
class="card-img-overlay rounded-0 p-2 d-flex flex-column justify-content-end text-start text-white-50">
<a href="1" class="summit-cards">
</a>
</div>
</div>
<div class="carousel-item div4-carousel-item-2 h-100 card" data-bs-interval="3750">
<div
class="card-img-overlay rounded-0 p-2 d-flex flex-column justify-content-end text-start text-white-50">
<a href="1" class="summit-cards">
</a>
</div>
</div>
<div class="carousel-item div4-carousel-item-3 h-100 card" data-bs-interval="3750">
<div
class="card-img-overlay rounded-0 p-2 d-flex flex-column justify-content-end text-start text-white-50">
<a href="1" class="summit-cards">
</a>
</div>
</div>
</div>
</div>
</div>
<!-- div5 -->
<div class="div5 bg-white border" data-aos="fade-up" data-aos-duration="1800">
<div id="carouselExampleInterval" class="carousel slide col-12 h-100" data-bs-ride="carousel">
<div class="carousel-inner h-100">
<div class="carousel-item active div5-carousel-item-1 h-100 card" data-bs-interval="4500">
<div
class="card-img-overlay rounded-0 p-2 d-flex flex-column justify-content-end text-start text-white-50">
<a href="1" class="summit-cards">
</a>
</div>
</div>
<div class="carousel-item div5-carousel-item-2 h-100 card" data-bs-interval="4500">
<div
class="card-img-overlay rounded-0 p-2 d-flex flex-column justify-content-end text-start text-white-50">
<a href="1" class="summit-cards">
</a>
</div>
</div>
<div class="carousel-item div5-carousel-item-3 h-100 card" data-bs-interval="4500">
<div
class="card-img-overlay rounded-0 p-2 d-flex flex-column justify-content-end text-start text-white-50">
<a href="1" class="summit-cards">
</a>
</div>
</div>
</div>
</div>
</div>
<!-- div6 -->
<div class="div6 bg-white border" data-aos="fade-up" data-aos-duration="2300">
<div id="carouselExampleInterval" class="carousel slide col-12 h-100" data-bs-ride="carousel">
<div class="carousel-inner h-100">
<div class="carousel-item active div6-carousel-item-1 h-100 card" data-bs-interval="4000">
<div
class="card-img-overlay rounded-0 p-2 d-flex flex-column justify-content-end text-start text-white-50">
<a href="1" class="summit-cards">
</a>
</div>
</div>
<div class="carousel-item div6-carousel-item-2 h-100 card" data-bs-interval="4000">
<div
class="card-img-overlay rounded-0 p-2 d-flex flex-column justify-content-end text-start text-white-50">
<a href="1" class="summit-cards">
</a>
</div>
</div>
<div class="carousel-item div6-carousel-item-3 h-100 card" data-bs-interval="4000">
<div
class="card-img-overlay rounded-0 p-2 d-flex flex-column justify-content-end text-start text-white-50">
<a href="1" class="summit-cards">
</a>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- <span>
<a class="mybtn p-1 px-4" href="/" data-aos="fade-up" data-aos-duration="1500" data-aos-delay="400">
SUMMIT 2022 <i class="bi bi-chevron-right"></i>
</a>
</span> -->
</div>
<!-- the team page -->
<div class="d-flex flex-column gap-3 w-100 text-center py-2">
<h2 id="EXECOM" class="fw-bolder text-black display-6" data-aos="fade-up" data-aos-duration="1200">
<span class="greencolor">IEDC</span> EXECOM <span class="greencolor"><i class="bi bi-people-fill"></i></span>
</h2>
<div id="super-pics" class="w-100">
<div class="execom-container h-100" data-aos="fade-up" data-aos-duration="1500" data-aos-delay="300">
<div class="img1 gridpics"></div>
<div class="img2 gridpics"></div>
<div class="img3 gridpics"></div>
<div class="img4 gridpics"></div>
<div class="img5 gridpics"></div>
<div class="img6 gridpics"></div>
<div class="img7 gridpics"></div>
<div class="img8 gridpics"></div>
</div>
</div>
<span>
<a class="mybtn p-1 px-4" href="EXECOM/" data-aos="fade-up" data-aos-duration="1500" data-aos-delay="400">
MEET THE DREAM TEAM <i class="bi bi-chevron-right"></i>
</a>
</span>
</div>
<!-- history page -->
<div class="container p-0 d-flex flex-column text-center">
<div class="the-past py-4 p-md-5 bg-transparent m-0">
<h2 id="history" class="fw-bolder display-6 text-black" data-aos="fade-up" data-aos-duration="1400">
BOOTCAMP REWIND <span class="greencolor"><i class="bi bi-skip-backward-circle-fill"></i></span>
</h2>
<br>
<div class="timeline w-100">
<div class="conbox left" data-aos="fade-up" data-aos-duration="1400">
<div class="content p-3 text-center" >
<h3 class="fw-bold fs-6 m-0">IEDC SUMMIT 2022</h3><br>
<p class="text-black-50 fw-light fs-7 m-0">It’s the 6th edition of IEDC summit
It was a 2 day long summit conducted on 5th March 2022
Hosted by St Joseph’s College of Engineering and Technology</p>
</div>
</div>
<div class="conbox right"data-aos="fade-up" data-aos-duration="1400">
<div class="content p-3 text-center">
<h3 class="fw-bold fs-6 m-0">INDIA 500 STARTUP AWARD 2020</h3><br>
<p class="text-black-50 fw-light fs-7 m-0">Hyperthink Technologies by SJCET graduates Mr. Anto Patrex and Mr.Tahseen Amin was nominated</p>
</div>
</div>
<div class="conbox left"data-aos="fade-up" data-aos-duration="1400">
<div class="content p-3 text-center">
<h3 class="fw-bold fs-6 m-0">CASH GRANT OF INR 1 LAC</h3><br>
<p class="text-black-50 fw-light fs-7 m-0">Cash grant was awarded from Idea Fest organized by KSUM
Product prototype was E-LENDING MACHINE that enables lending and booking of development boards,sensors etc</p>
</div>
</div>
<div class="conbox right"data-aos="fade-up" data-aos-duration="1400">
<div class="content p-3 text-center">
<h3 class="fw-bold fs-6 m-0">LAMAARA TECHNOLOGIES</h3>
<!-- <p class="text-black-50 fw-light fs-7 m-0">Founded by Mr Anto Patrex and Mr Thomas Cyriac</p>--><br>
<ul class="p-0 list-unstyled">
<li class="h3 text-black-50 fw-light fs-7 m-0">Lamaara Techonologies were selected for idea grand in 2017 of 2 Lakhs</li>
<li class="h3 text-black-50 fw-light fs-7 m-0">Lamara Techologies achieved investment at TIECON KERALA in the year 2019 from Chennai Angels</li>
<li class="h3 text-black-50 fw-light fs-7 m-0">Cofounders was being named among the 50 most Influential
People of 2019 in Kerala by the Kerala Insider.</li>
<li class="h3 text-black-50 fw-light fs-7 m-0">Founded by Mr Anto Patrex and Mr Thomas Cyriac</li>
</ul>
</div>
</div>
<div class="conbox left"data-aos="fade-up" data-aos-duration="1400">
<div class="content p-3 text-center">
<h3 class="fw-bold fs-6 m-0">GRAND FINALE OF STARTUP INDIA</h3><br>
<p class="text-black-50 fw-light fs-7 m-0">IEDC Startup Bootcamp SJCET bagged three prizes at the Grand Finale of Startup India Kerala Stratup Yatra in the year 2018 Organised by Startup India and Kerala Startup Mission at Technopark,Trivandram</p>
<p class="text-black-50 fw-light fs-7 m-0">IDEA FEST 2021</p>
</div>
</div>
<div class="conbox right"data-aos="fade-up" data-aos-duration="1400">
<div class="content p-3 text-center">
<h3 class="fw-bold fs-6 m-0">ENTREPRENEURSHIP ENABLER AWARD 2018</h3><br>
<p class="text-black-50 fw-light fs-7 m-0">Entrepreneurship Enabler Award 2018 of Kerala Startup Mission
Award was handovered by Sri M Sivasankar IAS( Secretary to CM and IT Secretary)</p>
</div>
</div>
<div class="conbox left" data-aos="fade-up" data-aos-duration="1400">
<div class="content p-3 text-center">
<h3 class="fw-bold fs-6 m-0">ALL INDIA PERSISTENT INSPIRATION AWARD</h3><br>
<p class="text-black-50 fw-light fs-7 m-0">Reon Saji, Praveen K S, Sandeep Salmon, Smitha John, Hanna George and Neethu Naduvathettu bagged the at the 2nd Smart
India Hackathon, which is the world’s biggest Hackathon.</p>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- contact and feedback form -->
<div class="w-100 bg-black p-3">
<div class="container mx-auto m-0 p-0 d-flex flex-column gap-5">
<div id="footer" class="d-flex flex-column flex-md-row gap-5 gap-md-3 justify-content-center">
<div class="d-flex flex-column gap-3 flex-grow-1">
<h3 class="text-white fs-6 fw-bold text-center">REACH US</h3>
<iframe frameborder="0" scrolling="no" marginheight="0" marginwidth="0" class="flex-grow-1"
src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d503167.5740352092!2d76.23294812656607!3d9.85064521519969!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3b07cc024cb7c83f%3A0xc8944aaebb3ba492!2sSt.%20Joseph's%20College%20of%20Engineering%20and%20Technology%2C%20Palai!5e0!3m2!1sen!2sin!4v1617135156377!5m2!1sen!2sin"
title="St. Joseph's College of Engineering and Technology, Palai"
aria-label="St. Joseph's College of Engineering and Technology, Palai">
</iframe>
</div>
<div class="text-center border-1 border-white d-flex flex-column gap-3 flex-grow-1">
<h3 id="ABOUTUS" class="text-white fs-6 fw-bold text-center" >GIVE US FEEDBACK</h3>
<form id="feedbackFORM" class="d-flex flex-column text-white-50 gap-3">
<input name="name" type="text" minlength="2" maxlength="20" class="form-field bg-dark" placeholder="Your Name" required>
<input name="email" type="email" minlength="2" maxlength="30" class="form-field bg-dark" placeholder="Email" required>
<textarea name="feedback" type="text" minlength="2" maxlength="200" class="form-field bg-dark py-4" placeholder="Message" required style="min-height:100px ;" ></textarea>
<span>
<button id="btnSubmit" class="btn-outline-dark btn px-5" type="submit">
SUBMIT <i class="bi bi-chevron-right"></i>
</button>
</span>
</form>
</div>
</div>
<div class="d-flex flex-column flex-md-row gap-5">
<div class=" d-flex flex-column gap-3">
<div class="d-flex">
<img src="src/asset/bootcamp(white).png" alt="Bootcamp" class="img-fluid col-md-6 col-6">
</div>
<h3 class="text-white fs-6 fw-bold text-start">FOLLOW US</h3>
<div class="d-flex gap-3 gap-md-5">
<a href="https://www.linkedin.com/company/startup-bootcamp-sjcet/" class="text-white-50 fs-3"><i
class="bi bi-linkedin"></i></a>
<a href="https://www.instagram.com/sjcetbootcamp/" class=" text-white-50 fs-3"><i class="bi bi-instagram"></i></a>
<a href="https://www.tiwtter.com/sjcetbootcamp/" class=" text-white-50 fs-3"><i class="bi bi-twitter"></i></a>
<a href="https://www.facebook.com/sjcetbootcamp/" class=" text-white-50 fs-3"><i class="bi bi-facebook"></i></a>
<a href="https://discord.gg/eQjz6RXD" class="text-white-50 fs-3"><i class="bi bi-discord"></i></a>
<a href="https://www.youtube.com/channel/UC6v9cPvbBx4b4uyPUgtN5g" class="text-white-50 fs-3"><i
class="bi bi-youtube"></i></a>
</div>
</div>
<div class="w-auto">
<span class="text-white fs-6 fw-bold h3 border-bottom border-2 greencolor">MORE LINKS</span>
<div class="d-flex flex-row justify-content-between justify-content-md-start gap-5 my-4">
<div class="d-flex flex-column gap-3">
<a href="#home" class=" text-white-50">HOME</a>
<a href="#whyiedc" class=" text-white-50">WHY IEDC</a>
<a href="#SUMMIT2022" class=" text-white-50">SUMMIT 2022</a>
</div>
<div class="d-flex ms-2 flex-column gap-3">
<a href="#EXECOM" class=" text-white-50">EXECOM</a>
<a href="#EVENTS" class=" text-white-50">EVENTS</a>
<a href="https://sjcetpalai.ac.in/" class=" text-white-50">SJCET PALAI</a>
</div>
<div class="d-flex ms-2 flex-column gap-3">
<a href="#history" class=" text-white-50">HISTORY</a>
<a href="https://g.page/SJCETPALA?share" class=" text-white-50">LOCATION</a>
<a href="https://github.com/rajatsandeepsen" class=" text-white-50">WEBDEV</a>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- <script>
AOS.init();
</script> -->
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"
integrity="sha384-u1OknCvxWvY5kfmNBILK2hRnQC3Pr17a+RTT6rIHI7NnikvbZlHgTPOOmMi466C8"
crossorigin="anonymous"></script>
<script src="/src/script/script.js"></script>
<!-- <script type="module" src="/src/script/feedback.js"></script> -->
</body>
</html>