summaryrefslogtreecommitdiff
path: root/contact.html
diff options
context:
space:
mode:
authorGustaf Rydholm <gustaf.rydholm@gmail.com>2022-02-13 12:20:11 +0100
committerGustaf Rydholm <gustaf.rydholm@gmail.com>2022-02-13 12:20:11 +0100
commitb1944ebe0cd818bacf055ca7fbda842ca4e2aa9b (patch)
tree3933fe0848b542cff14866b7558aa5e7704688b3 /contact.html
parent661ff3f435daff4fb05bf19ad39ca51cc8425585 (diff)
fix: remove newlines
Diffstat (limited to 'contact.html')
-rw-r--r--contact.html54
1 files changed, 23 insertions, 31 deletions
diff --git a/contact.html b/contact.html
index 819caeb..9fed617 100644
--- a/contact.html
+++ b/contact.html
@@ -6,38 +6,30 @@
<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>
-
+ <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>
-
- <table width="100%"><tbody><tr><td width="10%"><td width="25%">
- <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>
-
- </td><td width="10%"></td></tr></tbody></table>
+ <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>