25 lines
1.1 KiB
PHP
25 lines
1.1 KiB
PHP
<?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"); ?>
|