-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathart.html
80 lines (68 loc) · 3.02 KB
/
art.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
<!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>Arts in Aarhus<i> )</i></h1>
</header>
<section class="overview-1">
<article>
<header>
<h2 class="">Architecture <i class="icon-building pull-right icon-border"></i></h3>
</header>
<ul>
<p>Aarhus is home to 330 registered architectural firms and 492 registered companies working within graphic, interior, industrial, product and communication design etc.</p>
<p>Aarhus is the home town of two of the world's largest architectural firms and three of the largest in Scandinavia</p>
</article>
<article>
<header>
<h2 class="">Havreballe Forest <i class="icon-building pull-right icon-border"></i></h3>
</header>
<p>Until 1896 Havreballe Skov (forest) and the rest of the Marselisborg Skovene (the Marselisborg Forests) belonged to a manor the home farm of which was situated in the northern part of the forest where Marselisborg Gymnasium (Marselisborg Grammar School) stands today. </p>
</article>
<article>
<header>
<h2 class="">ARoS <i class=" icon-bullseye pull-right icon-border"></i></h3>
</header>
<p>ARoS is a 5 star museum and is the main art museum in Aarhus and one of the largest museums in Northern Europe. On the roof of ARoS you can also visit Your rainbow panorama from here you can move around in a 150 metre long, circular panoramic path with 360º views of the surrounding city. </p>
</article>
</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>