feat: Add section ids

This commit is contained in:
Tibo De Peuter 2025-11-28 09:53:04 +01:00
parent 2ff198f934
commit 75200efedc
Signed by: tdpeuter
GPG key ID: 38297DE43F75FFE2
2 changed files with 16 additions and 16 deletions

View file

@ -63,7 +63,7 @@
</div>
<main>
<section>
<section id="my-pillars">
<h2 class="hidden">Pillars</h2>
<p data-i18n="landing.pillars.intro">
As a computer science student, my work is grounded in three core pillars:
@ -116,7 +116,7 @@
</div>
</section>
<section>
<section id="projects">
<h2 data-i18n="nav.projects">Projects</h2>
<div class="cards">
@ -180,7 +180,7 @@
</p>
</section>
<section>
<section id="contact">
<h2 data-i18n="landing.contact.header">Get in touch</h2>
<p data-i18n="landing.contact.intro">
I'm open to <strong>internships</strong>, collaborations, and new opportunities.

View file

@ -12,10 +12,10 @@
<link rel="apple-touch-icon" href="/assets/images/owl_circuit.png">
<style>
#languages {
#languages-table {
width: 100%;
}
#languages td:nth-child(2) {
#languages-table td:nth-child(2) {
text-align: end;
}
@ -146,7 +146,7 @@
<div class="content-wrapper">
<aside>
<section>
<section id="personal-details">
<!-- TODO Add photo; photo replaces heading -->
<h2 data-i18n="cv.personal_details">Personal details</h2>
@ -203,7 +203,7 @@
</div>
</section>
<section>
<section id="skills">
<h2 data-i18n="cv.skills.header">Skills</h2>
<section>
<header>
@ -266,9 +266,9 @@
</p>
</section>
<section>
<section id="languages">
<h2 data-i18n="cv.languages">Languages</h2>
<table id="languages">
<table id="languages-table">
<tr>