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

@@ -27,10 +27,21 @@ return [
// All the levels for badge // All the levels for badge
'badge_levels' => [ 'badge_levels' => [
'No-Coiner' => 0, 'No-Coiner 😱' => 0,
'Orange Pilled' => 1, 'Shitcoiner 💩' => 0,
'Cyber Hornet' => 21000, // 210.000 'Trader 🎢' => 0,
'Satoshi Nakamoto' => 21000000, // 21.000.000 'Im Rabbit hole 🐰🕳' => 0,
'DCA 🗓' => 0,
'Not your keys, not your coins 🗝' => 0,
'Wale 🐋' => 0,
'Running a Node 📡' => 0,
'Lightning-User ⚡️' => 0,
'Miner ⛏️' => 0,
'Solo-Miner 🎲' => 0,
'Orange Pilled 💊' => 1,
'Cyber Hornet 🐝' => 21000, // 210.000
'Toxic Maximalist 🧪' => 21000, // 210.000
'Satoshi Nakamoto 🧠' => 21000000, // 21.000.000
], ],
// Default level // Default level

View File

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

View File

@@ -1,5 +1,5 @@
<div class="bg-21gray flex flex-col justify-between"> <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" <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') }}"> 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" <img class="absolute left-0 z-0 object-cover object-center w-full h-full opacity-50 top-24"