DashoTemplates/auth-profile-settings.html

97 lines
3.8 KiB
HTML
Raw Normal View History

2024-05-01 04:14:15 +08:00
<!DOCTYPE html>
<html lang="en">
<head>
<title>Dasho - Bootstrap 5 Admin Template</title>
<!-- HTML5 Shim and Respond.js IE11 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 11]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
<![endif]-->
<!-- Meta -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=0, minimal-ui">
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="description"
content="Dasho Bootstrap admin template made using Bootstrap 5 and it has huge amount of ready made feature, UI components, pages which completely fulfills any dashboard needs." />
<meta name="keywords"
content="admin templates, bootstrap admin templates, bootstrap 5, dashboard, dashboard templets, sass admin templets, html admin templates, responsive, bootstrap admin templates free download,premium bootstrap admin templates, Dasho, Dasho bootstrap admin template">
<meta name="author" content="Phoenixcoded" />
<!-- Favicon icon -->
<link rel="icon" href="assets/images/favicon.svg" type="image/x-icon">
<!-- fontawesome icon -->
<link rel="stylesheet" href="assets/fonts/fontawesome/css/fontawesome-all.min.css">
<!-- animation css -->
<link rel="stylesheet" href="assets/plugins/animation/css/animate.min.css">
<!-- vendor css -->
<link rel="stylesheet" href="assets/css/style.css">
</head>
<div class="auth-wrapper">
<!-- [ profile-settings ] start -->
<div class="auth-content">
<div class="auth-bg">
<span class="r"></span>
<span class="r s"></span>
<span class="r s"></span>
<span class="r"></span>
</div>
<div class="card">
<div class="card-body text-center">
<h5 class="mb-4">Profile Settings</h5>
<img src="assets/images/user/avatar-3.jpg" class="img-radius mb-4" alt="User-Profile-Image">
<div class="form-group mb-2 text-start">
<label class="form-label">Name</label>
<input type="text" class="form-control" placeholder="Enter Name">
</div>
<div class="form-group mb-3 text-start">
<label class="form-label">User Name</label>
<input type="text" class="form-control" placeholder="Enter User Name">
</div>
<div class="mb-4 text-start">
<div class="form-group d-inline">
<div class="radio d-inline">
<input type="radio" name="radio-in-1" id="radio-in-1" checked>
<label for="radio-in-1" class="cr">Private Profile</label>
</div>
</div>
<div class="form-group d-inline">
<div class="radio d-inline">
<input type="radio" name="radio-in-1" id="radio-in-2">
<label for="radio-in-2" class="cr">Public Profile</label>
</div>
</div>
</div>
<button class="btn btn-primary mb-4">Register</button>
<p class="mb-0 text-muted">Dont have an account? <a href="auth-signup.html">Signup</a></p>
</div>
</div>
</div>
<!-- [ profile-settings ] end -->
</div>
<!-- Required Js -->
<script src="assets/js/vendor-all.min.js"></script>
<script src="assets/plugins/bootstrap/js/bootstrap.min.js"></script>
<div class="footer-fab">
<div class="b-bg">
<i class="fas fa-question"></i>
</div>
<div class="fab-hover">
<ul class="list-unstyled">
<li><a href="../doc/index-bc-package.html" target="_blank" data-text="UI Kit" class="btn btn-icon btn-rounded btn-info m-0"><i class="feather icon-layers"></i></a></li>
<li><a href="../doc/index.html" target="_blank" data-text="Document" class="btn btn-icon btn-rounded btn-primary m-0"><i class="feather icon feather icon-book"></i></a></li>
</ul>
</div>
</div>
</body>
</html>