tdpeuter/index.html
2023-07-30 16:23:18 +02:00

45 lines
1.5 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<meta name="color-scheme" content="light dark">
<title>Tibo De Peuter</title>
<link rel="stylesheet" type="text/css" href="style.css" />
<link rel="shortcut icon" type="image/png" href="assets/owl_circuit.png"/>
</head>
<body>
<div class="wrapper">
<div class="quote">
<p>My name is Tibo De Peuter.</p>
<p>I like to work with computers.</p>
</div>
<ul class="links">
<li>
<a href="https://git.depeuter.dev/tdpeuter" title="My personal git">
<img src="assets/icons/git.svg" alt="Gitea"/>
</a>
</li>
<li>
<a href="mailto:tibo@depeuter.dev" title="My mail address">
<img src="assets/icons/mail.svg" alt="Mail me"/>
</a>
</li>
<li>
<a href="https://github.com/tdpeuter" title="My GitHub account">
<img src="assets/icons/github_badge.svg" alt="GitHub"/>
</a>
</li>
</ul>
</div>
<footer>
<p>
Made with <span class="heart">&hearts;</span>.
<a href="https://git.depeuter.dev/tdpeuter/tdpeuter" about="source code of this webpage" class="hidden">Source code</a>
</p>
</footer>
</body>
</html>