-
Notifications
You must be signed in to change notification settings - Fork 8
/
maintenance.html
61 lines (54 loc) · 1.75 KB
/
maintenance.html
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta
name="viewport"
content="width=device-width, initial-scale=1, shrink-to-fit=no"
/>
<meta name="description" content="" />
<meta name="keywords" content="" />
<title>HackUMass IX Maintenance</title>
<!-- Styles -->
<link href="assets/css/core.min.css" rel="stylesheet" />
<link href="assets/css/thesaas.min.css" rel="stylesheet" />
<link href="assets/css/style.css" rel="stylesheet" />
<!-- Favicons -->
<link rel="apple-touch-icon" href="assets/img/apple-touch-icon.png" />
<link rel="icon" href="assets/img/favicon-hum9.ico" />
</head>
<body>
<!-- Header -->
<header
class="header header-inverse h-fullscreen p-0 bg-primary overflow-hidden"
style="
background-image: linear-gradient(-45deg, #7494ea 0%, #7494ea 100%);
"
>
<canvas class="constellation"></canvas>
<div class="container text-center">
<div class="row h-full align-items-center">
<div class="col-12 col-md-8 offset-md-2">
<h1>Dashboard is in Maintenance Mode 😅</h1>
<h5>
We're sorry. Our code monkeys are updating the site. Come back in
a few minutes.
</h5>
<br />
<a
class="btn btn-lg btn-outline btn-white hidden-sm-down"
href="https://dashboard.hackumass.com/"
>
Try Again</a
>
</div>
</div>
</div>
</header>
<!-- END Header -->
<!-- Scripts -->
<script src="assets/js/core.min.js"></script>
<script src="assets/js/thesaas.min.js"></script>
<script src="assets/js/script.js"></script>
</body>
</html>