-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpage-singup.html
120 lines (120 loc) · 6.6 KB
/
page-singup.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
<!DOCTYPE html>
<html lang="zxx">
<head>
<!-- The above 6 meta tags *must* come first in the head; any other head content must come *after* these tags -->
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="">
<meta name="keyword" content="">
<meta name="author" content=""/>
<!-- Page Title -->
<title>Sing Up | Adminify - Multipurpose Admin Dashboard Template</title>
<!-- Main CSS -->
<link href="assets/plugins/bootstrap/css/bootstrap.min.css" rel="stylesheet"/>
<link href="assets/plugins/font-awesome/css/font-awesome.min.css" rel="stylesheet"/>
<link href="assets/plugins/simple-line-icons/css/simple-line-icons.css" rel="stylesheet">
<link href="assets/plugins/ionicons/css/ionicons.css" rel="stylesheet">
<link href="assets/css/skin-turquoise.css" rel="stylesheet" id="style-colors">
<link href="assets/css/app.min.css" rel="stylesheet"/>
<link href="assets/css/style.css" rel="stylesheet"/>
<!-- Favicon -->
<link rel="icon" href="assets/images/favicon.ico" type="image/x-icon">
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn"t work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body class="card-img-2">
<!--================================-->
<!-- User Singup Start -->
<!--================================-->
<div class="mg-y-20">
<div class="card mx-auto wd-300 text-center pd-25 shadow-3">
<h4 class="card-title mt-3 text-center">Create Account</h4>
<p class="text-center">Get started with your free account</p>
<p>
<a href="" class="btn btn-block btn-twitter tx-13 hover-white"> <i class="fa fa-twitter"></i> Login via Twitter</a>
<a href="" class="btn btn-block btn-facebook tx-13 hover-white"> <i class="fa fa-facebook-f"></i> Login via facebook</a>
</p>
<p class="divider-text">
<span class="bg-light">OR</span>
</p>
<form>
<div class="form-group input-group">
<div class="input-group-prepend">
<span class="input-group-text text-muted"> <i class="fa fa-user"></i> </span>
</div>
<input class="form-control form-control-sm" placeholder="Full name" type="text">
</div>
<div class="form-group input-group">
<div class="input-group-prepend">
<span class="input-group-text pd-x-9 text-muted"> <i class="fa fa-envelope"></i> </span>
</div>
<input class="form-control form-control-sm" placeholder="Email address" type="email">
</div>
<div class="form-group input-group">
<div class="input-group-prepend">
<span class="input-group-text text-muted"> <i class="fa fa-phone"></i> </span>
</div>
<select class="custom-select custom-select-sm" style="max-width: 120px;">
<option selected="">+971</option>
<option value="1">+972</option>
<option value="2">+198</option>
<option value="3">+701</option>
</select>
<input class="form-control form-control-sm" placeholder="Phone number" type="text">
</div>
<div class="form-group input-group">
<div class="input-group-prepend">
<span class="input-group-text pd-x-9 text-muted"> <i class="fa fa-building"></i> </span>
</div>
<select class="form-control form-control-sm">
<option selected=""> Select job type</option>
<option>Designer</option>
<option>Manager</option>
<option>Accaunting</option>
</select>
</div>
<div class="form-group input-group">
<div class="input-group-prepend">
<span class="input-group-text text-muted"> <i class="fa fa-lock"></i> </span>
</div>
<input class="form-control form-control-sm" placeholder="Create password" type="password">
</div>
<div class="form-group input-group">
<div class="input-group-prepend">
<span class="input-group-text text-muted"> <i class="fa fa-lock"></i> </span>
</div>
<input class="form-control form-control-sm" placeholder="Repeat password" type="password">
</div>
<div class="custom-control custom-checkbox mg-t-25">
<input type="checkbox" class="custom-control-input form-control-sm" id="customCheck1">
<label class="custom-control-label" for="customCheck1">I agree to this <a href="javascript:void(0)">Terms & Conditions</a></label>
</div>
<div class="custom-control custom-checkbox mg-b-10 pd-l-0">
<input type="checkbox" class="custom-control-input form-control-sm" id="customCheck2">
<label class="custom-control-label" for="customCheck2">I agree to this <a href="javascript:void(0)">Privacy & Policy</a></label>
</div>
<div class="form-group">
<button type="submit" class="btn btn-info btn-block tx-13"> Create Account </button>
</div>
<p class="text-center">Already Singed Up? <a href="page-singin.html">Sing In</a> </p>
</form>
</div>
</div>
<!--/ User Singup End -->
<!--================================-->
<!-- Footer Script -->
<!--================================-->
<script src="assets/plugins/jquery/jquery.min.js"></script>
<script src="assets/plugins/jquery-ui/jquery-ui.js"></script>
<script src="assets/plugins/popper/popper.js"></script>
<script src="assets/plugins/bootstrap/js/bootstrap.min.js"></script>
<script src="assets/plugins/pace/pace.min.js"></script>
<script src="assets/js/jquery.slimscroll.min.js"></script>
<script src="assets/js/custom.js"></script>
</body>
</html>