Skip to content
Snippets Groups Projects
Commit 9b9eda3f authored by Phil Höfer's avatar Phil Höfer
Browse files

Merge branch '751-startseiten-links-und-sprachsnippets-anpassen' into 'development'

Resolve "Startseiten-Links und Sprachsnippets anpassen"

Closes #751

See merge request !1253
parents cdc02032 329bacbc
No related branches found
No related tags found
1 merge request!1365Resolve "Filter Options for MetaGer"
...@@ -97,6 +97,9 @@ p { ...@@ -97,6 +97,9 @@ p {
text-align: center; text-align: center;
} }
a {
font-size: 100%;
}
/* Logo */ /* Logo */
.logo { .logo {
......
File moved
...@@ -26,10 +26,10 @@ return [ ...@@ -26,10 +26,10 @@ return [
"focus-creator.focusname" => "Focus:", "focus-creator.focusname" => "Focus:",
"sponsors.head.1" => "Further Information", "sponsors.head.1" => "Further Information",
"sponsors.head.2" => "Protect Yourself", "sponsors.head.2" => "Sponsors",
"sponsors.woxikon" => "Use MetaGer against Snoopers:", 'sponsors.woxikon' => 'Tagesgeld jetzt!',
"sponsors.seo" => "Click results by \"open anonymously\"", 'sponsors.gutscheine' => 'Aktuelle Gutscheine auf Gutschein-Magazin.de',
"sponsors.gutscheine" => "and you are fully protected.", 'sponsors.seo' => 'Suchmaschinenoptimierung',
"about.title" => "About Us", "about.title" => "About Us",
"about.1.1" => "We provide <a href=\"/en/datenschutz\">privacy & data protection.</a>", "about.1.1" => "We provide <a href=\"/en/datenschutz\">privacy & data protection.</a>",
......
...@@ -9,7 +9,7 @@ ...@@ -9,7 +9,7 @@
</h1> </h1>
@include('parts.searchbar', ['class' => 'startpage-searchbar']) @include('parts.searchbar', ['class' => 'startpage-searchbar'])
<div id="show-plugin-modal"> <div id="show-plugin-modal">
<label for="plugin-modal-checkbox" role="button" class="btn btn-default open-plugin-modal" title="{{ trans('index.plugin.open-modal.title') }}"><i class="fa fa-plug" aria-hidden="true"></i> {{ trans('index.plugin.open-modal') }}</a> <label for="plugin-modal-checkbox" role="button" class="btn btn-default open-plugin-modal" title="{{ trans('index.plugin.open-modal.title') }}"><i class="fa fa-plug" aria-hidden="true"></i> {{ trans('index.plugin.open-modal') }}</label>
</div> </div>
<script type="text/javascript" src="{{ mix('js/scriptStartPage.js') }}"></script> <script type="text/javascript" src="{{ mix('js/scriptStartPage.js') }}"></script>
<script type="text/javascript" src="{{ mix('js/searchbar.js') }}"></script> <script type="text/javascript" src="{{ mix('js/searchbar.js') }}"></script>
......
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