Skip to content
Snippets Groups Projects
Commit b7e40605 authored by Dominik Hebeler's avatar Dominik Hebeler
Browse files

Merge branch 'Sponsorenlinks' into 'development'

Sponsorenlinks

See merge request !1107
parents 14c5bda1 7ddb015b
No related branches found
No related tags found
1 merge request!1365Resolve "Filter Options for MetaGer"
...@@ -29,7 +29,7 @@ return [ ...@@ -29,7 +29,7 @@ return [
'sponsors.head.2' => 'Sponsoren', 'sponsors.head.2' => 'Sponsoren',
'sponsors.woxikon' => '<a href="http://www.tagesgeld.jetzt" class="mutelink" target="_blank" rel="noopener">Tagesgeld jetzt!</a>', 'sponsors.woxikon' => '<a href="http://www.tagesgeld.jetzt" class="mutelink" target="_blank" rel="noopener">Tagesgeld jetzt!</a>',
'sponsors.gutscheine' => '<a href="http://www.gutschein-magazin.de/" class="mutelink" target="_blank" rel="noopener">Aktuelle Gutscheine auf Gutschein-Magazin.de</a>', 'sponsors.gutscheine' => '<a href="http://www.gutschein-magazin.de/" class="mutelink" target="_blank" rel="noopener">Aktuelle Gutscheine auf Gutschein-Magazin.de</a>',
'sponsors.kredite' => '<a href="https://www.finanzcheck.de/" class="mutelink" target="_blank" rel="noopener">Günstige Kredite auf FINANZCHECK.de vergleichen</a>', 'sponsors.seo' => '<a href="https://www.semtrix.de/suchmaschinenoptimierung/" class="mutelink" target="_blank" rel="noopener">Suchmaschinenoptimierung </a>',
'about.title' => 'Über uns', 'about.title' => 'Über uns',
'about.1.1' => '<a href="/datenschutz">Datenschutz & Privatsphäre</a> sind bei uns einfach & selbstverständlich.', 'about.1.1' => '<a href="/datenschutz">Datenschutz & Privatsphäre</a> sind bei uns einfach & selbstverständlich.',
......
...@@ -5,6 +5,25 @@ ...@@ -5,6 +5,25 @@
@section('content') @section('content')
<div class="alert alert-warning" role="alert">{!! trans('hilfe.achtung') !!}</div> <div class="alert alert-warning" role="alert">{!! trans('hilfe.achtung') !!}</div>
<h1>{!! trans('hilfe.title') !!}</h1> <h1>{!! trans('hilfe.title') !!}</h1>
@if (LaravelLocalization::getCurrentLocale() == "de")
<!-- Vorrübergehend direkt integriert, da dieser Sponsor nicht ewig auf dieser Seite bleibt -->
<style>
#sponsor{
color: #808080;
}
#sponsor > a {
color: #808080;
}
#sponsor > a:hover {
color: red!important;
text-decoration: underline;
}
</style>
<div id="sponsor">
<span>Sponsor: </span>
<a target="_blank" rel="noopener" class="" href="https://www.luis.eu/shop/de/">Überwachungskamera, IP Kamera, Straßenbeleuchtung und Videosprechanlage von luis energy</a>
</div>
@endif
<h2>{!! trans('hilfe.einstellungen') !!}</h2> <h2>{!! trans('hilfe.einstellungen') !!}</h2>
<div class="panel panel-default"> <div class="panel panel-default">
<div class="panel-heading"> <div class="panel-heading">
......
...@@ -329,8 +329,8 @@ ...@@ -329,8 +329,8 @@
<h2>{{ trans('index.sponsors.head.2') }}</h2> <h2>{{ trans('index.sponsors.head.2') }}</h2>
<ul class="startpage"> <ul class="startpage">
<li>{!! trans('index.sponsors.woxikon') !!}</li> <li>{!! trans('index.sponsors.woxikon') !!}</li>
<li>{!! trans('index.sponsors.seo') !!}</li>
<li>{!! trans('index.sponsors.gutscheine') !!}</li> <li>{!! trans('index.sponsors.gutscheine') !!}</li>
<li>{!! trans('index.sponsors.kredite') !!}</li>
</ul> </ul>
</div> </div>
<div id="about-us" class="col-sm-6"> <div id="about-us" class="col-sm-6">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment