-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.php
More file actions
494 lines (411 loc) · 20.4 KB
/
index.php
File metadata and controls
494 lines (411 loc) · 20.4 KB
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
<!DOCTYPE html>
<html lang="en">
<head><meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>V-EDC | VIT, Pune</title>
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<meta content="" name="keywords">
<meta content="" name="description">
<!-- Favicons -->
<link href="img/favicon.png" rel="icon">
<link href="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,700,700i|Montserrat:300,400,500,700" rel="stylesheet">
<!-- Bootstrap CSS File -->
<link href="lib/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<!-- Libraries CSS Files -->
<link href="lib/font-awesome/css/font-awesome.min.css" rel="stylesheet">
<link href="lib/animate/animate.min.css" rel="stylesheet">
<link href="lib/ionicons/css/ionicons.min.css" rel="stylesheet">
<link href="lib/owlcarousel/assets/owl.carousel.min.css" rel="stylesheet">
<link href="lib/lightbox/css/lightbox.min.css" rel="stylesheet">
<!-- Main Stylesheet File -->
<link href="css/style.css" rel="stylesheet">
</head>
<body>
<!--==========================
Header
============================-->
<header id="header">
<div class="container-fluid">
<div id="logo" class="pull-left">
<a href="index.php"><img src="img/logo.png" alt="" title="" /></a>
</div>
<nav id="nav-menu-container">
<ul class="nav-menu">
<li class="menu-active"><a href="index.php">Home</a></li>
<li><a href="about.php">About Us</a></li>
<li><a href="event.php">Events</a></li>
<li ><a href="gallery.php">Gallery</a></li>
<li><a href="contact.php">Contact</a></li>
</ul>
</nav><!-- #nav-menu-container -->
</div>
</header><!-- #header -->
<!--==========================
Intro Section
============================-->
<section id="intro">
<div class="intro-container">
<div id="introCarousel" class="carousel slide carousel-fade" data-ride="carousel">
<ol class="carousel-indicators"></ol>
<div class="carousel-inner" role="listbox">
<div class="carousel-item active">
<div class="carousel-background"><img src="img/v7.jpg" alt=""></div>
<div class="carousel-container">
<div class="carousel-content">
<h2>Inspire. Innovate. Inform.</h2>
<p>The Entrepreneurship Development Cell of VIT Pune aims to produce successful entrepreneurs imbibed with leadership qualities using innovative and ethical business practices to make a global impact.</p>
<a href="#featured-services" class="btn-get-started scrollto">Get Started</a>
</div>
</div>
</div>
<div class="carousel-item">
<div class="carousel-background"><img src="img/v1.jpg" alt=""></div>
<div class="carousel-container">
<div class="carousel-content">
<h2>Inspire. Innovate. Inform.</h2>
<p>The Entrepreneurship Development Cell of VIT Pune aims to produce successful entrepreneurs imbibed with leadership qualities using innovative and ethical business practices to make a global impact.</p>
<a href="#featured-services" class="btn-get-started scrollto">Get Started</a>
</div>
</div>
</div>
<div class="carousel-item">
<div class="carousel-background"><img src="img/v6.jpg" alt=""></div>
<div class="carousel-container">
<div class="carousel-content">
<h2>Inspire. Innovate. Inform.</h2>
<p>The Entrepreneurship Development Cell of VIT Pune aims to produce successful entrepreneurs imbibed with leadership qualities using innovative and ethical business practices to make a global impact.</p>
<a href="#featured-services" class="btn-get-started scrollto">Get Started</a>
</div>
</div>
</div>
</div>
</div>
<a class="carousel-control-prev" href="#introCarousel" role="button" data-slide="prev">
<span class="carousel-control-prev-icon ion-chevron-left" aria-hidden="true"></span>
<span class="sr-only">Previous</span>
</a>
<a class="carousel-control-next" href="#introCarousel" role="button" data-slide="next">
<span class="carousel-control-next-icon ion-chevron-right" aria-hidden="true"></span>
<span class="sr-only">Next</span>
</a>
</div>
</div>
</section><!-- #intro -->
<main id="main">
<!--==========================
About Us Section
============================-->
<section id="about">
<div class="container">
<header class="section-header">
<h3>About Us</h3>
<p>The Entrepreneurship Development Cell of VIT Pune aims to produce successful entrepreneurs imbibed with leadership qualities using innovative and ethical business practices to make a global impact. V-EDC wishes to create a community of like-minded and passionate entrepreneurs. We present a platform to all budding entrepreneurs, where we encourage and promote innovation along with the entrepreneurial spirit.</p>
</header>
</div>
</section><!-- #about -->
<!--==========================
Team Section
============================-->
<section id="team">
<div class="container">
<div class="section-header wow fadeInUp">
<h3>Glimpse Of Events</h3>
<p>Inspire. Innovate. Inform.</p>
</div>
<div class="row">
<div class="col-6 col-sm-6 col-md-6 col-lg-3 col-xl-3 mb-4 wow fadeInUp">
<div class="member">
<img src="img/event.jpg" class="img-fluid" alt="">
<div class="member-info">
<div class="member-info-content">
<h4>Earn & Sell</h4>
<span>“An idea without execution is just a dream.”</span>
</div>
</div>
</div>
</div>
<div class="col-6 col-sm-6 col-md-6 col-lg-3 col-xl-3 mb-4 wow fadeInUp" data-wow-delay="0.1s">
<div class="member">
<img src="img/event.jpg" class="img-fluid" alt="">
<div class="member-info">
<div class="member-info-content">
<h4>Internship Mela</h4>
<span>“Success is when preparation meets opportunity.”</span>
</div>
</div>
</div>
</div>
<div class="col-6 col-sm-6 col-md-6 col-lg-3 col-xl-3 mb-4 wow fadeInUp" data-wow-delay="0.2s">
<div class="member">
<img src="img/event.jpg" class="img-fluid" alt="">
<div class="member-info">
<div class="member-info-content">
<h4>Masterclass</h4>
<span>“To be the best, learn from the best.”</span>
</div>
</div>
</div>
</div>
<div class="col-6 col-sm-6 col-md-6 col-lg-3 col-xl-3 mb-4 wow fadeInUp" data-wow-delay="0.3s">
<div class="member">
<img src="img/event.jpg" class="img-fluid" alt="">
<div class="member-info">
<div class="member-info-content">
<h4>The Varun Mayya Webinar</h4>
<span>“Inefficiency is the biggest employer.”</span>
</div>
</div>
</div>
</div>
</div>
</div>
</section><!-- #team -->
<!--==========================
MAGAZINE
============================-->
<section id="team">
<div class="container">
<div class="section-header wow fadeInUp">
<h3>EDC Magazine</h3>
<p>Inspire. Innovate. Inform.</p>
</div>
<div class="row justify-content-md-center" >
<div class="col-6 col-sm-6 col-md-6 col-lg-3 col-xl-3 mb-4 wow fadeInUp">
<div class="member">
<img src="img/magazine/mag_1.jpg" class="img-fluid" alt="">
<div class="member-info">
<a href="https://drive.google.com/file/d/1SFi_ZalFws_4IGA54MpFT61bjYmuPFya/view?usp=drivesdk" class="btn btn-primary" />Show PDF</a>
</div>
</div>
</div>
<div class="col-6 col-sm-6 col-md-6 col-lg-3 col-xl-3 mb-4 wow fadeInUp" data-wow-delay="0.1s">
<div class="member">
<img src="img/event.jpg" class="img-fluid" alt="">
<div class="member-info">
<a href="https://drive.google.com/file/d/1l_6XJoZnYlP69McSbbQx5z7DlmawCMgj/view?usp=sharing" class="btn btn-primary" />Show PDF</a>
</div>
</div>
</div>
</div>
</div>
</section><!-- #MAGZINE-->
<!--==========================
Clients Section
============================-->
<section id="clients" class="wow fadeInUp">
<div class="container">
<header class="section-header">
<h3>Our Sponsors</h3>
</header>
<div class="owl-carousel clients-carousel">
<img src="img/clients/c/1.png" alt="">
<img src="img/clients/c/2.png" alt="">
<img src="img/clients/c/3.png" alt="">
<img src="img/clients/c/4.png" alt="">
<img src="img/clients/c/5.png" alt="">
<img src="img/clients/c/6.png" alt="">
<img src="img/clients/c/7.png" alt="">
</div>
</div>
</section><!-- #clients -->
<!--==========================
Testimonial Section
============================-->
<section id="testimonials" class="section-bg wow fadeInUp">
<div class="container">
<header class="section-header">
<h3>Testimonials</h3>
</header>
<div class="owl-carousel testimonials-carousel">
<div class="testimonial-item">
<img src="img/testimonial/tej.jpg" class="testimonial-img" alt="">
<h3>Tejinderpal Singh</h3>
<!--<h4>Ceo & Founder</h4>-->
<p>
<img src="img/quote-sign-left.png" class="quote-sign-left" alt="">
V-EDC helped me grow as an individual and hence enhance my skillset. Providing me with opportunities, it propelled me more into the entrepreneurial world. I got the chance to meet various successful and inspiring entrepreneurs, which created a positive impact on my aspirations. V-EDC exposed me to an environment where I was constantly encouraged to give my best by always putting my best foot forward and also by not being scared of taking risks. Now, I look forward to starting my own entrepreneurial venture.
<img src="img/quote-sign-right.png" class="quote-sign-right" alt="">
</p>
</div>
<div class="testimonial-item">
<img src="img/testimonial/bipin.jpg" class="testimonial-img" alt="">
<h3>Bipin</h3>
<!--<h4>Designer</h4>-->
<p>
<img src="img/quote-sign-left.png" class="quote-sign-left" alt="">
V-EDC helped me to explore the entrepreneur within me. Meeting eminent personalities, attending various entrepreneurial events, coordinating startups, networking with people helped me build my connections in startup community which benifit me till date. My decision making, organising, and leadership skills were also highly enhanced. Just because I was from V-EDC, I got an amazing opportunity to host, attend, and organise events which otherwise would not have been possible.
<img src="img/quote-sign-right.png" class="quote-sign-right" alt="">
</p>
</div>
<div class="testimonial-item">
<img src="img/testimonial/apurva.jpg" class="testimonial-img" alt="">
<h3>Apurva Mahajan</h3>
<!--<h4>Store Owner</h4>-->
<p>
<img src="img/quote-sign-left.png" class="quote-sign-left" alt="">
I joined V-EDC for networking, as it is a place one meets future leaders. The most important takeaway for me was social learning. Communication is an essential skill in each and every field and one should inculcate it. V-EDC has left its mark on all my actions that eventually lead to reflective practices.
This has made me ready for a professional life in the sense that I can deal with the real problems in a company. To sum it up, "When you can influence people around you to get the work done, you lead them."
<img src="img/quote-sign-right.png" class="quote-sign-right" alt="">
</p>
</div>
<div class="testimonial-item">
<img src="img/testimonial/ankit.jpg" class="testimonial-img" alt="">
<h3>Ankit</h3>
<!--<h4>Freelancer</h4>-->
<p>
<img src="img/quote-sign-left.png" class="quote-sign-left" alt="">
I worked with V-EDC for three years as a volunteer, Sponsorship head and Event Strategy Head. Working in different roles over the years helped me develop different skillsets.
While serving as the Sponsorship Head, I learnt the importance of pitching your core idea and presenting the best version of yourself.
In the other roles, wherein I had to manage people, I learnt the importance of communicating ideas and working with people. V-EDC has played a pivotal role in developing my professional skills.
<img src="img/quote-sign-right.png" class="quote-sign-right" alt="">
</p>
</div>
<!-- <div class="testimonial-item">
<img src="img/testimonial-5.jpg" class="testimonial-img" alt="">
<h3>John Larson</h3>
<h4>Entrepreneur</h4>
<p>
<img src="img/quote-sign-left.png" class="quote-sign-left" alt="">
Quis quorum aliqua sint quem legam fore sunt eram irure aliqua veniam tempor noster veniam enim culpa labore duis sunt culpa nulla illum cillum fugiat legam esse veniam culpa fore nisi cillum quid.
<img src="img/quote-sign-right.png" class="quote-sign-right" alt="">
</p>
</div>-->
</div>
</div>
</section><!-- #testimonials -->
<!--==========================
Contact Section
============================-->
<section id="contact" class="section-bg wow fadeInUp">
<div class="container">
<div class="section-header">
<h3>Contact Us</h3>
<!--<p>Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque</p>-->
</div>
<div class="row contact-info">
<div class="col-md-4">
<div class="contact-address">
<i class="ion-ios-location-outline"></i>
<h3>Address</h3>
<address>Vishwakarma Institute of Technology<br>
666, Upper Indiranagar, Bibwewadi,<br>
Pune, Maharashtra, INDIA - 411 037.<br></address>
</div>
</div>
<div class="col-md-4">
<div class="contact-phone">
<i class="ion-ios-telephone-outline"></i>
<h3>Phone Number</h3>
<p><a href="tel:+919511893297">+91 9511893297</a></p>
</div>
</div>
<div class="col-md-4">
<div class="contact-email">
<i class="ion-ios-email-outline"></i>
<h3>Email</h3>
<p><a href="mailto:edc@vit.edu">edc@vit.edu</a></p>
</div>
</div>
</div>
<div class="form">
<div id="sendmessage">Your message has been sent. Thank you!</div>
<div id="errormessage"></div>
<form action="" method="post" role="form" class="contactForm">
<div class="form-row">
<div class="form-group col-md-6">
<input type="text" name="first_name" class="form-control" id="first_name" placeholder="Your Name" data-rule="minlen:4" data-msg="Please enter at least 4 chars" />
<div class="validation"></div>
</div>
<div class="form-group col-md-6">
<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="validation"></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="validation"></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="validation"></div>
</div>
<div class="text-center"><button name="submit" value="Submit" type="submit">Send Message</button></div>
</form>
</div>
</div>
</section><!-- #contact -->
</main>
<!--==========================
Footer
============================-->
<footer id="footer">
<div class="footer-top">
<div class="container">
<div class="row">
<div class="col-lg-4 col-md-6 footer-info">
<h3>V-EDC</h3>
<p><strong>Inspire. Innovate. Inform.</strong><br>
The Entrepreneurship Development Cell of VIT Pune aims to produce successful entrepreneurs imbibed with leadership qualities using innovative and ethical business practices to make a global impact.
</p>
</div>
<div class="col-lg-4 col-md-6 footer-links">
<h4>Useful Links</h4>
<ul>
<li><i class="ion-ios-arrow-right"></i> <a href="index.php">Home</a></li>
<li><i class="ion-ios-arrow-right"></i> <a href="about.php">About us</a></li>
<li><i class="ion-ios-arrow-right"></i> <a href="event.php">Events</a></li>
<li><i class="ion-ios-arrow-right"></i> <a href="gallery.php">Gallery</a></li>
<li><i class="ion-ios-arrow-right"></i> <a href="privacy.php">Privacy policy</a></li>
</ul>
</div>
<div class="col-lg-4 col-md-6 footer-contact">
<h4>Contact Us</h4>
<p>
Vishwakarma Institute of Technology<br>
666, Upper Indiranagar, Bibwewadi,<br>
Pune, Maharashtra, INDIA - 411 037.<br>
<strong>Phone:</strong> +91 9511893297<br>
<strong>Email:</strong> edc@vit.edu<br>
</p>
<div class="social-links">
<a href="https://www.linkedin.com/company/v-edc" class="linkedin"><i class="fa fa-linkedin"></i></a>
<a href="https://www.instagram.com/v_edc/" class="instagram"><i class="fa fa-instagram"></i></a>
<a href="https://www.youtube.com/channel/UC3AQpWaFTdhi59CwYsqVmqA/featured" class="instagram"><i class="fa fa-youtube"></i></a>
</div>
</div>
</div>
</div>
</div>
<div class="container">
<div class="copyright">
© Copyright <strong>V-EDC</strong>. All Rights Reserved
</div>
<div class="credits">
Designed with <i class="icon ion-ios-heart" style="color: #FF3D00;"></i> by V-EDC </a>
</div>
</div>
</footer><!-- #footer -->
<a href="#" class="back-to-top"><i class="fa fa-chevron-up"></i></a>
<!-- Uncomment below i you want to use a preloader -->
<div id="preloader"></div>
<!-- JavaScript Libraries -->
<script src="lib/jquery/jquery.min.js"></script>
<script src="lib/jquery/jquery-migrate.min.js"></script>
<script src="lib/bootstrap/js/bootstrap.bundle.min.js"></script>
<script src="lib/easing/easing.min.js"></script>
<script src="lib/superfish/hoverIntent.js"></script>
<script src="lib/superfish/superfish.min.js"></script>
<script src="lib/wow/wow.min.js"></script>
<script src="lib/waypoints/waypoints.min.js"></script>
<script src="lib/counterup/counterup.min.js"></script>
<script src="lib/owlcarousel/owl.carousel.min.js"></script>
<script src="lib/isotope/isotope.pkgd.min.js"></script>
<script src="lib/lightbox/js/lightbox.min.js"></script>
<script src="lib/touchSwipe/jquery.touchSwipe.min.js"></script>
<!-- Contact Form JavaScript File -->
<script src="contactform/contactform.js"></script>
<!-- Template Main Javascript File -->
<script src="js/main.js"></script>
</body>
</html>