-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmaintance.html
More file actions
70 lines (60 loc) · 2.49 KB
/
maintance.html
File metadata and controls
70 lines (60 loc) · 2.49 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
<!DOCTYPE HTML>
<html>
<head>
<title>Under Maintenance! :(</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<link rel="stylesheet" href="assets/css/main.css" />
<link rel="icon" href="images/favicon/favicon.png">
<noscript><link rel="stylesheet" href="assets/css/noscript.css" /></noscript>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-J2ZF7B2FY9"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-J2ZF7B2FY9');
</script>
</head>
<body>
<!-- Header -->
<header id="header">
</header>
<!-- Page Wrapper -->
<div id="page-wrapper">
<article id="main">
<section class="wrapper style5">
<div class="inner">
<h2>We will be back soon!</h2>
<div>
<p>Sorry for the inconvenience but we’re performing some maintenance and upgrades at the moment. If you need to you can always <a href="mailto:ras@pitt.edu">contact us</a>, otherwise we’ll be back online shortly!</p>
<p>— Pitt Robotics and Automation Society</p>
</div>
</div>
</section>
</article>
</div>
<!-- Footer -->
<footer id="footer">
<div style="height: 650px">
<p></p>
</div>
</footer>
<!-- Escape -->
<div style="background-color: #1d242a">
<style>
a.button{color: #1d242a; box-shadow: none;}
a.button:hover{background-color: #1d242a;}
</style>
<a class="button" href="indexbackup.html"></a>
</div>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.scrollex.min.js"></script>
<script src="assets/js/jquery.scrolly.min.js"></script>
<script src="assets/js/browser.min.js"></script>
<script src="assets/js/breakpoints.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>