diff --git a/src/components/ListItem.svelte b/src/components/ListItem.svelte index c4e1b41..53a8437 100644 --- a/src/components/ListItem.svelte +++ b/src/components/ListItem.svelte @@ -2,6 +2,6 @@ diff --git a/src/routes/index.svelte b/src/routes/index.svelte index 76453e2..a49f1ea 100644 --- a/src/routes/index.svelte +++ b/src/routes/index.svelte @@ -11,6 +11,7 @@

Hi, my name is Alex!

@@ -44,11 +70,18 @@ +

Highlighted Projects

+{#each PROJECTS as project} + + {project.name} - {project.description} + +{/each} +