mirror of
https://github.com/Einundzwanzig-Podcast/einundzwanzig-portal.git
synced 2025-12-11 06:46:47 +00:00
welcome page
This commit is contained in:
@@ -5,9 +5,6 @@
|
|||||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||||
<meta name="csrf-token" content="{{ csrf_token() }}">
|
<meta name="csrf-token" content="{{ csrf_token() }}">
|
||||||
<title>{{ config('app.name', 'Laravel') }}</title>
|
<title>{{ config('app.name', 'Laravel') }}</title>
|
||||||
<meta name="description" content="Dies ist die Kontakt-Seite ">
|
|
||||||
<meta name="keywords" content="Kontakt, Kontaktseite, Kontaktformular, Kontaktformularseite">
|
|
||||||
|
|
||||||
<!-- Fonts -->
|
<!-- Fonts -->
|
||||||
@googlefonts
|
@googlefonts
|
||||||
<!-- Scripts -->
|
<!-- Scripts -->
|
||||||
@@ -80,31 +77,6 @@
|
|||||||
{{ $slot }}
|
{{ $slot }}
|
||||||
</main>
|
</main>
|
||||||
</div>
|
</div>
|
||||||
<div
|
|
||||||
x-data="{
|
|
||||||
|
|
||||||
}"
|
|
||||||
class="hidden fixed bottom-0 w-full flex items-center gap-6 bg-white py-4 px-4 md:px-6">
|
|
||||||
<audio x-ref="audio">
|
|
||||||
<source src="https://thenewcode.com/assets/audio/24-ghosts-III.mp3" type="audio/mp3">
|
|
||||||
</audio>
|
|
||||||
<div class="hidden md:block">
|
|
||||||
<x-button primary @click="togglePlay"><i class="fa fa-thin fa-play"></i></x-button>
|
|
||||||
</div>
|
|
||||||
<div
|
|
||||||
class="mb-[env(safe-area-inset-bottom)] flex flex-1 flex-col gap-3 overflow-hidden p-1 justify-center items-center">
|
|
||||||
<div
|
|
||||||
class="truncate text-center text-sm font-bold leading-6 md:text-left"
|
|
||||||
>
|
|
||||||
PLAYER
|
|
||||||
</div>
|
|
||||||
<div class="flex justify-between gap-6">
|
|
||||||
<div class="md:hidden">
|
|
||||||
<x-button primary @click="togglePlay"><i class="fa fa-thin fa-play"></i></x-button>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
@stack('modals')
|
@stack('modals')
|
||||||
@livewireScripts
|
@livewireScripts
|
||||||
</body>
|
</body>
|
||||||
|
|||||||
@@ -10,6 +10,7 @@
|
|||||||
<!-- Scripts -->
|
<!-- Scripts -->
|
||||||
<script src="https://kit.fontawesome.com/03bc14bd1e.js" crossorigin="anonymous"></script>
|
<script src="https://kit.fontawesome.com/03bc14bd1e.js" crossorigin="anonymous"></script>
|
||||||
<script src="https://unpkg.com/smoothscroll-polyfill@0.4.4/dist/smoothscroll.js"></script>
|
<script src="https://unpkg.com/smoothscroll-polyfill@0.4.4/dist/smoothscroll.js"></script>
|
||||||
|
@mapscripts
|
||||||
<wireui:scripts/>
|
<wireui:scripts/>
|
||||||
<x-comments::scripts />
|
<x-comments::scripts />
|
||||||
@vite(['resources/css/app.css', 'resources/js/app.js'])
|
@vite(['resources/css/app.css', 'resources/js/app.js'])
|
||||||
|
|||||||
Reference in New Issue
Block a user