diff --git a/content/contents/default.blade.php b/content/contents/default.blade.php new file mode 100644 index 0000000..2751d1d --- /dev/null +++ b/content/contents/default.blade.php @@ -0,0 +1,15 @@ +@layout('content.master') +@section('head') + {{$content->title}} +@stop +@section('content') +
+
+
+
+

{{$content->title}}

+
+
+
+
+@stop diff --git a/content/includes/cookies.blade.php b/content/includes/cookies.blade.php new file mode 100644 index 0000000..a44a1fb --- /dev/null +++ b/content/includes/cookies.blade.php @@ -0,0 +1,255 @@ + + + + + \ No newline at end of file diff --git a/content/includes/css.blade.php b/content/includes/css.blade.php new file mode 100644 index 0000000..9bfdb10 --- /dev/null +++ b/content/includes/css.blade.php @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/content/includes/footer.blade.php b/content/includes/footer.blade.php new file mode 100644 index 0000000..3d1ed06 --- /dev/null +++ b/content/includes/footer.blade.php @@ -0,0 +1,46 @@ + \ No newline at end of file diff --git a/content/includes/integrations.blade.php b/content/includes/integrations.blade.php new file mode 100644 index 0000000..e69de29 diff --git a/content/includes/nav.blade.php b/content/includes/nav.blade.php new file mode 100644 index 0000000..cd3ccdb --- /dev/null +++ b/content/includes/nav.blade.php @@ -0,0 +1,20 @@ + \ No newline at end of file diff --git a/content/includes/scripts.blade.php b/content/includes/scripts.blade.php new file mode 100644 index 0000000..29c0606 --- /dev/null +++ b/content/includes/scripts.blade.php @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/content/index.blade.php b/content/index.blade.php index 9e5bcfc..22a2261 100644 --- a/content/index.blade.php +++ b/content/index.blade.php @@ -1,5 +1,46 @@ @extends('template.'.config('settings.template').'.content.master') @section('content') + + +
+
+
+
+

Homepage Name

+ +

Lorem ipsum dolor sit amet, consectetur adipisicing elit. Aliquid cum doloremque illo in iure quidem sed? Asperiores consectetur culpa dolorem, enim iure nisi, pariatur placeat quas quisquam, recusandae tempore tenetur.

+ +
+
+
+
+ +
+
+
+
+

Neuigkeiten

+
+ @foreach($contents as $content) +
+
+ {{$content->title}} +
+
{{$content->title}}
+
{{$content->user->name}}
+

{{$content->description}}

+ Go somewhere +
+
+
+ @endforeach +
+
+
+ + + + @stop diff --git a/content/master.blade.php b/content/master.blade.php index d56bfe7..a2893e1 100644 --- a/content/master.blade.php +++ b/content/master.blade.php @@ -3,298 +3,24 @@ - Physiotherapie und Ergotherepie - Kurbad Pleystein + @include('template.'.config('settings.template').'.content.includes.css') @include('template.'.config('settings.template').'.content.includes.integrations') @if(isset($_COOKIE["cookies-consent"]) && $_COOKIE["cookies-consent"]) @else - @endif - - - -@yield('content') -@if(true) - - @endif + + +@include('template.'.config('settings.template').'.content.includes.nav') + + +@yield('content') + +@include('template.'.config('settings.template').'.content.includes.cookies') @include('template.'.config('settings.template').'.content.includes.footer') @include('template.'.config('settings.template').'.content.includes.scripts') - - + diff --git a/content/pages/agb.blade.php b/content/pages/agb.blade.php new file mode 100644 index 0000000..cc4fe42 --- /dev/null +++ b/content/pages/agb.blade.php @@ -0,0 +1,58 @@ +@layout('content.master') +@section('head') + Impressum +@stop +@section('content') +
+
+
+
+

AGB

+
+
+

Areya Webservices GmbH

+ Neuenhammerstraße 44 +
+ 92714 Pleystein +
+
+ Geschäftsführer: Benjamin Völkl +
+
+ Tel.: +49 9654 5529550 +
+ Fax: +49 9654 55295509
+
+ E-Mail: info@areya.de +
+ Web: www.areya.de +
+
+ USt.-IdNr.: DE320603182 +
+ HRB 5144 (eingetragen im Handelsregister des Amtsgerichts Weiden) +
+
+ Dieses Impressum gilt auch für unsere Profile in Foren und den sozialen Medien, insbesondere für + folgende + Profile: +
+
+ +
+
+ Die Europäische Kommission bietet die Möglichkeit, eine Plattform zur Online-Streitbeilegung zu + nutzen. +
Die Webseite zur Online-Streitbeilegung ist unter http://ec.europa.eu/consumers/odr + +
+
+
+
+
+@stop diff --git a/content/pages/datenschutz.blade.php b/content/pages/datenschutz.blade.php new file mode 100644 index 0000000..30156aa --- /dev/null +++ b/content/pages/datenschutz.blade.php @@ -0,0 +1,58 @@ +@layout('content.master') +@section('head') + Impressum +@stop +@section('content') +
+
+
+
+

Datenschutz

+
+
+

Areya Webservices GmbH

+ Neuenhammerstraße 44 +
+ 92714 Pleystein +
+
+ Geschäftsführer: Benjamin Völkl +
+
+ Tel.: +49 9654 5529550 +
+ Fax: +49 9654 55295509
+
+ E-Mail: info@areya.de +
+ Web: www.areya.de +
+
+ USt.-IdNr.: DE320603182 +
+ HRB 5144 (eingetragen im Handelsregister des Amtsgerichts Weiden) +
+
+ Dieses Impressum gilt auch für unsere Profile in Foren und den sozialen Medien, insbesondere für + folgende + Profile: +
+
+ +
+
+ Die Europäische Kommission bietet die Möglichkeit, eine Plattform zur Online-Streitbeilegung zu + nutzen. +
Die Webseite zur Online-Streitbeilegung ist unter http://ec.europa.eu/consumers/odr + +
+
+
+
+
+@stop diff --git a/content/pages/impressum.blade.php b/content/pages/impressum.blade.php new file mode 100644 index 0000000..50245d8 --- /dev/null +++ b/content/pages/impressum.blade.php @@ -0,0 +1,58 @@ +@layout('content.master') +@section('head') + Impressum +@stop +@section('content') +
+
+
+
+

Impressum

+
+
+

Areya Webservices GmbH

+ Neuenhammerstraße 44 +
+ 92714 Pleystein +
+
+ Geschäftsführer: Benjamin Völkl +
+
+ Tel.: +49 9654 5529550 +
+ Fax: +49 9654 55295509
+
+ E-Mail: info@areya.de +
+ Web: www.areya.de +
+
+ USt.-IdNr.: DE320603182 +
+ HRB 5144 (eingetragen im Handelsregister des Amtsgerichts Weiden) +
+
+ Dieses Impressum gilt auch für unsere Profile in Foren und den sozialen Medien, insbesondere für + folgende + Profile: +
+
+ +
+
+ Die Europäische Kommission bietet die Möglichkeit, eine Plattform zur Online-Streitbeilegung zu + nutzen. +
Die Webseite zur Online-Streitbeilegung ist unter http://ec.europa.eu/consumers/odr + +
+
+
+
+
+@stop diff --git a/css/style.css b/css/style.css new file mode 100644 index 0000000..e69de29