mirror of
https://github.com/Einundzwanzig-Podcast/einundzwanzig-portal.git
synced 2025-12-11 06:46:47 +00:00
add landing pages for meetups
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
<div class="py-6 bg-gray-900 w-full">
|
<div class="py-6 bg-gray-900 w-full">
|
||||||
<div class="px-10 mx-auto max-w-7xl">
|
<div class="px-10 mx-auto max-w-7xl">
|
||||||
<div class="flex flex-col items-center md:flex-row md:justify-between">
|
<div class="flex flex-col items-center md:flex-row md:justify-between">
|
||||||
<a href="#_">
|
<a href="/">
|
||||||
<img src="{{ asset('img/einundzwanzig-horizontal-inverted.svg') }}"
|
<img src="{{ asset('img/einundzwanzig-horizontal-inverted.svg') }}"
|
||||||
class="text-white fill-current" alt="">
|
class="text-white fill-current" alt="">
|
||||||
</a>
|
</a>
|
||||||
|
|||||||
@@ -13,7 +13,10 @@
|
|||||||
<div class="px-0 mb-6 text-lg text-gray-600 md:text-xl">
|
<div class="px-0 mb-6 text-lg text-gray-600 md:text-xl">
|
||||||
{{ __('Bitcoiner Meetups are a great way to meet other Bitcoiners in your area. You can learn from each other, share ideas, and have fun!') }}
|
{{ __('Bitcoiner Meetups are a great way to meet other Bitcoiners in your area. You can learn from each other, share ideas, and have fun!') }}
|
||||||
|
|
||||||
<x-button primary lg class="whitespace-nowrap">
|
<x-button
|
||||||
|
target="_blank"
|
||||||
|
:href="$meetup->link"
|
||||||
|
primary lg class="whitespace-nowrap">
|
||||||
<i class="fa fa-thin fa-external-link mr-2"></i>
|
<i class="fa fa-thin fa-external-link mr-2"></i>
|
||||||
{{ __('Link') }}
|
{{ __('Link') }}
|
||||||
</x-button>
|
</x-button>
|
||||||
@@ -102,6 +105,13 @@
|
|||||||
>
|
>
|
||||||
<div x-ref="calendar"></div>
|
<div x-ref="calendar"></div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<div class="p-4 w-full flex justify-end">
|
||||||
|
<x-button :href="route('welcome')" primary lg class="whitespace-nowrap">
|
||||||
|
<i class="fa fa-thin fa-arrow-left mr-2"></i>
|
||||||
|
{{ __('Back') }}
|
||||||
|
</x-button>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
{{-- FOOTER --}}
|
{{-- FOOTER --}}
|
||||||
|
|||||||
Reference in New Issue
Block a user