Lots of style and formatting and stuff updates
This commit is contained in:
parent
64fd9666bf
commit
db5b9a676f
6 changed files with 209 additions and 149 deletions
|
@ -1,33 +1,22 @@
|
|||
<!DOCTYPE HTML>
|
||||
<!-- vim: set tw=120 -->
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="content-type" content="text/html; charset=utf-8">
|
||||
<link rel="stylesheet" href="./styles/home.css" />
|
||||
<title>PGP Key — Eryn Wells</title>
|
||||
<style type="text/css">
|
||||
#key-download p:last-child {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<div class="container">
|
||||
<div class="wrapper">
|
||||
<header id="masthead">
|
||||
<h1>PGP Key</h1>
|
||||
|
||||
<div id="key-info">
|
||||
<p>Click the button below to download an ASCII version of my PGP key. You can also find my key on the MIT key
|
||||
server.</p>
|
||||
|
||||
<div id="key-download">
|
||||
<a class="btn btn-primary" href="https://www.erynwells.me/erynofwales.gpg">Download PGP Key</a>
|
||||
<p><code>7BDF 859E 4100 1C15 1A9F 0B11 FF6C 66F5 E56D 0154</code></p>
|
||||
</div>
|
||||
</div>
|
||||
<a href="https://www.erynwells.me/erynofwales.gpg">
|
||||
<code>7BDF 859E 4100 1C15 1A9F 0B11 FF6C 66F5 E56D 0154</code>
|
||||
</a>
|
||||
</header>
|
||||
<div class="navi">
|
||||
<footer class="nav">
|
||||
<a href="./index.html">Home</a>
|
||||
</div>
|
||||
</footer>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue