Work history prelude and education
This commit is contained in:
10
src/components/portfolio/work.svelte
Normal file
10
src/components/portfolio/work.svelte
Normal file
@ -0,0 +1,10 @@
|
||||
<script>
|
||||
export let work
|
||||
</script>
|
||||
|
||||
<article>
|
||||
<h3>{work.name}</h3>
|
||||
<section class="description">
|
||||
{@html work.description}
|
||||
</section>
|
||||
</article>
|
Reference in New Issue
Block a user