Files
erp-imprimelibros/src/main/resources/templates/theme/authentication/auth-logout-cover.html
2025-07-19 10:57:49 +02:00

126 lines
4.3 KiB
HTML

<!doctype html>
<html xmlns:th="http://www.thymeleaf.org" xmlns:layout="http://www.ultraq.net.nz/thymeleaf/layout" lang="en"
data-layout="vertical" data-topbar="light" data-sidebar="dark" data-sidebar-size="lg" data-sidebar-image="none"
data-preloader="disable">
<head>
<!--page title-->
<div th:replace="partials/title-meta :: title-meta('Log Out')"></div>
<!-- Page CSS -->
<div th:replace="partials/head-css :: head-css"></div>
</head>
<body>
<!-- auth-page wrapper -->
<div class="auth-page-wrapper auth-bg-cover py-5 d-flex justify-content-center align-items-center min-vh-100">
<div class="bg-overlay"></div>
<!-- auth-page content -->
<div class="auth-page-content overflow-hidden pt-lg-5">
<div class="container">
<div class="row">
<div class="col-lg-12">
<div class="card overflow-hidden">
<div class="row justify-content-center g-0">
<div class="col-lg-6">
<div class="p-lg-5 p-4 auth-one-bg h-100">
<div class="bg-overlay"></div>
<div class="position-relative h-100 d-flex flex-column">
<div class="mb-4">
<a href="/" class="d-block">
<img src="/assets/images/logo-light.png" alt="" height="18">
</a>
</div>
<div class="mt-auto">
<div class="mb-3">
<i class="ri-double-quotes-l display-4 text-success"></i>
</div>
<div id="qoutescarouselIndicators" class="carousel slide"
data-bs-ride="carousel">
<div class="carousel-indicators">
<button type="button" data-bs-target="#qoutescarouselIndicators"
data-bs-slide-to="0" class="active" aria-current="true"
aria-label="Slide 1"></button>
<button type="button" data-bs-target="#qoutescarouselIndicators"
data-bs-slide-to="1" aria-label="Slide 2"></button>
<button type="button" data-bs-target="#qoutescarouselIndicators"
data-bs-slide-to="2" aria-label="Slide 3"></button>
</div>
<div class="carousel-inner text-center text-white-50 pb-5">
<div class="carousel-item active">
<p class="fs-15 fst-italic">" Great! Clean code, clean
design, easy for customization. Thanks very much! "</p>
</div>
<div class="carousel-item">
<p class="fs-15 fst-italic">" The theme is really great with
an amazing customer support."</p>
</div>
<div class="carousel-item">
<p class="fs-15 fst-italic">" Great! Clean code, clean
design, easy for customization. Thanks very much! "</p>
</div>
</div>
</div>
<!-- end carousel -->
</div>
</div>
</div>
</div>
<!-- end col -->
<div class="col-lg-6">
<div class="p-lg-5 p-4 text-center">
<lord-icon src="https://cdn.lordicon.com/hzomhqxz.json" trigger="loop"
colors="primary:#405189,secondary:#08a88a" style="width:180px;height:180px">
</lord-icon>
<div class="mt-4 pt-2">
<h5>You are Logged Out</h5>
<p class="text-muted">Thank you for using <span
class="fw-semibold">velzon</span> admin template</p>
<div class="mt-4">
<a href="/auth-signin-basic" class="btn btn-secondary w-100">Sign
In</a>
</div>
</div>
</div>
</div>
<!-- end col -->
</div>
<!-- end row -->
</div>
<!-- end card -->
</div>
<!-- end col -->
</div>
<!-- end row -->
</div>
<!-- end container -->
</div>
<!-- end auth page content -->
<!-- footer -->
<footer class="footer">
<div class="container">
<div class="row">
<div class="col-lg-12">
<div class="text-center">
<p class="mb-0">&copy;
<script>document.write(new Date().getFullYear())</script> Velzon. Crafted with <i
class="mdi mdi-heart text-danger"></i> by Themesbrand
</p>
</div>
</div>
</div>
</div>
</footer>
<!-- end Footer -->
</div>
<!-- end auth-page-wrapper -->
<div th:replace="partials/vendor-scripts :: scripts"></div>
</body>
</html>