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

Style auf der englischen Startseite geändert

parent e6578efc
No related branches found
No related tags found
1 merge request!1365Resolve "Filter Options for MetaGer"
......@@ -148,4 +148,8 @@
Route::get('qt', 'MetaGerSearch@quicktips');
Route::get('tips', 'MetaGerSearch@tips');
Route::get('opensearch.xml', 'StartpageController@loadPlugin');
Route::get('owi', function()
{
return redirect('https://metager.de/klassik/en/owi/');
});
});
......@@ -300,6 +300,7 @@ a:hover
}
.result:not(.ad) .link > span{
white-space:nowrap;
margin: 0 5px;
}
.result:not(.ad) .link .options{
color: #333;
......@@ -312,7 +313,7 @@ a:hover
color: #333;
display:block;
padding-left:5px;
padding-right:10px;
padding-right:5px;
}
.result:not(.ad) .link .options > a > span{
font-size:10px;
......
......@@ -16,9 +16,9 @@ return [
'sponsors.head.1' => 'Weitere Informationen',
'sponsors.head.2' => 'Sponsoren',
'sponsors.woxikon' => 'Woxikon: Nach Wörtern & Synonymen suchen',
'sponsors.gutscheine' => 'Aktuelle Gutscheine auf Gutschein-Magazin.de',
'sponsors.kredite' => 'Günstige Kredite auf FINANZCHECK.de vergleichen ',
'sponsors.woxikon' => '<a href="http://www.woxikon.de/" class="mutelink" target="_blank">Woxikon: Nach Wörtern & Synonymen suchen</a>',
'sponsors.gutscheine' => '<a href="http://www.gutschein-magazin.de/" class="mutelink" target="_blank">Aktuelle Gutscheine auf Gutschein-Magazin.de</a>',
'sponsors.kredite' => '<a href="https://www.finanzcheck.de/" class="mutelink" target="_blank">Günstige Kredite auf FINANZCHECK.de vergleichen ',
'about.title' => 'Über uns',
'about.1.1' => 'Datenschutz & Privatsphäre',
......
......@@ -13,12 +13,12 @@ return [
'plugin' => 'Add the MetaGer-Plugin',
'sponsors.head.1' => 'Further Information',
'sponsors.head.2' => '',
'sponsors.woxikon' => '',
'sponsors.gutscheine' => '',
'sponsors.kredite' => '',
'sponsors.head.2' => 'Sponsored Links',
'sponsors.woxikon' => '<a href="/en/kontakt" class="mutelink" >This could be your link</a>',
'sponsors.gutscheine' => '<a href="/en/kontakt" class="mutelink" >Please contact us</a>',
'sponsors.kredite' => '<a href="/en/kontakt" class="mutelink">https://metager.de/kontakt</a>',
'about.title' => 'About us',
'about.title' => 'About Us',
'about.1.1' => 'Data protection & privacy',
'about.1.2' => ' are simple and natural for us.',
'about.2.1' => 'We do not work for profit. We are a ',
......
......@@ -8,7 +8,7 @@ return [
'nav5' => 'Contact',
'nav6' => 'Team',
'nav7' => 'About us',
'nav8' => 'Site Notice',
'nav8' => 'Imprint',
'nav9' => 'Help',
'nav10' => 'Widget',
'nav11' => 'Associator',
......
......@@ -204,13 +204,13 @@
<h2>{{ trans('index.sponsors.head.2') }}</h2>
<ul>
<li>
<a href="http://www.woxikon.de/" class="mutelink" target="_blank">{{ trans('index.sponsors.woxikon') }}</a>
{!! trans('index.sponsors.woxikon') !!}</a>
</li>
<li>
<a href="http://www.gutschein-magazin.de/" class="mutelink" target="_blank">{{ trans('index.sponsors.gutscheine') }}</a>
{!! trans('index.sponsors.gutscheine') !!}
</li>
<li>
<a href="https://www.finanzcheck.de/" class="mutelink" target="_blank">{{ trans('index.sponsors.kredite') }}</a>
{!! trans('index.sponsors.kredite') !!}
</li>
</ul>
</div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment