Template Files

This commit is contained in:
2025-11-20 23:11:58 -06:00
parent 26b49edfb4
commit ede00c44c6
133 changed files with 288792 additions and 0 deletions
+2072
View File
File diff suppressed because it is too large Load Diff
+2508
View File
File diff suppressed because it is too large Load Diff
File diff suppressed because it is too large Load Diff
File diff suppressed because it is too large Load Diff
File diff suppressed because it is too large Load Diff
File diff suppressed because it is too large Load Diff
File diff suppressed because it is too large Load Diff
File diff suppressed because it is too large Load Diff
File diff suppressed because it is too large Load Diff
File diff suppressed because it is too large Load Diff
File diff suppressed because it is too large Load Diff
+2239
View File
File diff suppressed because it is too large Load Diff
File diff suppressed because it is too large Load Diff
+2710
View File
File diff suppressed because it is too large Load Diff
File diff suppressed because it is too large Load Diff
File diff suppressed because it is too large Load Diff
File diff suppressed because it is too large Load Diff
File diff suppressed because it is too large Load Diff
File diff suppressed because it is too large Load Diff
File diff suppressed because it is too large Load Diff
+2595
View File
File diff suppressed because it is too large Load Diff
File diff suppressed because it is too large Load Diff
+2127
View File
File diff suppressed because it is too large Load Diff
File diff suppressed because it is too large Load Diff
File diff suppressed because it is too large Load Diff
File diff suppressed because it is too large Load Diff
File diff suppressed because it is too large Load Diff
File diff suppressed because it is too large Load Diff
File diff suppressed because it is too large Load Diff
File diff suppressed because it is too large Load Diff
+2090
View File
File diff suppressed because it is too large Load Diff
File diff suppressed because it is too large Load Diff
File diff suppressed because it is too large Load Diff
File diff suppressed because it is too large Load Diff
File diff suppressed because it is too large Load Diff
File diff suppressed because it is too large Load Diff
File diff suppressed because it is too large Load Diff
File diff suppressed because it is too large Load Diff
+2074
View File
File diff suppressed because it is too large Load Diff
File diff suppressed because it is too large Load Diff
File diff suppressed because it is too large Load Diff
File diff suppressed because it is too large Load Diff
File diff suppressed because it is too large Load Diff
File diff suppressed because it is too large Load Diff
+2276
View File
File diff suppressed because it is too large Load Diff
+2786
View File
File diff suppressed because it is too large Load Diff
+2370
View File
File diff suppressed because it is too large Load Diff
+2685
View File
File diff suppressed because it is too large Load Diff
File diff suppressed because it is too large Load Diff
+2392
View File
File diff suppressed because it is too large Load Diff
File diff suppressed because it is too large Load Diff
File diff suppressed because it is too large Load Diff
File diff suppressed because it is too large Load Diff
File diff suppressed because it is too large Load Diff
File diff suppressed because it is too large Load Diff
File diff suppressed because it is too large Load Diff
File diff suppressed because it is too large Load Diff
File diff suppressed because it is too large Load Diff
+3505
View File
File diff suppressed because it is too large Load Diff
+2204
View File
File diff suppressed because it is too large Load Diff
+3643
View File
File diff suppressed because it is too large Load Diff
File diff suppressed because it is too large Load Diff
+2281
View File
File diff suppressed because it is too large Load Diff
+2519
View File
File diff suppressed because it is too large Load Diff
+1987
View File
File diff suppressed because it is too large Load Diff
+2073
View File
File diff suppressed because it is too large Load Diff
File diff suppressed because it is too large Load Diff
+5547
View File
File diff suppressed because it is too large Load Diff
+2743
View File
File diff suppressed because it is too large Load Diff
+643
View File
@@ -0,0 +1,643 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>Landing Page | Hyper - Responsive Bootstrap 5 Admin Dashboard</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta content="A fully featured admin theme which can be used to build CRM, CMS, etc." name="description" />
<meta content="Coderthemes" name="author" />
<!-- App favicon -->
<link rel="shortcut icon" href="assets/images/favicon.ico">
<!-- Theme Config Js -->
<script src="assets/js/hyper-config.js"></script>
<!-- Vendor css -->
<link href="assets/css/vendor.min.css" rel="stylesheet" type="text/css" />
<!-- App css -->
<link href="assets/css/app-saas.min.css" rel="stylesheet" type="text/css" id="app-style" />
<!-- Icons css -->
<link href="assets/css/icons.min.css" rel="stylesheet" type="text/css" />
</head>
<body>
<!-- NAVBAR START -->
<nav class="navbar navbar-expand-lg py-lg-3 navbar-dark">
<div class="container">
<!-- logo -->
<a href="index.html" class="navbar-brand me-lg-5">
<img src="assets/images/logo.png" alt="logo" class="logo-dark" height="22" />
</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarNavDropdown" aria-controls="navbarNavDropdown" aria-expanded="false" aria-label="Toggle navigation">
<i class="mdi mdi-menu"></i>
</button>
<!-- menus -->
<div class="collapse navbar-collapse" id="navbarNavDropdown">
<!-- left menu -->
<ul class="navbar-nav me-auto align-items-center">
<li class="nav-item mx-lg-1">
<a class="nav-link active" href="">Home</a>
</li>
<li class="nav-item mx-lg-1">
<a class="nav-link" href="">Features</a>
</li>
<li class="nav-item mx-lg-1">
<a class="nav-link" href="">Pricing</a>
</li>
<li class="nav-item mx-lg-1">
<a class="nav-link" href="">FAQs</a>
</li>
<li class="nav-item mx-lg-1">
<a class="nav-link" href="">Clients</a>
</li>
<li class="nav-item mx-lg-1">
<a class="nav-link" href="">Contact</a>
</li>
</ul>
<!-- right menu -->
<ul class="navbar-nav ms-auto align-items-center">
<li class="nav-item me-0">
<a href="https://themes.getbootstrap.com/product/hyper-responsive-admin-dashboard-template/" target="_blank" class="nav-link d-lg-none">Purchase now</a>
<a href="https://themes.getbootstrap.com/product/hyper-responsive-admin-dashboard-template/" target="_blank" class="btn btn-sm btn-light rounded-pill d-none d-lg-inline-flex">
<i class="mdi mdi-basket me-2"></i> Purchase Now
</a>
</li>
</ul>
</div>
</div>
</nav>
<!-- NAVBAR END -->
<!-- START HERO -->
<section class="hero-section">
<div class="container">
<div class="row align-items-center">
<div class="col-md-5">
<div class="mt-md-4">
<div>
<span class="badge bg-danger font-13 rounded-pill">New</span>
<span class="text-white-50 ms-1">Welcome to new landing page</span>
</div>
<h2 class="text-white fw-normal mb-4 mt-3 lh-base">
Hyper - Responsive Web UI Kit & Dashboard Template
</h2>
<p class="mb-4 font-16 text-white-50">Hyper is a fully featured dashboard and admin template
comes with tones of well designed UI elements, components, widgets and pages.</p>
<a href="" target="_blank" class="btn btn-lg font-16 btn-success">Get Free Trial <i class="mdi mdi-arrow-right ms-1"></i></a>
<a href="" target="_blank" class="btn btn-lg font-16 btn-info">Check Demos</a>
</div>
</div>
<div class="col-md-5 offset-md-2">
<div class="text-md-end mt-3 mt-md-0">
<img src="assets/images/svg/startup.svg" alt="" class="img-fluid" />
</div>
</div>
</div>
</div>
</section>
<!-- END HERO -->
<!-- START SERVICES -->
<section class="py-5">
<div class="container">
<div class="row py-4">
<div class="col-lg-12">
<div class="text-center">
<h1 class="mt-0"><i class="mdi mdi-infinity"></i></h1>
<h3>The admin is fully <span class="text-primary">responsive</span> and easy to <span class="text-primary">customize</span></h3>
<p class="text-muted mt-2">The clean and well commented code allows easy customization of the
theme.It's designed for
<br>describing your app, agency or business.
</p>
</div>
</div>
</div>
<div class="row">
<div class="col-lg-4 col-md-6">
<div class="text-center p-2 p-sm-3">
<div class="avatar-sm m-auto">
<span class="avatar-title bg-primary-lighten rounded-circle">
<i class="uil uil-desktop text-primary font-24"></i>
</span>
</div>
<h4 class="mt-3">Responsive Layouts</h4>
<p class="text-muted mt-2 mb-0">Et harum quidem rerum as expedita distinctio nam libero tempore
cum soluta nobis est cumque quo.
</p>
</div>
</div>
<div class="col-lg-4 col-md-6">
<div class="text-center p-2 p-sm-3">
<div class="avatar-sm m-auto">
<span class="avatar-title bg-primary-lighten rounded-circle">
<i class="uil uil-vector-square text-primary font-24"></i>
</span>
</div>
<h4 class="mt-3">Based on Bootstrap UI</h4>
<p class="text-muted mt-2 mb-0">Temporibus autem quibusdam et aut officiis necessitatibus saepe
eveniet ut sit et recusandae.
</p>
</div>
</div>
<div class="col-lg-4 col-md-6">
<div class="text-center p-2 p-sm-3">
<div class="avatar-sm m-auto">
<span class="avatar-title bg-primary-lighten rounded-circle">
<i class="uil uil-presentation text-primary font-24"></i>
</span>
</div>
<h4 class="mt-3">Creative Design</h4>
<p class="text-muted mt-2 mb-0">Nam libero tempore, cum soluta a est eligendi minus id quod
maxime placeate facere assumenda est.
</p>
</div>
</div>
<div class="col-lg-4 col-md-6">
<div class="text-center p-2 p-sm-3">
<div class="avatar-sm m-auto">
<span class="avatar-title bg-primary-lighten rounded-circle">
<i class="uil uil-apps text-primary font-24"></i>
</span>
</div>
<h4 class="mt-3">Multiple Applications</h4>
<p class="text-muted mt-2 mb-0">Et harum quidem rerum as expedita distinctio nam libero tempore
cum soluta nobis est cumque quo.
</p>
</div>
</div>
<div class="col-lg-4 col-md-6">
<div class="text-center p-2 p-sm-3">
<div class="avatar-sm m-auto">
<span class="avatar-title bg-primary-lighten rounded-circle">
<i class="uil uil-shopping-cart-alt text-primary font-24"></i>
</span>
</div>
<h4 class="mt-3">Ecommerce Pages</h4>
<p class="text-muted mt-2 mb-0">Temporibus autem quibusdam et aut officiis necessitatibus saepe
eveniet ut sit et recusandae.
</p>
</div>
</div>
<div class="col-lg-4 col-md-6">
<div class="text-center p-2 p-sm-3">
<div class="avatar-sm m-auto">
<span class="avatar-title bg-primary-lighten rounded-circle">
<i class="uil uil-grids text-primary font-24"></i>
</span>
</div>
<h4 class="mt-3">Multiple Layouts</h4>
<p class="text-muted mt-2 mb-0">Nam libero tempore, cum soluta a est eligendi minus id quod
maxime placeate facere assumenda est.
</p>
</div>
</div>
</div>
</div>
</section>
<!-- END SERVICES -->
<!-- START FEATURES 1 -->
<section class="py-5 bg-light-lighten border-top border-bottom border-light">
<div class="container">
<div class="row">
<div class="col-lg-12">
<div class="text-center">
<h3>Flexible <span class="text-primary">Layouts</span></h3>
<p class="text-muted mt-2">There are three different layout options available to cater need for
any <br /> modern web
application.</p>
</div>
</div>
</div>
<div class="row mt-1">
<div class="col-lg-4 col-md-6">
<div class="demo-box text-center mt-3">
<img src="assets/images/layouts/layout-1.png" alt="demo-img" class="img-fluid shadow-sm rounded">
<h5 class="mt-3 f-17">Vertical Layout</h5>
</div>
</div>
<div class="col-lg-4 col-md-6">
<div class="demo-box text-center mt-3">
<img src="assets/images/layouts/layout-2.png" alt="demo-img" class="img-fluid shadow-sm rounded">
<h5 class="mt-3 f-17">Horizontal Layout</h5>
</div>
</div>
<div class="col-lg-4 col-md-6">
<div class="demo-box text-center mt-3">
<img src="assets/images/layouts/layout-3.png" alt="demo-img" class="img-fluid shadow-sm rounded">
<h5 class="mt-3 f-17">Detached Layout</h5>
</div>
</div>
<div class="col-lg-4 col-md-6">
<div class="demo-box text-center mt-3">
<img src="assets/images/layouts/layout-5.png" alt="demo-img" class="img-fluid shadow-sm rounded">
<h5 class="mt-3 f-17">Light Sidenav Layout</h5>
</div>
</div>
<div class="col-lg-4 col-md-6">
<div class="demo-box text-center mt-3">
<img src="assets/images/layouts/layout-6.png" alt="demo-img" class="img-fluid shadow-sm rounded">
<h5 class="mt-3 f-17">Boxed Layout</h5>
</div>
</div>
<div class="col-lg-4 col-md-6">
<div class="demo-box text-center mt-3">
<img src="assets/images/layouts/layout-4.png" alt="demo-img" class="img-fluid shadow-sm rounded">
<h5 class="mt-3 f-17">Semi Dark Layout</h5>
</div>
</div>
</div>
</div>
</section>
<!-- END FEATURES 1 -->
<!-- START FEATURES 2 -->
<section class="py-5">
<div class="container">
<div class="row">
<div class="col-lg-12">
<div class="text-center">
<h1 class="mt-0"><i class="mdi mdi-heart-multiple-outline"></i></h1>
<h3>Features you'll <span class="text-danger">love</span></h3>
<p class="text-muted mt-2">Hyper comes with next generation ui design and have multiple benefits
</p>
</div>
</div>
</div>
<div class="row mt-2 py-5 align-items-center">
<div class="col-lg-5 col-md-6">
<img src="assets/images/svg/features-1.svg" class="img-fluid" alt="">
</div>
<div class="col-lg-6 offset-md-1 col-md-5">
<h3 class="fw-normal">Inbuilt applications and pages</h3>
<p class="text-muted mt-3">Hyper comes with a variety of ready-to-use applications and pages that help to speed up the development</p>
<div class="mt-4">
<p class="text-muted"><i class="mdi mdi-circle-medium text-primary"></i> Projects & Tasks</p>
<p class="text-muted"><i class="mdi mdi-circle-medium text-primary"></i> Ecommerce Application Pages</p>
<p class="text-muted"><i class="mdi mdi-circle-medium text-primary"></i> Profile, pricing, invoice</p>
<p class="text-muted"><i class="mdi mdi-circle-medium text-primary"></i> Login, signup, forget password</p>
</div>
<a href="" class="btn btn-primary rounded-pill mt-3">Read More <i class="mdi mdi-arrow-right ms-1"></i></a>
</div>
</div>
<div class="row pb-3 pt-5 align-items-center">
<div class="col-lg-6 col-md-5">
<h3 class="fw-normal">Simply beautiful design</h3>
<p class="text-muted mt-3">The simplest and fastest way to build dashboard or admin panel. Hyper is built using the latest tech and tools and provide an easy way to customize anything, including an overall color schemes, layout, etc.</p>
<div class="mt-4">
<p class="text-muted"><i class="mdi mdi-circle-medium text-success"></i> Built with latest Bootstrap</p>
<p class="text-muted"><i class="mdi mdi-circle-medium text-success"></i> Extensive use of SCSS variables</p>
<p class="text-muted"><i class="mdi mdi-circle-medium text-success"></i> Well documented and structured code</p>
<p class="text-muted"><i class="mdi mdi-circle-medium text-success"></i> Detailed Documentation</p>
</div>
<a href="" class="btn btn-success rounded-pill mt-3">Read More <i class="mdi mdi-arrow-right ms-1"></i></a>
</div>
<div class="col-lg-5 col-md-6 offset-md-1">
<img src="assets/images/svg/features-2.svg" class="img-fluid" alt="">
</div>
</div>
</div>
</section>
<!-- END FEATURES 2 -->
<!-- START PRICING -->
<section class="py-5 bg-light-lighten border-top border-bottom border-light">
<div class="container">
<div class="row">
<div class="col-lg-12">
<div class="text-center">
<h1 class="mt-0"><i class="mdi mdi-tag-multiple"></i></h1>
<h3>Choose Simple <span class="text-primary">Pricing</span></h3>
<p class="text-muted mt-2">The clean and well commented code allows easy customization of the
theme.It's designed for
<br>describing your app, agency or business.
</p>
</div>
</div>
</div>
<div class="row mt-5 pt-3">
<div class="col-md-4">
<div class="card card-pricing">
<div class="card-body text-center">
<p class="card-pricing-plan-name fw-bold text-uppercase">Standard License </p>
<i class="card-pricing-icon ri-user-line text-primary"></i>
<h2 class="card-pricing-price">$49 <span>/ License</span></h2>
<ul class="card-pricing-features">
<li>10 GB Storage</li>
<li>500 GB Bandwidth</li>
<li>No Domain</li>
<li>1 User</li>
<li>Email Support</li>
<li>24x7 Support</li>
</ul>
<button class="btn btn-primary mt-4 mb-2 rounded-pill">Choose Plan</button>
</div>
</div>
<!-- end Pricing_card -->
</div>
<!-- end col -->
<div class="col-md-4">
<div class="card card-pricing card-pricing-recommended">
<div class="card-body text-center">
<div class="card-pricing-plan-tag">Recommended</div>
<p class="card-pricing-plan-name fw-bold text-uppercase">Multiple License</p>
<i class="card-pricing-icon ri-briefcase-line text-primary"></i>
<h2 class="card-pricing-price">$99 <span>/ License</span></h2>
<ul class="card-pricing-features">
<li>50 GB Storage</li>
<li>900 GB Bandwidth</li>
<li>2 Domain</li>
<li>10 User</li>
<li>Email Support</li>
<li>24x7 Support</li>
</ul>
<button class="btn btn-primary mt-4 mb-2 rounded-pill">Choose Plan</button>
</div>
</div>
<!-- end Pricing_card -->
</div>
<!-- end col -->
<div class="col-md-4">
<div class="card card-pricing">
<div class="card-body text-center">
<p class="card-pricing-plan-name fw-bold text-uppercase">Extended License</p>
<i class="card-pricing-icon ri-store-2-line text-primary"></i>
<h2 class="card-pricing-price">$599 <span>/ License</span></h2>
<ul class="card-pricing-features">
<li>100 GB Storege</li>
<li>Unlimited Bandwidth</li>
<li>10 Domain</li>
<li>Unlimited User</li>
<li>Email Support</li>
<li>24x7 Support</li>
</ul>
<button class="btn btn-primary mt-4 mb-2 rounded-pill">Choose Plan</button>
</div>
</div>
<!-- end Pricing_card -->
</div>
<!-- end col -->
</div>
</div>
</section>
<!-- END PRICING -->
<!-- START FAQ -->
<section class="py-5">
<div class="container">
<div class="row">
<div class="col-lg-12">
<div class="text-center">
<h1 class="mt-0"><i class="mdi mdi-frequently-asked-questions"></i></h1>
<h3>Frequently Asked <span class="text-primary">Questions</span></h3>
<p class="text-muted mt-2">Here are some of the basic types of questions for our customers. For more
<br>information please contact us.
</p>
<button type="button" class="btn btn-success btn-sm mt-2"><i class="mdi mdi-email-outline me-1"></i> Email us your question</button>
<button type="button" class="btn btn-info btn-sm mt-2 ms-1"><i class="mdi mdi-twitter me-1"></i> Send us a tweet</button>
</div>
</div>
</div>
<div class="row mt-5">
<div class="col-lg-5 offset-lg-1">
<!-- Question/Answer -->
<div>
<div class="faq-question-q-box">Q.</div>
<h4 class="faq-question text-body">Can I use this template for my client?</h4>
<p class="faq-answer mb-4 pb-1 text-muted">Yup, the marketplace license allows you to use this theme
in any end products.
For more information on licenses, please refere <a href="https://themes.getbootstrap.com/licenses/" target="_blank">here</a>.</p>
</div>
<!-- Question/Answer -->
<div>
<div class="faq-question-q-box">Q.</div>
<h4 class="faq-question text-body">How do I get help with the theme?</h4>
<p class="faq-answer mb-4 pb-1 text-muted">Use our dedicated support email (support@coderthemes.com) to send your issues or feedback. We are here to help anytime.</p>
</div>
</div>
<!--/col-lg-5 -->
<div class="col-lg-5">
<!-- Question/Answer -->
<div>
<div class="faq-question-q-box">Q.</div>
<h4 class="faq-question text-body">Can this theme work with Wordpress?</h4>
<p class="faq-answer mb-4 pb-1 text-muted">No. This is a HTML template. It won't directly with
wordpress, though you can convert this into wordpress compatible theme.</p>
</div>
<!-- Question/Answer -->
<div>
<div class="faq-question-q-box">Q.</div>
<h4 class="faq-question text-body">Will you regularly give updates of Hyper?</h4>
<p class="faq-answer mb-4 pb-1 text-muted">Yes, We will update the Hyper regularly. All the
future updates would be available without any cost.</p>
</div>
</div>
<!--/col-lg-5-->
</div>
<!-- end row -->
</div> <!-- end container-->
</section>
<!-- END FAQ -->
<!-- START CONTACT -->
<section class="py-5 bg-light-lighten border-top border-bottom border-light">
<div class="container">
<div class="row">
<div class="col-lg-12">
<div class="text-center">
<h3>Get In <span class="text-primary">Touch</span></h3>
<p class="text-muted mt-2">Please fill out the following form and we will get back to you shortly. For more
<br>information please contact us.
</p>
</div>
</div>
</div>
<div class="row align-items-center mt-3">
<div class="col-md-4">
<p class="text-muted"><span class="fw-bold">Customer Support:</span><br> <span class="d-block mt-1">+1 234 56 7894</span></p>
<p class="text-muted mt-4"><span class="fw-bold">Email Address:</span><br> <span class="d-block mt-1">info@gmail.com</span></p>
<p class="text-muted mt-4"><span class="fw-bold">Office Address:</span><br> <span class="d-block mt-1">4461 Cedar Street Moro, AR 72368</span></p>
<p class="text-muted mt-4"><span class="fw-bold">Office Time:</span><br> <span class="d-block mt-1">9:00AM To 6:00PM</span></p>
</div>
<div class="col-md-7">
<form>
<div class="row mt-4">
<div class="col-lg-6">
<div class="mb-2">
<label for="fullname" class="form-label">Your Name</label>
<input class="form-control form-control-light py-2" type="text" id="fullname" placeholder="Name...">
</div>
</div>
<div class="col-lg-6">
<div class="mb-2">
<label for="emailaddress" class="form-label">Your Email</label>
<input class="form-control form-control-light py-2" type="email" required="" id="emailaddress" placeholder="Enter you email...">
</div>
</div>
</div>
<div class="row mt-1">
<div class="col-lg-12">
<div class="mb-2">
<label for="subject" class="form-label">Your Subject</label>
<input class="form-control form-control-light py-2" type="text" id="subject" placeholder="Enter subject...">
</div>
</div>
</div>
<div class="row mt-1">
<div class="col-lg-12">
<div class="mb-2">
<label for="comments" class="form-label">Message</label>
<textarea id="comments" rows="4" class="form-control form-control-light" placeholder="Type your message here..."></textarea>
</div>
</div>
</div>
<div class="row mt-2">
<div class="col-12 text-end">
<button class="btn btn-primary">Send a Message <i class="mdi mdi-telegram ms-1"></i> </button>
</div>
</div>
</form>
</div>
</div>
</div>
</section>
<!-- END CONTACT -->
<!-- START FOOTER -->
<footer class="bg-dark py-5">
<div class="container">
<div class="row">
<div class="col-lg-6">
<img src="assets/images/logo.png" alt="logo" class="logo-dark" height="22" />
<p class="text-light text-opacity-50 mt-4">Hyper makes it easier to build better websites with
<br> great speed. Save hundreds of hours of design
<br> and development by using it.
</p>
<ul class="social-list list-inline mt-3">
<li class="list-inline-item text-center">
<a href="javascript: void(0);" class="social-list-item border-primary text-primary"><i class="mdi mdi-facebook"></i></a>
</li>
<li class="list-inline-item text-center">
<a href="javascript: void(0);" class="social-list-item border-danger text-danger"><i class="mdi mdi-google"></i></a>
</li>
<li class="list-inline-item text-center">
<a href="javascript: void(0);" class="social-list-item border-info text-info"><i class="mdi mdi-twitter"></i></a>
</li>
<li class="list-inline-item text-center">
<a href="javascript: void(0);" class="social-list-item border-secondary text-secondary"><i class="mdi mdi-github"></i></a>
</li>
</ul>
</div>
<div class="col-lg-2 col-md-4 mt-3 mt-lg-0">
<h5 class="text-light">Company</h5>
<ul class="list-unstyled ps-0 mb-0 mt-3">
<li class="mt-2"><a href="javascript: void(0);" class="text-light text-opacity-50">About Us</a></li>
<li class="mt-2"><a href="javascript: void(0);" class="text-light text-opacity-50">Documentation</a></li>
<li class="mt-2"><a href="javascript: void(0);" class="text-light text-opacity-50">Blog</a></li>
<li class="mt-2"><a href="javascript: void(0);" class="text-light text-opacity-50">Affiliate Program</a></li>
</ul>
</div>
<div class="col-lg-2 col-md-4 mt-3 mt-lg-0">
<h5 class="text-light">Apps</h5>
<ul class="list-unstyled ps-0 mb-0 mt-3">
<li class="mt-2"><a href="javascript: void(0);" class="text-light text-opacity-50">Ecommerce Pages</a></li>
<li class="mt-2"><a href="javascript: void(0);" class="text-light text-opacity-50">Email</a></li>
<li class="mt-2"><a href="javascript: void(0);" class="text-light text-opacity-50">Social Feed</a></li>
<li class="mt-2"><a href="javascript: void(0);" class="text-light text-opacity-50">Projects</a></li>
<li class="mt-2"><a href="javascript: void(0);" class="text-light text-opacity-50">Tasks Management</a></li>
</ul>
</div>
<div class="col-lg-2 col-md-4 mt-3 mt-lg-0">
<h5 class="text-light">Discover</h5>
<ul class="list-unstyled ps-0 mb-0 mt-3">
<li class="mt-2"><a href="javascript: void(0);" class="text-light text-opacity-50">Help Center</a></li>
<li class="mt-2"><a href="javascript: void(0);" class="text-light text-opacity-50">Our Products</a></li>
<li class="mt-2"><a href="javascript: void(0);" class="text-light text-opacity-50">Privacy</a></li>
</ul>
</div>
</div>
<div class="row">
<div class="col-lg-12">
<div class="mt-5">
<p class="text-light text-opacity-50 mt-4 text-center mb-0">© 2018 -
<script>document.write(new Date().getFullYear())</script> Hyper. Design and coded by
Coderthemes
</p>
</div>
</div>
</div>
</div>
</footer>
<!-- END FOOTER -->
<!-- Vendor js -->
<script src="assets/js/vendor.min.js"></script>
<!-- App js -->
<script src="assets/js/app.min.js"></script>
</body>
</html>
+2495
View File
File diff suppressed because it is too large Load Diff
File diff suppressed because it is too large Load Diff
+2495
View File
File diff suppressed because it is too large Load Diff
File diff suppressed because it is too large Load Diff
File diff suppressed because it is too large Load Diff
+2495
View File
File diff suppressed because it is too large Load Diff
File diff suppressed because it is too large Load Diff
+2039
View File
File diff suppressed because it is too large Load Diff
+2064
View File
File diff suppressed because it is too large Load Diff
+1983
View File
File diff suppressed because it is too large Load Diff
+86
View File
@@ -0,0 +1,86 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>Error 404 | Hyper - Responsive Bootstrap 5 Admin Dashboard</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta content="A fully featured admin theme which can be used to build CRM, CMS, etc." name="description" />
<meta content="Coderthemes" name="author" />
<!-- App favicon -->
<link rel="shortcut icon" href="assets/images/favicon.ico">
<!-- Theme Config Js -->
<script src="assets/js/hyper-config.js"></script>
<!-- Vendor css -->
<link href="assets/css/vendor.min.css" rel="stylesheet" type="text/css" />
<!-- App css -->
<link href="assets/css/app-saas.min.css" rel="stylesheet" type="text/css" id="app-style" />
<!-- Icons css -->
<link href="assets/css/icons.min.css" rel="stylesheet" type="text/css" />
</head>
<body class="authentication-bg">
<div class="position-absolute start-0 end-0 start-0 bottom-0 w-100 h-100">
<svg xmlns='http://www.w3.org/2000/svg' width='100%' height='100%' viewBox='0 0 800 800'>
<g fill-opacity='0.22'>
<circle style="fill: rgba(var(--ct-primary-rgb), 0.1);" cx='400' cy='400' r='600' />
<circle style="fill: rgba(var(--ct-primary-rgb), 0.2);" cx='400' cy='400' r='500' />
<circle style="fill: rgba(var(--ct-primary-rgb), 0.3);" cx='400' cy='400' r='300' />
<circle style="fill: rgba(var(--ct-primary-rgb), 0.4);" cx='400' cy='400' r='200' />
<circle style="fill: rgba(var(--ct-primary-rgb), 0.5);" cx='400' cy='400' r='100' />
</g>
</svg>
</div>
<div class="account-pages pt-2 pt-sm-5 pb-4 pb-sm-5 position-relative">
<div class="container">
<div class="row justify-content-center">
<div class="col-xxl-4 col-lg-5">
<div class="card">
<!-- Logo -->
<div class="card-header py-4 text-center bg-primary">
<a href="index.html">
<span><img src="assets/images/logo.png" alt="logo" height="22"></span>
</a>
</div>
<div class="card-body p-4">
<div class="text-center">
<h1 class="text-error">4<i class="mdi mdi-emoticon-sad"></i>4</h1>
<h4 class="text-uppercase text-danger mt-3">Page Not Found</h4>
<p class="text-muted mt-3">It's looking like you may have taken a wrong turn. Don't worry... it
happens to the best of us. Here's a
little tip that might help you get back on track.</p>
<a class="btn btn-info mt-3" href="index.html"><i class="mdi mdi-reply"></i> Return Home</a>
</div>
</div> <!-- end card-body-->
</div>
<!-- end card -->
</div> <!-- end col -->
</div>
<!-- end row -->
</div>
<!-- end container -->
</div>
<!-- end page -->
<footer class="footer footer-alt">
2018 -
<script>document.write(new Date().getFullYear())</script> © Hyper - Coderthemes.com
</footer>
<!-- Vendor js -->
<script src="assets/js/vendor.min.js"></script>
<!-- App js -->
<script src="assets/js/app.min.js"></script>
</body>
</html>
+89
View File
@@ -0,0 +1,89 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>Error 500 | Hyper - Responsive Bootstrap 5 Admin Dashboard</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta content="A fully featured admin theme which can be used to build CRM, CMS, etc." name="description" />
<meta content="Coderthemes" name="author" />
<!-- App favicon -->
<link rel="shortcut icon" href="assets/images/favicon.ico">
<!-- Theme Config Js -->
<script src="assets/js/hyper-config.js"></script>
<!-- Vendor css -->
<link href="assets/css/vendor.min.css" rel="stylesheet" type="text/css" />
<!-- App css -->
<link href="assets/css/app-saas.min.css" rel="stylesheet" type="text/css" id="app-style" />
<!-- Icons css -->
<link href="assets/css/icons.min.css" rel="stylesheet" type="text/css" />
</head>
<body class="authentication-bg">
<div class="position-absolute start-0 end-0 start-0 bottom-0 w-100 h-100">
<svg xmlns='http://www.w3.org/2000/svg' width='100%' height='100%' viewBox='0 0 800 800'>
<g fill-opacity='0.22'>
<circle style="fill: rgba(var(--ct-primary-rgb), 0.1);" cx='400' cy='400' r='600' />
<circle style="fill: rgba(var(--ct-primary-rgb), 0.2);" cx='400' cy='400' r='500' />
<circle style="fill: rgba(var(--ct-primary-rgb), 0.3);" cx='400' cy='400' r='300' />
<circle style="fill: rgba(var(--ct-primary-rgb), 0.4);" cx='400' cy='400' r='200' />
<circle style="fill: rgba(var(--ct-primary-rgb), 0.5);" cx='400' cy='400' r='100' />
</g>
</svg>
</div>
<div class="account-pages pt-2 pt-sm-5 pb-4 pb-sm-5 position-relative">
<div class="container">
<div class="row justify-content-center">
<div class="col-xxl-4 col-lg-5">
<div class="card">
<!-- Logo -->
<div class="card-header py-4 text-center bg-primary">
<a href="index.html">
<span><img src="assets/images/logo.png" alt="logo" height="22"></span>
</a>
</div>
<div class="card-body p-4">
<div class="text-center">
<img src="assets/images/svg/startman.svg" height="120" alt="File not found Image">
<h1 class="text-error mt-4">500</h1>
<h4 class="text-uppercase text-danger mt-3">Internal Server Error</h4>
<p class="text-muted mt-3">Why not try refreshing your page? or you can contact <a href="" class="text-muted"><b>Support</b></a></p>
<a class="btn btn-info mt-3" href="index.html"><i class="mdi mdi-reply"></i> Return Home</a>
</div>
</div> <!-- end card-body-->
</div>
<!-- end card-->
</div> <!-- end col -->
</div>
<!-- end row -->
</div>
<!-- end container -->
</div>
<!-- end page -->
<footer class="footer footer-alt">
2018 -
<script>document.write(new Date().getFullYear())</script> © Hyper - Coderthemes.com
</footer>
<!-- Vendor js -->
<script src="assets/js/vendor.min.js"></script>
<!-- App js -->
<script src="assets/js/app.min.js"></script>
</body>
</html>
+99
View File
@@ -0,0 +1,99 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>Confirm Email | Hyper - Responsive Bootstrap 5 Admin Dashboard</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta content="A fully featured admin theme which can be used to build CRM, CMS, etc." name="description" />
<meta content="Coderthemes" name="author" />
<!-- App favicon -->
<link rel="shortcut icon" href="assets/images/favicon.ico">
<!-- Theme Config Js -->
<script src="assets/js/hyper-config.js"></script>
<!-- Vendor css -->
<link href="assets/css/vendor.min.css" rel="stylesheet" type="text/css" />
<!-- App css -->
<link href="assets/css/app-saas.min.css" rel="stylesheet" type="text/css" id="app-style" />
<!-- Icons css -->
<link href="assets/css/icons.min.css" rel="stylesheet" type="text/css" />
</head>
<body class="authentication-bg pb-0">
<div class="auth-fluid">
<!--Auth fluid left content -->
<div class="auth-fluid-form-box">
<div class="card-body d-flex flex-column h-100 gap-3">
<!-- Logo -->
<div class="auth-brand text-center text-lg-start">
<a href="index.html" class="logo-dark">
<span><img src="assets/images/logo-dark.png" alt="dark logo" height="22"></span>
</a>
<a href="index.html" class="logo-light">
<span><img src="assets/images/logo.png" alt="logo" height="22"></span>
</a>
</div>
<div class="my-auto">
<!-- email send icon with text-->
<div class="text-center m-auto">
<img src="assets/images/svg/mail_sent.svg" alt="mail sent image" height="64" />
<h4 class="text-dark-50 text-center mt-4 fw-bold">Please check your email</h4>
<p class="text-muted mb-4">
A email has been send to <b>youremail@domain.com</b>.
Please check for an email from company and click on the included link to
reset your password.
</p>
</div>
<!-- form -->
<form action="index.html">
<div class="mb-0 d-grid text-center">
<button class="btn btn-primary" type="submit"><i class="mdi mdi-home me-1"></i> Back to Home </button>
</div>
</form>
<!-- end form-->
</div>
<!-- Footer-->
<footer class="footer footer-alt">
<p class="text-muted">2018 -
<script>document.write(new Date().getFullYear())</script> © Hyper - Coderthemes.com
</p>
</footer>
</div> <!-- end .card-body -->
</div>
<!-- end auth-fluid-form-box-->
<!-- Auth fluid right content -->
<div class="auth-fluid-right text-center">
<div class="auth-user-testimonial">
<h2 class="mb-3">I love the color!</h2>
<p class="lead"><i class="mdi mdi-format-quote-open"></i> It's a elegent templete. I love it very much! . <i class="mdi mdi-format-quote-close"></i>
</p>
<p>
- Hyper Admin User
</p>
</div> <!-- end auth-user-testimonial-->
</div>
<!-- end Auth fluid right content -->
</div>
<!-- end auth-fluid-->
<!-- Vendor js -->
<script src="assets/js/vendor.min.js"></script>
<!-- App js -->
<script src="assets/js/app.min.js"></script>
</body>
</html>
+95
View File
@@ -0,0 +1,95 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>Confirm Email | Hyper - Responsive Bootstrap 5 Admin Dashboard</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta content="A fully featured admin theme which can be used to build CRM, CMS, etc." name="description" />
<meta content="Coderthemes" name="author" />
<!-- App favicon -->
<link rel="shortcut icon" href="assets/images/favicon.ico">
<!-- Theme Config Js -->
<script src="assets/js/hyper-config.js"></script>
<!-- Vendor css -->
<link href="assets/css/vendor.min.css" rel="stylesheet" type="text/css" />
<!-- App css -->
<link href="assets/css/app-saas.min.css" rel="stylesheet" type="text/css" id="app-style" />
<!-- Icons css -->
<link href="assets/css/icons.min.css" rel="stylesheet" type="text/css" />
</head>
<body class="authentication-bg">
<div class="position-absolute start-0 end-0 start-0 bottom-0 w-100 h-100">
<svg xmlns='http://www.w3.org/2000/svg' width='100%' height='100%' viewBox='0 0 800 800'>
<g fill-opacity='0.22'>
<circle style="fill: rgba(var(--ct-primary-rgb), 0.1);" cx='400' cy='400' r='600' />
<circle style="fill: rgba(var(--ct-primary-rgb), 0.2);" cx='400' cy='400' r='500' />
<circle style="fill: rgba(var(--ct-primary-rgb), 0.3);" cx='400' cy='400' r='300' />
<circle style="fill: rgba(var(--ct-primary-rgb), 0.4);" cx='400' cy='400' r='200' />
<circle style="fill: rgba(var(--ct-primary-rgb), 0.5);" cx='400' cy='400' r='100' />
</g>
</svg>
</div>
<div class="account-pages pt-2 pt-sm-5 pb-4 pb-sm-5 position-relative">
<div class="container">
<div class="row justify-content-center">
<div class="col-xxl-4 col-lg-5">
<div class="card">
<!-- Logo -->
<div class="card-header py-4 text-center bg-primary">
<a href="index.html">
<span><img src="assets/images/logo.png" alt="logo" height="22"></span>
</a>
</div>
<div class="card-body p-4">
<div class="text-center m-auto">
<img src="assets/images/svg/mail_sent.svg" alt="mail sent image" height="64" />
<h4 class="text-dark-50 text-center mt-4 fw-bold">Please check your email</h4>
<p class="text-muted mb-4">
A email has been send to <b>youremail@domain.com</b>.
Please check for an email from company and click on the included link to
reset your password.
</p>
</div>
<form action="index.html">
<div class="mb-0 text-center">
<button class="btn btn-primary" type="submit"><i class="mdi mdi-home me-1"></i> Back to Home</button>
</div>
</form>
</div> <!-- end card-body-->
</div>
<!-- end card-->
</div> <!-- end col -->
</div>
<!-- end row -->
</div>
<!-- end container -->
</div>
<!-- end page -->
<footer class="footer footer-alt">
2018 -
<script>document.write(new Date().getFullYear())</script> © Hyper - Coderthemes.com
</footer>
<!-- Vendor js -->
<script src="assets/js/vendor.min.js"></script>
<!-- App js -->
<script src="assets/js/app.min.js"></script>
</body>
</html>
+2048
View File
File diff suppressed because it is too large Load Diff
+2121
View File
File diff suppressed because it is too large Load Diff
+114
View File
@@ -0,0 +1,114 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>Lock Screen | Hyper - Responsive Bootstrap 5 Admin Dashboard</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta content="A fully featured admin theme which can be used to build CRM, CMS, etc." name="description" />
<meta content="Coderthemes" name="author" />
<!-- App favicon -->
<link rel="shortcut icon" href="assets/images/favicon.ico">
<!-- Theme Config Js -->
<script src="assets/js/hyper-config.js"></script>
<!-- Vendor css -->
<link href="assets/css/vendor.min.css" rel="stylesheet" type="text/css" />
<!-- App css -->
<link href="assets/css/app-saas.min.css" rel="stylesheet" type="text/css" id="app-style" />
<!-- Icons css -->
<link href="assets/css/icons.min.css" rel="stylesheet" type="text/css" />
</head>
<body class="authentication-bg pb-0">
<div class="auth-fluid">
<!--Auth fluid left content -->
<div class="auth-fluid-form-box">
<div class="card-body d-flex flex-column h-100 gap-3">
<!-- Logo -->
<div class="auth-brand text-center text-lg-start">
<a href="index.html" class="logo-dark">
<span><img src="assets/images/logo-dark.png" alt="dark logo" height="22"></span>
</a>
<a href="index.html" class="logo-light">
<span><img src="assets/images/logo.png" alt="logo" height="22"></span>
</a>
</div>
<div class="my-auto">
<!-- User pic with title-->
<div class="text-center w-75 m-auto">
<img src="assets/images/users/avatar-1.jpg" height="64" alt="user-image" class="rounded-circle shadow">
<h4 class="text-dark-50 text-center mt-3 fw-bold">Hi ! Michael </h4>
<p class="text-muted mb-4">Enter your password to access the admin.</p>
</div>
<!-- form -->
<form action="#">
<div class="mb-3">
<label for="password" class="form-label">Password</label>
<input class="form-control" type="password" required="" id="password" placeholder="Enter your password">
</div>
<div class="mb-0 text-center d-grid">
<button class="btn btn-primary" type="submit"><i class="mdi mdi-login"></i> Log In </button>
</div>
<!-- social-->
<div class="text-center mt-4">
<p class="text-muted font-16">Authentication in with</p>
<ul class="social-list list-inline mt-3">
<li class="list-inline-item">
<a href="javascript: void(0);" class="social-list-item border-primary text-primary"><i class="mdi mdi-facebook"></i></a>
</li>
<li class="list-inline-item">
<a href="javascript: void(0);" class="social-list-item border-danger text-danger"><i class="mdi mdi-google"></i></a>
</li>
<li class="list-inline-item">
<a href="javascript: void(0);" class="social-list-item border-info text-info"><i class="mdi mdi-twitter"></i></a>
</li>
<li class="list-inline-item">
<a href="javascript: void(0);" class="social-list-item border-secondary text-secondary"><i class="mdi mdi-github"></i></a>
</li>
</ul>
</div>
</form>
<!-- end form-->
</div>
<!-- Footer-->
<footer class="footer footer-alt">
<p class="text-muted">Not you? return <a href="pages-login-2.html" class="text-muted ms-1"><b>Sign In</b></a></p>
</footer>
</div> <!-- end .card-body -->
</div>
<!-- end auth-fluid-form-box-->
<!-- Auth fluid right content -->
<div class="auth-fluid-right text-center">
<div class="auth-user-testimonial">
<h2 class="mb-3">I love the color!</h2>
<p class="lead"><i class="mdi mdi-format-quote-open"></i> It's a elegent templete. I love it very much! . <i class="mdi mdi-format-quote-close"></i>
</p>
<p>
- Hyper Admin User
</p>
</div> <!-- end auth-user-testimonial-->
</div>
<!-- end Auth fluid right content -->
</div>
<!-- end auth-fluid-->
<!-- Vendor js -->
<script src="assets/js/vendor.min.js"></script>
<!-- App js -->
<script src="assets/js/app.min.js"></script>
</body>
</html>
+103
View File
@@ -0,0 +1,103 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>Lock Screen | Hyper - Responsive Bootstrap 5 Admin Dashboard</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta content="A fully featured admin theme which can be used to build CRM, CMS, etc." name="description" />
<meta content="Coderthemes" name="author" />
<!-- App favicon -->
<link rel="shortcut icon" href="assets/images/favicon.ico">
<!-- Theme Config Js -->
<script src="assets/js/hyper-config.js"></script>
<!-- Vendor css -->
<link href="assets/css/vendor.min.css" rel="stylesheet" type="text/css" />
<!-- App css -->
<link href="assets/css/app-saas.min.css" rel="stylesheet" type="text/css" id="app-style" />
<!-- Icons css -->
<link href="assets/css/icons.min.css" rel="stylesheet" type="text/css" />
</head>
<body class="authentication-bg">
<div class="position-absolute start-0 end-0 start-0 bottom-0 w-100 h-100">
<svg xmlns='http://www.w3.org/2000/svg' width='100%' height='100%' viewBox='0 0 800 800'>
<g fill-opacity='0.22'>
<circle style="fill: rgba(var(--ct-primary-rgb), 0.1);" cx='400' cy='400' r='600' />
<circle style="fill: rgba(var(--ct-primary-rgb), 0.2);" cx='400' cy='400' r='500' />
<circle style="fill: rgba(var(--ct-primary-rgb), 0.3);" cx='400' cy='400' r='300' />
<circle style="fill: rgba(var(--ct-primary-rgb), 0.4);" cx='400' cy='400' r='200' />
<circle style="fill: rgba(var(--ct-primary-rgb), 0.5);" cx='400' cy='400' r='100' />
</g>
</svg>
</div>
<div class="account-pages pt-2 pt-sm-5 pb-4 pb-sm-5 position-relative">
<div class="container">
<div class="row justify-content-center">
<div class="col-xxl-4 col-lg-5">
<div class="card">
<!-- Logo -->
<div class="card-header py-4 text-center bg-primary">
<a href="index.html">
<span><img src="assets/images/logo.png" alt="logo" height="22"></span>
</a>
</div>
<div class="card-body p-4">
<div class="text-center w-75 m-auto">
<img src="assets/images/users/avatar-1.jpg" height="64" alt="user-image" class="rounded-circle shadow">
<h4 class="text-dark-50 text-center mt-3 fw-bold">Hi ! Michael </h4>
<p class="text-muted mb-4">Enter your password to access the admin.</p>
</div>
<form action="#">
<div class="mb-3">
<label for="password" class="form-label">Password</label>
<input class="form-control" type="password" required="" id="password" placeholder="Enter your password">
</div>
<div class="mb-0 text-center">
<button class="btn btn-primary" type="submit">Log In</button>
</div>
</form>
</div> <!-- end card-body-->
</div>
<!-- end card-->
<div class="row mt-3">
<div class="col-12 text-center">
<p class="text-muted">Not you? return <a href="pages-login.html" class="text-muted ms-1"><b>Sign In</b></a></p>
</div> <!-- end col -->
</div>
<!-- end row -->
</div> <!-- end col -->
</div>
<!-- end row -->
</div>
<!-- end container -->
</div>
<!-- end page -->
<footer class="footer footer-alt">
2018 -
<script>document.write(new Date().getFullYear())</script> © Hyper - Coderthemes.com
</footer>
<!-- Vendor js -->
<script src="assets/js/vendor.min.js"></script>
<!-- App js -->
<script src="assets/js/app.min.js"></script>
</body>
</html>
+122
View File
@@ -0,0 +1,122 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>Log In | Hyper - Responsive Bootstrap 5 Admin Dashboard</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta content="A fully featured admin theme which can be used to build CRM, CMS, etc." name="description" />
<meta content="Coderthemes" name="author" />
<!-- App favicon -->
<link rel="shortcut icon" href="assets/images/favicon.ico">
<!-- Theme Config Js -->
<script src="assets/js/hyper-config.js"></script>
<!-- Vendor css -->
<link href="assets/css/vendor.min.css" rel="stylesheet" type="text/css" />
<!-- App css -->
<link href="assets/css/app-saas.min.css" rel="stylesheet" type="text/css" id="app-style" />
<!-- Icons css -->
<link href="assets/css/icons.min.css" rel="stylesheet" type="text/css" />
</head>
<body class="authentication-bg pb-0">
<div class="auth-fluid">
<!--Auth fluid left content -->
<div class="auth-fluid-form-box">
<div class="card-body d-flex flex-column h-100 gap-3">
<!-- Logo -->
<div class="auth-brand text-center text-lg-start">
<a href="index.html" class="logo-dark">
<span><img src="assets/images/logo-dark.png" alt="dark logo" height="22"></span>
</a>
<a href="index.html" class="logo-light">
<span><img src="assets/images/logo.png" alt="logo" height="22"></span>
</a>
</div>
<div class="my-auto">
<!-- title-->
<h4 class="mt-0">Sign In</h4>
<p class="text-muted mb-4">Enter your email address and password to access account.</p>
<!-- form -->
<form action="#">
<div class="mb-3">
<label for="emailaddress" class="form-label">Email address</label>
<input class="form-control" type="email" id="emailaddress" required="" placeholder="Enter your email">
</div>
<div class="mb-3">
<a href="pages-recoverpw-2.html" class="text-muted float-end"><small>Forgot your password?</small></a>
<label for="password" class="form-label">Password</label>
<input class="form-control" type="password" required="" id="password" placeholder="Enter your password">
</div>
<div class="mb-3">
<div class="form-check">
<input type="checkbox" class="form-check-input" id="checkbox-signin">
<label class="form-check-label" for="checkbox-signin">Remember me</label>
</div>
</div>
<div class="d-grid mb-0 text-center">
<button class="btn btn-primary" type="submit"><i class="mdi mdi-login"></i> Log In </button>
</div>
<!-- social-->
<div class="text-center mt-4">
<p class="text-muted font-16">Sign in with</p>
<ul class="social-list list-inline mt-3">
<li class="list-inline-item">
<a href="javascript: void(0);" class="social-list-item border-primary text-primary"><i class="mdi mdi-facebook"></i></a>
</li>
<li class="list-inline-item">
<a href="javascript: void(0);" class="social-list-item border-danger text-danger"><i class="mdi mdi-google"></i></a>
</li>
<li class="list-inline-item">
<a href="javascript: void(0);" class="social-list-item border-info text-info"><i class="mdi mdi-twitter"></i></a>
</li>
<li class="list-inline-item">
<a href="javascript: void(0);" class="social-list-item border-secondary text-secondary"><i class="mdi mdi-github"></i></a>
</li>
</ul>
</div>
</form>
<!-- end form-->
</div>
<!-- Footer-->
<footer class="footer footer-alt">
<p class="text-muted">Don't have an account? <a href="pages-register-2.html" class="text-muted ms-1"><b>Sign Up</b></a></p>
</footer>
</div> <!-- end .card-body -->
</div>
<!-- end auth-fluid-form-box-->
<!-- Auth fluid right content -->
<div class="auth-fluid-right text-center">
<div class="auth-user-testimonial">
<h2 class="mb-3">I love the color!</h2>
<p class="lead"><i class="mdi mdi-format-quote-open"></i> It's a elegent templete. I love it very much! . <i class="mdi mdi-format-quote-close"></i>
</p>
<p>
- Hyper Admin User
</p>
</div> <!-- end auth-user-testimonial-->
</div>
<!-- end Auth fluid right content -->
</div>
<!-- end auth-fluid-->
<!-- Vendor js -->
<script src="assets/js/vendor.min.js"></script>
<!-- App js -->
<script src="assets/js/app.min.js"></script>
</body>
</html>
+120
View File
@@ -0,0 +1,120 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>Log In | Hyper - Responsive Bootstrap 5 Admin Dashboard</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta content="A fully featured admin theme which can be used to build CRM, CMS, etc." name="description" />
<meta content="Coderthemes" name="author" />
<!-- App favicon -->
<link rel="shortcut icon" href="assets/images/favicon.ico">
<!-- Theme Config Js -->
<script src="assets/js/hyper-config.js"></script>
<!-- Vendor css -->
<link href="assets/css/vendor.min.css" rel="stylesheet" type="text/css" />
<!-- App css -->
<link href="assets/css/app-saas.min.css" rel="stylesheet" type="text/css" id="app-style" />
<!-- Icons css -->
<link href="assets/css/icons.min.css" rel="stylesheet" type="text/css" />
</head>
<body class="authentication-bg position-relative">
<div class="position-absolute start-0 end-0 start-0 bottom-0 w-100 h-100">
<svg xmlns='http://www.w3.org/2000/svg' width='100%' height='100%' viewBox='0 0 800 800'>
<g fill-opacity='0.22'>
<circle style="fill: rgba(var(--ct-primary-rgb), 0.1);" cx='400' cy='400' r='600' />
<circle style="fill: rgba(var(--ct-primary-rgb), 0.2);" cx='400' cy='400' r='500' />
<circle style="fill: rgba(var(--ct-primary-rgb), 0.3);" cx='400' cy='400' r='300' />
<circle style="fill: rgba(var(--ct-primary-rgb), 0.4);" cx='400' cy='400' r='200' />
<circle style="fill: rgba(var(--ct-primary-rgb), 0.5);" cx='400' cy='400' r='100' />
</g>
</svg>
</div>
<div class="account-pages pt-2 pt-sm-5 pb-4 pb-sm-5 position-relative">
<div class="container">
<div class="row justify-content-center">
<div class="col-xxl-4 col-lg-5">
<div class="card">
<!-- Logo -->
<div class="card-header py-4 text-center bg-primary">
<a href="index.html">
<span><img src="assets/images/logo.png" alt="logo" height="22"></span>
</a>
</div>
<div class="card-body p-4">
<div class="text-center w-75 m-auto">
<h4 class="text-dark-50 text-center pb-0 fw-bold">Sign In</h4>
<p class="text-muted mb-4">Enter your email address and password to access admin panel.</p>
</div>
<form action="#">
<div class="mb-3">
<label for="emailaddress" class="form-label">Email address</label>
<input class="form-control" type="email" id="emailaddress" required="" placeholder="Enter your email">
</div>
<div class="mb-3">
<a href="pages-recoverpw.html" class="text-muted float-end"><small>Forgot your password?</small></a>
<label for="password" class="form-label">Password</label>
<div class="input-group input-group-merge">
<input type="password" id="password" class="form-control" placeholder="Enter your password">
<div class="input-group-text" data-password="false">
<span class="password-eye"></span>
</div>
</div>
</div>
<div class="mb-3 mb-3">
<div class="form-check">
<input type="checkbox" class="form-check-input" id="checkbox-signin" checked>
<label class="form-check-label" for="checkbox-signin">Remember me</label>
</div>
</div>
<div class="mb-3 mb-0 text-center">
<button class="btn btn-primary" type="submit"> Log In </button>
</div>
</form>
</div> <!-- end card-body -->
</div>
<!-- end card -->
<div class="row mt-3">
<div class="col-12 text-center">
<p class="text-muted">Don't have an account? <a href="pages-register.html" class="text-muted ms-1"><b>Sign Up</b></a></p>
</div> <!-- end col -->
</div>
<!-- end row -->
</div> <!-- end col -->
</div>
<!-- end row -->
</div>
<!-- end container -->
</div>
<!-- end page -->
<footer class="footer footer-alt">
2018 -
<script>document.write(new Date().getFullYear())</script> © Hyper - Coderthemes.com
</footer>
<!-- Vendor js -->
<script src="assets/js/vendor.min.js"></script>
<!-- App js -->
<script src="assets/js/app.min.js"></script>
</body>
</html>
+98
View File
@@ -0,0 +1,98 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>Log Out | Hyper - Responsive Bootstrap 5 Admin Dashboard</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta content="A fully featured admin theme which can be used to build CRM, CMS, etc." name="description" />
<meta content="Coderthemes" name="author" />
<!-- App favicon -->
<link rel="shortcut icon" href="assets/images/favicon.ico">
<!-- Theme Config Js -->
<script src="assets/js/hyper-config.js"></script>
<!-- Vendor css -->
<link href="assets/css/vendor.min.css" rel="stylesheet" type="text/css" />
<!-- App css -->
<link href="assets/css/app-saas.min.css" rel="stylesheet" type="text/css" id="app-style" />
<!-- Icons css -->
<link href="assets/css/icons.min.css" rel="stylesheet" type="text/css" />
</head>
<body class="authentication-bg pb-0">
<div class="auth-fluid">
<!--Auth fluid left content -->
<div class="auth-fluid-form-box">
<div class="card-body d-flex flex-column h-100 gap-3">
<!-- Logo -->
<div class="auth-brand text-center text-lg-start">
<a href="index.html" class="logo-dark">
<span><img src="assets/images/logo-dark.png" alt="dark logo" height="22"></span>
</a>
<a href="index.html" class="logo-light">
<span><img src="assets/images/logo.png" alt="logo" height="22"></span>
</a>
</div>
<div class="my-auto">
<!-- title-->
<div class="text-center">
<h4 class="mt-0">See You Again !</h4>
<p class="text-muted mb-4">You are now successfully sign out.</p>
</div>
<!-- Logout icon -->
<div class="logout-icon m-auto">
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 161.2 161.2" enable-background="new 0 0 161.2 161.2" xml:space="preserve">
<path class="path" fill="none" stroke="#0acf97" stroke-miterlimit="10" d="M425.9,52.1L425.9,52.1c-2.2-2.6-6-2.6-8.3-0.1l-42.7,46.2l-14.3-16.4
c-2.3-2.7-6.2-2.7-8.6-0.1c-1.9,2.1-2,5.6-0.1,7.7l17.6,20.3c0.2,0.3,0.4,0.6,0.6,0.9c1.8,2,4.4,2.5,6.6,1.4c0.7-0.3,1.4-0.8,2-1.5
c0.3-0.3,0.5-0.6,0.7-0.9l46.3-50.1C427.7,57.5,427.7,54.2,425.9,52.1z" />
<circle class="path" fill="none" stroke="#0acf97" stroke-width="4" stroke-miterlimit="10" cx="80.6" cy="80.6" r="62.1" />
<polyline class="path" fill="none" stroke="#0acf97" stroke-width="6" stroke-linecap="round" stroke-miterlimit="10" points="113,52.8
74.1,108.4 48.2,86.4 " />
<circle class="spin" fill="none" stroke="#0acf97" stroke-width="4" stroke-miterlimit="10" stroke-dasharray="12.2175,12.2175" cx="80.6" cy="80.6" r="73.9" />
</svg>
</div>
<!-- end logout-icon-->
</div>
<!-- Footer-->
<footer class="footer footer-alt">
<p class="text-muted">Back to <a href="pages-login-2.html" class="text-muted ms-1"><b>Log In</b></a></p>
</footer>
</div> <!-- end .card-body -->
</div>
<!-- end auth-fluid-form-box-->
<!-- Auth fluid right content -->
<div class="auth-fluid-right text-center">
<div class="auth-user-testimonial">
<h2 class="mb-3">I love the color!</h2>
<p class="lead"><i class="mdi mdi-format-quote-open"></i> It's a elegent templete. I love it very much! . <i class="mdi mdi-format-quote-close"></i>
</p>
<p>
- Hyper Admin User
</p>
</div> <!-- end auth-user-testimonial-->
</div>
<!-- end Auth fluid right content -->
</div>
<!-- end auth-fluid-->
<!-- Vendor js -->
<script src="assets/js/vendor.min.js"></script>
<!-- App js -->
<script src="assets/js/app.min.js"></script>
</body>
</html>
+104
View File
@@ -0,0 +1,104 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>Logout | Hyper - Responsive Bootstrap 5 Admin Dashboard</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta content="A fully featured admin theme which can be used to build CRM, CMS, etc." name="description" />
<meta content="Coderthemes" name="author" />
<!-- App favicon -->
<link rel="shortcut icon" href="assets/images/favicon.ico">
<!-- Theme Config Js -->
<script src="assets/js/hyper-config.js"></script>
<!-- Vendor css -->
<link href="assets/css/vendor.min.css" rel="stylesheet" type="text/css" />
<!-- App css -->
<link href="assets/css/app-saas.min.css" rel="stylesheet" type="text/css" id="app-style" />
<!-- Icons css -->
<link href="assets/css/icons.min.css" rel="stylesheet" type="text/css" />
</head>
<body class="authentication-bg">
<div class="position-absolute start-0 end-0 start-0 bottom-0 w-100 h-100">
<svg xmlns='http://www.w3.org/2000/svg' width='100%' height='100%' viewBox='0 0 800 800'>
<g fill-opacity='0.22'>
<circle style="fill: rgba(var(--ct-primary-rgb), 0.1);" cx='400' cy='400' r='600' />
<circle style="fill: rgba(var(--ct-primary-rgb), 0.2);" cx='400' cy='400' r='500' />
<circle style="fill: rgba(var(--ct-primary-rgb), 0.3);" cx='400' cy='400' r='300' />
<circle style="fill: rgba(var(--ct-primary-rgb), 0.4);" cx='400' cy='400' r='200' />
<circle style="fill: rgba(var(--ct-primary-rgb), 0.5);" cx='400' cy='400' r='100' />
</g>
</svg>
</div>
<div class="account-pages pt-2 pt-sm-5 pb-4 pb-sm-5 position-relative">
<div class="container">
<div class="row justify-content-center">
<div class="col-xxl-4 col-lg-5">
<div class="card">
<!-- Logo -->
<div class="card-header py-4 text-center bg-primary">
<a href="index.html">
<span><img src="assets/images/logo.png" alt="logo" height="22"></span>
</a>
</div>
<div class="card-body p-4">
<div class="text-center w-75 m-auto">
<h4 class="text-dark-50 text-center mt-0 fw-bold">See You Again !</h4>
<p class="text-muted mb-4">You are now successfully sign out.</p>
</div>
<div class="logout-icon m-auto">
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 161.2 161.2" enable-background="new 0 0 161.2 161.2" xml:space="preserve">
<path class="path" fill="none" stroke="#0acf97" stroke-miterlimit="10" d="M425.9,52.1L425.9,52.1c-2.2-2.6-6-2.6-8.3-0.1l-42.7,46.2l-14.3-16.4
c-2.3-2.7-6.2-2.7-8.6-0.1c-1.9,2.1-2,5.6-0.1,7.7l17.6,20.3c0.2,0.3,0.4,0.6,0.6,0.9c1.8,2,4.4,2.5,6.6,1.4c0.7-0.3,1.4-0.8,2-1.5
c0.3-0.3,0.5-0.6,0.7-0.9l46.3-50.1C427.7,57.5,427.7,54.2,425.9,52.1z" />
<circle class="path" fill="none" stroke="#0acf97" stroke-width="4" stroke-miterlimit="10" cx="80.6" cy="80.6" r="62.1" />
<polyline class="path" fill="none" stroke="#0acf97" stroke-width="6" stroke-linecap="round" stroke-miterlimit="10" points="113,52.8
74.1,108.4 48.2,86.4 " />
<circle class="spin" fill="none" stroke="#0acf97" stroke-width="4" stroke-miterlimit="10" stroke-dasharray="12.2175,12.2175" cx="80.6" cy="80.6" r="73.9" />
</svg>
</div> <!-- end logout-icon-->
</div> <!-- end card-body-->
</div> <!-- end card-->
<div class="row mt-3">
<div class="col-12 text-center">
<p class="text-muted">Back to <a href="pages-login.html" class="text-muted ms-1"><b>Log In</b></a></p>
</div> <!-- end col -->
</div>
<!-- end row -->
</div> <!-- end col -->
</div>
<!-- end row -->
</div>
<!-- end container -->
</div>
<!-- end page -->
<footer class="footer footer-alt">
2018 -
<script>document.write(new Date().getFullYear())</script> © Hyper - Coderthemes.com
</footer>
<!-- Vendor js -->
<script src="assets/js/vendor.min.js"></script>
<!-- App js -->
<script src="assets/js/app.min.js"></script>
</body>
</html>
+84
View File
@@ -0,0 +1,84 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>Maintenance | Hyper - Responsive Bootstrap 5 Admin Dashboard</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta content="A fully featured admin theme which can be used to build CRM, CMS, etc." name="description" />
<meta content="Coderthemes" name="author" />
<!-- App favicon -->
<link rel="shortcut icon" href="assets/images/favicon.ico">
<!-- Theme Config Js -->
<script src="assets/js/hyper-config.js"></script>
<!-- Vendor css -->
<link href="assets/css/vendor.min.css" rel="stylesheet" type="text/css" />
<!-- App css -->
<link href="assets/css/app-saas.min.css" rel="stylesheet" type="text/css" id="app-style" />
<!-- Icons css -->
<link href="assets/css/icons.min.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div class="mt-5 mb-5">
<div class="container">
<div class="row justify-content-center">
<div class="col-xl-10">
<div class="text-center">
<img src="assets/images/svg/maintenance.svg" height="140" alt="File not found Image">
<h3 class="mt-4">Site is Under Maintenance</h3>
<p class="text-muted">We're making the system more awesome. We'll be back shortly.</p>
<div class="row mt-5">
<div class="col-md-4">
<div class="text-center mt-3 ps-1 pe-1">
<i class="ri-vip-diamond-line bg-primary maintenance-icon text-white mb-4"></i>
<h5 class="text-uppercase">Why is the Site Down?</h5>
<p class="text-muted">There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration.</p>
</div>
</div> <!-- end col-->
<div class="col-md-4">
<div class="text-center mt-3 ps-1 pe-1">
<i class="ri-time-line bg-primary maintenance-icon text-white mb-4"></i>
<h5 class="text-uppercase">What is the Downtime?</h5>
<p class="text-muted">Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical but the majority.</p>
</div>
</div> <!-- end col-->
<div class="col-md-4">
<div class="text-center mt-3 ps-1 pe-1">
<i class="ri-question-mark bg-primary maintenance-icon text-white mb-4"></i>
<h5 class="text-uppercase">Do you need Support?</h5>
<p class="text-muted">If you are going to use a passage of Lorem Ipsum, you need to be sure there isn't anything embar.. <a href="mailto:#" class="text-muted fw-bold">no-reply@domain.com</a></p>
</div>
</div> <!-- end col-->
</div> <!-- end row-->
</div> <!-- end /.text-center-->
</div> <!-- end col -->
</div>
<!-- end row -->
</div>
<!-- end container -->
</div>
<!-- end page -->
<footer class="footer footer-alt">
2018 -
<script>document.write(new Date().getFullYear())</script> © Hyper - Coderthemes.com
</footer>
<!-- Vendor js -->
<script src="assets/js/vendor.min.js"></script>
<!-- App js -->
<script src="assets/js/app.min.js"></script>
</body>
</html>
+2405
View File
File diff suppressed because it is too large Load Diff
+2045
View File
File diff suppressed because it is too large Load Diff
+2465
View File
File diff suppressed because it is too large Load Diff
+2230
View File
File diff suppressed because it is too large Load Diff
+93
View File
@@ -0,0 +1,93 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>Recover Password | Hyper - Responsive Bootstrap 5 Admin Dashboard</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta content="A fully featured admin theme which can be used to build CRM, CMS, etc." name="description" />
<meta content="Coderthemes" name="author" />
<!-- App favicon -->
<link rel="shortcut icon" href="assets/images/favicon.ico">
<!-- Theme Config Js -->
<script src="assets/js/hyper-config.js"></script>
<!-- Vendor css -->
<link href="assets/css/vendor.min.css" rel="stylesheet" type="text/css" />
<!-- App css -->
<link href="assets/css/app-saas.min.css" rel="stylesheet" type="text/css" id="app-style" />
<!-- Icons css -->
<link href="assets/css/icons.min.css" rel="stylesheet" type="text/css" />
</head>
<body class="authentication-bg pb-0">
<div class="auth-fluid">
<!--Auth fluid left content -->
<div class="auth-fluid-form-box">
<div class="card-body d-flex flex-column h-100 gap-3">
<!-- Logo -->
<div class="auth-brand text-center text-lg-start">
<a href="index.html" class="logo-dark">
<span><img src="assets/images/logo-dark.png" alt="dark logo" height="22"></span>
</a>
<a href="index.html" class="logo-light">
<span><img src="assets/images/logo.png" alt="logo" height="22"></span>
</a>
</div>
<div class="my-auto">
<!-- title-->
<h4>Reset Password</h4>
<p class="text-muted mb-4">Enter your email address and we'll send you an email with instructions to reset your password.</p>
<!-- form -->
<form action="#">
<div class="mb-3">
<label for="emailaddress" class="form-label">Email address</label>
<input class="form-control" type="email" id="emailaddress" required="" placeholder="Enter your email">
</div>
<div class="mb-0 text-center d-grid">
<button class="btn btn-primary" type="submit"><i class="mdi mdi-lock-reset"></i> Reset Password </button>
</div>
</form>
<!-- end form-->
</div>
<!-- Footer-->
<footer class="footer footer-alt">
<p class="text-muted">Back to <a href="pages-login-2.html" class="text-muted ms-1"><b>Log In</b></a></p>
</footer>
</div> <!-- end .card-body -->
</div>
<!-- end auth-fluid-form-box-->
<!-- Auth fluid right content -->
<div class="auth-fluid-right text-center">
<div class="auth-user-testimonial">
<h2 class="mb-3">I love the color!</h2>
<p class="lead"><i class="mdi mdi-format-quote-open"></i> It's a elegent templete. I love it very much! . <i class="mdi mdi-format-quote-close"></i>
</p>
<p>
- Hyper Admin User
</p>
</div> <!-- end auth-user-testimonial-->
</div>
<!-- end Auth fluid right content -->
</div>
<!-- end auth-fluid-->
<!-- Vendor js -->
<script src="assets/js/vendor.min.js"></script>
<!-- App js -->
<script src="assets/js/app.min.js"></script>
</body>
</html>
+101
View File
@@ -0,0 +1,101 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>Recover Password | Hyper - Responsive Bootstrap 5 Admin Dashboard</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta content="A fully featured admin theme which can be used to build CRM, CMS, etc." name="description" />
<meta content="Coderthemes" name="author" />
<!-- App favicon -->
<link rel="shortcut icon" href="assets/images/favicon.ico">
<!-- Theme Config Js -->
<script src="assets/js/hyper-config.js"></script>
<!-- Vendor css -->
<link href="assets/css/vendor.min.css" rel="stylesheet" type="text/css" />
<!-- App css -->
<link href="assets/css/app-saas.min.css" rel="stylesheet" type="text/css" id="app-style" />
<!-- Icons css -->
<link href="assets/css/icons.min.css" rel="stylesheet" type="text/css" />
</head>
<body class="authentication-bg">
<div class="position-absolute start-0 end-0 start-0 bottom-0 w-100 h-100">
<svg xmlns='http://www.w3.org/2000/svg' width='100%' height='100%' viewBox='0 0 800 800'>
<g fill-opacity='0.22'>
<circle style="fill: rgba(var(--ct-primary-rgb), 0.1);" cx='400' cy='400' r='600' />
<circle style="fill: rgba(var(--ct-primary-rgb), 0.2);" cx='400' cy='400' r='500' />
<circle style="fill: rgba(var(--ct-primary-rgb), 0.3);" cx='400' cy='400' r='300' />
<circle style="fill: rgba(var(--ct-primary-rgb), 0.4);" cx='400' cy='400' r='200' />
<circle style="fill: rgba(var(--ct-primary-rgb), 0.5);" cx='400' cy='400' r='100' />
</g>
</svg>
</div>
<div class="account-pages pt-2 pt-sm-5 pb-4 pb-sm-5 position-relative">
<div class="container">
<div class="row justify-content-center">
<div class="col-xxl-4 col-lg-5">
<div class="card">
<!-- Logo -->
<div class="card-header py-4 text-center bg-primary">
<a href="index.html">
<span><img src="assets/images/logo.png" alt="logo" height="22"></span>
</a>
</div>
<div class="card-body p-4">
<div class="text-center w-75 m-auto">
<h4 class="text-dark-50 text-center mt-0 fw-bold">Reset Password</h4>
<p class="text-muted mb-4">Enter your email address and we'll send you an email with instructions to reset your password.</p>
</div>
<form action="#">
<div class="mb-3">
<label for="emailaddress" class="form-label">Email address</label>
<input class="form-control" type="email" id="emailaddress" required="" placeholder="Enter your email">
</div>
<div class="mb-0 text-center">
<button class="btn btn-primary" type="submit">Reset Password</button>
</div>
</form>
</div> <!-- end card-body-->
</div>
<!-- end card -->
<div class="row mt-3">
<div class="col-12 text-center">
<p class="text-muted">Back to <a href="pages-login.html" class="text-muted ms-1"><b>Log In</b></a></p>
</div> <!-- end col -->
</div>
<!-- end row -->
</div> <!-- end col -->
</div>
<!-- end row -->
</div>
<!-- end container -->
</div>
<!-- end page -->
<footer class="footer footer-alt">
2018 -
<script>document.write(new Date().getFullYear())</script> © Hyper - Coderthemes.com
</footer>
<!-- Vendor js -->
<script src="assets/js/vendor.min.js"></script>
<!-- App js -->
<script src="assets/js/app.min.js"></script>
</body>
</html>
+125
View File
@@ -0,0 +1,125 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>Register | Hyper - Responsive Bootstrap 5 Admin Dashboard</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta content="A fully featured admin theme which can be used to build CRM, CMS, etc." name="description" />
<meta content="Coderthemes" name="author" />
<!-- App favicon -->
<link rel="shortcut icon" href="assets/images/favicon.ico">
<!-- Theme Config Js -->
<script src="assets/js/hyper-config.js"></script>
<!-- Vendor css -->
<link href="assets/css/vendor.min.css" rel="stylesheet" type="text/css" />
<!-- App css -->
<link href="assets/css/app-saas.min.css" rel="stylesheet" type="text/css" id="app-style" />
<!-- Icons css -->
<link href="assets/css/icons.min.css" rel="stylesheet" type="text/css" />
</head>
<body class="authentication-bg pb-0">
<div class="auth-fluid">
<!--Auth fluid left content -->
<div class="auth-fluid-form-box">
<div class="card-body d-flex flex-column h-100 gap-3">
<!-- Logo -->
<div class="auth-brand text-center text-lg-start">
<a href="index.html" class="logo-dark">
<span><img src="assets/images/logo-dark.png" alt="dark logo" height="22"></span>
</a>
<a href="index.html" class="logo-light">
<span><img src="assets/images/logo.png" alt="logo" height="22"></span>
</a>
</div>
<div class="my-auto">
<!-- title-->
<h4 class="mt-3">Free Sign Up</h4>
<p class="text-muted mb-4">Don't have an account? Create your account, it takes less than a minute</p>
<!-- form -->
<form action="#">
<div class="mb-3">
<label for="fullname" class="form-label">Full Name</label>
<input class="form-control" type="text" id="fullname" placeholder="Enter your name" required>
</div>
<div class="mb-3">
<label for="emailaddress" class="form-label">Email address</label>
<input class="form-control" type="email" id="emailaddress" required placeholder="Enter your email">
</div>
<div class="mb-3">
<label for="password" class="form-label">Password</label>
<input class="form-control" type="password" required id="password" placeholder="Enter your password">
</div>
<div class="mb-3">
<div class="form-check">
<input type="checkbox" class="form-check-input" id="checkbox-signup">
<label class="form-check-label" for="checkbox-signup">I accept <a href="javascript: void(0);" class="text-muted">Terms and Conditions</a></label>
</div>
</div>
<div class="mb-0 d-grid text-center">
<button class="btn btn-primary" type="submit"><i class="mdi mdi-account-circle"></i> Sign Up </button>
</div>
<!-- social-->
<div class="text-center mt-4">
<p class="text-muted font-16">Sign up using</p>
<ul class="social-list list-inline mt-3">
<li class="list-inline-item">
<a href="javascript: void(0);" class="social-list-item border-primary text-primary"><i class="mdi mdi-facebook"></i></a>
</li>
<li class="list-inline-item">
<a href="javascript: void(0);" class="social-list-item border-danger text-danger"><i class="mdi mdi-google"></i></a>
</li>
<li class="list-inline-item">
<a href="javascript: void(0);" class="social-list-item border-info text-info"><i class="mdi mdi-twitter"></i></a>
</li>
<li class="list-inline-item">
<a href="javascript: void(0);" class="social-list-item border-secondary text-secondary"><i class="mdi mdi-github"></i></a>
</li>
</ul>
</div>
</form>
<!-- end form-->
</div>
<!-- Footer-->
<footer class="footer footer-alt">
<p class="text-muted">Already have account? <a href="pages-login-2.html" class="text-muted ms-1"><b>Log In</b></a></p>
</footer>
</div> <!-- end .card-body -->
</div>
<!-- end auth-fluid-form-box-->
<!-- Auth fluid right content -->
<div class="auth-fluid-right text-center">
<div class="auth-user-testimonial">
<h2 class="mb-3">I love the color!</h2>
<p class="lead"><i class="mdi mdi-format-quote-open"></i> It's a elegent templete. I love it very much! . <i class="mdi mdi-format-quote-close"></i>
</p>
<p>
- Hyper Admin User
</p>
</div> <!-- end auth-user-testimonial-->
</div>
<!-- end Auth fluid right content -->
</div>
<!-- end auth-fluid-->
<!-- Vendor js -->
<script src="assets/js/vendor.min.js"></script>
<!-- App js -->
<script src="assets/js/app.min.js"></script>
</body>
</html>

Some files were not shown because too many files have changed in this diff Show More