-
Notifications
You must be signed in to change notification settings - Fork 1
/
landing.html
executable file
·158 lines (149 loc) · 5.42 KB
/
landing.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
<!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">
<!-- landing14:04-->
<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="landing-hero">
<img src="images/logo1.png" alt="Logo">
<div class="row landing-hero-text">
<h2>MOST COMPLETED</h2>
<h2 class="text-yellow">FILM REVIEW · MOVIE DATABASE</h2>
<h2>HTML TEMPLATE</h2>
</div>
<a href="#" class="redbtn" id="discover-now">DISCOVER NOW</a>
</div>
<div class="landing-version">
<div class="container">
<div class="col-md-6">
<img src="images/uploads/landing-dark-version.png" alt="Dark Version">
<h2>DARK VERSION</h2>
<a href="index-2.html" target="blank_" class="redbtn">SEE DEMO</a>
</div>
<div class="col-md-6">
<img src="images/uploads/landing-light-version.png" alt="Light Version">
<h2>LIGHT VERSION</h2>
<a href="index_light.html" target="blank_" class="redbtn">SEE DEMO</a>
</div>
</div>
</div>
<!-- footer v3 section-->
<div class="ft-copyright-landing">
<p><a href="https://www.templatespoint.net" target="_blank">Templates Point</a></p>
</div>
<!-- end of footer v3 section-->
<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>
<!-- landing14:38-->
</html>