🎭 Add talk from BOSkonf to /appearances
All checks were successful
Deploy website / build-and-deploy (push) Successful in 4m46s
All checks were successful
Deploy website / build-and-deploy (push) Successful in 4m46s
Signed-off-by: SindreKjelsrud <sindre@kjelsrud.dev>
This commit is contained in:
parent
dffb6e7ab4
commit
fdb9b2a212
2 changed files with 29 additions and 3 deletions
|
@ -21,7 +21,24 @@ import appearances from "../data/appearances.json";
|
|||
<p>{appearance.description}</p>
|
||||
</div>
|
||||
))
|
||||
}
|
||||
}
|
||||
</div>
|
||||
<div class="blog">
|
||||
<h2>Speaking</h2>
|
||||
{
|
||||
appearances.speaking.map(appearance => (
|
||||
<div>
|
||||
<h3 class="flex justify-center">
|
||||
<a href={appearance.url} class="flex text-center text-lg">🔗 {appearance.title}</a>
|
||||
</h3>
|
||||
<div class="flex justify-between items-center">
|
||||
<p>📅: {appearance.date}</p>
|
||||
<p>🎤: <a href={"https://" + appearance.origin}>{appearance.origin}</a></p>
|
||||
</div>
|
||||
<p>{appearance.description}</p>
|
||||
</div>
|
||||
))
|
||||
}
|
||||
</div>
|
||||
</main>
|
||||
</SectionContainer>
|
||||
</SectionContainer>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue