From 59988d40841a256d26660b7569b61bf335068013 Mon Sep 17 00:00:00 2001 From: DanConwayDev Date: Fri, 1 Sep 2023 00:00:00 +0000 Subject: [PATCH] feat(homepage): add placeholder homepage --- src/lib/components/featured_repos.svelte | 16 ++++++++++++++++ src/routes/+page.svelte | 15 +++++++++++++++ 2 files changed, 31 insertions(+) create mode 100644 src/lib/components/featured_repos.svelte diff --git a/src/lib/components/featured_repos.svelte b/src/lib/components/featured_repos.svelte new file mode 100644 index 0000000..0f6bf67 --- /dev/null +++ b/src/lib/components/featured_repos.svelte @@ -0,0 +1,16 @@ +
+
+

Featured Repositories

+
+ {#each ["1", "2", "3"] as suffix} +
+
+

Placeholder Repo {suffix}

+

Description of repository

+
+ +
+
+
+ {/each} +
diff --git a/src/routes/+page.svelte b/src/routes/+page.svelte index a1eb270..a2af728 100644 --- a/src/routes/+page.svelte +++ b/src/routes/+page.svelte @@ -1,5 +1,20 @@ +
+
+
+
+

GitTogether.xyz

+

Code Collaboration over Nostr

+

Pull Requests, Issues, and Git Branch State

+
+
+
+
+ +
+