staticbits.thefnf.org/fnf2014/donate_kind.php

25 lines
1.1 KiB
PHP
Raw Permalink Normal View History

2022-09-27 05:51:15 +00:00
<?php
/*
* * Template Name: donate-kind
* * */
?>
<?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">Give Bitcoins</a>
<a href="/donate-in-kind" class="on">Give In Kind</a>
</div ##end of sidenav>
<div id="col">
<h3>We Use Stuff</h3>
<p>If you've got a resource, chances are we could put it to good use. Roof space, office space, old computers, shop tools, AV gear, an old car, books -- whatever you've got. Our current needs include Soekris Boards, UBNT Radios, and semi-permanent radio space on roofs with a view of the Kansas City skyline. Our main offices are in Kansas City and Austin, but we've also got contingents operating in Boston, New York, and the Bay Area. If you think you've got something that could be of use, <a href="mailto:contact@thefnf.org">let's talk.</a></p>
</div ##end of col>
</div ## end colcontainer>
</div ## end of colwrapper>
<?php get_footer(); ?>