This repository has been archived on 2024-08-06. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
chellaris-sign-up-site/src/routes/about/+page.svelte

14 lines
455 B
Svelte

<svelte:head>
<title>About</title>
<meta name="description" content="About this site" />
</svelte:head>
<div class="text-column">
<h1>About this site</h1>
<p>
This site replaces the long used Excel Sheet and Google Docs used for managing the Chellaris Sign-Up process.
For now only the Sign-Up statistics and Admin work have been migrated along with some fancy pants graphs.
The Empire Sign-Up process may follow at a later date.
</p>
</div>