From 465760727bbd67ade6fe55e7d040aedad699d4cd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20V=C3=B6lkl?= Date: Tue, 22 Nov 2022 21:26:53 +0100 Subject: [PATCH] new design + bootstrap 5.2 --- content-type.json | 17 ++++ content/contents/verkaufsstelle.blade.php | 45 +++++++++ content/head.blade.php | 23 ++++- content/includes/footer.blade.php | 34 +++---- content/includes/header.blade.php | 108 ++++++++++------------ content/index.blade.php | 16 +--- content/lists/verkaufsstellen.blade.php | 83 +++++++++++++++++ content/master.blade.php | 1 + content/pages/baeckerei.blade.php | 10 +- content/pages/huehnerhof.blade.php | 14 +-- images/finkenhammer-hof.jpg | Bin 0 -> 621031 bytes 11 files changed, 247 insertions(+), 104 deletions(-) create mode 100644 content-type.json create mode 100644 content/contents/verkaufsstelle.blade.php create mode 100644 content/lists/verkaufsstellen.blade.php create mode 100644 images/finkenhammer-hof.jpg diff --git a/content-type.json b/content-type.json new file mode 100644 index 0000000..8a4aa16 --- /dev/null +++ b/content-type.json @@ -0,0 +1,17 @@ +{ + "slug": "verkaufsstellen", + "name": "Verkaufsstellen", + "description": ".", + "search_terms": "", + "image": "", + "seo_title": "", + "seo_description": "", + "blade": "verkaufsstellen", + "sorting_column": "", + "sorting_direction": "", + "content_types": [ + "Verkaufstelle" + ], + "includes": [], + "excludes": [] +} \ No newline at end of file diff --git a/content/contents/verkaufsstelle.blade.php b/content/contents/verkaufsstelle.blade.php new file mode 100644 index 0000000..7d2e6cb --- /dev/null +++ b/content/contents/verkaufsstelle.blade.php @@ -0,0 +1,45 @@ +@extends('template.'.config('settings.template').'.content.master') +@section('content') + + +
+
+ +
+

{{$content->title}}

+ + + @if ($content->image) + Gallery image + + @endif + + + +
+
+
+
+
+ + +
+
+
+
+ + +@stop diff --git a/content/head.blade.php b/content/head.blade.php index c737034..5cb73ad 100644 --- a/content/head.blade.php +++ b/content/head.blade.php @@ -3,10 +3,29 @@ - - + + +