speedclimbing/website

View on GitHub
src/routes/about-us/Imprint.svelte

Summary

Maintainability
Test Coverage
<script lang="ts">
    import AnchorPoint from 'components/shared/AnchorPoint.svelte';
    import TitleWithLine from 'components/shared/content/TitleWithLine.svelte';
</script>

<section class="py-6">
    <AnchorPoint id="imprint" />
    <TitleWithLine titleText="Imprint" />

    <p class="text-lg pb-6">
        Responsible for contents of this website:<br />
        <b>Dorian Zedler</b><br />
        <b><a href="mailto:dorian.zedler@speedclimbing.org">dorian.zedler@speedclimbing.org</a></b>
    </p>

    <h2 class="text-xl font-bold pb-2">Disclaimer</h2>
    <p>
        All information provided on this website has been compiled and checked to the best of our
        knowledge and belief. However, we cannot guarantee that the information provided is up-to-date,
        correct, complete or available at all times. A contractual relationship with the users of the
        Internet offer does not come about. We are not liable for any damage caused by the use of this
        internet offer.
    </p>
    <h2 class="text-xl font-bold pb-2 pt-4">Links</h2>
    <p>
        Cross-references ("links") to the websites of other providers are to be distinguished from our
        own content. Through these links, we merely provide access to the use of third-party content in
        accordance with ยง 8 of the German Telemedia Act. When first linking to these Internet offers, we
        have checked this external content to determine whether it could give rise to any civil or
        criminal liability. However, we cannot constantly check these external contents for changes and
        therefore cannot assume any responsibility for them. For illegal, incorrect or incomplete
        content and especially for damages resulting from the use or non-use of information provided by
        third parties, the respective provider of the site is solely liable.
    </p>
</section>