Work history prelude and education

This commit is contained in:
2019-08-18 18:15:14 +02:00
parent ea26f5fed9
commit da0b5d2b86
4 changed files with 62 additions and 6 deletions

View File

@ -0,0 +1,10 @@
<script>
export let work
</script>
<article>
<h3>{work.name}</h3>
<section class="description">
{@html work.description}
</section>
</article>