-
Notifications
You must be signed in to change notification settings - Fork 0
/
index-minimal-dark.html
167 lines (119 loc) · 5.23 KB
/
index-minimal-dark.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
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
<!DOCTYPE html>
<!--
* IQON - Fresh Coming Soon Template
* Build Date: June 2016
* Last Update: June 2016
* Author: Madeon08
* Copyright (C) 2016 Madeon08
* This is a premium product available exclusively here : http://themeforest.net/user/Madeon08/portfolio
-->
<html lang="en-us" class="no-js">
<head>
<meta charset="utf-8">
<title>IQON - Fresh Coming Soon Template</title>
<meta name="description" content="The description should optimally be between 150-160 characters.">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="author" content="Madeon08">
<!-- ================= Favicon ================== -->
<!-- Standard -->
<link rel="shortcut icon" href="img/favicon.png">
<!-- Retina iPad Touch Icon-->
<link rel="apple-touch-icon" sizes="144x144" href="img/favicon-retina-ipad.png">
<!-- Retina iPhone Touch Icon-->
<link rel="apple-touch-icon" sizes="114x114" href="img/favicon-retina-iphone.png">
<!-- Standard iPad Touch Icon-->
<link rel="apple-touch-icon" sizes="72x72" href="img/favicon-standard-ipad.png">
<!-- Standard iPhone Touch Icon-->
<link rel="apple-touch-icon" sizes="57x57" href="img/favicon-standard-iphone.png">
<!-- ============== Resources style ============== -->
<link rel="stylesheet" href="css/style-minimal-dark.css" />
<!-- Modernizr runs quickly on page load to detect features -->
<script src="js/modernizr.custom.js"></script>
</head>
<body>
<!-- Page preloader -->
<div id="loading">
<div id="preloader">
<span></span>
<span></span>
</div>
</div>
<!-- START - Home part -->
<div class="outer-home">
<!-- START - Home section -->
<section id="home">
<!-- Background picture(s) -->
<div id="vegas-background"></div>
<!-- Overlay -->
<div class="global-overlay"></div>
<!-- START - Content -->
<div class="content">
<h1 class="text-intro opacity-0">
<span>ThemeHelite Agency</span><br>
We're Coming Soon...
</h1>
<p class="text-intro opacity-0">Subscribe now to get notified at our Grand Opening.<br>
Already <strong>7,249 subscribers</strong> are on the list.</p>
<!-- <p><strong>Trusted by over 25,000 subscribers.</strong><br>
Subscribe now to get 40 exclusive goodies from our creative team.<br>
You can be sure about something, we hate spam just as much as you do.</p> -->
<!-- START - Newsletter Form -->
<div id="subscribe" class="text-intro opacity-0">
<form action="php/notify-me.php" id="notifyMe" method="POST">
<div class="form-group">
<div class="controls">
<!-- Field -->
<input type="text" id="mail-sub" name="email" placeholder="Enter your email address" onfocus="this.placeholder = ''" onblur="this.placeholder = 'Enter your email address'" class="form-control email srequiredField" />
<!-- Spinner top left during the submission -->
<i class="fa fa-spinner opacity-0"></i>
<!-- Button -->
<button class="btn btn-lg submit">Subscribe</button>
<div class="clear"></div>
</div>
</div>
</form>
<!-- Answer for the newsletter form is displayed in the next div, do not remove it. -->
<div class="block-message">
<div class="message" style="display:none">
<p class="notify-valid"></p>
</div>
</div>
</div>
<!-- END - Newsletter Form -->
</div>
<!-- END - Content -->
<!-- START - Bottom home -->
<div class="bottom-home">
<!-- Social icons, replace # by your links -->
<div class="social-icons">
<a href="https://www.facebook.com/themehelite/" target="_blank"><i class="fa fa-facebook"></i></a>
<a href="https://twitter.com/themehelite" target="_blank"><i class="fa fa-twitter"></i></a>
<a href="#" target="_blank"><i class="fa fa-google-plus"></i></a>
<a href="#" target="_blank"><i class="fa fa-linkedin"></i></a>
<a href="#" target="_blank"><i class="fa fa-youtube"></i></a>
</div>
<p class="copyright">
© IQON - Made for creative people
</p>
</div>
<!-- END - Bottom home -->
</section>
<!-- END - Home section -->
</div>
<!-- END - Home part -->
<!-- ///////////////////\\\\\\\\\\\\\\\\\\\ -->
<!-- ********** Resources jQuery ********** -->
<!-- \\\\\\\\\\\\\\\\\\\/////////////////// -->
<!-- * Libraries jQuery, Easing and Bootstrap - Be careful to not remove them * -->
<script src="js/jquery.min.js"></script>
<script src="js/jquery.easings.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<!-- Newsletter plugin -->
<script src="js/notifyMe.js"></script>
<!-- Slideshow/Image plugin -->
<script src="js/vegas.js"></script>
<!-- Main JS File -->
<script src="js/main-minimal.js"></script>
<!--[if lte IE 9]><script src="//cdnjs.cloudflare.com/ajax/libs/placeholders/3.0.2/placeholders.min.js"></script><![endif]-->
</body>
</html>