big consolidation
This commit is contained in:
33
fnf2014/about_mission.php
Normal file
33
fnf2014/about_mission.php
Normal 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();?>
|
Reference in New Issue
Block a user