forked from phongnguyen6691/metroLab
-
Notifications
You must be signed in to change notification settings - Fork 0
/
lock.html
66 lines (66 loc) · 2.47 KB
/
lock.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
<!DOCTYPE html>
<!--[if IE 8]> <html lang="en" class="ie8"> <![endif]-->
<!--[if IE 9]> <html lang="en" class="ie9"> <![endif]-->
<!--[if !IE]><!--> <html lang="en"> <!--<![endif]-->
<!-- BEGIN HEAD -->
<head>
<meta charset="utf-8" />
<title>Lock Screen</title>
<meta content="width=device-width, initial-scale=1.0" name="viewport" />
<meta content="" name="description" />
<meta content="" name="author" />
<link href="assets/bootstrap/css/bootstrap.min.css" rel="stylesheet" />
<link href="assets/bootstrap/css/bootstrap-responsive.min.css" rel="stylesheet" />
<link href="assets/font-awesome/css/font-awesome.css" rel="stylesheet" />
<link href="css/style.css" rel="stylesheet" />
<link href="css/style-responsive.css" rel="stylesheet" />
<link href="css/style-default.css" rel="stylesheet" id="style_color" />
</head>
<!-- END HEAD -->
<!-- BEGIN BODY -->
<body class="lock">
<div class="lock-header">
<!-- BEGIN LOGO -->
<a class="center" id="logo" href="index.html">
<img class="center" alt="logo" src="img/logo.png">
</a>
<!-- END LOGO -->
</div>
<div class="lock-wrap">
<div class="metro single-size gray">
<img src="img/lock-thumb.jpg" alt="" style="height: 165px" >
</div>
<div class="metro double-size blue">
<h1>Jonathan Smith</h1>
<p>[email protected]</p>
</div>
<div class="metro double-size green">
<form action="http://thevectorlab.net/metrolab/index.html">
<div class="input-append lock-input">
<input type="password" class="" placeholder="Password">
<button type="submit" class="btn tarquoise"><i class=" icon-arrow-right"></i></button>
</div>
</form>
</div>
<div class="metro single-size terques">
<div class="locked">
<i class="icon-lock"></i>
<span>Locked</span>
</div>
</div>
<div class="metro double-size gray ">
<a href="login.html" class="user-position">
<i class="icon-user"></i>
<span>Login Another User</span>
</a>
</div>
<div class="metro double-size orange">
<a href="javascript:;" class="user-position">
<i class="icon-key"></i>
<span>Forgot Password ?</span>
</a>
</div>
</div>
</body>
<!-- END BODY -->
</html>