-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpages-maintenance.html
More file actions
98 lines (87 loc) · 5.3 KB
/
pages-maintenance.html
File metadata and controls
98 lines (87 loc) · 5.3 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>Maintenance | Vuesy - 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>
<div class="auth-bg-basic d-flex align-items-center min-vh-100">
<div class="bg-overlay bg-light"></div>
<div class="container">
<div class="d-flex flex-column min-vh-100 py-5 px-3">
<div class="row justify-content-center my-auto">
<div class="col-xl-12">
<div class="text-center">
<a href="index.html">
<span class="logo-lg">
<img src="assets/images/logo-sm.svg" alt="" height="24"> <span class="logo-txt">Vuesy</span>
</span>
</a>
<div class="row mt-5 pt-3 justify-content-center">
<div class="col-md-6">
<img src="assets/images/maintenance.png" class="img-fluid" alt="">
</div>
</div>
<h3 class="mt-5 pt-4">Site is Under Maintenance</h3>
<p>Please check back in sometime.</p>
<div class="row mt-4">
<div class="col-md-4">
<div class="card mt-4 maintenance-box">
<div class="card-body">
<i class="bx bx-broadcast mb-4 h2 text-primary"></i>
<h5 class="font-size-15 text-uppercase">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 mt-4 maintenance-box">
<div class="card-body">
<i class="bx bx-time-five mb-4 h2 text-primary"></i>
<h5 class="font-size-15 text-uppercase">
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 mt-4 maintenance-box">
<div class="card-body">
<i class="bx bx-envelope mb-4 h2 text-primary"></i>
<h5 class="font-size-15 text-uppercase">
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 row -->
</div>
</div>
<!-- end container fluid -->
</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/feather-icons/feather.min.js"></script>
<script src="assets/js/app.js"></script>
</body>
</html>