feat: Add section ids
This commit is contained in:
parent
2ff198f934
commit
75200efedc
2 changed files with 16 additions and 16 deletions
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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>
|
||||