1
0

Moved blog to /blog/

This commit is contained in:
Aaron Lindsay 2011-03-20 21:38:57 -06:00
parent 9a5ec17ee5
commit 8460dba765
2 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@
<h2>About</h2> <h2>About</h2>
<p>I am a Lutheran, an Eagle Scout, and am currently pursuing a masters degree in Computer Science at Virginia Tech.</p> <p>I am a Lutheran, an Eagle Scout, and am currently pursuing a masters degree in Computer Science at Virginia Tech.</p>
<p>This website is home to <a href="http://aclindsay.com">my blog</a> about various personal and tech-related topics, <a href="http://aclindsay.com/projects">projects I have worked on</a>, and various other things including <a href="http://aclindsay.com/resume">my Resume</a> and <a href="http://aclindsay.com/calendar">my calendar</a>.</p> <p>This website is home to <a href="http://aclindsay.com/blog/">my blog</a> about various personal and tech-related topics, <a href="http://aclindsay.com/projects">projects I have worked on</a>, and various other things including <a href="http://aclindsay.com/resume">my Resume</a> and <a href="http://aclindsay.com/calendar">my calendar</a>.</p>
</div> </div>
<div id="sidebar"> <div id="sidebar">
<center><img src="http://aclindsay.com/graphics/aaron.jpg" style="padding: .5em; width: 90%;" /></center> <center><img src="http://aclindsay.com/graphics/aaron.jpg" style="padding: .5em; width: 90%;" /></center>

View File

@ -3,7 +3,7 @@
<?php <?php
$tabs = array( $tabs = array(
"About" => "/about/", "About" => "/about/",
"Blog" => "/home/", "Blog" => "/blog/",
"Contact" => "/contact/", "Contact" => "/contact/",
"Projects" => "/projects/", "Projects" => "/projects/",
"Resume" => "/resume/" "Resume" => "/resume/"