Updated site structure.
This commit is contained in:
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" />
|
||||
|
||||
<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>
|
||||
<link rel="shortcut icon" type="image/x-icon" href="favicon.ico" />
|
||||
<link rel="stylesheet" type="text/css" href="index.css" />
|
||||
<script type="text/javascript" src="js/navbar.js"></script>
|
||||
</head>
|
||||
<body>
|
||||
<div id="wrapper">
|
||||
<!--#include virtual="/include/header.html"-->
|
||||
<!--#include virtual="include/header.html"-->
|
||||
<h1 id="page-title">About Me</h1>
|
||||
<div id="content">
|
||||
<div id="left-content">
|
||||
@ -187,10 +169,10 @@
|
||||
</div>
|
||||
</div>
|
||||
<div id="right-content">
|
||||
<!--#include virtual="/include/navbar.html"-->
|
||||
<!--#include virtual="include/navbar.html"-->
|
||||
</div>
|
||||
</div>
|
||||
<!--#include virtual="/include/footer.html"-->
|
||||
<!--#include virtual="include/footer.html"-->
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
Reference in New Issue
Block a user