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:
@@ -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