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