tdpeuter/index.html

46 lines
1.4 KiB
HTML
Raw Normal View History

2023-07-09 17:38:09 +02:00
<!DOCTYPE html>
<html lang="en">
2023-07-09 17:38:09 +02:00
<head>
<link rel="stylesheet" type="text/css" href="style.css" />
<meta charset="UTF-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<meta name="color-scheme" content="light dark">
2023-07-09 17:38:09 +02:00
<title>Tibo De Peuter</title>
<!-- TODO Icon -->
2023-07-09 17:38:09 +02:00
</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">
2023-07-30 16:23:00 +02:00
<img src="assets/icons/git.svg" alt="Gitea"/>
</a>
</li>
<li>
<a href="mailto:tibo@depeuter.dev" title="My mail address">
2023-07-30 16:23:00 +02:00
<img src="assets/icons/mail.svg" alt="Mail me"/>
</a>
</li>
<li>
<a href="https://github.com/tdpeuter" title="My GitHub account">
2023-07-30 16:23:00 +02:00
<img src="assets/icons/github_badge.svg" alt="GitHub"/>
</a>
</li>
2023-07-09 17:42:33 +02:00
</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>
2023-07-09 17:38:09 +02:00
</body>
</html>