-
Notifications
You must be signed in to change notification settings - Fork 1
/
page-sign-up.html
executable file
·177 lines (139 loc) · 5.73 KB
/
page-sign-up.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
<!--
Name: Con - Admin Dashboard with Material Design
Version: 2.0.2
Author: nK
Website: http://nkdev.info
Support: http://nk.ticksy.com
Purchase: http://themeforest.net/item/con-material-admin-dashboard-template/10621512?ref=nKdev
License: You must have a valid license purchased only from themeforest(the above link) in order to legally use the theme for your project.
Copyright 2015.
-->
<!DOCTYPE html>
<!--[if lt IE 7]> <html class="lt-ie7"> <![endif]-->
<!--[if IE 7]> <html class="lt-ie8"> <![endif]-->
<!--[if IE 8]> <html class="lt-ie9"> <![endif]-->
<!--[if gt IE 8]><!-->
<html>
<!--<![endif]-->
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Con - Admin Dashboard with Material Design</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href='http://fonts.googleapis.com/css?family=Roboto:400,100,300,500,700,900' rel='stylesheet' type='text/css'>
<link rel="icon" type="image/png" href="assets/_con/images/icon.png">
<!-- nanoScroller -->
<link rel="stylesheet" type="text/css" href="assets/nanoScroller/nanoscroller.css" />
<!-- FontAwesome -->
<link rel="stylesheet" type="text/css" href="assets/font-awesome/css/font-awesome.min.css" />
<!-- Material Design Icons -->
<link rel="stylesheet" type="text/css" href="assets/material-design-icons/css/material-design-icons.min.css" />
<!-- IonIcons -->
<link rel="stylesheet" type="text/css" href="assets/ionicons/css/ionicons.min.css" />
<!-- WeatherIcons -->
<link rel="stylesheet" type="text/css" href="assets/weatherIcons/css/weather-icons.min.css" />
<!-- Google Prettify -->
<link rel="stylesheet" type="text/css" href="assets/google-code-prettify/prettify.css" />
<!-- Main -->
<link rel="stylesheet" type="text/css" href="assets/_con/css/_con.min.css" />
<!--[if lt IE 9]>
<script src="assets/html5shiv/html5shiv.min.js"></script>
<![endif]-->
</head>
<body>
<section id="sign-up">
<!-- Background Bubbles -->
<canvas id="bubble-canvas"></canvas>
<!-- /Background Bubbles -->
<!-- Sign Up Form -->
<form action="dashboard.html">
<div class="row links">
<div class="col s6 logo">
<img src="assets/_con/images/logo-white.png" alt="">
</div>
<div class="col s6 right-align"><a href="page-sign-in.html">Sign In</a> / <strong>Sign Up</strong>
</div>
</div>
<div class="card-panel">
<!-- Social Sign Up -->
<div class="row socials">
<div class="col s4">
<a class="btn blue darken-2 z-depth-0 z-depth-1-hover" href="#"><i class="fa fa-2x fa-facebook"></i></a>
</div>
<div class="col s4">
<a class="btn blue lighten-2 z-depth-0 z-depth-1-hover" href="#"><i class="fa fa-2x fa-twitter"></i></a>
</div>
<div class="col s4">
<a class="btn red z-depth-0 z-depth-1-hover" href="#"><i class="fa fa-2x fa-google-plus"></i></a>
</div>
</div>
<!-- /Social Sign Up -->
<div class="row">
<!-- First Name -->
<div class="col m6 s12">
<div class="input-field">
<i class="fa fa-user prefix"></i>
<input id="input_fname" type="text">
<label for="input_fname">First Name</label>
</div>
</div>
<!-- /First Name -->
<!-- Last Name -->
<div class="col m6 s12">
<div class="input-field">
<i class="fa fa-user prefix"></i>
<input id="input_lname" type="text">
<label for="input_lname">Last Name</label>
</div>
</div>
<!-- /Last Name -->
</div>
<!-- Email -->
<div class="input-field">
<i class="fa fa-envelope prefix"></i>
<input id="input_email" type="email">
<label for="input_email">Email</label>
</div>
<!-- /Email -->
<!-- Username -->
<div class="input-field">
<i class="fa fa-user prefix"></i>
<input id="input_username" type="text">
<label for="input_username">Username</label>
</div>
<!-- /Username -->
<!-- Password -->
<div class="input-field">
<i class="fa fa-unlock-alt prefix"></i>
<input id="input_password" type="password">
<label for="input_password">Password</label>
</div>
<!-- /Password -->
<p>
<input type="checkbox" id="checkbox_terms" />
<label for="checkbox_terms">I agree to the <a href="#">terms of use</a>.</label>
</p>
<button class="waves-effect waves-light btn-large z-depth-0 z-depth-1-hover">Sign Up</button>
</div>
</form>
<!-- /Sign Up Form -->
</section>
<!-- DEMO [REMOVE IT ON PRODUCTION] -->
<script type="text/javascript" src="assets/_con/js/_demo.js"></script>
<!-- jQuery -->
<script type="text/javascript" src="assets/jquery/jquery.min.js"></script>
<!-- jQuery RAF (improved animation performance) -->
<script type="text/javascript" src="assets/jqueryRAF/jquery.requestAnimationFrame.min.js"></script>
<!-- nanoScroller -->
<script type="text/javascript" src="assets/nanoScroller/jquery.nanoscroller.min.js"></script>
<!-- Materialize -->
<script type="text/javascript" src="assets/materialize/js/materialize.min.js"></script>
<!-- Sortable -->
<script type="text/javascript" src="assets/sortable/Sortable.min.js"></script>
<!-- Main -->
<script type="text/javascript" src="assets/_con/js/_con.min.js"></script>
<!-- Google Prettify -->
<script type="text/javascript" src="assets/google-code-prettify/prettify.js"></script>
</body>
</html>