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
|
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="description" content="About me">
<link rel="stylesheet" href="/beauty.css">
<link rel="icon" href="/icon.png" type="image/png">
<title>
Twoexem
</title>
</head>
<body>
<header>
<a href=/ style="display:block;width:48px;margin-left:auto;margin-right:auto">
<img src=/resources/icons/go-home.svg>
</a>
<h1>Something about me</h1>
</header>
<hr>
<main>
<h2>Hi.</h2>
<div class=center_img>
<img src="/resources/abtm/self-photography_in_a_car_mirror.jpg">
</div>
<br>
<div class=text>
<h3>I'm twoexem.</h3>
<br>
<!--<div class=text>-->
If you landed on this website, you probably already know me. If not, well, there's not really much to say about me. I'm a German guy with southern-European roots interested mostly in technical things such as computers and vintage and modern audio and video equipment like analog photo cameras, camcorders, CRT televisions, microphones, mixing consoles. I have some practical experience with the latter since I work as a stage technician and video streaming engineer, meaning I'm just the guy who gets to set up and control cameras, computers used for streaming and microphones during concerts. At home, I have a rather large <a href=/collection>collection</a> of both vintage and retro technical equipment. To improve my knowledge with electronic circuits, I recently set up a <a href=/tinkering>tinkering workbench</a> where I can play around with all sorts of things. Apart from doing exactly that in my free time, I like to <a href=/photography>take photos on my analog film cameras</a> or <a href=/videography>shoot videos with my camcorders</a>. I also experiment a lot with computers and like to disassemble them to learn more about their inner workings. If you're interested in technical details about the hard- and software running on this server, <a href=/swhw>check this page out</a>.
<br><br>
Also, just so you know, I won't collect any personal info from visitors and don't use any kind of external resources, cookies or analytics engine on this server.
<br><br>
See ya!
</div>
</main>
</body>
</html>
|