Updated metro position. Also some twitter feed updates
This commit is contained in:
commit
c42e3ff96c
@ -51,7 +51,7 @@
|
|||||||
<li>Work in a global environment with teams from all across the world</li>
|
<li>Work in a global environment with teams from all across the world</li>
|
||||||
</ul>
|
</ul>
|
||||||
<br />
|
<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>
|
<ul>
|
||||||
<li>Maintain and update company-wide hardware and software (including servers, terminals, and networking equipment) on an as-needed basis.</li>
|
<li>Maintain and update company-wide hardware and software (including servers, terminals, and networking equipment) on an as-needed basis.</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
@ -141,6 +141,9 @@ img
|
|||||||
box-shadow: 0px 0px 8px #CDF8FF;
|
box-shadow: 0px 0px 8px #CDF8FF;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#twfeed
|
||||||
|
{ margin-top: 20px; }
|
||||||
|
|
||||||
#wrapper
|
#wrapper
|
||||||
{
|
{
|
||||||
background-image: url('img/50black.png');
|
background-image: url('img/50black.png');
|
||||||
|
@ -9,7 +9,9 @@
|
|||||||
PGP Fingerprint:<br />
|
PGP Fingerprint:<br />
|
||||||
<code>CF30 A41A 0698 6B1F 6037 208A 3D21 FA83 9D9A 229F</code><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>
|
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>
|
<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>
|
</nav>
|
||||||
<!--End navbar-->
|
<!--End navbar-->
|
||||||
|
17
js/twitter.js
Normal file
17
js/twitter.js
Normal 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);
|
||||||
|
})();
|
Loading…
Reference in New Issue
Block a user