-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathoxford.html
41 lines (38 loc) · 2.34 KB
/
oxford.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
<!doctype html>
<html>
<head>
<title>631 Oxford</title>
<link href="//netdna.bootstrapcdn.com/twitter-bootstrap/2.3.2/css/bootstrap-combined.min.css" rel="stylesheet">
<link href="css/flat-ui.css" rel="stylesheet" />
<link href="css/style.css" rel="stylesheet"/>
<!-- <script src="js/main.js"></script> -->
<script src="js/jquery-1.7.2.min.js"> </script>
<script src="js/jquery-ui-1.8.22.custom.min.js"></script>
</head>
<body>
<div class="wrapper">
<div class="nav">
<ul>
<li class="nav manifesto"><a href="manifesto.html">Our Manifesto</a></li>
<li class="nav oxford active"><a href="">631 Oxford</a></li>
<!--<li class="nav partners"><a href="">Partners</a></li>-->
<li class="nav faq"><a href="faq.html">FAQ</a></li>
<li class="nav contact"><a href="contact.html">Contact</a></li>
</ul>
</div>
<div class="body_oxford">
<div class="banner"><img src="img/oxford/oxford.png"/></div>
<div class="content">
<div class="oxford_road">
<div class="text">
<img src="img/oxford/631.png"/></br></br></br>
Home sweet home. Stop by our headquarters located right on the University of Michigan's Central Campus. A historical residence previously owned by the University Regents for over 50 years, 631 is the physical pulse for the Creators Co-op family. The top two floors serve as living quarters for our resident leadership, and the ground floor and basement service our workspace and gathering areas.</br></br>
We are located directly next to the University-run bus route to North Campus, for more reliable instant access for Engineering, Art & Design, Music, and Architecture students to the amenities, resources, and events at 631 Oxford. </br></br> Thanks everyday to our partners and sponsors who make each minute possible.
</div></br></br></br>
<img class="photos" src="img/oxford/launchlab.jpg"/>
</div>
</div>
</div>
</div>
</body>
</html>