625 lines
26 KiB
HTML
625 lines
26 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>Curriculum Vitae - Tibo De Peuter</title>
|
|
|
|
<link rel="stylesheet" type="text/css" href="style.css">
|
|
<link rel="shortcut icon" type="image/png" href="assets/images/owl_circuit.png">
|
|
<link rel="apple-touch-icon" href="assets/images/owl_circuit.png">
|
|
</head>
|
|
<style>
|
|
main {
|
|
max-width: 320mm;
|
|
padding: 2rem;
|
|
|
|
counter-reset: link;
|
|
}
|
|
|
|
.content-wrapper {
|
|
display: flex;
|
|
flex-direction: row;
|
|
column-gap: 3rem;
|
|
|
|
align-content: space-between;
|
|
}
|
|
|
|
.degree,
|
|
.function {
|
|
font-weight: bold;
|
|
}
|
|
|
|
.main-content {
|
|
flex: 3;
|
|
}
|
|
|
|
aside {
|
|
flex: 1;
|
|
height: 100%;
|
|
}
|
|
|
|
footer .save-links {
|
|
display: none;
|
|
}
|
|
|
|
.less-relevant {
|
|
display: none;
|
|
}
|
|
|
|
ul {
|
|
list-style-type: none;
|
|
padding: 0;
|
|
}
|
|
|
|
ul ul {
|
|
list-style-type: disc;
|
|
padding-left: 1rem;
|
|
list-style-position: initial;
|
|
}
|
|
|
|
.proficiency,
|
|
.time {
|
|
float: right;
|
|
text-align: right;
|
|
margin-left: 1rem;
|
|
}
|
|
|
|
.interactive {
|
|
width: 100%;
|
|
}
|
|
|
|
#profile {
|
|
text-align: justify;
|
|
}
|
|
|
|
@media (max-width: 64em) {
|
|
.content-wrapper {
|
|
flex-direction: column;
|
|
}
|
|
|
|
.main-content,
|
|
aside {
|
|
flex: 1;
|
|
}
|
|
}
|
|
|
|
@media print {
|
|
body {
|
|
font-size: 10pt;
|
|
line-height: 1.1em;
|
|
|
|
color: black;
|
|
background: none;
|
|
}
|
|
|
|
main {
|
|
padding: 0;
|
|
}
|
|
|
|
a {
|
|
text-decoration: none; /* Remove link styling */
|
|
color: black; /* Ensure links are printed in black */
|
|
}
|
|
|
|
abbr {
|
|
text-decoration: none;
|
|
}
|
|
|
|
section {
|
|
page-break-inside: avoid;
|
|
}
|
|
|
|
.content-wrapper {
|
|
column-gap: 1rem;
|
|
flex-direction: row;
|
|
}
|
|
|
|
.main-content {
|
|
flex: 3;
|
|
}
|
|
|
|
header,
|
|
footer {
|
|
page-break-inside: avoid; /* Prevent header/footer from breaking across pages */
|
|
}
|
|
|
|
ul.links,
|
|
.interactive {
|
|
display: none; /* Hide links section */
|
|
}
|
|
|
|
footer .save-links {
|
|
display: unset;
|
|
break-after: page;
|
|
}
|
|
}
|
|
|
|
/* Blurry box with overlay button */
|
|
.blurred {
|
|
position: relative;
|
|
display: flex;
|
|
align-items: center;
|
|
|
|
min-height: 10em;
|
|
}
|
|
|
|
.blur-box {
|
|
padding: 2em;
|
|
margin: -2em;
|
|
|
|
pointer-events: none;
|
|
}
|
|
|
|
.blur-content {
|
|
width: 100%;
|
|
transition: filter var(--animation-duration);
|
|
filter: blur(10px);
|
|
}
|
|
|
|
.blurred.revealed .blur-content {
|
|
filter: none;
|
|
pointer-events: auto;
|
|
}
|
|
|
|
.reveal-btn {
|
|
position: absolute;
|
|
display: flex;
|
|
align-items: center;
|
|
flex-direction: column;
|
|
gap: 0.2em;
|
|
}
|
|
</style>
|
|
<body>
|
|
<nav-bar class="interactive"></nav-bar>
|
|
<main class="wrapper">
|
|
<header>
|
|
<h1>Tibo De Peuter</h1>
|
|
<p id="profile" data-i18n="cv.profile">
|
|
I am a persistent problem-solver who approaches every challenge with determination and creativity. Driven by
|
|
an enterprising, analytical, and curious mindset, I continuously keep up with the latest developments in my
|
|
field.
|
|
</p>
|
|
</header>
|
|
|
|
<div class="content-wrapper">
|
|
<aside>
|
|
<section>
|
|
<!-- TODO Add photo; photo replaces heading -->
|
|
<h2 data-i18n="cv.personal_details">Personal details</h2>
|
|
|
|
<!-- Blurry box with overlay button -->
|
|
<div class="blurred" id="blur-info">
|
|
<div class="blur-box">
|
|
<div class="blur-content">
|
|
<table>
|
|
<tr>
|
|
<td colspan="2">
|
|
<a id="location" href="https://openstreetmap.org">Somewhere in the world</a>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td colspan="2"><span data-i18n="time.year_of_birth">Year of birth</span>
|
|
<time id="birthday" datetime="1971">0</time>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>E-mail</td>
|
|
<td><a id="email" href="mailto:redacted@mail.tld">redacted@mail.tld</a></td>
|
|
</tr>
|
|
<tr>
|
|
<td data-i18n="contact.mobile">Mobile</td>
|
|
<td><a id="phone" href="tel:+00000000000">+00 000 00 00 00</a></td>
|
|
</tr>
|
|
<tr>
|
|
<td>Website</td>
|
|
<td><a href="https://www.depeuter.dev">www.depeuter.dev</a></td>
|
|
</tr>
|
|
<tr>
|
|
<td colspan="2" data-i18n="contact.rijbewijs_b">Category B driving license</td>
|
|
</tr>
|
|
</table>
|
|
</div>
|
|
</div>
|
|
<button id="reveal-contact" class="reveal-btn interactive" aria-label="Show contact information"
|
|
onclick="reveal()">
|
|
<img style="width: 1.2em; height: 1.2em;" src="assets/images/icons/eye.svg"
|
|
alt="Show contact info" class="icon"/>
|
|
<span data-i18n="contact.reveal">Show contact information</span>
|
|
</button>
|
|
</div>
|
|
</section>
|
|
|
|
<section>
|
|
<h2 data-i18n="cv.skills">Skills</h2>
|
|
<p><span data-i18n="cv.programming_languages">Programming languages</span>:
|
|
<a href="https://git.depeuter.dev/tdpeuter?sort=recentupdate&language=Kotlin&tab=repositories">Kotlin</a>,
|
|
C++,
|
|
<a href="https://git.depeuter.dev/tdpeuter?sort=recentupdate&language=TypeScript&tab=repositories"><abbr
|
|
title="TypeScript">TS</abbr></a>,
|
|
<a href="https://git.depeuter.dev/tdpeuter?sort=recentupdate&language=Python&tab=repositories">Python</a>,
|
|
Bash,
|
|
<a href="https://git.depeuter.dev/tdpeuter?sort=recentupdate&language=Haskell&tab=repositories">Haskell</a>,
|
|
SQL, ...
|
|
</p>
|
|
<p><span data-i18n="cv.operating_systems">Operating systems</span>: Windows 11, Debian, NixOS, Arch Linux, ...</p>
|
|
<p><span data-i18n="cv.web_technologies">Web technologies</span>: Git, Docker, <abbr title="Virtual Machine">VM</abbr>'s, Postgres, Actions, ZFS,
|
|
...
|
|
</p>
|
|
<p data-i18n="cv.other_skills">Microsoft Office and equivalents, Adobe Creative Cloud</p>
|
|
</section>
|
|
|
|
<section>
|
|
<h2 data-i18n="cv.languages">Languages</h2>
|
|
<ul>
|
|
<li><span data-i18n="lang.nl">Dutch</span> <span class="proficiency" data-i18n="lang.mother_tongue">Mother tongue</span></li>
|
|
<li><span data-i18n="lang.en">English</span> <span class="proficiency" data-i18n="lang.fluent">Fluent</span></li>
|
|
<li><span data-i18n="lang.fr">French</span> <span class="proficiency" data-i18n="lang.basic">Basic</span></li>
|
|
<li><span data-i18n="lang.de">German</span> <span class="proficiency" data-i18n="lang.basic">Basic</span></li>
|
|
</ul>
|
|
</section>
|
|
|
|
<section>
|
|
<h2 data-i18n="cv.certificates">Certificates</h2>
|
|
<ul>
|
|
<li>
|
|
<details class="collapsable-card">
|
|
<summary data-i18n="cv.equestrian_trainer">Equestrian trainer (initiator)</summary>
|
|
<table>
|
|
<tr>
|
|
<td>
|
|
<img src="assets/images/icons/school.svg" alt="Institution" class="badge icon"/>
|
|
</td>
|
|
<td>
|
|
<a class="save-link"
|
|
href="https://paardensport.vlaanderen/nl/trainersopleidingen/opleidingen-voor-trainers/initiator"
|
|
>Paardensport Vlaanderen</a>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>
|
|
<img src="assets/images/icons/calendar.svg" alt="Year" class="badge icon"/>
|
|
</td>
|
|
<td>2024</td>
|
|
</tr>
|
|
</table>
|
|
</details>
|
|
</li>
|
|
<li>
|
|
<details class="collapsable-card">
|
|
<summary data-i18n="cv.head_youth_leader.title">Head youth leader</summary>
|
|
<table>
|
|
<tr>
|
|
<td>
|
|
<img src="assets/images/icons/school.svg" alt="Institution" class="badge icon"/>
|
|
</td>
|
|
<td>
|
|
<a href="https://www.joetz.be/over-joetz">Joetz vzw</a>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>
|
|
<img src="assets/images/icons/calendar.svg" alt="Year" class="badge icon"/>
|
|
</td>
|
|
<td>2022</td>
|
|
</tr>
|
|
</table>
|
|
</details>
|
|
</li>
|
|
<li>
|
|
<details class="collapsable-card">
|
|
<summary data-i18n="cv.youth_leader.title">Youth leader</summary>
|
|
<table>
|
|
<tr>
|
|
<td>
|
|
<img src="assets/images/icons/school.svg" alt="Institution" class="badge icon"/>
|
|
</td>
|
|
<td>
|
|
<a href="https://www.joetz.be/over-joetz">Joetz vzw</a>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>
|
|
<img src="assets/images/icons/calendar.svg" alt="Year" class="badge icon"/>
|
|
</td>
|
|
<td>2018</td>
|
|
</tr>
|
|
</table>
|
|
</details>
|
|
</li>
|
|
</ul>
|
|
</section>
|
|
</aside>
|
|
|
|
<div class="main-content">
|
|
<section>
|
|
<h2 data-i18n="cv.education">Education</h2>
|
|
<ul>
|
|
<li>
|
|
<!-- TODO Keep study place and year on the same line where possible -->
|
|
<p>
|
|
<span class="degree save-link">
|
|
<a href="https://studiekiezer.ugent.be/2024/master-of-science-in-computer-science"
|
|
data-i18n="cv.msc_computer_science.title">
|
|
M.Sc. Computer Science
|
|
</a>
|
|
</span> - <span class="place" data-i18n="names.ugent">Ghent University</span>
|
|
<time class="time" datetime="2027-06">2027</time>
|
|
<br>
|
|
<span class="description" data-i18n="cv.msc_computer_science.description">
|
|
Electives with a focus on high-performance systems and security.
|
|
</span>
|
|
</p>
|
|
</li>
|
|
<li>
|
|
<p>
|
|
<span class="degree save-link">
|
|
<a href="https://studiekiezer.ugent.be/2021/bachelor-of-science-in-computer-science"
|
|
data-i18n="cv.bsc_computer_science.title">
|
|
B.Sc. Computer Science
|
|
</a>
|
|
</span> - <span class="place" data-i18n="names.ugent">Ghent University</span>
|
|
<time class="time" datetime="2025-06">2025</time>
|
|
<br>
|
|
<span class="description" data-i18n="cv.bsc_computer_science.description">
|
|
Minor in security & parallel systems
|
|
</span>
|
|
</p>
|
|
<ul class="summary">
|
|
<li class="less-relevant" data-i18n="cv.bsc_computer_science.1_insights">
|
|
Solid theoretical foundation in computer science, with insight into fundamental
|
|
concepts, principles and design patterns, supported by practical applications in
|
|
projects.
|
|
</li>
|
|
<li data-i18n="cv.bsc_computer_science.2_background">
|
|
Strong algorithmic background, including complexity analysis, advanced data structures,
|
|
algorithmic paradigms, hashing, compression and automata.
|
|
</li>
|
|
<li data-i18n="cv.bsc_computer_science.3_knowledge">
|
|
Thorough knowledge of secure systems and networks: RESTful APIs, semantic web, network
|
|
security, cryptography, operating systems, and both relational and NoSQL databases.
|
|
</li>
|
|
<li data-i18n="cv.bsc_computer_science.4_ai">
|
|
Understanding of ethical and sustainable Artificial Intelligence, explainable AI,
|
|
neural networks, Constraint Satisfaction Problems (CSPs), Hidden Markov Models (HMMs)
|
|
and computer vision.
|
|
</li>
|
|
<li data-i18n="cv.bsc_computer_science.5_learning">
|
|
Lifelong learner capable of quickly and independently adopting new technologies and
|
|
methodologies.
|
|
</li>
|
|
</ul>
|
|
</li>
|
|
<li>
|
|
<p>
|
|
<span class="degree" data-i18n="cv.hi_science_maths.title">Science and mathematics</span>
|
|
- <span class="place" data-i18n="names.slc">Sint-Lievenscollege Secondary School Ghent</span>
|
|
<time class="time" datetime="2021-06">2021</time>
|
|
<br>
|
|
<span class="description" data-i18n="cv.hi_science_maths.description">
|
|
CLIL English: 4th year geography, 6th year biology
|
|
</span>
|
|
</p>
|
|
</li>
|
|
</ul>
|
|
</section>
|
|
|
|
<section>
|
|
<h2 data-i18n="cv.experience">Experience</h2>
|
|
<ul>
|
|
<li>
|
|
<p>
|
|
<span class="function" data-i18n="cv.codefever.title">Teaching assistant</span>
|
|
- <span class="place"><a href="https://codefever.be">CodeFever vzw</a></span>
|
|
<span class="time"><time datetime="2024-09">09/2024</time>
|
|
- <span data-i18n="time.present">present</span></span>
|
|
</p>
|
|
|
|
<ul class="summary">
|
|
<li data-i18n="cv.codefever.1_introduce">
|
|
Introduce children aged 8 to 15 to programming and teach computational thinking
|
|
creatively.
|
|
</li>
|
|
<li data-i18n="cv.codefever.2_curiosity">
|
|
Encourage and support the development of their own interests and curiosity.
|
|
</li>
|
|
<li data-i18n="cv.codefever.3_technologies">
|
|
Work with Scratch, Minecraft Education, HTML & JS, Micro:bit, Python and Linux.
|
|
</li>
|
|
</ul>
|
|
</li>
|
|
<li>
|
|
<p>
|
|
<span class="function" data-i18n="cv.head_youth_leader.title">Head youth leader</span>
|
|
- <span class="place"><a href="https://www.joetz.be/over-joetz">Joetz vzw</a></span>
|
|
<span class="time"><time datetime="2022-07">07/2022</time>
|
|
- <span data-i18n="time.present">present</span> </span>
|
|
</p>
|
|
|
|
<ul class="summary">
|
|
<li data-i18n="cv.head_youth_leader.1_youth_leaders">
|
|
Be the primary contact for a diverse group of youth leaders, facilitate collaboration
|
|
and coach them.
|
|
</li>
|
|
<li data-i18n="cv.head_youth_leader.2_administration">
|
|
Coordinate, execute and follow up on daily operations, scheduling, task distribution and
|
|
administrative duties.
|
|
</li>
|
|
<li data-i18n="cv.head_youth_leader.3_safety">
|
|
Ensure (emotional) safety and well-being, make reasoned decisions and carry final
|
|
responsibility.
|
|
</li>
|
|
<li data-i18n="cv.head_youth_leader.4_development">
|
|
Continuously reflect and adjust to further develop myself.
|
|
</li>
|
|
</ul>
|
|
</li>
|
|
<li class="less-relevant">
|
|
<p>
|
|
<span class="function" data-i18n="cv.artbot.title">ArtBot Animator</span>
|
|
- <span class="place" data-i18n="names.slc">Sint-Lievenscollege Humaniora Ghent</span>
|
|
<span class="time">
|
|
<time datetime="04-2019">04/2019</time> - <time datetime="04-2020">04/2020</time>
|
|
</span>
|
|
</p>
|
|
|
|
<ul class="summary">
|
|
<li data-i18n="cv.artbot.1_coaching">
|
|
Coach small teams of children aged 11 to 12 and let them discover how robots can create
|
|
art.
|
|
</li>
|
|
<li data-i18n="cv.artbot.2_assist">
|
|
Assist during the accompanying lessons.
|
|
</li>
|
|
<li data-i18n="cv.artbot.3_robots">
|
|
Build robots with Lego Mindstorms and Arduino's and program movements in
|
|
<a href="https://learn.sparkfun.com/ArduBlock">Ardublock</a>.
|
|
</li>
|
|
<li data-i18n="cv.artbot.4_themes">
|
|
Work on societal themes such as environmental pollution.
|
|
</li>
|
|
</ul>
|
|
</li>
|
|
<li>
|
|
<p>
|
|
<span class="function" data-i18n="cv.youth_leader.title">Youth leader</span>
|
|
- <span class="place"><a href="https://www.joetz.be/over-joetz">Joetz vzw</a></span>
|
|
<span class="time"><time datetime="10-2018">10/2018</time>
|
|
- <span data-i18n="time.present">present</span></span>
|
|
</p>
|
|
|
|
<ul class="summary">
|
|
<li data-i18n="cv.youth_leader.1_activities">
|
|
Organize play activities for groups up to 30 participants during holiday camps for
|
|
children aged 3 to 15.
|
|
</li>
|
|
<li data-i18n="cv.youth_leader.2_trips">
|
|
Accompany children's groups on day trips.
|
|
</li>
|
|
<li data-i18n="cv.youth_leader.3_cooperation">
|
|
Work directly with fellow youth leaders, head youth leaders and external partners.
|
|
</li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</section>
|
|
</div>
|
|
</div>
|
|
</main>
|
|
|
|
<p>
|
|
<button class="interactive" onclick="window.print()">
|
|
<img style="width: 1lh; height: 1lh;" src="assets/images/icons/printer.svg" alt="" class="icon"/>
|
|
Print CV
|
|
</button>
|
|
</p>
|
|
|
|
<footer class="interactive">
|
|
<!-- TODO Turn footer into a reusable component -->
|
|
<noscript>
|
|
<div class="quote">
|
|
<h2 data-i18n="noscript.disabled">JavaScript is disabled</h2>
|
|
<p data-i18n="noscript.support">
|
|
I totally support your decision to disable JavaScript.
|
|
However, as of right now, this website does not completely work without JavaScript.
|
|
I am working on improving that.
|
|
</p>
|
|
<p data-i18n="noscript.enable">
|
|
Please consider allowing JavaScript for this website.
|
|
There is no tracking or ads.
|
|
</p>
|
|
<p data-i18n="kind_regards">
|
|
Kind regards
|
|
</p>
|
|
<p class="signature">Tibo De Peuter</p>
|
|
</div>
|
|
</noscript>
|
|
<p>
|
|
<a href="./key.asc" title="Get my public PGP key" data-i18n="footer.key">
|
|
08A9 C1C8 CF91 59C9 172A BA12 9B11 F524 3089 DB5B
|
|
</a>
|
|
(<a href="https://keys.openpgp.org/vks/v1/by-fingerprint/08A9C1C8CF9159C9172ABA129B11F5243089DB5B"
|
|
title="Get my public PGP key (alternative link)"
|
|
data-i18n="footer.key_alternative">alternative link</a>)
|
|
|
|
<a href="https://en.wikipedia.org/wiki/Public-key_cryptography"
|
|
title="What is public key cryptography?"
|
|
data-i18n="footer.key_help">
|
|
<img src="/assets/images/icons/question-mark.svg" alt="" class="icon inline-icon"/>
|
|
</a>
|
|
</p>
|
|
<p>
|
|
<span data-i18n="footer.made_with">Made with</span> <span class="heart">♥</span>.
|
|
<a href="https://git.depeuter.dev/tdpeuter/tdpeuter"
|
|
about="source code of this webpage"
|
|
class="hidden"
|
|
data-i18n="footer.source_code">
|
|
Source code
|
|
</a>
|
|
</p>
|
|
|
|
<!-- TODO Keep a list of links so they can also be used in print -->
|
|
<!-- <ol class="save-links">-->
|
|
<!-- <li id=""></li>-->
|
|
<!-- </ol>-->
|
|
</footer>
|
|
<script>
|
|
function reveal() {
|
|
const locationHref = atob("aHR0cHM6Ly93d3cub3BlbnN0cmVldG1hcC5vcmcvcmVsYXRpb24vMTMzNTEwMA==");
|
|
const locationText = atob("TG9jaHJpc3RpIDkwODAsIEJlbGdp6w==");
|
|
const locationLink = document.querySelector('#location');
|
|
if (locationLink) {
|
|
locationLink.href = locationHref;
|
|
locationLink.textContent = locationText;
|
|
}
|
|
|
|
const birthYear = atob("MjAwMw==");
|
|
const birthdayElement = document.querySelector('#birthday');
|
|
if (birthdayElement) {
|
|
birthdayElement.textContent = birthYear;
|
|
birthdayElement.setAttribute('datetime', birthYear);
|
|
}
|
|
|
|
const emailAddress = atob("dGlib0BkZXBldXRlci5kZXY=");
|
|
const emailElement = document.querySelector('#email');
|
|
if (emailElement) {
|
|
emailElement.href = `mailto:${emailAddress}`;
|
|
emailElement.textContent = emailAddress;
|
|
}
|
|
|
|
const phoneNumber = atob("KzMyNDg3NjU2OTc1");
|
|
const phoneElement = document.querySelector('#phone');
|
|
if (phoneElement) {
|
|
phoneElement.href = `tel:${phoneNumber}`;
|
|
// With extra spaces
|
|
phoneElement.textContent = `${phoneNumber.slice(0, 3)} ${phoneNumber.slice(3, 6)} ${phoneNumber.slice(6, 8)} ${phoneNumber.slice(8, 10)} ${phoneNumber.slice(10)}`;
|
|
}
|
|
|
|
// Hide button
|
|
const revealContactButton = document.querySelector('#reveal-contact');
|
|
if (revealContactButton) {
|
|
revealContactButton.style.display = 'none'; // Hide the button after revealing contact info
|
|
}
|
|
|
|
// Remove blur effect from the container
|
|
const blurContainer = document.getElementById('blur-info');
|
|
if (blurContainer) {
|
|
blurContainer.classList.add('revealed');
|
|
}
|
|
|
|
// Expand details elements
|
|
for (const detail of document.querySelectorAll('details.collapsable-card')) {
|
|
detail.open = true;
|
|
debugLog(`[cv-en.html] Expanded details: ${detail.innerText}`);
|
|
}
|
|
}
|
|
|
|
window.onbeforeprint = function () {
|
|
reveal();
|
|
}
|
|
</script>
|
|
<script src="script.js"></script>
|
|
</body>
|
|
</html>
|