-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
50 lines (43 loc) · 1.41 KB
/
index.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="de-DE">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="main.css" type="text/css">
<title>bayer poster</title>
</head>
<body>
<main>
<section class="portrait--box">
<div class="bar portrait-bar"></div>
<img class="portrait" src="assets/Kandinsky_Erfurth.jpg" height="609" width="610"
alt="A portrait of Wassily Kandinsky in a suit and tie.">
</section>
<h1>Kandinsky</h1>
<h2 class="description--event">jubiläums-ausstellung</h2>
<h2 class="birth--wrapper">
<span class="age">60.</span>
<span>geburtstag</span>
</h2>
<aside class="location text--left">
<h3>
<span>Anhaltischer</span>
<span>Kunstverein</span>
</h3>
<span class="street--number">Johannisstr. 13</span>
<div class="bar bar--address"></div>
</aside>
<div class="bar bar--art-description text--right"></div>
<h3 class="art-description text--right">gemälde aquarelle</h3>
<footer>
<span>web layout by:</span>
<span>David A. Herron</span>
<span><a href="https://github.com/dvdherron/kandinsky-poster" target="_blank" rel="noopener" rel="noopener">source
code</a></span>
<span>orignal poster design: </span>
<span>Herbert Bayer</span>
<span>1926</span>
</footer>
</main>
</body>
</html>