-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
711 lines (679 loc) · 34.5 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="theme-color" content="#ff0000">
<title> TEDxBennettUniversity</title>
<link rel="stylesheet" type="text/css" href="css/bootstrap.css">
<link rel="stylesheet" type="text/css" href="css/font-awesome.css">
<link rel="stylesheet" type="text/css" href="css/owl.carousel.css">
<link rel="stylesheet" type="text/css" href="css/animate.css">
<link rel="stylesheet" type="text/css" href="css/flaticon.css">
<link rel="stylesheet" type="text/css" href="css/settings.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons">
<link rel="stylesheet" type="text/css" href="css/style.css">
<link rel="stylesheet" type="text/css" href="css/preset.css">
<link rel="stylesheet" type="text/css" href="css/responsive.css">
<link rel="icon" type="image/png" href="https://pa.tedcdn.com/favicon.ico">
</head>
<body>
<div class="preloader">
<div class="loader">
<img src="img/loader.gif" alt="">
</div>
</div>
<header class="header isSticky" id="header">
<div class="container-fluid">
<div class="row">
<div class="col-sm-1">
<div class="logo">
<a href="index.html"><img src="img/logos/TEDxBennettUniversity1.webp" alt=""
style="max-width: 400px;margin-top: -10px;"></a>
</div>
<div class="logo logoText hidden">
<h1><a href="index.html">TEDxBennett</a></h1>
</div>
<div class="stickyLogo">
<a href="index.html"><img src="img/logos/TEDxBennettUniversity1.webp" alt=""
style="max-width: 400px; margin-top: -10px;"></a>
</div>
</div>
<div class="col-md-9 col-sm-10">
<nav class="mainMenu">
<div class="mobileBar">
<span></span>
<span></span>
<span></span>
</div>
<ul>
<li class="scroll has-menu-items active"><a href="#cover">Home</a></li>
<li class="scroll"><a href="#register">Register</a></li>
<li class="scroll"><a href="#about">About TEDx</a></li>
<li class="scroll"><a href="#speakers">Speakers</a></li>
<li class="scroll"><a href="#team">Team</a></li>
<!-- <li class="scroll"><a href="#blog">Nominate</a></li> -->
<li class="scroll"><a href="#contact">Contact us</a></li>
</ul>
</nav>
</div>
</div>
</div>
</header>
<section class="slider" id="cover">
<iframe id="" src="TEDxCover/index.html"
style="width: -webkit-fill-available;height: -webkit-fill-available;border: none;">
</iframe>
<div class="mouseSlider">
<a href="#register" class="normal"><img src="img/mouseh.png" alt=""></a>
<a href="#register" class="hover"><img src="img/mouseh.png" alt=""></a>
</div>
</section>
<section class="whatwe" id="register" style="background: url(img/1_sub.jpg) no-repeat fixed center center/cover;">
<div class="container">
<div class="row">
<div class="col-lg-10 col-lg-offset-1 text-center">
<div class="wedoContent">
<h2 class="lead color_white">Get Your Tickets</h2>
<!--a href="/form/register.html" id="rzp" class="bes_button" target="_blank">Register Now</a-->
<div id="wrapper">
<div class="container">
<div class="row">
<div class="col-md-3">
<div class="circle c1 img-circle">
<h4 class="grey">Bennett University</h4>
<br>
<!--span class="icon blue"><i class="fa fa-eur"></i></span-->
<span class="price-large">1249</span>
<!--span class="price-small">90</span-->
<!--button type="button" class="btn btn-info">Choose</button-->
</div>
</div><!-- .Col-md-3 ends here -->
<div class="col-md-3">
<div class="circle c2 img-circle">
<h4 class="red">Early Bird</h4>
<br>
<!--span class="icon yellow"><i class="fa fa-eur"></i></span-->
<span class="price-large red">999</span>
<!--span class="price-small">90</span-->
<a href="form/early_bird.html" id="rzp" class="bes_button"
target="_blank">Register</a>
<!--h4 class="red"> Coming Soon</h4-->
<!--button type="button" class="btn btn-warning">Choose</button-->
</div>
</div><!-- .Col-md-3 ends here -->
<div class="col-md-3">
<div class="circle c3 img-circle">
<h4 class="grey">External</h4>
<br>
<!--span class="icon green"><i class="fa fa-eur"></i></span-->
<span class="price-large grey">1499</span>
<br>
<!--button type="button" class="btn btn-success">Choose</button-->
</div>
</div><!-- .Col-md-3 ends here -->
<!--div class="col-md-3">
<div class="circle c4 img-circle">
<h4 class="red">Deluxe Plan</h4>
<span class="icon red"><i class="fa fa-eur"></i></span>
<span class="price-large red">8,</span>
<span class="price-small">90</span>
<p>Great for small Business</p>
<button type="button" class="btn btn-danger">Choose</button>
</div>
</div-->
<!-- .Col-md-3 ends here -->
</div><!-- .Container ends here -->
</div><!-- .Row ends here -->
</div>
<div class="mouseSlider" style="margin-top:200px;">
<a href="#about" class="normal"><img src="img/mouse.png" alt=""></a>
<a href="#about" class="hover"><img src="img/mouseh.png" alt=""></a>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="about" id="about">
<div class="aboutTop">
<div class="container">
<div class="row">
<div class="col-lg-12">
<div class="abcontentT">
<h2 class="lead" style="padding-bottom: 40px; ">
<font style=" color: white; ">What is </font>
<font style=" color: red; ">TED</font>
<font style=" color: white; ">?</font>
</h2>
<h3 class="light color_white">
TED is a nonprofit organization which aims at spreading innovative thoughts and ideas
among people. TED conferences are organized all over the world and covers topics like
science, technology, entrepreneurship, innovation and much more. The mission of TED is
to give deeper knowledge about the world to people from different disciplines and
cultures. They believe that great ideas can bring positive changes to attitudes and
lifestyle of people. Their main focus is to spread innovative and creative ideas among
communities and individuals as TED believes in the slogan 'Ideas worth spreading'.
</h3>
</div>
</div>
</div>
</div>
</div>
<div class="abBigtitle1">
<h1 class="lead">Technology.Entertainment.Design</h1>
</div>
<div class="aboutTop">
<div class="container">
<div class="row">
<div class="col-lg-12">
<div class="abcontentT">
<h2 class="lead" style="padding-bottom: 40px; ">
<font style=" color: white; ">What is </font>
<font style=" color: red; ">TED<sup>x</sup></font>
<font style=" color: white; ">?</font>
</h2>
<div class="video-container">
<iframe width="720" height="480" src="https://www.youtube.com/embed/TjisSInTmYo"
frameborder="0"
allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture"
allowfullscreen></iframe>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="abBigtitle">
<h1 class="lead">Ideas.Worth.Spreading</h1>
</div>
<div class="aboutTop">
<div class="container">
<div class="row">
<div class="col-lg-12">
<div class="abcontentT">
<h2 class="lead" style="padding-bottom: 40px; ">
<font style=" color: white; ">What is </font>
<font style=" color: red; ">TED<sup>x</sup></font>
<font style=" color: white;">BennettUniversity</font>
<font style=" color: white; ">?</font>
</h2>
<h3 class="light color_white">
Bennett University is a place where students from different backgrounds and cultures
come together to form a colourful and diverse community in itself. We believe in
creating a modern and dynamic environment amongst the youth. TEDxBennettUniversity aims
at giving immense knowledge and exposure to the students, making them learn how to carry
themselves in the world outside and how to adapt themselves in different cultures. We
think, in order to bring a change in society, one should emphasize on diversifying
tomorrow. To create an impact in the environment, one should create something unique and
different. The focal point of TEDxBennettUniversity will be to start working upon the
change today so that we can diversify the future.
</h3>
</div>
</div>
</div>
</div>
</div>
<div class="abBigtitle">
<h1 class="lead">Diversifying Tomorrow</h1>
</div>
</section>
<section class="team" id="speakers">
<!--div class="container">
<div class="row" style="padding-top: 30px;">
<div class="col-lg-12">
<div class="sectionTitle bigTitle">
<div class="clearfix"></div>
<h2 class="lead">Speakers</h2>
</div>
</div>
</div>
<div class="row">
<div class="teamTop">
<div class="col-sm-6">
<div class="teamBig">
<img src="img/speakers/1.webp" alt="">
</div>
</div>
<div class="col-sm-6">
<div class="testmonial" id="testmonial">
<div class="singleTestm">
<p>
A Short Intro About the Speaker.
</p>
<div class="teamDeg">
<h4 class="magenta">Thanos</h4>
<p>Destroyer</p>
</div>
</div>
</div>
</div>
<div class="clearfix"></div>
</div>
</div>
<div class="row">
<div class="teamTop">
<div class="col-sm-6">
<div class="teamBig">
<img src="img/speakers/1.webp" alt="">
</div>
</div>
<div class="col-sm-6">
<div class="testmonial" id="testmonial">
<div class="singleTestm">
<p>
A Short Intro About the Speaker.
</p>
<div class="teamDeg">
<h4 class="magenta">Thanos</h4>
<p>Destroyer</p>
</div>
</div>
</div>
</div>
<div class="clearfix"></div>
</div>
</div>
</div-->
<div class="container" style=" padding-bottom: 100px;">
<div class="row">
<div class="col-lg-12 text-center">
<div class="sectionTitle bigTitle2">
<!--h5 class="text-uppercase bold">team heads</h5-->
<h2 class="lead">Speakers</h2>
</div>
</div>
</div>
<div class="row">
<div class="col-sm-4 sm_class">
<div class="singleTeam">
<img src="img/speakers/SpeakerAnnouncementsGunit.webp" alt="">
<div class="teamDeg">
<h4>Gunit Cour</h4>
<!--p>Head of Communication</p-->
</div>
</div>
</div>
<div class="col-sm-4 sm_class">
<div class="singleTeam">
<img src="img/speakers/SpeakerAnnouncementsYash.webp" alt="">
<div class="teamDeg">
<h4>Yash Shah</h4>
<!--p>Head of Communication</p-->
</div>
</div>
</div>
<div class="col-sm-4 sm_class">
<div class="singleTeam">
<img src="img/speakers/SpeakerAnnouncementsGarima.webp" alt="">
<div class="teamDeg">
<h4>Garima Singh</h4>
<!--p>Head of Communication</p-->
</div>
</div>
</div>
</div>
<br>
<div class="row">
<div class="col-sm-4 sm_class">
<div class="singleTeam">
<img src="img/speakers/SpeakerAnnouncementsRidhi.webp" alt="">
<div class="teamDeg">
<h4>Ridhi Bahl</h4>
<!--p>Head of Communication</p-->
</div>
</div>
</div>
<div class="col-sm-4 sm_class">
<div class="singleTeam">
<img src="img/speakers/SpeakerAnnouncementSushant.webp" alt="">
<div class="teamDeg">
<h4>Sushant Kumar</h4>
<!--p>Head of Communication</p-->
</div>
</div>
</div>
<div class="col-sm-4 sm_class">
<div class="singleTeam">
<img src="img/speakers/SpeakerAnnouncementsSuhavini.webp" alt="">
<div class="teamDeg">
<h4>Suhavini Singh</h4>
<!--p>Head of Communication</p-->
</div>
</div>
</div>
</div>
</div>
</section>
<section class="ourwork" id="team">
<div class="container" style=" padding-bottom: 20px; ">
<div class="row">
<div class="col-lg-12 text-center">
<div class="sectionTitle bigTitle2">
<h5 class="text-uppercase bold">THE ORGANIZERS</h5>
<h2 class="lead">Meet the Team</h2>
</div>
</div>
</div>
<div class="row">
<div class="col-sm-3 sm_class">
<div class="singleTeam">
<img src="img/team/3.webp" alt="">
<div class="teamDeg">
<h4>Kanishk Srivastava</h4>
<p>Organizer</p>
<p>Head of Marketing and Design</p>
</div>
</div>
</div>
<div class="col-sm-3 sm_class">
<div class="singleTeam">
<img src="img/team/4_cropped.webp" alt="">
<div class="teamDeg">
<h4>Rushil Bajaj</h4>
<p>Co Organizer</p>
<p>Head of Sponsorship and Finance</p>
</div>
</div>
</div>
<div class="col-sm-3 sm_class">
<div class="singleTeam">
<img src="img/team/6_cropped.webp" alt="">
<div class="teamDeg">
<h4>Gunisha Sahni</h4>
<p>Organizing Exceutive</p>
<p>Head of Logistics & Hospitality</p>
</div>
</div>
</div>
<div class="col-sm-3 sm_class">
<div class="singleTeam">
<img src="img/team/12_cropped.webp" alt="">
<div class="teamDeg">
<h4>Anindya Vedant</h4>
<p>Organizing Exceutive</p>
<p>Technical Head</p>
</div>
</div>
</div>
</div>
</div>
<div class="container" style=" padding-bottom: 100px; ">
<div class="row">
<div class="col-lg-12 text-center">
<div class="sectionTitle bigTitle2">
<h5 class="text-uppercase bold">team heads</h5>
<!--h2 class="lead">Meet the Team</h2-->
</div>
</div>
</div>
<div class="row">
<div class="col-sm-3 sm_class">
<div class="singleTeam">
<img src="img/team/2_cropped (1).webp" alt="">
<div class="teamDeg">
<h4>Aditi Bose</h4>
<p>Head of Communication</p>
</div>
</div>
</div>
<div class="col-sm-3 sm_class">
<div class="singleTeam">
<img src="img/team/garima_cropped.webp" alt="">
<div class="teamDeg">
<h4>Garima Khare</h4>
<p>Head of Decor</p>
</div>
</div>
</div>
<div class="col-sm-3 sm_class">
<div class="singleTeam">
<img src="img/team/cairo_cropped.webp" alt="">
<div class="teamDeg">
<h4>Cairo Gulati</h4>
<p>Head of IT</p>
</div>
</div>
</div>
<div class="col-sm-3 sm_class">
<div class="singleTeam">
<img src="img/team/yasho.webp" alt="">
<div class="teamDeg">
<h4>Yashovardhan Borad</h4>
<p>Head of Social Media</p>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="blogSection" id="blog">
<div class="container">
<div class="ourServices">
<div class="container">
<div class="row">
<!-- <div class="col-sm-6">
<div class="singleService">
<div class="serImg">
<img src="img/nominate.webp" alt="">
</div>
<h6 class="lead text-uppercase bold">NOMINATE A SPEAKER</h6>
<div class="col-lg-12 text-center">
<a href="form/nominate.html" class="bes_button"><i class="flaticon-arrows"></i></a>
</div>
<br />
</div>
</div> -->
<div class="col-sm-12">
<div class="singleService">
<div class="serImg">
<img src="img/partner.webp" alt="">
</div>
<h6 class="lead text-uppercase bold">BECOME A PARTNER</h6>
<div class="col-lg-12 text-center">
<a href="form/partner.html" class="bes_button"><i class="flaticon-arrows"></i></a>
</div>
<br />
</div>
</div>
<div class="clearfix"></div>
</div>
</div>
</div>
<!--
<div class="row">
<div class="col-lg-12 text-center">
<div class="sectionTitle bigTitle2">
<h5 class="text-uppercase bold color_white">BLOGS AND INSIGHTS</h5>
<h2 class="lead color_white">Our thoughts</h2>
</div>
</div>
</div>
<div class="row">
<div class="col-sm-4 noPadding">
<div class="singleBlog">
<div class="blogThumb">
<img src="img/blog/1.webp" alt="">
</div>
<div class="blogDec">
<div class="blogDate">December, 20, 2016</div>
<h2 class="blogTitle"><a href="blog-detail.html">How to Approach Social Media as a Small Business.</a></h2>
<div class="bperaDiv">
<p>Everti doctus est et, ei vis habemus tibique. Scriptorem theophrastus in sit. Stet gubergren ex per, denique consetetur cotidieque ad nec. </p>
</div>
<div class="blogBott">
<div class="bauthor">By<a href="#">John Doe</a></div>
</div>
</div>
</div>
</div>
<div class="col-sm-4 noPadding">
<div class="singleBlog">
<div class="blogThumb">
<img src="img/blog/1.webp" alt="">
</div>
<div class="blogDec">
<div class="blogDate">December, 20, 2016</div>
<h2 class="blogTitle"><a href="blog-detail.html">Have there been any good startups founded since 2016?</a></h2>
<div class="bperaDiv">
<p>Elit facer constituto ex vis, te vide pereu rationibus nec. Nec iriure commune fastidii.</p>
</div>
<div class="blogBott">
<div class="bauthor">By<a href="#">John Doe</a></div>
<div class="blogComs"><a href="#">2 Comments</a></div>
</div>
</div>
</div>
</div>
<div class="col-sm-4 noPadding">
<div class="singleBlog">
<div class="blogThumb">
<img src="img/blog/1.webp" alt="">
</div>
<div class="blogDec">
<div class="blogDate">December, 20, 2016</div>
<h2 class="blogTitle"><a href="blog-detail.html">Design & Usability From A Marketing Perspective.</a></h2>
<div class="bperaDiv">
<p>Corpora explicari as reeqe intel legam temporibus in eum, te ius recusabo argumentum repudiandae.</p>
</div>
<div class="blogBott">
<div class="bauthor">By<a href="#">John Doe</a></div>
<div class="blogComs"><a href="#">2 Comments</a></div>
</div>
</div>
</div>
</div>
</div>
-->
</div>
</section>
<section class="contact" id="contact">
<div class="container">
<div class="row">
<div class="col-lg-12 text-center">
<div class="contactInner">
<h3 class="magenta light">Have a question? or just say hello!</h3>
<div class="contactForm">
<form action="#" method="post" id="contactForm" data-netlify="true">
<div class="row">
<div class="col-sm-6">
<div class="single_form">
<label for="con_name">Name:</label>
<input type="text" name="con_name" id="con_name" class="required">
</div>
</div>
<div class="col-sm-6">
<div class="single_form">
<label for="con_phone">Phone:</label>
<input type="text" name="con_phone" id="con_phone" class="required">
</div>
</div>
<div class="col-sm-6">
<div class="single_form">
<label for="con_email">Email:</label>
<input type="email" name="con_email" id="con_email" class="required">
</div>
</div>
<div class="col-sm-6">
<div class="single_form">
<label for="con_company">Company:</label>
<input type="text" name="con_company" id="con_company" class="required">
</div>
</div>
<div class="col-sm-12">
<div class="single_form">
<label for="con_msg">Message:</label>
<textarea id="con_msg" name="con_msg" class="required"></textarea>
</div>
</div>
<div class="col-sm-12 text-center">
<input type="submit" value="SEND" class="bes_button">
</div>
</div>
</form>
</div>
</div>
</div>
</div>
</div>
</section>
<footer class="footer bggreay" id="footer">
<div class="container-fluid">
<div class="row">
<div class="col-sm-6">
<aside class="widget">
<div class="textWidget">
<div class="flogow">
<div class="flogo">
<a href="index.html"><img src="img/logos/TEDxBennettUniversity3.webp" alt=""
style="width:300%;"></a>
</div>
<div class="logo logoText hidden">
<h1><a href="index.html">TEDxBennett</a></h1>
</div>
</div>
<div class="socialIcon">
<a class="fb" href="#"><i class="fa fa-facebook"></i></a>
<a class="tw" href="#"><i class="fa fa-twitter"></i></a>
<a class="gp" href="#"><i class="fa fa-google-plus"></i></a>
</div>
</div>
</aside>
</div>
<div class="col-sm-6">
<aside class="widget">
<div class="newsletterwid">
<h3 class="widgetTitle">Mailing List <b>Signup</b></h3>
<div class="newsletter">
<form action="#" method="post" id="subscriptForm" data-netlify="true">
<input type="email" name="sub_email" id="sub_email"
placeholder="Enter your email address.">
<input type="submit" name="sub_submit" value="SUBSCRIBE">
</form>
</div>
<div class="fooInfo">
<p><i class="flaticon-pin"></i><b>Address: </b> Plot No 8-11, TechZone II, Greater
Noida, Uttar Pradesh 201310</p>
<p><i class="flaticon-technology"></i><b>088004 44422</b></p>
</div>
</div>
</aside>
</div>
</div>
</div>
</footer>
<section class="copyright">
<div class="container">
<div class="row">
<div class="col-lg-12 text-center">
<p class="copyPera">© 2018 Anudit Nagar</p>
</div>
</div>
</div>
</section>
<div class="subscriptionSuccess">
<div class="subsNotice">
<i class="fa fa-thumbs-o-up closers"></i>
<div class="clearfix"></div>
<p class="closers">Subscription Request Successfully placed!</p>
</div>
</div>
<div class="contactSuccess">
<div class="consNotice">
<i class="fa fa-thumbs-o-up closers"></i>
<div class="clearfix"></div>
<p class="closers">Your Message successfully sent!</p>
</div>
</div>
<a id="backToTop" href="#"><i class="fa fa-angle-double-up"></i></a>
<!-- ALL JS -->
<script type="text/javascript" src="js/jquery.js"></script>
<script type="text/javascript" src="js/bootstrap.js"></script>
<script type="text/javascript" src="js/owl.carousel.js"></script>
<script type="text/javascript" src="js/jquery.themepunch.revolution.min.js"></script>
<script type="text/javascript" src="js/jquery.themepunch.tools.min.js"></script>
<script type="text/javascript" src="js/theme.js"></script>
<script type="text/javascript" src="js/parallax.js"></script>
</body>
</html>