From 1c3a300c93e5ae002fb4543a6d525a568cf3b479 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20V=C3=B6lkl?= Date: Wed, 13 Sep 2023 17:35:14 +0200 Subject: [PATCH] added team section in about page --- content/includes/css.blade.php | 1 + content/pages/ueber-uns.blade.php | 77 +++++++++++++++++++++++++++++++ variables.json | 14 ++++++ 3 files changed, 92 insertions(+) diff --git a/content/includes/css.blade.php b/content/includes/css.blade.php index 25afbe4..71991f8 100644 --- a/content/includes/css.blade.php +++ b/content/includes/css.blade.php @@ -19,6 +19,7 @@ .bg-primary{ background-color: {{$_primary_ci_color}} !important;} + .bg-secondary{ background-color: {{$_secondary_background_color}} !important;} a, a:hover, a:active {color:{{$_primary_link_color}};} diff --git a/content/pages/ueber-uns.blade.php b/content/pages/ueber-uns.blade.php index fd4e95d..cb8a7b7 100644 --- a/content/pages/ueber-uns.blade.php +++ b/content/pages/ueber-uns.blade.php @@ -150,7 +150,84 @@ + @if($_zeige_team) +
+
+
+
+

Unser Team

+
+ + +
+ +

Lorem Ipsum

+
Geschäftsführer
+ + + {{$_telefonnummer}} + +
+ +
+ +

Lorem Ipsum

+
Geschäftsführer
+ + + {{$_telefonnummer}} + +
+ +
+ +

Lorem Ipsum

+
Geschäftsführer
+ + + {{$_telefonnummer}} + +
+ +
+ +

Lorem Ipsum

+
Geschäftsführer
+ + + {{$_telefonnummer}} + +
+ +
+ +

Lorem Ipsum

+
Geschäftsführer
+ + + {{$_telefonnummer}} + +
+ + + + + + + + + + + + + + + +
+
+
+ @endif diff --git a/variables.json b/variables.json index 018732c..90224c0 100644 --- a/variables.json +++ b/variables.json @@ -63,6 +63,20 @@ ] }, + + { + "icon": "/font-awesome/light/users.svg", + "group_name": "Über uns", + "description": "Here you can configure the shopping cart.", + "variables": [ + { + "name": "Zeige Team", + "type": "boolean", + "description": "Soll das Team gezeigt werden?" + } + ] + }, + { "icon": "/font-awesome/light/map-pin.svg", "group_name": "Kontankt",