-
Notifications
You must be signed in to change notification settings - Fork 0
/
home.html
484 lines (446 loc) · 25.2 KB
/
home.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Adventure club is established in University of Kelaniya. It mainly focus on the improve the soft skills within the undergraduates.">
<meta name="author" content="Adventure Club">
<title>Home | Adventure Club</title>
<!-- ////// CSS Linked ////// -->
<link href="css/bootstrap.min.css" rel="stylesheet">
<link href="css/font-awesome.min.css" rel="stylesheet">
<link href="css/animate.min.css" rel="stylesheet">
<link href="css/lightbox.css" rel="stylesheet">
<link href="css/main.css" rel="stylesheet">
<link href="css/responsive.css" rel="stylesheet">
<!--[if lt IE 9]>
<script src="js/html5shiv.js"></script>
<script src="js/respond.min.js"></script>
<![endif]-->
<link rel="shortcut icon" href="images/favicon.png">
<!-- Srcipt from emailjs.com -->
<script type="text/javascript" src="https://cdn.jsdelivr.net/npm/emailjs-com@2/dist/email.min.js"></script>
<script type="text/javascript">
(function() {
emailjs.init("user_VweBcKZOGe6KxAd3BJHTx");
})();
</script>
<!-- Srcipt from loading GIF -->
<script type="text/javascript" src="https://code.jquery.com/jquery-3.5.1.min.js"></script>
<!-- <script>-->
<!-- $(window).on('load', function () {-->
<!-- $(".loader").fadeOut("slow");-->
<!-- }); -->
<!-- </script>-->
<script>
$('body').append('<div id="loader"></div>');
$(window).on('load', function(){
setTimeout(removeLoader, 2000); //wait for page load PLUS two seconds.
});
function removeLoader(){
$( "#loader" ).fadeOut(500, function() {
// fadeOut complete. Remove the loading div
$( "#loader" ).remove(); //makes page more lightweight
$('.main-slider').addClass('animate-in');
});
}
var loader;
function loadNow(opacity) {
if (opacity <= 0) {
displayContent();
} else {
loader.style.opacity = opacity;
window.setTimeout(function() {
loadNow(opacity - 1);
}, 2000);
}
}
function displayContent() {
loader.style.display = 'none';
document.getElementById('content').style.display = 'block';
$('.main-slider').addClass('animate-in');
}
document.addEventListener("DOMContentLoaded", function() {
loader = document.getElementById('loader');
loadNow(1)
});
</script>
<!--Google AdSense Link-->
<!-- <script data-ad-client="ca-pub-3082491087824956" async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script> -->
<script src="js/sendmail.js"></script>
</head>
<body>
<div id="loader"></div>
<header id="header">
<div class="container">
<div class="row">
<div class="col-sm-12 overflow">
<div class="social-icons pull-right">
<ul class="nav nav-pills">
<li><a href="https://www.facebook.com/Adventure-Club-University-of-Kelaniya-103841601928830/" target="_blank"><i class="fa fa-facebook"></i></a></li>
<!-- <li><a href="https://www.twitter.com/adventure_uok" target="_blank"><i class="fa fa-twitter"></i></a></li> -->
<li><a href="https://www.instagram.com/adventure_club_uok?igsh=cWlkb2xmNGVoN3Rh" target="_blank"><i class="fa fa-instagram"></i></a></li>
<li><a href="https://www.linkedin.com/company/adventure-club-uok" target="_blank"><i class="fa fa-linkedin"></i></a></li>
</ul>
</div>
</div>
</div>
</div>
<div class="navbar navbar-inverse" role="banner">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="home.html">
<h1><img src="images/AC_Maroon.png" alt="logo" height="150px"></h1>
</a>
</div>
<div class="collapse navbar-collapse">
<ul class="nav navbar-nav navbar-right">
<li class="active"><a href="home.html"><b>Home</b></a></li>
<li><a href="aboutus.html"><b>About us</b></a></li>
<li><a href="history.html"><b>History</b></a></li>
<li><a href="contact.html"><b>Join us</b></a></li>
<li><a href="./diary/diary.html"><b>Adventurer  Diaries</b></a></li>
</ul>
</div>
<!-- Original Nav Bar -->
<!-- <div class="collapse navbar-collapse">
<ul class="nav navbar-nav navbar-right">
<li class="active"><a href="home.html">Home</a></li>
<li class="dropdown"><a href="#">Pages <i class="fa fa-angle-down"></i></a>
<ul role="menu" class="sub-menu">
<li><a href="aboutus.html">About</a></li>
<li><a href="aboutus2.html">About 2</a></li>
<li><a href="service.html">Services</a></li>
<li><a href="pricing.html">Pricing</a></li>
<li><a href="contact.html">Contact us</a></li>
<li><a href="contact2.html">Contact us 2</a></li>
<li><a href="404.html">404 error</a></li>
<li><a href="coming-soon.html">Coming Soon</a></li>
</ul>
</li>
<li class="dropdown"><a href="blog.html">Blog <i class="fa fa-angle-down"></i></a>
<ul role="menu" class="sub-menu">
<li><a href="blog.html">Blog Default</a></li>
<li><a href="blogtwo.html">Timeline Blog</a></li>
<li><a href="blogone.html">2 Columns + Right Sidebar</a></li>
<li><a href="blogthree.html">1 Column + Left Sidebar</a></li>
<li><a href="blogfour.html">Blog Masonary</a></li>
<li><a href="blogdetails.html">Blog Details</a></li>
</ul>
</li>
<li class="dropdown"><a href="portfolio.html">Portfolio <i class="fa fa-angle-down"></i></a>
<ul role="menu" class="sub-menu">
<li><a href="portfolio.html">Portfolio Default</a></li>
<li><a href="portfoliofour.html">Isotope 3 Columns + Right Sidebar</a></li>
<li><a href="portfolioone.html">3 Columns + Right Sidebar</a></li>
<li><a href="portfoliotwo.html">3 Columns + Left Sidebar</a></li>
<li><a href="portfoliothree.html">2 Columns</a></li>
<li><a href="portfolio-details.html">Portfolio Details</a></li>
</ul>
</li>
<li><a href="shortcodes.html ">Shortcodes</a></li>
</ul>
</div> -->
<!-- <div class="search">
<form role="form">
<i class="fa fa-search"></i>
<div class="field-toggle">
<input type="text" class="search-form" autocomplete="off" placeholder="Search">
</div>
</form>
</div> -->
</div>
</div>
</header>
<!--/#header-->
<section id="home-slider">
<div class="container">
<div class="row">
<div class="main-slider">
<div class="slide-text">
<h1>Adventure Club - University of Kelaniya</h1>
<p><span style="color: #686868;"><b>What is an adventure?</b><br></span> An adventure as we see it, a daring and exciting experience, filled with mental or physical challenges which will take you outside your comfort zone.</p>
<a style="font-size: 17px;" href="contact.html" class="btn btn-common"><i class="fa fa-hand-o-right" aria-hidden="true"></i>  <b>Join us</b></a>
</div>
<img src="images/home/slider/hill.png" class="slider-hill" alt="slider image">
<img src="images/home/slider/camp.png" class="slider-house" alt="slider image" height="200px">
<img src="images/home/slider/sun.png" class="slider-sun" alt="slider image">
<img src="images/home/slider/birds1.png" class="slider-birds1" alt="slider image">
<img src="images/home/slider/birds2.png" class="slider-birds2" alt="slider image">
<img src="images/png/person1.png" class="slider-cycle" alt="slider image" height="120px">
<img src="images/png/person2.png" class="slider-cycle1" alt="slider image" height="120px">
<img src="images/png/person3.png" class="slider-cycle2" alt="slider image" height="120px">
<img src="images/png/person4.png" class="slider-cycle3" alt="slider image" height="120px">
</div>
</div>
</div>
<!-- <div class="preloader"><i class="fa fa-sun-o fa-spin"></i></div> -->
<!-- <div id="loader"></div> -->
</section>
<!--/#home-slider-->
<section>
<div>
<p> </p>
</div>
<div>
<p> </p>
</div>
<div class="container">
<div class="row about-col-history">
<div class=" text-center col-md-12">
<!-- <img src="images/aboutus/5.png" class="margin-bottom" alt=""> -->
<h1 class="h1-margin">We are the Adventure Club.</h1>
<span><p>We are a group of like-minded undergraduates who are passionate about adventure. <br>
Our goal is to develop the professional and social skills of our Adventurers, instill good values while working towards wildlife and environmental conservation by organizing adventure-based activities! <br>
By joining this Club, an Adventurer will have the opportunity to gain valuable experience and knowledge from the Adventure Club while providing their best efforts to prolong the Club's success. AC UOK is a platform for energetic undergraduates to develop their skills while pursuing their passion for adventure. <br>
The Adventure Club maintains a familial bond between its members where everyone is considered equal despite our distinct backgrounds.
</p></span>
</div>
<!-- <div class="text-line text-center">-->
<div class="col-md-12 text-center">
<br>
<i class="fa fa-star" aria-hidden="true"></i>
<i class="fa fa-star" aria-hidden="true"></i>
<i class="fa fa-star" aria-hidden="true"></i>
<i class="fa fa-star" aria-hidden="true"></i>
<i class="fa fa-star" aria-hidden="true"></i>
</div>
<div class="col-md-12 text-center">
<!-- <img src="images/aboutus/5.png" class="margin-bottom" alt=""> -->
<h1>Vision</h1>
<span style="font-size: 16px; color: #686868;"><p>Encourage passion in adventures for young people everywhere</p>
</span>
</div>
<div class="col-md-12 text-center">
<!-- <img src="images/aboutus/5.png" class="margin-bottom" alt=""> -->
<h1>Mission</h1>
<span style="font-size: 16px; color: #686868;"><p>Providing unlimited opportunities to generate adventurous ideas empowering adventures in becoming global change-makers.</p>
</span>
</div>
</div>
</div>
</section>
<section id="services">
<div class="container">
<div class="row">
<div class="col-sm-6 text-center padding wow fadeIn" data-wow-duration="1000ms" data-wow-delay="300ms">
<div class="single-service">
<div class="wow scaleIn" data-wow-duration="500ms" data-wow-delay="300ms">
<img style="height: 30%; width: 30%;" src="images/png/Campfire-bro.png" alt="">
</div>
<h2>Collaboration</h2>
<span style="font-size: 16px; color: #686868;"><p>"Alone we can do so little; together we can do so much." - <b>Helen Keller</b></p></span>
<p>Adventure club is made through the collaboration amongst stakeholders(including undergraduates) to archive a worthy cause. So we are always open to collaborating.</p>
</div>
</div>
<div class="col-sm-6 text-center padding wow fadeIn" data-wow-duration="1000ms" data-wow-delay="600ms">
<div class="single-service">
<div class="wow scaleIn" data-wow-duration="500ms" data-wow-delay="600ms">
<img style="height: 30%; width: 30%;" src="images/png/Treasure-bro.png" alt="">
</div>
<h2>Mutual Benefits</h2>
<p>Adventure Club - UoK is mainly driven by mutual benefits among stakeholders; whether it's an undergraduate or a patron</p>
</div>
</div>
</div>
</div>
</section>
<!--/#services-->
<!-- <section id="features">
<div class="container">
<div class="row">
<div class="single-features">
<div class="col-sm-5 wow fadeInLeft" data-wow-duration="500ms" data-wow-delay="300ms">
<img src="images/png/guide.png" class="img-responsive features-img-1" alt="" >
</div>
<div class="col-sm-6 wow fadeInRight" data-wow-duration="500ms" data-wow-delay="300ms">
<h2>Adventure tourism</h2>
<P>Adventure tourism is defined as the movement of the people from one to another place outside their comfort zone for exploration or travel to remote areas, exotic and possibly hostile areas.</P>
</div>
</div>
<div class="single-features about-col">
<div class="col-sm-6 col-sm-offset-1 align-right wow fadeInLeft" data-wow-duration="500ms" data-wow-delay="300ms">
<h2>Active Adventures</h2>
<P>Active Adventures’ true essence is best captured in our purpose, which is to inspire our guests and lead them to enjoy life-changing experiences. That means something different to everyone we meet, which in turn inspires us to personalize our adventures and make them individually special.</P>
</div>
<div class="col-sm-5 wow fadeInRight" data-wow-duration="500ms" data-wow-delay="300ms">
<img src="images/png/explore.png" class="img-responsive features-img" alt="" width="300px">
</div>
</div>
<div class="single-features">
<div class="col-sm-5 wow fadeInLeft" data-wow-duration="500ms" data-wow-delay="300ms">
<img src="images/png/camp.png" class="img-responsive features-img" alt="" width="300px">
</div>
<div class="col-sm-6 wow fadeInRight" data-wow-duration="500ms" data-wow-delay="300ms">
<h2>Traveller Expectations</h2>
<P>When you take an adventure trip with us, rest assured that everything we do is geared towards exceeding your expectations. In fact, our desire to excel goes beyond the point where your boots hit the trail – it begins the moment you get in touch with us, and it never ends.</P>
</div>
</div>
</div>
</div>
</section> -->
<!--/#features-->
<!-- <section id="clients">
<div class="container">
<div class="row">
<div class="col-sm-12 about-col sponser-padding">
<div class="clients text-center wow fadeInUp" data-wow-duration="500ms" data-wow-delay="300ms">
<p><img src="images/png/compass.png" class="img-responsive inline" alt="" width="150px"></p>
<h1 class="title"><b>Patrons</b></h1>
<p>These are our valued Patrons</p>
</div>
<div class="clients-logo wow fadeIn sponcer about-col" data-wow-duration="1000ms" data-wow-delay="600ms">
<div class="container patrons-con">
<div class="col-sm-3 col-xs-3">
<a href="https://agro.elzian.com/" target="_blank"><img src="images/home/elzian-agro.png" class="img-responsive patrons" alt="Elzian Agro"></a>
</div>
<div class="col-sm-3 col-xs-3">
<a href="https://www.redbull.com/int-en/" target="_blank"><img src="images/home/redbull.png" class="img-responsive patrons" alt="RedBull"></a>
</div>
<div class="col-sm-3 col-xs-3">
<a href="" target="_blank"><img src="images/home/levitate-herbals.png" class="img-responsive patrons" alt="Levitate Herbals"></a>
</div>
<div class="col-sm-3 col-xs-3">
<a href="https://www.townchic.co/" target="_blank"><img src="images/home/townchic.png" class="img-responsive patrons" alt="TOWNCHIC"></a>
<div class="person-info">
<p>Patrons 4</p>
</div> -->
<!-- </div>
</div>
</div>
</div>
</div>
</div>
</section> -->
<!--/#clients-->
<footer id="footer">
<div class="container">
<div class="row">
<div class="col-sm-12 text-center bottom-separator">
<img src="images/png/adventures.png" class="img-responsive inline" width="1000px">
<img src="images/home/under.png" class="img-responsive inline" alt="">
</div>
<div class="col-md-5 col-sm-6">
<div class="testimonial bottom">
<!-- <h2>Testimonial</h2> -->
<div class="media">
<div class="pull-left">
<a href=""><img src="images/home/Bear-Grylls.jpg" alt=""></a>
</div>
<div class="media-body">
<blockquote>The purpose of life is to live it, to taste experience to the utmost, to reach out eagerly and without fear for newer and richer experience.</blockquote>
<h3><a>- Bear Grylls</a></h3>
</div>
</div>
<div class="media">
<div class="pull-left">
<a href=""><img src="images/home/obama.png" alt=""></a>
</div>
<div class="media-body">
<blockquote>Life is either a daring adventure or nothing.</blockquote>
<h3><a>- Barack Obama</a></h3>
</div>
</div>
</div>
</div>
<div class="col-md-3 col-sm-6">
<div class="contact-info bottom">
<h2>Contacts</h2>
<address>
E-mail : <br><a href="mailto:[email protected]">[email protected]</a><br>
Phone : +94 77 338 7341 <br>    +94 77 838 8206 <br>
</address>
<h2>Address</h2>
<address>
Adventure Club, <br>
University of Kelaniya, <br>
Kelaniya [11600], <br>
Sri Lanka. <br>
</address>
</div>
</div>
<div class="col-md-4 col-sm-12">
<div class="contact-form bottom">
<h2>Send a message</h2>
<div class="form-group">
<input id="userName" type="text" name="name" class="form-control" required="required" placeholder="Your Name">
</div>
<div class="form-group">
<input id="userMail" type="email" name="email" class="form-control" required="required" placeholder="Email Address">
</div>
<div class="form-group">
<span class="label-form" for="name">Message</span>
<textarea name="message" id="message" required="required" class="form-control" rows="8" placeholder="Your text here"></textarea>
</div>
<div class="loading">Message is Sending.............</div>
<div class="error-message">Message is not sent. please check your connection.</div>
<div class="sent-message">Your message has been sent. Thank you!</div>
<button class="btn btn-submit" onclick="send_mail();"><b>Send</b></button>
</div>
</div>
<div class="col-sm-12">
<div class="copyright-text text-center">
<p>© 2021; All Rights Reserved.</p>
<p>Designed by <a target="_blank" href="http://ac-uok.live/">Adventure Club</a></p>
</div>
</div>
</div>
</div>
</footer>
<!--/#footer-->
<script type="text/javascript" src="js/jquery.js"></script>
<script type="text/javascript" src="js/bootstrap.min.js"></script>
<script type="text/javascript" src="js/lightbox.min.js"></script>
<script type="text/javascript" src="js/wow.min.js"></script>
<script type="text/javascript" src="js/main.js"></script>
<!-- GetButton.io widget -->
<script type="text/javascript">
(function () {
var options = {
facebook: "100012595568504", // Facebook page ID
whatsapp: "+94778388206", // WhatsApp number
call_to_action: "Contact us", // Call to action
button_color: "#129BF4", // Color of button
position: "right", // Position may be 'right' or 'left'
order: "facebook,whatsapp", // Order of buttons
pre_filled_message: "WhatsApp me", // WhatsApp pre-filled message
};
var proto = document.location.protocol, host = "getbutton.io", url = proto + "//static." + host;
var s = document.createElement('script'); s.type = 'text/javascript'; s.async = true; s.src = url + '/widget-send-button/js/init.js';
s.onload = function () { WhWidgetSendButton.init(host, proto, options); };
var x = document.getElementsByTagName('script')[0]; x.parentNode.insertBefore(s, x);
})();
setTimeout(()=>{
var x = document.getElementsByClassName("dfBDQI");
x[0].remove();
},1500);
setTimeout(()=>{
var x = document.getElementsByClassName("dfBDQI");
x[0].remove();
},2000);
setTimeout(()=>{
var x = document.getElementsByClassName("dfBDQI");
x[0].remove();
},5000);
setTimeout(()=>{
var x = document.getElementsByClassName("dfBDQI");
x[0].remove();
},10000);
setTimeout(()=>{
var x = document.getElementsByClassName("dfBDQI");
x[0].remove();
},20000);
</script>
<!-- /GetButton.io widget -->
</body>
</html>