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",