-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path404.html
121 lines (111 loc) · 6 KB
/
404.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
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
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
<!DOCTYPE HTML>
<!--
Escape Velocity by HTML5 UP
html5up.net | @ajlkn
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-->
<html>
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-111884318-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-111884318-1');
</script>
<title>Error | ATO</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="icon" href="photos/shield.png"/>
<link rel="stylesheet" href="assets/css/main.css"/>
<link rel="stylesheet" href="stylesheets/animate.css"/>
<script src="scripts/wow.min.js"></script>
<script src="scripts/keypress-2.1.4.min.js"></script>
</head>
<body class="homepage">
<div id="page-wrapper">
<a name="top"></a>
<!-- Header -->
<div id="header-wrapper" class="wrapper">
<div id="header">
<!-- Logo -->
<div id="logo">
<a href="index.html"><input type="submit" style="background-color:#0C6596;color:white" class="styleButton" value="Return to home page" /></a>
<p class="style2 wow slideInUp">Sorry, this page doesn't exist or another error occurred</p>
</div>
<!-- Nav -->
<nav id="nav">
<ul>
<li><a href="index.html">Alpha Tau Omega ▼</a>
<ul>
<li><a href="index.html#who">Who We Are</a></li>
<li><a href="index.html#what">What We Do</a></li>
<li><a href="index.html#brothers">The Brothers</a></li>
<li><a href="index.html#contact">Contact Us</a></li>
</ul>
</li>
<li><a href="rush.html">Rush</a></li>
<li><a href="greeksing.html">Greek Sing</a></li>
<li><a href="dessert.html">Dessert Bar</a></li>
<li><a href="http://bikeathon.cmuato.org" target="_blank">Bikeathon</a></li>
</ul>
</nav>
</div>
</div>
<!-- Footer -->
<div id="footer-wrapper" class="wrapper">
<a name="contact"><div class="title">Contacts</div></a>
<div id="footer" class="container">
<!-- Contact -->
<section class="feature-list small">
<div class="row 150%">
<div class="4u 12u(mobile)">
<section>
<h3 class="icon fa-home">Mailing Address</h3>
<p>
Alpha Tau Omega<br/>
5000 Forbes Ave<br/>
Jared L Cohon University Center, Suite 103<br/>
Pittsburgh PA, 15213
</p>
</section>
</div>
<div class="4u 12u(mobile)">
<section>
<h3 class="icon fa-comment">Social</h3>
<p>
<a href="https://www.facebook.com/CMUATO" target="_blank">facebook/CMUATO</a><br />
<a href="https://twitter.com/CMU_ATO" target="_blank">twitter/CMU_ATO</a><br />
<a href="https://www.instagram.com/cmu_ato/" target="_blank">instragram/cmu_ato</a><br />
</p>
</section>
</div>
<div class="4u 12u(mobile)">
<section>
<h3 class="icon fa-envelope">Email</h3>
<p>
<a href="mailto:[email protected]" target="_blank">[email protected]</a>
</p>
</section>
</div>
</div>
</section>
<hr />
</div>
<div id="copyright">
<ul>
<li>© <a href="index.html">Carnegie Mellon Alpha Tau Omega</a></li><li>Design: <a href="http://html5up.net" target="_blank">HTML5 UP</a></li>
</ul>
</div>
</div>
</div>
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.dropotron.min.js"></script>
<script src="assets/js/skel.min.js"></script>
<script src="assets/js/skel-viewport.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/keypressmain.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>