Moved blog to /blog/
This commit is contained in:
parent
9a5ec17ee5
commit
8460dba765
@ -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>
|
||||||
|
2
tabs.php
2
tabs.php
@ -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/"
|
||||||
|
Loading…
Reference in New Issue
Block a user