velzon/auth-twostep-cover.html
2025-05-08 13:13:51 +05:45

187 lines
11 KiB
HTML

<!doctype html>
<html lang="en" data-layout="vertical" data-topbar="light" data-sidebar="dark" data-sidebar-size="lg" data-sidebar-image="none" data-preloader="disable" data-theme="default" data-theme-colors="default">
<!-- Mirrored from themesbrand.com/velzon/html/master/auth-twostep-cover.html by HTTrack Website Copier/3.x [XR&CO'2014], Thu, 08 May 2025 07:16:11 GMT -->
<head>
<meta charset="utf-8" />
<title>Two Step Verification | Velzon - 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="Themesbrand" name="author" />
<!-- App favicon -->
<link rel="shortcut icon" href="assets/images/favicon.ico">
<!-- Layout config Js -->
<script src="assets/js/layout.js"></script>
<!-- Bootstrap Css -->
<link href="assets/css/bootstrap.min.css" 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" rel="stylesheet" type="text/css" />
<!-- custom Css-->
<link href="assets/css/custom.min.css" rel="stylesheet" type="text/css" />
</head>
<body>
<!-- auth-page wrapper -->
<div class="auth-page-wrapper auth-bg-cover py-5 d-flex justify-content-center align-items-center min-vh-100">
<div class="bg-overlay"></div>
<!-- auth-page content -->
<div class="auth-page-content overflow-hidden pt-lg-5">
<div class="container">
<div class="row">
<div class="col-lg-12">
<div class="card overflow-hidden card-bg-fill galaxy-border-none">
<div class="row justify-content-center g-0">
<div class="col-lg-6">
<div class="p-lg-5 p-4 auth-one-bg h-100">
<div class="bg-overlay"></div>
<div class="position-relative h-100 d-flex flex-column">
<div class="mb-4">
<a href="index.html" class="d-block">
<img src="assets/images/logo-light.png" alt="" height="18">
</a>
</div>
<div class="mt-auto">
<div class="mb-3">
<i class="ri-double-quotes-l display-4 text-success"></i>
</div>
<div id="qoutescarouselIndicators" class="carousel slide" data-bs-ride="carousel">
<div class="carousel-indicators">
<button type="button" data-bs-target="#qoutescarouselIndicators" data-bs-slide-to="0" class="active" aria-current="true" aria-label="Slide 1"></button>
<button type="button" data-bs-target="#qoutescarouselIndicators" data-bs-slide-to="1" aria-label="Slide 2"></button>
<button type="button" data-bs-target="#qoutescarouselIndicators" data-bs-slide-to="2" aria-label="Slide 3"></button>
</div>
<div class="carousel-inner text-center text-white-50 pb-5">
<div class="carousel-item active">
<p class="fs-15">" Great! Clean code, clean design, easy for customization. Thanks very much! "</p>
</div>
<div class="carousel-item">
<p class="fs-15">" The theme is really great with an amazing customer support."</p>
</div>
<div class="carousel-item">
<p class="fs-15">" Great! Clean code, clean design, easy for customization. Thanks very much! "</p>
</div>
</div>
</div>
<!-- end carousel -->
</div>
</div>
</div>
</div>
<!-- end col -->
<div class="col-lg-6">
<div class="p-lg-5 p-4">
<div class="mb-4">
<div class="avatar-lg mx-auto">
<div class="avatar-title bg-light text-primary display-5 rounded-circle">
<i class="ri-mail-line"></i>
</div>
</div>
</div>
<div class="text-muted text-center mx-lg-3">
<h4 class="">Verify Your Email</h4>
<p>Please enter the 4 digit code sent to <span class="fw-semibold">example@abc.com</span></p>
</div>
<div class="mt-4">
<form autocomplete="off">
<div class="row">
<div class="col-3">
<div class="mb-3">
<label for="digit1-input" class="visually-hidden">Digit 1</label>
<input type="text" class="form-control form-control-lg bg-light border-light text-center" onkeyup="moveToNext(1, event)" maxLength="1" id="digit1-input">
</div>
</div><!-- end col -->
<div class="col-3">
<div class="mb-3">
<label for="digit2-input" class="visually-hidden">Digit 2</label>
<input type="text" class="form-control form-control-lg bg-light border-light text-center" onkeyup="moveToNext(2, event)" maxLength="1" id="digit2-input">
</div>
</div><!-- end col -->
<div class="col-3">
<div class="mb-3">
<label for="digit3-input" class="visually-hidden">Digit 3</label>
<input type="text" class="form-control form-control-lg bg-light border-light text-center" onkeyup="moveToNext(3, event)" maxLength="1" id="digit3-input">
</div>
</div><!-- end col -->
<div class="col-3">
<div class="mb-3">
<label for="digit4-input" class="visually-hidden">Digit 4</label>
<input type="text" class="form-control form-control-lg bg-light border-light text-center" onkeyup="moveToNext(4, event)" maxLength="1" id="digit4-input">
</div>
</div><!-- end col -->
</div>
<div class="mt-3">
<button type="button" class="btn btn-success w-100">Confirm</button>
</div>
</form>
</div>
<div class="mt-5 text-center">
<p class="mb-0">Didn't receive a code ? <a href="auth-pass-reset-cover.html" class="fw-semibold text-primary text-decoration-underline">Resend</a> </p>
</div>
</div>
</div>
<!-- end col -->
</div>
<!-- end row -->
</div>
<!-- end card -->
</div>
<!-- end col -->
</div>
<!-- end row -->
</div>
<!-- end container -->
</div>
<!-- end auth page content -->
<!-- footer -->
<footer class="footer galaxy-border-none">
<div class="container">
<div class="row">
<div class="col-lg-12">
<div class="text-center">
<p class="mb-0">&copy;
<script>document.write(new Date().getFullYear())</script> Velzon. Crafted with <i class="mdi mdi-heart text-danger"></i> by Themesbrand
</p>
</div>
</div>
</div>
</div>
</footer>
<!-- end Footer -->
</div>
<!-- end auth-page-wrapper -->
<!-- JAVASCRIPT -->
<script src="assets/libs/bootstrap/js/bootstrap.bundle.min.js"></script>
<script src="assets/libs/simplebar/simplebar.min.js"></script>
<script src="assets/libs/node-waves/waves.min.js"></script>
<script src="assets/libs/feather-icons/feather.min.js"></script>
<script src="assets/js/pages/plugins/lord-icon-2.1.0.js"></script>
<script src="assets/js/plugins.js"></script>
<!-- two-step-verification js -->
<script src="assets/js/pages/two-step-verification.init.js"></script>
</body>
<!-- Mirrored from themesbrand.com/velzon/html/master/auth-twostep-cover.html by HTTrack Website Copier/3.x [XR&CO'2014], Thu, 08 May 2025 07:16:11 GMT -->
</html>