Update aboutme Page.

This commit is contained in:
Michael Lehmann
2025-04-16 17:55:53 +02:00
parent 0df04f24f3
commit 67009c7fa8
8 changed files with 77 additions and 173 deletions

27
index.html Normal file
View File

@@ -0,0 +1,27 @@
<!DOCTYPE html>
<html lang="de">
<head>
<meta charset="UTF-8">
<title>About Me</title>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<div class="terminal-container">
<p class="prompt">guest@about-me:~$ cat about-me.txt</p>
<pre>
Name: Michael Lehmann
Mastodon: <a href="https://mastodontech.de/@michaellehmann" target="_blank">@michaellehmann@mastodontech.de</a>
Email: michaellehmann(at)bluewin.ch
PGP Fingerprint: A892 F225 B376 1D68 F5B8 3F26 A783 A5B8 5050 C652
<a href="key.pgp" target="_blank">Download Public Key</a>
</pre>
<p class="prompt">guest@about-me:~$ </p>
<div class="cursor"></div>
</div>
</body>
</html>