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

33
fnf2014/about_mission.php Normal file
View File

@@ -0,0 +1,33 @@
<?php
/*
* * Template Name: about_mission
* * */
?>
<?php include('splash_header.php'); ?>
<div id="contentwrapper">
<div id="contentcontainer">
<h2>About</h2>
<div id="sidenav">
<a href="/about-vision">Vision</a>
<a href="/about-mission" class="on">Mission</a>
<a href="/about-who-we-are">Who We Are</a>
<a href="/about-what-we-do">What We do</a>
<a href="/about-how-to-help">How to Help</a>
</div ##end of sidenav>
<div id="col">
<h3> Our Mission</h3>
<p>The Free Network Foundation is a nonprofit organization that provides
operators around the world with essential infrastructure for the
realization and support of free networks. We engineer tools and develop
educational resources to facilitate the deployment of resilient,
responsive, and accessible networks.</p>
</div ##end of col>
</div ## end colcontainer>
</div ## end of colwrapper>
<?php get_footer();?>