Did a huge cleanup for going live; removed all the hugo stuff except the favicon
This commit is contained in:
61
public/test.html
Normal file
61
public/test.html
Normal file
@@ -0,0 +1,61 @@
|
||||
<!doctype html>
|
||||
<html>
|
||||
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta name="color-scheme" content="light dark">
|
||||
<link href="./normalize.css" rel="stylesheet">
|
||||
<link href="./test.css" rel="stylesheet">
|
||||
<title>Privacynerd's new home :)</title>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<div class="headline">
|
||||
<h1>Hello you!</h1>
|
||||
<p>This is a test paragraph!</p>
|
||||
</div>
|
||||
|
||||
<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>
|
||||
|
||||
<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>
|
||||
|
||||
</html>
|
Reference in New Issue
Block a user