mirror of
https://github.com/skoelle/28k8-moonweb-org.git
synced 2026-09-18 02:40:24 +00:00
sitemap, styles, cds, skyline
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
---
|
||||
import TerminalLayout from '../../layouts/TerminalLayout.astro';
|
||||
import TerminalShell from '../../components/TerminalShell';
|
||||
import StatusBar from '../../components/StatusBar.astro';
|
||||
import NavBar from '../../components/NavBar.astro';
|
||||
import LetterFooter from '../../components/LetterFooter.astro';
|
||||
import AnsiArt from '../../components/AnsiArt.astro';
|
||||
import { BANNER_TEMPLE } from '../../lib/ansiArt';
|
||||
import TerminalLayout from '../../../layouts/TerminalLayout.astro';
|
||||
import TerminalShell from '../../../components/TerminalShell';
|
||||
import StatusBar from '../../../components/StatusBar.astro';
|
||||
import NavBar from '../../../components/NavBar.astro';
|
||||
import LetterFooter from '../../../components/LetterFooter.astro';
|
||||
import AnsiArt from '../../../components/AnsiArt.astro';
|
||||
import { BANNER_TEMPLE } from '../../../lib/ansiArt';
|
||||
|
||||
const cds = [
|
||||
{ id: 1, title: 'tHE tEMPLE cD #1', file: 'templecd1.txt', url: 'https://www.moonweb.org/files/bbs/templecd1.txt', size: '650 MB' },
|
||||
@@ -44,7 +44,7 @@ import { BANNER_TEMPLE } from '../../lib/ansiArt';
|
||||
items: [
|
||||
{ key: 'A', label: 'BBS ANSI Art', href: '/bbs/fido/ansi-art' },
|
||||
{ key: 'F', label: 'Fidonets and Nodelists', href: '/bbs/fido/nodelist' },
|
||||
{ key: 'C', label: 'tHE tEMPLE bBS CDs', href: '/bbs/cds' },
|
||||
{ key: 'C', label: 'tHE tEMPLE bBS CDs', href: '/bbs/fido/cds' },
|
||||
],
|
||||
},
|
||||
]} />
|
||||
|
||||
@@ -20,6 +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;" />
|
||||
<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>
|
||||
|
||||
Reference in New Issue
Block a user