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 @@ -
- Sicherheitsdienstleistungen Weiden
-
Wir schützen was Ihnen lieb ist!
+ Immobilienmaler // Hausverwaltung
Finden Sie hier eine grosse Auswahl an Solar Produkten {{ $list->description }}
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
-
-
-
-
-
- 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
-
- {{ $list->name }}
-
-
-
-
-
- Solarmodule
-
- @foreach($contents as $content)
-
-
- @endforeach
-
-