Initial Commit
This commit is contained in:
21
about/index.php
Normal file
21
about/index.php
Normal file
@ -0,0 +1,21 @@
|
||||
<?php include("../header_top.php"); ?>
|
||||
<title>About Me - aclindsay.com</title>
|
||||
<?php include("../header_bottom.php"); ?>
|
||||
|
||||
<div id="content">
|
||||
<div id="main">
|
||||
<h2>About Me</h2>
|
||||
|
||||
<p>I am a Lutheran, an Eagle Scout, and am currently pursuing a masters degree in Computer Science at Virginia Tech.</p>
|
||||
</div>
|
||||
<div id="sidebar">
|
||||
<span>Links:</span>
|
||||
<ul>
|
||||
<li><a href="http://aclindsay.com/Resume.pdf">My Resume (pdf)</a> (Note: All contact information has been removed - please <a href="http://aclindsay.com/contact">contact me</a> for a full version)</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"); ?>
|
Reference in New Issue
Block a user