tdpeuter/index.html

80 lines
3.4 KiB
HTML

<!DOCTYPE html>
<html prefix="schema: http://schema.org/ foaf: https://xmlns.com/foaf/0.1/ og: http://ogp.me/ns#"
typeof="schema:WebPage"
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>
<meta name="description" content="Computer Science student. Personal portfolio">
<link rel="alternate" type="application/n-quads" href="https://tibo.depeuter.dev/tdpeuter.ttl">
<meta property="og:title" content="Tibo De Peuter">
<meta property="og:type" content="website">
<meta property="og:image" content="https://tibo.depeuter.dev/assets/owl_circuit.png">
<meta property="og:url" content="https://tibo.depeuter.dev/">
<meta property="og:description" content="Computer Science student. Personal portfolio">
<meta property="og:locale" content="en_GB">
<meta property="foaf:name" content="Tibo De Peuter">
<meta property="foaf:givenName" content="Tibo">
<meta property="foaf:familyName" content="De Peuter">
<meta property="foaf:img" content="https://tibo.depeuter.dev/assets/owl_circuit.png">
<meta property="foaf:homepage" content="https://tibo.depeuter.dev/">
<meta property="foaf:gender" content="male">
<link rel="foaf:maker" content="https://tibo.depeuter.dev/">
<link rel="stylesheet" type="text/css" href="style.css">
<link rel="shortcut icon" type="image/png" href="assets/owl_circuit.png">
<link rel="apple-touch-icon" href="assets/owl_circuit.png">
</head>
<body>
<div class="wrapper">
<div class="quote">
<p>My name is Tibo De Peuter.</p>
<p>I like working with computers.</p>
</div>
<ul class="links">
<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://git.depeuter.dev/tdpeuter" title="My personal git">
<img src="assets/icons/git.svg" alt="Gitea"/>
</a>
</li>
<li>
<a href="https://github.com/tdpeuter" title="My GitHub account">
<img src="assets/icons/github.svg" alt="GitHub"/>
</a>
</li>
<li>
<a href="https://www.linkedin.com/in/tdpeuter/" title="My LinkedIn account">
<img src="assets/icons/linkedin.svg" alt="LinkedIn"/>
</a>
</li>
</ul>
</div>
<footer>
<p>
<a href="./key.asc" about="link to public PGP key">
08A9 C1C8 CF91 59C9 172A BA12 9B11 F524 3089 DB5B
</a> (<a href="https://keys.openpgp.org/vks/v1/by-fingerprint/08A9C1C8CF9159C9172ABA129B11F5243089DB5B"
about="alternative link to public PGP key">
alternative link
</a>)
</p>
<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>