diff --git a/content/author.blade.php b/content/author.blade.php index 84b1a88..4a8becd 100644 --- a/content/author.blade.php +++ b/content/author.blade.php @@ -2,60 +2,133 @@ @section('content') + + +
-
-
-
-

Lumio Theme Store

+
-

- A showcase of public Lumino Themes. -
- You can browse, compare the templates and install them into your own Lumino Installation. To develop and list your own Lumino Template get in contact -

+ @if(empty($author->cover_image)) +
+
+ @else +
+
+ @endif + + +
+ +
+ +
+ + +
+
+

{{ $author->name }}

+ +
+ +
+ {{ $author->description }} + +
+
+
+
+
+
-
+ + +
+ + + @if ($nachrichten->count() == 0) +
+
+
+
+
+
+ Derzeit keine offenen Arbeitsstellen auf jobs-oberpfalz.de +
+
+
+
+
+
+
+
+
+
+
+
+ + + @else +
+ + + @foreach($nachrichten as $nach) + + +
+ +
+ + @if ($nach->image) + + @else + + @endif + +
+

{{$nach->title}}

+
+ Logo {{ $nach->user->name }} + {{ $nach->user->name }} + +

+ {!! isset($nach->data_fields['short_description'])?$nach->data_fields['short_description']:'keine Angaben' !!} +

+ + +
+ +
+ + + + +
-
- @foreach($contents as $indexContent => $content) -
- -
- - @if ($content->image) - - @else - - @endif - -
-

{{$content->title}}

-
- Logo {{ $content->user->name }} - {{ $content->user->name }} - -

- {!! isset($content->data_fields['short_description'])?$content->data_fields['short_description']:'keine Angaben' !!} -

+ + @endforeach + +
+ {!! $nachrichten->onEachSide(1)->fragment("latest_jobs")->render() !!}
-
- - -
+
+ @endif +
+ - @endforeach
-
+ @stop diff --git a/content/contents/default.blade.php b/content/contents/default.blade.php index 524f320..3a7b02e 100644 --- a/content/contents/default.blade.php +++ b/content/contents/default.blade.php @@ -2,7 +2,7 @@ @section('content') -
+
diff --git a/content/includes/css.blade.php b/content/includes/css.blade.php index 10fa39a..60c0007 100644 --- a/content/includes/css.blade.php +++ b/content/includes/css.blade.php @@ -81,7 +81,6 @@ padding-top: 30px; padding-bottom: 30px; color: white; - margin-bottom: 80px; } nav a, nav a:hover, footer a, footer a:hover { color: white; diff --git a/content/includes/footer.blade.php b/content/includes/footer.blade.php index 3930370..19f1b17 100644 --- a/content/includes/footer.blade.php +++ b/content/includes/footer.blade.php @@ -14,7 +14,7 @@ | Datenschutz | - Impressum + Impressum
diff --git a/content/index.blade.php b/content/index.blade.php index 84b1a88..979f8f4 100644 --- a/content/index.blade.php +++ b/content/index.blade.php @@ -4,7 +4,7 @@
-
+

Lumio Theme Store

@@ -12,7 +12,7 @@

A showcase of public Lumino Themes.
- You can browse, compare the templates and install them into your own Lumino Installation. To develop and list your own Lumino Template get in contact + You can browse, compare the templates and install them into your own Lumino Installation. To develop and list your own Lumino Template get in contact