🧑‍💻 Removed hardcoded heading in CV in favour for json-data

Signed-off-by: SindreKjelsrud <sindre@kjelsrud.dev>
This commit is contained in:
Sid 2024-11-30 18:19:44 +01:00
parent 2491295573
commit 0b177a3cb5
Signed by: sidski
GPG key ID: D2BBDF3EDE6BA9A6

View file

@ -5,7 +5,7 @@ import resume from "../data/resume.json";
<SectionContainer>
<main class="flex flex-col gap-2 mt-4 cv">
<h1 class="text-3xl font-extrabold">Sindre Kjelsrud</h1>
<h1 class="text-3xl font-extrabold">{resume.basics.name}</h1>
<!-- PROFILE -->
<div>