diff --git a/src/lib/components/Comment.svelte b/src/lib/components/Comment.svelte new file mode 100644 index 0000000..2176f41 --- /dev/null +++ b/src/lib/components/Comment.svelte @@ -0,0 +1,30 @@ + + +
+
+ {@html icons['chevrons-up'].toSvg({ class: 'feather', width: '18px', height: '18px' })} +
+ +
+
+
56 points by toshi
+ +
4 hours ago
+ +
hide
+ +
22 comments
+
+
+

+ Lorem ipsum dolor sit amet consectetur adipisicing elit. Minus neque ex velit ullam + doloremque distinctio delectus perspiciatis, atque quae aliquid temporibus impedit rem + enim?Exercitationem, iste voluptatum. Ipsa, delectus distinctio! +

+
+
+
+ diff --git a/src/lib/components/Jobs.svelte b/src/lib/components/Jobs.svelte new file mode 100644 index 0000000..0fd4708 --- /dev/null +++ b/src/lib/components/Jobs.svelte @@ -0,0 +1,18 @@ + + +
+
+
+

Radix Primitives

+

+ (github.com) +

+
+
+
4 hours ago
+
+
+
+ diff --git a/src/routes/comments/+page.svelte b/src/routes/comments/+page.svelte index e69de29..63488af 100644 --- a/src/routes/comments/+page.svelte +++ b/src/routes/comments/+page.svelte @@ -0,0 +1,9 @@ + + +{#each items as _, i} + +{/each} +More diff --git a/src/routes/jobs/+page.svelte b/src/routes/jobs/+page.svelte index b587d99..1a940cd 100644 --- a/src/routes/jobs/+page.svelte +++ b/src/routes/jobs/+page.svelte @@ -1,9 +1,10 @@ +

These are jobs at YC startups. See more at ycombinator.com/jobs.

{#each items as _, i} - + {/each} More diff --git a/src/routes/past/+page.svelte b/src/routes/past/+page.svelte index b587d99..62c18e8 100644 --- a/src/routes/past/+page.svelte +++ b/src/routes/past/+page.svelte @@ -3,6 +3,11 @@ let items = Array.from({ length: 13 }); +

Stories from April 5, 2024 (UTC)

+

+ Go back a day, month, or year. Go forward a + day. +

{#each items as _, i} {/each} diff --git a/src/routes/show/+page.svelte b/src/routes/show/+page.svelte index b587d99..fd9db74 100644 --- a/src/routes/show/+page.svelte +++ b/src/routes/show/+page.svelte @@ -3,6 +3,9 @@ let items = Array.from({ length: 13 }); +

+ Please read the rules. You can also browse the newest Show HNs. +

{#each items as _, i} {/each}