remonon-partners/content/includes/footer.blade.php

94 lines
5.1 KiB
PHP

<footer style="background-color: #00296b;">
<style>
footer h4 {
color: #bae641;
}
footer a{
color: white;
}
</style>
<div class="">
<div class="container pb-5">
<div class="row">
<div class="col-12 col-md-3">
<h4 class="mb-2 fw-bold mt-5 mb-4 ">Regions</h4>
<ul class="ps-0">
<li class="list-unstyled mb-2"><a class="fs-5 text-decoration-none" href="{{url('/immobilien')}}">Grafenwöhr</a></li>
</ul>
</div>
<div class="col-12 col-md-3">
<h4 class="mb-2 fw-bold mt-5 mb-4 ">Branchen</h4>
<ul class="ps-0">
<li class="list-unstyled mb-2"><a class="fs-5 text-decoration-none" href="{{url('/')}}">Gastronomie</a></li>
</ul>
</div>
<div class="col-12 col-md-3">
<h4 class="mb-2 fw-bold mt-5 mb-4 ">Für Partner</h4>
<ul class="ps-0">
<li class="list-unstyled mb-2"><a class="fs-5 text-decoration-none" href="{{url('/kunden')}}">Ihre Vorteile</a></li>
<li class="list-unstyled mb-2"><a class="fs-5 text-decoration-none position-relative" href="{{url('/jobs')}}"> Partner werden </a></li>
</ul>
</div>
<div class="col-12 col-md-3 text-center">
<a href="{{url('/')}}">
<img src="https://remonon.com/wp-content/uploads/logo.svg" class="mt-4" width="300px;" alt="Remonon Partners">
</a>
<br>
<br>
<div class="row">
<div class="col">
<a href="">
<svg style="fill: #0a58ca; width:35px;" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path d="M504 256C504 119 393 8 256 8S8 119 8 256c0 123.78 90.69 226.38 209.25 245V327.69h-63V256h63v-54.64c0-62.15 37-96.48 93.67-96.48 27.14 0 55.52 4.84 55.52 4.84v61h-31.28c-30.8 0-40.41 19.12-40.41 38.73V256h68.78l-11 71.69h-57.78V501C413.31 482.38 504 379.78 504 256z"/></svg>
</a>
</div>
<div class="col">
<a href="">
<svg style="fill: #0a58ca; width:35px;" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path d="M504 256C504 119 393 8 256 8S8 119 8 256c0 123.78 90.69 226.38 209.25 245V327.69h-63V256h63v-54.64c0-62.15 37-96.48 93.67-96.48 27.14 0 55.52 4.84 55.52 4.84v61h-31.28c-30.8 0-40.41 19.12-40.41 38.73V256h68.78l-11 71.69h-57.78V501C413.31 482.38 504 379.78 504 256z"/></svg>
</a>
</div>
<div class="col">
<a href="">
<svg style="fill: #0a58ca; width:35px;" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path d="M504 256C504 119 393 8 256 8S8 119 8 256c0 123.78 90.69 226.38 209.25 245V327.69h-63V256h63v-54.64c0-62.15 37-96.48 93.67-96.48 27.14 0 55.52 4.84 55.52 4.84v61h-31.28c-30.8 0-40.41 19.12-40.41 38.73V256h68.78l-11 71.69h-57.78V501C413.31 482.38 504 379.78 504 256z"/></svg>
</a>
</div>
</div>
</div>
</div>
</div>
</div>
<div style=" background-color: #00296b">
<div class="container pt-2 pb-3">
<div class="row">
<div class="col-12 col-sm-6 text-md-start text-center mt-3">
Erstellt mit dem
<a href="https://www.areya.de/software/cms" class="text-decoration-none fw-bolder text-light">Areya CMS
<svg style="width: 11px; fill: currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!-- Font Awesome Pro 5.15.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) --><path d="M440,256H424a8,8,0,0,0-8,8V464a16,16,0,0,1-16,16H48a16,16,0,0,1-16-16V112A16,16,0,0,1,48,96H248a8,8,0,0,0,8-8V72a8,8,0,0,0-8-8H48A48,48,0,0,0,0,112V464a48,48,0,0,0,48,48H400a48,48,0,0,0,48-48V264A8,8,0,0,0,440,256ZM500,0,364,.34a12,12,0,0,0-12,12v10a12,12,0,0,0,12,12L454,34l.7.71L131.51,357.86a12,12,0,0,0,0,17l5.66,5.66a12,12,0,0,0,17,0L477.29,57.34l.71.7-.34,90a12,12,0,0,0,12,12h10a12,12,0,0,0,12-12L512,12A12,12,0,0,0,500,0Z"/></svg>
</a>
</div>
<div class="col-12 col-sm-6 text-md-end text-center mt-3">
<a href="{{url('/agb')}}" class="text-decoration-none text-light">AGB</a> |
<a href="{{url('/datenschutz')}}" class="text-decoration-none text-light">Datenschutz</a> |
<a href="{{url('/impressum')}}" class="text-decoration-none text-light">Impressum</a>
</div>
</div>
</div>
</div>
</footer>