17 lines
712 B
HTML
17 lines
712 B
HTML
title = "PGP Public Key"
|
|
url = "/pgp"
|
|
layout = "default"
|
|
is_hidden = 0
|
|
==
|
|
<div class="row">
|
|
<div class="col-lg-7">
|
|
<h1>PGP Public Key</h1>
|
|
{% partial 'pgpkey' %}
|
|
</div>
|
|
<div class="col-lg-5">
|
|
<h2>About</h2>
|
|
<p>If you wish, you may use my PGP public key here to encrypt anything that you send me. Of course I'll need a way to get my hands on your public key in order to be able to decrypt it, so please make sure you provide that or that you've published it to a well-known public directory like <a href="https://keyserver.pgp.com">keyserver.pgp.com</a>.</p>
|
|
<h2>Contact Me</h2>
|
|
{% partial 'social' noinfrequent = true nocode = true %}
|
|
</div>
|
|
</div> |