-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
40 lines (36 loc) · 1.68 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
<!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>mickbroer.org</title>
<link href="style.css" rel="stylesheet">
<link rel="icon" href="/assets/images/favicon.jpg">
</head>
<body>
<div id="siteTitleWrapper">
<p id="siteTitle">mickbroer.org</p>
</div>
<a id="twitter" target="_blank" href="https://twitter.com/mickbroer">[twitter]</a>
<a target="_blank" href="https://www.instagram.com/mickbroer/">[instagram]</a>
<a target="_blank" href="mailto:[email protected]">[e-mail]</a>
<div id="items">
<p id="title">Werken:</p>
<p class="item" id="wrijfMuziek">[___] Wrijf Muziek <i>(2024)</i></p>
<p class="item" id="kapwerkzaamheden">[___] Kapwerkzaamheden <i>(2023)</i></p>
<p class="item" id="zenderKamers">[___] ZENDER:KAMERS <i>(2023)</i></p>
<p class="item" id="zender">[___] ZENDER <i>(2022)</i></p>
<p class="item" id="juni2022">[___] juni 2022 <i>(2022)</i></p>
<p class="item" id="bladeren">[___] De bladeren willen zijn maar de wind blijft maar kutten <i>(2020)</i></p>
<p id="title">PDF's:</p>
<p class="item" id="tabaksdrone">[___] Tabaksdrone <i>(2025)</i></p>
<p class="item" id="cirkels">[___] Cirkels en hoeken <i>(2024)</i></p>
<p class="item" id="aaa">[___] a-a-a <i>(2023)</i></p>
<p class="item" id="geluidNaarBeeldSynthese">[___] Geluid-naar-beeldsynthese in de webbrowser <i>(2023)</i></p>
</div>
<iframe id="showcase">
</iframe>
<script src="index.js"></script>
</body>
</html>