From 44dcc77a5f18925dee0139dbd4ec45465325a7c6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20V=C3=B6lkl?= Date: Thu, 27 Jul 2023 23:49:08 +0200 Subject: [PATCH] . --- content/contents/leistungen.blade.php | 14 ++++++ content/contents/news.blade.php | 14 ++++++ content/contents/produkt.blade.php | 13 +++++ content/includes/css.blade.php | 11 ++++- content/includes/footer.blade.php | 2 + content/index.blade.php | 40 +++++++++------ content/lists/aktuelles.blade.php | 23 ++++++--- content/lists/leistungen.blade.php | 33 ++++--------- content/lists/produkte.blade.php | 32 ++++-------- content/master.blade.php | 3 ++ content/pages/impressum.blade.php | 8 +-- content/pages/kontakt.blade.php | 18 ++++--- variables.json | 70 ++++++++++++++++++++++++++- 13 files changed, 201 insertions(+), 80 deletions(-) diff --git a/content/contents/leistungen.blade.php b/content/contents/leistungen.blade.php index d9f2275..9e7311c 100644 --- a/content/contents/leistungen.blade.php +++ b/content/contents/leistungen.blade.php @@ -1,6 +1,20 @@ @extends('template.'.config('settings.template').'.content.master') @section('content') + +
+
+ + + +
+
diff --git a/content/contents/news.blade.php b/content/contents/news.blade.php index 0c8c822..12a3425 100644 --- a/content/contents/news.blade.php +++ b/content/contents/news.blade.php @@ -1,6 +1,20 @@ @extends('template.'.config('settings.template').'.content.master') @section('content') + +
+
+ + + +
+
diff --git a/content/contents/produkt.blade.php b/content/contents/produkt.blade.php index 5831ebe..f46ebcb 100644 --- a/content/contents/produkt.blade.php +++ b/content/contents/produkt.blade.php @@ -5,6 +5,19 @@ @stop @section('content') +
+
+ + + +
+
@if(session()->has('success'))
{{session()->get('success')}}
diff --git a/content/includes/css.blade.php b/content/includes/css.blade.php index 36fd7c9..8677100 100644 --- a/content/includes/css.blade.php +++ b/content/includes/css.blade.php @@ -9,7 +9,9 @@ } footer { color: {{$_footer_color}} ; } - footer a { color: {{$_footer_link_color}};} + + footer a, .breadcrumb a , .breadcrumb .breadcrumb-item { color: {{$_footer_link_color}};} + footer a:hover,.breadcrumb a:hover { color: {{$_footer_secondary_link_color}};} h1,h2,h3,h4{color: {{$_title_color}}!important;} .card{background-color: {{$_secondary_background_color}};} @@ -21,6 +23,13 @@ a, a:hover, a:active {color:{{$_primary_link_color}};} + .navbar a:hover{ + color: {{$_title_color}}; + } + + .navbar a:active{ + font-weight: bold; + } section{ margin-top: 200px; diff --git a/content/includes/footer.blade.php b/content/includes/footer.blade.php index 1c24887..0cfe680 100644 --- a/content/includes/footer.blade.php +++ b/content/includes/footer.blade.php @@ -3,7 +3,9 @@
+ @if($_lumino_branding) Diese Seite benutzt: Lumino CMS + @endif
diff --git a/content/index.blade.php b/content/index.blade.php index b2caa67..4e6062d 100644 --- a/content/index.blade.php +++ b/content/index.blade.php @@ -6,7 +6,7 @@
- +

Aktuelles

@foreach(filterByContentType("News")->take(3) as $content) -
+
- + + +
-

{{$content->title}}

+

+ + {{$content->title}} -
{{ $content->updated_at->diffForHumans() }}
+
+

+ +
+ + + {{ $content->updated_at->diffForHumans() }} + + +
{!! Str::limit($content->vorschau, 280) !!} @@ -58,7 +71,7 @@ border: 1px solid rgba(252, 252, 252, 0.54);">
@endforeach -
+ @@ -66,10 +79,9 @@ border: 1px solid rgba(252, 252, 252, 0.54);">
- -
+
@@ -123,7 +135,7 @@ border: 1px solid rgba(252, 252, 252, 0.54);">
- +

@@ -146,7 +158,7 @@ border: 1px solid rgba(252, 252, 252, 0.54);">

- +
@@ -168,16 +180,16 @@ border: 1px solid rgba(252, 252, 252, 0.54);">
- +

- Kurbad Pleystein + {{$_legal_name}}
- Marktplatz 28 + {{$_legal_address}}
- 92714 Pleystein + {{$_legal_zip_code}} {{$_legal_city}}

diff --git a/content/lists/aktuelles.blade.php b/content/lists/aktuelles.blade.php index 5879e9d..4737dfd 100644 --- a/content/lists/aktuelles.blade.php +++ b/content/lists/aktuelles.blade.php @@ -17,19 +17,30 @@ @foreach($contents as $content) -
+
- + + +
-

{{$content->title}}

+

+ + {{$content->title}} -
{{ $content->updated_at->diffForHumans() }}
+
+

+ +
+ + + {{ $content->updated_at->diffForHumans() }} + + +
{!! Str::limit($content->vorschau, 280) !!} - -