Add theme assets;
This commit is contained in:
115
public/backend/pages/auth/login.html
Normal file
115
public/backend/pages/auth/login.html
Normal file
@@ -0,0 +1,115 @@
|
||||
<!DOCTYPE html>
|
||||
<!--
|
||||
Template Name: NobleUI - HTML Bootstrap 5 Admin Dashboard Template
|
||||
Author: NobleUI
|
||||
Website: https://www.nobleui.com
|
||||
Portfolio: https://themeforest.net/user/nobleui/portfolio
|
||||
Contact: nobleui123@gmail.com
|
||||
Purchase: https://1.envato.market/nobleui_admin
|
||||
License: For each use you must have a valid license purchased only from above link in order to legally use the theme for your project.
|
||||
-->
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta http-equiv="X-UA-Compatible" content="ie=edge">
|
||||
<meta name="description" content="Responsive HTML Admin Dashboard Template based on Bootstrap 5">
|
||||
<meta name="author" content="NobleUI">
|
||||
<meta name="keywords" content="nobleui, bootstrap, bootstrap 5, bootstrap5, admin, dashboard, template, responsive, css, sass, html, theme, front-end, ui kit, web">
|
||||
|
||||
<title>NobleUI - HTML Bootstrap 5 Admin Dashboard Template</title>
|
||||
|
||||
<!-- Fonts -->
|
||||
<link rel="preconnect" href="https://fonts.googleapis.com">
|
||||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
||||
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&display=swap" rel="stylesheet">
|
||||
<!-- End fonts -->
|
||||
|
||||
<!-- core:css -->
|
||||
<link rel="stylesheet" href="../../../assets/vendors/core/core.css">
|
||||
<!-- endinject -->
|
||||
|
||||
<!-- Plugin css for this page -->
|
||||
<!-- End plugin css for this page -->
|
||||
|
||||
<!-- inject:css -->
|
||||
<link rel="stylesheet" href="../../../assets/fonts/feather-font/css/iconfont.css">
|
||||
<link rel="stylesheet" href="../../../assets/vendors/flag-icon-css/css/flag-icon.min.css">
|
||||
<!-- endinject -->
|
||||
|
||||
<!-- Layout styles -->
|
||||
<link rel="stylesheet" href="../../../assets/css/demo2/style.css">
|
||||
<!-- End layout styles -->
|
||||
|
||||
<link rel="shortcut icon" href="../../../assets/images/favicon.png" />
|
||||
</head>
|
||||
<body>
|
||||
<div class="main-wrapper">
|
||||
<div class="page-wrapper full-page">
|
||||
<div class="page-content d-flex align-items-center justify-content-center">
|
||||
|
||||
<div class="row w-100 mx-0 auth-page">
|
||||
<div class="col-md-8 col-xl-6 mx-auto">
|
||||
<div class="card">
|
||||
<div class="row">
|
||||
<div class="col-md-4 pe-md-0">
|
||||
<div class="auth-side-wrapper">
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-md-8 ps-md-0">
|
||||
<div class="auth-form-wrapper px-4 py-5">
|
||||
<a href="#" class="noble-ui-logo logo-light d-block mb-2">Noble<span>UI</span></a>
|
||||
<h5 class="text-muted fw-normal mb-4">Welcome back! Log in to your account.</h5>
|
||||
<form class="forms-sample">
|
||||
<div class="mb-3">
|
||||
<label for="userEmail" class="form-label">Email address</label>
|
||||
<input type="email" class="form-control" id="userEmail" placeholder="Email">
|
||||
</div>
|
||||
<div class="mb-3">
|
||||
<label for="userPassword" class="form-label">Password</label>
|
||||
<input type="password" class="form-control" id="userPassword" autocomplete="current-password" placeholder="Password">
|
||||
</div>
|
||||
<div class="form-check mb-3">
|
||||
<input type="checkbox" class="form-check-input" id="authCheck">
|
||||
<label class="form-check-label" for="authCheck">
|
||||
Remember me
|
||||
</label>
|
||||
</div>
|
||||
<div>
|
||||
<a href="../../dashboard.html" class="btn btn-primary me-2 mb-2 mb-md-0 text-white">Login</a>
|
||||
<button type="button" class="btn btn-outline-primary btn-icon-text mb-2 mb-md-0">
|
||||
<i class="btn-icon-prepend" data-feather="twitter"></i>
|
||||
Login with twitter
|
||||
</button>
|
||||
</div>
|
||||
<a href="register.html" class="d-block mt-3 text-muted">Not a user? Sign up</a>
|
||||
</form>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- core:js -->
|
||||
<script src="../../../assets/vendors/core/core.js"></script>
|
||||
<!-- endinject -->
|
||||
|
||||
<!-- Plugin js for this page -->
|
||||
<!-- End plugin js for this page -->
|
||||
|
||||
<!-- inject:js -->
|
||||
<script src="../../../assets/vendors/feather-icons/feather.min.js"></script>
|
||||
<script src="../../../assets/js/template.js"></script>
|
||||
<!-- endinject -->
|
||||
|
||||
<!-- Custom js for this page -->
|
||||
<!-- End custom js for this page -->
|
||||
|
||||
</body>
|
||||
</html>
|
||||
119
public/backend/pages/auth/register.html
Normal file
119
public/backend/pages/auth/register.html
Normal file
@@ -0,0 +1,119 @@
|
||||
<!DOCTYPE html>
|
||||
<!--
|
||||
Template Name: NobleUI - HTML Bootstrap 5 Admin Dashboard Template
|
||||
Author: NobleUI
|
||||
Website: https://www.nobleui.com
|
||||
Portfolio: https://themeforest.net/user/nobleui/portfolio
|
||||
Contact: nobleui123@gmail.com
|
||||
Purchase: https://1.envato.market/nobleui_admin
|
||||
License: For each use you must have a valid license purchased only from above link in order to legally use the theme for your project.
|
||||
-->
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta http-equiv="X-UA-Compatible" content="ie=edge">
|
||||
<meta name="description" content="Responsive HTML Admin Dashboard Template based on Bootstrap 5">
|
||||
<meta name="author" content="NobleUI">
|
||||
<meta name="keywords" content="nobleui, bootstrap, bootstrap 5, bootstrap5, admin, dashboard, template, responsive, css, sass, html, theme, front-end, ui kit, web">
|
||||
|
||||
<title>NobleUI - HTML Bootstrap 5 Admin Dashboard Template</title>
|
||||
|
||||
<!-- Fonts -->
|
||||
<link rel="preconnect" href="https://fonts.googleapis.com">
|
||||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
||||
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&display=swap" rel="stylesheet">
|
||||
<!-- End fonts -->
|
||||
|
||||
<!-- core:css -->
|
||||
<link rel="stylesheet" href="../../../assets/vendors/core/core.css">
|
||||
<!-- endinject -->
|
||||
|
||||
<!-- Plugin css for this page -->
|
||||
<!-- End plugin css for this page -->
|
||||
|
||||
<!-- inject:css -->
|
||||
<link rel="stylesheet" href="../../../assets/fonts/feather-font/css/iconfont.css">
|
||||
<link rel="stylesheet" href="../../../assets/vendors/flag-icon-css/css/flag-icon.min.css">
|
||||
<!-- endinject -->
|
||||
|
||||
<!-- Layout styles -->
|
||||
<link rel="stylesheet" href="../../../assets/css/demo2/style.css">
|
||||
<!-- End layout styles -->
|
||||
|
||||
<link rel="shortcut icon" href="../../../assets/images/favicon.png" />
|
||||
</head>
|
||||
<body>
|
||||
<div class="main-wrapper">
|
||||
<div class="page-wrapper full-page">
|
||||
<div class="page-content d-flex align-items-center justify-content-center">
|
||||
|
||||
<div class="row w-100 mx-0 auth-page">
|
||||
<div class="col-md-8 col-xl-6 mx-auto">
|
||||
<div class="card">
|
||||
<div class="row">
|
||||
<div class="col-md-4 pe-md-0">
|
||||
<div class="auth-side-wrapper">
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-md-8 ps-md-0">
|
||||
<div class="auth-form-wrapper px-4 py-5">
|
||||
<a href="#" class="noble-ui-logo logo-light d-block mb-2">Noble<span>UI</span></a>
|
||||
<h5 class="text-muted fw-normal mb-4">Create a free account.</h5>
|
||||
<form class="forms-sample">
|
||||
<div class="mb-3">
|
||||
<label for="exampleInputUsername1" class="form-label">Username</label>
|
||||
<input type="text" class="form-control" id="exampleInputUsername1" autocomplete="Username" placeholder="Username">
|
||||
</div>
|
||||
<div class="mb-3">
|
||||
<label for="userEmail" class="form-label">Email address</label>
|
||||
<input type="email" class="form-control" id="userEmail" placeholder="Email">
|
||||
</div>
|
||||
<div class="mb-3">
|
||||
<label for="userPassword" class="form-label">Password</label>
|
||||
<input type="password" class="form-control" id="userPassword" autocomplete="current-password" placeholder="Password">
|
||||
</div>
|
||||
<div class="form-check mb-3">
|
||||
<input type="checkbox" class="form-check-input" id="authCheck">
|
||||
<label class="form-check-label" for="authCheck">
|
||||
Remember me
|
||||
</label>
|
||||
</div>
|
||||
<div>
|
||||
<a href="../../dashboard.html" class="btn btn-primary text-white me-2 mb-2 mb-md-0">Sign up</a>
|
||||
<button type="button" class="btn btn-outline-primary btn-icon-text mb-2 mb-md-0">
|
||||
<i class="btn-icon-prepend" data-feather="twitter"></i>
|
||||
Sign up with twitter
|
||||
</button>
|
||||
</div>
|
||||
<a href="login.html" class="d-block mt-3 text-muted">Already a user? Sign in</a>
|
||||
</form>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- core:js -->
|
||||
<script src="../../../assets/vendors/core/core.js"></script>
|
||||
<!-- endinject -->
|
||||
|
||||
<!-- Plugin js for this page -->
|
||||
<!-- End plugin js for this page -->
|
||||
|
||||
<!-- inject:js -->
|
||||
<script src="../../../assets/vendors/feather-icons/feather.min.js"></script>
|
||||
<script src="../../../assets/js/template.js"></script>
|
||||
<!-- endinject -->
|
||||
|
||||
<!-- Custom js for this page -->
|
||||
<!-- End custom js for this page -->
|
||||
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user