🤝 attribution/ credits for icons and illustrations
Some checks reported errors
continuous-integration/drone/push Build was killed
Some checks reported errors
continuous-integration/drone/push Build was killed
This commit is contained in:
parent
66e6cd80d3
commit
eb0dd3f781
@ -163,7 +163,35 @@
|
|||||||
</div>
|
</div>
|
||||||
{/await}
|
{/await}
|
||||||
</div>
|
</div>
|
||||||
<h2 class="text-4xl font-display font-semibold md:text-5xl">{$_('faq')}</h2>
|
<div class="w-full leading-8 mt-8">
|
||||||
|
<p class="text-xl font-medium">{$_('icon-image-credits')}</p>
|
||||||
|
<ul class="list-disc">
|
||||||
|
<li>
|
||||||
|
<a
|
||||||
|
class="underline"
|
||||||
|
target="_blank"
|
||||||
|
rel="noopener noreferrer"
|
||||||
|
href="https://storyset.com">https://storyset.com</a>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<a
|
||||||
|
class="underline"
|
||||||
|
target="_blank"
|
||||||
|
rel="noopener noreferrer"
|
||||||
|
href="https://undraw.co">https://undraw.co</a>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<a
|
||||||
|
class="underline"
|
||||||
|
target="_blank"
|
||||||
|
rel="noopener noreferrer"
|
||||||
|
href="https://remixicon.com">https://remixicon.com</a>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<h2 class="mt-4 text-4xl font-display font-semibold md:text-5xl">
|
||||||
|
{$_('faq')}
|
||||||
|
</h2>
|
||||||
<div class="mt-6 border-t-2 border-gray-100 pt-10">
|
<div class="mt-6 border-t-2 border-gray-100 pt-10">
|
||||||
<dl class="md:grid md:grid-cols-2 md:gap-8">
|
<dl class="md:grid md:grid-cols-2 md:gap-8">
|
||||||
<div>
|
<div>
|
||||||
|
@ -26,6 +26,7 @@
|
|||||||
"general-stats": "Allgemeine Statistiken",
|
"general-stats": "Allgemeine Statistiken",
|
||||||
"goback": "Zur Startseite",
|
"goback": "Zur Startseite",
|
||||||
"hallo": "hallo",
|
"hallo": "hallo",
|
||||||
|
"icon-image-credits": "Wir möchten uns außerdem für die verwendeten Icons und Bilder bedanken bei:",
|
||||||
"invalid-mail-reset": "Das ist keine gültige E-Mail",
|
"invalid-mail-reset": "Das ist keine gültige E-Mail",
|
||||||
"lfk-is-os": "Das \"Lauf für Kaya!\" Frontend ist (wie alle anderen Projekte für den \"LfK!\" auch) ein OpenSource Projekt.",
|
"lfk-is-os": "Das \"Lauf für Kaya!\" Frontend ist (wie alle anderen Projekte für den \"LfK!\" auch) ein OpenSource Projekt.",
|
||||||
"log_in": "Anmelden",
|
"log_in": "Anmelden",
|
||||||
|
@ -78,6 +78,7 @@
|
|||||||
"goback": "Go Home",
|
"goback": "Go Home",
|
||||||
"groups": "Groups",
|
"groups": "Groups",
|
||||||
"hallo": "hello",
|
"hallo": "hello",
|
||||||
|
"icon-image-credits": "We also want to thank these projects for illustrations and icons:",
|
||||||
"installed-version": "Installed version",
|
"installed-version": "Installed version",
|
||||||
"invalid-mail-reset": "the provided email is invalid",
|
"invalid-mail-reset": "the provided email is invalid",
|
||||||
"last-name": "Last name",
|
"last-name": "Last name",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user