-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcoming-soon.html
executable file
·100 lines (100 loc) · 4.11 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
95
96
97
98
99
100
<!DOCTYPE html>
<html lang="en">
<head>
<title>Angles - Multipurpose One & Multi Page HTML5 template - ThemeForest</title>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<meta name="author" content="">
<link rel="shortcut icon" href="images/favicon.ico">
<link href="https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700" rel="stylesheet">
<!-- Google Fonts -->
<link rel="stylesheet" type="text/css" href="css/bootstrap.css">
<!-- Bootstrap CSS -->
<link rel="stylesheet" type="text/css" href="css/font-awesome.css">
<!-- Font Awesome CSS -->
<link rel="stylesheet" type="text/css" href="css/animate.css">
<!-- animate CSS -->
<link rel="stylesheet" href="css/style.css">
<!-- Style CSS -->
<link rel="stylesheet" href="css/responsive.css">
<!-- Responsive CSS -->
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div id="wrapper">
<!--PRELOADER START-->
<div class="preloader">
<div class="preloader-bounce">
<div class="pl-child pl-double-bounce1"></div>
<div class="pl-child pl-double-bounce2"></div>
</div>
<h3>Angles</h3>
</div><!--/.preloader-->
<!--PRELOADER END-->
<!--COMING SOON START-->
<div class="coming-soon">
<div class="row">
<div class="column col-xl-6">
<div class="coming-soon-img bg-cover" style="background-image:url(http://via.placeholder.com/960x1080)"></div>
</div><!--/.col-->
<div class="column col-xl-6">
<div class="coming-soon-wrapper">
<div class="coming-soon-box">
<figure class="company-logo"><img width="137" src="images/logo-dark.png" alt=""></figure>
<h1>We’re Launching Soon</h1>
<p>Our new website is under construction, We'll be available soon with our new site.</p>
<ul class="countdown clearfix">
<li>
<span class="days">00</span>
<p class="days_ref">Days</p>
</li>
<li>
<span class="hours">00</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><!--/.countdown-->
<div class="get-updates">
<span>Subscribe to get notified!</span>
<form action="#">
<div class="email-subscribe clearfix">
<input class="form-control" required placeholder="email address" type="email">
<button type="submit" class="btn" id="btn-subscribe">Subscribe</button>
</div><!--/.email-subscribe-->
</form>
</div><!--/.get-updates-->
</div><!--/.coming-soon-box-->
</div><!--/.coming-soon-wrapper-->
</div><!--/.col-->
</div><!--/.row-->
</div><!--/.coming-soon-->
<!--COMING SOON END-->
<a href="https://themeforest.net/item/angles-multipurpose-one-multi-page-html5-template/20887454?ref=LitmusThemes" target="_blank" class="purchase-btn"><i class="fa fa-shopping-cart" style="margin-right:8px; font-size:1.2em;"></i> Purchase Now</a>
</div><!--/#wrapper-->
<script src="js/jquery.js"></script>
<!-- Latest jQuery Library File -->
<script src="js/bootstrap.min.js"></script>
<!-- Latest Bootstrap -->
<script src="js/jquery.downCount.js"></script>
<!-- Countdown JS -->
<script src="js/modernizr.min.js"></script>
<!-- modernizer JS -->
<script src="js/form.js"></script>
<script src="js/general-scripts.js"></script>
<!-- Main Script -->
</body>
</html>