34 lines
964 B
PHP
34 lines
964 B
PHP
<?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();?>
|