kreuzberg-theme/content/pages/kontakt.blade.php

92 lines
3.5 KiB
PHP
Raw Normal View History

2021-05-10 05:46:58 +00:00
@extends('template.'.config('settings.template').'.content.master')
2020-09-24 11:10:24 +00:00
@section('content')
2021-12-15 12:12:02 +00:00
<div class="container">
<section class="header">
<img src="{{asset('template/images/header-kontakt.jpg')}}" alt="" style="width: 100%">
</section>
</div>
2020-09-24 11:10:24 +00:00
<section class="article">
<div class="container">
<div class="row">
<div class="col">
<div class="wrapper__title">
<h2>WIR SIND JEDERZEIT FÜR SIE ERREICHBAR</h2>
</div>
</div>
</div>
<div class="row">
2020-09-29 09:55:23 +00:00
<div class="col-12 col-md-6">
2021-12-15 12:12:02 +00:00
<div>
2020-09-24 11:10:24 +00:00
Pflegeheim Pleystein GmbH <br/>
Wohnen am Kreuzberg<br/>
Vohenstraußer Straße 7<br/>
92714 Pleystein<br/>
2021-12-27 10:59:01 +00:00
Tel.: <a href="tel:+49965492230">09654 92230</a> <br/>
Fax: 09654 9223-30
2020-09-29 09:55:23 +00:00
<br/> Mail: wohnen-am-kreuzberg@t-online.de
<br>
<br>
<br>
2020-09-24 11:10:24 +00:00
</div>
</div>
2021-12-15 12:12:02 +00:00
2020-09-24 11:10:24 +00:00
</div>
<div>
<div class="row">
2021-12-15 12:12:02 +00:00
<div class="col">
2020-09-24 11:10:24 +00:00
<div class="wrapper__information--text">
<p>ANSPRECHAPTNER</p>
</div>
<div class="wrapper__information--content">
<div class="wrapper__information--title">
GESCHÄFTSFÜHRUNG UND HEIMLEITUNG
</div>
<div class="wrapper__information--names">
<span>
Manfred Voit<br/>
</span>
<span>
Dr. Hans Kirschsieper<br/>
</span>
</div>
</div>
<div class="wrapper__information--content">
<div class="wrapper__information--title">
PFLEGEDIENSTLEITUNG
</div>
<div class="wrapper__information--names">
<span>
Andrea Neuber
</span>
</div>
</div>
<div class="wrapper__information--content">
<div class="wrapper__information--title">
BEREICHSLEITUNGEN
</div>
<div class="wrapper__information--names">
<span>
Simona Kleiner<br/>
</span>
<span>
P. Schmidt-Moll<br/>
</span>
</div>
</div>
</div>
<div class="col"></div>
</div>
</div>
</div>
</section>
<section class="map section__remove__margin">
<div id="map" style="width:100%; height:349px"></div>
</section>
@stop