Team

All BrickFest events are run by volunteers who donate their time, energy, and considerable enthusiasm to share their passion for all things LEGO®. Would you like to volunteer? It's easy and rewarding - simply contact BrickFest's Volunteer Coordinator! We encourage anyone that has the slightest interest to contribute to the efforts to please make your interests known. Let's join together in making this the best BrickFest to date! It's a great opportunity to become part of the BrickFest team, meet new people, and develop new relationships within our community. Here's an introduction to the staff of this year's event:

Click the names below to read a personal bio, and click the envelopes to contact a person.

Contact Steve Barile, Event Organizer
Contact Christina Hitchcock, Event Organizer

 


7 and recipient <> '' and e_id = $master_event_id order by recipient"; $staffinfo = mysql_query($getInfo); $lastStaffer = ""; $endDiv = ""; while($row = mysql_fetch_array($staffinfo)) { $thisStaffer = $row['recipient']; if($lastStaffer != $thisStaffer) { // New one, start a new line echo($endDiv . "
" . $row['recipient'] . "
\n"); $endDiv = "
\n\n"; } echo("\"Contact\" " . $row['displayname'] . "
\n"); $lastStaffer = $thisStaffer; } echo("\n"); // Now for unfilled positions $getBlankInfo = "SELECT c_id, displayname, recipient FROM `contact` where c_id > 7 and recipient = '' and e_id = $master_event_id"; $blankstaffinfo = mysql_query($getBlankInfo); echo("
Unfilled Positions:
\n"); while($row = mysql_fetch_array($blankstaffinfo)) { echo("\"Contact\" " . trim($row['displayname']) . "
\n"); } echo("\n"); include("inc/footer.php"); ?>