2011-03-21 00:18:24 -04:00
< ? 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 >
2011-04-14 23:28:20 -04:00
< p > Here you may find various things associated with me : a < a href = " http://aclindsay.com/blog/ " > blog </ a > about various personal , technological and programming - related topics , a few of the < a href = " http://aclindsay.com/projects/ " > projects </ a > on which I have worked , and other miscellany including my < a href = " http://aclindsay.com/resume/ " > resume </ a > , < a href = " http://aclindsay.com/calendar/ " > calendar </ a > , and < a href = " http://aclindsay.com/contact/ " > contact information </ a >.</ p >
2011-03-21 00:18:24 -04:00
< h3 > About Me </ h3 >
2011-04-14 23:02:45 -04:00
< p > The one - sentence summary : I am a Lutheran Eagle Scout who is currently pursuing a master ' s degree in Computer Science at Virginia Tech .</ p >
2011-03-21 00:18:24 -04:00
</ div >
< div id = " sidebar " >
2011-04-14 23:28:20 -04:00
< center >< img src = " http://aclindsay.com/graphics/aaron.jpg " alt = " Aaron at Angel's Rest near Pearisburg, VA " title = " Aaron at Angel's Rest near Pearisburg, VA " style = " padding: .5em; width: 90%; " /></ center >
2011-03-21 00:18:24 -04:00
< h4 > Links :</ h4 >
< ul >
2011-04-14 23:28:20 -04:00
< li >< a href = " http://aclindsay.com/contact/ " > Contact Information </ a ></ li >
< li >< a href = " http://aclindsay.com/resume/ " > My Resume </ a ></ li >
2011-03-21 00:18:24 -04:00
< li >< a href = " http://aclindsay.com/calendar/ " > My Calendar </ a ></ li >
</ ul >
</ div >
</ div >
< ? php include ( " footer.php " ); ?>