updated footer
This commit is contained in:
parent
c4a5347f71
commit
b681d7e3f0
1 changed files with 33 additions and 8 deletions
|
@ -130,11 +130,29 @@
|
||||||
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_box {
|
||||||
|
justify-content: center;
|
||||||
|
align-items: center;
|
||||||
|
margin-bottom: 30px;
|
||||||
|
}
|
||||||
|
.footer_box > h3 {
|
||||||
|
color: white;
|
||||||
|
display: flex;
|
||||||
|
justify-content: center;
|
||||||
|
align-items: center;
|
||||||
|
}
|
||||||
.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 +236,7 @@
|
||||||
height: 80px;
|
height: 80px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.foerderhinweis .image {
|
.footer_hinweise .image {
|
||||||
height: 80px;
|
height: 80px;
|
||||||
}
|
}
|
||||||
.mobile_logo {
|
.mobile_logo {
|
||||||
|
@ -296,7 +314,7 @@
|
||||||
width: 900px;
|
width: 900px;
|
||||||
height: 500px;
|
height: 500px;
|
||||||
}
|
}
|
||||||
.foerderhinweis .image {
|
.footer_hinweise .image {
|
||||||
height: 120px;
|
height: 120px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -487,12 +505,19 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<footer class="content" style="z-index: 200">
|
<footer class="content" style="z-index: 200">
|
||||||
<div class="foerderhinweis">
|
<div class="footer_box">
|
||||||
<img class="image" src="images/foerderhinweis.png"></img>
|
<h3>powered by...</h3>
|
||||||
</div>
|
<div class="footer_hinweise">
|
||||||
<div class="footer-links">
|
<img class="image" src="images/hacc_logo.png" onclick="window.location.href='https://hacc.earth/'"></img>
|
||||||
<a href="https://knotenpunkt-alpen.de/about/impressum.html">Impressum</a>
|
<img class="image" src="images/Cogrowing_logo.png" onclick="window.location.href='https://cogrowing.io/'"></img>
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="footer_hinweise">
|
||||||
|
<img class="image" src="images/foerderhinweis.png" onclick="window.location.href='https://www.stmuv.bayern.de/'"></img>
|
||||||
|
</div>
|
||||||
|
<div class="footer-links">
|
||||||
|
<a href="https://knotenpunkt-alpen.de/about/impressum.html">Impressum</a>
|
||||||
|
</div>
|
||||||
</footer>
|
</footer>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
Loading…
Reference in a new issue