mirror of
https://github.com/skoelle/28k8-moonweb-org.git
synced 2026-09-17 18:30:24 +00:00
sbr intro and esprit logo
This commit is contained in:
Binary file not shown.
|
After Width: | Height: | Size: 1.6 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 16 KiB |
@@ -1,19 +1,22 @@
|
|||||||
---
|
---
|
||||||
title: "SBR BBS Intro"
|
title: "Underground X-ESS little intro"
|
||||||
group: "Kosmos Design [KDS] - Outside Productions"
|
group: "Kosmos Design [KDS] - Outside Productions"
|
||||||
year: 1995
|
year: 1995
|
||||||
platform: "DOS/486, VGA"
|
platform: "DOS/486, VGA"
|
||||||
credits:
|
credits:
|
||||||
- role: "Code + GFX"
|
- role: "Code"
|
||||||
name: "Stefan"
|
name: "splash^kds^sbr"
|
||||||
- role: "Commissioned by"
|
- role: "ANSI"
|
||||||
name: "SBR BBS"
|
name: "sektor^exp"
|
||||||
description: >
|
description: >
|
||||||
Custom login/intro screen for SBR BBS (real credit, exact wording pending, PRD.md 12).
|
BBS intro for the Underground X-ESS little intro.
|
||||||
|
screenshot: "/images/sbr.png"
|
||||||
|
download_url: "https://www.moonweb.org/files/pc/KDS/k%60uxc.zip"
|
||||||
file_id_diz: |
|
file_id_diz: |
|
||||||
SBR INTRO
|
SBR BBS INTROS
|
||||||
by Kosmos Design
|
by Kosmos Design
|
||||||
------------------
|
------------------
|
||||||
Custom BBS login
|
Underground X-ESS (1996)
|
||||||
for SBR BBS.
|
code: splash^kds^sbr
|
||||||
|
ansi: sektor^exp
|
||||||
---
|
---
|
||||||
|
|||||||
@@ -12,6 +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.">
|
<TerminalLayout title="ESPRIT Releases" description="ESPRIT releases - Amiga DemoMaker utilities, intro tools and creative software from the demoscene.">
|
||||||
<TerminalShell client:load>
|
<TerminalShell client:load>
|
||||||
<AnsiArt html={BANNER_ESPRIT} />
|
<AnsiArt html={BANNER_ESPRIT} />
|
||||||
|
<img src="/images/esprit-logo.png" alt="ESPRIT" style="width:100%; max-width: 640px; display:block; margin: 0 auto 1rem;" />
|
||||||
<NavBar />
|
<NavBar />
|
||||||
<h1>ESPRIT Releases</h1>
|
<h1>ESPRIT Releases</h1>
|
||||||
<p>A collection of demos built on the Amiga 500.</p>
|
<p>A collection of demos built on the Amiga 500.</p>
|
||||||
|
|||||||
@@ -72,7 +72,10 @@ const tools = remaining.filter((r) => r.data.platform === 'DOS');
|
|||||||
<p>Credits: {release.data.credits.map((c) => `${c.role} - ${c.name}`).join(' | ')}</p>
|
<p>Credits: {release.data.credits.map((c) => `${c.role} - ${c.name}`).join(' | ')}</p>
|
||||||
{release.data.download_url && <p><a href={release.data.download_url}>Download</a></p>}
|
{release.data.download_url && <p><a href={release.data.download_url}>Download</a></p>}
|
||||||
</div>
|
</div>
|
||||||
<pre class="diz-box">{release.data.file_id_diz}</pre>
|
{release.data.screenshot
|
||||||
|
? <img src={release.data.screenshot} alt={release.data.title} class="diz-box" style="width:100%; max-width:300px; height:auto;" />
|
||||||
|
: <pre class="diz-box">{release.data.file_id_diz}</pre>
|
||||||
|
}
|
||||||
</div>
|
</div>
|
||||||
))}
|
))}
|
||||||
<NavBar />
|
<NavBar />
|
||||||
|
|||||||
Reference in New Issue
Block a user