23 lines
		
	
	
		
			1.1 KiB
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			23 lines
		
	
	
		
			1.1 KiB
		
	
	
	
		
			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</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.pdf"</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/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"); ?>
 |