25 lines
977 B
PHP
25 lines
977 B
PHP
|
<?php
|
||
|
/*
|
||
|
* * Template Name: donate-bits
|
||
|
* * */
|
||
|
?>
|
||
|
|
||
|
<?php include('splash_header.php'); ?>
|
||
|
|
||
|
<div id="contentwrapper">
|
||
|
<div id="contentcontainer">
|
||
|
<h2>Donate</h2>
|
||
|
<div id="sidenav">
|
||
|
<a href="https://thefnf.org/donate/?page=CiviCRM&q=civicrm/contribute/transact&reset=1&id=1">Join the FNF</a>
|
||
|
<a href="/donate-bitcoin" class="on">Give Bitcoins</a>
|
||
|
<a href="/donate-in-kind">Give In Kind</a>
|
||
|
</div ##end of sidenav>
|
||
|
<div id="col">
|
||
|
<h3> We love Bitcoins </h3>
|
||
|
<p>Bitcoin (BTC) is a decentralized digital currency based on an open-source, peer-to-peer protocol. They can offer anonymity to your donations if you so desire. You can learn more about BTC at <a href="http://lovebitcoins.org/">We Love Bitcoins</a> or <a href="http://www.weusecoins.com/">We Use Bitcoins</a>. Our Bitcoin address is 18S8ugWEuWLbMP9DBpBdDk9SN6CiRxZB8S</P>
|
||
|
</div ##end of col>
|
||
|
</div ## end colcontainer>
|
||
|
</div ## end of colwrapper>
|
||
|
|
||
|
<?php get_footer(); ?>
|