2014-01-23 23:08:42 -05:00
|
|
|
<?php
|
|
|
|
include_once("common.php");
|
|
|
|
include("header_top.php");
|
|
|
|
?>
|
2011-04-14 23:28:20 -04:00
|
|
|
<title>The Homepage of Aaron Lindsay - aclindsay.com</title>
|
2011-03-21 00:18:24 -04:00
|
|
|
<?php include("header_bottom.php"); ?>
|
|
|
|
|
|
|
|
<div id="content">
|
|
|
|
<div id="main">
|
2011-04-14 23:02:45 -04:00
|
|
|
<h2>The Homepage of Aaron Lindsay</h2>
|
2011-03-21 00:18:24 -04:00
|
|
|
|
2011-04-14 23:02:45 -04:00
|
|
|
<p>Welcome to my personal website!</p>
|
2015-03-16 20:47:23 -04:00
|
|
|
<p>Here you will find assorted digital things associated with me: a <a href="<?php echo get_protocol(); ?>blog.aclindsay.com">blog</a> about personal, technological and programming-related topics, a few of the <a href="<?php echo get_base_url(); ?>/projects/">projects</a> on which I have worked, and other miscellany which includes my <a href="<?php echo get_base_url(); ?>/resume/">resume</a> and <a href="<?php echo get_base_url(); ?>/contact/">contact information</a>.</p>
|
2011-03-21 00:18:24 -04:00
|
|
|
|
|
|
|
<h3>About Me</h3>
|
2013-08-19 19:09:22 -04:00
|
|
|
<p>The ten-word summary: I am a Lutheran Eagle Scout who enjoys <strike style="text-decoration:line-through;">tinkering with</strike> <a href="http://www.catb.org/jargon/html/H/hacker.html">hacking</a> things.</p>
|
2011-03-21 00:18:24 -04:00
|
|
|
</div>
|
2015-03-10 22:01:20 -04:00
|
|
|
<div id="sidebar" class="optional">
|
2017-09-26 20:52:25 -04:00
|
|
|
<center><img src="<?php echo get_base_url(); ?>/graphics/aaron.png" alt="Aaron" title="Aaron" style="width: 95%;" />
|
2011-03-21 00:18:24 -04:00
|
|
|
<ul>
|
2011-04-17 00:14:39 -04:00
|
|
|
<li><h4 style="margin: 1em 0 .5em 0;">Find me on:</h4></li>
|
|
|
|
<li><a href="https://github.com/aclindsa">Github</a></li>
|
2012-12-12 23:22:54 -05:00
|
|
|
<li><a href="http://www.linkedin.com/in/aaronlindsay">LinkedIn</a></li>
|
2011-03-21 00:18:24 -04:00
|
|
|
</ul>
|
2011-04-17 00:14:39 -04:00
|
|
|
</center>
|
2011-03-21 00:18:24 -04:00
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<?php include("footer.php"); ?>
|