27 lines
1.4 KiB
HTML
27 lines
1.4 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
|
|
<head>
|
|
<meta name="robots" content="noindex nofollow">
|
|
<link rel="stylesheet" href="../styles.css">
|
|
<title>Personal Website</title>
|
|
</head>
|
|
|
|
<body>
|
|
<nav>
|
|
<a class="navbar" href="../de/index.html">Deutsch</a>
|
|
</nav>
|
|
<div id="navbar">
|
|
<a href="#about">About</a>
|
|
<a href="#why">Why</a>
|
|
</div>
|
|
<header id="about">
|
|
<h1>Hi, I'm Marco</h1>
|
|
<p>and this is my website</p>
|
|
</header>
|
|
<p>I'm a software developer from Germany.<br> My hobbies include bouldering, gaming, hiking and cooking.<br> I'm interested in music (mostly metal), visiting concerts, FOSS-Projects and Data-Sovereignty.<br> People I value the most are those with firm ideals and own opinions! I'd love to hear yours.<br> On this page I'll post whatever is on my mind and it will have no structure, so bear with me.</p>
|
|
<h2 id="why">Why?</h2>
|
|
<p>In times of AI-slop, a little humanity goes a long way.<br> I love reading blogs and posts made by humans, so I decided to create my own.<br> Search-engines like Kagi, that allow you to search the 'small web', grow more popular.<br> Seeing other people's creative websites inspired me as well and on top of that:<br> I'm refreshing some HTML and CSS skills!<br> Will this website win a beauty contest? No.<br> But at least there's a human behind it.</p>
|
|
</body>
|
|
|
|
</html> |