mirror of
https://github.com/Einundzwanzig-Podcast/einundzwanzig-portal.git
synced 2025-12-11 06:46:47 +00:00
footer changed
This commit is contained in:
@@ -27,10 +27,21 @@ return [
|
||||
|
||||
// All the levels for badge
|
||||
'badge_levels' => [
|
||||
'No-Coiner' => 0,
|
||||
'Orange Pilled' => 1,
|
||||
'Cyber Hornet' => 21000, // 210.000
|
||||
'Satoshi Nakamoto' => 21000000, // 21.000.000
|
||||
'No-Coiner 😱' => 0,
|
||||
'Shitcoiner 💩' => 0,
|
||||
'Trader 🎢' => 0,
|
||||
'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
|
||||
|
||||
@@ -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">
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user