-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathoriginal-image.html
50 lines (39 loc) · 1.54 KB
/
original-image.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" type="text/css" href="./styles.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=Caveat&family=Kanit&family=Teko:wght@300;700&display=swap"
rel="stylesheet">
<title>Original art work</title>
</head>
<body>
<div class="wrapper-original-image">
<div class="container-original-image">
<img src="./assets/images/original-image.jpg" alt="Art work of P. Mondrian." />
</div>
<div class="container-text">
<h2>Artist</h2>
<p><a href="./piet-mondrian.html">Piet Mondrian</a><br />1872, Amersfoort, Netherlands - 1944, New York, USA
</p>
<h2>Title</h2>
<p>Composition</p>
<h2>Date</h2>
<p>1929</p>
<h2>Medium</h2>
<p>Oil on canvas in artist’s frame</p>
<h2>Dimensions</h2>
<p>17 3/4 x 17 7/8 inches (45.1 x 45.3 cm)</p>
<h2>Credit Line</h2>
<p>Solomon R. Guggenheim Museum, New York, Gift, Estate of Katherine S. Dreier, 1953</p>
<h2>Accession</h2>
<p>53.1347</p>
<h2>Copyright</h2>
<p>©2023 Mondrian</p>
</div>
</div>
</body>
</html>