-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
47 lines (41 loc) · 2.04 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
<!DOCTYPE html>
<html lang="eng" dir="ltr">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>light and movement</title>
<link rel="stylesheet" href="styles.css">
<link rel="stylesheet" href="https://use.typekit.net/gde6iog.css">
</head>
<body>
<main>
<header>
<p class="info">
kunsthalle bern 3.juli bis 5.september<br>
licht und bewegung/kinetische kunst<br>
im garten: neue tendenzen der architektur<br>
</p>
<!-- to do: wrap all spans in div and hide them with aria-hidden = true -->
<h1 class="headline" tabindex="0" aria-label="light and movement">
<span class="first" aria-hidden="true">licht und bewegung</span>
<span class="first" aria-hidden="true">licht und bewegung</span>
<span class="second" aria-hidden="true">lumière et mouvement</span>
<span class="second" aria-hidden="true">lumière et mouvement</span>
<span class="third" aria-hidden="true">luce e movimento</span>
<span class="third" aria-hidden="true">luce e movimento</span>
<span class="fourth" aria-hidden="true">light and movement</span>
<span class="fourth" aria-hidden="true">light and movement</span>
<span class="fifth" aria-hidden="true">lumière et mouvement</span>
<span class="fifth" aria-hidden="true">lumière et mouvement</span>
<span class="sixth" aria-hidden="true">luce e movimento</span>
<span class="sixth" aria-hidden="true">luce e movimento</span>
<span class="seventh" aria-hidden="true">light and movement</span>
<span class="seventh" aria-hidden="true">light and movement</span>
<span class="eighth" aria-hidden="true">licht und bewegung</span>
<span class="eighth" aria-hidden="true">licht und bewegung</span>
</h1>
</header>
</main>
<script src="https://cdn.jsdelivr.net/gh/scottkellum/typetura.js@master/js/typetura.min.js"></script>
</body>
</html>