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"
|
||||
year: 1995
|
||||
platform: "DOS/486, VGA"
|
||||
credits:
|
||||
- role: "Code + GFX"
|
||||
name: "Stefan"
|
||||
- role: "Commissioned by"
|
||||
name: "SBR BBS"
|
||||
- role: "Code"
|
||||
name: "splash^kds^sbr"
|
||||
- role: "ANSI"
|
||||
name: "sektor^exp"
|
||||
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: |
|
||||
SBR INTRO
|
||||
SBR BBS INTROS
|
||||
by Kosmos Design
|
||||
------------------
|
||||
Custom BBS login
|
||||
for SBR BBS.
|
||||
Underground X-ESS (1996)
|
||||
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.">
|
||||
<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;" />
|
||||
<NavBar />
|
||||
<h1>ESPRIT Releases</h1>
|
||||
<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>
|
||||
{release.data.download_url && <p><a href={release.data.download_url}>Download</a></p>}
|
||||
</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>
|
||||
))}
|
||||
<NavBar />
|
||||
|
||||
Reference in New Issue
Block a user