@themesberg/volt-bootstrap-5-dashboard
Version:
Volt - Bootstrap 5 Dashboard
98 lines (83 loc) • 5.08 kB
HTML
<!--
=========================================================
* Volt Pro - Premium Bootstrap 5 Dashboard
=========================================================
* Product Page: https://themesberg.com/product/admin-dashboard/volt-bootstrap-5-dashboard
* Copyright 2021 Themesberg (https://www.themesberg.com)
* License (https://themes.getbootstrap.com/licenses/)
* Designed and coded by https://themesberg.com
=========================================================
* The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. Please contact us to request a removal.
-->
<html lang="en">
<head>
@@include('./_head.html', {
"path": "../..",
"title": "Volt Premium Bootstrap Dashboard - Reset password"
})
</head>
<body>
<!-- NOTICE: You can use the _analytics.html partial to include production code specific code & trackers -->
@@if (environment === 'production') {
@@include('./_analytics_body.html')
}
<main>
<!-- Section -->
<section class="vh-lg-100 mt-5 mt-lg-0 bg-soft d-flex align-items-center">
<div class="container">
<div class="row justify-content-center form-bg-image">
<p class="text-center"><a href="./sign-in.html" class="d-flex align-items-center justify-content-center">
<svg class="icon icon-xs me-2" fill="currentColor" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" d="M7.707 14.707a1 1 0 01-1.414 0l-4-4a1 1 0 010-1.414l4-4a1 1 0 011.414 1.414L5.414 9H17a1 1 0 110 2H5.414l2.293 2.293a1 1 0 010 1.414z" clip-rule="evenodd"></path></svg>
Back to log in
</a>
</p>
<div class="col-12 d-flex align-items-center justify-content-center">
<div class="bg-white shadow border-0 rounded p-4 p-lg-5 w-100 fmxw-500">
<h1 class="h3 mb-4">Reset password</h1>
<form action="#">
<!-- Form -->
<div class="mb-4">
<label for="email">Your Email</label>
<div class="input-group">
<input type="email" class="form-control" placeholder="example@company.com" id="email" required disabled>
</div>
</div>
<!-- End of Form -->
<!-- Form -->
<div class="form-group mb-4">
<label for="password">Your Password</label>
<div class="input-group">
<span class="input-group-text" id="basic-addon2">
<svg class="icon icon-xs text-gray-600" fill="currentColor" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" d="M5 9V7a5 5 0 0110 0v2a2 2 0 012 2v5a2 2 0 01-2 2H5a2 2 0 01-2-2v-5a2 2 0 012-2zm8-2v2H7V7a3 3 0 016 0z" clip-rule="evenodd"></path></svg>
</span>
<input type="password" placeholder="Password" class="form-control" id="password" required>
</div>
</div>
<!-- End of Form -->
<!-- Form -->
<div class="form-group mb-4">
<label for="confirm_password">Confirm Password</label>
<div class="input-group">
<span class="input-group-text" id="basic-addon2">
<svg class="icon icon-xs text-gray-600" fill="currentColor" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" d="M5 9V7a5 5 0 0110 0v2a2 2 0 012 2v5a2 2 0 01-2 2H5a2 2 0 01-2-2v-5a2 2 0 012-2zm8-2v2H7V7a3 3 0 016 0z" clip-rule="evenodd"></path></svg>
</span>
<input type="password" placeholder="Confirm Password" class="form-control" id="confirm_password" required>
</div>
</div>
<!-- End of Form -->
<div class="d-grid">
<button type="submit" class="btn btn-gray-800">Reset password</button>
</div>
</form>
</div>
</div>
</div>
</div>
</section>
</main>
@@include('./_scripts.html', {
"path": "../.."
})
</body>
</html>