summaryrefslogtreecommitdiff
path: root/abtm/main.html
blob: 9d52b379ce5d0be3307c52d50cde2a808eca3ce4 (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
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 university student working towards becoming an electronic engineer, and also employed at Elmos Semiconductor SE. Apart from that, obsolete e-waste is my hobby. At home, I have a bit of this <a href=/collection>junk</a> flying around, mostly camcorders. I prefer repairing devices instead of collecting them, though, which is why I've done quite a bit of <a href=/tinkering>repairing</a> at home. 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 tinker with computers from time to time, mainly by putting new OSes on PCs or working with microcontrollers. 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>