14 lines
455 B
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>
|