24 lines
		
	
	
		
			1.0 KiB
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			24 lines
		
	
	
		
			1.0 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">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"</a>my Resume</a> and <a href="http://aclindsay.com/calendar">my calendar</a>.</p>
 | |
| 	</div>
 | |
| 	<div id="sidebar">
 | |
| 		<span>Links:</span>
 | |
| 		<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"); ?>
 |