1
0
Fork 0

Initial commit.

This commit is contained in:
L. Bradley LaBoon 2014-11-20 14:40:37 -05:00
commit 6da969b1e0
20 changed files with 500 additions and 0 deletions

196
about/index.shtml Normal file
View File

@ -0,0 +1,196 @@
<!DOCTYPE HTML>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="robots" content="INDEX, FOLLOW" />
<meta name="revisit-after" content="7 days" />
<title>L. Bradley LaBoon</title>
<link rel="shortcut icon" type="image/x-icon" href="/favicon.ico" />
<link rel="stylesheet" type="text/css" href="/css/home.css" />
<script type="text/javascript" src="/js/navbar.js"></script>
<!--Google Analytics-->
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-33101112-1']);
_gaq.push(['_setDomainName', 'bradleylaboon.com']);
_gaq.push(['_trackPageview']);
(function()
{
var ga = document.createElement('script');
ga.type = 'text/javascript';
ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0];
s.parentNode.insertBefore(ga, s);
})();
</script>
</head>
<body>
<div id="wrapper">
<!--#include virtual="/include/header.html"-->
<h1 id="page-title">About Me</h1>
<div id="content">
<div id="left-content">
<div class="segment">
<h3 class="segment-title">Education</h3>
<div class="segment-content">
I went to college at <a target="_blank" href="http://www.ycp.edu/">York College of Pennsylvania</a>.
<ul>
<li>Degree: BS, Computer Science</li>
<li>Years Attended: 2009-2013</li>
<li>Cumulative GPA: 3.20</li>
<li>Departmental Recognition Award</li>
<li>Dean's List (Spring 2011, Fall 2012, Spring 2013)</li>
<li>Activities: ACM (President), Anime Club (President), CES, WVYC</li>
</ul>
<br />
I went to high school at <a target="_blank" href="http://www.devonprep.com/">Devon Preparatory School</a>.
<ul>
<li>Years Attended: 2005-2009</li>
<li>National Honor Society</li>
<li>Spanish National Honor Society</li>
<li>Activities: Computer Club (President), Digital Electronics Club (President), Jazz Band, Stage Crew, Ballroom Dance Club</li>
</ul>
</div>
</div>
<div class="segment">
<h3 class="segment-title">Employment</h3>
<div class="segment-content">
Engineer - System Administration, <a target="_blank" href="http://www.qvc.com/">QVC, Inc.</a> (June 2013 - Present)
<ul>
<li>Maintain physical and virtual Unix/Linux servers within the company's data centers</li>
<li>Troubleshoot problems within the company's infrastructure</li>
<li>Deploy new systems using a variety of technologies, including VMWare and NIM</li>
<li>Assist with the deployment of applications to Tomcat and WebSphere environments</li>
</ul>
<br />
Network Admin, <a target="_blank" href="http://www.metpersnl.com/">Metropolitan Personnel, Inc.</a> (June 2006 - Present)
<ul>
<li>Maintain and update company-wide hardware and software (including servers, terminals, and networking equipment) on an as-needed basis.</li>
</ul>
<br />
Unix/Linux Administration Intern, <a target="_blank" href="http://www.qvc.com/">QVC, Inc.</a> (May 2012 - August 2012)
<ul>
<li>Wrote an application to automate the process of comparing server metrics (such as CPU, RAM utilization) to business metrics (such as pageviews/hour) in order to create correlation models that can be used to forecast server load.</li>
<li>Helped maintain and replace server equipment in the data centers.</li>
</ul>
<br />
Web Development Intern, <a target="_blank" href="http://www.dataforma.com/">Dataforma, Inc.</a> (May 2011 - August 2011)
<ul>
<li>Developed an interactive online drawing application using HTML5 and JavaScript, designed to be used by roofing contractors for modelling their projects.</li>
</ul>
<br />
Founder, BITS (July 2008 - August 2010)
<ul>
<li>Started a small business in the summer of 2008 to provide computer service to local clients and businesses.</li>
<li>Services included hardware and software upgrades, custom-built machines, virus removal, and web development.</li>
<li>BITS = Brad's IT Services</li>
</ul>
</div>
</div>
<div class="segment">
<h3 class="segment-title">Experience/Skills</h3>
<div class="segment-content">
I have experience in the following areas:<br />
<br />
Programming and Scripting
<ul>
<li>C, C++, and C#</li>
<li>MPI and pthreads</li>
<li>Java</li>
<li>Android SDK</li>
<li>HTML5 and CSS3</li>
<li>JavaScript</li>
<li>PHP</li>
<li>Python</li>
<li>Perl</li>
<li>Bash</li>
<li>CUDA</li>
<li>OpenGL</li>
<li>MIPS Assembly (why not?)</li>
<li>Verilog</li>
<li>Visual Basic and VB.NET</li>
<li>I dabbled in Ruby on Rails once...kinda, sorta</li>
</ul>
<br />
Operating Systems
<ul>
<li>Linux (including all major distributions)</li>
<li>Unix (including AIX and HP-UX)</li>
<li>Windows 3.1+ and Server 2003+</li>
<li>Mac OSX 10.0+</li>
</ul>
<br />
Software
<ul>
<li>Apache</li>
<li>Tomcat</li>
<li>WebSphere</li>
<li>MySQL/MariaDB</li>
<li>Puppet</li>
<li>Microsoft SQL Server</li>
<li>Active Directory</li>
<li>Subversion</li>
<li>Git</li>
<li>MS Office/LibreOffice (does this even count as a skill anymore?)</li>
<li>SolidWorks</li>
<li>Blender</li>
<li>Eclipse</li>
<li>Visual Studio</li>
<li>Xilinx ISE</li>
<li>Photoshop</li>
<li>Dreamweaver (although real web developers write stuff by hand)</li>
<li>FL Studio</li>
</ul>
<br />
Hardware
<ul>
<li>Computer hardware (I like building custom machines)</li>
<li>Networking hardware</li>
<li>FPGAs and microcontrollers</li>
</ul>
Other Stuff
<ul>
<li>Circuit design/breadboarding</li>
<li>Basic machining skills</li>
</ul>
</div>
</div>
<div class="segment">
<h3 class="segment-title">Interests</h3>
<div class="segment-content">
Aside from school, work, and wishing I had magical powers, there are many things I enjoy, including...<br />
<ul>
<li>Anything computer- or electronics-related</li>
<li>Video games (particularly platformer, RPG, racing, and rhythm games)</li>
<li>Also, video game design</li>
<li>Artificial intelligence</li>
<li>Anime</li><!--Seriously, I can't stress enough how much I love anime.-->
<li>Japanese culture</li>
<li>Motorcycles</li>
<li>Skiing</li>
<li>Model trains</li>
<li>Roller coasters</li>
<li>Theoretical physics</li>
<li>Astronomy</li>
<li>Voice acting (though I've never done anything professionally)</li>
<li>Photography</li>
<li>DJing</li>
<li>Instruments (I play saxophone, piano, and drums)</li>
<li>Learning new languages (I currently speak English, Spanish, a little Japanese, and a little German)</li>
<li>Making long, unordered lists of things</li>
</ul>
</div>
</div>
</div>
<div id="right-content">
<!--#include virtual="/include/navbar.html"-->
</div>
</div>
<!--#include virtual="/include/footer.html"-->
</div>
</body>
</html>

1
css/about.css Normal file
View File

@ -0,0 +1 @@
@import url('/css/global.css');

151
css/global.css Normal file
View File

@ -0,0 +1,151 @@
@font-face
{
font-family: 'Armata';
font-style: normal;
font-weight: 400;
src: local('Armata'), local('Armata-Regular'), url(http://themes.googleusercontent.com/static/fonts/armata/v3/FG9R9aX-RIX_AvJI8USOWg.woff) format('woff');
}
@font-face
{
font-family: 'Open Sans';
font-style: normal;
font-weight: 400;
src: local('Open Sans'), local('OpenSans'), url(http://themes.googleusercontent.com/static/fonts/opensans/v6/cJZKeOuBrn4kERxqtaUH3T8E0i7KZn-EPnyo3HZu7kw.woff) format('woff');
}
a
{
color: #DF740C;
text-decoration: none;
}
a:hover
{ text-decoration: underline; }
#banner
{
display: block;
margin-left: auto;
margin-right: auto;
}
body
{
background-attachment: fixed;
background-color: #000;
background-image: url('/img/hexpat.png');
background-repeat: repeat;
color: #6FC3DF;
font-family: 'Open Sans', sans-serif;
line-height: 1.5;
}
#content
{
display: inline-block;
margin: 0px 20px;
width: 940px;
}
#footer
{ text-align: center; }
#footer a:hover
{ text-decoration: none; }
img
{ border: 0 }
#left-content
{
float: left;
width: 685px;
}
#navbar a
{
color: inherit;
text-decoration: none;
}
#navbar h3
{
border-bottom: 1px solid #6FC3DF;
color: #DF740C;
font-weight: normal;
margin-top: 0;
}
#page-title
{
font-family: 'Armata', sans-serif;
font-size: 36px;
font-weight: normal;
margin-top: 0;
text-align: center;
}
#profile
{
border: 1px solid #6FC3DF;
margin-top: 20px;
width: 233px;
}
#right-content
{
float: right;
width: 235px;
}
.segment
{
border: 1px solid #6FC3DF;
margin-bottom: 20px;
padding: 10px 20px 20px 20px;
}
.segment-title
{
color: #DF740C;
font-size: 20px;
font-weight: normal;
margin: 0px 0px 10px 0px;
}
.segment-content
{ margin: 0; }
.sidelink
{
border: 1px solid #DF740C;
color: #6FC3DF;
display: block;
font-size: 18px;
margin-bottom: 10px;
padding: 3px 0px;
text-align: center;
}
.sidelink:hover
{
border: 1px solid #6FC3DF;
box-shadow: 0px 0px 8px #CDF8FF;
}
.sidelink-active
{
border: 1px solid #6FC3DF;
box-shadow: 0px 0px 8px #CDF8FF;
}
#wrapper
{
background-image: url('/img/50black.png');
background-repeat: repeat;
border: 1px solid #CDF8FF;
box-shadow: 0px 0px 20px #CDF8FF;
margin: 20px auto;
width: 980px;
}

1
css/home.css Normal file
View File

@ -0,0 +1 @@
@import url('/css/global.css');

11
css/moo.css Normal file
View File

@ -0,0 +1,11 @@
body
{
font-family: "Courier New", Courier, monospace;
text-align: center;
}
#cowPower
{
display: inline-block;
text-align: left;
}

BIN
favicon.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 25 KiB

BIN
img/50black.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 106 B

BIN
img/banner.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 70 KiB

BIN
img/hexpat.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 291 B

BIN
img/html5.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 KiB

BIN
img/logo_500-500.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 126 KiB

BIN
img/profile.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 361 KiB

BIN
img/vcss-blue.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB

10
include/footer.html Normal file
View File

@ -0,0 +1,10 @@
<!--Begin footer-->
<footer id="footer">
<a target="_blank" href="http://validator.w3.org/check?uri=referer">
<img id="validHTML5" src="/img/html5.png" alt="Valid HTML5!" />
</a>
<a target="_blank" href="http://jigsaw.w3.org/css-validator/check/referer">
<img id="validCSS" src="/img/vcss-blue.gif" alt="Valid CSS!" />
</a>
</footer>
<!--End footer-->

5
include/header.html Normal file
View File

@ -0,0 +1,5 @@
<!--Begin header-->
<header id="header">
<img id="banner" src="/img/banner.png" alt="L. Bradley LaBoon" />
</header>
<!--End header-->

9
include/navbar.html Normal file
View File

@ -0,0 +1,9 @@
<!--Begin navbar-->
<nav id="navbar">
<h3>Navigation</h3>
<a class="sidelink" href="/">Home</a>
<a class="sidelink" href="/about/">About Me</a>
<a class="sidelink" href="http://blog.bradleylaboon.com/">Boonean Logic</a>
<img id="profile" src="/img/profile.png" alt="Me!" />
</nav>
<!--End navbar-->

77
index.shtml Normal file
View File

@ -0,0 +1,77 @@
<!DOCTYPE HTML>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="robots" content="INDEX, FOLLOW" />
<meta name="revisit-after" content="7 days" />
<title>L. Bradley LaBoon</title>
<link rel="shortcut icon" type="image/x-icon" href="/favicon.ico" />
<link rel="stylesheet" type="text/css" href="/css/home.css" />
<script type="text/javascript" src="/js/navbar.js"></script>
<!--Google Analytics-->
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-33101112-1']);
_gaq.push(['_setDomainName', 'bradleylaboon.com']);
_gaq.push(['_trackPageview']);
(function()
{
var ga = document.createElement('script');
ga.type = 'text/javascript';
ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0];
s.parentNode.insertBefore(ga, s);
})();
</script>
</head>
<body>
<div id="wrapper">
<!--#include virtual="/include/header.html"-->
<h1 id="page-title">Home</h1>
<div id="content">
<div id="left-content">
<div class="segment">
<h3 class="segment-title">Welcome to my website!</h3>
<div class="segment-content">
Here you can find information about me, my interests, my education, jobs I've held, projects that I'm working on, and anything else that I decide is interesting enough to put on here.<br />
<br />
You can use the navigation links to look around.<br />
Enjoy!<br />
</div>
</div>
<div class="segment">
<h3 class="segment-title">Follow Me!</h3>
<div class="segment-content">
I try to make myself as available as possible, so you can follow me on these sites:<br />
<ul>
<li><a target="_blank" href="https://plus.google.com/+LBradleyLaBoon">Google+</a></li>
<li><a target="_blank" href="http://www.linkedin.com/in/lblaboon">LinkedIn</a></li>
<li><a target="_blank" href="http://blog.bradleylaboon.com/">Boonean Logic</a> (my blog that I almost never update)</li>
<li><a href="javascript:void(0);" onclick="alert('Nope.');">Facebook</a></li>
</ul>
I'm pretty much all over the net. Just search for lb.laboon or LBlaboon. That's usually what my username is.
</div>
</div>
<div class="segment">
<h3 class="segment-title">Tales from the Editor</h3>
<div class="segment-content">
I hope you all enjoy the newly-redesigned look of my site. As you can see, it's inspired quite a bit by Tron (thanks to <a target="_blank" href="http://randombell.com">Jeff Bell</a> for the cool Tron font).<br />
<br />
If anyone should find a mistake somewhere on this site, feel free to let me know and maybe I'll fix it eventually. Examples of mistakes include typos, buttons not working, mis-aligned content, pages not loading, your computer spontaneously combusting, a horde of wild gremlins coming out of your monitor and attacking you, etc.<br />
<br />
If for whatever reason you happen to take an arrow to the knee while viewing this site, please don't hesitate to tell uninterested people around you about the things you used to do before that happened.
</div>
</div>
</div>
<div id="right-content">
<!--#include virtual="/include/navbar.html"-->
</div>
</div>
<!--#include virtual="/include/footer.html"-->
</div>
</body>
</html>

18
js/navbar.js Normal file
View File

@ -0,0 +1,18 @@
(function()
{
// Highlight the current page in the navbar
var highlightLink = function()
{
var links = document.getElementsByClassName("sidelink");
for (var i = 0; i < links.length; i++) {
if (links[i].href == location)
links[i].className += " sidelink-active";
}
}
// Attach onload handler
if (window.addEventListener)
window.addEventListener("load", highlightLink, false);
else if (window.attachEvent)
window.attachEvent("onload", highlightLink);
})();

18
lbradleylaboon.crl Normal file
View File

@ -0,0 +1,18 @@
-----BEGIN X509 CRL-----
MIIC7TCB1gIBATANBgkqhkiG9w0BAQUFADCBkzELMAkGA1UEBhMCVVMxGjAYBgNV
BAoMEUwuIEJyYWRsZXkgTGFCb29uMSAwHgYDVQQLDBdDZXJ0aWZpY2F0aW9uIEF1
dGhvcml0eTEaMBgGA1UEAwwRYnJhZGxleWxhYm9vbi5jb20xKjAoBgkqhkiG9w0B
CQEWG3dlYm1hc3RlckBicmFkbGV5bGFib29uLmNvbRcNMTQwOTI0MTkwNDI3WhcN
MTQxMDI0MTkwNDI3WqAOMAwwCgYDVR0UBAMCAQEwDQYJKoZIhvcNAQEFBQADggIB
ABuWojJvJawEKgXeGMHpUOkuGRSj9RG2LSDld4PJurDibKjyxNRLi5kHEOJNHqU8
sbJdKFNi52yWtj8xS0S7cQQFpWJNwAfNPPtheN9yzsHpxy+GI4hJQ20JryICH9lS
bWAuPj/+u9AFejpuXecnkpkD1HM7RYTmqLYM5OGKMZ37XQtGuycd7jaxM2foDxdr
w9Vfly3UDjyiSHL4DTpbo2lhqLTHCsyG060KB2eZL2EYBsXWlKtmV4no9RSIJRPc
ALXGXvcTT+AOvPFCYIbwAFbr9Vg5g8Lhn6YyIHXcqfGKAJtAwWsFK8lEEZ5CJkk+
lh9jmwYuaFzkSKIH/SvSe/04WoD474ryutZDGk/rJot9AzZE4O+oJNCx3KSntpf8
lrRdY6H1FjC+GELWKXQ04Nt7f3YRLy1aYPQN1+G3C2rVw4pPc1b0p/Er7zNBs/N0
drTGAxi4EdXw/xdO8on/fzoNUhmiJzPb0bGouc+7ADivC28362p9R+FGG/mFCGId
dwsgax/US2Y9UIJq+8hvcccCvnUcTP4hcKDEVHooychPKdXOUHbOZNlPG9v1KTEs
CJ1WBLKaKOzvDZRgNkVE2Q7HRCpR1c0O7rjjLQ7zpkANvtbBcDjSljW3jnqYefmt
gCsZeaM00HykSdpEcn5K8BYrYv8NaPpY/BH2d1cmujut
-----END X509 CRL-----

3
robots.txt Normal file
View File

@ -0,0 +1,3 @@
User-agent: *
Allow: /