yogibook-aury/public/copiaintegra/dist/pages-maintenance.html
2024-09-18 16:47:42 +02:00

115 lines
5.4 KiB
HTML

<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>Maintenance | webadmin - Admin & Dashboard Template</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta content="Premium Multipurpose Admin & Dashboard Template" name="description" />
<meta content="Themesdesign" name="author" />
<!-- App favicon -->
<link rel="shortcut icon" href="assets/images/favicon.ico">
<!-- Bootstrap Css -->
<link href="assets/css/bootstrap.min.css" id="bootstrap-style" rel="stylesheet" type="text/css" />
<!-- Icons Css -->
<link href="assets/css/icons.min.css" rel="stylesheet" type="text/css" />
<!-- App Css-->
<link href="assets/css/app.min.css" id="app-style" rel="stylesheet" type="text/css" />
</head>
<body>
<!-- <body data-layout="horizontal"> -->
<div class="authentication-bg min-vh-100">
<div class="bg-overlay bg-light"></div>
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="d-flex flex-column min-vh-100">
<div class="my-auto py-5">
<div class="text-center mb-4 pb-1">
<a href="index.html" class="d-block auth-logo">
<img src="assets/images/logo-dark.png" alt="" height="36" class="auth-logo-dark">
<img src="assets/images/logo-light.png" alt="" height="36" class="auth-logo-light">
</a>
</div>
<div class="row align-items-center justify-content-center"><!-- end col -->
<div class="col-md-5">
<div class="mt-4">
<img src="assets/images/maintenance.png" class="img-fluid" alt="">
</div>
</div>
</div>
<!-- end row -->
<div class="text-center text-muted my-5">
<h4>Site is Under Maintenance</h4>
<p>Please check back in sometime.</p>
</div>
<div class="row">
<div class="col-md-4">
<div class="card">
<div class="card-body">
<h5 class="text-primary">01.</h5>
<h5 class="font-size-16 text-uppercase mt-3">Why is the Site Down?</h5>
<p class="text-muted mb-0">There are many variations of passages of
Lorem Ipsum available, but the majority have suffered alteration.</p>
</div>
</div>
</div>
<div class="col-md-4">
<div class="card">
<div class="card-body">
<h5 class="text-primary">02.</h5>
<h5 class="font-size-16 text-uppercase mt-3">
What is the Downtime?</h5>
<p class="text-muted mb-0">Contrary to popular belief, Lorem Ipsum is not
simply random text. It has roots in a piece of classical.</p>
</div>
</div>
</div>
<div class="col-md-4">
<div class="card">
<div class="card-body">
<h5 class="text-primary">03.</h5>
<h5 class="font-size-16 text-uppercase mt-3">
Do you need Support?</h5>
<p class="text-muted mb-0">If you are going to use a passage of Lorem
Ipsum, you need to be sure there isn't anything embar..
<a href="mailto:no-reply@domain.com" class="text-decoration-underline">no-reply@domain.com</a>
</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- end col -->
</div>
<!-- end row -->
</div>
<!-- end container -->
</div>
<!-- end authentication section -->
<!-- JAVASCRIPT -->
<script src="assets/libs/bootstrap/js/bootstrap.bundle.min.js"></script>
<script src="assets/libs/metismenujs/metismenujs.min.js"></script>
<script src="assets/libs/simplebar/simplebar.min.js"></script>
<script src="assets/libs/eva-icons/eva.min.js"></script>
</body>
</html>