feat(Footer): ref lfk

This commit is contained in:
Philipp Dormann 2024-12-02 11:25:11 +01:00
parent 75b61d991b
commit 6376dcb5fe
Signed by: philipp
GPG Key ID: 3BB9ADD52DCA4314

View File

@ -3,26 +3,14 @@
<div class="container px-5 py-8 mx-auto flex items-center sm:flex-row flex-col"> <div class="container px-5 py-8 mx-auto flex items-center sm:flex-row flex-col">
<p class="text-sm text-gray-400 sm:ml-4 sm:pl-4 sm:py-2 sm:mt-0 mt-4"> <p class="text-sm text-gray-400 sm:ml-4 sm:pl-4 sm:py-2 sm:mt-0 mt-4">
Lauf für Kaya! Selfservice - Copyright © 2024 + proudly powered by Lauf für Kaya! Selfservice - Copyright © 2024 + proudly powered by
<a <a class="underline" target="_blank" rel="noopener,noreferrer"
class="underline" href="https://odit.services?ref=lfk">ODIT.Services</a>
target="_blank"
rel="noopener,noreferrer"
href="https://odit.services"
>ODIT.Services</a>
</p> </p>
<span class="inline-flex sm:ml-auto sm:mt-0 mt-4 justify-center sm:justify-start"> <span class="inline-flex sm:ml-auto sm:mt-0 mt-4 justify-center sm:justify-start">
<a <a target="_blank" rel="noopener,noreferrer" :href="[[imprint_url]]"
target="_blank" class="ml-3 text-gray-400 underline">Impressum</a>
rel="noopener,noreferrer" <a target="_blank" rel="noopener,noreferrer" :href="[[privacy_url]]"
:href="[[imprint_url]]" class="ml-3 text-gray-400 underline">Datenschutzerklärung</a>
class="ml-3 text-gray-400 underline"
>Impressum</a>
<a
target="_blank"
rel="noopener,noreferrer"
:href="[[privacy_url]]"
class="ml-3 text-gray-400 underline"
>Datenschutzerklärung</a>
</span> </span>
</div> </div>
</footer> </footer>