pages and imprint

This commit is contained in:
Vincent van der Wal
2026-08-01 08:42:54 +02:00
parent 6b2db975b3
commit 315d4e2bdc
10 changed files with 426 additions and 11 deletions
+36
View File
@@ -0,0 +1,36 @@
<script lang="ts">
import ProsePage from '$lib/components/prose-page.svelte';
</script>
<!-- TODO(vincent): replace the [bracketed] placeholders with your real postal
address and country before deploying. An imprint without a serviceable
address does not satisfy the imprint/contact requirements. -->
<ProsePage title="Imprint" subtitle="Legal notice / provider identification.">
<h2>Service provider</h2>
<address>
Vincent van der Wal<br />
[Street and number]<br />
[Postal code, City]<br />
[Country]
</address>
<p>
Email: <a href="mailto:drizzli@vincentvanderwal.nl">drizzli@vincentvanderwal.nl</a>
</p>
<p>
Drizz.li is operated as a personal, independent project. Responsible for the content of this
website: Vincent van der Wal (address above).
</p>
<h2>Disclaimer</h2>
<p>
Weather data shown on this site is provided for general information only. Forecasts are
inherently uncertain; do not rely on them where life, health or property is at stake - consult
official warnings from your national weather service instead.
</p>
<p>
Weather and geodata are retrieved from
<a href="https://open-meteo.com" target="_blank" rel="noopener">Open-Meteo</a>, which is not
affiliated with this site. External links are provided in good faith; their content is the
responsibility of the respective operators.
</p>
</ProsePage>