-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
43 lines (27 loc) · 825 Bytes
/
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
<html>
<head>
<link type = "text/css" rel = "stylesheet" href = "style.css">
<link href='http://fonts.googleapis.com/css?family=Montserrat:400,700' rel='stylesheet' type='text/css'>
<script type="text/javascript" src="/jquery/jquery-ui-1.7.2.custom.min.js"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script>
<script type="text/javascript" src ="stuff.js"></script>
</head>
<body>
<div class = "pagecontainer">
<div class = "verticalalign">
<div class = "header">
<img src="img/logo.png" width="200px" id="panda"/>
<h3>MIT CHINESE STUDENTS' CLUB</h3>
</div>
</div>
<div class="nav">
<ul>
<a href=""><li>ABOUT</li></a>
<a href=""><li>EVENTS</li></a>
<a href=""><li>EXEC</li></a>
<a href=""><li>PHOTOS</li></a>
</ul>
</div>
</div>
</body>
</html>