move legal links

This commit is contained in:
2026-05-01 09:57:06 +02:00
parent 8cc142e5a1
commit 9832565fbb
+14 -2
View File
@@ -121,6 +121,16 @@
.definition .description { .definition .description {
text-align: justify; text-align: justify;
} }
.legal {
margin-top: 2.5em;
padding-top: 1em;
border-top: 1px solid #d6dde3;
font-size: 14px;
color: #444;
}
.legal a {
margin-right: 1em;
}
@media(max-width: 700px) { @media(max-width: 700px) {
.broken-up { .broken-up {
display: block; display: block;
@@ -167,8 +177,6 @@
<li><a href="https://blog.veitheller.de">Blog</a></li> <li><a href="https://blog.veitheller.de">Blog</a></li>
<li><a href="https://veitheller.de/talks.html">Talks & Publications</a></li> <li><a href="https://veitheller.de/talks.html">Talks & Publications</a></li>
<li><a href="https://veitheller.de/static/resume.pdf">CV</a></li> <li><a href="https://veitheller.de/static/resume.pdf">CV</a></li>
<li><a href="./imprint.html">Imprint</a></li>
<li><a href="./gdpr_notice.html">GDPR Notice</a></li>
</ul> </ul>
<p> <p>
Nice to meet you! Im Veit, an independent technologist in Erlangen. I help Nice to meet you! Im Veit, an independent technologist in Erlangen. I help
@@ -319,6 +327,10 @@
invitation</a>! invitation</a>!
</p> </p>
</details> </details>
<footer class="legal">
<a href="./imprint.html">Imprint</a>
<a href="./gdpr_notice.html">GDPR Notice</a>
</footer>
</div> </div>
<script> <script>
// convenience for your linking pleasure. sorry for the hack. // convenience for your linking pleasure. sorry for the hack.