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

+
+
+
+
+ +
+