-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
61 lines (60 loc) · 2.04 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
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Coming soon page by MohabbatRJ</title>
<link href="css/style.css" rel="stylesheet">
<link href="css/icons.css" rel="stylesheet">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Macondo&display=swap" rel="stylesheet">
</head>
<body>
<div class="wrapper">
<div class="main-area">
<div class="logo">
<img src="images/logo.png" alt="coming soon theme">
</div>
<h1>Comming soon!</h1>
<h2>Be ready, there are just:</h2>
<ul class="countdown">
<li>
<span class="days">00</span>
<p class="days_ref">days</p>
</li>
<li>
<span class="hours">OO</span>
<p class="hours_ref">hours</p>
</li>
<li>
<span class="minutes">00</span>
<p class="minutes_ref">minutes</p>
</li>
<li>
<span class="seconds">00</span>
<p class="seconds_ref">seconds</p>
</li>
</ul>
<form>
<input type="text" placeholder="Enter your email">
<input type="submit" value="Keep me updated">
</form>
<ul class="social">
<li><a href=""><i class="icon-facebook"></i></a></li>
<li><a href=""><i class="icon-twitter-1"></i></a></li>
<li><a href=""><i class="icon-behance"></i></a></li>
<li><a href=""><i class="icon-dribbble-1"></i></a></li>
<li><a href=""><i class="icon-pinterest-circled"></i></a></li>
<li><a href=""><i class="icon-gplus-1"></i></a></li>
</ul>
<div class="copyright">
<p>Develop by <a href="https://github.com/MohabbatRJ" target="_blank">MohabbatRJ</a></p>
</div>
</div>
</div>
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
<script type="text/javascript" src="js/jquery.downCount.js"></script>
<script type="text/javascript" src="js/app.js"></script>
</body>
</html>