-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
48 lines (45 loc) · 1.65 KB
/
index.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
<!DOCTYPE html>
<html>
<head>
<title>Home | Phi Kappa Theta</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- Bootstrap -->
<link href="static/css/bootstrap.min.css" rel="stylesheet" media="screen">
<link href="static/css/style.css" rel="stylesheet">
<link href="static/css/img-captions.css" rel="stylesheet" />
<link href="static/css/index.css" rel="stylesheet" />
<link href='//fonts.googleapis.com/css?family=Open+Sans:300,400italic,700italic,400,700|Raleway:300,400,500,600,700|Montserrat:400,700' rel='stylesheet' type='text/css'>
<link rel="icon" type="image/png" href="static/img/favicon.png" />
<script src="static/js/jquery-1.11.1.min.js"></script>
<script src="static/js/bootstrap.min.js"></script>
<script src="//code.jquery.com/ui/1.11.1/jquery-ui.js"></script>
<script src="static/js/jquery.scrollTo.min.js"></script>
<script src="static/js/jquery.mousewheel.min.js"></script>
<script>
// This is a placeholder since this needs to get fixed
setTimeout(function() { window.location = '/rush'; }, 1500);
</script>
<script src="static/js/effects.js"></script>
</head>
<body>
<div id="wrapper">
<ul id="mask">
<li id="index" class="box">
<a name="index"></a>
<div class="filler" id="crest-filler"></div>
<div class="container">
<div id="crest">
<a href="rush/"><img src="static/img/crest.png"/></a>
</div>
<div id="title-h1">
<h1>MIT Phi Kappa Theta</h1>
</div>
<div id="title-h2">
<h2>Mass Eta</h2>
</div>
</div>
</li>
</ul>
</div>
</body>
</html>