-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex-market.html
29 lines (28 loc) · 1.74 KB
/
index-market.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">`
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>SSS Online Gallery - Special Exhibition - Market</title>
<link rel="stylesheet" href="index.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Economica&display=swap" rel="stylesheet">
<style>a:link , a:visited {color: blanchedalmond};</style>
</head>
<body>
<div class="container">
<div class="itemleft">
<div>
<button class="logobutton" onclick="window.location.href='index.html'">SSS Online Gallery</button></div>
<br><br>
<div><a href="index.html"><button class="floorbutton" role="button">Regular Exhibition - Mixed</button></a><a href="index-market.html"><button class="floorbutton" role="button">Special Exhibition - Market</button></a></div>
</div>
<div class="itemspace"></div>
<div id="thefirstone" class="normal"><img class="item" src="images/themarketforfabrics Large.png"><figcaption>Louis-Emile Pinel De Grandchamp - The Market For Fabrics</figcaption></div>
<div class="normal"><img class="item" src="images/marketinjaffa.jpeg"><figcaption>Gustav Bauernfeind - Market in Jaffa - 1887</figcaption></div>
<div class="itemspace">End of the the exhibition.<button class="floorbutton"><a href="#thecenterone" style="color: black;" >Back to the CENTER</button><button class="floorbutton"><a href="#thefirstone" style="color: black;" >Back to the BEGINNING.</button></div>
</div>
</body>
</html>