personal-website/index.html

43 lines
1.6 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Benjamin&rsquo;s Website</title>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&display=swap"
rel="stylesheet">
</head>
<body>
<nav>
<ul>
<li>Curriculum vitae</li>
<li><a href="/git/">Projects</a></li>
<li>Photography</li>
<li>Tutoring</li>
</ul>
</nav>
<main>
<h1>Benjamin&rsquo;s Website</h1>
<p>Welcome to my website. It is still under construction, the only working link is <a href="/git/">Projects</a>,
which points to my self-hosted <a href="https://gitea.io/">Gitea</a> platform.</p>
<p>I am currently working on the Curriculum vitae part of the website, where one will find some information about my professional background.</p>
<footer>
<h2>About this website</h2>
<p>I started this website as a pet-project
<ul>
<li>to learn about web-development and</li>
<li>to have a personal website where I have links to topics I want to share.</li>
</ul>
So if you have any feedback, thoughts or recommendations regarding this website, feel free to open an issue at the <a href="/git/Benjamin/personal-website">repository</a> (this link will not yet work because the repository is still private).
</p>
</footer>
</main>
</body>
</html>