Added link to site source in the footer; some minor improvements

This commit is contained in:
BlueFox 2025-02-23 18:16:00 +01:00
parent 5bf02069c0
commit cc49eb4967
Signed by: BlueFox
GPG Key ID: 327233DA85435270
2 changed files with 35 additions and 20 deletions

View File

@ -34,7 +34,7 @@ body {
background: var(--selection-bg-color);
}
h1 {
.headline {
text-align: center;
width: 90%;
margin: 1.5em auto;
@ -42,16 +42,15 @@ h1 {
}
/* Larger Devices */
@media (min-width: 700px) {
h1 {
.headline {
max-width: 60%;
}
}
@media (min-width: 992px) {
h1 {
.headline {
max-width: 40%;
}
}
/* Blinking cursor */
@keyframes cursor-blink {
0% {
@ -64,7 +63,7 @@ h1 {
opacity: 0;
}
}
h1::after {
.headline::after {
content: "";
width: 1px;
height: 0.85em;
@ -73,6 +72,22 @@ h1::after {
display: inline-block;
animation: cursor-blink 900ms ease-in-out infinite;
}
.footer {
width: 90%;
text-align: center;
margin: 0 auto 2em;
}
/* Larger Devices */
@media (min-width: 700px) {
.footer {
max-width: 60%;
}
}
@media (min-width: 992px) {
.footer {
max-width: 40%;
}
}
a {
color: inherit;
@ -231,11 +246,6 @@ hr {
margin-left: 0;
}
.footer {
text-align: center;
margin: 0 auto 2em;
}
/* Small Devices */
@media (min-width: 576px) {

View File

@ -8,7 +8,7 @@
<title>Privacynerd's new home :)</title>
</head>
<body>
<h1 id="headline">Hey dear stanger!</h1>
<h1 id="headline" class="headline">Hey dear stanger!</h1>
<p class="center">This is <code><a href="#">privacynerd.de</a></code>. I'm mostly known as BlueFox and host some services in the internet. I love coding and publish blog posts every now and then. <br />
<i>Stay optimistic!</i></p>
<hr>
@ -54,7 +54,7 @@
</a>
<a href="https://cloud.privacynerd.de/" target="_blank">
<div class="badge badge-centered under-a-badge">
<svg class="svg-h10" fill="var(--fg-color)" viewBox="0 6.5 24 11.5" role="img" xmlns="http://www.w3.org/2000/svg"><path d="M12.018 6.537c-2.5 0-4.6 1.712-5.241 4.015-.56-1.232-1.793-2.105-3.225-2.105A3.569 3.569 0 0 0 0 12a3.569 3.569 0 0 0 3.552 3.553c1.432 0 2.664-.874 3.224-2.106.641 2.304 2.742 4.016 5.242 4.016 2.487 0 4.576-1.693 5.231-3.977.569 1.21 1.783 2.067 3.198 2.067A3.568 3.568 0 0 0 24 12a3.569 3.569 0 0 0-3.553-3.553c-1.416 0-2.63.858-3.199 2.067-.654-2.284-2.743-3.978-5.23-3.977zm0 2.085c1.878 0 3.378 1.5 3.378 3.378 0 1.878-1.5 3.378-3.378 3.378A3.362 3.362 0 0 1 8.641 12c0-1.878 1.5-3.378 3.377-3.378zm-8.466 1.91c.822 0 1.467.645 1.467 1.468s-.644 1.467-1.467 1.468A1.452 1.452 0 0 1 2.085 12c0-.823.644-1.467 1.467-1.467zm16.895 0c.823 0 1.468.645 1.468 1.468s-.645 1.468-1.468 1.468A1.452 1.452 0 0 1 18.98 12c0-.823.644-1.467 1.467-1.467z"/></svg><!--
<svg class="svg-h10" fill="var(--fg-color)" viewBox="0 6.5 24 12" role="img" xmlns="http://www.w3.org/2000/svg"><path d="M12.018 6.537c-2.5 0-4.6 1.712-5.241 4.015-.56-1.232-1.793-2.105-3.225-2.105A3.569 3.569 0 0 0 0 12a3.569 3.569 0 0 0 3.552 3.553c1.432 0 2.664-.874 3.224-2.106.641 2.304 2.742 4.016 5.242 4.016 2.487 0 4.576-1.693 5.231-3.977.569 1.21 1.783 2.067 3.198 2.067A3.568 3.568 0 0 0 24 12a3.569 3.569 0 0 0-3.553-3.553c-1.416 0-2.63.858-3.199 2.067-.654-2.284-2.743-3.978-5.23-3.977zm0 2.085c1.878 0 3.378 1.5 3.378 3.378 0 1.878-1.5 3.378-3.378 3.378A3.362 3.362 0 0 1 8.641 12c0-1.878 1.5-3.378 3.377-3.378zm-8.466 1.91c.822 0 1.467.645 1.467 1.468s-.644 1.467-1.467 1.468A1.452 1.452 0 0 1 2.085 12c0-.823.644-1.467 1.467-1.467zm16.895 0c.823 0 1.468.645 1.468 1.468s-.645 1.468-1.468 1.468A1.452 1.452 0 0 1 18.98 12c0-.823.644-1.467 1.467-1.467z"/></svg><!--
--><div class="space"></div>Nextcloud
</div>
</a>
@ -76,6 +76,13 @@
--><div class="space"></div>LimeSurvey
</div>
</a>
<p style="margin-top: 1em;">Other sites</p>
<a href="https://mlupo.duckdns.org/" target="_blank">
<div class="badge badge-centered">
<svg class="svg-h11" fill="var(--fg-color)" viewBox="0 0 27 27" version="1.1" xmlns="http://www.w3.org/2000/svg"><g stroke-width="0"></g><g stroke-linecap="round" stroke-linejoin="round"></g><g> <title>friend</title> <path d="M17.25 20.5c1.281 0.719 2 1.906 1.875 3.125-0.063 0.75-0.031 0.75-1 0.875-0.594 0.063-4.375 0.094-8.219 0.094-4.375 0-8.938-0.031-9.281-0.125-1.281-0.344-0.531-2.719 1.156-3.844 1.344-0.844 4.063-2.156 4.813-2.313 1.031-0.219 1.156-0.875 0-2.844-0.25-0.469-0.531-1.813-0.563-3.25-0.031-2.313 0.375-3.875 2.406-4.656 0.375-0.125 0.813-0.188 1.219-0.188 1.344 0 2.594 0.75 3.125 1.844 0.719 1.469 0.375 5.313-0.375 6.719-0.906 1.594-0.813 2.094 0.188 2.344 0.625 0.156 2.688 1.125 4.656 2.219zM24.094 18.531c1 0.531 1.563 1.5 1.469 2.438-0.031 0.563-0.031 0.594-0.781 0.688-0.375 0.063-2.344 0.094-4.656 0.094-0.406-0.969-1.188-1.844-2.25-2.406-1.219-0.688-2.656-1.406-3.75-1.875 0.719-0.344 1.344-0.625 1.625-0.688 0.781-0.188 0.875-0.625 0-2.188-0.219-0.375-0.469-1.438-0.5-2.563-0.031-1.813 0.375-3.063 1.938-3.656 0.313-0.094 0.656-0.156 0.969-0.156 1.031 0 2 0.563 2.406 1.438 0.531 1.156 0.281 4.156-0.281 5.281-0.688 1.25-0.625 1.625 0.156 1.813 0.5 0.125 2.094 0.906 3.656 1.781z"></path> </g></svg><!--
--><div class="space"></div>mlupo's Site
</div>
</a>
</div>
<div class="col sm-10 md-5">
<p class="text-left">Social</p>
@ -90,20 +97,18 @@
<div class="badge">
et quaerendi defatigatio turpis est, cum esset...
</div>
<p style="margin-top: 1em;">Other sites</p>
<a href="https://mlupo.duckdns.org/" target="_blank">
<div class="badge badge-centered">
<svg class="svg-h11" fill="var(--fg-color)" viewBox="0 0 27 27" version="1.1" xmlns="http://www.w3.org/2000/svg"><g stroke-width="0"></g><g stroke-linecap="round" stroke-linejoin="round"></g><g> <title>friend</title> <path d="M17.25 20.5c1.281 0.719 2 1.906 1.875 3.125-0.063 0.75-0.031 0.75-1 0.875-0.594 0.063-4.375 0.094-8.219 0.094-4.375 0-8.938-0.031-9.281-0.125-1.281-0.344-0.531-2.719 1.156-3.844 1.344-0.844 4.063-2.156 4.813-2.313 1.031-0.219 1.156-0.875 0-2.844-0.25-0.469-0.531-1.813-0.563-3.25-0.031-2.313 0.375-3.875 2.406-4.656 0.375-0.125 0.813-0.188 1.219-0.188 1.344 0 2.594 0.75 3.125 1.844 0.719 1.469 0.375 5.313-0.375 6.719-0.906 1.594-0.813 2.094 0.188 2.344 0.625 0.156 2.688 1.125 4.656 2.219zM24.094 18.531c1 0.531 1.563 1.5 1.469 2.438-0.031 0.563-0.031 0.594-0.781 0.688-0.375 0.063-2.344 0.094-4.656 0.094-0.406-0.969-1.188-1.844-2.25-2.406-1.219-0.688-2.656-1.406-3.75-1.875 0.719-0.344 1.344-0.625 1.625-0.688 0.781-0.188 0.875-0.625 0-2.188-0.219-0.375-0.469-1.438-0.5-2.563-0.031-1.813 0.375-3.063 1.938-3.656 0.313-0.094 0.656-0.156 0.969-0.156 1.031 0 2 0.563 2.406 1.438 0.531 1.156 0.281 4.156-0.281 5.281-0.688 1.25-0.625 1.625 0.156 1.813 0.5 0.125 2.094 0.906 3.656 1.781z"></path> </g></svg><!--
--><div class="space"></div>mlupo's Site
</div>
</a>
<!--
<p style="margin-top: 1em;">Donate</p>
<div class="badge">
Coming soon!
</div>-->
</div>
</div>
<hr>
<div class="footer">
Made with
<svg viewBox="0 0 16 16" height="1em" width="1em" fill="red" xmlns="http://www.w3.org/2000/svg"><g id="SVGRepo_bgCarrier" stroke-width="0"></g><g id="SVGRepo_tracerCarrier" stroke-linecap="round" stroke-linejoin="round"></g><g id="SVGRepo_iconCarrier"> <path d="M1.24264 8.24264L8 15L14.7574 8.24264C15.553 7.44699 16 6.36786 16 5.24264V5.05234C16 2.8143 14.1857 1 11.9477 1C10.7166 1 9.55233 1.55959 8.78331 2.52086L8 3.5L7.21669 2.52086C6.44767 1.55959 5.28338 1 4.05234 1C1.8143 1 0 2.8143 0 5.05234V5.24264C0 6.36786 0.44699 7.44699 1.24264 8.24264Z"></path> </g></svg>
by human | <a href="https://privacynerd.de/impressum?referrer=https://privacynerd.de/new">Imprint</a>
by human | <a href="https://git.privacynerd.de/git.privacynerd.de/privacynerd.de">Source</a> | <a href="https://privacynerd.de/impressum?referrer=https://privacynerd.de/new">Imprint</a>
</div>
<script>
const greetings = [