big consolidation
This commit is contained in:
37
fnf2014/people_advisors.php
Normal file
37
fnf2014/people_advisors.php
Normal file
@@ -0,0 +1,37 @@
|
||||
<?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(); ?>
|
Reference in New Issue
Block a user