💬 update cv
Signed-off-by: Sindre Kjelsrud <kjelsrudsindre@gmail.com>
This commit is contained in:
parent
7f81d51411
commit
87e25d6a7d
3 changed files with 19 additions and 15 deletions
|
@ -42,12 +42,15 @@ import resume from '../data/resume.json';
|
|||
<h2>Education</h2>
|
||||
<div class="flex flex-col gap-2">
|
||||
{resume.education.map((education) => (
|
||||
<div class="flex gap-2 flex-wrap items-center justify-between">
|
||||
<div class="flex gap-2 flex-wrap items-center">
|
||||
<div class="flex md:gap-2 flex-wrap items-center justify-between">
|
||||
<div class="flex md:gap-2 flex-wrap items-center">
|
||||
<h3>{education.area}</h3>
|
||||
<p><a href={education.url}>{education.institution}</a></p>
|
||||
</div>
|
||||
<p class="cv-date">{education.startDate} - {education.endDate}</p>
|
||||
{education.description ?
|
||||
<ul><li class="text-s">{education.description}</pli></ul>
|
||||
: null}
|
||||
</div>
|
||||
))}
|
||||
</div>
|
||||
|
@ -92,4 +95,4 @@ import resume from '../data/resume.json';
|
|||
</div>
|
||||
</div>
|
||||
</main>
|
||||
</SectionContainer>
|
||||
</SectionContainer>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue