diff --git a/frontend/src/routes/home3/+page.svelte b/frontend/src/routes/home3/+page.svelte new file mode 100644 index 0000000..e018b16 --- /dev/null +++ b/frontend/src/routes/home3/+page.svelte @@ -0,0 +1,217 @@ + + + + upbeatBytes — a calmer, brighter corner of the internet + + + + +
+
+ + upbeatBytes + + +
+ +
+

A calmer, brighter corner of the internet.

+

Good news, daily art, small games, and little resets.

+
+ +
+ + +
+
+ GOOD NEWS +

{news?.title ?? 'What went right this week: the good news that actually matters'}

+

{news?.summary || "We read the week so you don't have to doomscroll it. Five quietly hopeful stories, summarised to the gist."}

+
+ Read the brief + Updated this morning +
+
+
+ + + +
+ DAILY ART +

A masterwork a day, beautifully framed

+

+ {#if art}Today: {art.title}{#if art.artist} — {art.artist}{/if}{#if art.year}, {art.year}{/if}. + {:else}Today: Among the Sierra Nevada — Bierstadt, 1868.{/if} +

+ View today +
+
+
+ + +
+ + PLAY +

A little daily puzzle

+

Daily Word, Word Search, Bloom, Memory Match.

+ Enter +
+
+
+ DAILY MOMENT + SOON +
+

A small calm to carry with you.

+ Breathing, sound & stillness. +
+
+
+ + +
+ + diff --git a/frontend/static/fonts/CREDITS.txt b/frontend/static/fonts/CREDITS.txt index 1c7935c..5f5a8cc 100644 --- a/frontend/static/fonts/CREDITS.txt +++ b/frontend/static/fonts/CREDITS.txt @@ -1,3 +1,7 @@ manrope-var.woff2 — "Manrope" variable font by Mikhail Sharanda / Mirko Velimirovic. License: SIL Open Font License 1.1 (free to use/bundle, no attribution required in product UI). Source: https://github.com/sharanda/manrope (via fontsource). + +hanken-var.woff2 — "Hanken Grotesk" by Alfredo Marco Pradil. License: SIL Open Font License 1.1. +newsreader-var.woff2 / newsreader-italic-var.woff2 — "Newsreader" by Production Type (Google Fonts). +License: SIL Open Font License 1.1. All self-hosted (no Google hotlink) for the /home3 design direction. diff --git a/frontend/static/fonts/hanken-var.woff2 b/frontend/static/fonts/hanken-var.woff2 new file mode 100644 index 0000000..518e2c4 Binary files /dev/null and b/frontend/static/fonts/hanken-var.woff2 differ diff --git a/frontend/static/fonts/newsreader-italic-var.woff2 b/frontend/static/fonts/newsreader-italic-var.woff2 new file mode 100644 index 0000000..11a48ec Binary files /dev/null and b/frontend/static/fonts/newsreader-italic-var.woff2 differ diff --git a/frontend/static/fonts/newsreader-var.woff2 b/frontend/static/fonts/newsreader-var.woff2 new file mode 100644 index 0000000..816261a Binary files /dev/null and b/frontend/static/fonts/newsreader-var.woff2 differ