footer changed

This commit is contained in:
Benjamin Takats
2023-01-15 13:07:52 +01:00
parent 8a7b9a9b19
commit e66c505fa9
3 changed files with 27 additions and 12 deletions

View File

@@ -7,23 +7,27 @@
</a>
<div class="flex flex-row justify-center mb-4 -ml-4 -mr-4">
<a href="#"
class="p-4 text-gray-700 hover:text-gray-400">
<a
target="_blank"
href="https://einundzwanzig.space/kontakt/"
class="p-4 text-gray-700 hover:text-gray-400">
Kontakt
</a>
<a href="#" class="p-4 text-gray-700 hover:text-gray-400">
<a
target="_blank" href="https://einundzwanzig.space/datenschutz/"
class="p-4 text-gray-700 hover:text-gray-400">
Datenschutz
</a>
<a href="#" class="p-4 text-gray-700 hover:text-gray-400">
</a>
</div>
</div>
<div class="flex flex-col justify-between text-center md:flex-row">
<div class="flex flex-col space-y-6 sm:space-y-0 justify-between text-center md:flex-row">
<p class="order-last text-sm leading-tight text-gray-500 md:order-first">
{{ __('Built with ❤️ by our team.') }}
</p>
<ul class="flex flex-col sm:flex-row justify-center pb-3 -ml-4 -mr-4 text-sm">
<ul class="flex flex-col space-y-2 sm:space-y-0 sm:flex-row justify-center pb-3 -ml-4 -mr-4 text-sm">
<li>
<a href="https://github.com/affektde/einundzwanzig-bitcoin-school" target="_blank"
class="px-4 text-gray-500 hover:text-white">

View File

@@ -1,5 +1,5 @@
<div class="bg-21gray flex flex-col justify-between">
<section class="relative px-10 pt-16 pb-24 sm:py-16 sm:overflow-hidden">
<section class="relative px-10 pt-16 pb-24 sm:py-16 sm:overflow-hidden mb:64 sm:mb-24">
<img class="absolute h-43 left-0 z-0 w-3/4 transform -translate-y-1/2 opacity-70 top-1/2"
src="{{ asset('img/gradient-blob.svg') }}">
<img class="absolute left-0 z-0 object-cover object-center w-full h-full opacity-50 top-24"