-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
722 lines (608 loc) · 31.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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<title>Spark</title>
<meta content="" name="descriptison">
<meta content="" name="keywords">
<!-- Favicons -->
<link href="assets/img/favicon.png" rel="icon">
<link href="assets/img/apple-touch-icon.png" rel="apple-touch-icon">
<!-- Google Fonts -->
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i|Raleway:300,300i,400,400i,500,500i,600,600i,700,700i|Poppins:300,300i,400,400i,500,500i,600,600i,700,700i" rel="stylesheet">
<!-- Vendor CSS Files -->
<link href="assets/vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<link href="assets/vendor/icofont/icofont.min.css" rel="stylesheet">
<link href="assets/vendor/boxicons/css/boxicons.min.css" rel="stylesheet">
<link href="assets/vendor/remixicon/remixicon.css" rel="stylesheet">
<link href="assets/vendor/venobox/venobox.css" rel="stylesheet">
<link href="assets/vendor/owl.carousel/assets/owl.carousel.min.css" rel="stylesheet">
<!-- Template Main CSS File -->
<link href="assets/css/style.css" rel="stylesheet">
<script src="https://code.iconify.design/1/1.0.7/iconify.min.js"></script>
<!-- =======================================================
* Template Name: KnightOne - v2.1.0
* Template URL: https://bootstrapmade.com/knight-simple-one-page-bootstrap-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
======================================================== -->
</head>
<body>
<!-- ======= Header ======= -->
<header id="header" class="fixed-top ">
<div class="container-fluid">
<div class="row justify-content-center">
<div class="col-xl-9 d-flex align-items-center justify-content-between">
<h1 class="logo"><a href="#hero">Get Sparked</a></h1>
<!-- Uncomment below if you prefer to use an image logo -->
<!-- <a href="index.html" class="logo"><img src="assets/img/logo.png" alt="" class="img-fluid"></a>-->
<nav class="nav-menu d-none d-lg-block">
<ul>
<li class="active"><a href="#hero">Home</a></li>
<li><a href="#about">About</a></li>
<li><a href="#services">Services</a></li>
<li><a href="#clients">Partners</a></li>
<li><a href="#portfolio">Team</a></li>
<li><a href="#faq">FAQ</a></li>
<!-- <li><a href="#pricing">Pricing</a></li>-->
<!-- <li class="drop-down"><a href="">Drop Down</a>-->
<ul>
<!-- <li><a href="#">Drop Down 1</a></li>-->
<!-- <li class="drop-down"><a href="#">Deep Drop Down</a>-->
<ul>
<!--
<li><a href="#">Deep Drop Down 1</a></li>
<li><a href="#">Deep Drop Down 2</a></li>
<li><a href="#">Deep Drop Down 3</a></li>
<li><a href="#">Deep Drop Down 4</a></li>
<li><a href="#">Deep Drop Down 5</a></li>
-->
</ul>
</li>
<!--
<li><a href="#">Drop Down 2</a></li>
<li><a href="#">Drop Down 3</a></li>
<li><a href="#">Drop Down 4</a></li>
-->
</ul>
</li>
<li><a href="#contact">Contact</a></li>
</ul>
</nav><!-- .nav-menu -->
<a href="https://pitchplease.netlify.app/" target="blank" class="get-started-btn scrollto">Check Out Pitch Please</a>
</div>
</div>
</div>
</header><!-- End Header -->
<!-- ======= Hero Section ======= -->
<section id="hero" class="d-flex flex-column justify-content-center">
<div class="container">
<div class="row justify-content-center">
<div class="col-xl-8">
<h1>SPARK</h1><br>
<h2>E-Cell, Bennett University</h2>
<a href="https://www.youtube.com/watch?v=zyEUVk7mAwI" class="venobox play-btn mb-4" data-vbtype="video" data-autoplay="true"></a>
</div>
</div>
</div>
</section><!-- End Hero -->
<main id="main">
<!-- ======= About Us Section ======= -->
<section id="about" class="about">
<div class="container">
<div class="section-title">
<h2>About Us</h2>
<p> We are the startup and incubation club of Bennett University. We give wings to your ideas and help you find the right platform and get the right platform. </p>
</div>
<div class="row content">
<div class="col-lg-6">
<p>
Have a great idea that could makes you the new Jobs ? Feel like you can do better than musk ? You're at the right place
</p>
<ul>
<li><i class="ri-check-double-line"></i> Expert mentorship and advices by seasoned faculty</li>
<li><i class="ri-check-double-line"></i> Funding for your start up *</li>
<li><i class="ri-check-double-line"></i> Connecting you with the right people and giving you exposure you need</li>
</ul>
</div>
<div class="col-lg-6 pt-4 pt-lg-0">
<p>
The experts at Bennett hatchery have mentored a number of projects. From pointing out the flaws in the methods to how to fix them , We'll set you right on a path. SPARK will is exactly what you need to become the next Big game out there.
</p>
<a href="https://www.bennett.edu.in/center-of-innovation-entrepreneurship/#cie-hatchery" class="btn-learn-more">Learn More</a>
</div>
</div>
</div>
</section><!-- End About Us Section -->
<!-- ======= Services Section ======= -->
<!--
<section id="services" class="services">
<div class="container">
<div class="section-title">
<h2>Services</h2>
<p>Magnam dolores commodi suscipit. Necessitatibus eius consequatur ex aliquid fuga eum quidem. Sit sint consectetur velit. Quisquam quos quisquam cupiditate. Et nemo qui impedit suscipit alias ea. Quia fugiat sit in iste officiis commodi quidem hic quas.</p>
</div>
<div class="row">
<div class="col-lg-4 col-md-6 d-flex align-items-stretch">
<div class="icon-box">
<div class="icon"><i class="bx bxl-dribbble"></i></div>
<h4><a href="">Lorem Ipsum</a></h4>
<p>Voluptatum deleniti atque corrupti quos dolores et quas molestias excepturi</p>
</div>
</div>
<div class="col-lg-4 col-md-6 d-flex align-items-stretch mt-4 mt-md-0">
<div class="icon-box">
<div class="icon"><i class="bx bx-file"></i></div>
<h4><a href="">Sed ut perspiciatis</a></h4>
<p>Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore</p>
</div>
</div>
<div class="col-lg-4 col-md-6 d-flex align-items-stretch mt-4 mt-lg-0">
<div class="icon-box">
<div class="icon"><i class="bx bx-tachometer"></i></div>
<h4><a href="">Magni Dolores</a></h4>
<p>Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia</p>
</div>
</div>
<div class="col-lg-4 col-md-6 d-flex align-items-stretch mt-4">
<div class="icon-box">
<div class="icon"><i class="bx bx-world"></i></div>
<h4><a href="">Nemo Enim</a></h4>
<p>At vero eos et accusamus et iusto odio dignissimos ducimus qui blanditiis</p>
</div>
</div>
<div class="col-lg-4 col-md-6 d-flex align-items-stretch mt-4">
<div class="icon-box">
<div class="icon"><i class="bx bx-slideshow"></i></div>
<h4><a href="">Dele cardo</a></h4>
<p>Quis consequatur saepe eligendi voluptatem consequatur dolor consequuntur</p>
</div>
</div>
<div class="col-lg-4 col-md-6 d-flex align-items-stretch mt-4">
<div class="icon-box">
<div class="icon"><i class="bx bx-arch"></i></div>
<h4><a href="">Divera don</a></h4>
<p>Modi nostrum vel laborum. Porro fugit error sit minus sapiente sit aspernatur</p>
</div>
</div>
</div>
</div>
</section> End Services Section
-->
<!-- ======= Cta Section ======= -->
<section id="cta" class="cta">
<div class="container">
<div class="row">
<div class="col-lg-9 text-center text-lg-left">
<h3>24*7 Open Hatchery</h3>
<p> Bennett Hatchery works 24*7 , just like those of you who are willing to put your all in it</p>
</div>
<div class="col-lg-3 cta-btn-container text-center">
<a class="cta-btn align-middle" href="mailto:[email protected]">Call To Action</a>
</div>
</div>
</div>
</section><!-- End Cta Section -->
<!-- ======= Features Section ======= -->
<section id="services" class="features">
<div class="container">
<div class="row">
<div class="col-lg-6 order-2 order-lg-1">
<div class="icon-box mt-5 mt-lg-0">
<i class="bx bx-receipt"></i>
<h4>Total Mentorship</h4>
<p>From step 1 till the end , we'll help you figure out your roadmap</p>
</div>
<div class="icon-box mt-5">
<i class="bx bx-cube-alt"></i>
<h4>Exposure</h4>
<p>Spark belives in learning through experience. Have industrial expertise and exposure for you budding start up</p>
</div>
<div class="icon-box mt-5">
<i class="bx bx-images"></i>
<h4>Financial aid *</h4>
<p>If your project idea is novel and upto the mark , Spark in association with CIE , helps you get the right funding</p>
</div>
<div class="icon-box mt-5">
<i class="bx bx-shield"></i>
<h4>Events for budding enterprenures</h4>
<p>Spark conducts regular events to train you and help you underdstand the market</p>
</div>
</div>
<div class="image col-lg-6 order-1 order-lg-2" style='background-image: url("assets/img/features.jpg");'></div>
</div>
</div>
</section><!-- End Features Section -->
<!-- ======= Clients Section ======= -->
<section id="clients" class="clients">
<div class="container">
<div class="row no-gutters clients-wrap clearfix wow fadeInUp">
<div class="col-lg-3 col-md-4 col-xs-6">
<div class="client-logo">
<img src="assets/img/clients/client-1.png" class="img-fluid" alt="">
</div>
</div>
<div class="col-lg-3 col-md-4 col-xs-6">
<div class="client-logo">
<img src="assets/img/clients/client-7.png" class="img-fluid" alt="">
</div>
</div>
<div class="col-lg-3 col-md-4 col-xs-6">
<div class="client-logo">
<img src="assets/img/clients/client-3.png" class="img-fluid" alt="">
</div>
</div>
<div class="col-lg-3 col-md-4 col-xs-6">
<div class="client-logo">
<img src="assets/img/clients/unnamed.png" class="img-fluid" alt="">
</div>
</div>
<div class="col-lg-3 col-md-4 col-xs-6">
<div class="client-logo">
<img src="assets/img/clients/client-5.png" class="img-fluid" alt="">
</div>
</div>
<div class="col-lg-3 col-md-4 col-xs-6">
<div class="client-logo">
<img src="assets/img/clients/client-6.png" class="img-fluid" alt="">
</div>
</div>
<div class="col-lg-3 col-md-4 col-xs-6">
<div class="client-logo">
<img src="assets/img/clients/client-2.png" class="img-fluid" alt="">
</div>
</div>
<div class="col-lg-3 col-md-4 col-xs-6">
<div class="client-logo">
<img src="assets/img/clients/client-8.png" class="img-fluid" alt="">
</div>
</div>
</div>
</div>
</section><!-- End Clients Section -->
<!-- ======= Counts Section ======= -->
<section id="counts" class="counts">
<div class="container">
<div class="text-center title">
<h3>What we have achieved so far</h3>
<p>Here is a quick look at our numbers.</p>
</div>
<div class="row counters">
<div class="col-lg-3 col-6 text-center">
<span data-toggle="counter-up">574</span>
<p>Students Mentored</p>
</div>
<div class="col-lg-3 col-6 text-center">
<span data-toggle="counter-up">1257</span>
<p>Projects Helped</p>
</div>
<div class="col-lg-3 col-6 text-center">
<span data-toggle="counter-up">1000</span>
<p>Hours Of Support</p>
</div>
<div class="col-lg-3 col-6 text-center">
<span data-toggle="counter-up">17</span>
<p>Core Team Executives</p>
</div>
</div>
</div>
</section><!-- End Counts Section -->
<!-- ======= Portfolio Section ======= -->
<section id="portfolio" class="portfolio">
<div class="container">
<div class="section-title">
<h2>Our Team</h2>
<p>Our army of Executives is our greatest strength and we at SPARK, work as friends rather than a hiearchial cluster. Meet them here!</p>
</div>
<div class="row">
<div class="col-lg-12 d-flex justify-content-center">
<ul id="portfolio-flters">
<li data-filter="*" class="filter-active">All</li>
<li data-filter=".filter-app">Secretaries</li>
<li data-filter=".filter-card">Team Leads</li>
<li data-filter=".filter-web">Developers</li>
</ul>
</div>
</div>
<div class="row portfolio-container">
<div class="col-lg-4 col-md-6 portfolio-item filter-app">
<img src="assets/img/portfolio/portfolio-1(1).jpg" class="img-fluid" alt="">
<div class="portfolio-info">
<h4>Ashima Choudhary</h4>
<p>Secretary</p>
<a href="assets/img/portfolio/portfolio-1(1).jpg" data-gall="portfolioGallery" class="venobox preview-link" title="App 1"><i class="bx bx-plus"></i></a>
<a href="portfolio-details.html" class="details-link" title="More Details"><i class="bx bx-link"></i></a>
</div>
</div>
<div class="col-lg-4 col-md-6 portfolio-item filter-app">
<img src="assets/img/portfolio/portfolio-6 (1).jpg" class="img-fluid" alt="">
<div class="portfolio-info">
<h4>Anmol Arora</h4>
<p>Joint Secretary</p>
<a href="assets/img/portfolio/portfolio-6 (1).jpg" data-gall="portfolioGallery" class="venobox preview-link" title="Web 3"><i class="bx bx-plus"></i></a>
<a href="portfolio-details.html" class="details-link" title="More Details"><i class="bx bx-link"></i></a>
</div>
</div>
<div class="col-lg-4 col-md-6 portfolio-item filter-card">
<img src="assets/img/portfolio/portfolio-3.jpg" class="img-fluid" alt="">
<div class="portfolio-info">
<h4>Animesh Sinha</h4>
<p>Sponsorship Jr. Core Lead</p>
<a href="assets/img/portfolio/portfolio-3.jpg" data-gall="portfolioGallery" class="venobox preview-link" title="App 2"><i class="bx bx-plus"></i></a>
<a href="portfolio-details.html" class="details-link" title="More Details"><i class="bx bx-link"></i></a>
</div>
</div>
<div class="col-lg-4 col-md-6 portfolio-item filter-card">
<img src="assets/img/portfolio/portfolio-4.jpg" class="img-fluid" alt="">
<div class="portfolio-info">
<h4>Tarun Lunia</h4>
<p>Sponsorship Sr. Core Lead</p>
<a href="assets/img/portfolio/portfolio-4.jpg" data-gall="portfolioGallery" class="venobox preview-link" title="Card 2"><i class="bx bx-plus"></i></a>
<a href="portfolio-details.html" class="details-link" title="More Details"><i class="bx bx-link"></i></a>
</div>
</div>
<div class="col-lg-4 col-md-6 portfolio-item filter-web">
<img src="assets/img/portfolio/portfolio-5.jpg" class="img-fluid" alt="">
<div class="portfolio-info">
<h4>Shivansh Yadav</h4>
<p>Tech Co-Lead</p>
<a href="assets/img/portfolio/portfolio-5.jpg" data-gall="portfolioGallery" class="venobox preview-link" title="Web 2"><i class="bx bx-plus"></i></a>
<a href="portfolio-details.html" class="details-link" title="More Details"><i class="bx bx-link"></i></a>
</div>
</div>
<div class="col-lg-4 col-md-6 portfolio-item filter-web">
<img src="assets/img/portfolio/portfolio-2.png" class="img-fluid" alt="">
<div class="portfolio-info">
<h4>Harsh</h4>
<p>Tech Lead</p>
<a href="assets/img/portfolio/portfolio-2.png" data-gall="portfolioGallery" class="venobox preview-link" title="App 3"><i class="bx bx-plus"></i></a>
<a href="portfolio-details.html" class="details-link" title="More Details"><i class="bx bx-link"></i></a>
</div>
</div>
<div class="col-lg-4 col-md-6 portfolio-item filter-card">
<img src="assets/img/portfolio/portfolio-7.jpg" class="img-fluid" alt="">
<div class="portfolio-info">
<h4>Veeraj Kapuria</h4>
<p>Outreach Lead</p>
<a href="assets/img/portfolio/portfolio-7.jpg" data-gall="portfolioGallery" class="venobox preview-link" title="Card 1"><i class="bx bx-plus"></i></a>
<a href="portfolio-details.html" class="details-link" title="More Details"><i class="bx bx-link"></i></a>
</div>
</div>
<div class="col-lg-4 col-md-6 portfolio-item filter-card">
<img src="assets/img/portfolio/portfolio-8.jpg" class="img-fluid" alt="">
<div class="portfolio-info">
<h4>Shridhar</h4>
<p>Social Media Jr. Core Lead</p>
<a href="assets/img/portfolio/portfolio-8.jpg" data-gall="portfolioGallery" class="venobox preview-link" title="Card 3"><i class="bx bx-plus"></i></a>
<a href="portfolio-details.html" class="details-link" title="More Details"><i class="bx bx-link"></i></a>
</div>
</div>
<div class="col-lg-4 col-md-6 portfolio-item filter-card">
<img src="assets/img/portfolio/portfolio-9.jpg" class="img-fluid" alt="">
<div class="portfolio-info">
<h4>Ahnaf Rehan Shah</h4>
<p>Social Media Sr. Core Lead</p>
<a href="assets/img/portfolio/portfolio-9.jpg" data-gall="portfolioGallery" class="venobox preview-link" title="Web 3"><i class="bx bx-plus"></i></a>
<a href="portfolio-details.html" class="details-link" title="More Details"><i class="bx bx-link"></i></a>
</div>
</div>
</div>
</div>
</section><!-- End Portfolio Section -->
<!-- ======= Pricing Section ======= -->
<!--
<section id="pricing" class="pricing">
<div class="container">
<div class="section-title">
<h2>Pricing</h2>
<p>Magnam dolores commodi suscipit. Necessitatibus eius consequatur ex aliquid fuga eum quidem. Sit sint consectetur velit. Quisquam quos quisquam cupiditate. Et nemo qui impedit suscipit alias ea. Quia fugiat sit in iste officiis commodi quidem hic quas.</p>
</div>
<div class="row">
<div class="col-lg-4 col-md-6">
<div class="box">
<h3>Free</h3>
<h4><sup>$</sup>0<span> / month</span></h4>
<ul>
<li>Aida dere</li>
<li>Nec feugiat nisl</li>
<li>Nulla at volutpat dola</li>
<li class="na">Pharetra massa</li>
<li class="na">Massa ultricies mi</li>
</ul>
<div class="btn-wrap">
<a href="#" class="btn-buy">Buy Now</a>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 mt-4 mt-md-0">
<div class="box recommended">
<span class="recommended-badge">Recommended</span>
<h3>Business</h3>
<h4><sup>$</sup>19<span> / month</span></h4>
<ul>
<li>Aida dere</li>
<li>Nec feugiat nisl</li>
<li>Nulla at volutpat dola</li>
<li>Pharetra massa</li>
<li class="na">Massa ultricies mi</li>
</ul>
<div class="btn-wrap">
<a href="#" class="btn-buy">Buy Now</a>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 mt-4 mt-lg-0">
<div class="box">
<h3>Developer</h3>
<h4><sup>$</sup>29<span> / month</span></h4>
<ul>
<li>Aida dere</li>
<li>Nec feugiat nisl</li>
<li>Nulla at volutpat dola</li>
<li>Pharetra massa</li>
<li>Massa ultricies mi</li>
</ul>
<div class="btn-wrap">
<a href="#" class="btn-buy">Buy Now</a>
</div>
</div>
</div>
</div>
</div>
</section> End Pricing Section
-->
<!-- ======= Faq Section ======= -->
<section id="faq" class="faq">
<div class="container-fluid">
<div class="row">
<div class="col-lg-7 d-flex flex-column justify-content-center align-items-stretch order-2 order-lg-1">
<div class="content">
<h3>Frequently Asked <strong>Questions</strong></h3>
<p>
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Duis aute irure dolor in reprehenderit
</p>
</div>
<div class="accordion-list">
<ul>
<li>
<a data-toggle="collapse" class="collapse" href="#accordion-list-1">What does SPARK, E-CELL do?<i class="bx bx-chevron-down icon-show"></i><i class="bx bx-chevron-up icon-close"></i></a>
<div id="accordion-list-1" class="collapse show" data-parent=".accordion-list">
<p>
~ SPARK is Bennett University’s, Entrepreneurship Cell. Typically every university has an E-Cell with 1 common goal: to advance entrepreneurial efforts amongst youth.<br>
~ At BU, SPARK is everyone’s one-stop-destination for ideating innovative startup ideas, brainstorming solutions to existing real-life problems. We encourage our members to think outside the box because we’ve created a judgement free zone. Whether your mind leans towards sustainability, technology or a completely different area, we work with every student, irrespective of your background or your expertise.
</p>
</div>
</li>
<li>
<a data-toggle="collapse" href="#accordion-list-2" class="collapsed">Who can join SPARK, E-CELL?<i class="bx bx-chevron-down icon-show"></i><i class="bx bx-chevron-up icon-close"></i></a>
<div id="accordion-list-2" class="collapse" data-parent=".accordion-list">
<p>
- Literally, everyone. You can be from any course. There is no criteria for you to worry about. Plus, there is no fees to join the club :p !<br>
- Just come with an open mind, understand what our organisation a.k.a SPARK, <br>E-CELL stands for and become a contributor by:<br>
(1) Either, participate in our events! We love interacting with you guys and wholeheartedly welcome all sorts of opinions and perspectives.<br>
(2) OR, become a ‘core team’ member! Bag a spot in our coveted- inner circle. Its a simple process and occurs yearly!
</p>
</div>
</li>
<li>
<a data-toggle="collapse" href="#accordion-list-3" class="collapsed">Why should I become an Executive of Spark, E-Cell?<i class="bx bx-chevron-down icon-show"></i><i class="bx bx-chevron-up icon-close"></i></a>
<div id="accordion-list-3" class="collapse" data-parent=".accordion-list">
<p>
~ No other place will offer you a forward-thinking, dynamic and career-orientated environment.<br>
~ We give you space to grow, experiment and choose your expertise. So, yes, Spark takes ‘growing & glowing’ seriously.<br>
~ Currently, these are the functional departments @ SPARK:<br>
(1) Sponsorships & Outreach<br>(2) PR<br>(3) Events<br>(4) Logistics<br>(5) Finance<br>(6) Design<br>(7) Marketing/Social Media<br>(8)Tech<br>But we don’t limit you to them or tie you down a particular one. So, if you think you have a certain spark that we can benefit from, reach out to us asap!
</p>
</div>
</li>
</ul>
</div>
</div>
<div class="col-lg-5 align-items-stretch order-1 order-lg-2 img" style='background-image: url("assets/img/faq.jpg");'> </div>
</div>
</div>
</section><!-- End Faq Section -->
<!-- ======= Contact Section ======= -->
<section id="contact" class="contact">
<div class="container">
<div class="section-title">
<h2>Contact</h2>
<p>Feel free to reach out to us. Fill the google form linked to the button above and get started in your journey</p>
</div>
</div>
<div>
<iframe style="border:0; width: 100%; height: 350px;" src="https://maps.google.com/maps?q=bennett%20university&t=&z=15&ie=UTF8&iwloc=&output=embed" frameborder="0" allowfullscreen></iframe>
</div>
<div class="container">
<div class="row mt-5">
<div class="col-lg-4">
<div class="info">
<div class="address">
<i class="ri-map-pin-line"></i>
<h4>Location:</h4>
<p><a href="https://www.google.com/maps/place/Bennett+University+(Times+of+India+Group)/@28.4506465,77.5820091,17z/data=!3m1!4b1!4m5!3m4!1s0x390cbf94deb6bc39:0x7ba6bedc9a2b537f!8m2!3d28.4506465!4d77.5841978">Bennett University,<br> Plot Nos 8-11, TechZone 2,<br> Greater Noida,<br> Uttar Pradesh 201310<a></a></p>
</div>
<div class="email">
<i class="ri-mail-line"></i>
<h4>Email:</h4>
<p><a href="mailto:[email protected]">[email protected]</a></p>
</div>
<div class="phone">
<i class="ri-phone-line"></i>
<h4>Call:</h4>
<p><a href="tel:+918448478403">+91 844878403</a></p>
</div>
</div>
</div>
<div class="col-lg-8 mt-5 mt-lg-0">
<form action="forms/contact.php" method="post" role="form" class="php-email-form">
<div class="form-row">
<div class="col-md-6 form-group">
<input type="text" name="name" class="form-control" id="name" placeholder="Your Name" data-rule="minlen:4" data-msg="Please enter at least 4 chars" />
<div class="validate"></div>
</div>
<div class="col-md-6 form-group">
<input type="email" class="form-control" name="email" id="email" placeholder="Your Email" data-rule="email" data-msg="Please enter a valid email" />
<div class="validate"></div>
</div>
</div>
<div class="form-group">
<input type="text" class="form-control" name="subject" id="subject" placeholder="Subject" data-rule="minlen:4" data-msg="Please enter at least 8 chars of subject" />
<div class="validate"></div>
</div>
<div class="form-group">
<textarea class="form-control" name="message" rows="5" data-rule="required" data-msg="Please write something for us" placeholder="Message"></textarea>
<div class="validate"></div>
</div>
<div class="mb-3">
<div class="loading">Loading</div>
<div class="error-message"></div>
<div class="sent-message">Your message has been sent. Thank you!</div>
</div>
<div class="text-center"><button type="submit">Send Message</button></div>
</form>
</div>
</div>
</div>
</section><!-- End Contact Section -->
</main><!-- End #main -->
<!-- ======= Footer ======= -->
<footer id="footer">
<div class="container">
<h3>SPARK</h3>
<p>E-Cell, Bennett University.</p>
<div class="social-links">
<a href="https://www.instagram.com/getsparked.bu/?hl=en" class="instagram"><i class="bx bxl-instagram"></i></a>
<a href="mailto:[email protected]" class="linkedin"><span class="iconify" data-icon="bx-bx-mail-send" data-inline="false"></span></a>
<a href="https://www.linkedin.com/company/spark-ecell-bu/?viewAsMember=true" class="linkedin"><i class="bx bxl-linkedin"></i></a>
<a href="#" class="twitter"><i class="bx bxl-twitter"></i></a>
</div>
<div class="copyright">
© Copyright <strong><span>SPARK</span></strong>. All Rights Reserved
</div>
<div class="credits">
<!-- All the links in the footer should remain intact. -->
<!-- You can delete the links only if you purchased the pro version. -->
<!-- Licensing information: https://bootstrapmade.com/license/ -->
<!-- Purchase the pro version with working PHP/AJAX contact form: https://bootstrapmade.com/knight-simple-one-page-bootstrap-template/ -->
Designed by <a href="https://github.com/hahaharsh7">Harsh</a> & <a href="https://github.com/ANMOLCODES">Anmol</a>
</div>
</div>
</footer><!-- End Footer -->
<div id="preloader"></div>
<a href="#" class="back-to-top"><i class="ri-arrow-up-line"></i></a>
<!-- Vendor JS Files -->
<script src="assets/vendor/jquery/jquery.min.js"></script>
<script src="assets/vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
<script src="assets/vendor/jquery.easing/jquery.easing.min.js"></script>
<script src="assets/vendor/php-email-form/validate.js"></script>
<script src="assets/vendor/waypoints/jquery.waypoints.min.js"></script>
<script src="assets/vendor/counterup/counterup.min.js"></script>
<script src="assets/vendor/isotope-layout/isotope.pkgd.min.js"></script>
<script src="assets/vendor/venobox/venobox.min.js"></script>
<script src="assets/vendor/owl.carousel/owl.carousel.min.js"></script>
<!-- Template Main JS File -->
<script src="assets/js/main.js"></script>
</body>
</html>