69 lines
3.3 KiB
PHP
69 lines
3.3 KiB
PHP
<?php include("../header_top.php"); ?>
|
|
<title>The Wedding of Aaron Lindsay and Elizabeth Pressman</title>
|
|
<style>
|
|
div.person {
|
|
display: block;
|
|
clear: both;
|
|
margin: 1em;
|
|
padding: 1em;
|
|
}
|
|
div.person img {
|
|
float: left;
|
|
padding: 0 1em 0 0;
|
|
}
|
|
h2 {
|
|
padding: 2em 0 0 0;
|
|
display: block;
|
|
clear: both;
|
|
}
|
|
</style>
|
|
<?php include("../header_bottom.php"); ?>
|
|
|
|
<h1>The Wedding Party</h1>
|
|
|
|
<h2>The Girls</h2>
|
|
|
|
<div class="person">
|
|
<img src="http://wedding.aclindsay.com/img/jen_g.jpg" />
|
|
<p><strong>Jen Goodson, Maid of Honor.</strong> Jen and Elizabeth met in the NC State marching band Freshman year of college and became quick friends. They lived together Sophomore year. Jen is currently working at Progress Energy as a mechanical engineer in Raleigh. </p>
|
|
</div>
|
|
|
|
<div class="person">
|
|
<img src="http://wedding.aclindsay.com/img/laura.jpg" />
|
|
<p><strong>Laura Seitz, Bridesmaid.</strong> Laura and Elizabeth met as Suitemates Elizabeth's Sophomore year of college, and practially lived in the same room. They went on to live together Elizabeth's senior year. Laura is currently working at Nordstrom in Raleigh.</p>
|
|
</div>
|
|
|
|
<div class="person">
|
|
<img src="http://wedding.aclindsay.com/img/jen_b.jpg" />
|
|
<p><strong>Jen Bolous, Bridesmaid.</strong> Jen and Elizabeth met in a History class Freshman year of college. They quickly discovered they were both studying to be Spanish teachers and were both from Asheville, NC. Jen is currently working as a Spanish teacher at Daniels Middle in Raleigh. </p>
|
|
</div>
|
|
|
|
<div class="person">
|
|
<img src="http://wedding.aclindsay.com/img/beth.jpg" />
|
|
<p><strong>Beth Deering, Bridesmaid.</strong> Elizabeth and Beth met at Mars Hill band camp in middle school. Despite going to different schools they were very close throughout high school. Beth is currently working as a nanny in Weaverville, NC.</p>
|
|
</div>
|
|
|
|
<h2>The Guys</h2>
|
|
|
|
<div class="person">
|
|
<img src="http://wedding.aclindsay.com/img/christopher.jpg" />
|
|
<p><strong>Christopher Lindsay, Best Man.</strong> The brother of the groom. Christopher and Elizabeth are also good friends and have known eachother since Elizabeth was in 8th grade and Christopher was in 6th. Christopher is graduating in May with a Biology degree from Virginia Tech, and will be going to medical school in the fall.</p>
|
|
</div>
|
|
|
|
<div class="person">
|
|
<img src="http://wedding.aclindsay.com/img/jacob.jpg" />
|
|
<p><strong>Jacob Pressman, Groomsman.</strong> The brother of the bride. Jacob and Aaron have known each other for quite some time, and Aaron likes to think he's part of the reason Jacob decided to go to Virginia Tech. Jacob is studying Electrical Engineering at Tech, and plans to graduate in 2015.</p>
|
|
</div>
|
|
|
|
<div class="person">
|
|
<img src="http://wedding.aclindsay.com/img/jon.jpg" />
|
|
<p><strong>Jon Waldron, Groomsman.</strong> Jon and Aaron met as RAs in Miles Hall at Virginia Tech. They shared a hall and a few interesting memories as RAs in Miles. Jon is currently working towards an MS in Clinical Psychology at VT.</p>
|
|
</div>
|
|
|
|
<div class="person">
|
|
<img src="http://wedding.aclindsay.com/img/chris.jpg" />
|
|
<p><strong>Chris Bodkins, Groomsman.</strong> Aaron also met Chris on the RA staff in Miles. They have enjoyed being roommates for the past year. Chris is graduating from Virginia Tech this spring with a degree in Finance. Chris is originally from McGaheysville, VA.</p>
|
|
</div>
|
|
|
|
<?php include("../footer.php"); ?>
|