From bcb3aa1a1fb3b5e4d2c53bceb6e137e011173c48 Mon Sep 17 00:00:00 2001 From: Aaron Lindsay Date: Sun, 20 Mar 2011 22:18:24 -0600 Subject: [PATCH] Moved /about/ page to / --- .gitignore | 2 +- about/index.php | 24 ------------------------ index.php | 30 +++++++++++++++++++++++++++--- tabs.php | 2 +- 4 files changed, 29 insertions(+), 29 deletions(-) delete mode 100644 about/index.php diff --git a/.gitignore b/.gitignore index 2b7abdf..a6053e9 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,5 @@ #wordpress directory -home/ +blog/ cgi-bin/ diff --git a/about/index.php b/about/index.php deleted file mode 100644 index 6849242..0000000 --- a/about/index.php +++ /dev/null @@ -1,24 +0,0 @@ - -About - aclindsay.com - - -
-
-

About

- -

I am a Lutheran, an Eagle Scout, and am currently pursuing a masters degree in Computer Science at Virginia Tech.

-

This website is home to my blog about various personal and tech-related topics, projects I have worked on, and various other things including my Resume and my calendar.

-
- -
- - diff --git a/index.php b/index.php index f7a9117..b540011 100644 --- a/index.php +++ b/index.php @@ -1,3 +1,27 @@ - + +Home - aclindsay.com + + +
+
+

Home

+ +

Welcome to the personal website of Aaron Lindsay.

+

Here you can find my blog about various personal, technology- and programming-related topics, some of the projects I have worked on, and other miscellany including my resume, calendar, and contact information.

+ +

About Me

+

I am a Lutheran Eagle Scout who is currently pursuing a masters degree in Computer Science at Virginia Tech.

+
+ +
+ + diff --git a/tabs.php b/tabs.php index 804fc33..c5ab608 100644 --- a/tabs.php +++ b/tabs.php @@ -2,7 +2,7 @@