From 3e1098d5940a31537b0df5b4e9a772e633170bc4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20V=C3=B6lkl?= Date: Tue, 18 Jul 2023 02:26:40 +0200 Subject: [PATCH] . --- content/index.blade.php | 37 +++++++++----------------------- content/lists/produkte.blade.php | 12 +++++------ content/pages/kontakt.blade.php | 8 +++---- variables.json | 8 +++++++ 4 files changed, 28 insertions(+), 37 deletions(-) diff --git a/content/index.blade.php b/content/index.blade.php index 8e34795..76d446a 100644 --- a/content/index.blade.php +++ b/content/index.blade.php @@ -1,36 +1,19 @@ @extends('template.'.config('settings.template').'.content.master') @section('head') - Blau Solar - Photovoltaik und Energielösungen + {{config('settings.name')}} @stop @section('content')
-
-
-
-

{{config('settings.name')}}

-

-
- {{config('settings.tagline')}} -

-

-
- Pfarrgasse 21 -
- 92648 Vohenstrauß -
- Germany -
-
-

- - - {{$_telefonnummer}} -
-
- -
+ + +
+ ... +
+

{{config('settings.name')}}

+

{{config('settings.tagline')}}

+

Last updated 3 mins ago

+
-
diff --git a/content/lists/produkte.blade.php b/content/lists/produkte.blade.php index 986c28b..d96ef59 100644 --- a/content/lists/produkte.blade.php +++ b/content/lists/produkte.blade.php @@ -1,6 +1,6 @@ @extends('template.'.config('settings.template').'.content.master') @section('head') - {{$list->name}} - Blau Solar + {{$list->name}} - {{config('settings.name')}} @stop @section('content')
@@ -20,12 +20,12 @@ @foreach($contents as $content) -
+
-
- -
-

{{ $content->title }}

+
+ +
+
{{ $content->title }}
diff --git a/content/pages/kontakt.blade.php b/content/pages/kontakt.blade.php index e50fbe4..1f4af58 100644 --- a/content/pages/kontakt.blade.php +++ b/content/pages/kontakt.blade.php @@ -1,6 +1,6 @@ @extends('template.'.config('settings.template').'.content.master') @section('head') - Kontakt - Blau Solar + Kontakt - {{config('settings.name')}} @stop @section('content')
@@ -14,7 +14,7 @@
- +

Telefonnummer

{{$_telefonnummer}}
@@ -24,7 +24,7 @@
- +

Kontakt per E-Mail

{{config('settings.contact_email')}}
@@ -34,7 +34,7 @@
- +

Firmenadresse

{{$_legal_name}}
diff --git a/variables.json b/variables.json index 0ccbcb3..0108911 100644 --- a/variables.json +++ b/variables.json @@ -59,6 +59,14 @@ "required": true }, + { + + "name": "button-color", + "value": "#d0700d", + "type": "color", + "required": true + }, + { "name": "bg-color",