-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathindex.html
629 lines (571 loc) · 26 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
<!--
For E-Cell IIT Mandi
-->
<!DOCTYPE html>
<!--[if gt IE 8]><!--> <html class="no-js"> <!--<![endif]-->
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-108229209-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-108229209-1');
</script>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>E-Cell, IIT Mandi</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="E-Cell, IIT Mandi | Entrepreneurship Cell, IIT Mandi, a club dedicated for the concatenation of ideas with palpability and discernity, is a student organisation that aims to instigate the entrepreneurial spirits among students." />
<meta name="robots" content="noodp" />
<meta name="keywords" content="ecell iit mandi, ecell, iit mandi" />
<meta name="author" content="Hritik Gupta" />
<!-- Facebook and Twitter integration -->
<meta property="og:title" content="E-Cell, IIT Mandi"/>
<meta property="og:image" content="images/fbinteg.png"/>
<meta property="og:url" content=""/>
<meta property="og:site_name" content=""/>
<meta property="og:description" content="Entrepreneurship Cell, IIT Mandi is a student organisation that aims to instigate the entrepreneurial spirits among students."/>
<meta name="twitter:title" content="E-Cell, IIT Mandi" />
<meta name="twitter:image" content="images/fbinteg.png" />
<meta name="twitter:url" content="" />
<meta name="twitter:card" content="" />
<!-- Place favicon.ico and apple-touch-icon.png in the root directory -->
<link rel="shortcut icon" href="images/top2.png">
<link href='https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,300,600,400italic,700' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Lato:300,400|Crimson+Text' rel='stylesheet' type='text/css'>
<!-- Animate.css -->
<link rel="stylesheet" href="css/animate.css">
<!-- Icomoon Icon Fonts-->
<link rel="stylesheet" href="css/icomoon.css">
<!-- Simple Line Icons -->
<link rel="stylesheet" href="css/simple-line-icons.css">
<!-- Owl Carousel -->
<link rel="stylesheet" href="css/owl.carousel.min.css">
<link rel="stylesheet" href="css/owl.theme.default.min.css">
<!-- Bootstrap -->
<link rel="stylesheet" href="css/bootstrap.css">
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" href="css/style2.css">
<!-- This is for a gallery type which I don't feel we use (To be check) -->
<!-- <link rel="stylesheet" href="css/ekko-lightbox.css"> -->
<!-- I guess not useful -->
<!-- <link rel="stylesheet" href="css/themify-icons.css">
<link rel="stylesheet" href="css/magnific-popup.css">
<link rel="stylesheet" href="css/superfish.css">
<link rel="stylesheet" href="css/easy-responsive-tabs.css"> -->
<!-- Modernizr JS -->
<script src="js/modernizr-2.6.2.min.js"></script>
<!-- <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.0/jquery.min.js"></script> -->
<!-- jQuery -->
<script src="js/jquery.min.js"></script>
<!-- FOR IE9 below -->
<!--[if lt IE 9]>
<script src="js/respond.min.js"></script>
<![endif]-->
</head>
<body>
<style type="text/css">
.navbar-brand{
padding: 2vw;
margin-top: 1.3vw;
}
/* hide mobile version by default */
.navbar-header .navbar-brand .mobile {
display: none;
}
/* when screen is less than 600px wide
show mobile version and hide desktop */
@media (max-width: 768px) {
.navbar-header .navbar-brand .mobile {
display: block;
}
.navbar-header .navbar-brand .desktop {
display: none;
}
/*
h2.fh5co-sub-lead.to-animate.anton.fadeInUp.animated{
font-size: 15px;
}*/
}
@media (max-width: 768px) {
.iphone-image .iphone img {
display: none;
}
.second div{
text-align: center;
}
h3.tt{
text-align: center;
}
}
textarea{
resize:vertical;
}
</style>
<header role="banner" id="fh5co-header">
<div class="container">
<!-- <div class="row"> -->
<nav class="navbar navbar-default">
<div class="navbar-header">
<!-- Mobile Toggle Menu Button -->
<a href="#" class="js-fh5co-nav-toggle fh5co-nav-toggle" data-toggle="collapse" data-target="#navbar" aria-expanded="false" aria-controls="navbar"><i></i></a>
<a class="navbar-brand" href="index.html"><img src="images/top.png" class="desktop" style="margin-top: -3vw"/>
<img src="images/top2.png" class="mobile" style="margin-top: -3vw" /></a>
</div>
<div id="navbar" class="navbar-collapse collapse">
<ul class="nav navbar-nav navbar-right">
<li class="active"><a href="#" data-nav-section="home"><span>Home</span></a></li>
<li><a href="#" data-nav-section="about"><span>About</span></a></li>
<li><a href="#" data-nav-section="press"><span>Events</span></a></li>
<li><a href="leaderboard/index.html"><span>Leaderboard</span></a></li>
<li><a href="team.html"><span>Team</span></a></li>
<li><a href="#" data-nav-section="features"><span>Seamless Envisioning</span></a></li>
<li><a href='./Alumni/Alumni2016.html'><span>Alumni</span></a></li>
<li><a href="#" data-nav-section="contact"><span>Contact Us</span></a></li>
</ul>
</div>
</nav>
<!-- </div> -->
</div>
</header>
<div id="slider" data-section="home">
<div class="owl-carousel owl-carousel-fullwidth">
<div class="item" style="background: #000;">
<div class="container" style="position: relative;">
<div class="row">
<div class="col-md-12 text-center tt">
<div class="fh5co-owl-text-wrap">
<div class="fh5co-owl-text">
<h2 class="fh5co-lead to-animate">Welcome to E-Cell, IIT Mandi</h1>
<h2 class="fh5co-sub-lead to-animate anton">A club dedicated for the concatenation of ideas with palpability.<br/></h2>
<p class="to-animate-2"><a href="#" data-nav-section="about" target="_self" class="btn btn-primary btn-lg">Read More</a></p>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="item" style="background: #000;">
<div class="container" style="position: relative;">
<div class="row second">
<div class="col-md-7 col-md-push-1 col-md-push-5 col-sm-7 col-sm-push-1 col-sm-push-5">
<div class="fh5co-owl-text-wrap">
<div class="fh5co-owl-text">
<h1 class="fh5co-lead to-animate">Sunny Side Up, folks!</h1>
<h2 class="fh5co-sub-lead to-animate">Suit yourself as you read about the various events that churn out the entrepreneur in you!</h3>
<p class="to-animate-2"><a href="#" data-nav-section="about" target="_self" class="btn btn-primary btn-lg" >Read More</a></p>
</div>
</div>
</div>
<div class="col-md-4 col-md-pull-7 col-sm-4 col-sm-pull-7 iphone-image">
<div class="iphone to-animate-2"><img src="images/bulb.png"></div>
</div>
</div>
</div>
</div>
<div class="item" style="background: #000;">
<div class="container" style="position: relative;">
<div class="row second">
<div class="col-md-7 col-md-push-1 col-md-push-5 col-sm-7 col-sm-push-1 col-sm-push-5">
<div class="fh5co-owl-text-wrap">
<div class="fh5co-owl-text">
<h1 class="fh5co-lead to-animate">But Wait..</h1>
<h2 class="fh5co-sub-lead to-animate">What? Did we say we bring out the entrepreneur in you? Oh no no, that's your job. Go break some eggs!</h2>
<p class="to-animate-2"><a href="#" data-nav-section="about" target="_self" class="btn btn-primary btn-lg">Read More</a></p>
</div>
</div>
</div>
<div class="col-md-4 col-md-pull-7 col-sm-4 col-sm-pull-7 iphone-image">
<div class="iphone to-animate-2"><img src="images/hands.png"></div>
</div>
</div>
</div>
</div>
</div>
</div>
<div id="fh5co-about-us" data-section="about">
<div class="container">
<div class="row row-bottom-padded-lg" id="about-us">
<div class="col-md-12 section-heading text-center">
<h2 class="to-animate">About Us</h2>
<div class="row">
<div class="col-md-8 col-md-offset-2 to-animate">
<h3>E-Cell is a holographic abbreviation adopted by the entrepreneurship club of IIT Mandi. It's an alumnus initiation and currently is the stewardship of a team of twelve inter-disciplinary students with the mentorship of Dr. Saumya Dixit, churning their ideas to reach the various aspects of what lies in this "business" of reaching the society. And as the name celebrates our crazy love for subjects related to business and its disciplinaries we always strive to give a glimpse of the potions of business by conducting multifarious of events.</h3>
</div>
</div>
</div>
<div class="row">
<div class="col-md-8 to-animate">
<br>
<img src="images/wall.png" class="img-responsive img-rounded" alt="Free HTML5 Template">
</div>
<div class="col-md-4 to-animate">
<h2>How we got started</h2>
<p>Thought of as national assets to be cultivated, motivated and remunerated to the greatest possible extent, Entrepreneurs are always in pursuit of seeking opportunities to change the way of living by their innovations. The movers and shakers of today's era, the freaks, the misfits, E-Cell IIT Mandi strives to build the much-needed entrepreneurial spirits among students.</p>
<p>Hence it goes without saying: <br/> <i>“It’s not about ideas. It’s about making ideas happen.”</i></p>
<p><a href="team.html" class="btn btn-primary" style="width: 100%">Meet the team</a></p>
</div>
</div>
</div>
</div>
</div>
<div id="fh5co-press" data-section="press">
<div class="container">
<div class="row">
<div class="col-md-12 section-heading text-center">
<h2 class="single-animate animate-press-1">Our Events</h2>
<div class="row">
<div class="col-md-8 col-md-offset-2 subtext single-animate animate-press-2">
<h3>Our each event contemplates a lesson, a motif of how to concatenate your ideas with your imagination.</h3>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-md-6">
<!-- Press Item -->
<div class="fh5co-press-item to-animate">
<div class="fh5co-press-img" style="background-image: url(images/iplauc.jpg)">
</div>
<div class="fh5co-press-text">
<h3 class="h2 fh5co-press-title">IPL Auction<span class="fh5co-border"></span></h3>
<p>A virtual bidding game to create your own Cricket Team from a pool of players. Team's bidding sense at test here.</p>
<p><a href="#iplModal" class="btn btn-primary btn-sm" data-toggle="modal">Learn more</a></p>
</div>
</div>
<!-- Press Item -->
</div>
<div class="col-md-6">
<!-- Press Item -->
<div class="fh5co-press-item to-animate">
<div class="fh5co-press-img" style="background-image: url(images/bizquiz.jpg)">
</div>
<div class="fh5co-press-text">
<h3 class="h2 fh5co-press-title">Business Quiz <span class="fh5co-border"></span></h3>
<p>A basic quiz to test your biz knowledge and awareness about entrepreneurial world. Its not what you think!</p>
<p><a href="#bizModal" class="btn btn-primary btn-sm" data-toggle="modal">Learn more</a></p>
</div>
</div>
<!-- Press Item -->
</div>
<div class="col-md-6">
<!-- Press Item -->
<div class="fh5co-press-item to-animate">
<div class="fh5co-press-img" style="background-image: url(images/talk.jpg);">
</div>
<div class="fh5co-press-text">
<h3 class="h2 fh5co-press-title">Talks<span class="fh5co-border"></span></h3>
<p>Talk Session with speakers and entrepreneurs sharing their experience about the fields.</p>
<p><a href="#talkModal" class="btn btn-primary btn-sm" data-toggle="modal">Learn more</a></p>
</div>
</div>
<!-- Press Item -->
</div>
<div class="col-md-6">
<!-- Press Item -->
<div class="fh5co-press-item to-animate">
<div class="fh5co-press-img" style="background-image: url(images/invhat.jpg);">
</div>
<div class="fh5co-press-text">
<h3 class="h2 fh5co-press-title">Investor's Hat<span class="fh5co-border"></span></h3>
<p>The teams would be tested on the basis of their investments made on startups based on the returns they think the company would yield.</p>
<p><a href="#invhModal" class="btn btn-primary btn-sm" data-toggle="modal">Learn more</a></p>
</div>
</div>
<!-- Press Item -->
</div>
<!--event modals after this-->
<div id="iplModal" class="modal fade">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button>
<h4 class="modal-title">IPL Auction</h4>
</div>
<div class="modal-body">
An event for everyone who not just loves the game of cricket, but analyses it to the limit. This event makes you don the hat of a bidder. You manage your budget and you strategize to make the best possible team competing against your opponents who will give you a run for your money, quite literally. If you love cricket, if you have followed IPL and if you can mix common sense with passion into your bidding strategy, this event is a must for you.
</div>
<div class="modal-footer">
<button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
</div>
</div>
</div>
</div>
<div id="bizModal" class="modal fade">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button>
<h4 class="modal-title">Business Quiz</h4>
</div>
<div class="modal-body">
Are you the kind that thrives on the business section of the news every day? Well, we make you an offer you can’t refuse. Business Quiz takes you through an enchanting journey to the world of business, with the combination of mind-boggling questions, core concepts and interesting rounds.
</div>
<div class="modal-footer">
<button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
</div>
</div>
</div>
</div>
<div id="talkModal" class="modal fade">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button>
<h4 class="modal-title">Talks and Sessions</h4>
</div>
<div class="modal-body">
Talks by various speakers on entrepreneurship are conducted, as they serve as motivation as well as guide-posts for aspiring entrepreneurs.
</div>
<div class="modal-footer">
<button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
</div>
</div>
</div>
</div>
<div id="invhModal" class="modal fade">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button>
<h4 class="modal-title">Investor's Hat</h4>
</div>
<div class="modal-body">
Having an investor to hear your startup-deck and pitch is cool! But do you know what's really cool? An investor with money! And yes, that's you. Watch out for the best startups and pitches as you compete with your opponent angels over gaining equity of the most promising startups.
</div>
<div class="modal-footer">
<button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
</div>
</div>
</div>
</div>
<p><a href="contests/#/" class="btn btn-primary" style="width: 100%; height: 50px; padding-left: 5px;padding-right: 5px; font-size: 20px"><b>REGISTER FOR EVENTS ! CLICK HERE !</b></a></p>
<p><a href="leaderboard/index.html" class="btn btn-primary" style="width: 100%; height: 50px; padding-left: 5px;padding-right: 5px; font-size: 20px"><b>CHECKOUT INTRA-COLLEGE LEADERBOARD !</b></a></p>
</div>
</div>
</div>
<div style="padding: 12px; -webkit-box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.1);
box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.1);">
<p>
<h1 class="text-center" style="background: white">E-Summit 2020 Experience - <a class="p-animate" href="summit.html">Click Here !</a></h1>
</p>
</div>
<div id="fh5co-features" data-section="features">
<div class="container">
<div class="row">
<div class="col-md-12 section-heading text-center">
<h2 class="single-animate animate-features-1">Seamless Envisioning</h2>
<div class="row">
<div class="col-md-8 col-md-offset-2 single-animate animate-features-2">
<h3>E-Cell, IIT Mandi envisions to create a domain of individuals with a entrepreneurial drive by the providing a coup d'œil to the outside world.</h3>
</div>
</div>
</div>
</div>
<div class="row row-bottom-padded-sm">
<div class="col-md-4 col-sm-6 col-xs-6 col-xxs-12 fh5co-service to-animate">
<div class="fh5co-icon"><i class="icon-globe"></i></div>
<div class="fh5co-desc">
<h3>Global Entrepreneurship</h3>
<p>Spreading the sense and spirits of entrepreneurship among all.</p>
</div>
</div>
<div class="col-md-4 col-sm-6 col-xs-6 col-xxs-12 fh5co-service to-animate">
<div class="fh5co-icon"><i class="icon-link"></i></div>
<div class="fh5co-desc">
<h3>Building Connections</h3>
<p>Linking startups, entrepreneurs and experts to their aspiring counterparts.</p>
</div>
</div>
<div class="clearfix visible-sm-block visible-xs-block"></div>
<div class="col-md-4 col-sm-6 col-xs-6 col-xxs-12 fh5co-service to-animate">
<div class="fh5co-icon"><i class="icon-briefcase"></i></div>
<div class="fh5co-desc">
<h3>Work Support</h3>
<p>Facilitating internships in startups for students.</p>
</div>
</div>
<div class="col-md-4 col-sm-6 col-xs-6 col-xxs-12 fh5co-service to-animate">
<div class="fh5co-icon"><i class="icon-fire"></i></div>
<div class="fh5co-desc">
<h3>Motivating Startups</h3>
<p>Inspiring students to take up entrepreneurship and develop startup culture.</p>
</div>
</div>
<div class="clearfix visible-sm-block visible-xs-block"></div>
<div class="col-md-4 col-sm-6 col-xs-6 col-xxs-12 fh5co-service to-animate">
<div class="fh5co-icon"><i class="icon-users"></i></div>
<div class="fh5co-desc">
<h3>Conducting Sessions/Workshops</h3>
<p>Talks and speaking sessions with affluent and inspirational entrepreneurs, pitching events etc.</p>
</div>
</div>
<div class="col-md-4 col-sm-6 col-xs-6 col-xxs-12 fh5co-service to-animate">
<div class="fh5co-icon"><i class="icon-bulb"></i></div>
<div class="fh5co-desc">
<h3>Games</h3>
<p>Several entrepreneurial games and events to put your skills to test.</p>
</div>
</div>
<div class="clearfix visible-sm-block visible-xs-block"></div>
</div>
</div>
</div>
<div id="fh5co-testimonials" data-section="contact">
<div class="container" style="margin-bottom:-4vw ; margin-top: -4vw">
<div class="row">
<div class="col-md-12 section-heading text-center">
<h2 class="to-animate">Let us Connect</h2>
<div class="row">
<div class="col-md-8 col-md-offset-2 subtext to-animate">
<h3>If you have any questions, please feel free to drop us a line. We'll get back to you as soon as we can. That's a promise!</h3>
</div>
</div>
</div>
</div>
<div class="to-animate">
<iframe width= 100% height="250" frameborder="0" style="border:0" src="https://www.google.com/maps/embed/v1/place?key=AIzaSyDTu0vvjYXye_JJHxzOhkNqbryvmiI9p1Q &q=Indian+Institute+of+Technology,+Mandi" allowfullscreen></iframe>
</div>
<div style="margin-top: 3vw" class="to-animate">
<section>
<div class="container">
<div class="row">
<div class="fh5co-spacer fh5co-spacer-sm"></div>
<div class="col-md-8">
<!--success message on submission-->
<div id="messages" class="hide" role="alert" style="margin-right: 1vw; margin-left: 1vw; color:#001f51; background-color: #e5efff">
<button type="button" id="hide" class="close" aria-label="Close"><span id="close">×</span></button>
<div id="messages_content"></div>
</div>
<!--ends-->
<form id="myform" action="form.php" method="post">
<div class="col-md-12">
<div class="form-group">
<label for="name" class="sr-only">Name</label>
<input placeholder="Name" id="name" required="required" type="text" class="form-control input-lg">
</div>
</div>
<div class="col-md-12">
<div class="form-group">
<label for="email" class="sr-only">Email</label>
<input placeholder="Email" id="email" validate="required:true"
pattern="[a-zA-Z0-9!#$%&'*+\/=?^_`{|}~.-]+@[a-zA-Z0-9-]+(\.[a-zA-Z0-9-]+)*" required="required" type="text" class="form-control input-lg">
</div>
</div>
<div class="col-md-12">
<div class="form-group">
<label for="message" class="sr-only">Message</label>
<textarea placeholder="Message" id="message" required="required" class="form-control input-lg" rows="3"></textarea>
</div>
</div>
<div class="col-md-12">
<div class="form-group">
<input type="submit" name="submit" class="btn btn-primary btn-lg" value="Send" style="background: green">
</div>
</div>
</form>
</div>
<div class="col-md-4">
<div class="section-heading text-center">
<div class="row">
<div class="subtext to-animate text-left">
<h3 class="tt">Write to us at <a style="color: white">[email protected]</a>. <br/>Follow us on facebook for the latest crunch on entrepreneurial world!</h4>
</div>
</div>
</div>
</div>
<div class="fh5co-spacer fh5co-spacer-md"></div>
</div>
</div>
</section>
</div>
</div>
</div>
<footer id="footer" role="contentinfo">
<div>
<p class="copyright text-center"><a href="index.html">E-Cell IIT Mandi</a>. All Rights Reserved.</p>
</div>
</footer>
<!-- jQuery -->
<script src="js/jquery.min.js"></script>
<!-- jQuery Easing -->
<script src="js/jquery.easing.1.3.js"></script>
<!-- Bootstrap -->
<script src="js/bootstrap.min.js"></script>
<!-- Waypoints -->
<script src="js/jquery.waypoints.min.js"></script>
<!-- Owl Carousel -->
<script src="js/owl.carousel.min.js"></script>
<script src="js/jquery.magnific-popup.min.js"></script>
<script src="js/hoverIntent.js"></script>
<script src="js/superfish.js"></script>
<script src="js/easyResponsiveTabs.js"></script>
<script src="js/fastclick.js"></script>
<script src="js/main2.js"></script>
<script type="text/javascript">
window.onscroll = function (e){
if($(window).width() >= 800){
if( $(this).scrollTop() > 400 ) {
$(".desktop").hide();
$(".mobile").show();
}
else {
$(".desktop").show();
$(".mobile").hide();
}
}
}
$(document).on('click', '*[data-toggle="lightbox"]', function(event) {
event.preventDefault();
$(this).ekkoLightbox();
});
</script>
<script type="text/javascript">
$(document).ready(function(){
$("#iplModal").on('shown.bs.modal', function(){
$(this).find('input[type="text"]').focus();
});
});
$(document).ready(function(){
$("#bizModal").on('shown.bs.modal', function(){
$(this).find('input[type="text"]').focus();
});
});
$(document).ready(function(){
$("#talkModal").on('shown.bs.modal', function(){
$(this).find('input[type="text"]').focus();
});
});
$(document).ready(function(){
$("#invhModal").on('shown.bs.modal', function(){
$(this).find('input[type="text"]').focus();
});
});
$('#myform').on('submit', function(e) {
$('#messages').removeClass('hide').addClass('alert alert-success alert-dismissible').slideDown();
$('#messages_content').html('<h4 class="usefont" style="text-align: center"><strong>Thanks!</strong> <br/>We appreciate that you have taken the time to write to us. We will contact you soon.</h4>');
$('#modal').modal('show');
e.preventDefault();
});
$('#close').on('click', function(e) {
$('#messages').removeClass('alert alert-success alert-dismissible').addClass('hide').slideUp().hide();
$('#messages_content').html('');
$('#modal').modal('show');
e.preventDefault();
});
$("#myform").on("submit", function(event){
event.preventDefault();
var name = $("#name").val();
var email = $("#email").val();
var message= $("#message").val();
$.post('form.php',{name:name,email:email,message:message},function(data){
$('#msg').html(data);//handle received data
});
$("#myform")[0].reset();
});
</script>
<script src="js/main.js"></script>
<script src="js/ekko-lightbox.js"></script>
</body>
</html>