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') -