Changed homepage title
This commit is contained in:
parent
fbc37a242a
commit
7a18c721f5
10
index.php
10
index.php
@ -1,5 +1,5 @@
|
|||||||
<?php include("header_top.php"); ?>
|
<?php include("header_top.php"); ?>
|
||||||
<title>Home - aclindsay.com</title>
|
<title>The Homepage of Aaron Lindsay - aclindsay.com</title>
|
||||||
<?php include("header_bottom.php"); ?>
|
<?php include("header_bottom.php"); ?>
|
||||||
|
|
||||||
<div id="content">
|
<div id="content">
|
||||||
@ -7,17 +7,17 @@
|
|||||||
<h2>The Homepage of Aaron Lindsay</h2>
|
<h2>The Homepage of Aaron Lindsay</h2>
|
||||||
|
|
||||||
<p>Welcome to my personal website!</p>
|
<p>Welcome to my personal website!</p>
|
||||||
<p>Here you may find various things associated with me: a <a href="http://aclindsay.com/blog/">blog</a> about various personal, technological and programming-related topics, a few of the <a href="http://aclindsay.com/projects">projects</a> on which I have worked, 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>
|
<p>Here you may find various things associated with me: a <a href="http://aclindsay.com/blog/">blog</a> about various personal, technological and programming-related topics, a few of the <a href="http://aclindsay.com/projects/">projects</a> on which I have worked, 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>
|
<h3>About Me</h3>
|
||||||
<p>The one-sentence summary: I am a Lutheran Eagle Scout who is currently pursuing a master's degree in Computer Science at Virginia Tech.</p>
|
<p>The one-sentence summary: I am a Lutheran Eagle Scout who is currently pursuing a master's degree in Computer Science at Virginia Tech.</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" alt="Aaron at Angel's Rest near Pearisburg, VA" title="Aaron at Angel's Rest near Pearisburg, VA" style="padding: .5em; width: 90%;" /></center>
|
||||||
<h4>Links:</h4>
|
<h4>Links:</h4>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="http://aclindsay.com/contact">Contact Information</a></li>
|
<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/resume/">My Resume</a></li>
|
||||||
<li><a href="http://aclindsay.com/calendar/">My Calendar</a></li>
|
<li><a href="http://aclindsay.com/calendar/">My Calendar</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
Reference in New Issue
Block a user