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

90 lines
3.5 KiB
PHP

@extends('template.'.config('settings.template').'.content.master')
@section('content')
<div class="container">
<section class="header">
<img src="{{asset('template/images/header-kontakt.jpg')}}" alt="" style="width: 100%">
</section>
</div>
<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">
<div class="col-12 col-md-6">
<div>
Pflegeheim Pleystein GmbH <br/>
Wohnen am Kreuzberg<br/>
Vohenstraußer Straße 7<br/>
92714 Pleystein<br/>
Tel.: <a href="tel:+49965492230" class="ci-link">09654 92230</a> <br/>
Fax: 09654 9223-30
<br/> Mail: <a href="mailto:wohnen-am-kreuzberg@t-online.de" class="ci-link">wohnen-am-kreuzberg@t-online.de</a>
<br>
<br>
<br>
</div>
</div>
</div>
<div>
<div class="row">
<div class="col">
<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>
@stop