-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathabout.html
103 lines (89 loc) · 4.05 KB
/
about.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
<!DOCTYPE html>
<head>
<title> About </title>
<link rel="shortcut icon" href="http://www.iconarchive.com/download/i75813/martz90/circle/camera.ico" type="image/x-icon" />
<link href = 'dist/css/bootstrap.css' rel='stylesheet'>
<link rel="shortcut icon" href="http://www.iconarchive.com/download/i75813/martz90/circle/camera.ico" type="image/x-icon" />
<!-- Latest compiled and minified CSS -->
<link rel="stylesheet" href="http://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css">
<!-- jQuery library -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.0/jquery.min.js"></script>
<!-- Latest compiled JavaScript -->
<script src="http://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js"></script>
<link rel="stylesheet" type="text/css" href="css_master.css">
<meta name="viewport" content="width=device-width, initial-scale=1">
<style>
header {
text-align: center;
background: url("https://41.media.tumblr.com/416142edcbcc3b3d0a657d201ced0b6f/tumblr_o30kduRYgb1ug074do3_1280.jpg");
background-size: cover;
padding: 80px 0px 80px 0px;
margin: -40px 0px 0px 0px;
}
</style>
</head>
<body>
<nav class="navbar navbar-default">
<div class="container-fluid">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1" aria-expanded="false">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="index.html"> <img alt="Brand" src="http://www.iconarchive.com/download/i75813/martz90/circle/camera.ico" style="max-width:40px; margin-top: -10px;" width="40" height="40"> </a>
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
<ul class="nav navbar-nav">
<li><a class='lnk' href="about.html"> <str> About </str> </a></li>
<li><a class='lnk' href="Contact.html"> <str> Contact </str> </a></li>
<li><a class='lnk' href="links.html"> <str> Useful Links </str> </a></li>
</ul>
<ul class="nav navbar-nav navbar-right">
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false"> Locations <span class="caret"></span></a>
<ul class="dropdown-menu">
<li><a href="Kings.html">Kings College</a></li>
<li><a href="Punting.html">River Cam</a></li>
<li><a href="ADC.html">ADC Theatre</a></li>
<li><a href="Fitz.html">Fitzwilliam Museum</a></li>
<li><a href="Market.html">Market Square</a></li>
<li><a href="UL.html">University Library</a></li>
</ul>
</div><!-- /.navbar-collapse -->
</div><!-- /.container-fluid -->
</nav>
<header>
<h1> About Us </h1>
</header>
<div class="col-sm-2"> </div>
<div class="main col-sm-8">
<p text-align:center; font-size: 20px;>
Welcome to Cambridge!
We <em> love </em> exploring this city, and we know that you will too.
Cambridge is a beautiful, and there are lots of things to see and do - what better way to capture this than through a camera.
<strong> Cambridge through a Camera </strong> is an interactive site, showcasing the city through images.
Click on the interactive map to view specific areas of Cambridge and research what you can get up to during your visit.
</p>
</div>
<div class="col-sm-2"></div>
<br />
<br />
<br />
<br />
<br />
<footer>
<div class="wrapper">
<div class="container">
<div id="extraContainer4"></div>
</div><!-- end container -->
</div><!-- end wrapper -->
<div class="container">
<div id="extraContainer5"></div>
<div id="left">© 2015 Sarah Maclean, Joanna Stadnik and Jenny Shepherd | Cambridge students, photographers and coders extraordinaire. All photographs taken by Sarah Maclean.
</div>
</footer>
</body>