zenno: add page titles and descriptions
This commit is contained in:
@@ -1,20 +1,11 @@
|
||||
<script lang="ts">
|
||||
import { resolve } from '$app/paths';
|
||||
import { page } from '$app/state';
|
||||
import * as all from '$lib/all';
|
||||
import IndexSection from '$lib/IndexSection.svelte';
|
||||
|
||||
const cur = $derived(all.page(page.route.id));
|
||||
</script>
|
||||
|
||||
<h1 class="m-8 text-center text-7xl">Zenno Rob Roy — Character Tools</h1>
|
||||
<p>Tools related to understanding Umamusume characters.</p>
|
||||
|
||||
<ul class="mb-4 list-disc pl-4">
|
||||
<li>
|
||||
<a href={resolve('/race/spurt')}>Spurt Speed</a> — Calculate a horse's target speed in the last spurt and compare to other
|
||||
distance aptitudes and running styles.
|
||||
</li>
|
||||
<li>
|
||||
<a href={resolve('/race/mspeed')}>Front Runner Mechanical Speed Comparator</a> — Compare spot struggle and lane combo to the
|
||||
effects of individual skills.
|
||||
</li>
|
||||
<li>
|
||||
<a href={resolve('/race/gate')}>Gate Calculator</a> — Calculate the importance of acceleration effects at the starting gate.
|
||||
</li>
|
||||
</ul>
|
||||
<h1 class="m-8 text-center text-7xl">Zenno Rob Roy — {cur.name}</h1>
|
||||
<p>{cur.description}</p>
|
||||
<IndexSection pages={all.PAGES.race} />
|
||||
|
||||
Reference in New Issue
Block a user