📜 Updated CV
All checks were successful
Deploy website / build-and-deploy (push) Successful in 6m20s
All checks were successful
Deploy website / build-and-deploy (push) Successful in 6m20s
Signed-off-by: SindreKjelsrud <sindre@kjelsrud.dev>
This commit is contained in:
parent
5c022eb53a
commit
922283d62c
2 changed files with 44 additions and 5 deletions
|
@ -100,6 +100,21 @@ import resume from "../data/resume.json";
|
|||
</div>
|
||||
</div>
|
||||
|
||||
<!-- CERTIFICATIONS -->
|
||||
<div>
|
||||
<h2>Certifications</h2>
|
||||
<div class="flex flex-col gap-2">
|
||||
{
|
||||
resume.certifications.map((certification) => (
|
||||
<div class="flex gap-2 flex-wrap items-center justify-between">
|
||||
<h4>{certification.name}</h4>
|
||||
<p class="cv-date">{certification.date}</p>
|
||||
</div>
|
||||
))
|
||||
}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- SKILLS -->
|
||||
<div>
|
||||
<h2>Skills</h2>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue