-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcoming-soon-06.html
More file actions
141 lines (110 loc) · 4.5 KB
/
coming-soon-06.html
File metadata and controls
141 lines (110 loc) · 4.5 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="keywords" content="HTML5 Template" />
<meta name="description" content="Webster - Multi-Purpose HTML5 Template" />
<meta name="author" content="potenzaglobalsolutions.com" />
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1" />
<title>Webster — Responsive Multi-purpose HTML5 Template</title>
<!-- Favicon -->
<link rel="shortcut icon" href="images/favicon.ico" />
<!-- font -->
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Poppins:200,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900">
<link href="https://fonts.googleapis.com/css?family=Pacifico" rel="stylesheet">
<!-- Plugins -->
<link rel="stylesheet" type="text/css" href="css/plugins-css.css" />
<!-- Typography -->
<link rel="stylesheet" type="text/css" href="css/typography.css" />
<!-- Shortcodes -->
<link rel="stylesheet" type="text/css" href="css/shortcodes/shortcodes.css" />
<!-- Style -->
<link rel="stylesheet" type="text/css" href="css/style.css" />
<!-- cloud -->
<link rel="stylesheet" type="text/css" href="demo-specialty-pages/cloud/css/cloud.css" />
<!-- Responsive -->
<link rel="stylesheet" type="text/css" href="css/responsive.css" />
<!-- Style customizer -->
<link rel="stylesheet" type="text/css" href="css/skins/skin-salmon.css" data-style="styles"/>
</head>
<body>
<div class="wrapper">
<div class="coming-soon-effects scrollbar" style="background: url('demo-specialty-pages/cloud/images/01.jpg');">
<div class="clouds"> </div>
<!--=================================
preloader -->
<div id="pre-loader">
<img src="images/pre-loader/loader-01.svg" alt="">
</div>
<!--=================================
preloader -->
<!--=================================
logo -->
<div class="container">
<div class="logo text-center mb-30 mt-30 pos-r">
<a href="index-01.html"><img class="logo-small" id="logo_img" src="demo-specialty-pages/cloud/images/logo.png" alt="logo"> </a>
</div>
</div>
<!--=================================
logo -->
<!--=================================
coming-soon-->
<section class="page-section-ptb coming-soon">
<div class="container">
<div class="row">
<div class="col-md-offset-2 col-md-8">
<div class="section-title text-center">
<h1 class="text-white">We are <span class="theme-color"> coming very soon! </span></h1>
<p class="text-white">We are currently working on a website and won't take long. Don't forget to check out our Social updates.</p>
</div>
</div>
</div>
<div class="row">
<div class="col-lg-12 col-md-12 text-center">
<div class="countdown text-white large">
<span class="theme-color days">00</span>
<p class="days_ref">days</p>
</div>
<div class="countdown text-white large">
<span class="theme-color hours">00</span>
<p class="hours_ref">hours</p>
</div>
<div class="countdown text-white large">
<span class="theme-color minutes">00</span>
<p class="minutes_ref">minutes</p>
</div>
<div class="countdown text-white large">
<span class="theme-color seconds">00</span>
<p class="seconds_ref">seconds</p>
</div>
<div class="coming-soon-form text-center contact-form transparent-form clearfix mt-30">
<p class="mb-30 text-white">Provide your email address & we will notify you when site is ready:</p>
<input type="text" placeholder="Email address" class="form-control placeholder" name="email">
<a href="#" class=" button mt-20">
<span>Notify Me</span>
</a>
</div>
</div>
</div>
</div>
</section>
<!--=================================
coming-soon-->
</div>
</div>
<div id="back-to-top"><a class="top arrow" href="#top"><i class="fa fa-angle-up"></i> <span>TOP</span></a></div>
<!--=================================
jquery -->
<!-- jquery -->
<script type="text/javascript" src="js/jquery-1.12.4.min.js"></script>
<!-- plugins-jquery -->
<script type="text/javascript" src="js/plugins-jquery.js"></script>
<!-- plugin_path -->
<script type="text/javascript">var plugin_path = 'js/';</script>
<!-- custom -->
<script type="text/javascript" src="js/custom.js"></script>
<!-- cloud -->
<script type="text/javascript" src="demo-specialty-pages/cloud/js/cloud.js"></script>
</body>
</html>