Adding more pages and fixing some links and layout. - Added test page for a game. - Added link data to list of games. - Moved blog content into main and section tags. - Fixed typo in the about page.

This commit is contained in:
Rgebee 2020-08-22 21:40:27 +01:00
commit f0d3be2377
5 changed files with 41 additions and 24 deletions

17
src/routes/sirius/index.svelte Executable file
View file

@ -0,0 +1,17 @@
<script>
import Banner from '../../components/banner.svelte'
</script>
<svelte:head>
<title>Quartznet - Sirius</title>
</svelte:head>
<Banner title="Quartznet - Sirius"/>
<main>
<section class="content container">
<h1>Sirius game</h1>
<p>Sirius game. Work in progress</p>
<a href="https://quartznet.info/presskit">Presskit</a>
</section>
</main>