mirror of
https://github.com/Einundzwanzig-Podcast/einundzwanzig-portal.git
synced 2025-12-11 06:46:47 +00:00
max-w
This commit is contained in:
@@ -52,6 +52,8 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<div class="max-w-screen-2xl mx-auto px-2 sm:px-10 space-y-4">
|
||||||
|
|
||||||
<section class="h-auto px-10 py-16">
|
<section class="h-auto px-10 py-16">
|
||||||
<div class="max-w-3xl mx-auto space-y-4 sm:text-center">
|
<div class="max-w-3xl mx-auto space-y-4 sm:text-center">
|
||||||
<h2 class="text-4xl sm:text-5xl font-semibold text-white">
|
<h2 class="text-4xl sm:text-5xl font-semibold text-white">
|
||||||
@@ -189,6 +191,9 @@
|
|||||||
</x-button>
|
</x-button>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
</section>
|
</section>
|
||||||
{{-- FOOTER --}}
|
{{-- FOOTER --}}
|
||||||
<livewire:frontend.footer/>
|
<livewire:frontend.footer/>
|
||||||
|
|||||||
@@ -22,6 +22,8 @@
|
|||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<div class="max-w-screen-2xl mx-auto px-2 sm:px-10 space-y-4">
|
||||||
|
|
||||||
<section class="h-auto px-10 py-16">
|
<section class="h-auto px-10 py-16">
|
||||||
<div class="max-w-3xl mx-auto space-y-4 sm:text-center">
|
<div class="max-w-3xl mx-auto space-y-4 sm:text-center">
|
||||||
<h2 class="text-4xl sm:text-5xl font-semibold text-white">
|
<h2 class="text-4xl sm:text-5xl font-semibold text-white">
|
||||||
@@ -38,7 +40,8 @@
|
|||||||
@php
|
@php
|
||||||
$activeClass = $activeEvent === $courseEvent->id ? 'bg-gradient-to-r from-amber-800 via-amber-600 to-amber-500' : 'bg-amber-500';
|
$activeClass = $activeEvent === $courseEvent->id ? 'bg-gradient-to-r from-amber-800 via-amber-600 to-amber-500' : 'bg-amber-500';
|
||||||
@endphp
|
@endphp
|
||||||
<li id="courseEventId_{{ $courseEvent->id }}" class="{{ $activeClass }} col-span-1 flex flex-col divide-y divide-gray-200 rounded-lg text-center shadow-2xl">
|
<li id="courseEventId_{{ $courseEvent->id }}"
|
||||||
|
class="{{ $activeClass }} col-span-1 flex flex-col divide-y divide-gray-200 rounded-lg text-center shadow-2xl">
|
||||||
<div class="flex flex-1 flex-col p-8">
|
<div class="flex flex-1 flex-col p-8">
|
||||||
<img class="mx-auto h-32 w-32 object-contain flex-shrink-0 rounded"
|
<img class="mx-auto h-32 w-32 object-contain flex-shrink-0 rounded"
|
||||||
src="{{ $courseEvent->venue->getFirstMediaUrl('images') }}"
|
src="{{ $courseEvent->venue->getFirstMediaUrl('images') }}"
|
||||||
@@ -70,7 +73,8 @@
|
|||||||
</button>
|
</button>
|
||||||
</h2>
|
</h2>
|
||||||
<div x-show="expanded" x-collapse>
|
<div x-show="expanded" x-collapse>
|
||||||
<div class="px-6 pb-4 text-left">{!! nl2br($courseEvent->course->description) !!}</div>
|
<div
|
||||||
|
class="px-6 pb-4 text-left">{!! nl2br($courseEvent->course->description) !!}</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@@ -117,7 +121,8 @@
|
|||||||
<link rel="stylesheet" type="text/css"
|
<link rel="stylesheet" type="text/css"
|
||||||
href="https://unpkg.com/js-year-calendar@latest/dist/js-year-calendar.min.css"/>
|
href="https://unpkg.com/js-year-calendar@latest/dist/js-year-calendar.min.css"/>
|
||||||
<script src="https://unpkg.com/js-year-calendar@latest/dist/js-year-calendar.min.js"></script>
|
<script src="https://unpkg.com/js-year-calendar@latest/dist/js-year-calendar.min.js"></script>
|
||||||
<script src="https://unpkg.com/js-year-calendar@latest/locales/js-year-calendar.{{ $locale }}.js"></script>
|
<script
|
||||||
|
src="https://unpkg.com/js-year-calendar@latest/locales/js-year-calendar.{{ $locale }}.js"></script>
|
||||||
|
|
||||||
<style>
|
<style>
|
||||||
.calendar .calendar-header {
|
.calendar .calendar-header {
|
||||||
@@ -180,6 +185,9 @@
|
|||||||
</x-button>
|
</x-button>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
</section>
|
</section>
|
||||||
{{-- FOOTER --}}
|
{{-- FOOTER --}}
|
||||||
<livewire:frontend.footer/>
|
<livewire:frontend.footer/>
|
||||||
|
|||||||
Reference in New Issue
Block a user