cv second page progress
All checks were successful
Rebuild signaller for deprived.dev to rebuild site / Rebuild Signaller (push) Successful in 33s

This commit is contained in:
BOTAlex 2026-03-29 05:58:25 +02:00
parent 8a0b2f6a46
commit d56a4e6b91
4 changed files with 109 additions and 3 deletions

View file

@ -0,0 +1,18 @@
<script lang="ts">
import HexagonSkills from "../comps/HexagonSkills.svelte";
import SlantedProjectHighlights from "../comps/SlantedProjectHighlights.svelte";
</script>
<div class="A4 include-in-print">
<SlantedProjectHighlights />
<HexagonSkills />
</div>
<style>
.A4 {
width: 210mm;
height: 297mm;
background-color: #eeeeee;
}
</style>