73 lines
2.4 KiB
PHP
73 lines
2.4 KiB
PHP
<?php
|
|
/*
|
|
* * Template Name: about
|
|
* * */
|
|
?>
|
|
|
|
<?php include('splash_header.php'); ?>
|
|
|
|
<div id="contentwrapper">
|
|
<div id="contentcontainer">
|
|
<h2>About</h2>
|
|
<div id="sidenav">
|
|
<a href="/about" class="on">About the FNF</a>
|
|
<a href="/people">People</a>
|
|
</div ##end of sidenav>
|
|
<div id="col">
|
|
<h3> Our Vision</h3>
|
|
|
|
<p>We envision a world where communities build, maintain, and own their own share of the global computer network.</p>
|
|
|
|
<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>
|
|
|
|
<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>
|
|
|
|
<p>For detailed information about our activities, finances, and ongoing projects, please
|
|
see our <a href="https://staticbits.thefnf.org/FNFAnnualReport2012.pdf">Annual Report [pdf]</a></p>
|
|
|
|
|
|
<h3>Who We Are</h3>
|
|
<ul>
|
|
<li>
|
|
We are an organization committed to the tenets of free information, free
|
|
culture, and free society.
|
|
</li>
|
|
<li>
|
|
We hold that advances in information technology
|
|
provide humanity with the ability to effectively face global challenges.
|
|
</li>
|
|
<li>
|
|
We contend that our very ability to mobilize, organize, and bring about change
|
|
depends on our ability to communicate.
|
|
</li>
|
|
<li>
|
|
We see that our ability to communicate is purchased from a handful of powerful entities.
|
|
</li>
|
|
<li>
|
|
We know that we cannot depend on these entities to support movement away from a status
|
|
quo from which they are the beneficiaries.
|
|
</li>
|
|
<li>
|
|
We believe that access to a free network is a human right, and a necessary tool for
|
|
environmental and social justice.
|
|
</li>
|
|
</ul>
|
|
</div ##end of col>
|
|
</div ## end colcontainer>
|
|
</div ## end of colwrapper>
|
|
|
|
<?php get_footer(); ?>
|