From fb8e3d0ed9e966a614d54b5ad8d3ae4bfedc0cd7 Mon Sep 17 00:00:00 2001 From: Stefan Koelle Date: Mon, 17 Aug 2026 19:24:22 +0200 Subject: [PATCH] some improvements --- TODO.md | 1 + src/components/ModemIntro.tsx | 2 +- src/components/StatusBar.astro | 2 +- src/layouts/TerminalLayout.astro | 9 ++++++++- src/pages/bbs/amiga/esprit.astro | 2 +- src/pages/bbs/index.astro | 2 ++ src/pages/bbs/pc/phobia.astro | 2 +- src/pages/bbs/pc/skyline.astro | 2 +- src/pages/bbs/pc/trancemission.astro | 2 +- src/pages/index.astro | 2 +- 10 files changed, 18 insertions(+), 8 deletions(-) diff --git a/TODO.md b/TODO.md index d08b5f1..8c129c9 100644 --- a/TODO.md +++ b/TODO.md @@ -35,6 +35,7 @@ Stand: 15.08.2026 | Referenz: PLAN.md, SPEC.md, PRD.md - [x] IBM Plex Mono — per Google Fonts CDN eingebunden (15.08.2026) - [x] ANSI-Art Font-Size auf 20px + Content-Bereich +10px angepasst (15.08.2026) - [x] `bbs/cds.astro` → `bbs/fido/cds.astro` verschoben (15.08.2026) +- [ ] IBM Plex Mono lokal hosten (Google Fonts herunterladen, @font-face in global.css, CDN-Link entfernen) --- diff --git a/src/components/ModemIntro.tsx b/src/components/ModemIntro.tsx index b1e3b38..e86b9ad 100644 --- a/src/components/ModemIntro.tsx +++ b/src/components/ModemIntro.tsx @@ -23,7 +23,7 @@ export default function ModemIntro() { | 28k8 [MODEM] ATDT +49-821-2191-038 | +------------------------------------------+`} {state === 'idle' && ( -
 { e.preventDefault(); selectLine(1); }}>{`> Line 1: +49-821-2191-038 [VFC V34] 28800 <`}{'\n\n'} { e.preventDefault(); selectLine(2); }}>{`> Line 2: +49-821-2191-036 [X75]     64000 <`}{'\n\n'}{`>>>>>>>>> SELECT A LINE TO CONNECT <<<<<<<<<`}
+
 { e.preventDefault(); selectLine(1); }}>{`> Line 1: +49-821-2191-038 [VFC V34] 28800 <`}{'\n\n'} { e.preventDefault(); selectLine(2); }}>{`> Line 2: +49-821-2191-036 [X75]     64000 <`}{'\n\n'}{`>>>>>>>>> SELECT A LINE TO CONNECT <<<<<<<<<`}
)} {state === 'dialing' &&

Dialing... please wait.

} diff --git a/src/components/StatusBar.astro b/src/components/StatusBar.astro index 7e60956..b701502 100644 --- a/src/components/StatusBar.astro +++ b/src/components/StatusBar.astro @@ -1,5 +1,5 @@ --- const now = new Date(); -const dateStr = `${String(now.getDate()).padStart(2, '0')}.${String(now.getMonth() + 1).padStart(2, '0')}.1994`; +const dateStr = `${String(now.getDate()).padStart(2, '0')}.${String(now.getMonth() + 1).padStart(2, '0')}.1995`; ---
Status: 28800 bps | Line: V34 | 28k8.moonweb.org{dateStr}
diff --git a/src/layouts/TerminalLayout.astro b/src/layouts/TerminalLayout.astro index 9e4a829..2a87b8a 100644 --- a/src/layouts/TerminalLayout.astro +++ b/src/layouts/TerminalLayout.astro @@ -11,7 +11,14 @@ const { title, description = 'A 90s BBS/demoscene retro hub.', accentClass = '' - + + + + + + + + diff --git a/src/pages/bbs/amiga/esprit.astro b/src/pages/bbs/amiga/esprit.astro index f38cf4d..161a931 100644 --- a/src/pages/bbs/amiga/esprit.astro +++ b/src/pages/bbs/amiga/esprit.astro @@ -12,7 +12,7 @@ const releases = await getCollection('esprit'); - ESPRIT + ESPRIT

ESPRIT Releases

A collection of demos built on the Amiga 500.

diff --git a/src/pages/bbs/index.astro b/src/pages/bbs/index.astro index 3a77af6..183eb46 100644 --- a/src/pages/bbs/index.astro +++ b/src/pages/bbs/index.astro @@ -11,6 +11,8 @@ import { BANNER_TEMPLE } from '../../lib/ansiArt'; +

tHE tEMPLE bBS — Bulletin Board System

+

Welcome, users! It is 1995 and you are connected to one of the first lines running on our brand new, lightning-fast 28.8k V.Fast modem. [Sysop]

- PHOB!A + PHOB!A

PHOB!A

diff --git a/src/pages/bbs/pc/skyline.astro b/src/pages/bbs/pc/skyline.astro index 711465a..819324d 100644 --- a/src/pages/bbs/pc/skyline.astro +++ b/src/pages/bbs/pc/skyline.astro @@ -20,7 +20,7 @@ const intros = releases.filter((r) => r.data.title.toLowerCase().includes('intro - SkyLINE Productions + SkyLINE Productions

SkyLINE Productions

Augsburg's first DemoGroup. Sterling (Stefan Kölle) and M.H. (Matthias Hebeisen) coding utilities, intros and games since 1993.

diff --git a/src/pages/bbs/pc/trancemission.astro b/src/pages/bbs/pc/trancemission.astro index caa2352..e06c6c9 100644 --- a/src/pages/bbs/pc/trancemission.astro +++ b/src/pages/bbs/pc/trancemission.astro @@ -10,7 +10,7 @@ import LetterFooter from '../../../components/LetterFooter.astro'; - Tr@nceMISSION + Tr@nceMISSION

Tr@nceMISSION

diff --git a/src/pages/index.astro b/src/pages/index.astro index 49a645a..4ad91b4 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -3,7 +3,7 @@ import TerminalLayout from '../layouts/TerminalLayout.astro'; import ModemIntro from '../components/ModemIntro'; import WelcomeBanner from '../components/WelcomeBanner.astro'; const now = new Date(); -const dateStr = `${String(now.getDate()).padStart(2, '0')}.${String(now.getMonth() + 1).padStart(2, '0')}.1994`; +const dateStr = `${String(now.getDate()).padStart(2, '0')}.${String(now.getMonth() + 1).padStart(2, '0')}.1995`; ---