mirror of
https://github.com/skoelle/28k8-moonweb-org.git
synced 2026-09-17 18:30:24 +00:00
fix png on phobia and tcm
This commit is contained in:
@@ -6,10 +6,6 @@ Stand: 15.08.2026 | Referenz: PLAN.md, SPEC.md, PRD.md
|
|||||||
|
|
||||||
## OFFENE AUFGABEN
|
## OFFENE AUFGABEN
|
||||||
|
|
||||||
### Kosmos Design - Outside SBR
|
|
||||||
- [ ] `src/content/kosmos-design/outside-sbr.md` — Placeholder-Text in Zeile 12 bereinigen
|
|
||||||
(`"exact wording pending, PRD.md 12"`)
|
|
||||||
|
|
||||||
### ANSI-Art in Menüs
|
### ANSI-Art in Menüs
|
||||||
- [x] BANNER_SKYLINE_SECTION — skyline.astro (blau)
|
- [x] BANNER_SKYLINE_SECTION — skyline.astro (blau)
|
||||||
- [x] ANSI Gallery — BANNER_SKYLINE, BANNER_TEMPLE3, BANNER_INFOFILE, BANNER_MAINBASE, BANNER_LOGGED (in ansi-art.astro)
|
- [x] ANSI Gallery — BANNER_SKYLINE, BANNER_TEMPLE3, BANNER_INFOFILE, BANNER_MAINBASE, BANNER_LOGGED (in ansi-art.astro)
|
||||||
|
|||||||
@@ -10,8 +10,8 @@ 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.">
|
<TerminalLayout title="PHOB!A" description="PHOB!A DemoGroup archive - intros, demos and utilities from the Augsburg PC demoscene, 1990s.">
|
||||||
<TerminalShell client:load>
|
<TerminalShell client:load>
|
||||||
<AnsiArt html={BANNER_PHOBIA} />
|
<AnsiArt html={BANNER_PHOBIA} />
|
||||||
<NavBar />
|
|
||||||
<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" style="width:100%; max-width: 640px; display:block; margin: 0 auto 1rem;" />
|
||||||
|
<NavBar />
|
||||||
<h1>PHOB!A</h1>
|
<h1>PHOB!A</h1>
|
||||||
<div class="release-row">
|
<div class="release-row">
|
||||||
<div>
|
<div>
|
||||||
|
|||||||
@@ -10,8 +10,8 @@ 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.">
|
<TerminalLayout title="Tr@nceMISSION" description="Tr@nceMISSION archive - music, intros and tools from the PC demoscene, released via tHE tEMPLE bBS.">
|
||||||
<TerminalShell client:load>
|
<TerminalShell client:load>
|
||||||
<AnsiArt html={BANNER_TRANCE} />
|
<AnsiArt html={BANNER_TRANCE} />
|
||||||
<NavBar />
|
|
||||||
<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" style="width:100%; max-width: 640px; display:block; margin: 0 auto 1rem;" />
|
||||||
|
<NavBar />
|
||||||
<h1>Tr@nceMISSION</h1>
|
<h1>Tr@nceMISSION</h1>
|
||||||
<div class="release-row">
|
<div class="release-row">
|
||||||
<div>
|
<div>
|
||||||
|
|||||||
Reference in New Issue
Block a user