-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlocation.html
53 lines (51 loc) · 2.41 KB
/
location.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
<!DOCTYPE html>
<html>
<head>
<title>Aarhus Denmark</title>
<meta charset="utf-8"></meta>
<link href="http://www.visitaarhus.dk/sites/all/themes/visit/favicon.ico" rel="shortcut icon"></link>
<script type="text/javascript" src="//use.typekit.net/bnx5qwk.js"></script>
<script type="text/javascript">try{Typekit.load();}catch(e){}</script>
<link href="stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" />
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.10.1/jquery.min.js"></script>
</head> <body id="level-04">
<header>
<nav>
<div>
<ul class="left-nav">
<li><a href="about.html">About</a></li>
<li><a href="art.html">Art</a></li>
</ul>
<div class="center"><a href="index.html"><img type="image/svg+xml" src="./images/aarhus-header.svg" title="home" alt="welcome to Aarhus logo"></img></a></div>
<ul class="right-nav">
<li ><a href="location.html">Location</a></li>
<li ><a href="contact.html">Contact</a></li>
</ul>
</div>
</nav>
</header>
<main>
<header id="galleria">
<h1><i>( </i>Where are we?<i> )</i></h1>
</header>
<section class="location-1">
<div class="map">
<iframe width="640" height="480" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="https://maps.google.ca/maps?f=q&source=s_q&hl=en&geocode=&q=aarhus&aq=&sll=49.239986,-122.958169&sspn=0.132474,0.363579&t=h&ie=UTF8&hq=&hnear=Aarhus,+Denmark&ll=56.162759,10.204239&spn=0.183527,0.439453&z=11&iwloc=A&output=embed"></iframe><br /><small><a href="https://maps.google.ca/maps?f=q&source=embed&hl=en&geocode=&q=aarhus&aq=&sll=49.239986,-122.958169&sspn=0.132474,0.363579&t=h&ie=UTF8&hq=&hnear=Aarhus,+Denmark&ll=56.162759,10.204239&spn=0.183527,0.439453&z=11&iwloc=A" style="color:#0000FF;text-align:left">View Larger Map</a></small>
</div>
</section>
</main>
<footer>
<nav>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="about.html">About</a></li>
<li><a href="art.html">Art</a></li>
<li><a href="location.html">Location</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
</nav>
<div class="copyright">
<p>Copyright Lucas Rasmussen 2013, For educational purposes only at this time.</p>
</div>
</footer> </body>
</html>