feature/devcontainer #55

Merged
luke-else merged 4 commits from feature/devcontainer into main 2025-09-26 09:18:24 +00:00
Showing only changes of commit bc7099d627 - Show all commits

View File

@@ -47,7 +47,7 @@
</Card>
</Section>
<!-- SKills -->
<!-- Skills -->
<Section label="[Skills]">
<GridGallery>
{#each info.skills as skill}
@@ -69,6 +69,7 @@
</GridGallery>
</Section>
<!-- Experience -->
<Section label="[Experience]">
<Timeline timelineData={info.timeline} />
</Section>