-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
85 lines (67 loc) · 2.46 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
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
<!DOCTYPE html>
<html>
<head>
<title>Video and Slideshow of Manchester (MMU)</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- Bootstrap -->
<link href="css/bootstrap.min.css" rel="stylesheet" media="screen">
<script src="js/bootstrap.min.js"></script>
<script src='js/media-player.js' type="text/javascript"></script>
<!--
<script src="http://code.jquery.com/jquery.js"></script>
-->
<link href='css/media-player.css' rel='stylesheet' />
<!--
font code from google fonts
http://www.google.com/fonts#UsePlace:use
-->
<link href='http://fonts.googleapis.com/css?family=Lato:400,700|Karla:400,700|Raleway:400,600|Ubuntu:400,500|Open+Sans:400,600|Roboto:400,700|Quattrocento+Sans:400,700' rel='stylesheet' type='text/css'>
<link href='css/typography.css' rel='stylesheet' />
<link href="css/sticky-footer.css" rel="stylesheet">
<link href="css/cover.css" rel="stylesheet">
</head>
<body>
<div id="wrap">
<section class="mainbody">
<nav class="primary">
<ul class="links">
<li class="link home">
<a href="index.html" title="Home"> <span class="icon"></span> <span class="title">Home</span> </a>
</li>
<li class="link video">
<a href="video.html" title="Video on MMU and/or Manchester"> <span class="icon"></span> <span class="title">Video</span> </a>
</li>
<li class="link stills">
<a href="stills.html" title="Stills"> <span class="icon"></span> <span class="title">Stills</span> </a>
</li>
<li class="link contact">
<a href="contact.html" title="Contact"> <span class="icon"></span> <span class="title">Contact</span> </a>
</li>
</ul>
</nav>
<section class="contentbody" >
<div class="inner cover">
<h1 class="cover-heading">Virtual Tour of Manchester.</h1>
<p><img src="img/Nexus_10_400.png">
</p>
<p>
<p class="lead">
Manchester in your pocket and at the touch of a button. This virtual tour of Manchester has
three main sections. A Video tour of the area, an image gallery of photos of the hereabouts and
an easy to use contact form to register your interest.
</p>
<p>
<a href="video.html" class="btn btn-lg btn-default">Get Started</a>
</p>
</div>
</section>
</section>
</div>
<br/>
<div id="footer">
<p >
Credits <a href="http://clearerchannel.org">Mick Chesterman</a> for MMU.
</p>
</div>
</body>
</html>