From fb484c614d81e77e4238993ab6ffa8ad618c031b Mon Sep 17 00:00:00 2001 From: Alexander Daichendt Date: Tue, 26 Jul 2022 22:27:14 +0200 Subject: [PATCH] feat: add projects --- src/components/ListItem.svelte | 2 +- src/routes/index.svelte | 37 ++++++++++++++++++++++++++++++++-- 2 files changed, 36 insertions(+), 3 deletions(-) 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} +