91 lines
4.7 KiB
HTML
91 lines
4.7 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
@@include("partials/title-meta.html", {"title": "Logout 2"})
|
|
|
|
@@include('./partials/head-css.html')
|
|
|
|
</head>
|
|
|
|
<body class="loading auth-fluid-pages pb-0">
|
|
|
|
<div class="auth-fluid">
|
|
<!-- Auth fluid right content -->
|
|
<div class="auth-fluid-right">
|
|
<div class="auth-user-testimonial">
|
|
<h3 class="mb-3 text-white">Very elegant & impressive!</h3>
|
|
<p class="lead font-weight-normal"><i class="mdi mdi-format-quote-open"></i> I've been using this theme for a while and I must say that whenever I am looking for a design - I refer to this theme for specifics & implementation. With wide arrays of components, designs, charts - I would highly recommend this theme for anyone using it for dashboard or project management usage.. <i class="mdi mdi-format-quote-close"></i>
|
|
</p>
|
|
<h5 class="text-white">
|
|
- Admin User
|
|
</h5>
|
|
</div> <!-- end auth-user-testimonial-->
|
|
</div>
|
|
<!-- end Auth fluid right content -->
|
|
|
|
<!--Auth fluid left content -->
|
|
<div class="auth-fluid-form-box">
|
|
<div class="align-items-center d-flex h-100">
|
|
<div class="card-body">
|
|
|
|
<!-- Logo -->
|
|
<div class="auth-brand text-center text-lg-left">
|
|
<div class="auth-logo">
|
|
<a href="index.html" class="logo logo-dark text-center">
|
|
<span class="logo-lg">
|
|
<img src="../assets/images/logo-dark.png" alt="" height="22">
|
|
</span>
|
|
</a>
|
|
|
|
<a href="index.html" class="logo logo-light text-center">
|
|
<span class="logo-lg">
|
|
<img src="../assets/images/logo-light.png" alt="" height="22">
|
|
</span>
|
|
</a>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="text-center">
|
|
<div class="mt-4">
|
|
<div class="logout-checkmark">
|
|
<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="logout-path" fill="none" stroke="#d1dee4" 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"></path>
|
|
<circle class="logout-path" fill="none" stroke="#1abc9c" stroke-width="4" stroke-miterlimit="10" cx="80.6" cy="80.6" r="62.1"></circle>
|
|
<polyline class="logout-path" fill="none" stroke="#1abc9c" stroke-width="6" stroke-linecap="round" stroke-miterlimit="10" points="113,52.8
|
|
74.1,108.4 48.2,86.4 "></polyline>
|
|
|
|
<circle class="logout-spin" fill="none" stroke="#d1dee4" stroke-width="4" stroke-miterlimit="10" stroke-dasharray="12.2175,12.2175" cx="80.6" cy="80.6" r="73.9"></circle>
|
|
|
|
</svg>
|
|
|
|
</div>
|
|
</div>
|
|
|
|
<h3>See you again !</h3>
|
|
|
|
<p class="text-muted"> You are now successfully sign out. </p>
|
|
</div>
|
|
|
|
<!-- Footer-->
|
|
<footer class="footer footer-alt">
|
|
<p class="text-muted">Back to <a href="auth-login-2.html" class="text-primary ml-1"><b>Sign In</b></a></p>
|
|
</footer>
|
|
|
|
</div> <!-- end .card-body -->
|
|
</div> <!-- end .align-items-center.d-flex.h-100-->
|
|
</div>
|
|
<!-- end auth-fluid-form-box-->
|
|
|
|
</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> |