-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathauth-signup-cover.html
148 lines (130 loc) · 9.29 KB
/
auth-signup-cover.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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>Signup | Vuesy - Admin & Dashboard Template</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta content="Premium Multipurpose Admin & Dashboard Template" name="description" />
<meta content="Themesdesign" name="author" />
<!-- App favicon -->
<link rel="shortcut icon" href="assets/images/favicon.ico">
<!-- Bootstrap Css -->
<link href="assets/css/bootstrap.min.css" id="bootstrap-style" rel="stylesheet" type="text/css" />
<!-- Icons Css -->
<link href="assets/css/icons.min.css" rel="stylesheet" type="text/css" />
<!-- App Css-->
<link href="assets/css/app.min.css" id="app-style" rel="stylesheet" type="text/css" />
</head>
<body class="bg-white">
<div class="auth-page d-flex align-items-center min-vh-100">
<div class="container-fluid p-0">
<div class="row g-0">
<div class="col-xxl-3 col-lg-4 col-md-5">
<div class="d-flex flex-column h-100 py-5 px-4">
<div class="text-center text-muted mb-2">
<div class="pb-3">
<a href="index.html">
<span class="logo-lg">
<img src="assets/images/logo-sm.svg" alt="" height="24"> <span class="logo-txt">Vuesy</span>
</span>
</a>
<p class="text-muted font-size-15 w-75 mx-auto mt-3 mb-0">User Experience & Interface Design Strategy Saas Solution</p>
</div>
</div>
<div class="my-auto">
<div class="p-3 text-center">
<img src="assets/images/auth-img.png" alt="" class="img-fluid">
</div>
</div>
<div class="mt-4 mt-md-5 text-center">
<p class="mb-0">© <script>document.write(new Date().getFullYear())</script> Vuesy. Crafted with <i class="mdi mdi-heart text-danger"></i> by <a href="https://1.envato.market/themesdesign" target="_blank">Themesdesign</a></p>
</div>
</div>
<!-- end auth full page content -->
</div>
<!-- end col -->
<div class="col-xxl-9 col-lg-8 col-md-7">
<div class="auth-bg bg-light py-md-5 p-4 d-flex">
<div class="bg-overlay-gradient"></div>
<!-- end bubble effect -->
<div class="row justify-content-center g-0 align-items-center w-100">
<div class="col-xl-4 col-lg-8">
<div class="card">
<div class="card-body">
<div class="px-3 py-3">
<div class="text-center">
<h5 class="mb-0">Register Account</h5>
<p class="text-muted mt-2">Get your free Vuesy account now.</p>
</div>
<form class="mt-4 pt-2">
<div class="form-floating form-floating-custom mb-3">
<input type="email" class="form-control" id="input-email" placeholder="Enter Email" required="">
<div class="invalid-feedback">
Please Enter Email
</div>
<label for="input-email">Email</label>
<div class="form-floating-icon">
<i class="uil uil-envelope-alt"></i>
</div>
</div>
<div class="form-floating form-floating-custom mb-3">
<input type="text" class="form-control" id="input-username" placeholder="Enter User Name">
<label for="input-username">Username</label>
<div class="form-floating-icon">
<i class="uil uil-users-alt"></i>
</div>
</div>
<div class="form-floating form-floating-custom mb-3">
<input type="password" class="form-control" id="input-password" placeholder="Enter Password">
<label for="input-password">Password</label>
<div class="form-floating-icon">
<i class="uil uil-padlock"></i>
</div>
</div>
<div class="py-1">
<p class="mb-0">By registering you agree to the Vuesy <a href="#" class="text-primary">Terms of Use</a></p>
</div>
<div class="mt-3">
<button class="btn btn-primary w-100" type="submit">Register</button>
</div>
<div class="mt-4 text-center">
<div class="signin-other-title">
<h5 class="font-size-15 mb-4 text-muted fw-medium">- Or you can join with -</h5>
</div>
<div class="d-flex gap-2">
<button type="button" class="btn btn-soft-primary waves-effect waves-light w-100">
<i class="bx bxl-facebook font-size-16 align-middle"></i>
</button>
<button type="button" class="btn btn-soft-info waves-effect waves-light w-100">
<i class="bx bxl-linkedin font-size-16 align-middle"></i>
</button>
<button type="button" class="btn btn-soft-danger waves-effect waves-light w-100">
<i class="bx bxl-google font-size-16 align-middle"></i>
</button>
</div>
</div>
<div class="mt-4 pt-3 text-center">
<p class="text-muted mb-0">Already have an account ? <a href="auth-signin-cover.html" class="fw-semibold text-decoration-underline"> Login </a> </p>
</div>
</form><!-- end form -->
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- end col -->
</div>
<!-- end row -->
</div>
<!-- end container fluid -->
</div>
<!-- end authentication section -->
<!-- JAVASCRIPT -->
<script src="assets/libs/bootstrap/js/bootstrap.bundle.min.js"></script>
<script src="assets/libs/metismenujs/metismenujs.min.js"></script>
<script src="assets/libs/simplebar/simplebar.min.js"></script>
<script src="assets/libs/feather-icons/feather.min.js"></script>
</body>
</html>