staticbits.thefnf.org/fnf2014/about_howtohelp.php
2022-09-27 00:51:15 -05:00

36 lines
1.2 KiB
PHP
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

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