35 lines
772 B
PHP
35 lines
772 B
PHP
<?php
|
|
/*
|
|
* * Template Name: people-dir
|
|
* * */
|
|
?>
|
|
|
|
<?php include('splash_header.php'); ?>
|
|
|
|
<div id="contentwrapper">
|
|
<div id="contentcontainer">
|
|
<h2>People</h2>
|
|
<div id="sidenav">
|
|
<a href="/people">Officers</a>
|
|
<a href="/people-directors" class="on">Board of Directors</a>
|
|
<a href="/people-advisors">Board of Advisors</a>
|
|
<a href="/people-volunteers">Volunteers</a>
|
|
</div ##end of sidenav>
|
|
<div id="col">
|
|
<h3> Isaac Wilder </h3>
|
|
<h4> Chairman </h4>
|
|
|
|
<h3> Tyrone Greenfield</h3>
|
|
<h4> Secretary </h4>
|
|
|
|
<h3> Martin Dluhos </h3>
|
|
|
|
<h3> Patti Wyble </h3>
|
|
|
|
<h3> Gregory Foster </h3>
|
|
</div ##end of col>
|
|
</div ## end colcontainer>
|
|
</div ## end of colwrapper>
|
|
|
|
<?php get_footer(); ?>
|