-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
53 lines (52 loc) · 2.59 KB
/
index.html
File metadata and controls
53 lines (52 loc) · 2.59 KB
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
51
52
53
<!DOCTYPE html>
<html lang="en">
<head>
<title>martin's zone</title>
<meta http-equiv="content-type" content="text/html;charset=utf-8">
<meta name="robots" content="noindex,nofollow,noarchive">
<link rel="stylesheet" type="text/css" href="css/layout.css">
</head>
<body>
<div class="intro">
<span class="big">
<span class="underline">mart</span>in's
<span class="underline">i</span>'net
<span class="underline">z</span>one
</span>
</div>
<div class="content">
<span class="big">T</span>his page intentionally left blank... <span class="small">currently</span>.<br>
Rest assured... it will change...<br>
<a href="https://www.urbandictionary.com/define.php?term=soon%E2%84%A2"><em>soon</em><sup><span class="small"> (tm)</span></sup></a>.
</div>
<div class="content">
<span class="big">F</span>ollowing topics will be displayed or presented here:
<ul>
<li>Personal progress (maybe journaling as well)</li>
<li>Project development reports</li>
<li>Design ideas</li>
<li>... and many other things (probably)</li>
</ul>
</div>
<div class="content">
<span class="big">N</span>ews:
<ul>
<li>2025-05-18: Attempt at the Mammutmarsch event: 60 of 100 km collected; report shall follow.</li>
<li>2025-05-23: Visiting Mannheim for the 30th anniversary of the <a href="https://selfhtml.org">SelfHTML</a> community</li>
<li>2025-05-24: Being appointed as a cash auditor for the year 2025/26 in the selfHTML association.</li>
</ul>
</div>
<div class="links">
<a href="https://boot.dev/u/martiz"><img src="img/icon_boot_dev.png" alt="Boot.Dev logo" height="32" width="32"></a>
<a href="https://github.com/martiz"><img src="img/logo_github.svg" alt="GitHub logo" height="32" width="32"></a>
<a href="https://twitch.com/martiz_42"><img src="img/logo_twitch.svg" alt="Twitch logo" height="32" width="32"></a>
<a href="https://bsky.app/profile/martizzi.bsky.social"><img src="img/logo_bluesky.svg" alt="Bluesky logo" height="32" width="32"></a>
<a href="https://linktr.ee/martizzi"><img src="img/logo_linktree.svg" alt="Linktree logo" height="32" width="32"></a>
<a href="https://instagram.com/izzitram"><img src="img/logo_instagram.svg" alt="Instagram logo" height="32" width="32"></a>
<a href="https://codeberg.org/martiz"><img src="img/logo_codeberg_white.svg" alt="Codeberg logo" height="32" width="32"></a>
</div>
<div class="imprint">
<span class="bold">Imprint:</span> Martin N. - contact form (currently disabled)
</div>
</body>
</html>