They're making me work for this

This commit is contained in:
L. Bradley LaBoon 2016-06-16 20:36:42 -04:00
parent 1211e5d746
commit e3638eea11
2 changed files with 8 additions and 3 deletions

View File

@ -141,6 +141,9 @@ img
box-shadow: 0px 0px 8px #CDF8FF;
}
#twfeed
{ margin-top: 10px; }
#wrapper
{
background-image: url('img/50black.png');

View File

@ -8,8 +8,10 @@
<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><br />
Public key: <a target="_blank" href="http://pgp.mit.edu/pks/lookup?op=get&search=0x3D21FA839D9A229F">9D9A229F</a>
<div id="twfeed">
<a class="twitter-timeline" data-dnt="true" href="https://twitter.com/BradLaBoon" data-widget-id="716765398503395329">Tweets by @BradLaBoon</a>
<script type="text/javascript" src="js/twitter.js"></script>
</div>
</nav>
<!--End navbar-->