summaryrefslogtreecommitdiff
path: root/abtm
diff options
context:
space:
mode:
authormm <mm@mm-server.fritz.box>2023-08-29 14:44:14 +0200
committermm <mm@mm-server.fritz.box>2023-08-29 14:44:14 +0200
commita3ace459ad663f9fd01624320e7c0ec7a132cdce (patch)
treeb989c1a6a01fd12f03c675b31f3584c1bd1a435a /abtm
First commit
Diffstat (limited to 'abtm')
-rw-r--r--abtm/main.html42
1 files changed, 42 insertions, 0 deletions
diff --git a/abtm/main.html b/abtm/main.html
new file mode 100644
index 0000000..e903477
--- /dev/null
+++ b/abtm/main.html
@@ -0,0 +1,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/photography/Random stuff 2022/imm035_36A.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 student 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>
+