22 lines
780 B
PHP
22 lines
780 B
PHP
|
<?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"); ?>
|