Compare commits

..

No commits in common. "6f59cf76f7672e7c59423e8cec36c43244a58ca8" and "017004d925b6f29cc880acb90b0bf1d7e2841f0f" have entirely different histories.

4 changed files with 3 additions and 28 deletions

View file

@ -9,9 +9,9 @@
<main> <main>
<div id="route-cards"> <div id="route-cards">
<Path color="#de0e1b" type="naturalistici" /> <Path color='#de0e1b' type="naturalistici" />
<Path color="#f6ae04" type="storici" /> <Path color='#f6ae04' type="storici" />
<Path color="#213c8b" type="tradizionalisti" /> <Path color='#213c8b' type="tradizionalisti" />
</div> </div>
</main> </main>

View file

@ -1,24 +0,0 @@
<script>
import { onMount } from 'svelte';
import { fade } from 'svelte/transition';
let visible = false;
onMount(() => {
setTimeout(() => {
visible = true;
}, 500);
});
</script>
{#if visible}
<img transition:fade src="/splash.jpeg" alt="splash" />
{/if}
<style>
img {
height: auto;
margin: 0 auto;
width: 100%;
}
</style>

View file

@ -1 +0,0 @@
Route Page

Binary file not shown.

Before

Width:  |  Height:  |  Size: 292 KiB