forked from ljb-2000/theme
-
Notifications
You must be signed in to change notification settings - Fork 2
/
login.html
228 lines (191 loc) · 8.08 KB
/
login.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
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Login to - eKoders Responsive Admin Theme</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<meta name="author" content="">
<!-- Bootstrap core CSS -->
<link rel="stylesheet" href="assets/css/bootstrap.min.css">
<link rel="stylesheet" href="assets/css/fonts.css">
<link rel="stylesheet" href="assets/font-awesome/css/font-awesome.min.css">
<!-- PAGE LEVEL PLUGINS STYLES -->
<!-- REQUIRE FOR SPEECH COMMANDS -->
<link rel="stylesheet" type="text/css" href="assets/css/plugins/gritter/jquery.gritter.css" />
<!-- Tc core CSS -->
<link id="qstyle" rel="stylesheet" href="assets/css/themes/style.css">
<!-- Add custom CSS here -->
<!-- End custom CSS here -->
<!--[if lt IE 9]>
<script src="assets/js/html5shiv.js"></script>
<script src="assets/js/respond.min.js"></script>
<![endif]-->
</head>
<body class="login">
<div id="wrapper">
<!-- BEGIN MAIN PAGE CONTENT -->
<div class="login-container">
<h2>
<a href="index.html"><img src="assets/images/logo.png" alt="logo" class="img-responsive"></a><!-- can use your logo-->
</h2>
<!-- BEGIN LOGIN BOX -->
<div id="login-box" class="login-box visible">
<p class="bigger-110">
<i class="fa fa-key"></i> Please Enter Your Information
</p>
<div class="hr hr-8 hr-double dotted"></div>
<form method="post" action="index.html">
<div class="form-group">
<div class="input-icon right">
<span class="fa fa-key text-gray"></span>
<input type="text" class="form-control" placeholder="Username">
</div>
</div>
<div class="form-group">
<div class="input-icon right">
<span class="fa fa-lock text-gray"></span>
<input type="password" class="form-control" placeholder="your password">
</div>
</div>
<div class="tcb">
<label>
<input type="checkbox" class="tc">
<span class="labels"> Remember me</span>
</label>
<a href="login.html#" class="pull-right btn btn-primary">Login<i class="fa fa-key icon-on-right"></i></a>
<div class="clearfix"></div>
</div>
<div class="social-or-login">
<span class="text-primary">Or Login Using</span>
</div>
<div class="space-4"></div>
<div class="text-center">
<a href="login.html#" class="btn btn-twitter btn-sm btn-circle"><i class="fa fa-twitter icon-only bigger-130"></i></a>
<a href="login.html#" class="btn btn-googleplus btn-sm btn-circle"><i class="fa fa-google-plus icon-only bigger-130"></i></a>
<a href="login.html#" class="btn btn-facebook btn-sm btn-circle"><i class="fa fa-facebook icon-only bigger-130"></i></a>
</div>
<div class="footer-wrap">
<span class="pull-left">
<a href="login.html#" onclick="show_box('forgot-box'); return false;"><i class="fa fa-angle-double-left"></i> Forgot password?</a>
</span>
<span class="pull-right">
<a href="login.html#" onclick="show_box('registration-box'); return false;">Register here <i class="fa fa-angle-double-right"></i></a>
</span>
<div class="clearfix"></div>
</div>
</form>
</div>
<!-- END LOGIN BOX -->
<!-- BEGIN FORGOT BOX -->
<div id="forgot-box" class="login-box">
<p class="bigger-110">
<i class="fa fa-key"></i> Retrieve Password
</p>
<div class="hr hr-8 hr-double dotted"></div>
<form method="post" action="index.html">
<div class="form-group">
<div class="input-icon right">
<span class="fa fa-envelope text-gray"></span>
<input type="email" class="form-control" placeholder="Email">
<span class="help-block">Enter your email and to receive instructions</span>
</div>
</div>
<a href="login.html#" class="pull-right btn btn-danger">Submit</a>
<div class="clearfix"></div>
<div class="footer-wrap">
<a href="login.html#" onclick="show_box('login-box'); return false;">Back to login <i class="fa fa-angle-double-right"></i></a>
</div>
</form>
</div>
<!-- END FORGOT BOX -->
<!-- BEGIN REGISTRATION BOX -->
<div id="registration-box" class="login-box">
<p class="bigger-110">
<i class="fa fa-users"></i> New User Registration
</p>
<div class="hr hr-8 hr-double dotted"></div>
<form method="post" action="index.html">
<div class="form-group">
<div class="input-icon right">
<span class="fa fa-user text-gray"></span>
<input type="text" class="form-control" placeholder="Full Name">
</div>
</div>
<div class="form-group">
<div class="input-icon right">
<span class="fa fa-envelope text-gray"></span>
<input type="email" class="form-control" placeholder="Email">
</div>
</div>
<div class="form-group">
<div class="input-icon right">
<span class="fa fa-key text-gray"></span>
<input type="text" class="form-control" placeholder="Username">
</div>
</div>
<div class="form-group">
<div class="input-icon right">
<span class="fa fa-lock text-gray"></span>
<input type="password" class="form-control" placeholder="your password">
</div>
</div>
<div class="form-group">
<div class="input-icon right">
<span class="fa fa-repeat text-gray"></span>
<input type="password" class="form-control" placeholder="confirm password">
</div>
</div>
<div class="tcb">
<label>
<input type="checkbox" class="tc">
<span class="labels"> I accept the <a href="login.html#" data-toggle="modal" data-target="#Myterms">Terms of Servcies</a></span>
</label>
</div>
<p><a href="login.html#" class="btn btn-success">Register<i class="fa fa-angle-double-right icon-on-right"></i></a></p>
<div class="footer-wrap">
<a href="login.html#" onclick="show_box('login-box'); return false;"><i class="fa fa-angle-double-left"></i> Back to login</a>
</div>
</form>
</div>
<!-- END REGISTRATION BOX -->
</div>
<!-- Modal For Terms and Conditions -->
<div class="modal fade" id="Myterms" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" aria-hidden="true">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button>
<h4 class="modal-title" id="myModalLabel">Terms & Conditions</h4>
</div>
<div class="modal-body">
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Similique, itaque, modi, aliquam nostrum at sapiente consequuntur natus odio reiciendis perferendis rem nisi tempore possimus ipsa porro delectus quidem dolorem ad.</p>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-success" data-dismiss="modal">I Agree</button>
</div>
</div><!-- /.modal-content -->
</div><!-- /.modal-dialog -->
</div><!-- /.modal -->
<!-- END MAIN PAGE CONTENT -->
</div>
<!-- core JavaScript -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/bootstrap.min.js"></script>
<script src="assets/js/plugins/slimscroll/jquery.slimscroll.min.js"></script>
<script src="assets/js/plugins/pace/pace.min.js"></script>
<!-- PAGE LEVEL PLUGINS JS -->
<!-- Themes Core Scripts -->
<script src="assets/js/main.js"></script>
<!-- REQUIRE FOR SPEECH COMMANDS -->
<script src="assets/js/speech-commands.js"></script>
<script src="assets/js/plugins/gritter/jquery.gritter.min.js"></script>
<!-- initial page level scripts for examples -->
<script type="text/javascript">
function show_box(id) {
jQuery('.login-box.visible').removeClass('visible');
jQuery('#'+id).addClass('visible');
}
</script>
</body>
</html>