X-Git-Url: https://git.shemshak.org/gitweb.cgi/~bandali/bndl.org/blobdiff_plain/cb742bb69034bdc97f1b762fc4bf7fde4f027fea..b0dea27ec4ed42c94e00f5fcd4bd1beb90f3cac9:/gpg.html diff --git a/gpg.html b/gpg.html index b7ded5a..6ea46c1 100644 --- a/gpg.html +++ b/gpg.html @@ -1,63 +1,39 @@ -<!doctype html> -<html lang="en"> - <head> - <meta charset="utf-8"> - <meta name=viewport content="width=device-width, initial-scale=1"> - <meta name="description" content="Amin Bandali’s GPG keys, - for sending him GPG-encrypted mail."/> - <title>GPG Keys - Amin Bandali</title> - <link rel="stylesheet" href="/style.css" /> - </head> - <body> - <header> - <h1>Amin Bandali’s personal site</h1> - <span id="sub"> - <a href="/">Home</a> → GPG Keys - </span> - </header> - - <main> - <section> - <h2 id="gpg">GPG Keys</h2> - <p> - If you want to send me GPG-encrypted mail, you can use my - <a href="bandali-pubkey.txt">current key</a>: - </p> - <pre> +<!--# include virtual="common/header.html" --> +<meta + name="description" + content="Amin Bandali’s GPG key, for sending him + GPG-encrypted mail."/> +<title>GPG Key - Amin Bandali</title> +<!--#set var="bpage" value="GPG Key" --> +<!--# include virtual="common/banner.html" --> +<main> + <section> + <h2 id="gpg">GPG Key</h2> + <p> + If you want to send me GPG-encrypted mail, you can use my + <a href="bandali-pubkey.txt">current key</a>: + </p> + <pre> pub rsa4096 2018-10-17 [C] [expires: 2020-10-16] BE62 7373 8E61 6D6D 1B3A 08E8 A21A 0202 4881 6103 +uid [ultimate] Amin Bandali <mab@gnu.org> uid [ultimate] Amin Bandali <bandali@gnu.org> +uid [ultimate] Amin Bandali <amin@shemshak.org> +uid [ultimate] Amin Bandali <abandali@uwaterloo.ca> +uid [ultimate] Amin Bandali <abandali@csclub.uwaterloo.ca> sub rsa4096 2018-10-17 [S] [expires: 2020-10-16] 39B3 3C8D 9448 0D2D DCC2 A498 8B44 A0CD C7B9 56F2 sub rsa4096 2018-10-17 [E] [expires: 2020-10-16] 43ED 5F7C F5EC CBDF 2552 FE98 1D52 D14E BCF3 BE08 sub rsa4096 2018-10-17 [A] [expires: 2020-10-16] 70FB 9AAD 5240 2841 2B14 8685 4040 DFEC 6EC1 3F3A - </pre> + </pre> - <p> - You may find other keys with my name on keyservers or around - the internet, but they are either old keys of mine that I no - longer have access to, or not mine at all. - </p> - </section> - </main> - <footer> - <p> - Copyright (c) 2018 Amin Bandali<br> - Verbatim copying and redistribution of this entire page are - permitted provided this notice is preserved.<br> - The <a href="https://www.gnu.org/graphics/gnu-inside.html"> - GNU Inside</a> banner is available under the - <a href="https://creativecommons.org/licenses/by-sa/2.0/"> - Creative Commons Attribution-ShareAlike 2.0 License</a>. - </p> - <div id="gnu-inside"> - <a href="https://www.gnu.org"> - <img src="images/gnu-inside.png" - alt="GNU Inside!" title="GNU Inside!"/> - </a> - </div> - </footer> - </body> -</html> + <p> + You may find other keys with my name on keyservers or around + the internet, but they are either old keys of mine that I no + longer have access to, or not mine at all. + </p> + </section> +</main> +<!--# include virtual="common/footer.html" -->