From 0cca9ed2da4eb8000acaace2761182fa3b49488f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20V=C3=B6lkl?= Date: Wed, 12 Oct 2022 14:01:29 +0200 Subject: [PATCH] a lot of new updates --- content/includes/css.blade.php | 332 ++++++++++++++++++++++++- content/includes/footer.blade.php | 8 +- content/includes/scripts.blade.php | 4 +- content/index.blade.php | 169 ++++++------- content/master.blade.php | 127 ++++++++-- content/pages/datenschutz.blade.php | 163 ++++++------ content/pages/ergotherapie.blade.php | 265 ++++++++++++++++++++ content/pages/impressum.blade.php | 20 +- content/pages/physiotherapie.blade.php | 265 ++++++++++++++++++++ content/pages/termin.blade.php | 51 ++++ 10 files changed, 1179 insertions(+), 225 deletions(-) create mode 100644 content/pages/ergotherapie.blade.php create mode 100644 content/pages/physiotherapie.blade.php create mode 100644 content/pages/termin.blade.php diff --git a/content/includes/css.blade.php b/content/includes/css.blade.php index d2994aa..2142827 100644 --- a/content/includes/css.blade.php +++ b/content/includes/css.blade.php @@ -1 +1,331 @@ - \ No newline at end of file + + + diff --git a/content/includes/footer.blade.php b/content/includes/footer.blade.php index f1193e5..121af38 100644 --- a/content/includes/footer.blade.php +++ b/content/includes/footer.blade.php @@ -2,13 +2,13 @@
- Diese Seite benutzt Areya CMS + Diese Seite benutzt Areya CMS
-
diff --git a/content/includes/scripts.blade.php b/content/includes/scripts.blade.php index 13774ab..c145969 100644 --- a/content/includes/scripts.blade.php +++ b/content/includes/scripts.blade.php @@ -1,3 +1 @@ - - - \ No newline at end of file + \ No newline at end of file diff --git a/content/index.blade.php b/content/index.blade.php index bcc3462..fb14420 100644 --- a/content/index.blade.php +++ b/content/index.blade.php @@ -47,8 +47,14 @@

Kurbad Pleystein

-

+

+ Herzlich Willkonnen auf der Internet Seite der Physiotherapie und Ergotherapie Praxis Kurbad Pleystein. + +
+
+ Hier können Sie sich über unser Behandlungsangebot informieren und dann auch gleich einen Termin mit uns vereinbaren. +
@@ -62,74 +68,43 @@ -

+


-
-

Behandlungsschwerpunkte

-
-
-
-
- - - Augustins Journey - -
-
Tinitus Behandlung
-

Erfahren Sie mehr darüber, wie Tinitus effektiv behandelt werden kann. -

- Mehr erfahren -
-
+
+ +

Ergotherapie

+ +
-
-
+
-
-
- - - Augustins Journey - -
-
Freemason tour
-

- Lorem ipsum dolor sit amet, consectetur adipisicing elit. Amet aperiam facere in -

- Mehr erfahren -
-
+

Physiotherapie

+ +
    + +
-
-
-
-
- - - Augustins Journey - -
-
Wine & Conundrum
-

- Lorem ipsum dolor sit amet, consectetur adipisicing elit. Blanditiis dolorem illo impedit, -

- Mehr erfahren -
-
-
+
@@ -152,12 +127,29 @@
-

Aktuelles

-
- +

Aktuelles

+ @foreach(filterByContentType($mdContents, "News")->take(3) as $content) +
+
+ + +
+

{{$content->title}}

+ Lorem ipsum dolor sit amet, consectetur adipisicing elit. Aliquam amet delectus eum fuga inventore laborum minima nostrum, omnis porro quas rerum vero voluptate? Aperiam deleniti laborum molestias nobis voluptatem voluptatum! +
+
+
+ + @endforeach + + + + @@ -182,6 +174,7 @@
+
@@ -189,32 +182,25 @@ - + - - - - - - - - - - - - + + @foreach(filterByContentType($mdContents, "Jobs")->take(12) as $content) + + + + + + + @endforeach +
Datum Stellenbezeichnung StandortJetzt bewerbenJetzt bewerben
21.02.2020Physiotherapeuth (m/w/d)92714 PleysteinJetzt bewerben
21.02.2020Ergotherapeut (m/w/d) in Teilzeit (30 h/Woche)92714 PleysteinJetzt bewerben
{{ $content->updated_at->diffForHumans() }}{{$content->title}}92714 PleysteinJetzt bewerben
- - - - -
@@ -225,23 +211,24 @@
-

Kontakt

-
-
+
+

Kontakt

+
+ +
-
- +

- Telefon: 09654/770 + Telefon: 09654/770

@@ -250,40 +237,39 @@
-
+
-
+
-
+
-
- - + +
- + +
@@ -317,10 +303,7 @@ @stop @section('scripts') - - - diff --git a/content/master.blade.php b/content/master.blade.php index b790515..5798ebd 100644 --- a/content/master.blade.php +++ b/content/master.blade.php @@ -8,53 +8,132 @@ - @include('template.'.config('settings.template').'.content.includes.css') + @include('template.'.config('settings.template').'.content.includes.css') @include('template.'.config('settings.template').'.content.includes.integrations') - + -
-
-
-
- -