summaryrefslogtreecommitdiff
path: root/sketch/index.html
blob: 650f954e49ebd3892cabb695f28a76e737dc5e71 (plain)
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
<!DOCTYPE html>
<html lang='de'>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
</head>
<body>
	<center>
		<h1>zeldakatze.de</h1>
		<a href='index.html'>Index</a> &middot;
		<a href='tinkering.html'>Basteleien</a> &middot;
		<a href='talk.html'>Vorträge / Videos</a>
	</center>
<hr>
<h2>Über mich</h2>
Hallo, ich bin Maite (sie/ihr). Ich bastel gerne mit Technik rum, mache
Jugendarbeit und studiere nebenbei noch Informatik.

<hr>
<center>
	<a href='https://mastodon.social/@zeldakatze'>Mastodon</a> &middot;
	<a href='mailto:webkontakt@zeldakatze.de'>Mail</a>

</body>
</html>