-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
143 lines (114 loc) · 7.44 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
<!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="adie coming soon template">
<meta name="author" content="lokalanthemes">
<link rel="shortcut icon" href="assets/ico/favicon.png">
<title>Adie - coming soon template</title>
<!-- Bootstrap core CSS -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" integrity="sha384-HSMxcRTRxnN+Bdg0JdbxYKrThecOKuH5zCYotlSAcp1+c8xmyTe9GYg1l9a69psu" crossorigin="anonymous">
<!-- Styles for this template -->
<link href="assets/css/style.css" rel="stylesheet">
<!-- Slide background vegas -->
<link href="assets/vegas/vegas.css" rel="stylesheet">
<!-- Custom style -->
<link href="assets/css/custom.css" rel="stylesheet">
<!-- Font Awesome -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css" integrity="sha512-SfTiTlX6kk+qitfevl/7LibUOeJWlt9rbyDn92a1DqWOw9vWG2MFoays0sgObmWazO5BQPiFucnnEAjpAB+/Sw==" crossorigin="anonymous" referrerpolicy="no-referrer" />
<!-- Google fonts -->
<link href='https://fonts.googleapis.com/css?family=Lato:400,100,100italic,300,300italic,400italic,700,700italic,900,900italic' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Roboto:400,700,300,900,500' rel='stylesheet' type='text/css'>
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="../../assets/js/html5shiv.js"></script>
<script src="../../assets/js/respond.min.js"></script>
<![endif]-->
</head>
<body>
<!-- Begin wrapper -->
<div class="wrapper">
<!-- Begin slide-background, video, static background -->
<div class="slide-background">
<div class="overlay">
<!-- Begin Container -->
<div class="showcase">
<div class="container">
<div class="row">
<div class="col-md-8 col-md-offset-2">
<a class="logo"><img src="assets/img/logo.png"></a>
<h1 class="large-title">COMING SOON</h1>
<p>Enjoy with Us Lorem ipsum dolor sit amet, consectetur adipiscing elit.<br/>Quisque non arcu enim. In sollicitudin, dolor ac iaculis congue, dui risus convallis risus. </p>
<!-- Countdown dashboard start -->
<div id="countdown_dashboard">
<div class="dash days_dash">
<div class="digit">0</div>
<div class="digit">0</div>
<span class="dash_title">days</span>
</div>
<div class="dash hours_dash">
<div class="digit">0</div>
<div class="digit">0</div>
<span class="dash_title">hours</span>
</div>
<div class="dash minutes_dash">
<div class="digit">0</div>
<div class="digit">0</div>
<span class="dash_title">minutes</span>
</div>
<div class="dash seconds_dash">
<div class="digit">0</div>
<div class="digit">0</div>
<span class="dash_title">seconds</span>
</div>
<div class="clearfix"></div>
</div>
<!-- Countdown dashboard end -->
<!-- Subscribe Section-->
<div class="subscribe">
<!-- Notes -->
<p>*Please fill in your e-mail address and we will let you know when we launch</p>
<!-- Form email-->
<form action="assets/sendmail.php" method="POST" id="subscribe_form" class="form-inline" role="form">
<div class="form-group">
<input type="text" name="email" class="form-control" id="exampleInputEmail2" placeholder="Enter your email here..">
</div>
<button type="submit" class="btn btn-primary"><span class="glyphicon glyphicon-send"></span></button>
</form>
<div class="success-message"></div>
<div class="error-message"></div>
</div>
<!-- End Subcribe form -->
<!-- Footer -->
<footer class="social-media">
<span>Follow me :</span>
<div class="social">
<a href=""><i class="fa fa-twitter"></i></a>
<a href=""><i class="fa fa-facebook"></i></a>
<a href=""><i class="fa fa-google-plus"></i></a>
<a href=""><i class="fa fa-linkedin"></i></a>
<a href=""><i class="fa fa-pinterest"></i></a>
<a href=""><i class="fa fa-dribbble"></i></a>
</div>
</footer>
</div>
</div>
</div>
</div>
<!-- End container -->
</div>
<!-- End slide-background, video, static background -->
</div>
<!-- End wrapper -->
</div>
<!-- JavaScript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script src="https://code.jquery.com/jquery-1.12.4.min.js" integrity="sha384-nvAa0+6Qg9clwYCGGPpDQLVpLNn0fRaROjHqs13t4Ggj3Ez50XnGQqc/r8MhnRDZ" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.min.js" integrity="sha384-aJ21OjlMXNL5UyIl/XNwTMqvzeRMZH2w8c5cRVpzpU8Y5bApTppSuUkhZXN0VxHd" crossorigin="anonymous"></script>
<script src="assets/vegas/vegas.js"></script>
<script src="assets/js/jquery.lwtCountdown-1.0.js"></script>
<script src="assets/js/main.min.js"></script> <!-- Main file function jquery -->
</body>
</html>