Skip to content
This repository has been archived by the owner on Jan 20, 2024. It is now read-only.

Commit

Permalink
Added fundraising links to appleseed component and legacy code.
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelchisari authored and The Appleseed Project committed Sep 30, 2010
1 parent d11ffa5 commit 66ef4d7
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 16 deletions.
32 changes: 17 additions & 15 deletions components/appleseed/views/donate.php
Original file line number Diff line number Diff line change
@@ -1,11 +1,24 @@
<section id="appleseed-donate">

<section id="appleseed-indiegogo">
<h1>Support Appleseed!</h1>
<h2>Fundraising Drive!</h2>
<p>As a volunteer open source project, Appleseed depends on your support.</p>
<p>Help us push towards 1.0 by making a small donation to the project!</p>
<p>Help us push towards 1.0 by making a small donation to the project on <a href="http://www.indiegogo.com/Open-Source-Social-Networking">Indiegogo.com</a>!</p>
<p>Donate through Indiegogo, and have your donation counted towards our goal!</p>
<br />
<iframe src="http://www.indiegogo.com/project/widget/10001?a=17789" width="210px" height="400px" frameborder="1" scrolling="no"></iframe>
</section>

<section id="appleseed-donate">

<h2>Paypal</h2>
<p>You can also donate directly using paypal (although it doesn't show in our fundraising totals).</p>
<form action="https://www.paypal.com/cgi-bin/webscr" method="post">
<input type="hidden" name="business" value="donate@appleseedproject.org">
<input type="hidden" name="cmd" value="_donations">
Expand All @@ -27,15 +40,4 @@
<img alt="" border="0" width="1" height="1" src="https://www.paypal.com/en_US/i/scr/pixel.gif" >
</form>
</section>
<!--
<section id="appleseed-indiegogo">
<h1>Fundraising Drive!</h1>
<p>We're also on <a href="http://www.indiegogo.com/The-Appleseed-Project">Indiegogo.com</a>, looking to raise money for the project until December 1, 2010.</p>
<p>Donate through Indiegogo, and have your donation counted towards our goal!</p>
<iframe src="http://www.indiegogo.com/project/widget/4462?a=17789" width="220px" height="390px" frameborder="1" scrolling="no"></iframe>
</section>
-->
</section>
6 changes: 5 additions & 1 deletion legacy/frameworks/default/frames/site/main.afrw
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,16 @@

<!-- ## loginbox obj -->
<?php echo $bLOGINBOX; ?>

<!-- ## fundraising (feel free to remove) -->
<section id="appleseed-indiegogo"> <h1>Support Appleseed!</h1> <br /> <b>Fundraising Drive!</b> <p>As a volunteer open source project, Appleseed depends on your support.</p> <p>Help us push towards 1.0 by making a small donation to the project on <a href="http://www.indiegogo.com/Open-Source-Social-Networking">Indiegogo.com</a>!</p> <p>Donate through Indiegogo, and have your donation counted towards our goal!</p> <br /> <iframe src="http://www.indiegogo.com/project/widget/10001?a=17789" width="210px" height="400px" frameborder="1" scrolling="no"></iframe> </section>
<section id="appleseed-donate"> <b>Paypal</b> <p>You can also donate directly using paypal (although it doesn't show in our fundraising totals).</p> <form action="https://www.paypal.com/cgi-bin/webscr" method="post"> <input type="hidden" name="business" value="donate@appleseedproject.org"> <input type="hidden" name="cmd" value="_donations"> <input type="hidden" name="item_name" value="The Appleseed Project"> <input type="hidden" name="item_number" value="Open Source Donation"> <br/> <select id="donate-amount" name="amount"> <option value="100"> $100.00 </option> <option value="50"> $50.00 </option> <option value="25"> $25.00 </option> <option value="10"> $10.00 </option> <option value="5" selected="selected"> $5.00 </option> </select> <input type="hidden" name="currency_code" value="USD"> <input type="image" name="submit" border="0" src="https://www.paypal.com/en_US/i/btn/btn_donate_SM.gif" alt="PayPal - The safer, easier way to pay online"> <img alt="" border="0" width="1" height="1" src="https://www.paypal.com/en_US/i/scr/pixel.gif" > </form> </section>

<!-- ## invitebox obj -->
<?php echo $bINVITEBOX; ?>

<!-- ## latestphotos obj -->
<?php echo $bLATESTNODES; ?>
<?php <!-- echo $bLATESTNODES; --> ?>

&nbsp;
</div>
Expand Down
3 changes: 3 additions & 0 deletions legacy/themes/default/style/theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -205,3 +205,6 @@ span.untranslatedp { margin:0 0 0 0; padding:0px 4px; color:#2a2afa; background-

span.mistranslated { margin:0; padding:0px 4px; color:#2a2afa; background-color:#ff4444; font-style:italic; }
span.mistranslatedp { margin:0 0 0 0; padding:0px 4px; color:#2a2afa; background-color:#facaca; font-style:italic; }

#userinfo { float:left; background-color:#c0d895; padding:0px 8px 5px 8px; margin-bottom:10px; }
#userinfo { -moz-border-radius:6px; border-radius:6px; -webkit-border-radius:6px; }
1 change: 1 addition & 0 deletions themes/default/style/theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -358,6 +358,7 @@

/* appleseed-donate */
#appleseed-donate input, #appleseed-donate select { width:auto; margin-right:5px; }
#appleseed-indiegogo h2 { padding-top:10px; }

/* appleseed-debug */
#appleseed-debug { margin-top:10px; }
Expand Down

0 comments on commit 66ef4d7

Please sign in to comment.