Skip to content
Snippets Groups Projects
Commit eab45ea3 authored by Karl Hasselbring's avatar Karl Hasselbring
Browse files

Spendenaufruf an neues Design angepasst

parent 58057577
No related branches found
No related tags found
4 merge requests!1262WIP: Resolve "Spendenseite Texte anpassen",!1207WIP: Resolve "Rechtschreibfehler",!1198Meta ger redesign,!1131Meta ger redesign
...@@ -366,4 +366,4 @@ a { ...@@ -366,4 +366,4 @@ a {
padding-left: 50px; padding-left: 50px;
width: @quicktip-width; width: @quicktip-width;
} }
} }
\ No newline at end of file
...@@ -107,4 +107,8 @@ ...@@ -107,4 +107,8 @@
a:hover { a:hover {
text-decoration: underline; text-decoration: underline;
} }
} }
\ No newline at end of file
#spendenaufruf {
margin-bottom: 50px;
}
...@@ -39,13 +39,17 @@ ...@@ -39,13 +39,17 @@
@include('parts.sidebar', ['id' => 'staticPagesSideBar']) @include('parts.sidebar', ['id' => 'staticPagesSideBar'])
<div class="wrapper"> <div class="wrapper">
@if(LaravelLocalization::getCurrentLocale() == "de" && strpos(url()->current(), '/beitritt') === false && strpos(url()->current(), '/spendenaufruf') === false) @if(LaravelLocalization::getCurrentLocale() == "de" && strpos(url()->current(), '/beitritt') === false && strpos(url()->current(), '/spendenaufruf') === false)
<div style="text-align: center;"><a href="/spendenaufruf" target="_blank" style=" <div id="spendenaufruf" style="text-align: center;">
background-color: white; <a href="/spendenaufruf" target="_blank" style="
display: inline-block; background-color: white;
width: 100%; display: inline-block;
max-width: 770px; width: 100%;
margin-bottom: 10px; max-width: 770px;
"><img src="/img/aufruf.png" alt="Spendenaufruf SuMa eV" width="100%"></a></div> margin-bottom: 10px;
">
<img src="/img/aufruf.png" alt="Spendenaufruf SuMa eV" width="100%">
</a>
</div>
@endif @endif
<main class="mg-panel container"> <main class="mg-panel container">
@if (isset($success)) @if (isset($success))
......
...@@ -24,18 +24,14 @@ ...@@ -24,18 +24,14 @@
<main id="results"> <main id="results">
{{-- Show initial products or ads --}} {{-- Show initial products or ads --}}
@if(!$apiAuthorized && !$metager->validated && LaravelLocalization::getCurrentLocale() == "de" && strpos(url()->current(), '/beitritt') === false && strpos(url()->current(), '/spendenaufruf') === false) @if(!$apiAuthorized && !$metager->validated && LaravelLocalization::getCurrentLocale() == "de" && strpos(url()->current(), '/beitritt') === false && strpos(url()->current(), '/spendenaufruf') === false)
<div class="row" style="margin-bottom: 10px"> <div id="spendenaufruf" style="margin-bottom: 10px">
<div class="col-sm-1">
</div>
<div class="col-sm-10">
<a href="/spendenaufruf" target="_blank" style=" <a href="/spendenaufruf" target="_blank" style="
background-color: white; background-color: white;
display: inline-block; display: inline-block;
width: 100%; width: 100%;
"> ">
<img src="/img/aufruf.png" alt="Spendenaufruf SuMa eV" width="100%"> <img src="/img/aufruf.png" alt="Spendenaufruf SuMa eV" width="100%">
</a> </a>
</div>
</div> </div>
@endif @endif
@if($metager->hasProducts()) @if($metager->hasProducts())
......
...@@ -20,10 +20,7 @@ ...@@ -20,10 +20,7 @@
@endif @endif
<div id="results"> <div id="results">
@if(!$apiAuthorized && !$metager->validated && LaravelLocalization::getCurrentLocale() == "de" && strpos(url()->current(), '/beitritt') === false && strpos(url()->current(), '/spendenaufruf') === false) @if(!$apiAuthorized && !$metager->validated && LaravelLocalization::getCurrentLocale() == "de" && strpos(url()->current(), '/beitritt') === false && strpos(url()->current(), '/spendenaufruf') === false)
<div class="row" style="margin-bottom: 10px"> <div id="spendenaufruf" style="margin-bottom: 10px">
<div class="col-sm-1">
</div>
<div class="col-sm-10">
<a href="/spendenaufruf" target="_blank" style=" <a href="/spendenaufruf" target="_blank" style="
background-color: white; background-color: white;
display: inline-block; display: inline-block;
...@@ -31,7 +28,6 @@ ...@@ -31,7 +28,6 @@
"> ">
<img src="/img/aufruf.png" alt="Spendenaufruf SuMa eV" width="100%"> <img src="/img/aufruf.png" alt="Spendenaufruf SuMa eV" width="100%">
</a> </a>
</div>
</div> </div>
@endif @endif
{{-- Show initial products or a {{-- Show initial products or a
......
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