master
parent
9ee707884b
commit
5608e650a5
|
@ -31,6 +31,8 @@
|
|||
|
||||
|
||||
<div class="col-6 text-muted small mb-3">
|
||||
<svg style="fill: currentColor;width:15px;margin-bottom: 5px;margin-right: 3px;}" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path d="M112 0c8.8 0 16 7.2 16 16V64H320V16c0-8.8 7.2-16 16-16s16 7.2 16 16V64h32c35.3 0 64 28.7 64 64v32 32V448c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64V192 160 128C0 92.7 28.7 64 64 64H96V16c0-8.8 7.2-16 16-16zM416 192H32V448c0 17.7 14.3 32 32 32H384c17.7 0 32-14.3 32-32V192zM384 96H64c-17.7 0-32 14.3-32 32v32H416V128c0-17.7-14.3-32-32-32z"/></svg>
|
||||
|
||||
Veröffentlicht: {{date('d.m.Y', strtotime($content->created_at))}}
|
||||
</div>
|
||||
|
||||
|
@ -55,6 +57,135 @@
|
|||
</div>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
<div class="row mb-5">
|
||||
<div class="col-12">
|
||||
<hr class="pb-5 mt-5">
|
||||
<h2 class="mb-4 mt-5 h3">Weitere Nachrichten</h2>
|
||||
</div>
|
||||
|
||||
<div class="col-12 col-md-4 mb-3">
|
||||
<div class="card shadow-sm h-100">
|
||||
<a href="" class="text-decoration-none">
|
||||
<img src="https://picsum.photos/600/400" class="img-fluid card-img-top">
|
||||
</a>
|
||||
|
||||
<div class="card-body">
|
||||
<h3 class="h5 mb-2">
|
||||
<a href="" class="text-decoration-none">
|
||||
Neuigkeit
|
||||
|
||||
</a>
|
||||
</h3>
|
||||
|
||||
<div class="text-muted small my-3">
|
||||
<span title="383.393.2029">
|
||||
<svg style="fill: currentColor;width:15px;margin-bottom: 5px;margin-right: 3px;}" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path d="M112 0c8.8 0 16 7.2 16 16V64H320V16c0-8.8 7.2-16 16-16s16 7.2 16 16V64h32c35.3 0 64 28.7 64 64v32 32V448c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64V192 160 128C0 92.7 28.7 64 64 64H96V16c0-8.8 7.2-16 16-16zM416 192H32V448c0 17.7 14.3 32 32 32H384c17.7 0 32-14.3 32-32V192zM384 96H64c-17.7 0-32 14.3-32 32v32H416V128c0-17.7-14.3-32-32-32z"/></svg>
|
||||
19 hours ago
|
||||
</span>
|
||||
|
||||
</div>
|
||||
|
||||
{!! Str::limit(' Lorem ipsum dolor sit amet, consectetur adipisicing elit. Accusamus consequuntur cum cumque dicta eligendi et ex, fugiat id, incidunt iste iusto natus non provident quae veritatis vero vitae voluptas voluptate?
|
||||
', 280) !!}
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
<div class="card-footer text-end">
|
||||
<a class="btn btn-sm btn-ci" href="">
|
||||
Mehr lesen
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-chevron-right" viewBox="0 0 16 16">
|
||||
<path fill-rule="evenodd" d="M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z" />
|
||||
</svg>
|
||||
</a>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="col-12 col-md-4 mb-3">
|
||||
<div class="card shadow-sm h-100">
|
||||
<a href="" class="text-decoration-none">
|
||||
<img src="https://picsum.photos/600/400" class="img-fluid card-img-top">
|
||||
</a>
|
||||
|
||||
<div class="card-body">
|
||||
<h3 class="h5 mb-2">
|
||||
<a href="" class="text-decoration-none">
|
||||
Neuigkeit
|
||||
|
||||
</a>
|
||||
</h3>
|
||||
|
||||
<div class="text-muted small my-3">
|
||||
<span title="383.393.2029">
|
||||
<svg style="fill: currentColor;width:15px;margin-bottom: 5px;margin-right: 3px;}" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path d="M112 0c8.8 0 16 7.2 16 16V64H320V16c0-8.8 7.2-16 16-16s16 7.2 16 16V64h32c35.3 0 64 28.7 64 64v32 32V448c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64V192 160 128C0 92.7 28.7 64 64 64H96V16c0-8.8 7.2-16 16-16zM416 192H32V448c0 17.7 14.3 32 32 32H384c17.7 0 32-14.3 32-32V192zM384 96H64c-17.7 0-32 14.3-32 32v32H416V128c0-17.7-14.3-32-32-32z"/></svg>
|
||||
19 hours ago
|
||||
</span>
|
||||
|
||||
</div>
|
||||
|
||||
{!! Str::limit(' Lorem ipsum dolor sit amet, consectetur adipisicing elit. Accusamus consequuntur cum cumque dicta eligendi et ex, fugiat id, incidunt iste iusto natus non provident quae veritatis vero vitae voluptas voluptate?
|
||||
', 280) !!}
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
<div class="card-footer text-end">
|
||||
<a class="btn btn-sm btn-ci" href="">
|
||||
Mehr lesen
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-chevron-right" viewBox="0 0 16 16">
|
||||
<path fill-rule="evenodd" d="M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z" />
|
||||
</svg>
|
||||
</a>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="col-12 col-md-4 mb-3">
|
||||
<div class="card shadow-sm h-100">
|
||||
<a href="" class="text-decoration-none">
|
||||
<img src="https://picsum.photos/600/400" class="img-fluid card-img-top">
|
||||
</a>
|
||||
|
||||
<div class="card-body">
|
||||
<h3 class="h5 mb-2">
|
||||
<a href="" class="text-decoration-none">
|
||||
Neuigkeit
|
||||
|
||||
</a>
|
||||
</h3>
|
||||
|
||||
<div class="text-muted small my-3">
|
||||
<span title="383.393.2029">
|
||||
<svg style="fill: currentColor;width:15px;margin-bottom: 5px;margin-right: 3px;}" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path d="M112 0c8.8 0 16 7.2 16 16V64H320V16c0-8.8 7.2-16 16-16s16 7.2 16 16V64h32c35.3 0 64 28.7 64 64v32 32V448c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64V192 160 128C0 92.7 28.7 64 64 64H96V16c0-8.8 7.2-16 16-16zM416 192H32V448c0 17.7 14.3 32 32 32H384c17.7 0 32-14.3 32-32V192zM384 96H64c-17.7 0-32 14.3-32 32v32H416V128c0-17.7-14.3-32-32-32z"/></svg>
|
||||
19 hours ago
|
||||
</span>
|
||||
|
||||
</div>
|
||||
|
||||
{!! Str::limit(' Lorem ipsum dolor sit amet, consectetur adipisicing elit. Accusamus consequuntur cum cumque dicta eligendi et ex, fugiat id, incidunt iste iusto natus non provident quae veritatis vero vitae voluptas voluptate?
|
||||
', 280) !!}
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
<div class="card-footer text-end">
|
||||
<a class="btn btn-sm btn-ci" href="">
|
||||
Mehr lesen
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-chevron-right" viewBox="0 0 16 16">
|
||||
<path fill-rule="evenodd" d="M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z" />
|
||||
</svg>
|
||||
</a>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
|
|
@ -86,7 +86,7 @@ border: 1px solid rgba(252, 252, 252, 0.54);">
|
|||
|
||||
|
||||
|
||||
<section id="stellenangebote" class="d-none">
|
||||
<section id="stellenangebote">
|
||||
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
|
@ -109,14 +109,32 @@ border: 1px solid rgba(252, 252, 252, 0.54);">
|
|||
</thead>
|
||||
<tbody>
|
||||
|
||||
@foreach(filterByContentType("Jobs")->take(12) as $content)
|
||||
<tr>
|
||||
<td>{{ $content->updated_at->diffForHumans() }}</td>
|
||||
<td>{{$content->title}}</td>
|
||||
<td>92714 Pleystein</td>
|
||||
<td class="text-end"><a href="mailto:info@kurbad-pleystein.de" class="text-decoration-none">Jetzt bewerben <i class="fal fa-envelope"></i> </a> </td>
|
||||
</tr>
|
||||
@endforeach
|
||||
|
||||
|
||||
<tr>
|
||||
<td>vor 9 Monaten</td>
|
||||
<td>Programmierer(m/w/d)</td>
|
||||
<td>92714 Pleystein</td>
|
||||
<td class="text-end"><a href="mailto:info@kurbad-pleystein.de" class="text-decoration-none">Jetzt bewerben <i class="fal fa-envelope"></i> </a> </td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>vor 9 Monaten</td>
|
||||
<td>Programmierer(m/w/d)</td>
|
||||
<td>92714 Pleystein</td>
|
||||
<td class="text-end"><a href="mailto:info@kurbad-pleystein.de" class="text-decoration-none">Jetzt bewerben <i class="fal fa-envelope"></i> </a> </td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>vor 9 Monaten</td>
|
||||
<td>Programmierer(m/w/d)</td>
|
||||
<td>92714 Pleystein</td>
|
||||
<td class="text-end"><a href="mailto:info@kurbad-pleystein.de" class="text-decoration-none">Jetzt bewerben <i class="fal fa-envelope"></i> </a> </td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</tbody>
|
||||
</table>
|
||||
|
@ -169,7 +187,7 @@ border: 1px solid rgba(252, 252, 252, 0.54);">
|
|||
|
||||
|
||||
<p class="mt-4">
|
||||
<a href="mailto:{{$_legal_zip_code}}" class="text-decoration-none">{{$_legal_zip_code}}</a>
|
||||
<a href="mailto:{{config('settings.contact_email')}}" class="text-decoration-none">{{config('settings.contact_email')}}</a>
|
||||
</p>
|
||||
<br>
|
||||
<br>
|
||||
|
|
|
@ -127,6 +127,7 @@
|
|||
@include('template.'.config('settings.template').'.content.includes.footer')
|
||||
@include('template.'.config('settings.template').'.content.includes.scripts')
|
||||
<script src="https://cdn.jsdelivr.net/npm/js-cookie@3.0.1/dist/js.cookie.min.js"></script>
|
||||
<script src="https://unpkg.com/@lottiefiles/lottie-player@0.4.0/dist/lottie-player.js"></script>
|
||||
<script src="{{storage('js/cookies-consent.js')}}"></script>
|
||||
|
||||
<script src="{{storage('js/data.js')}}"></script>
|
||||
|
|
|
@ -38,7 +38,7 @@
|
|||
<br>
|
||||
Tel.: <a href="tel:{{$_telefonnummer}}">{{$_telefonnummer}}</a>
|
||||
<br>
|
||||
E-Mail: <a href="mailto:{{$_legal_zip_code}}">{{$_legal_zip_code}}</a>
|
||||
E-Mail: <a href="mailto:{{config('settings.contact_email')}}">{{config('settings.contact_email')}}</a>
|
||||
|
||||
<br>
|
||||
<br>
|
||||
|
|
|
@ -45,9 +45,13 @@
|
|||
|
||||
|
||||
<p class="mt-4">
|
||||
<a href="mailto:info@kurbad-pleystein.de" class="text-decoration-none"><span class="badge text-bg-danger" style="cursor: help" title="Variable is Missing">$_warenkorb_aktiv</span></a>
|
||||
<a href="mailto:{{config('settings.contact_email')}}" class="text-decoration-none">
|
||||
{{config('settings.contact_email')}}
|
||||
</a>
|
||||
</p>
|
||||
<br>
|
||||
|
||||
|
||||
<br>
|
||||
<br>
|
||||
|
||||
|
@ -68,9 +72,9 @@
|
|||
<p class="mt-4">
|
||||
<strong>{{$_legal_name}}</strong>
|
||||
<br>
|
||||
<span class="badge text-bg-danger" style="cursor: help" title="Variable is Missing">$_warenkorb_aktiv</span> <span class="badge text-bg-danger" style="cursor: help" title="Variable is Missing">$_warenkorb_aktiv</span>
|
||||
{{$_legal_address}}
|
||||
<br>
|
||||
<span class="badge text-bg-danger" style="cursor: help" title="Variable is Missing">$_warenkorb_aktiv</span> <span class="badge text-bg-danger" style="cursor: help" title="Variable is Missing">$_warenkorb_aktiv</span>
|
||||
{{$_legal_zip_code}} {{$_legal_city}}
|
||||
</p>
|
||||
|
||||
|
||||
|
|
|
@ -22,6 +22,9 @@
|
|||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue