some improvements

This commit is contained in:
2026-08-17 19:24:22 +02:00
parent 96abd6199c
commit fb8e3d0ed9
10 changed files with 18 additions and 8 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ const releases = await getCollection('esprit');
<TerminalLayout title="ESPRIT Releases" description="ESPRIT releases - Amiga DemoMaker utilities, intro tools and creative software from the demoscene.">
<TerminalShell client:load>
<AnsiArt html={BANNER_ESPRIT} />
<img src="/images/esprit-logo.png" alt="ESPRIT" style="width:100%; max-width: 640px; display:block; margin: 0 auto 1rem;" />
<img src="/images/esprit-logo.png" alt="ESPRIT" width="640" height="180" style="width:100%; max-width: 640px; height:auto; display:block; margin: 0 auto 1rem;" />
<NavBar />
<h1>ESPRIT Releases</h1>
<p>A collection of demos built on the Amiga 500.</p>
+2
View File
@@ -11,6 +11,8 @@ import { BANNER_TEMPLE } from '../../lib/ansiArt';
<TerminalLayout title="Main Menu" description="tHE tEMPLE bBS main menu - explore PC demos, Amiga music, Atari games, FidoNet history and ANSI art from the BBS era.">
<TerminalShell client:load>
<AnsiArt html={BANNER_TEMPLE} />
<h2>tHE tEMPLE bBS — Bulletin Board System</h2>
<p>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]</p>
<div class="tile-grid">
<Tile sections={[
{
+1 -1
View File
@@ -10,7 +10,7 @@ import LetterFooter from '../../../components/LetterFooter.astro';
<TerminalLayout title="PHOB!A" description="PHOB!A DemoGroup archive - intros, demos and utilities from the Augsburg PC demoscene, 1990s.">
<TerminalShell client:load>
<AnsiArt html={BANNER_PHOBIA} />
<img src="/images/phobia-header.png" alt="PHOB!A" style="width:100%; max-width: 640px; display:block; margin: 0 auto 1rem;" />
<img src="/images/phobia-header.png" alt="PHOB!A" width="640" height="180" style="width:100%; max-width: 640px; height:auto; display:block; margin: 0 auto 1rem;" />
<NavBar />
<h1>PHOB!A</h1>
<div class="release-row">
+1 -1
View File
@@ -20,7 +20,7 @@ const intros = releases.filter((r) => r.data.title.toLowerCase().includes('intro
<TerminalLayout title="SkyLINE Productions" description="SkyLINE Productions - tools, demos and utilities for the 486" accentClass="skyline-accent">
<TerminalShell client:load>
<AnsiArt html={BANNER_SKYLINE_SECTION} />
<img src="/images/skyline-header.png" alt="SkyLINE Productions" style="width:100%; max-width: 640px; display:block; margin: 0 auto 1rem;" />
<img src="/images/skyline-header.png" alt="SkyLINE Productions" width="640" height="180" style="width:100%; max-width: 640px; height:auto; display:block; margin: 0 auto 1rem;" />
<NavBar />
<h1>SkyLINE Productions</h1>
<p>Augsburg's first DemoGroup. Sterling (Stefan Kölle) and M.H. (Matthias Hebeisen) coding utilities, intros and games since 1993.</p>
+1 -1
View File
@@ -10,7 +10,7 @@ import LetterFooter from '../../../components/LetterFooter.astro';
<TerminalLayout title="Tr@nceMISSION" description="Tr@nceMISSION archive - music, intros and tools from the PC demoscene, released via tHE tEMPLE bBS.">
<TerminalShell client:load>
<AnsiArt html={BANNER_TRANCE} />
<img src="/images/trancemission-header.png" alt="Tr@nceMISSION" style="width:100%; max-width: 640px; display:block; margin: 0 auto 1rem;" />
<img src="/images/trancemission-header.png" alt="Tr@nceMISSION" width="640" height="180" style="width:100%; max-width: 640px; height:auto; display:block; margin: 0 auto 1rem;" />
<NavBar />
<h1>Tr@nceMISSION</h1>
<div class="release-row">
+1 -1
View File
@@ -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`;
---
<TerminalLayout title="Connect" description="tHE tEMPLE bBS - a 90s BBS in Augsburg, FidoNet 2:2480/330. Dial in to the demoscene, file areas and message boards.">
<WelcomeBanner />