-
Notifications
You must be signed in to change notification settings - Fork 6
/
home.php
804 lines (794 loc) · 37.7 KB
/
home.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
<!DOCTYPE html>
<html dir="ltr" lang="en-US">
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta name="author" content="SemiColonWeb" />
<link href="https://fonts.googleapis.com/css?family=Lato:300,400,400i,700|Raleway:300,400,500,600,700|Crete+Round:400i" rel="stylesheet" type="text/css" />
<link rel="stylesheet" href="css/bootstrap.css" type="text/css" />
<link rel="stylesheet" href="style.css" type="text/css" />
<link rel="stylesheet" href="css/swiper.css" type="text/css" />
<link rel="stylesheet" href="css/dark.css" type="text/css" />
<link rel="stylesheet" href="css/font-icons.css" type="text/css" />
<link rel="stylesheet" href="css/animate.css" type="text/css" />
<link rel="stylesheet" href="css/magnific-popup.css" type="text/css" />
<link rel="stylesheet" href="css/responsive.css" type="text/css" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Index | Entrepreneurship- Cell, MUJ</title>
</head>
<body class="stretched sticky-responsive-pagemenu">
<div id="wrapper" class="clearfix">
<?php include 'include/php/header.php';?>
<section id="slider" class="slider-element slider-parallax full-screen force-full-screen with-header swiper_wrapper page-section clearfix">
<div class="slider-parallax-inner">
<div class="swiper-container swiper-parent">
<div class="swiper-wrapper">
<div class="swiper-slide dark" style="background-image: url('images/slider/swiper/1.jpg');">
<div class="container clearfix">
<div class="slider-caption slider-caption-center">
<h2 data-animate="fadeInUp">Welcome to Canvas</h2>
<p class="d-none d-sm-block" data-animate="fadeInUp" data-delay="200">Create just what you need for your Perfect Website. Choose from a wide range of Elements & simply put them on our Canvas.</p>
</div>
</div>
</div>
<div class="swiper-slide dark">
<div class="container clearfix">
<div class="slider-caption slider-caption-center">
<h2 data-animate="fadeInUp">Beautifully Flexible</h2>
<p class="d-none d-sm-block" data-animate="fadeInUp" data-delay="200">Looks beautiful & ultra-sharp on Retina Screen Displays. Powerful Layout with Responsive functionality that can be adapted to any screen size.</p>
</div>
</div>
<div class="video-wrap">
<video poster="images/videos/deskwork.jpg" preload="auto" loop autoplay muted>
<source src='images/videos/deskwork.mp4' type='video/mp4' />
<source src='images/videos/deskwork.webm' type='video/webm' />
</video>
<div class="video-overlay" style="background-color: rgba(0,0,0,0.55);"></div>
</div>
</div>
<div class="swiper-slide" style="background-image: url('images/slider/swiper/3.jpg'); background-position: center top;">
<div class="container clearfix">
<div class="slider-caption">
<h2 data-animate="fadeInUp">Great Performance</h2>
<p class="d-none d-sm-block" data-animate="fadeInUp" data-delay="200">You'll be surprised to see the Final Results of your Creation & would crave for more.</p>
</div>
</div>
</div>
</div>
<div class="slider-arrow-left"><i class="icon-angle-left"></i></div>
<div class="slider-arrow-right"><i class="icon-angle-right"></i></div>
<div class="slide-number">
<div class="slide-number-current"></div>
<span>/</span>
<div class="slide-number-total"></div>
</div>
<a href="#" data-scrollto="#section-about" class="one-page-arrow dark">
<i class="icon-angle-down infinite animated fadeInDown"></i>
</a>
</div>
</div>
</section>
<div id="page-menu">
<div id="page-menu-wrap">
<div class="container clearfix">
<nav class="one-page-menu">
<ul>
<li>
<a href="#" data-href="#section-about">
<div>About</div>
</a>
</li>
<li>
<a href="#" data-href="#section-team">
<div>Team</div>
</a>
</li>
<li>
<a href="#" data-href="#section-services">
<div>Events</div>
</a>
</li>
<li>
<a href="#" data-href="#section-testimonials" class="no-offset">
<div>Testimonials</div>
</a>
</li>
<li>
<a href="#" data-href="#section-contact">
<div>Contact</div>
</a>
</li>
</ul>
</nav>
<div id="page-submenu-trigger"><i class="icon-reorder"></i></div>
</div>
</div>
</div>
<section id="content">
<div class="content-wrap">
<section id="section-about" class="page-section">
<div class="container clearfix">
<div class="heading-block center">
<h2> We are E-Cell, MUJ</h2>
<span>One of the most Versatile Theme on Themeforest</span>
</div>
<div class="col_one_third nobottommargin">
<div class="feature-box media-box">
<div class="fbox-media">
<img src="images/services/1.jpg" alt="Why choose Us?">
</div>
<div class="fbox-desc">
<h3>Who We Are?<span class="subtitle"> Its inside content:</span></h3>
<p>E-Cell of Manipal University Jaipur (MUJ), is a non-profit student driven organization
dedicated to lit up the spirit of entrepreneurship and promoting it. With mind
numbing competitions, innovative strategies and multitudinous national workshops,
this is a perfect place that brings a rush of adrenaline that only a peculiar business
can ever bring. Student members are endowed and enthused to action by the finest
and most successful entrepreneurs in a vast diversity of industries.
</p>
</div>
</div>
</div>
<div class="col_one_third nobottommargin">
<div class="feature-box media-box">
<div class="fbox-media">
<img src="images/services/2.jpg" alt="Why choose Us?">
</div>
<div class="fbox-desc">
<h3> We are E-Cell,MUJ<span class="subtitle">To Redefine your Brand.</span></h3>
<p>Quos, non, esse eligendi ab accusantium voluptatem. Maxime eligendi beatae, atque tempora ullam. Vitae delectus quia, consequuntur rerum molestias quo.</p>
</div>
</div>
</div>
<div class="col_one_third nobottommargin col_last">
<div class="feature-box media-box">
<div class="fbox-media">
<img src="images/services/3.jpg" alt="Why choose Us?">
</div>
<div class="fbox-desc">
<h3>What we Do.<span class="subtitle">Make our Customers Happy.</span></h3>
<p>Porro repellat vero sapiente amet vitae quibusdam necessitatibus consectetur, labore totam. Accusamus perspiciatis asperiores labore esse ab accusantium ea modi ut.</p>
</div>
</div>
</div>
<div class="clear"></div>
</div>
<div class="section dark parallax nobottommargin" style="padding: 80px 0;background-image: url('images/parallax/1.jpg');" data-bottom-top="background-position:0px 0px;" data-top-bottom="background-position:0px -300px;">
<div class="container clearfix">
<div class="col_one_fourth nobottommargin center" data-animate="bounceIn">
<i class="i-plain i-xlarge divcenter nobottommargin icon-code"></i>
<div class="counter counter-lined"><span data-from="100" data-to="846" data-refresh-interval="50" data-speed="2000"></span>K+</div>
<h5>Lines of Codes</h5>
</div>
<div class="col_one_fourth nobottommargin center" data-animate="bounceIn" data-delay="200">
<i class="i-plain i-xlarge divcenter nobottommargin icon-magic"></i>
<div class="counter counter-lined"><span data-from="3000" data-to="15360" data-refresh-interval="100" data-speed="2500"></span>+</div>
<h5>KBs of HTML Files</h5>
</div>
<div class="col_one_fourth nobottommargin center" data-animate="bounceIn" data-delay="400">
<i class="i-plain i-xlarge divcenter nobottommargin icon-file-text"></i>
<div class="counter counter-lined"><span data-from="10" data-to="386" data-refresh-interval="25" data-speed="3500"></span>*</div>
<h5>No. of Templates</h5>
</div>
<div class="col_one_fourth nobottommargin center col_last" data-animate="bounceIn" data-delay="600">
<i class="i-plain i-xlarge divcenter nobottommargin icon-time"></i>
<div class="counter counter-lined"><span data-from="60" data-to="1200" data-refresh-interval="30" data-speed="2700"></span>+</div>
<h5>Hours of Coding</h5>
</div>
</div>
</div>
</section>
<section id="section-work" class="page-section topmargin-lg">
<div class="heading-block center">
<h2>Our Initiative</h2>
<span>Some of the Awesome Initiatves we've worked on.</span>
</div>
<div class="container clearfix center">
<div id="portfolio" class="portfolio portfolio-nomargin clearfix">
<article class="portfolio-item pf-media pf-icons">
<div class="portfolio-image">
<a href="portfolio-single.html">
<img src="images/portfolio/4/1.jpg" alt="Open Imagination">
</a>
</div>
<div class="portfolio-desc">
<h3><a href="portfolio-single.html">E-Conclave</a></h3>
<span><a href="#">Media</a>, <a href="#">Icons</a></span>
</div>
</article>
<article class="portfolio-item pf-illustrations">
<div class="portfolio-image">
<a href="portfolio-single.html">
<img src="images/portfolio/4/2.jpg" alt="Locked Steel Gate">
</a>
</div>
<div class="portfolio-desc">
<h3><a href="portfolio-single.html">GFIAL</a></h3>
<span><a href="#">Illustrations</a></span>
</div>
</article>
<article class="portfolio-item pf-graphics pf-uielements">
<div class="portfolio-image">
<a href="#">
<img src="images/portfolio/4/3.jpg" alt="Mac Sunglasses">
</a>
</div>
<div class="portfolio-desc">
<h3><a href="portfolio-single-video.html">Innovarti</a></h3>
<span><a href="#">Graphics</a>, <a href="#">UI Elements</a></span>
</div>
</article>
<article class="portfolio-item pf-icons pf-illustrations">
<div class="portfolio-image">
<a href="#">
<img src="images/portfolio/4/4.jpg" alt="Mac Sunglasses">
</a>
</div>
<div class="portfolio-desc">
<h3><a href="portfolio-single-gallery.html">Internfair</a></h3>
<span><a href="#">Icons</a>, <a href="#">Illustrations</a></span>
</div>
</article>
<article class="portfolio-item pf-uielements pf-media">
<div class="portfolio-image">
<a href="portfolio-single.html">
<img src="images/portfolio/4/5.jpg" alt="Console Activity">
</a>
</div>
<div class="portfolio-desc">
<h3><a href="portfolio-single.html">Industrial Vist</a></h3>
<span><a href="#">UI Elements</a>, <a href="#">Media</a></span>
</div>
</article>
<article class="portfolio-item pf-graphics pf-illustrations">
<div class="portfolio-image">
<a href="#">
<img src="images/portfolio/4/6.jpg" alt="Mac Sunglasses">
</a>
</div>
<div class="portfolio-desc">
<h3><a href="portfolio-single-gallery.html">Start-Up Service Platform</a></h3>
<span><a href="#">Illustrations</a>, <a href="#">Graphics</a></span>
</div>
</article>
<article class="portfolio-item pf-uielements pf-icons">
<div class="portfolio-image">
<a href="portfolio-single-video.html">
<img src="images/portfolio/4/7.jpg" alt="Backpack Contents">
</a>
</div>
<div class="portfolio-desc">
<h3><a href="portfolio-single-video.html">Campus Ambassadors</a></h3>
<span><a href="#">UI Elements</a>, <a href="#">Icons</a></span>
</div>
</article>
</div>
</div>
</section>
<section id="section-team" class="page-section topmargin-lg">
<div class="heading-block center">
<h2>Our Team</h2>
<span>People who have contributed enormously to our Company.</span>
</div>
<div class="container clearfix">
<div class="row">
<div class="col-lg-6 bottommargin">
<div class="team team-list clearfix">
<div class="team-image">
<img src="images/team/3.jpg" alt="John Doe">
</div>
<div class="team-desc">
<div class="team-title">
<h4>John Doe</h4>
<span>CEO</span>
</div>
<div class="team-content">Lorem ipsum dolor sit amet, consectetur adipisicing elit. Quaerat assumenda similique unde mollitia.</div>
<a href="#" class="social-icon si-rounded si-small si-facebook">
<i class="icon-facebook"></i>
<i class="icon-facebook"></i>
</a>
<a href="#" class="social-icon si-rounded si-small si-twitter">
<i class="icon-twitter"></i>
<i class="icon-twitter"></i>
</a>
<a href="#" class="social-icon si-rounded si-small si-gplus">
<i class="icon-gplus"></i>
<i class="icon-gplus"></i>
</a>
</div>
</div>
</div>
<div class="col-lg-6 bottommargin">
<div class="team team-list clearfix">
<div class="team-image">
<img src="images/team/3.jpg" alt="John Doe">
</div>
<div class="team-desc">
<div class="team-title">
<h4>John Doe</h4>
<span>CEO</span>
</div>
<div class="team-content">Lorem ipsum dolor sit amet, consectetur adipisicing elit. Quaerat assumenda similique unde mollitia.</div>
<a href="#" class="social-icon si-rounded si-small si-facebook">
<i class="icon-facebook"></i>
<i class="icon-facebook"></i>
</a>
<a href="#" class="social-icon si-rounded si-small si-twitter">
<i class="icon-twitter"></i>
<i class="icon-twitter"></i>
</a>
<a href="#" class="social-icon si-rounded si-small si-gplus">
<i class="icon-gplus"></i>
<i class="icon-gplus"></i>
</a>
</div>
</div>
</div>
<div class="col-lg-6 bottommargin">
<div class="team team-list clearfix">
<div class="team-image">
<img src="images/team/3.jpg" alt="John Doe">
</div>
<div class="team-desc">
<div class="team-title">
<h4>John Doe</h4>
<span>CEO</span>
</div>
<div class="team-content">Lorem ipsum dolor sit amet, consectetur adipisicing elit. Quaerat assumenda similique unde mollitia.</div>
<a href="#" class="social-icon si-rounded si-small si-facebook">
<i class="icon-facebook"></i>
<i class="icon-facebook"></i>
</a>
<a href="#" class="social-icon si-rounded si-small si-twitter">
<i class="icon-twitter"></i>
<i class="icon-twitter"></i>
</a>
<a href="#" class="social-icon si-rounded si-small si-gplus">
<i class="icon-gplus"></i>
<i class="icon-gplus"></i>
</a>
</div>
</div>
</div>
<div class="col-lg-6 bottommargin">
<div class="team team-list clearfix">
<div class="team-image">
<img src="images/team/3.jpg" alt="John Doe">
</div>
<div class="team-desc">
<div class="team-title">
<h4>John Doe</h4>
<span>CEO</span>
</div>
<div class="team-content">Lorem ipsum dolor sit amet, consectetur adipisicing elit. Quaerat assumenda similique unde mollitia.</div>
<a href="#" class="social-icon si-rounded si-small si-facebook">
<i class="icon-facebook"></i>
<i class="icon-facebook"></i>
</a>
<a href="#" class="social-icon si-rounded si-small si-twitter">
<i class="icon-twitter"></i>
<i class="icon-twitter"></i>
</a>
<a href="#" class="social-icon si-rounded si-small si-gplus">
<i class="icon-gplus"></i>
<i class="icon-gplus"></i>
</a>
</div>
</div>
</div>
<div class="col-lg-6 bottommargin">
<div class="team team-list clearfix">
<div class="team-image">
<img src="images/team/3.jpg" alt="John Doe">
</div>
<div class="team-desc">
<div class="team-title">
<h4>John Doe</h4>
<span>CEO</span>
</div>
<div class="team-content">Lorem ipsum dolor sit amet, consectetur adipisicing elit. Quaerat assumenda similique unde mollitia.</div>
<a href="#" class="social-icon si-rounded si-small si-facebook">
<i class="icon-facebook"></i>
<i class="icon-facebook"></i>
</a>
<a href="#" class="social-icon si-rounded si-small si-twitter">
<i class="icon-twitter"></i>
<i class="icon-twitter"></i>
</a>
<a href="#" class="social-icon si-rounded si-small si-gplus">
<i class="icon-gplus"></i>
<i class="icon-gplus"></i>
</a>
</div>
</div>
</div>
<div class="col-lg-6 bottommargin">
<div class="team team-list clearfix">
<div class="team-image">
<img src="images/team/4.jpg" alt="Nix Maxwell">
</div>
<div class="team-desc">
<div class="team-title">
<h4>Nix Maxwell</h4>
<span>Co-Founder</span>
</div>
<div class="team-content">Lorem ipsum dolor sit amet, consectetur adipisicing elit. Quaerat assumenda similique unde mollitia.</div>
<a href="#" class="social-icon si-rounded si-small si-forrst">
<i class="icon-forrst"></i>
<i class="icon-forrst"></i>
</a>
<a href="#" class="social-icon si-rounded si-small si-skype">
<i class="icon-skype"></i>
<i class="icon-skype"></i>
</a>
<a href="#" class="social-icon si-rounded si-small si-flickr">
<i class="icon-flickr"></i>
<i class="icon-flickr"></i>
</a>
</div>
</div>
</div>
<div class="w-100"></div>
<div class="col-lg-6 bottommargin">
<div class="team team-list clearfix">
<div class="team-image">
<img src="images/team/2.jpg" alt="Josh Clark">
</div>
<div class="team-desc">
<div class="team-title">
<h4>Josh Clark</h4>
<span>Developer</span>
</div>
<div class="team-content">Lorem ipsum dolor sit amet, consectetur adipisicing elit. Quaerat assumenda similique unde mollitia.</div>
<a href="#" class="social-icon si-rounded si-small si-dribbble">
<i class="icon-dribbble"></i>
<i class="icon-dribbble"></i>
</a>
<a href="#" class="social-icon si-rounded si-small si-twitter">
<i class="icon-twitter"></i>
<i class="icon-twitter"></i>
</a>
<a href="#" class="social-icon si-rounded si-small si-github">
<i class="icon-github"></i>
<i class="icon-github"></i>
</a>
</div>
</div>
</div>
<div class="col-lg-6 bottommargin">
<div class="team team-list clearfix">
<div class="team-image">
<img src="images/team/8.jpg" alt="Mary Jane">
</div>
<div class="team-desc">
<div class="team-title">
<h4>Mary Jane</h4>
<span>Support</span>
</div>
<div class="team-content">Lorem ipsum dolor sit amet, consectetur adipisicing elit. Quaerat assumenda similique unde mollitia.</div>
<a href="#" class="social-icon si-rounded si-small si-facebook">
<i class="icon-facebook"></i>
<i class="icon-facebook"></i>
</a>
<a href="#" class="social-icon si-rounded si-small si-linkedin">
<i class="icon-linkedin"></i>
<i class="icon-linkedin"></i>
</a>
<a href="#" class="social-icon si-rounded si-small si-twitter">
<i class="icon-twitter"></i>
<i class="icon-twitter"></i>
</a>
</div>
</div>
</div>
</div>
<div class="fancy-title title-border title-center topmargin-sm">
<h4>Skills we are Perfect in</h4>
</div>
<div class="col_one_fourth nobottommargin center">
<div class="rounded-skill" data-color="#D01C1C" data-size="150" data-percent="100" data-width="2" data-animate="3000">
<div class="counter counter-inherit"><span data-from="1" data-to="750" data-refresh-interval="50" data-speed="3000"></span>+</div>
</div>
<h5>Members</h5>
</div>
<div class="col_one_fourth nobottommargin center">
<div class="rounded-skill" data-color="#1770A4" data-size="150" data-percent="100" data-width="2" data-animate="3000">
<div class="counter counter-inherit"><span data-from="1" data-to="200" data-refresh-interval="50" data-speed="3000"></span>+</div>
</div>
<h5>Event Conducted</h5>
</div>
<div class="col_one_fourth nobottommargin center">
<div class="rounded-skill" data-color="#6A89AA" data-size="150" data-percent="100" data-width="2" data-animate="3000">
<div class="counter counter-inherit"><span data-from="1" data-to="100" data-refresh-interval="50" data-speed="3000"></span>+</div>
</div>
<h5> Campus Ambassadors</h5>
</div>
<div class="col_one_fourth nobottommargin center col_last">
<div class="rounded-skill" data-color="#248673" data-size="150" data-percent="100" data-width="2" data-animate="3000">
<div class="counter counter-inherit"><span data-from="1" data-to="80" data-refresh-interval="50" data-speed="3000"></span>+</div>
</div>
<h5>Speakers</h5>
</div>
</div>
<div class="section parallax" style="background-image: url('images/parallax/3.jpg'); padding: 100px 0;" data-bottom-top="background-position:0px 100px;" data-top-bottom="background-position:0px -100px;">
<div class="heading-block center nobottomborder nobottommargin">
<h2>we are <span class="type"></span></h2>
</div>
</div>
</section>
<section id="section-services" class="page-section topmargin-lg">
<div class="heading-block center bottommargin-lg">
<h2>Our Events</h2>
<span>List of some features included in Canvas.</span>
</div>
<div class="container clearfix">
<div class="col_one_third">
<div class="feature-box fbox-center fbox-effect nobottomborder" data-animate="fadeIn">
<div class="fbox-icon">
<a href="#"><i class="icon-box-open"></i></a>
</div>
<h3>Beg Borrow Steal
</h3>
<p>The Entrepreneurship Cell of Manipal University Jaipur is organising a National Entrepreneurship Summit, E-Conclave 4.0 from 8th-10th February ,2019. The 3-day flagship event is a gathering of talented and young minds to encourage innovation and entrepreneurship. Our aim is to use the entrepreneurial skills of students and professionals in an original way as a panacea for society and spur potential leaders into positive action.</p>
</div>
</div>
<div class="col_one_third">
<div class="feature-box fbox-center fbox-effect nobottomborder" data-animate="fadeIn" data-delay="200">
<div class="fbox-icon">
<a href="#"><i class="icon-line2-plus"></i></a>
</div>
<h3>AD-It-Up</h3>
<p>The Entrepreneurship Cell of Manipal University Jaipur is organising a National Entrepreneurship Summit, E-Conclave 4.0 from 8th-10th February ,2019. The 3-day flagship event is a gathering of talented and young minds to encourage innovation and entrepreneurship. Our aim is to use the entrepreneurial skills of students and professionals in an original way as a panacea for society and spur potential leaders into positive action.</p>
</div>
</div>
<div class="col_one_third col_last">
<div class="feature-box fbox-center fbox-effect nobottomborder" data-animate="fadeIn" data-delay="400">
<div class="fbox-icon">
<a href="#"><i class="icon-business-time"></i></a>
</div>
<h3>B-Case Study Competition</h3>
<p>The Entrepreneurship Cell of Manipal University Jaipur is organising a National Entrepreneurship Summit, E-Conclave 4.0 from 8th-10th February ,2019. The 3-day flagship event is a gathering of talented and young minds to encourage innovation and entrepreneurship. Our aim is to use the entrepreneurial skills of students and professionals in an original way as a panacea for society and spur potential leaders into positive action.</p>
</div>
</div>
<div class="clear"></div>
<div class="col_one_third">
<div class="feature-box fbox-center fbox-effect nobottomborder" data-animate="fadeIn" data-delay="600">
<div class="fbox-icon">
<a href="#"><i class="icon-bong"></i></a>
</div>
<h3>Mix n Pitch</h3>
<p>The Entrepreneurship Cell of Manipal University Jaipur is organising a National Entrepreneurship Summit, E-Conclave 4.0 from 8th-10th February ,2019. The 3-day flagship event is a gathering of talented and young minds to encourage innovation and entrepreneurship. Our aim is to use the entrepreneurial skills of students and professionals in an original way as a panacea for society and spur potential leaders into positive action.</p>
</div>
</div>
<div class="col_one_third">
<div class="feature-box fbox-center fbox-effect nobottomborder" data-animate="fadeIn" data-delay="800">
<div class="fbox-icon">
<a href="#"><i class="icon-user-tie"></i></a>
</div>
<h3>The Manager Games</h3>
<p>The Entrepreneurship Cell of Manipal University Jaipur is organising a National Entrepreneurship Summit, E-Conclave 4.0 from 8th-10th February ,2019. The 3-day flagship event is a gathering of talented and young minds to encourage innovation and entrepreneurship. Our aim is to use the entrepreneurial skills of students and professionals in an original way as a panacea for society and spur potential leaders into positive action.</p>
</div>
</div>
<div class="col_one_third col_last">
<div class="feature-box fbox-center fbox-effect nobottomborder" data-animate="fadeIn" data-delay="1000">
<div class="fbox-icon">
<a href="#"><i class="icon-fire"></i></a>
</div>
<h3>Corporate Face off</h3>
<p>The Entrepreneurship Cell of Manipal University Jaipur is organising a National Entrepreneurship Summit, E-Conclave 4.0 from 8th-10th February ,2019. The 3-day flagship event is a gathering of talented and young minds to encourage innovation and entrepreneurship. Our aim is to use the entrepreneurial skills of students and professionals in an original way as a panacea for society and spur potential leaders into positive action.</p>
</div>
</div>
<div class="clear"></div>
<div class="col_one_third nobottommargin">
<div class="feature-box fbox-center fbox-effect nobottomborder" data-animate="fadeIn" data-delay="1200">
<div class="fbox-icon">
<a href="#"><i class="icon-bulb"></i></a>
</div>
<h3>Quiz Buzz</h3>
<p>The Entrepreneurship Cell of Manipal University Jaipur is organising a National Entrepreneurship Summit, E-Conclave 4.0 from 8th-10th February ,2019. The 3-day flagship event is a gathering of talented and young minds to encourage innovation and entrepreneurship. Our aim is to use the entrepreneurial skills of students and professionals in an original way as a panacea for society and spur potential leaders into positive action</p>
</div>
</div>
<div class="col_one_third nobottommargin">
<div class="feature-box fbox-center fbox-effect nobottomborder" data-animate="fadeIn" data-delay="1400">
<div class="fbox-icon">
<a href="#"><i class="icon-baseball-ball"></i></a>
</div>
<h3>IPL Auction 3.0</h3>
<p>The Entrepreneurship Cell of Manipal University Jaipur is organising a National Entrepreneurship Summit, E-Conclave 4.0 from 8th-10th February ,2019. The 3-day flagship event is a gathering of talented and young minds to encourage innovation and entrepreneurship. Our aim is to use the entrepreneurial skills of students and professionals in an original way as a panacea for society and spur potential leaders into positive action.</p>
</div>
</div>
<div class="col_one_third nobottommargin col_last">
<div class="feature-box fbox-center fbox-effect nobottomborder" data-animate="fadeIn" data-delay="1600">
<div class="fbox-icon">
<a href="#"><i class="icon-note"></i></a>
</div>
<h3>Jobless</h3>
<p>The Entrepreneurship Cell of Manipal University Jaipur is organising a National Entrepreneurship Summit, E-Conclave 4.0 from 8th-10th February ,2019. The 3-day flagship event is a gathering of talented and young minds to encourage innovation and entrepreneurship. Our aim is to use the entrepreneurial skills of students and professionals in an original way as a panacea for society and spur potential leaders into positive action.</p>
</div>
</div>
<div class="clear"></div>
</div>
<div class="divider divider-short divider-center topmargin-lg"><i class="icon-star3"></i></div>
</section>
<section id="section-testimonials" class="page-section section parallax dark" style="background-image: url('images/about/me-parallax.jpg'); padding: 200px 0;" data-bottom-top="background-position:0px 300px;" data-top-bottom="background-position:0px -300px;">
<div class="container clearfix">
<div class="col_half nobottommargin"> </div>
<div class="col_half nobottommargin col_last">
<div class="heading-block center">
<h4>Our Testimonials from Great Leaders</h4>
<span>Some of our Clients love us & so we do!</span>
</div>
<div class="fslider testimonial testimonial-full nobgcolor noborder noshadow nopadding" data-arrows="false">
<div class="flexslider">
<div class="slider-wrap">
<div class="slide">
<div class="testi-content">
<p>Similique fugit repellendus expedita excepturi iure perferendis provident quia eaque. Repellendus, vero numquam?</p>
<div class="testi-meta">
Steve Jobs
<span>Apple Inc.</span>
</div>
</div>
</div>
<div class="slide">
<div class="testi-content">
<p>Natus voluptatum enim quod necessitatibus quis expedita harum provident eos obcaecati id culpa corporis molestias.</p>
<div class="testi-meta">
Collis Ta'eed
<span>Envato Inc.</span>
</div>
</div>
</div>
<div class="slide">
<div class="testi-content">
<p>Incidunt deleniti blanditiis quas aperiam recusandae consequatur ullam quibusdam cum libero illo rerum!</p>
<div class="testi-meta">
John Doe
<span>XYZ Inc.</span>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<section id="section-contact" class="page-section">
<div class="heading-block title-center">
<h2>Get in Touch with us</h2>
<span> Feel
Free to drop us a message</span>
</div>
<div class="container clearfix">
<div class="col_half">
<div class="fancy-title title-dotted-border">
<h3>Send us an Email</h3>
</div>
<div class="form-widget">
<div class="form-result"></div>
<form class="nobottommargin" id="template-contactform" name="template-contactform" action="http://themes.semicolonweb.com/html/canvas/include/form.php" method="post">
<div class="form-process"></div>
<div class="col_one_third">
<label for="template-contactform-name">Name <small>*</small></label>
<input type="text" id="template-contactform-name" name="template-contactform-name" value="" class="sm-form-control required" />
</div>
<div class="col_one_third">
<label for="template-contactform-email">Email <small>*</small></label>
<input type="email" id="template-contactform-email" name="template-contactform-email" value="" class="required email sm-form-control" />
</div>
<div class="col_one_third col_last">
<label for="template-contactform-phone">Phone</label>
<input type="text" id="template-contactform-phone" name="template-contactform-phone" value="" class="sm-form-control" />
</div>
<div class="clear"></div>
<div class="col_two_third">
<label for="template-contactform-subject">Subject <small>*</small></label>
<input type="text" id="template-contactform-subject" name="subject" value="" class="required sm-form-control" />
</div>
<div class="clear"></div>
<div class="col_full">
<label for="template-contactform-message">Message <small>*</small></label>
<textarea class="required sm-form-control" id="template-contactform-message" name="template-contactform-message" rows="6" cols="30"></textarea>
</div>
<div class="col_full hidden">
<input type="text" id="template-contactform-botcheck" name="template-contactform-botcheck" value="" class="sm-form-control" />
</div>
<div class="col_full">
<button class="button button-3d nomargin" type="submit" id="template-contactform-submit" name="template-contactform-submit" value="submit">Send Message</button>
</div>
<input type="hidden" name="prefix" value="template-contactform-">
</form>
</div>
</div>
<div class="col_half col_last">
<section id="google-map" class="gmap" style="height: 410px;"></section>
</div>
<div class="col_full nobottommargin clearfix">
<div class="col_one_fourth">
<div class="feature-box fbox-center fbox-bg fbox-plain">
<div class="fbox-icon">
<a href="#"><i class="icon-map-marker2"></i></a>
</div>
<h3>Meet us at<span class="subtitle">Manipal University Jaipur
Dehmi Kalan (Near GVK Toll Plaza), Jaipur, RJ
303007
</span></h3>
</div>
</div>
<div class="col_one_fourth">
<div class="feature-box fbox-center fbox-bg fbox-plain">
<div class="fbox-icon">
<a href="#"><i class="icon-phone3"></i></a>
</div>
<h3>Speak to Us<span class="subtitle"> +91 970 921 8558</span></h3>
</div>
</div>
<div class="col_one_fourth">
<div class="feature-box fbox-center fbox-bg fbox-plain">
<div class="fbox-icon">
<a href="https://in.linkedin.com/in/ecellmuj"><i class="icon-linkedin2"></i></a>
</div>
<h3>Follow on linkedin</h3>
</div>
</div>
<div class="col_one_fourth col_last">
<div class="feature-box fbox-center fbox-bg fbox-plain">
<div class="fbox-icon">
<a href="https://www.facebook.com/mujecell"><i class="icon-facebook2"></i></a>
</div>
<h3>Follow on Facebook</h3>
</div>
</div>
</div>
</div>
</section>
</div>
</section>
<?php include 'include/php/footer.php';?>
</div>
<div id="gotoTop" class="icon-angle-up"></div>
<script data-cfasync="false" src="../../cdn-cgi/scripts/5c5dd728/cloudflare-static/email-decode.min.js"></script><script src="js/jquery.js"></script>
<script src="js/plugins.js"></script>
<script src="js/typed.js"></script>
<script src="js/functions.js"></script>
<script src="https://maps.google.com/maps/api/js?key=AIzaSyCzkxzbEni5vR_Ugt1De8gBzrLX3236bnA"></script>
<script src="js/jquery.gmap.js"></script>
<script>
var typed = new Typed(".type", {
strings: [
" gfoub",
"vnsvn",
],
typeSpeed: 60,
backspeed: 60,
});
</script>
<script>
jQuery('#google-map').gMap({
address: 'Melbourne, Australia',
maptype: 'ROADMAP',
zoom: 14,
markers: [
{
address: "Melbourne, Australia",
html: '<div style="width: 300px;"><h4 style="margin-bottom: 8px;">Hi, we\'re <span>Envato</span></h4><p class="nobottommargin">Our mission is to help people to <strong>earn</strong> and to <strong>learn</strong> online. We operate <strong>marketplaces</strong> where hundreds of thousands of people buy and sell digital goods every day, and a network of educational blogs where millions learn <strong>creative skills</strong>.</p></div>',
icon: {
image: "images/icons/map-icon-red.png",
iconsize: [32, 39],
iconanchor: [32,39]
}
}
],
doubleclickzoom: false,
controls: {
panControl: true,
zoomControl: true,
mapTypeControl: true,
scaleControl: false,
streetViewControl: false,
overviewMapControl: false
}
});
</script>
</body>
</html>