scammo init

This commit is contained in:
scammo 2021-03-09 18:37:03 +01:00
parent efad88df71
commit 4fc48a1323
2 changed files with 15 additions and 4 deletions

View File

@ -27,6 +27,7 @@
--wtf-dark-grey: #202020;
--wtf-grey: #666;
--wtf-mid-grey: #acacac; /* Nicht im swag-Repo */
--wtf-footer-grey: #344b5d;
/*--wtf-light-grey: #f2f2f2;*/
--wtf-light-grey: #edefeb;
--wtf-lila: #6600ff;
@ -609,7 +610,8 @@ hr.-even {
/* footer - Start */
footer {
background-color: var(--wtf-orange);
margin-top: 2px;
background-color: var(--wtf-footer-grey);
padding: 3% 5%;
display: flex;
flex-direction: row;

View File

@ -77,7 +77,8 @@ __ ____________________
<div class="footer__wrapper">
<ul class="footer__nav">
<li class="footer__navitem">
© 2021 WTF Koopertive eG
folge uns auf:
</li>
<!--
<li class="footer__navitem">
@ -85,10 +86,18 @@ __ ____________________
</li>
-->
<li class="footer__navitem">
<a class="footer__navlink" href="{{ '/impressum'|url }}">Impressum</a>
WTF Kooperative eG
Forsmannstr. 14b
22303 Hamburg
info@wtf-eg.de
Registergericht: AG Hamburg
Registernummer: GnR 1113
</li>
<li class="footer__navitem">
<a class="footer__navlink" href="{{ '/datenschutz'|url }}">Datenschutzerklärung</a>
<a class="footer__navlink" href="{{ '/impressum'|url }}">Impressum</a> | <a class="footer__navlink" href="{{ '/datenschutz'|url }}">Datenschutzerklärung</a>
© 2021 WTF Koopertive eG
</li>
</ul>
</div>