-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathauth-lockscreen-cover.html
109 lines (94 loc) · 5.91 KB
/
auth-lockscreen-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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>Lock Screen | 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 text-center">
<div class="user-thumb mb-4 mb-md-5">
<img src="assets/images/users/avatar-3.jpg" class="rounded-circle img-thumbnail avatar-lg" alt="thumbnail">
<h5 class="font-size-18 mt-3">Marie N.</h5>
</div>
<form>
<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="mt-4">
<button class="btn btn-primary w-100" type="button">Unlock</button>
</div>
<div class="mt-4 text-center">
<p class="text-muted mb-0">Not you ? return <a href="auth-signin-cover.html" class="fw-semibold text-decoration-underline"> Signin </a> </p>
</div>
</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>