Skip to content
Snippets Groups Projects
Commit 2a765f26 authored by Aria Givi's avatar Aria Givi
Browse files

'Über uns' vom Spendenteil in die bereits vorhandene 'Über uns' Seite integriert

parent 0eba8b57
No related branches found
No related tags found
3 merge requests!990Development,!987Development,!981Resolve "Umgestaltung der Spenden Seite"
...@@ -390,10 +390,10 @@ div#bottom label::after { ...@@ -390,10 +390,10 @@ div#bottom label::after {
div#expand { div#expand {
max-height: 0px; max-height: 0px;
overflow: hidden; overflow: hidden;
-webkit-transition: max-height 0.2s; -webkit-transition: max-height 0.5s;
-moz-transition: max-height 0.2s; -moz-transition: max-height 0.5s;
-o-transition: max-height 0.2s; -o-transition: max-height 0.5s;
transition: max-height 0.2s; transition: max-height 0.5s;
} }
input#toggle:checked ~ #expand { input#toggle:checked ~ #expand {
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
return [ return [
'headline.1' => 'Ihre Spende für SUMA-EV und MetaGer', 'headline.1' => 'Ihre Spende für SUMA-EV und MetaGer',
'headline.2' => 'Helfen Sie mit, dass freie Suchmaschinen im Internet frei bleiben. Das digitale Wissen der Welt muss ohne Bevormundung durch Staaten oder Konzerne frei zugänglich sein und bleiben.', 'headline.2' => 'Helfen Sie mit, dass freie Suchmaschinen im Internet frei bleiben. Das digitale Wissen der Welt muss ohne Bevormundung durch Staaten oder Konzerne frei zugänglich sein und bleiben. Für mehr Informationen über uns und wofür wir stehen klicken Sie <a href="https://metager.de/about" rel="noopener" target=_blank>hier</a>.',
'bankinfo.1' => 'Durch eine Überweisung', 'bankinfo.1' => 'Durch eine Überweisung',
'bankinfo.2' => 'SUMA-EV 'bankinfo.2' => 'SUMA-EV
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
return [ return [
"headline.1" => "Your Donation for MetaGer to SUMA-EV", "headline.1" => "Your Donation for MetaGer to SUMA-EV",
"headline.2" => "Please help to keep free and open search engines free and open on the Internet. The digital knowledge of the world must stay free from surveillance and control by governments or companies and must be publicly accessible to everyone.", "headline.2" => 'Please help to keep free and open search engines free and open on the Internet. The digital knowledge of the world must stay free from surveillance and control by governments or companies and must be publicly accessible to everyone. Click <a href="https://metager.de/about" rel="noopener" target=_blank>here</a> for more information about us.',
"bankinfo.1" => "By bank transfer", "bankinfo.1" => "By bank transfer",
"bankinfo.2" => "SUMA-EV\r\nIBAN: DE64 4306 0967 4075 0332 01\r\nBIC: GENODEM1GLS\r\n(Account-No.: 4075 0332 01, Bank Code: 43060967)\r\nGLS Gemeinschaftsbank, Bochum", "bankinfo.2" => "SUMA-EV\r\nIBAN: DE64 4306 0967 4075 0332 01\r\nBIC: GENODEM1GLS\r\n(Account-No.: 4075 0332 01, Bank Code: 43060967)\r\nGLS Gemeinschaftsbank, Bochum",
"bankinfo.3" => "If you wish to receive a donation receipt,\r\nplease specify your full adress and (if available)\r\nyour E-Mail adress on the money transfer form.", "bankinfo.3" => "If you wish to receive a donation receipt,\r\nplease specify your full adress and (if available)\r\nyour E-Mail adress on the money transfer form.",
......
...@@ -4,6 +4,8 @@ ...@@ -4,6 +4,8 @@
@section('content') @section('content')
<h1>{{ trans('about.head.1') }}</h1> <h1>{{ trans('about.head.1') }}</h1>
<h2>Wer sind wir?</h2>
<p>{!! trans('spende.about.2') !!}</p>
<h2>{{ trans('about.head.3') }}</h2> <h2>{{ trans('about.head.3') }}</h2>
{!! trans('about.3.0') !!} {!! trans('about.3.0') !!}
<ul class="dotlist"> <ul class="dotlist">
...@@ -25,4 +27,21 @@ ...@@ -25,4 +27,21 @@
<li>{!! trans('about.list.6') !!}</li> <li>{!! trans('about.list.6') !!}</li>
<li>{!! trans('about.list.7') !!}</li> <li>{!! trans('about.list.7') !!}</li>
</ul> </ul>
<h2>Wie kann ich MetaGer bzw. den SUMA-EV unterstützen?</h2>
<ul class="dotlist">
<li><p>{!! trans('spende.about.3') !!}</p></li>
<li><p>{!! trans('spende.about.4') !!}</p></li>
<li><p>{!! trans('spende.about.5') !!}</p></li>
</ul>
<!--
<div id="bottom">
<input id="toggle" type="checkbox" checked>
<label for="toggle">{!! trans('spende.about.1') !!}</label>
<div id="expand" >
<p>{!! trans('spende.about.3') !!}</p>
<p>{!! trans('spende.about.4') !!}</p>
<p>{!! trans('spende.about.5') !!}</p>
</div>
</div>
-->
@endsection @endsection
...@@ -75,15 +75,5 @@ ...@@ -75,15 +75,5 @@
</div> </div>
<p>{!! trans('spende.lastschrift.10') !!}</p> <p>{!! trans('spende.lastschrift.10') !!}</p>
<hr> <hr>
<div id="bottom">
<input id="toggle" type="checkbox" checked>
<label for="toggle">{!! trans('spende.about.1') !!}</label>
<div id="expand" >
<p>{!! trans('spende.about.2') !!}</p>
<p>{!! trans('spende.about.3') !!}</p>
<p>{!! trans('spende.about.4') !!}</p>
<p>{!! trans('spende.about.5') !!}</p>
</div>
</div>
<div class="clearfix"></div> <div class="clearfix"></div>
@endsection @endsection
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