Updated site structure.
This commit is contained in:
parent
7081daef7a
commit
f24cca2aed
1
about/favicon.ico
Symbolic link
1
about/favicon.ico
Symbolic link
@ -0,0 +1 @@
|
|||||||
|
../favicon.ico
|
1
about/global.css
Symbolic link
1
about/global.css
Symbolic link
@ -0,0 +1 @@
|
|||||||
|
../global.css
|
1
about/include
Symbolic link
1
about/include
Symbolic link
@ -0,0 +1 @@
|
|||||||
|
../include/
|
1
about/index.css
Normal file
1
about/index.css
Normal file
@ -0,0 +1 @@
|
|||||||
|
@import url('global.css');
|
@ -6,31 +6,13 @@
|
|||||||
<meta name="revisit-after" content="7 days" />
|
<meta name="revisit-after" content="7 days" />
|
||||||
|
|
||||||
<title>L. Bradley LaBoon</title>
|
<title>L. Bradley LaBoon</title>
|
||||||
<link rel="shortcut icon" type="image/x-icon" href="/favicon.ico" />
|
<link rel="shortcut icon" type="image/x-icon" href="favicon.ico" />
|
||||||
<link rel="stylesheet" type="text/css" href="/css/home.css" />
|
<link rel="stylesheet" type="text/css" href="index.css" />
|
||||||
<script type="text/javascript" src="/js/navbar.js"></script>
|
<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>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div id="wrapper">
|
<div id="wrapper">
|
||||||
<!--#include virtual="/include/header.html"-->
|
<!--#include virtual="include/header.html"-->
|
||||||
<h1 id="page-title">About Me</h1>
|
<h1 id="page-title">About Me</h1>
|
||||||
<div id="content">
|
<div id="content">
|
||||||
<div id="left-content">
|
<div id="left-content">
|
||||||
@ -187,10 +169,10 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div id="right-content">
|
<div id="right-content">
|
||||||
<!--#include virtual="/include/navbar.html"-->
|
<!--#include virtual="include/navbar.html"-->
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<!--#include virtual="/include/footer.html"-->
|
<!--#include virtual="include/footer.html"-->
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
@ -1 +0,0 @@
|
|||||||
@import url('/css/global.css');
|
|
@ -1 +0,0 @@
|
|||||||
@import url('/css/global.css');
|
|
11
css/moo.css
11
css/moo.css
@ -1,11 +0,0 @@
|
|||||||
body
|
|
||||||
{
|
|
||||||
font-family: "Courier New", Courier, monospace;
|
|
||||||
text-align: center;
|
|
||||||
}
|
|
||||||
|
|
||||||
#cowPower
|
|
||||||
{
|
|
||||||
display: inline-block;
|
|
||||||
text-align: left;
|
|
||||||
}
|
|
@ -1,10 +1,10 @@
|
|||||||
<!--Begin footer-->
|
<!--Begin footer-->
|
||||||
<footer id="footer">
|
<footer id="footer">
|
||||||
<a target="_blank" href="http://validator.w3.org/check?uri=referer">
|
<a target="_blank" href="http://validator.w3.org/check?uri=referer">
|
||||||
<img id="validHTML5" src="/img/html5.png" alt="Valid HTML5!" />
|
<img id="validHTML5" src="img/html5.png" alt="Valid HTML5!" />
|
||||||
</a>
|
</a>
|
||||||
<a target="_blank" href="http://jigsaw.w3.org/css-validator/check/referer">
|
<a target="_blank" href="http://jigsaw.w3.org/css-validator/check/referer">
|
||||||
<img id="validCSS" src="/img/vcss-blue.gif" alt="Valid CSS!" />
|
<img id="validCSS" src="img/vcss-blue.gif" alt="Valid CSS!" />
|
||||||
</a>
|
</a>
|
||||||
</footer>
|
</footer>
|
||||||
<!--End footer-->
|
<!--End footer-->
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
<!--Begin header-->
|
<!--Begin header-->
|
||||||
<header id="header">
|
<header id="header">
|
||||||
<img id="banner" src="/img/banner.png" alt="L. Bradley LaBoon" />
|
<img id="banner" src="img/banner.png" alt="L. Bradley LaBoon" />
|
||||||
</header>
|
</header>
|
||||||
<!--End header-->
|
<!--End header-->
|
||||||
|
@ -1,10 +1,10 @@
|
|||||||
<!--Begin navbar-->
|
<!--Begin navbar-->
|
||||||
<nav id="navbar">
|
<nav id="navbar">
|
||||||
<h3>Navigation</h3>
|
<h3>Navigation</h3>
|
||||||
<a class="sidelink" href="/">Home</a>
|
<a class="sidelink" href="//www.bradleylaboon.com/">Home</a>
|
||||||
<a class="sidelink" href="/about/">About Me</a>
|
<a class="sidelink" href="//www.bradleylaboon.com/about/">About Me</a>
|
||||||
<a class="sidelink" href="http://git.bradleylaboon.com/">Projects</a>
|
<a class="sidelink" href="//git.bradleylaboon.com/">Projects</a>
|
||||||
<a class="sidelink" href="http://blog.bradleylaboon.com/">Boonean Logic</a>
|
<a class="sidelink" href="//blog.bradleylaboon.com/">Boonean Logic</a>
|
||||||
<img id="profile" src="/img/profile.png" alt="Me!" />
|
<img id="profile" src="img/profile.png" alt="Me!" />
|
||||||
</nav>
|
</nav>
|
||||||
<!--End navbar-->
|
<!--End navbar-->
|
||||||
|
30
index.shtml
30
index.shtml
@ -6,31 +6,13 @@
|
|||||||
<meta name="revisit-after" content="7 days" />
|
<meta name="revisit-after" content="7 days" />
|
||||||
|
|
||||||
<title>L. Bradley LaBoon</title>
|
<title>L. Bradley LaBoon</title>
|
||||||
<link rel="shortcut icon" type="image/x-icon" href="/favicon.ico" />
|
<link rel="shortcut icon" type="image/x-icon" href="favicon.ico" />
|
||||||
<link rel="stylesheet" type="text/css" href="/css/home.css" />
|
<link rel="stylesheet" type="text/css" href="index.css" />
|
||||||
<script type="text/javascript" src="/js/navbar.js"></script>
|
<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>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div id="wrapper">
|
<div id="wrapper">
|
||||||
<!--#include virtual="/include/header.html"-->
|
<!--#include virtual="include/header.html"-->
|
||||||
<h1 id="page-title">Home</h1>
|
<h1 id="page-title">Home</h1>
|
||||||
<div id="content">
|
<div id="content">
|
||||||
<div id="left-content">
|
<div id="left-content">
|
||||||
@ -68,10 +50,10 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div id="right-content">
|
<div id="right-content">
|
||||||
<!--#include virtual="/include/navbar.html"-->
|
<!--#include virtual="include/navbar.html"-->
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<!--#include virtual="/include/footer.html"-->
|
<!--#include virtual="include/footer.html"-->
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
Loading…
Reference in New Issue
Block a user