Added 'powered by' logos

This commit is contained in:
Lukas Schulz 2021-03-24 19:02:17 +01:00
parent 518e852241
commit 745bc66b7e
3 changed files with 14 additions and 5 deletions

BIN
images/Cogrowing_logo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 133 KiB

BIN
images/hacc_logo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

View file

@ -130,11 +130,18 @@
align-items: center; align-items: center;
justify-content: center; justify-content: center;
} }
.foerderhinweis { .footer_hinweise {
display: flex; display: flex;
align-items: center; align-items: center;
justify-content: center; justify-content: center;
} }
.footer_hinweise > img {
margin-left: 20px;
margin-right: 20px;
}
.footer_hinweise > img:hover {
cursor: pointer;
}
.footer-links { .footer-links {
font-family: "PT Sans",-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif; font-family: "PT Sans",-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif;
font-weight: lighter; font-weight: lighter;
@ -218,7 +225,7 @@
height: 80px; height: 80px;
} }
.foerderhinweis .image { .footer_hinweise .image {
height: 80px; height: 80px;
} }
.mobile_logo { .mobile_logo {
@ -296,7 +303,7 @@
width: 900px; width: 900px;
height: 500px; height: 500px;
} }
.foerderhinweis .image { .footer_hinweise .image {
height: 120px; height: 120px;
} }
} }
@ -493,7 +500,7 @@
<div class="kontakt"> <div class="kontakt">
<h1 class="ueberschrift">KONTAKT</h1> <h1 class="ueberschrift">KONTAKT</h1>
<p> <p>
Wenn Sie weitere Fragen oder Anmerkungen zur Plattform haben, können Sie über info@knotenpunkt-alpen.de Kontakt zu uns aufnehmen. Wenn Sie weitere Fragen oder Anmerkungen zur Plattform haben, können Sie über info@knotenpunkt-alpen.de Kontakt zu uns aufnehmen.
</p> </p>
<div class="buttons spacing"> <div class="buttons spacing">
<button class="white_btn" onclick="window.location.href='mailto:info@knotenpunkt-alpen.de'">Kontakt</button> <button class="white_btn" onclick="window.location.href='mailto:info@knotenpunkt-alpen.de'">Kontakt</button>
@ -520,8 +527,10 @@
</div> </div>
</div> </div>
<footer class="content" style="z-index: 200"> <footer class="content" style="z-index: 200">
<div class="foerderhinweis"> <div class="footer_hinweise">
<img class="image" src="images/hacc_logo.png" onclick="window.location.href='https://hacc.earth/'"></img>
<img class="image" src="images/foerderhinweis.png" onclick="window.location.href='https://www.stmuv.bayern.de/'"></img> <img class="image" src="images/foerderhinweis.png" onclick="window.location.href='https://www.stmuv.bayern.de/'"></img>
<img class="image" src="images/cogrowing_logo.png" onclick="window.location.href='https://cogrowing.io/'"></img>
</div> </div>
<div class="footer-links"> <div class="footer-links">
<a href="https://knotenpunkt-alpen.de/about/impressum.html">Impressum</a> <a href="https://knotenpunkt-alpen.de/about/impressum.html">Impressum</a>