summaryrefslogtreecommitdiff
path: root/contact.html
blob: 9fed617ef2264f5c6a8cd2bb124850876627e0c7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
<!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>