Added another test with css grids

This commit is contained in:
2025-02-19 21:16:08 +01:00
parent 387d13809a
commit d6c0fbe231
4 changed files with 278 additions and 7 deletions

View File

@@ -16,13 +16,45 @@
<p>This is a test paragraph!</p>
</div>
<a href="https://git.privacynerd.de" target="_blank"
class="badge" draggable="false">
<div>
<img src="img/logos/gitea.svg" />
<p>Privacynerd's Gitea</p>
<div>
<div class="main-services">
<a href="https://git.privacynerd.de" target="_blank"
class="badge" draggable="false">
<div>
<img src="img/logos/gitea.svg" />
<p>Git with a cup of tea</p>
</div>
</a>
<a href="https://blog.privacynerd.de" target="_blank"
class="badge" draggable="false">
<div>
<img src="img/logos/blog.svg" />
<p>Privacynerd's Blog</p>
</div>
</a>
</div>
</a>
<hr>
<div class="other-services">
<div class="card">
<!-- Other services go here (except the main ones, blog and gitea) -->
<a href=""></a>
</div>
<div class="card">
<!-- Social/Contact info goes here -->
<a href="https://git.privacynerd.de/BlueFox">Gitea | Bluefox</a>
<a href="https://codeberg.org/BlueFox">Codeberg | Bluefox</a>
<a href="https://crowdin.com/profile/bluefox4">CrowdIn | bluefox4</a>
<a href="https://github.com/bluefox42">Github | bluefox42</a>
<a href="https://hub.docker.com/u/bluefox42">Docker Hub | bluefox42</a>
<hr>
<a href="@bluefox:privacynerd.de">Matrix | @bluefox</a>
<a href="@bluefox4@mastodon.org">Mastodon | bluefox4</a>
<a href="mailto:bluefox@privacynerd.de">E-Mail | bluefox</a>
</div>
</div>
</div>
</body>