Added PGP key

This commit is contained in:
L. Bradley LaBoon 2016-01-25 11:45:22 -05:00
parent 6d4809ba98
commit 87753662a9
2 changed files with 10 additions and 6 deletions

View File

@ -23,6 +23,12 @@ a
a:hover
{ text-decoration: underline; }
a.sidelink
{
color: inherit;
text-decoration: none;
}
#banner
{
display: block;
@ -63,12 +69,6 @@ img
width: 685px;
}
#navbar a
{
color: inherit;
text-decoration: none;
}
#navbar h3
{
border-bottom: 1px solid #6FC3DF;
@ -89,6 +89,7 @@ img
#profile
{
border: 1px solid #6FC3DF;
margin-bottom: 20px;
margin-top: 20px;
width: 233px;
}

View File

@ -6,5 +6,8 @@
<a class="sidelink" href="//git.bradleylaboon.com/">Projects</a>
<a class="sidelink" href="//blog.bradleylaboon.com/">Boonean Logic</a>
<img id="profile" src="img/profile.png" alt="Me!" />
PGP Fingerprint:<br />
<code>CF30 A41A 0698 6B1F 6037 208A 3D21 FA83 9D9A 229F</code><br />
Public key: <a target="_blank" href="http://pgp.mit.edu/pks/lookup?op=get&search=0x3D21FA839D9A229F">9D9A229F</a>
</nav>
<!--End navbar-->