This repository has been archived by the owner on Mar 21, 2024. It is now read-only.
forked from EconomicsDiscord/deprecated
-
Notifications
You must be signed in to change notification settings - Fork 1
/
coming-soon.html
94 lines (79 loc) · 3.52 KB
/
coming-soon.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
<!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="Aviato E-Commerce Template">
<meta name="author" content="Themefisher.com">
<title>Airspace | Creative Agency Bootstrap template</title>
<!-- Mobile Specific Meta-->
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- Favicon -->
<link rel="shortcut icon" type="image/x-icon" href="img/favicon.png" />
<!-- bootstrap.min css -->
<link rel="stylesheet" href="plugins/bootstrap/bootstrap.min.css">
<!-- Ionic Icon Css -->
<link rel="stylesheet" href="plugins/Ionicons/css/ionicons.min.css">
<!-- animate.css -->
<link rel="stylesheet" href="plugins/animate-css/animate.css">
<!-- Magnify Popup -->
<link rel="stylesheet" href="plugins/magnific-popup/magnific-popup.css">
<!-- Owl Carousel CSS -->
<link rel="stylesheet" href="plugins/slick/slick.css">
<!-- Main Stylesheet -->
<link rel="stylesheet" href="css/style.css">
</head>
<body id="body">
<section class="coming-soon text-center overly">
<div class="container">
<div class="row">
<div class="col-md-8 col-md-offset-2">
<div class="block">
<h1>We Are<br>Creative Digital Agency</h1>
<p>We will be here soon. Please Stay in Touch</p>
<div class="count-down"></div>
<div class="social-media-icons mt-20">
<ul>
<li><a href="https://www.google.com"><i class="ion-social-facebook"></i></a></li>
<li><a href=""><i class="ion-social-twitter"></i></a></li>
<li><a href=""><i class="ion-social-linkedin"></i></a></li>
<li><a href=""><i class="ion-social-octocat"></i></a></li>
<li><a href=""><i class="ion-social-pinterest"></i></a></li>
<li><a href=""><i class="ion-social-instagram"></i></a></li>
</ul>
</div>
<p class="copyright-text">© 2018 <a href="https://themefisher.com/" target="_blank">themefisher.com</a> All Rights
Reserved
<br>
Get More <a href="https://themefisher.com/free-bootstrap-templates/">Free Bootstrap Templates</a>
</p>
</div>
</div>
</div>
</div>
</section>
<!--
Essential Scripts
=====================================-->
<!-- Main jQuery -->
<script src="plugins/jQuery/jquery.min.js"></script>
<!-- Bootstrap 3.1 -->
<script src="plugins/bootstrap/bootstrap.min.js"></script>
<!-- slick Carousel -->
<script src="plugins/slick/slick.min.js"></script>
<script src="plugins/magnific-popup/jquery.magnific-popup.min.js"></script>
<!-- filter -->
<script src="plugins/shuffle/shuffle.min.js"></script>
<script src="plugins/SyoTimer/jquery.syotimer.min.js"></script>
<!-- Form Validator -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery.form/3.32/jquery.form.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery-validate/1.11.1/jquery.validate.min.js"></script>
<!-- Google Map -->
<script src="https://maps.googleapis.com/maps/api/js?key=AIzaSyCcABaamniA6OL5YvYSpB3pFMNrXwXnLwU&libraries=places"></script>
<script src="plugins/google-map/map.js"></script>
<script src="js/script.js"></script>
</body>
</html>