-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcomingsoon.html
executable file
·175 lines (166 loc) · 5.76 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
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
<!DOCTYPE html>
<!--[if IE 7]>
<html class="ie ie7 no-js" lang="en-US">
<![endif]-->
<!--[if IE 8]>
<html class="ie ie8 no-js" lang="en-US">
<![endif]-->
<!--[if !(IE 7) | !(IE 8) ]><!-->
<html lang="en" class="no-js">
<!-- comingsoon14:54-->
<head>
<!-- Basic need -->
<title>Open Pediatrics</title>
<meta charset="UTF-8">
<meta name="description" content="">
<meta name="keywords" content="">
<meta name="author" content="">
<link rel="profile" href="#">
<!--Google Font-->
<link rel="stylesheet" href='http://fonts.googleapis.com/css?family=Dosis:400,700,500|Nunito:300,400,600' />
<!-- Mobile specific meta -->
<meta name=viewport content="width=device-width, initial-scale=1">
<meta name="format-detection" content="telephone-no">
<!-- CSS files -->
<link rel="stylesheet" href="css/plugins.css">
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<!--preloading-->
<div id="preloader">
<img class="logo" src="images/logo1.png" alt="" width="119" height="58">
<div id="status">
<span></span>
<span></span>
</div>
</div>
<!--end of preloading-->
<!--login form popup-->
<div class="login-wrapper" id="login-content">
<div class="login-content">
<a href="#" class="close">x</a>
<h3>Login</h3>
<form method="post" action="#">
<div class="row">
<label for="username">
Username:
<input type="text" name="username" id="username" placeholder="Hugh Jackman" pattern="^[a-zA-Z][a-zA-Z0-9-_\.]{8,20}$" required="required" />
</label>
</div>
<div class="row">
<label for="password">
Password:
<input type="password" name="password" id="password" placeholder="******" pattern="(?=^.{8,}$)((?=.*\d)|(?=.*\W+))(?![.\n])(?=.*[A-Z])(?=.*[a-z]).*$" required="required" />
</label>
</div>
<div class="row">
<div class="remember">
<div>
<input type="checkbox" name="remember" value="Remember me"><span>Remember me</span>
</div>
<a href="#">Forget password ?</a>
</div>
</div>
<div class="row">
<button type="submit">Login</button>
</div>
</form>
<div class="row">
<p>Or via social</p>
<div class="social-btn-2">
<a class="fb" href="#"><i class="ion-social-facebook"></i>Facebook</a>
<a class="tw" href="#"><i class="ion-social-twitter"></i>twitter</a>
</div>
</div>
</div>
</div>
<!--end of login form popup-->
<!--signup form popup-->
<div class="login-wrapper" id="signup-content">
<div class="login-content">
<a href="#" class="close">x</a>
<h3>sign up</h3>
<form method="post" action="#">
<div class="row">
<label for="username-2">
Username:
<input type="text" name="username" id="username-2" placeholder="Hugh Jackman" pattern="^[a-zA-Z][a-zA-Z0-9-_\.]{8,20}$" required="required" />
</label>
</div>
<div class="row">
<label for="email-2">
your email:
<input type="password" name="email" id="email-2" placeholder="" pattern="(?=^.{8,}$)((?=.*\d)|(?=.*\W+))(?![.\n])(?=.*[A-Z])(?=.*[a-z]).*$" required="required" />
</label>
</div>
<div class="row">
<label for="password-2">
Password:
<input type="password" name="password" id="password-2" placeholder="" pattern="(?=^.{8,}$)((?=.*\d)|(?=.*\W+))(?![.\n])(?=.*[A-Z])(?=.*[a-z]).*$" required="required" />
</label>
</div>
<div class="row">
<label for="repassword-2">
re-type Password:
<input type="password" name="password" id="repassword-2" placeholder="" pattern="(?=^.{8,}$)((?=.*\d)|(?=.*\W+))(?![.\n])(?=.*[A-Z])(?=.*[a-z]).*$" required="required" />
</label>
</div>
<div class="row">
<button type="submit">sign up</button>
</div>
</form>
</div>
</div>
<!--end of signup form popup-->
<div class="page-single-2">
<div class="container">
<div class="row ipad-width">
<div class="left-content">
<a href="index-2.html"><img class="md-logo" src="images/logo1.png" alt=""></a>
<h1>Coming soon</h1>
<p>We are working hard to get back to you in</p>
<div class="row">
<div class="col-md-6 col-sm-12 col-xs-12">
<div class="coming-ct">
<div id="clockdiv" class="time">
<div class="it-time">
<span class="days"></span><br>
<p>days</p>
</div>
<div class="it-time">
<span class="hours"></span><br>
<p>hours</p>
</div>
<div class="it-time">
<span class="minutes">
</span><br>
<p>Minutes</p>
</div>
<div class="it-time">
<span class="seconds">
</span><br>
<p>Seconds</p>
</div>
</div>
</div>
<h3>Nofication me</h3>
<form action="#">
<input class="email" type="text" placeholder="Enter your email">
<input class="redbtn" type="submit" placeholder="subscribe">
</form>
</div>
<div class="col-md-6 col-sm-12 col-xs-12">
<img class="cm-img" src="images/uploads/cm-img.png" alt="">
</div>
</div>
</div>
</div>
</div>
</div>
<script src="js/jquery.js"></script>
<script src="js/plugins.js"></script>
<script src="js/plugins2.js"></script>
<script src="js/custom.js"></script>
</body>
<!-- comingsoon14:55-->
</html>