36 lines
1.2 KiB
PHP
36 lines
1.2 KiB
PHP
<?php
|
||
/*
|
||
* * Template Name: about_hth
|
||
* * */
|
||
?>
|
||
|
||
<?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">What We do</a>
|
||
<a href="/about-how-to-help" class="on">How to Help</a>
|
||
</div ##end of sidenav>
|
||
<div id="col">
|
||
|
||
<h3>How To Help</h3>
|
||
|
||
<p> Tell your friends. There is only one true social network – the human one: use
|
||
it to spread word of our work. Sign up for our e-mail list. This is our
|
||
primary mode of communication, collaboration, and exchange. Come join the
|
||
conversation. Contribute. Make a cash donation, by clicking ‘Donate,’ on the
|
||
right side of the page, or contribute your time and expertise. The FNF
|
||
operates completely though crowdsourcing and volunteer labor. That means a
|
||
lot of small donations from people like you. Money goes to pay for
|
||
colocation, bandwidth and development machines.</p>
|
||
</div ##end of col>
|
||
</div ## end colcontainer>
|
||
</div ## end of colwrapper>
|
||
|
||
<?php get_footer(); ?>
|