summaryrefslogtreecommitdiff
path: root/contact.html
diff options
context:
space:
mode:
Diffstat (limited to 'contact.html')
-rw-r--r--contact.html35
1 files changed, 0 insertions, 35 deletions
diff --git a/contact.html b/contact.html
deleted file mode 100644
index 9fed617..0000000
--- a/contact.html
+++ /dev/null
@@ -1,35 +0,0 @@
-<!DOCTYPE html>
-<html lang=en>
- <head>
- <title>Contact Me &ndash; Gustaf Rydholm</title>
- <link rel="stylesheet" type="text/css" href="style.css">
- <meta charset="utf-8">
- </head>
- <body>
- <header>
- <h1>Contact Me</h1>
- </header>
- <nav>
- <ul>
- <a href="https://gustafrydholm.xyz"><li>Home</li></a>
- <a href="about.html"><li>About</li></a>
- <a href="blog.html"><li>Blog</li></a>
- <a href="contact.html"><li>Contact</li></a>
- </ul>
- </nav>
- <main>
- <br />
- <h2>Digital Contact Information</h2>
- <ul>
- <li><a href="mailto:gustaf@gustafrydholm.xyz">gustaf@gustafrydholm.xyz</a></li>
- <li>GPG key for encrypting mail if you know how, <a href="../gustafgpg.gpg">here</a> or run:
- <ul>
- <li><code>curl -sL https://gustafrydholm.xyz/gustafgpg.gpg | gpg --import</code></li>
- <li>Fingerprint: <code>90BC 57ED D30F 1392 CD9F D367 2921 DF70 1EE0 3394</code></li>
- <li>All legitimate emails from me will be signed with my GPG key.</li>
- </ul>
- </li>
- </ul>
- </main>
- </body>
-</html>