38 lines
1.3 KiB
PHP
38 lines
1.3 KiB
PHP
<?php
|
|
/*
|
|
* * Template Name: about_wwa
|
|
* * */
|
|
?>
|
|
|
|
<?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" class="on">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>Who We Are</h3>
|
|
|
|
<p>We are an organization committed to the tenets of free information, free
|
|
culture, and free society. We hold that advances in information technology
|
|
provide humanity with the ability to effectively face global challenges. We
|
|
contend that our very ability to mobilize, organize, and bring about change
|
|
depends on our ability to communicate. We see that our ability to
|
|
communicate is purchased from a handful of powerful entities. We know that
|
|
we cannot depend on these entities to support movement away from a status
|
|
quo from which they are the beneficiaries. We believe that access to a free
|
|
network is a human right, and a necessary tool for environmental and social
|
|
justice.</p>
|
|
|
|
</div ##end of col>
|
|
</div ## end colcontainer>
|
|
</div ## end of colwrapper>
|
|
|
|
<?php get_footer(); ?>
|