michalvankodev-site/templates/site_footer.html
2024-10-01 21:04:30 +02:00

53 lines
1.4 KiB
HTML

<footer class="my-4">
<hr class="mb-4 border-slate-300 mx-5">
<p
class="text-center"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:dct="http://purl.org/dc/terms/"
>
<a
property="dct:title"
rel="cc:attributionURL"
href="https://michalvanko.dev/"
>michalvanko.dev</a
>
by
<a
rel="cc:attributionURL dct:creator"
property="cc:attributionName"
href="/contact"
>Michal Vanko</a
>
is licensed under
<a
href="http://creativecommons.org/licenses/by-nc-nd/4.0/?ref=chooser-v1"
target="_blank"
rel="license noopener noreferrer"
style="display: inline-block"
>CC BY-NC-ND 4.0<img
src="/images/creative-commons/cc.svg"
alt="cc"
class="inline-block h-6 mx-0.5"
height="24"
width="24" /><img
src="/images/creative-commons/by.svg"
alt="by"
class="inline-block h-6 mx-0.5"
height="24"
width="24" /><img
src="/images/creative-commons/nc.svg"
alt="nc"
class="inline-block h-6 mx-0.5"
height="24"
width="24" /><img
src="/images/creative-commons/nd.svg"
alt="nd"
class="inline-block h-6 mx-0.5"
height="24"
width="24"
/></a>
<!-- TODO Display link to feed with icon -->
<a href="/feed.xml" class="hidden">RSS feed</a>
</p>
</footer>