-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcoming-soon-11.html
More file actions
117 lines (90 loc) · 4.23 KB
/
coming-soon-11.html
File metadata and controls
117 lines (90 loc) · 4.23 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
<!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=Montserrat:300,300i,400,500,500i,600,700,800,900|Poppins:200,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900">
<!-- 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" />
<!-- Style -->
<link rel="stylesheet" type="text/css" href="demo-specialty-pages/aerial/css/aerial.css" />
<!-- Responsive -->
<link rel="stylesheet" type="text/css" href="css/responsive.css" />
<!-- Style customizer -->
<link rel="stylesheet" type="text/css" href="css/skins/skin-blue.css" data-style="styles"/>
</head>
<body>
<div class="wrapper">
<!--=================================
preloader -->
<div id="pre-loader">
<img src="images/pre-loader/loader-01.svg" alt="">
</div>
<!--=================================
preloader -->
<!--=================================
coming-soon -->
<section class="white-bg o-hidden coming-soon-aerial scrollbar height-100vh" style="background-image: url(demo-specialty-pages/aerial/images/01.jpg);">
<div class="container-fluid">
<div class="row row-eq-height">
<div class="col-md-4 col-sm-7">
<div class="coming-soon">
<div class="coming-soon-form text-left contact-form clearfix mt-30">
<h1 class="text-white">We Are Coming Very Soon! </h1>
<p class="mb-30 text-white">Subscribe to Our Newsletter. Provide your email address & we will notify you when site is ready:</p>
<div class="footer-Newsletter transparent mb-20">
<div id="mc_embed_signup_scroll">
<form action="php/mailchimp-action.php" method="POST" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" class="validate">
<div id="msg"> </div>
<div id="mc_embed_signup_scroll_2">
<input id="mce-EMAIL" class="form-control" type="text" placeholder="Enter your email address" name="email1" value="">
</div>
<div id="mce-responses" class="clear">
<div class="response" id="mce-error-response" style="display:none"></div>
<div class="response" id="mce-success-response" style="display:none"></div>
</div> <!-- real people should not fill this in and expect good things - do not remove this or risk form bot signups-->
<div style="position: absolute; left: -5000px;" aria-hidden="true">
<input type="text" name="b_b7ef45306f8b17781aa5ae58a_6b09f39a55" tabindex="-1" value="">
</div>
<div class="clear">
<button type="submit" name="submitbtn" id="mc-embedded-subscribe" class="button mt-20 form-button"> Get notified <i class="fa fa-bell-o"></i> </button>
</div>
</form>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!--=================================
coming-soon -->
</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>
</body>
</html>