1
0
aclindsay.com/wedding/bridal_party/index.php

69 lines
3.0 KiB
PHP
Raw Normal View History

2012-01-21 23:09:18 -05:00
<?php include("../header_top.php"); ?>
<title>The Wedding of Aaron Lindsay and Elizabeth Pressman</title>
2012-01-22 22:11:53 -05:00
<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>
2012-01-21 23:09:18 -05:00
<?php include("../header_bottom.php"); ?>
<h1>The Bridal Party</h1>
<h2>The Girls</h2>
2012-01-22 22:11:53 -05:00
<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. They lived together Sophomore year. Jen is currently working in Raleigh as a Mechanical Engineer. </p>
</div>
2012-01-21 23:09:18 -05:00
2012-01-22 22:11:53 -05:00
<div class="person">
<img src="http://wedding.aclindsay.com/img/laura.jpg" />
<p><strong>Laura Seitz, Bridesmaid.</strong> Laura and Elizabeth met as Suitemates Sophomore year of college. They went on to live together Elizabeth's senior year.</p>
</div>
2012-01-21 23:09:18 -05:00
2012-01-22 22:11:53 -05:00
<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>
2012-01-21 23:09:18 -05:00
2012-01-22 22:11:53 -05:00
<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>
2012-01-21 23:09:18 -05:00
<h2>The Guys</h2>
2012-01-22 22:11:53 -05:00
<div class="person">
<img src="http://wedding.aclindsay.com/img/person.jpg" />
<p><strong>Christopher Lindsay, Best Man.</strong> The brother of the groom. Christopher is graduating in May with a Biology degree from Virginia Tech, and will be going to medical school in the fall.</p>
</div>
2012-01-21 23:09:18 -05:00
2012-01-22 22:11:53 -05:00
<div class="person">
<img src="http://wedding.aclindsay.com/img/person.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>
2012-01-21 23:09:18 -05:00
2012-01-22 22:11:53 -05:00
<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>
2012-01-21 23:09:18 -05:00
2012-01-22 22:11:53 -05:00
<div class="person">
<img src="http://wedding.aclindsay.com/img/person.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 Harrisonburg, VA.</p>
</div>
2012-01-21 23:09:18 -05:00
<?php include("../footer.php"); ?>