michalvankodev-site/templates/site_footer.html

59 lines
1.5 KiB
HTML
Raw Normal View History

2024-09-27 11:52:25 +02:00
<footer class="my-4">
<hr class="mb-4 border-slate-300 mx-5">
2024-10-03 14:59:28 +02:00
<section class="flex justify-around">
2024-09-06 11:23:44 +02:00
<p
2024-10-03 14:59:28 +02:00
class="text-center flex-1"
2024-09-06 11:23:44 +02:00
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"
2024-09-20 12:35:30 +02:00
href="/contact"
2024-09-06 11:23:44 +02:00
>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
2024-10-01 21:04:30 +02:00
src="/images/creative-commons/cc.svg"
2024-09-06 11:23:44 +02:00
alt="cc"
2024-09-27 13:34:07 +02:00
class="inline-block h-6 mx-0.5"
height="24"
width="24" /><img
2024-10-01 21:04:30 +02:00
src="/images/creative-commons/by.svg"
2024-09-06 11:23:44 +02:00
alt="by"
2024-09-27 13:34:07 +02:00
class="inline-block h-6 mx-0.5"
height="24"
width="24" /><img
2024-10-01 21:04:30 +02:00
src="/images/creative-commons/nc.svg"
2024-09-06 11:23:44 +02:00
alt="nc"
2024-09-27 13:34:07 +02:00
class="inline-block h-6 mx-0.5"
height="24"
width="24" /><img
2024-10-01 21:02:19 +02:00
src="/images/creative-commons/nd.svg"
2024-09-06 11:23:44 +02:00
alt="nd"
class="inline-block h-6 mx-0.5"
2024-09-27 13:34:07 +02:00
height="24"
width="24"
2024-09-06 11:23:44 +02:00
/></a>
</p>
2024-10-03 14:59:28 +02:00
<aside class="mx-3">
<a href="/feed.xml">
<svg role="img" aria-hidden="true" aria-label="RSS feed" class="fill-blue-950 h-6 w-6">
<use href="#rss" />
</svg>
</a>
</aside>
2024-01-18 22:33:36 +01:00
</footer>