From 4cc047551e4b8bd4773e50bc83d299acdf045561 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20V=C3=B6lkl?= Date: Wed, 19 Oct 2022 17:06:26 +0200 Subject: [PATCH] . --- content/includes/css.blade.php | 15 +- content/includes/footer.blade.php | 2 +- content/index.blade.php | 5 +- ...aftwerk.blade.php => immobilien.blade.php} | 2 +- content/lists/produkte.blade.php | 129 ------------------ content/lists/pv-brands.blade.php | 52 ------- content/master.blade.php | 37 ++--- 7 files changed, 32 insertions(+), 210 deletions(-) rename content/lists/{balkonkraftwerk.blade.php => immobilien.blade.php} (97%) delete mode 100644 content/lists/produkte.blade.php delete mode 100644 content/lists/pv-brands.blade.php diff --git a/content/includes/css.blade.php b/content/includes/css.blade.php index a26ab5a..4486293 100644 --- a/content/includes/css.blade.php +++ b/content/includes/css.blade.php @@ -8,7 +8,7 @@ background-color: #f0e4f45c; } h1,h2,h3{ - color: #344657; + color: #2776b7; } section{ padding-top: 45px; @@ -18,7 +18,7 @@ padding-right: 1rem; } .bg-ci{ - background-color: #34465761 ; + background-color: #9cbbd961 ; } .bg-ci-animated{ background: linear-gradient(318deg, #24052f, #81329d); @@ -37,17 +37,18 @@ text-decoration: none; } .btn-primary{ - background-color: #071734; - border-color: #041431; + background-color: #2776b7; + border-color: #185991; + color: white; } .btn-primary:hover{ - background-color: #041431; + background-color: #185991; } nav a, nav a:hover, footer a, footer a:hover { - color: #f1f4f7; + color: #2776b7; } a, a:hover{ - color: #344657; + color: #2776b7; } @-webkit-keyframes bg-ci-animated { 0%{background-position:0% 50%} diff --git a/content/includes/footer.blade.php b/content/includes/footer.blade.php index 4acd913..af34158 100644 --- a/content/includes/footer.blade.php +++ b/content/includes/footer.blade.php @@ -75,7 +75,7 @@ -
+
diff --git a/content/index.blade.php b/content/index.blade.php index fd5ddc2..b7ca414 100644 --- a/content/index.blade.php +++ b/content/index.blade.php @@ -7,11 +7,10 @@
-

Alpha Security

+

Immobilien Sparrer


- Sicherheitsdienstleistungen Weiden -
Wir schützen was Ihnen lieb ist! + Immobilienmaler // Hausverwaltung


diff --git a/content/lists/balkonkraftwerk.blade.php b/content/lists/immobilien.blade.php similarity index 97% rename from content/lists/balkonkraftwerk.blade.php rename to content/lists/immobilien.blade.php index d8397b5..0c226d8 100644 --- a/content/lists/balkonkraftwerk.blade.php +++ b/content/lists/immobilien.blade.php @@ -4,7 +4,7 @@

-

Balkonkraftwerk

+

Immobilien



diff --git a/content/lists/produkte.blade.php b/content/lists/produkte.blade.php deleted file mode 100644 index e767956..0000000 --- a/content/lists/produkte.blade.php +++ /dev/null @@ -1,129 +0,0 @@ -@layout('content.master') -@section('content') -
-
-
-
-

Produkte

-
- -
-

Finden Sie hier eine grosse Auswahl an Solar Produkten

-
-
-
-
- - - -
- -

Solarmodule

- - @foreach(filterByContentType($contents, "Solarmodule") as $content) - - - @endforeach - -
- -
- -

Balkonkraftwerke

- - @foreach(filterByContentType($contents, "Balkonkraftwerk") as $content) - - - @endforeach - -
- - -
- -

Befestigungsmaterial

- - @foreach(filterByContentType($contents, "befestigung") as $content) - - - @endforeach - -
- - - - - -
- -

Kabel & Stecker

- - @foreach(filterByContentType($contents, "Kabel") as $content) - - - @endforeach - -
-
-
-@stop diff --git a/content/lists/pv-brands.blade.php b/content/lists/pv-brands.blade.php deleted file mode 100644 index 39c04e4..0000000 --- a/content/lists/pv-brands.blade.php +++ /dev/null @@ -1,52 +0,0 @@ -@layout('content.master') -@section('content') -
-
-
-
-

{{ $list->name }}

-
- -
-

{{ $list->description }}

-
-
-
-
-
- -

Solarmodule

- - @foreach($contents as $content) - - - @endforeach - -
- - - - - - - - - -
-
-@stop diff --git a/content/master.blade.php b/content/master.blade.php index d56b864..14a031d 100644 --- a/content/master.blade.php +++ b/content/master.blade.php @@ -9,7 +9,7 @@ @yield('head') -