Changeset - 15bd2a9add8c
[Not reviewed]
0 1 0
Martin Michlmayr (tbm) - 9 years ago 2014-11-11 23:03:03
tbm@cyrius.com
Fix some HTML syntax errors
1 file changed with 5 insertions and 6 deletions:
0 comments (0 inline, 0 general)
www/conservancy/static/campaign/index.html
Show inline comments
...
 
@@ -50,13 +50,12 @@
 

	
 
<div style="position:fixed;top:180px;right:2%;width:18%">
 
<table style="background-color:#afe478;width:100%;">
 
<tr><td style="text-align:center;padding:10px;padding-bottom:10px;">
 

	
 
<div id="donate-box" class="toggle-unit"><h1 class="toggle-content">Donate Now!</h1></div>
 
</div>
 

	
 
<!--
 
<script type="text/javascript" src="https://js.balancedpayments.com/v1/balanced.js"></script>
 

	
 
<script type="text/javascript">
 
   // FOR DEMONSTRATION PURPOSES ONLY - if you already have a server you can POST to, replace
...
 
@@ -137,15 +136,15 @@ el.attachEvent('on'+ev, function() {handler.apply(el);});
 
    };
 
   $('#bank-account-form').submit(tokenizeInstrument);
 
*/
 
</script>
 
-->
 
$66,275 raised toward<br/>
 
our $75,000 goal.</br>
 
<div id="progressbar" style="height:20px;"><span style="float:right; align:center; margin-right:40%">88.4%</div>
 
<font style="font-size: 75%">(Progress bar updated monthly.)</font>
 
our $75,000 goal.<br/>
 
<div id="progressbar" style="height:20px;"><span style="float:right; align:center; margin-right:40%">88.4%</span></div>
 
<p style="font-size: 75%">(Progress bar updated monthly.)</p>
 
<a id="donate" style="text-decoration:none"></a>
 
<h3>Help us reach our goal:</h3>
 

	
 
<!-- PayPal start -->
 
<form action="https://www.paypal.com/cgi-bin/webscr" method="post" target="_top">
 
<input type="hidden" name="cmd" value="_s-xclick">
...
 
@@ -282,13 +281,13 @@ Other donation methods:
 
  work on this project, but we'd really appreciate more donations, as we've
 
  needed to make a lot of compromises in our plans since we didn't reach our
 
  fundraising goal.  Furthermore, we welcome volunteers to join
 
  us <a href="http://npoacct.sfconservancy.org">in developing this software</a>.</p>
 
</blockquote>
 
<br/>
 
<hr width="80%"/>
 
<hr/>
 
<p>Conservancy has a plan to help all non-profit organizations (NPOs) by
 
creating an Open Source and Free Software accounting system usable by
 
non-technical bookkeepers, accountants, and non-profit managers.  You can
 
help us do it by donating now.
 
</p>
 

	
...
 
@@ -439,13 +438,12 @@ Foundation</a>, The <a href="http://www.gnome.org/foundation/">GNOME Foundation<
 
<li>Ability to easily handle all these features on a project-by-project
 
  subset of the accounts, and to easily export and excise that subset from
 
  the system. (i.e., support for temporarily restricted assets, earmarked for
 
  fiscal-sponsored projects)</li>
 
<li>Multi-currency support and reporting</li>
 
</ul>
 
</p>
 

	
 
<p>We will consider the first year of this project successful <em>only if all these
 
  functions can be performed by a bookkeeper who is generally qualified as a
 
  bookkeeper</em>, but not necessarily familiar with standard Free Software tools
 
  such as GNU/Linux, Emacs, version control, and command line scripts.  This
 
  requirement is essential: Conservancy's existing system using Ledger CLI
...
 
@@ -601,11 +599,12 @@ Executive Director, <a href="https://openhatch.org/">OpenHatch</a></p>
 
  written will be released under a license that is both approved by
 
  the <a href="http://www.gnu.org/licenses/license-list.html#GPLCompatibleLicenses">FSF as a Free
 
  Software license</a> <strong>and</strong> by the OSI as
 
  an <a href="http://opensource.org/licenses">OSI-approved license</a>.  New
 
  documentation that is written will be released under some license
 
  compatible with <a href="https://creativecommons.org/licenses/by-sa/3.0/us/">CC BY-SA 3.0 USA</a>.</li>
 
</ul>
 

	
 
<!-- end campaign text -->
 
</div>
 

	
 
{% endblock %}
0 comments (0 inline, 0 general)