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,32 @@
<?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(); ?>