add landing pages for meetups

This commit is contained in:
Benjamin Takats
2023-01-14 20:43:11 +01:00
parent 2f00e34e10
commit e4ccabe172
2 changed files with 12 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
<div class="py-6 bg-gray-900 w-full">
<div class="px-10 mx-auto max-w-7xl">
<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') }}"
class="text-white fill-current" alt="">
</a>

View File

@@ -13,7 +13,10 @@
<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!') }}
<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>
{{ __('Link') }}
</x-button>
@@ -102,6 +105,13 @@
>
<div x-ref="calendar"></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>
</section>
{{-- FOOTER --}}