headline/view/templates/parts/footer.html

21 lines
1.2 KiB
HTML
Raw Normal View History

2023-08-20 16:22:59 +02:00
<footer class="mt-12 py-6 text-gray-200 text-sm font-medium">
<div class="container flex flex-wrap items-center shrink-0 gap-x-2 gap-y-2">
<span class="flex items-center gap-2 text-gray-400">
2023-08-17 13:24:41 +02:00
<span>created by</span>
2023-08-20 16:22:59 +02:00
<a href="https://nolog.cz" class="text-gray-400 hover:text-gray-600">
<svg class="block fill-current transition-color" width="120" viewBox="0 0 400 60" fill-rule="evenodd">
2023-08-17 13:24:41 +02:00
<title>NoLog</title>
<path d="M60,0l-60,0l0,60l20,0l0,-41l20,0l-0,41l20,0l-0,-60Z"></path>
<path d="M140,60l50,0l-0,-19l-30,0l0,-41l-20,0l0,60Z"></path>
<path d="M130,0l-60,0l0,60l60,0l0,-60Zm-40,19l0,22l20,0l0,-22l-20,0Z"></path>
<path d="M260,0l-60,0l-0,60l60,0l-0,-60Zm-40,19l-0,22l20,0l-0,-22l-20,0Z"></path>
<path d="M270,60l60,-0l-0,-35l-20,0l-0,16l-20,0l-0,-22l40,-0l-0,-19l-60,-0l-0,60Z"></path>
<path d="M372.164,2.865l6.571,20.729l21.265,0l-17.203,12.812l6.571,20.729l-17.204,-12.811l-17.203,12.811l6.571,-20.729l-17.204,-12.812l21.265,0l6.571,-20.729Z"></path>
</svg>
</a>
</span>
2023-08-20 16:22:59 +02:00
<span> · </span>
<a class="text-gray-400 hover:text-gray-600" href="https://git.nolog.cz/mdivecky/headline">Source code</a>
2023-08-17 00:06:57 +02:00
</div>
2023-08-16 19:41:55 +02:00
</footer>