integarting admin dashboard
This commit is contained in:
69
resources/views/Dashboard/pages/samples/error-404.html
Normal file
69
resources/views/Dashboard/pages/samples/error-404.html
Normal file
@ -0,0 +1,69 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
|
||||
<head>
|
||||
<!-- Required meta tags -->
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
||||
<title>Skydash Admin</title>
|
||||
<!-- plugins:css -->
|
||||
<link rel="stylesheet" href="../../vendors/feather/feather.css">
|
||||
<link rel="stylesheet" href="../../vendors/ti-icons/css/themify-icons.css">
|
||||
<link rel="stylesheet" href="../../vendors/css/vendor.bundle.base.css">
|
||||
<!-- endinject -->
|
||||
<!-- Plugin css for this page -->
|
||||
<!-- End plugin css for this page -->
|
||||
<!-- inject:css -->
|
||||
<link rel="stylesheet" href="../../css/vertical-layout-light/style.css">
|
||||
<!-- endinject -->
|
||||
<link rel="shortcut icon" href="../../images/favicon.png" />
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<div class="container-scroller">
|
||||
<div class="container-fluid page-body-wrapper full-page-wrapper">
|
||||
<div class="content-wrapper d-flex align-items-center text-center error-page bg-primary">
|
||||
<div class="row flex-grow">
|
||||
<div class="col-lg-7 mx-auto text-white">
|
||||
<div class="row align-items-center d-flex flex-row">
|
||||
<div class="col-lg-6 text-lg-right pr-lg-4">
|
||||
<h1 class="display-1 mb-0">404</h1>
|
||||
</div>
|
||||
<div class="col-lg-6 error-page-divider text-lg-left pl-lg-4">
|
||||
<h2>SORRY!</h2>
|
||||
<h3 class="font-weight-light">The page you’re looking for was not found.</h3>
|
||||
</div>
|
||||
</div>
|
||||
<div class="row mt-5">
|
||||
<div class="col-12 text-center mt-xl-2">
|
||||
<a class="text-white font-weight-medium" href="../../index.html">Back to home</a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="row mt-5">
|
||||
<div class="col-12 mt-xl-2">
|
||||
<p class="text-white font-weight-medium text-center">Copyright © 2021 All rights reserved.</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<!-- content-wrapper ends -->
|
||||
</div>
|
||||
<!-- page-body-wrapper ends -->
|
||||
</div>
|
||||
<!-- container-scroller -->
|
||||
<!-- plugins:js -->
|
||||
<script src="../../vendors/js/vendor.bundle.base.js"></script>
|
||||
<!-- endinject -->
|
||||
<!-- Plugin js for this page -->
|
||||
<!-- End plugin js for this page -->
|
||||
<!-- inject:js -->
|
||||
<script src="../../js/off-canvas.js"></script>
|
||||
<script src="../../js/hoverable-collapse.js"></script>
|
||||
<script src="../../js/template.js"></script>
|
||||
<script src="../../js/settings.js"></script>
|
||||
<script src="../../js/todolist.js"></script>
|
||||
<!-- endinject -->
|
||||
</body>
|
||||
|
||||
</html>
|
69
resources/views/Dashboard/pages/samples/error-500.html
Normal file
69
resources/views/Dashboard/pages/samples/error-500.html
Normal file
@ -0,0 +1,69 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
|
||||
<head>
|
||||
<!-- Required meta tags -->
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
||||
<title>Skydash Admin</title>
|
||||
<!-- plugins:css -->
|
||||
<link rel="stylesheet" href="../../vendors/feather/feather.css">
|
||||
<link rel="stylesheet" href="../../vendors/ti-icons/css/themify-icons.css">
|
||||
<link rel="stylesheet" href="../../vendors/css/vendor.bundle.base.css">
|
||||
<!-- endinject -->
|
||||
<!-- Plugin css for this page -->
|
||||
<!-- End plugin css for this page -->
|
||||
<!-- inject:css -->
|
||||
<link rel="stylesheet" href="../../css/vertical-layout-light/style.css">
|
||||
<!-- endinject -->
|
||||
<link rel="shortcut icon" href="../../images/favicon.png" />
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<div class="container-scroller">
|
||||
<div class="container-fluid page-body-wrapper full-page-wrapper">
|
||||
<div class="content-wrapper d-flex align-items-center text-center error-page bg-info">
|
||||
<div class="row flex-grow">
|
||||
<div class="col-lg-7 mx-auto text-white">
|
||||
<div class="row align-items-center d-flex flex-row">
|
||||
<div class="col-lg-6 text-lg-right pr-lg-4">
|
||||
<h1 class="display-1 mb-0">500</h1>
|
||||
</div>
|
||||
<div class="col-lg-6 error-page-divider text-lg-left pl-lg-4">
|
||||
<h2>SORRY!</h2>
|
||||
<h3 class="font-weight-light">Internal server error!</h3>
|
||||
</div>
|
||||
</div>
|
||||
<div class="row mt-5">
|
||||
<div class="col-12 text-center mt-xl-2">
|
||||
<a class="text-white font-weight-medium" href="../../index.html">Back to home</a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="row mt-5">
|
||||
<div class="col-12 mt-xl-2">
|
||||
<p class="text-white font-weight-medium text-center">Copyright © 2021 All rights reserved.</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<!-- content-wrapper ends -->
|
||||
</div>
|
||||
<!-- page-body-wrapper ends -->
|
||||
</div>
|
||||
<!-- container-scroller -->
|
||||
<!-- plugins:js -->
|
||||
<script src="../../vendors/js/vendor.bundle.base.js"></script>
|
||||
<!-- endinject -->
|
||||
<!-- Plugin js for this page -->
|
||||
<!-- End plugin js for this page -->
|
||||
<!-- inject:js -->
|
||||
<script src="../../js/off-canvas.js"></script>
|
||||
<script src="../../js/hoverable-collapse.js"></script>
|
||||
<script src="../../js/template.js"></script>
|
||||
<script src="../../js/settings.js"></script>
|
||||
<script src="../../js/todolist.js"></script>
|
||||
<!-- endinject -->
|
||||
</body>
|
||||
|
||||
</html>
|
85
resources/views/Dashboard/pages/samples/login.html
Normal file
85
resources/views/Dashboard/pages/samples/login.html
Normal file
@ -0,0 +1,85 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
|
||||
<head>
|
||||
<!-- Required meta tags -->
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
||||
<title>Skydash Admin</title>
|
||||
<!-- plugins:css -->
|
||||
<link rel="stylesheet" href="../../vendors/feather/feather.css">
|
||||
<link rel="stylesheet" href="../../vendors/ti-icons/css/themify-icons.css">
|
||||
<link rel="stylesheet" href="../../vendors/css/vendor.bundle.base.css">
|
||||
<!-- endinject -->
|
||||
<!-- Plugin css for this page -->
|
||||
<!-- End plugin css for this page -->
|
||||
<!-- inject:css -->
|
||||
<link rel="stylesheet" href="../../css/vertical-layout-light/style.css">
|
||||
<!-- endinject -->
|
||||
<link rel="shortcut icon" href="../../images/favicon.png" />
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<div class="container-scroller">
|
||||
<div class="container-fluid page-body-wrapper full-page-wrapper">
|
||||
<div class="content-wrapper d-flex align-items-center auth px-0">
|
||||
<div class="row w-100 mx-0">
|
||||
<div class="col-lg-4 mx-auto">
|
||||
<div class="auth-form-light text-left py-5 px-4 px-sm-5">
|
||||
<div class="brand-logo">
|
||||
<img src="../../images/logo.svg" alt="logo">
|
||||
</div>
|
||||
<h4>Hello! let's get started</h4>
|
||||
<h6 class="font-weight-light">Sign in to continue.</h6>
|
||||
<form class="pt-3">
|
||||
<div class="form-group">
|
||||
<input type="email" class="form-control form-control-lg" id="exampleInputEmail1" placeholder="Username">
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<input type="password" class="form-control form-control-lg" id="exampleInputPassword1" placeholder="Password">
|
||||
</div>
|
||||
<div class="mt-3">
|
||||
<a class="btn btn-block btn-primary btn-lg font-weight-medium auth-form-btn" href="../../index.html">SIGN IN</a>
|
||||
</div>
|
||||
<div class="my-2 d-flex justify-content-between align-items-center">
|
||||
<div class="form-check">
|
||||
<label class="form-check-label text-muted">
|
||||
<input type="checkbox" class="form-check-input">
|
||||
Keep me signed in
|
||||
</label>
|
||||
</div>
|
||||
<a href="#" class="auth-link text-black">Forgot password?</a>
|
||||
</div>
|
||||
<div class="mb-2">
|
||||
<button type="button" class="btn btn-block btn-facebook auth-form-btn">
|
||||
<i class="ti-facebook mr-2"></i>Connect using facebook
|
||||
</button>
|
||||
</div>
|
||||
<div class="text-center mt-4 font-weight-light">
|
||||
Don't have an account? <a href="register.html" class="text-primary">Create</a>
|
||||
</div>
|
||||
</form>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<!-- content-wrapper ends -->
|
||||
</div>
|
||||
<!-- page-body-wrapper ends -->
|
||||
</div>
|
||||
<!-- container-scroller -->
|
||||
<!-- plugins:js -->
|
||||
<script src="../../vendors/js/vendor.bundle.base.js"></script>
|
||||
<!-- endinject -->
|
||||
<!-- Plugin js for this page -->
|
||||
<!-- End plugin js for this page -->
|
||||
<!-- inject:js -->
|
||||
<script src="../../js/off-canvas.js"></script>
|
||||
<script src="../../js/hoverable-collapse.js"></script>
|
||||
<script src="../../js/template.js"></script>
|
||||
<script src="../../js/settings.js"></script>
|
||||
<script src="../../js/todolist.js"></script>
|
||||
<!-- endinject -->
|
||||
</body>
|
||||
|
||||
</html>
|
92
resources/views/Dashboard/pages/samples/register.html
Normal file
92
resources/views/Dashboard/pages/samples/register.html
Normal file
@ -0,0 +1,92 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
|
||||
<head>
|
||||
<!-- Required meta tags -->
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
||||
<title>Skydash Admin</title>
|
||||
<!-- plugins:css -->
|
||||
<link rel="stylesheet" href="../../vendors/feather/feather.css">
|
||||
<link rel="stylesheet" href="../../vendors/ti-icons/css/themify-icons.css">
|
||||
<link rel="stylesheet" href="../../vendors/css/vendor.bundle.base.css">
|
||||
<!-- endinject -->
|
||||
<!-- Plugin css for this page -->
|
||||
<!-- End plugin css for this page -->
|
||||
<!-- inject:css -->
|
||||
<link rel="stylesheet" href="../../css/vertical-layout-light/style.css">
|
||||
<!-- endinject -->
|
||||
<link rel="shortcut icon" href="../../images/favicon.png" />
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<div class="container-scroller">
|
||||
<div class="container-fluid page-body-wrapper full-page-wrapper">
|
||||
<div class="content-wrapper d-flex align-items-center auth px-0">
|
||||
<div class="row w-100 mx-0">
|
||||
<div class="col-lg-4 mx-auto">
|
||||
<div class="auth-form-light text-left py-5 px-4 px-sm-5">
|
||||
<div class="brand-logo">
|
||||
<img src="../../images/logo.svg" alt="logo">
|
||||
</div>
|
||||
<h4>New here?</h4>
|
||||
<h6 class="font-weight-light">Signing up is easy. It only takes a few steps</h6>
|
||||
<form class="pt-3">
|
||||
<div class="form-group">
|
||||
<input type="text" class="form-control form-control-lg" id="exampleInputUsername1" placeholder="Username">
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<input type="email" class="form-control form-control-lg" id="exampleInputEmail1" placeholder="Email">
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<select class="form-control form-control-lg" id="exampleFormControlSelect2">
|
||||
<option>Country</option>
|
||||
<option>United States of America</option>
|
||||
<option>United Kingdom</option>
|
||||
<option>India</option>
|
||||
<option>Germany</option>
|
||||
<option>Argentina</option>
|
||||
</select>
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<input type="password" class="form-control form-control-lg" id="exampleInputPassword1" placeholder="Password">
|
||||
</div>
|
||||
<div class="mb-4">
|
||||
<div class="form-check">
|
||||
<label class="form-check-label text-muted">
|
||||
<input type="checkbox" class="form-check-input">
|
||||
I agree to all Terms & Conditions
|
||||
</label>
|
||||
</div>
|
||||
</div>
|
||||
<div class="mt-3">
|
||||
<a class="btn btn-block btn-primary btn-lg font-weight-medium auth-form-btn" href="../../index.html">SIGN UP</a>
|
||||
</div>
|
||||
<div class="text-center mt-4 font-weight-light">
|
||||
Already have an account? <a href="login.html" class="text-primary">Login</a>
|
||||
</div>
|
||||
</form>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<!-- content-wrapper ends -->
|
||||
</div>
|
||||
<!-- page-body-wrapper ends -->
|
||||
</div>
|
||||
<!-- container-scroller -->
|
||||
<!-- plugins:js -->
|
||||
<script src="../../vendors/js/vendor.bundle.base.js"></script>
|
||||
<!-- endinject -->
|
||||
<!-- Plugin js for this page -->
|
||||
<!-- End plugin js for this page -->
|
||||
<!-- inject:js -->
|
||||
<script src="../../js/off-canvas.js"></script>
|
||||
<script src="../../js/hoverable-collapse.js"></script>
|
||||
<script src="../../js/template.js"></script>
|
||||
<script src="../../js/settings.js"></script>
|
||||
<script src="../../js/todolist.js"></script>
|
||||
<!-- endinject -->
|
||||
</body>
|
||||
|
||||
</html>
|
Reference in New Issue
Block a user