-
Notifications
You must be signed in to change notification settings - Fork 0
/
comingsoon.html
153 lines (128 loc) · 4.9 KB
/
comingsoon.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<!-- Title here -->
<title>Coming-Soon - Ericka</title>
<!-- Description, Keywords and Author -->
<meta name="description" content="Your description">
<meta name="keywords" content="Your,Keywords">
<meta name="author" content="ResponsiveWebInc">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- Styles -->
<!-- Bootstrap CSS -->
<link href="css/bootstrap.min.css" rel="stylesheet">
<!-- Flex Slider CSS -->
<link href="css/flexslider.css" rel="stylesheet">
<!-- Pretty Photo -->
<link href="css/prettyPhoto.css" rel="stylesheet">
<!-- Font awesome CSS -->
<link href="css/font-awesome.min.css" rel="stylesheet">
<!-- Custom CSS -->
<link href="css/style.css" rel="stylesheet">
<!-- Color Stylesheet - orange, blue, pink, brown, red or green-->
<link href="css/blue.css" rel="stylesheet">
<!-- Favicon -->
<link rel="shortcut icon" href="img/favicon/favicon.png">
</head>
<body>
<!-- Header starts -->
<header>
<div class="container">
<div class="row">
<div class="col-md-4 col-sm-4">
<!-- Logo and site link -->
<div class="logo">
<h1><a href="index.html">Ericka<span class="color">.</span></a></h1>
</div>
</div>
<div class="col-md-4 col-sm-4 col-sm-offset-4 col-md-offset-4">
<div class="list">
<!-- Add your phone number here -->
<div class="phone">
<i class="fa fa-phone"></i> Phone: 123-456-7890
</div>
<hr />
<!-- Add your email id here -->
<div class="email">
<i class="fa fa-envelope-o"></i> Email: [email protected]
</div>
<hr />
<!-- Add your address here -->
<div class="address">
<i class="fa fa-home"></i> Address: 12, Srtington Street, NY
</div>
</div>
</div>
</div>
</div>
</header>
<!-- Header ends -->
<!-- Content strats -->
<div class="content">
<div class="container">
<div class="row">
<div class="col-md-12">
<!-- Coming soon starts -->
<div class="csoon">
<br />
<div class="row">
<div class="col-md-12">
<div class="csoon-page">
<p class="soon-med">We are on the way...</p>
<p class="soon-big">Coming Soon<span class="color">!!!</span></p>
<p class="soon-small">Fusce imperdiet, risus eget viverra faucibus, diam mi vestibulum libero, ut vestibulum tellus magna nec enim. Nunc dapibus varius interdum.</p>
<!-- Subscribe form -->
<div class="soon-subscribe">
<form class="form-inline">
<div class="form-group">
<input type="text" class="form-control" placeholder="Enter your email">
</div>
<button type="submit" class="btn btn-default">Subscribe</button>
</form>
</div>
</div>
</div>
</div>
<br />
<br />
</div>
<!-- Coming Soon ends -->
</div>
</div>
</div>
</div>
<!-- Content ends -->
<!-- Footer -->
<footer>
<div class="container">
<div class="row">
<div class="col-md-12"><p class="copy">
<!-- Copyright information. You can remove my site link. -->
Copyright © <a href="#">Your Site</a> | Designed by <a href="http://responsivewebinc.com">Responsive Web Design</a></p>
</div>
</div>
</div>
</footer>
<!-- Scroll to top -->
<span class="totop"><a href="#"><i class="fa fa-angle-up"></i></a></span>
<!-- Javascript files -->
<!-- jQuery -->
<script src="js/jquery.js"></script>
<!-- Bootstrap JS -->
<script src="js/bootstrap.min.js"></script>
<!-- Isotope, Pretty Photo JS -->
<script src="js/jquery.isotope.js"></script>
<script src="js/jquery.prettyPhoto.js"></script>
<!-- Support Page Filter JS -->
<script src="js/filter.js"></script>
<!-- Flex slider JS -->
<script src="js/jquery.flexslider-min.js"></script>
<!-- Respond JS for IE8 -->
<script src="js/respond.min.js"></script>
<!-- HTML5 Support for IE -->
<script src="js/html5shiv.js"></script>
<!-- Custom JS -->
<script src="js/custom.js"></script>
</body>
</html>