forked from OMGSoundboard/OMGSoundboard.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
executable file
·581 lines (508 loc) · 26.4 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
<!DOCTYPE html>
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8"> <![endif]-->
<!--[if IE 8]> <html class="no-js lt-ie9"> <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js"> <!--<![endif]-->
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="description" content="">
<meta name="author" content="Marvin">
<title>OMGSoundboard | Badass Android Soundboard</title>
<!-- Mobile Specific Meta
================================================== -->
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!-- Favicon -->
<link rel="shortcut icon" type="image/x-icon" href="img/favicon.png" />
<!-- CSS
================================================== -->
<!-- material Icon font -->
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<!-- bootstrap.min css -->
<link rel="stylesheet" href="css/bootstrap.min.css">
<!-- Animate.css -->
<link rel="stylesheet" href="css/animate.css">
<!-- Owl Carousel -->
<link rel="stylesheet" href="css/owl.carousel.css">
<!-- Grid Component css -->
<link rel="stylesheet" href="css/component.css">
<!-- Slit Slider css -->
<link rel="stylesheet" href="css/slit-slider.css">
<!-- Main Stylesheet -->
<link rel="stylesheet" href="css/main.css">
<!-- Media Queries -->
<link rel="stylesheet" href="css/media-queries.css">
<!-- fonts -->
<link href='https://fonts.googleapis.com/css?family=Roboto' rel='stylesheet'>
<link rel="stylesheet" href="path/to/font-awesome/css/font-awesome.min.css">
<!-- Oswald / Title Font -->
<link href='https://fonts.googleapis.com/css?family=Oswald:400,300' rel='stylesheet' type='text/css'>
<!-- Ubuntu / Body Font -->
<link href='https://fonts.googleapis.com/css?family=Ubuntu:400,300' rel='stylesheet' type='text/css'>
<!-- Modernizer Script for old Browsers -->
<script src="js/modernizr-2.6.2.min.js"></script>
<!-- Pop Up -->
<script src="js/jquery-2.1.3.min.js"></script>
<link rel="stylesheet" type="text/css" href="css/jquery-eu-cookie-law-popup.css"/>
<script src="js/jquery-eu-cookie-law-popup.js"></script>
<script defer src="https://use.fontawesome.com/releases/v5.0.0/js/all.js"></script>
</head>
<body class="eupopup eupopup-bottomright" id="body">
<!--
Start Preloader
==================================== -->
<div id="loading-mask">
<div class="loading-img">
<img alt="OMG Preloader" src="img/preloader.gif" />
</div>
</div>
<!--
End Preloader
==================================== -->
<!--
Welcome Slider
==================================== -->
<section id="home">
<div id="slitSlider" class="sl-slider-wrapper">
<div class="sl-slider">
<!-- single slide item -->
<div class="sl-slide" data-orientation="horizontal" data-slice1-rotation="-25" data-slice2-rotation="-25" data-slice1-scale="2" data-slice2-scale="2">
<div class="sl-slide-inner">
<div class="bg-img bg-img-1"></div>
<div class="carousel-caption">
</div>
</div>
</div>
<!-- /single slide item -->
<!-- single slide item -->
<div class="sl-slide" data-orientation="vertical" data-slice1-rotation="10" data-slice2-rotation="-15" data-slice1-scale="1.5" data-slice2-scale="1.5">
<div class="sl-slide-inner">
<div class="bg-img bg-img-2"></div>
<div class="carousel-caption">
<div>
<h2 class="heading animated fadeInDown">OMGSoundboard</h2>
<h3 class="animated fadeInUp">is a Badass Android Soundboard based on Material Design and the finest tunes.</h3>
<a class="btn btn-green animated fadeInUp" href="#about">Get Started</a>
</div>
</div>
</div>
</div>
<!-- /single slide item -->
</div><!-- /sl-slider -->
<nav id="nav-arrows" class="nav-arrows">
<span class="nav-arrow-prev">Previous</span>
<span class="nav-arrow-next">Next</span>
</nav>
<nav id="nav-dots" class="nav-dots">
<span class="nav-dot-current"></span>
<span></span>
</nav>
</div><!-- /slider-wrapper -->
</section>
<!--/#home section-->
<!--
Fixed Navigation
==================================== -->
<div id="navigation-sticky-wrapper" class="sticky-wrapper" style="height: 23px;">
<header id="navigation" class="navbar navbar-inverse">
<div class="container">
<div class="navbar-header">
<!-- responsive nav button -->
<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>
<!-- /responsive nav button -->
<!-- logo -->
<a class="navbar-brand" href="#body">
<h1 id="logo">
<img src="img/logo-omg.png" alt="OMGSoundboard" />
</h1>
</a>
<!-- /logo -->
</div>
<!-- main nav -->
<nav class="collapse navbar-collapse navbar-right" role="Navigation">
<ul id="nav" class="nav navbar-nav">
<li class="current"><a href="#body"><i class="material-icons">home</i> Home</a></li>
<li><a href="#about"><i class="material-icons">perm_identity</i> About Us</a></li>
<li><a href="#contact-us"><i class="material-icons">email</i> Contact</a></li>
<li><a href="#legal"><i class="material-icons">account_balance</i> Legal</a></li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false"><i class="material-icons">group</i> Social <span class="caret"></span></a>
<ul class="dropdown-menu">
<li role="presentation"><a role="menuitem" tabindex="-1" href="https://github.com/OMGSoundboard"><i class="fab fa-github"></i> GitHub</a></li>
<li role="presentation"><a role="menuitem" tabindex="-1" href="https://gitter.im/OMGSoundboard/Lobby/"><i class="fab fa-gitter"></i> Gitter</a></li>
<li role="presentation"><a role="menuitem" tabindex="-1" href="https://omgsoundboard.freshdesk.com/"><i class="fas fa-ambulance"></i> Helpdesk</a></li>
</ul>
</li>
<li><a href="https://github.com/OMGSoundboard/android-app/releases"><i class="material-icons">file_download</i> APK Download</a></li>
<li><a href="https://play.google.com/store/apps/details?id=audio.omgsoundboard.android"><object type="image/svg+xml" data="playstore.svg"></object> Google Play</a></li>
</ul>
</nav>
<!-- /main nav -->
</div>
</header>
</div>
<!--
End Fixed Navigation
==================================== -->
<!--
Start About Section
==================================== -->
<section id="about" class="bg-one">
<div class="container">
<div class="row">
<!-- section title -->
<div class="title text-center wow fadeIn" data-wow-duration="1500ms" >
<h2>About <span class="color">Us</span></h2>
<div class="border"></div>
</div>
<!-- /section title -->
<!-- About item -->
<div class="col-md-4 text-center wow fadeInUp" data-wow-duration="500ms" >
<div class="wrap-about">
<div class="icon-box">
<i class="fas fa-heart fa-4x"></i>
</div>
<!-- Express About Yourself -->
<div class="about-content text-center">
<h3 class="ddd">Favorites</h3>
<p>You can mark your favorite tunes as favorites.</p>
</div>
</div>
</div>
<!-- End About item -->
<!-- About item -->
<div class="col-md-4 text-center wow fadeInUp" data-wow-duration="500ms" data-wow-delay="250ms">
<div class="wrap-about">
<div class="icon-box">
<i class="fas fa-euro-sign fa-4x"></i>
</div>
<!-- Express About Yourself -->
<div class="about-content text-center">
<h3>Free app without ads</h3>
<p>The app is available for free and does NOT have ads. Awesome! 😍</p>
</div>
</div>
</div>
<!-- End About item -->
<!-- About item -->
<div class="col-md-4 text-center wow fadeInUp" data-wow-duration="500ms" data-wow-delay="500ms">
<div class="wrap-about kill-margin-bottom">
<div class="icon-box">
<i class="fab fa-osi fa-4x"></i>
</div>
<!-- Express About Yourself -->
<div class="about-content text-center">
<h3>Open Source</h3>
<p>The app is Open Source and invites everyone to participate.</p>
</div>
</div>
</div>
<!-- End About item -->
<!-- About item -->
<div class="col-md-4 text-center wow fadeInUp" data-wow-duration="500ms" data-wow-delay="250ms">
<div class="wrap-about">
<div class="icon-box">
<i class="fas fa-medkit fa-4x"></i>
</div>
<!-- Express About Yourself -->
<div class="about-content text-center">
<h3>Support</h3>
<p>You are always welcome to open a ticket or drop a mail.</p>
</div>
</div>
</div>
<!-- End About item -->
<!-- About item -->
<div class="col-md-4 text-center wow fadeInUp" data-wow-duration="500ms" data-wow-delay="250ms">
<div class="wrap-about">
<div class="icon-box">
<i class="fas fa-star fa-4x"></i>
</div>
<!-- Express About Yourself -->
<div class="about-content text-center">
<h3>Fantastic</h3>
<p>Did we already mention that OMGSoundboard is a fantastic app?</p>
</div>
</div>
</div>
<!-- End About item -->
<!-- About item -->
<div class="col-md-4 text-center wow fadeInUp" data-wow-duration="500ms" data-wow-delay="250ms">
<div class="wrap-about">
<div class="icon-box">
<i class="fab fa-itunes-note fa-4x"></i>
</div>
<!-- Express About Yourself -->
<div class="about-content text-center">
<h3>Fantastic Tunes</h3>
<p>OMGSoundboards offers the most awesome tunes. In case you would like one or more fantastic tunes added you can open a Pull Request, open a ticket or drop a line.</p>
</div>
</div>
</div>
<!-- End About item -->
</div> <!-- End row -->
</div> <!-- End container -->
</section> <!-- End section -->
<!--
Start Main Features
==================================== -->
<section id="main-features">
<div class="container">
<div class="row">
<!-- features item -->
<div id="features">
<div class="item">
<div class="features-item">
<!-- features media -->
<div class="col-md-12 feature-media media-wrapper wow fadeInUp" data-wow-duration="500ms">
<iframe width="320" height="150" src="https://www.youtube.com/embed/10ika80oXMM"></iframe>
</div>
<!-- /features media -->
</div>
</div>
</div>
<!-- /features item -->
</div> <!-- End row -->
</div> <!-- End container -->
</section> <!-- End section -->
<!-- Start Contact Us
=========================================== -->
<section id="contact-us">
<div class="container">
<div class="row">
<!-- section title -->
<div class="title text-center wow fadeIn" data-wow-duration="500ms">
<h2>Get In <span class="color">Touch</span></h2>
<div class="border"></div>
</div>
<!-- /section title -->
<!-- Contact Form -->
<div class="contact-form col-md-4 col-md-offset-4 wow fadeInUp" data-wow-duration="500ms" data-wow-delay="300ms">
<form id="contact-form" method="post" action="sendmail.php" role="form">
<div class="form-group">
<input type="text" placeholder="Your Name" class="form-control" name="name" id="name">
</div>
<div class="form-group">
<input type="email" placeholder="Your Email" class="form-control" name="email" id="email">
</div>
<div class="form-group">
<input type="text" placeholder="Subject" class="form-control" name="subject" id="subject">
</div>
<div class="form-group">
<textarea rows="6" placeholder="Message" class="form-control" name="message" id="message"></textarea>
</div>
<div id="mail-success" class="success">
Thank you. The mailman is on his Way :)
</div>
<div id="mail-fail" class="error">
Sorry, don't know what happened. Try later :(
</div>
<div id="cf-submit">
<input type="submit" id="contact-submit" class="btn btn-transparent" value="Submit">
</div>
</form>
</div>
<!-- ./End Contact Form -->
</div> <!-- end row -->
</div> <!-- end container -->
</section> <!-- end section -->
<!-- end Contact Area
========================================== -->
<!-- Start Legal Section
==================================== -->
<section id="legal" class="bg-one">
<div class="container">
<div class="row">
<!-- section title -->
<div class="title text-center wow fadeIn" data-wow-duration="500ms">
<h2>Our <span class="color">Legal</span></h2>
<div class="border"></div>
</div>
<h2>OMGSoundboard Terms of Service</h2>
<h3>1. Terms</h3>
<p>By accessing the website at <a href="https://omgsoundboard.audio/">https://omgsoundboard.audio/</a>/<a href="https://omgsoundboard.github.io/">https://omgsoundboard.github.io/</a>, you are agreeing to be bound by these terms of service, all applicable laws and regulations, and agree that you are responsible for compliance with any applicable local laws. If you do not agree with any of these terms, you are prohibited from using or accessing this site. The materials contained in this website are protected by applicable copyright and trademark law.</p>
<h3>2. Use License</h3>
<ol type="a">
<li>a. Permission is granted to temporarily download one copy of the materials (information or software) on OMGSoundboard's website for personal, non-commercial transitory viewing only. This is the grant of a license, not a transfer of title, and under this license you may not:
<ol type="i">
<li> i. modify or copy the materials;</li>
<li> ii. use the materials for any commercial purpose, or for any public display (commercial or non-commercial);</li>
<li> iii. attempt to decompile or reverse engineer any software contained on OMGSoundboard's website;</li>
<li> iv. remove any copyright or other proprietary notations from the materials; or</li>
<li> v. transfer the materials to another person or "mirror" the materials on any other server.</li>
</ol>
</li>
<li>b. This license shall automatically terminate if you violate any of these restrictions and may be terminated by OMGSoundboard at any time. Upon terminating your viewing of these materials or upon the termination of this license, you must destroy any downloaded materials in your possession whether in electronic or printed format.</li>
</ol>
<h3>3. Disclaimer</h3>
<ol type="a">
<li>a. The materials on OMGSoundboard's website are provided on an 'as is' basis. OMGSoundboard makes no warranties, expressed or implied, and hereby disclaims and negates all other warranties including, without limitation, implied warranties or conditions of merchantability, fitness for a particular purpose, or non-infringement of intellectual property or other violation of rights.</li>
<li>b. Further, OMGSoundboard does not warrant or make any representations concerning the accuracy, likely results, or reliability of the use of the materials on its website or otherwise relating to such materials or on any sites linked to this site.</li>
</ol>
<h3>4. Limitations</h3>
<p>In no event shall OMGSoundboard or its suppliers be liable for any damages (including, without limitation, damages for loss of data or profit, or due to business interruption) arising out of the use or inability to use the materials on OMGSoundboard's website, even if OMGSoundboard or a OMGSoundboard authorized representative has been notified orally or in writing of the possibility of such damage. Because some jurisdictions do not allow limitations on implied warranties, or limitations of liability for consequential or incidental damages, these limitations may not apply to you.</p>
<h3>5. Accuracy of materials</h3>
<p>The materials appearing on OMGSoundboard website could include technical, typographical, or photographic errors. OMGSoundboard does not warrant that any of the materials on its website are accurate, complete or current. OMGSoundboard may make changes to the materials contained on its website at any time without notice. However OMGSoundboard does not make any commitment to update the materials.</p>
<h3>6. Links</h3>
<p>OMGSoundboard has not reviewed all of the sites linked to its website and is not responsible for the contents of any such linked site. The inclusion of any link does not imply endorsement by OMGSoundboard of the site. Use of any such linked website is at the user's own risk.</p>
<h3>7. Modifications</h3>
<p>OMGSoundboard may revise these terms of service for its website at any time without notice. By using this website you are agreeing to be bound by the then current version of these terms of service.</p>
<h3>8. Governing Law</h3>
<p>These terms and conditions are governed by and construed in accordance with the laws of New York and you irrevocably submit to the exclusive jurisdiction of the courts in that State or location.</p>
<h2>Privacy Policy</h2>
<p>Your privacy is important to us.</p>
<p>We do not ask for your personal information unless we truly need it.</p>
<p>It is OMGSoundboard's policy to respect your privacy regarding any information we may collect from you across our website, <a href="https://omgsoundboard.audio/">https://omgsoundboard.audio/</a>/<a href="https://omgsoundboard.github.io/">https://omgsoundboard.github.io/</a>. </p>
<h3>Personal Information</h3>
<p>We may ask you for personal information, such as your name, email, address, contact details and payment details. We collect only the personal information relevant to providing you with a service, and use your information only to ensure the fulfilment of this service. You are free to refuse our request for your personal information, with the understanding that we may be unable to provide you with some of your desired services without this information.</p>
<p>We will only retain personal information for as long as necessary to provide you with a service.</p>
<h3>Cookies</h3>
<p>We use "cookies" to collect information about you and your activity across our site. A cookie is a small piece of data that our website stores on your computer, and accesses each time you visit so we can understand how you use our site and serve you content based on preferences you have specified.</p>
<p>If you do not wish to accept cookies from us, you should instruct your browser to refuse cookies from our website, with the understanding that we may be unable to provide you with some of your desired service without them. This policy covers only the use of cookies between your computer and our website; it does not cover the use of cookies by any advertisers.</p>
<h3>Third-Party Services</h3>
<p>We may employ third-party companies and individuals on our websites - for example, analytics providers and content partners. These third parties have access to your personal information only to perform specific tasks on our behalf, and are obligated not to disclose or use it for any other purpose.</p>
<h3>Security</h3>
<p>We take security seriously, and do what we can within commercially acceptable means to protect your personal information from loss or theft, as well as unauthorized access, disclosure, copying, use or modification. That said, we advise that no method of electronic transmission or storage is 100% secure, and cannot guarantee the absolute security of your data.</p>
<h3>Links to Other Sites</h3>
<p>Our website may link to external sites that are not operated by us. Please be aware that we have no control over the content and practices of these sites, and cannot assume responsibility for their treatment of your personal information. This privacy policy only covers our website and privacy practices.</p>
<h3>Changes to our Privacy Policy</h3>
<p>At our discretion, we may change our privacy policy from time to time. Your continued use of this site after any changes to this policy will be regarded as acceptance of our practices around privacy and personal information.</p>
<h3>Business Transfers</h3>
<p>If we or our assets are acquired, or in the unlikely event that we go out of business or enter bankruptcy, we would include user information among our assets transferred to or acquired by a third party. You acknowledge that such transfers may occur, and that any parties who acquire us may continue to use your personal information according to this policy.</p>
</div> <!-- End row -->
</div> <!-- End container -->
</section> <!-- End section -->
<section id="screenshots">
<div class="container">
<div class="row wow fadeInDown" data-wow-duration="500ms">
<div class="col-lg-12">
<!-- section title -->
<div class="title text-center">
<h2>Our<span class="color"> Screenshots</span></h2>
<div class="border"></div>
</div>
<!-- /section title -->
<!-- portfolio items -->
<div class="portfolio-item-wrapper wow fadeInUp" data-wow-duration="500ms">
<ul id="og-grid" class="og-grid">
<!-- single portfolio item -->
<li class="mix app">
<a href="javascript:void(0)" data-largesrc="img/portfolio/1.jpg">
<img src="img/portfolio/1.jpg" alt="omg">
<div class="hover-mask">
</div>
</a>
</li>
<!-- /single portfolio item -->
<!-- single portfolio item -->
<li class="mix web">
<a href="javascript:void(0)" data-largesrc="img/portfolio/2.jpg">
<img src="img/portfolio/2.jpg" alt="omg">
<div class="hover-mask">
</div>
</a>
</li>
<!-- /single portfolio item -->
<!-- single portfolio item -->
<li class="mix photoshop">
<a href="javascript:void(0)" data-largesrc="img/portfolio/3.jpg">
<img src="img/portfolio/3.jpg" alt="omg">
<div class="hover-mask">
</div>
</a>
</li>
<!-- /single portfolio item -->
<!-- single portfolio item -->
<li class="mix illustrator">
<a href="javascript:void(0)" data-largesrc="img/portfolio/4.jpg">
<img src="img/portfolio/4.jpg" alt="omg">
<div class="hover-mask">
</div>
</a>
</li>
<!-- /single portfolio item -->
<!-- single portfolio item -->
<li class="mix app">
<a href="javascript:void(0)" data-largesrc="img/portfolio/5.jpg">
<img src="img/portfolio/5.jpg" alt="omg">
<div class="hover-mask">
</div>
</a>
</li>
<!-- /single portfolio item -->
<!-- single portfolio item -->
<li class="mix app">
<a href="javascript:void(0)" data-largesrc="img/portfolio/6.jpg">
<img src="img/portfolio/6.jpg" alt="omg">
<div class="hover-mask">
</div>
</a>
</li>
<!-- /single portfolio item -->
</ul> <!-- end og grid -->
</div> <!-- portfolio items wrapper -->
</section> <!-- End section -->
<footer id="footer" class="bg-one">
<div class="container">
<div class="row wow fadeInUp" data-wow-duration="500ms">
<div class="col-lg-12">
<!-- copyright -->
<div class="copyright text-center">
<a href="index.html">
<img src="img/logo-omg.png" alt="OMGSoundboard" />
</a>
<br />
<br />
<i class="fas fa-home"></i> made by <a href="https://www.joneshshrestha.com/">Jonesh Shrestha</a> <i class="fab fa-android"></i> developed by <a href="https://github.com/OMGSoundboard/android-app/commits/master">Marvin & contributors</a> <i class="far fa-copyright"></i> 2017.
<p>Some Rights Reserved.
</div>
<!-- /copyright -->
</div> <!-- end col lg 12 -->
</div> <!-- end row -->
</div> <!-- end container -->
</footer> <!-- end footer -->
<!-- end Footer Area
========================================== -->
<!--
Essential Scripts
=====================================-->
<!-- Main jQuery -->
<script src="js/jquery-1.11.0.min.js"></script>
<!-- Bootstrap 3.1 -->
<script src="js/bootstrap.min.js"></script>
<!-- Slitslider -->
<script src="js/jquery.slitslider.js"></script>
<script src="js/jquery.ba-cond.min.js"></script>
<!-- Owl Carousel -->
<script src="js/owl.carousel.min.js"></script>
<!-- Portfolio Filtering -->
<script src="js/jquery.mixitup.min.js"></script>
<!-- Custom Scrollbar -->
<script src="js/jquery.nicescroll.min.js"></script>
<!-- Jappear js -->
<script src="js/jquery.appear.js"></script>
<!-- jQuery Easing -->
<script src="js/jquery.easing-1.3.pack.js"></script>
<!-- tweetie.min -->
<script src="js/tweetie.min.js"></script>
<!-- Google Map API -->
<script type="text/javascript" src="https://maps.google.com/maps/api/js?sensor=false"></script>
<!-- Highlight menu item -->
<script src="js/jquery.nav.js"></script>
<!-- Sticky Nav -->
<script src="js/jquery.sticky.js"></script>
<!-- wow.min Script -->
<script src="js/wow.min.js"></script>
<!-- For video responsive -->
<script src="js/jquery.fitvids.js"></script>
<!-- Grid js -->
<script src="js/grid.js"></script>
<!-- font awesome pro -->
<!-- Custom js -->
<script src="js/custom.js"></script>
</body>
</html>