-
Notifications
You must be signed in to change notification settings - Fork 6
/
user.html
160 lines (138 loc) · 6.22 KB
/
user.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
<!doctype html>
<html><head>
<meta charset="utf-8">
<title>BLOCKS - Bootstrap Dashboard Theme</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<meta name="author" content="">
<!-- Le styles -->
<link href="http://www.prepbootstrap.com/Content/css/single-page-admin/bootstrap.css" rel="stylesheet">
<link href="http://www.prepbootstrap.com/Content/css/single-page-admin/main.css" rel="stylesheet">
<link href="http://www.prepbootstrap.com/Content/css/single-page-admin/font-style.css" rel="stylesheet">
<link rel="stylesheet" href="http://www.prepbootstrap.com/Content/css/single-page-admin/register.css">
<script type="text/javascript" src="http://www.prepbootstrap.com/Content/js/jquery-1.10.2.min.js"></script>
<script src="http://www.prepbootstrap.com/Content/js/single-page-admin/bootstrap.js"></script>
<style type="text/css">
body {
padding-top: 60px;
}
</style>
<!-- Le HTML5 shim, for IE6-8 support of HTML5 elements -->
<!--[if lt IE 9]>
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<!-- Google Fonts call. Font Used Open Sans & Raleway -->
<link href="http://fonts.googleapis.com/css?family=Raleway:400,300" rel="stylesheet" type="text/css">
<link href="http://fonts.googleapis.com/css?family=Open+Sans" rel="stylesheet" type="text/css">
</head>
<body>
<!-- NAVIGATION MENU -->
<div class="navbar-nav navbar-inverse navbar-fixed-top">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="index.html"><img src="http://www.prepbootstrap.com/Content/images/shared/single-page-admin/logo30.png" alt=""> BLOCKS Dashboard</a>
</div>
<div class="navbar-collapse collapse">
<ul class="nav navbar-nav">
<li><a href="index.html"><i class="icon-home icon-white"></i> Home</a></li>
<li><a href="tables.html"><i class="icon-th icon-white"></i> Tables</a></li>
<li><a href="login.html"><i class="icon-lock icon-white"></i> Login</a></li>
<li class="active"><a href="user.html"><i class="icon-user icon-white"></i> User</a></li>
</ul>
</div><!--/.nav-collapse -->
</div>
</div>
<div class="container">
<div class="row">
<div class="col-lg-6">
<div class="register-info-wraper">
<div id="register-info">
<div class="cont2">
<div class="thumbnail">
<img src="http://www.prepbootstrap.com/Content/images/shared/single-page-admin/face.jpg" alt="Marcel Newman" class="img-circle">
</div><!-- /thumbnail -->
<h2>Marcel Newman</h2>
</div>
<div class="row">
<div class="col-lg-3">
<div class="cont3">
<p><ok>Username:</ok> BASICOH</p>
<p><ok>Mail:</ok> [email protected]</p>
<p><ok>Location:</ok> Madrid, Spain</p>
<p><ok>Address:</ok> Blahblah Ave. 879</p>
</div>
</div>
<div class="col-lg-3">
<div class="cont3">
<p><ok>Registered:</ok> April 9, 2010</p>
<p><ok>Last Login:</ok> January 29, 2013</p>
<p><ok>Phone:</ok> +34 619 663553</p>
<p><ok>Mobile</ok> +34 603 093384</p>
</div>
</div>
</div><!-- /inner row -->
<hr>
<div class="cont2">
<h2>Choose Your Option</h2>
</div>
<br>
<div class="info-user2">
<span aria-hidden="true" class="li_user fs1"></span>
<span aria-hidden="true" class="li_settings fs1"></span>
<span aria-hidden="true" class="li_mail fs1"></span>
<span aria-hidden="true" class="li_key fs1"></span>
<span aria-hidden="true" class="li_lock fs1"></span>
<span aria-hidden="true" class="li_pen fs1"></span>
</div>
</div>
</div>
</div>
<div class="col-sm-6 col-lg-6">
<div id="register-wraper">
<form id="register-form" class="form">
<legend>User Register</legend>
<div class="body">
<!-- first name -->
<label for="name">First name</label>
<input name="name" class="input-huge" type="text">
<!-- last name -->
<label for="surname">Last name</label>
<input name="surname" class="input-huge" type="text">
<!-- username -->
<label>Username</label>
<input class="input-huge" type="text">
<!-- email -->
<label>E-mail</label>
<input class="input-huge" type="text">
<!-- password -->
<label>Password</label>
<input class="input-huge" type="text">
</div>
<div class="footer">
<label class="checkbox inline">
<input type="checkbox" id="inlineCheckbox1" value="option1"> I agree with the terms & conditions
</label>
<button type="submit" class="btn btn-success">Register</button>
</div>
</form>
</div>
</div>
</div>
</div>
<div id="footerwrap">
<footer class="clearfix"></footer>
<div class="container">
<div class="row">
<div class="col-sm-12 col-lg-12">
<p><img src="http://www.prepbootstrap.com/Content/images/shared/single-page-admin/logo.png" alt=""></p>
<p>Blocks Dashboard Theme - Crafted With Love - Copyright 2013</p>
</div>
</div><!-- /row -->
</div><!-- /container -->
</div><!-- /footerwrap -->
</body></html>