38 lines
903 B
PHP
38 lines
903 B
PHP
<?php
|
|
/*
|
|
* * Template Name: people-adv
|
|
* * */
|
|
?>
|
|
|
|
<?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">Board of Directors</a>
|
|
<a href="/people-advisors" class="on">Board of Advisors</a>
|
|
<a href="/people-volunteers">Volunteers</a>
|
|
</div ##end of sidenav>
|
|
<div id="col">
|
|
<h3> Richard Stallman</h3>
|
|
<h4> GNU Project/FSF </h4>
|
|
|
|
<h3> Gordon Cook</h3>
|
|
<h4> Cook Report on Internet Protocol </h4>
|
|
|
|
<h3> John Stone </h3>
|
|
<h4> Grinnell College </h4>
|
|
|
|
<h3> Paul Garrin</h3>
|
|
<h4> wifiNY/name.space </h4>
|
|
|
|
<h3> Koen Martens </h3>
|
|
<h4> Hackerspace Foundation </h4>
|
|
</div ##end of col>
|
|
</div ## end colcontainer>
|
|
</div ## end of colwrapper>
|
|
|
|
<?php get_footer(); ?>
|