33 lines
1.0 KiB
PHP
33 lines
1.0 KiB
PHP
<?php
|
|
/*
|
|
* * Template Name: about_wwd
|
|
* * */
|
|
?>
|
|
|
|
<?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">Mission</a>
|
|
<a href="/about-who-we-are">Who We Are</a>
|
|
<a href="/about-what-we-do" class="on">What We do</a>
|
|
<a href="/about-how-to-help">How to Help</a>
|
|
</div ##end of sidenav>
|
|
<div id="col">
|
|
<h3>What We Do</h3>
|
|
|
|
<p>We envision communications infrastructure that is owned and operated
|
|
cooperatively, by the whole of humanity, rather than by corporations and
|
|
states. We are using the power of peer-to-peer technologies to create a
|
|
global network which is resistant to censorship and breakdown. We promote
|
|
freedoms, support innovations and advocate technologies that enhance and
|
|
enable digital self-determination.</p>
|
|
|
|
</div ##end of col>
|
|
</div ## end colcontainer>
|
|
</div ## end of colwrapper>
|
|
<?php get_footer(); ?>
|