-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathart.html
More file actions
68 lines (47 loc) · 2.13 KB
/
art.html
File metadata and controls
68 lines (47 loc) · 2.13 KB
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
<!doctype HTML>
<html lang="en-gb">
<head>
<meta charset="UTF-8">
<meta name="description" content="META" />
<meta http-equiv="x-ua-compatible" content="ie=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Galleries in Manchester</title>
<link href="https://fonts.googleapis.com/css?family=Open+Sans" rel="stylesheet">
<link rel="stylesheet" href="layout.css" />
<a name="top"></a>
</head>
<body>
<div class="header">
<img class="headerimg" src="images/logomod.png">
</div>
<nav class="page-nav">
<ul style="list-style-type:none">
<li><a href="index.html">Home</a>
</li>
<li><a href="museums.html">Museums</a>
</li>
<li><a href="art.html">Art Galleries</a>
</li>
<li><a href="about.html">About Us</a>
</li>
<li><a href="contact.html">Contact Us</a>
</li>
</ul>
</nav>
<div class="responsivecontent">
<h2>Art Galleries</h2>
<img class="galbeginning" src="images/galmain.jpg">
<p>Discover the amazing art galleries in Manchester. If you're interested in paintings, costumes or sculptures then you've come to the right place.</p>
<div class="gallerieslist">
<div class="box a"><a href="manchester-gallery.html"><img class="index" src="images/art1.jpeg" width="250px"></a>
<p><a href="manchester-museum.html">Manchester Art Gallery</a></p>
</div>
<div class="box b"><a href="galleryofcostume.html"><img class="index" src="images/art2.jpeg"></a><a href="museumofscience.html"><p>Gallery of Costume</p></a></div>
<div class="box c"><a href="natfoot.html"><img class="index" src="images/art3.jpg"></a><a href="whitworth.html"><p>Whitworth Art Gallery</p></a></div>
</div>
</div>
</body>
<footer class="page-footer">
<p>Build Digital |<a href="#top"> Back to Top</a></p>
</footer>
</html>