Update aboutme Page.
This commit is contained in:
27
index.html
Normal file
27
index.html
Normal 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>
|
||||
Reference in New Issue
Block a user