2014-01-23 23:08:42 -05:00
< ? php include_once ( " common.php " ); ?>
2011-04-14 22:54:02 -04:00
< meta http - equiv = " content-type " content = " text/html; charset=utf-8 " />
< meta http - equiv = " content-language " content = " en-US " />
2015-03-10 22:01:20 -04:00
< meta name = " viewport " content = " width=device-width, initial-scale=1 " >
2011-04-14 22:54:02 -04:00
< meta name = " owner " content = " Aaron Lindsay " />
< meta name = " author " content = " Aaron Lindsay " />
2013-09-09 11:14:59 -04:00
< meta name = " copyright " content = " Copyright 2009-2013 Aaron Lindsay " />
2018-05-08 20:35:17 -04:00
< meta name = " keywords " content = " aaron charles lindsay, aaron lindsay, aaron, charles, lindsay, linux, kernel, programming, technology, git, python, c, ARM, assembly, go, résumé, computer science, cs, lutheran, eagle scout " />
< meta name = " description " content = " The personal website of Aaron Lindsay. Contains his personal blog, contact information, résumé, calendar, and other miscellaneous things related to his web presence. " />
2011-04-14 22:54:02 -04:00
2014-01-24 22:44:19 -05:00
< link rel = " shortcut icon " href = " <?php echo get_base_url(); ?>/favicon.ico " />
< link rel = " stylesheet " type = " text/css " href = " <?php echo get_base_url(); ?>/css/stylesheet.css " media = " all " />
2011-04-14 22:54:02 -04:00
< meta name = " google-site-verification " content = " qMjHgibWhOFUqaXZLyo0U3dfLcYiFuXIc-DzIKYBLi4 " />
2011-02-24 14:25:26 -05:00
</ head >
< body >
< div id = " header " >
< div id = " header-inner " >
2014-01-24 22:44:19 -05:00
< div id = " title " >< a href = " <?php echo get_base_url(); ?> " > aclindsay < span id = " title-inner " >. com </ span ></ a ></ div >
2013-12-13 11:19:55 -05:00
< ? php include ( " tabs.php " ); ?>
2011-02-24 14:25:26 -05:00
</ div >
</ div >