Updated metro position. Also some twitter feed updates

This commit is contained in:
L. Bradley LaBoon 2016-06-16 20:39:47 -04:00
commit c42e3ff96c
4 changed files with 25 additions and 3 deletions

View File

@ -51,7 +51,7 @@
<li>Work in a global environment with teams from all across the world</li>
</ul>
<br />
Network Admin, <a target="_blank" href="http://www.metpersnl.com/">Metropolitan Personnel, Inc.</a> (June 2006 - Present)
Network Admin, <a target="_blank" href="http://www.metpersnl.com/">Metropolitan Personnel, Inc.</a> (June 2006 - March 2016)
<ul>
<li>Maintain and update company-wide hardware and software (including servers, terminals, and networking equipment) on an as-needed basis.</li>
</ul>

View File

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

View File

@ -9,7 +9,9 @@
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>
<div id="twfeed">
<a class="twitter-timeline" data-dnt="true" href="https://twitter.com/BradLaBoon" data-widget-id="716765398503395329">Tweets by @BradLaBoon</a>
<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+"://platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script>
<script type="text/javascript" src="js/twitter.js"></script>
</div>
</nav>
<!--End navbar-->

17
js/twitter.js Normal file
View File

@ -0,0 +1,17 @@
(function() {
var loadTwitterFeed = function() {
if (!document.getElementById("twitter-wjs")) {
var fjs = document.getElementsByTagName("script")[0];
var js = document.createElement("script");
js.id = "twitter-wjs";
js.src = "//platform.twitter.com/widgets.js";
fjs.parentNode.insertBefore(js, fjs);
}
};
// Attach onload handler
if (window.addEventListener)
window.addEventListener("load", loadTwitterFeed, false);
else if (window.attachEvent)
window.attachEvent("onload", loadTwitterFeed);
})();