master
parent
8ee125eba2
commit
80f83ad45b
|
@ -14,7 +14,10 @@
|
||||||
<br>
|
<br>
|
||||||
<br>
|
<br>
|
||||||
<br>
|
<br>
|
||||||
<a href="https://ivv.5ya.de" class="btn btn-primary">Zurück zur Startseite</a>
|
<a href="{{url('/')}}" class="btn btn-primary">
|
||||||
|
<svg style="fill: currentColor; width: 18px; margin-bottom: 5px;" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><path d="M298.6 4c-6-5.3-15.1-5.3-21.2 0L5.4 244c-6.6 5.8-7.3 16-1.4 22.6s16 7.3 22.6 1.4L64 235V432c0 44.2 35.8 80 80 80H432c44.2 0 80-35.8 80-80V235l37.4 33c6.6 5.8 16.7 5.2 22.6-1.4s5.2-16.7-1.4-22.6L298.6 4zM96 432V206.7L288 37.3 480 206.7V432c0 26.5-21.5 48-48 48H368V320c0-17.7-14.3-32-32-32H240c-17.7 0-32 14.3-32 32V480H144c-26.5 0-48-21.5-48-48zm144 48V320h96V480H240z"/></svg>
|
||||||
|
|
||||||
|
Zurück zur Startseite</a>
|
||||||
<br>
|
<br>
|
||||||
<br>
|
<br>
|
||||||
<br>
|
<br>
|
||||||
|
|
|
@ -26,6 +26,7 @@
|
||||||
<meta name="twitter:title" content="{{config('settings.name')}}">
|
<meta name="twitter:title" content="{{config('settings.name')}}">
|
||||||
<meta name="twitter:description" content="{{config('settings.description')}}">
|
<meta name="twitter:description" content="{{config('settings.description')}}">
|
||||||
<meta name="twitter:image" content="{{$cover}}">
|
<meta name="twitter:image" content="{{$cover}}">
|
||||||
|
|
||||||
@elseif(str_starts_with(Route::currentRouteName(), 'page.'))
|
@elseif(str_starts_with(Route::currentRouteName(), 'page.'))
|
||||||
<meta property="og:site_name" content="{{config('settings.name')}}" />
|
<meta property="og:site_name" content="{{config('settings.name')}}" />
|
||||||
<meta property="og:title" content="{{config('settings.name')}}" />
|
<meta property="og:title" content="{{config('settings.name')}}" />
|
||||||
|
@ -37,6 +38,37 @@
|
||||||
<meta property="og:image:height" content="640" />
|
<meta property="og:image:height" content="640" />
|
||||||
<meta property="twitter:card" content="summary_large_image" />
|
<meta property="twitter:card" content="summary_large_image" />
|
||||||
<meta property="twitter:image" content=""/>
|
<meta property="twitter:image" content=""/>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<script type="application/ld+json">
|
||||||
|
{
|
||||||
|
"@context": "https://schema.org",
|
||||||
|
"@type": "Organization",
|
||||||
|
"image": "https://www.example.com/example_image.jpg",
|
||||||
|
"url": "https://www.example.com",
|
||||||
|
"sameAs": ["https://example.net/profile/example1234", "https://example.org/example1234"],
|
||||||
|
"logo": "https://www.example.com/images/logo.png",
|
||||||
|
"name": "Example Corporation",
|
||||||
|
"description": "The example corporation is well-known for producing high-quality widgets",
|
||||||
|
"email": "contact@example.com",
|
||||||
|
"telephone": "+47-99-999-9999",
|
||||||
|
"address": {
|
||||||
|
"@type": "PostalAddress",
|
||||||
|
"streetAddress": "Rue Improbable 99",
|
||||||
|
"addressLocality": "Paris",
|
||||||
|
"addressCountry": "FR",
|
||||||
|
"addressRegion": "Ile-de-France",
|
||||||
|
"postalCode": "75001"
|
||||||
|
},
|
||||||
|
"vatID": "FR12345678901",
|
||||||
|
"iso6523Code": "0199:724500PMK2A2M1SQQ228"
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@elseif(Route::currentRouteName() == 'lists.show' and isset($content))
|
@elseif(Route::currentRouteName() == 'lists.show' and isset($content))
|
||||||
<!-- meta tag -->
|
<!-- meta tag -->
|
||||||
|
|
||||||
|
|
|
@ -36,13 +36,13 @@
|
||||||
<div class="block" style="height: 100%;">
|
<div class="block" style="height: 100%;">
|
||||||
<x-img src="{{$cover}}" data-speed="-1" class="img-parallax" alt="{{config('settings.name')}} Cover" loading="eager" blur="off"/>
|
<x-img src="{{$cover}}" data-speed="-1" class="img-parallax" alt="{{config('settings.name')}} Cover" loading="eager" blur="off"/>
|
||||||
<div class="d-none d-lg-flex" style="margin-top: 10%; margin-bottom: 8%;">
|
<div class="d-none d-lg-flex" style="margin-top: 10%; margin-bottom: 8%;">
|
||||||
<div class="p-3 rounded container" style="width: 45vw; background: rgba(255, 255, 255, 0.2);
|
<div class="p-3 rounded container" style="width: 45vw; background: rgba(255, 255, 255, 0.35);
|
||||||
border-radius: 16px;
|
border-radius: 16px;
|
||||||
box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
|
box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
|
||||||
backdrop-filter: blur(5px);
|
backdrop-filter: blur(5px);
|
||||||
-webkit-backdrop-filter: blur(5px);
|
-webkit-backdrop-filter: blur(5px);
|
||||||
border: 1px solid rgba(255, 255, 255, 0.3);">
|
border: 1px solid rgba(255, 255, 255, 0.3);">
|
||||||
<h1 class="card-title mb-3 text-center" style="text-shadow: 0 2px 4px {{$_primary_ci_color}}36;">
|
<h1 class="card-title mb-1 text-center" style="text-shadow: 0 2px 4px {{$_primary_ci_color}}36;">
|
||||||
{{config('settings.name')}}
|
{{config('settings.name')}}
|
||||||
</h1>
|
</h1>
|
||||||
<p class="card-text my-2 text-white fs-5" style="text-shadow: 0 2px 4px {{$_primary_ci_color}}36;">
|
<p class="card-text my-2 text-white fs-5" style="text-shadow: 0 2px 4px {{$_primary_ci_color}}36;">
|
||||||
|
|
|
@ -38,8 +38,6 @@
|
||||||
</span>
|
</span>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="card-footer text-end">
|
<div class="card-footer text-end">
|
||||||
|
@ -53,21 +51,9 @@
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
@endforeach
|
@endforeach
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@stop
|
@stop
|
||||||
|
|
|
@ -132,7 +132,6 @@
|
||||||
@endforeach
|
@endforeach
|
||||||
@else
|
@else
|
||||||
|
|
||||||
<script src="http://lumino.xps/admin-assets/libs/lottie-player.js"></script>
|
|
||||||
<div class="col-12 text-center" style="margin-bottom: 30vh; margin-top: 5vh;">
|
<div class="col-12 text-center" style="margin-bottom: 30vh; margin-top: 5vh;">
|
||||||
<script src="https://unpkg.com/@dotlottie/player-component@latest/dist/dotlottie-player.mjs" type="module"></script>
|
<script src="https://unpkg.com/@dotlottie/player-component@latest/dist/dotlottie-player.mjs" type="module"></script>
|
||||||
<dotlottie-player src="https://lottie.host/d5a4355a-7074-40b5-804a-28ed21d8b944/6ryk9g1wqN.lottie" background="transparent" speed="1" style="width: 200px; height: 200px; margin: 0 auto;" loop autoplay></dotlottie-player>
|
<dotlottie-player src="https://lottie.host/d5a4355a-7074-40b5-804a-28ed21d8b944/6ryk9g1wqN.lottie" background="transparent" speed="1" style="width: 200px; height: 200px; margin: 0 auto;" loop autoplay></dotlottie-player>
|
||||||
|
|
|
@ -2,20 +2,13 @@
|
||||||
|
|
||||||
@section('content')
|
@section('content')
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<div class="row">
|
<div class="row">
|
||||||
|
|
||||||
<div class="col-lg-12">
|
<div class="col-lg-12">
|
||||||
|
|
||||||
|
|
||||||
<br><br>
|
<br><br>
|
||||||
<h1>Impressum</h1>
|
<h1>Impressum</h1>
|
||||||
|
|
||||||
|
|
||||||
<i>Informationspflicht laut §5 Telemediengesetz.</i>
|
<i>Informationspflicht laut §5 Telemediengesetz.</i>
|
||||||
|
|
||||||
<br>
|
<br>
|
||||||
|
@ -45,19 +38,16 @@
|
||||||
<br>
|
<br>
|
||||||
<br>
|
<br>
|
||||||
|
|
||||||
|
|
||||||
<h2 class="h5">EU-Streitschlichtung</h2>
|
<h2 class="h5">EU-Streitschlichtung</h2>
|
||||||
Gemäß Verordnung über Online-Streitbeilegung in Verbraucherangelegenheiten (ODR-Verordnung) möchten wir Sie über die Online-Streitbeilegungsplattform (OS-Plattform) informieren.
|
Gemäß Verordnung über Online-Streitbeilegung in Verbraucherangelegenheiten (ODR-Verordnung) möchten wir Sie über die Online-Streitbeilegungsplattform (OS-Plattform) informieren.
|
||||||
Verbraucher haben die Möglichkeit, Beschwerden an die Online Streitbeilegungsplattform der Europäischen Kommission unter <a href="https://ec.europa.eu/odr?tid=221112848" target="_blank">https://ec.europa.eu/odr?tid=221112848</a> zu richten. Die dafür notwendigen Kontaktdaten finden Sie oberhalb in unserem Impressum.
|
Verbraucher haben die Möglichkeit, Beschwerden an die Online Streitbeilegungsplattform der Europäischen Kommission unter <a href="https://ec.europa.eu/odr?tid=221112848" target="_blank">https://ec.europa.eu/odr?tid=221112848</a> zu richten. Die dafür notwendigen Kontaktdaten finden Sie oberhalb in unserem Impressum.
|
||||||
Wir möchten Sie jedoch darauf hinweisen, dass wir nicht bereit oder verpflichtet sind, an Streitbeilegungsverfahren vor einer Verbraucherschlichtungsstelle teilzunehmen.
|
Wir möchten Sie jedoch darauf hinweisen, dass wir nicht bereit oder verpflichtet sind, an Streitbeilegungsverfahren vor einer Verbraucherschlichtungsstelle teilzunehmen.
|
||||||
|
|
||||||
<br>
|
<br>
|
||||||
<br>
|
<br>
|
||||||
|
|
||||||
<h2 class="h5">Haftung für Inhalte dieser Webseite</h2>
|
<h2 class="h5">Haftung für Inhalte dieser Webseite</h2>
|
||||||
Wir entwickeln die Inhalte dieser Webseite ständig weiter und bemühen uns korrekte und aktuelle Informationen bereitzustellen. Leider können wir keine Haftung für die Korrektheit aller Inhalte auf dieser Webseite übernehmen, speziell für jene die seitens Dritter bereitgestellt wurden.
|
Wir entwickeln die Inhalte dieser Webseite ständig weiter und bemühen uns korrekte und aktuelle Informationen bereitzustellen. Leider können wir keine Haftung für die Korrektheit aller Inhalte auf dieser Webseite übernehmen, speziell für jene die seitens Dritter bereitgestellt wurden.
|
||||||
Sollten Ihnen problematische oder rechtswidrige Inhalte auffallen, bitten wir Sie uns umgehend zu kontaktieren, Sie finden die Kontaktdaten im Impressum.
|
Sollten Ihnen problematische oder rechtswidrige Inhalte auffallen, bitten wir Sie uns umgehend zu kontaktieren, Sie finden die Kontaktdaten im Impressum.
|
||||||
|
|
||||||
<br>
|
<br>
|
||||||
<br>
|
<br>
|
||||||
|
|
||||||
|
@ -79,25 +69,17 @@
|
||||||
<br>
|
<br>
|
||||||
<br>
|
<br>
|
||||||
<br>
|
<br>
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@stop
|
@stop
|
||||||
@section('scripts')
|
@section('scripts')
|
||||||
|
|
||||||
<script src="https://cdnjs.cloudflare.com/ajax/libs/jscroll/2.4.1/jquery.jscroll.min.js"></script>
|
<script src="https://cdnjs.cloudflare.com/ajax/libs/jscroll/2.4.1/jquery.jscroll.min.js"></script>
|
||||||
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery-cookie/1.4.1/jquery.cookie.min.js"></script>
|
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery-cookie/1.4.1/jquery.cookie.min.js"></script>
|
||||||
|
|
||||||
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery.countdown/2.2.0/jquery.countdown.min.js"></script>
|
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery.countdown/2.2.0/jquery.countdown.min.js"></script>
|
||||||
|
|
||||||
|
|
||||||
@stop
|
@stop
|
||||||
|
|
|
@ -1,11 +1,14 @@
|
||||||
@extends('template.'.config('settings.template').'.content.master')
|
@extends('template.'.config('settings.template').'.content.master')
|
||||||
@section('content')
|
@section('content')
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col-12">
|
<div class="col-12">
|
||||||
<h1 class="mt-4 mb-5">Kontakt</h2>
|
<h1 class="mt-4 mb-5">Kontakt</h2>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="col-md-4 text-center">
|
<div class="col-md-4 text-center">
|
||||||
<div class="icon-box-2">
|
<div class="icon-box-2">
|
||||||
<div class="icon-box-content">
|
<div class="icon-box-content">
|
||||||
|
@ -103,8 +106,6 @@
|
||||||
</div>
|
</div>
|
||||||
@else
|
@else
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<x-form id="kontaktformular" id-name="kontaktformular" channels="kunde-bestaetigung,anfrage-kontaktformular" >
|
<x-form id="kontaktformular" id-name="kontaktformular" channels="kunde-bestaetigung,anfrage-kontaktformular" >
|
||||||
<div class="mb-4">
|
<div class="mb-4">
|
||||||
<label for="name" class="form-label">Name:</label>
|
<label for="name" class="form-label">Name:</label>
|
||||||
|
@ -131,9 +132,6 @@
|
||||||
<i class="text-muted small">Wir verwenden Ihre Daten ausschließlich gemäß unserer <a href="{{url('/datenschutz')}}" class="text-decoration-none" >Datenschutzerklärung</a>.</i>
|
<i class="text-muted small">Wir verwenden Ihre Daten ausschließlich gemäß unserer <a href="{{url('/datenschutz')}}" class="text-decoration-none" >Datenschutzerklärung</a>.</i>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<div class="d-grid d-md-block gap-2 text-md-end">
|
<div class="d-grid d-md-block gap-2 text-md-end">
|
||||||
<button type="submit" class="btn btn-primary">Abschicken
|
<button type="submit" class="btn btn-primary">Abschicken
|
||||||
<svg style="fill: currentColor;width: 17px;margin-left: 6px;margin-bottom: 4px;" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path d="M498.1 5.6c10.1 7 15.4 19.1 13.5 31.2l-64 416c-1.5 9.7-7.4 18.2-16 23s-18.9 5.4-28 1.6L284 427.7l-68.5 74.1c-8.9 9.7-22.9 12.9-35.2 8.1S160 493.2 160 480V396.4c0-4 1.5-7.8 4.2-10.7L331.8 202.8c5.8-6.3 5.6-16-.4-22s-15.7-6.4-22-.7L106 360.8 17.7 316.6C7.1 311.3 .3 300.7 0 288.9s5.9-22.8 16.1-28.7l448-256c10.7-6.1 23.9-5.5 34 1.4z"/></svg>
|
<svg style="fill: currentColor;width: 17px;margin-left: 6px;margin-bottom: 4px;" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path d="M498.1 5.6c10.1 7 15.4 19.1 13.5 31.2l-64 416c-1.5 9.7-7.4 18.2-16 23s-18.9 5.4-28 1.6L284 427.7l-68.5 74.1c-8.9 9.7-22.9 12.9-35.2 8.1S160 493.2 160 480V396.4c0-4 1.5-7.8 4.2-10.7L331.8 202.8c5.8-6.3 5.6-16-.4-22s-15.7-6.4-22-.7L106 360.8 17.7 316.6C7.1 311.3 .3 300.7 0 288.9s5.9-22.8 16.1-28.7l448-256c10.7-6.1 23.9-5.5 34 1.4z"/></svg>
|
||||||
|
@ -142,19 +140,10 @@
|
||||||
|
|
||||||
</x-form>
|
</x-form>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@endif
|
@endif
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -2,10 +2,7 @@
|
||||||
|
|
||||||
@section('content')
|
@section('content')
|
||||||
|
|
||||||
|
|
||||||
<div class="container">
|
<div class="container">
|
||||||
|
|
||||||
|
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col-12">
|
<div class="col-12">
|
||||||
<h1 class="mb-5 mt-5">Über uns</h1>
|
<h1 class="mb-5 mt-5">Über uns</h1>
|
||||||
|
@ -54,10 +51,6 @@
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -21,14 +21,11 @@
|
||||||
{{$_about_text}}
|
{{$_about_text}}
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="row my-5">
|
<div class="row my-5">
|
||||||
|
|
||||||
@if($_about_image1)
|
@if($_about_image1)
|
||||||
<div class="col-12 col-md-6 col-lg-4">
|
<div class="col-12 col-md-6 col-lg-4">
|
||||||
<x-img src="{{$_about_image1}}" class="img-fluid rounded shadow-sm"/>
|
<x-img src="{{$_about_image1}}" class="img-fluid rounded shadow-sm"/>
|
||||||
|
@ -51,10 +48,7 @@
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@if(1==3)
|
@if(1==3)
|
||||||
|
|
||||||
<div class="container-fluid py-5 bg-secondary">
|
<div class="container-fluid py-5 bg-secondary">
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<div class="row">
|
<div class="row">
|
||||||
|
@ -62,12 +56,10 @@
|
||||||
<h2 class="h3 mb-5">Unser Team</h2>
|
<h2 class="h3 mb-5">Unser Team</h2>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
@if($type->get("Ansprechpartner")->status)
|
@if($type->get("Ansprechpartner")->status)
|
||||||
@php($ansprechpartner = filterByContentType("Ansprechpartner"))
|
@php($ansprechpartner = filterByContentType("Ansprechpartner"))
|
||||||
@if($ansprechpartner->isNotEmpty())
|
@if($ansprechpartner->isNotEmpty())
|
||||||
|
|
||||||
|
|
||||||
@foreach($ansprechpartner as $content)
|
@foreach($ansprechpartner as $content)
|
||||||
|
|
||||||
<div class="col-3 text-center mb-5">
|
<div class="col-3 text-center mb-5">
|
||||||
|
@ -82,9 +74,6 @@
|
||||||
|
|
||||||
@endforeach
|
@endforeach
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@endif
|
@endif
|
||||||
@endif
|
@endif
|
||||||
</div>
|
</div>
|
||||||
|
@ -92,14 +81,11 @@
|
||||||
</div>
|
</div>
|
||||||
@endif
|
@endif
|
||||||
|
|
||||||
|
|
||||||
@stop
|
@stop
|
||||||
@section('scripts')
|
@section('scripts')
|
||||||
|
|
||||||
<script src="https://cdnjs.cloudflare.com/ajax/libs/jscroll/2.4.1/jquery.jscroll.min.js"></script>
|
<script src="https://cdnjs.cloudflare.com/ajax/libs/jscroll/2.4.1/jquery.jscroll.min.js"></script>
|
||||||
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery-cookie/1.4.1/jquery.cookie.min.js"></script>
|
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery-cookie/1.4.1/jquery.cookie.min.js"></script>
|
||||||
|
|
||||||
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery.countdown/2.2.0/jquery.countdown.min.js"></script>
|
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery.countdown/2.2.0/jquery.countdown.min.js"></script>
|
||||||
|
|
||||||
|
|
||||||
@stop
|
@stop
|
||||||
|
|
Loading…
Reference in New Issue