big consolidation

This commit is contained in:
2022-09-27 00:51:15 -05:00
parent 4d61ad26bd
commit 50f2f1c644
509 changed files with 36567 additions and 7542 deletions

24
fnf2014/donate_kind.php Normal file
View File

@@ -0,0 +1,24 @@
<?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(); ?>