added footer

Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
This commit is contained in:
2025-01-07 22:41:36 +01:00
parent 85d8e40aaf
commit c7d899a42a
3 changed files with 21 additions and 2 deletions

View File

@@ -34,4 +34,9 @@ div{
.start {
background: #a00;
color: black;
}
footer span{
border-color: red;
background: rgba(0,0,0,0.7);
}

View File

@@ -13,8 +13,7 @@
<h3>Shortcuts</h3>
<ul>
<li><a href="?">Home</a></li>
<li>Events in Jena</li>
<li>altes Forum</li>
<li><a href="?tags=Jena">Events in Jena</a></li>
</ul>
<h3>Genres</h3>
<ul>
@@ -176,6 +175,8 @@
</p>
</div>
</main>
<footer>
<span>Diese Seite wird betrieben durch SRSoftware • Inhaber: Stephan Richter • Burgwitz 4 • 07806 Kospoda • <a href="https://srsoftware.de">srsoftware.de</a></span></footer>
<script>
document.addEventListener("DOMContentLoaded", load);
</script>

View File

@@ -93,4 +93,17 @@ div#eventlist{
#veranstalterinfos,
#wassolldas{
max-height: unset;
}
footer{
display: block;
position: fixed;
text-align: center;
bottom: 0;
width: 100%;
}
footer span{
border-style: solid;
border-width: 1px 0 0 0;
}