big consolidation

This commit is contained in:
2022-09-27 00:51:15 -05:00
parent 4d61ad26bd
commit 50f2f1c644
509 changed files with 36567 additions and 7542 deletions

View File

@@ -0,0 +1,26 @@
<?php
/*
* * Template Name: people-vol
* * */
?>
<?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">Board of Advisors</a>
<a href="/people-volunteers" class="on">Volunteers</a>
</div ##end of sidenav>
<div id="col">
<h3> Our Backbone</h3>
<p> The individuals that sustain and contribute to the operations of the Free Network Foundation are too many to mention. Suffice it to say that it is the support and hardwork of indviduals like yourself who make this enterprise possible.</p>
<p> Accross multiple continents, and many domains, we rely on individuals who sacrifice their time, expertise and resources to the idea that we can build a freer network, and with it, a freer society. To those that have contributed, we send a heartfelt thank you, and to those that have not, we open the door. If you would like to become a part of our efforts, please don't hesitate to <a href="../contact"> be in touch </a></p>
</div ##end of col>
</div ## end colcontainer>
</div ## end of colwrapper>
<?php get_footer(); ?>