Moved /about/ page to /
This commit is contained in:
parent
635373e6fe
commit
bcb3aa1a1f
2
.gitignore
vendored
2
.gitignore
vendored
@ -1,5 +1,5 @@
|
||||
#wordpress directory
|
||||
home/
|
||||
blog/
|
||||
|
||||
cgi-bin/
|
||||
|
||||
|
@ -1,24 +0,0 @@
|
||||
<?php include("../header_top.php"); ?>
|
||||
<title>About - aclindsay.com</title>
|
||||
<?php include("../header_bottom.php"); ?>
|
||||
|
||||
<div id="content">
|
||||
<div id="main">
|
||||
<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>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 id="sidebar">
|
||||
<center><img src="http://aclindsay.com/graphics/aaron.jpg" style="padding: .5em; width: 90%;" /></center>
|
||||
<h4>Links:</h4>
|
||||
<ul>
|
||||
<li><a href="http://aclindsay.com/contact">Contact Information</a></li>
|
||||
<li><a href="http://aclindsay.com/resume">My Resume</a></li>
|
||||
<li><a href="http://aclindsay.com/calendar/">My Calendar</a></li>
|
||||
<li><a href="http://onetimeinmexico.wordpress.com/">This One Time in Mexico</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<?php include("../footer.php"); ?>
|
30
index.php
30
index.php
@ -1,3 +1,27 @@
|
||||
<?php
|
||||
header('Location: http://aclindsay.com/about/');
|
||||
?>
|
||||
<?php include("header_top.php"); ?>
|
||||
<title>Home - aclindsay.com</title>
|
||||
<?php include("header_bottom.php"); ?>
|
||||
|
||||
<div id="content">
|
||||
<div id="main">
|
||||
<h2>Home</h2>
|
||||
|
||||
<p>Welcome to the personal website of Aaron Lindsay.</p>
|
||||
<p>Here you can find my <a href="http://aclindsay.com/blog/">blog</a> about various personal, technology- and programming-related topics, some of the <a href="http://aclindsay.com/projects">projects</a> I have worked on, and other miscellany including my <a href="http://aclindsay.com/resume">resume</a>, <a href="http://aclindsay.com/calendar">calendar</a>, and <a href="http://aclindsay.com/contact/">contact information</a>.</p>
|
||||
|
||||
<h3>About Me</h3>
|
||||
<p>I am a Lutheran Eagle Scout who is currently pursuing a masters degree in Computer Science at Virginia Tech.</p>
|
||||
</div>
|
||||
<div id="sidebar">
|
||||
<center><img src="http://aclindsay.com/graphics/aaron.jpg" style="padding: .5em; width: 90%;" /></center>
|
||||
<h4>Links:</h4>
|
||||
<ul>
|
||||
<li><a href="http://aclindsay.com/contact">Contact Information</a></li>
|
||||
<li><a href="http://aclindsay.com/resume">My Resume</a></li>
|
||||
<li><a href="http://aclindsay.com/calendar/">My Calendar</a></li>
|
||||
<li><a href="http://onetimeinmexico.wordpress.com/">This One Time in Mexico</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<?php include("footer.php"); ?>
|
||||
|
Loading…
Reference in New Issue
Block a user