Skip to content

Commit

Permalink
Backport thermometer updates to bring donation goal to 1600 BCH (Bitc…
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonbcox committed Jun 21, 2019
1 parent 80e1855 commit bff3999
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 13 deletions.
13 changes: 7 additions & 6 deletions devfund.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,15 @@
<div class="container">
<div class="row">
<div class="col-md-7">
<h3>Support Economic Prosperity</h3>
<p>Help increase economic prosperity by supporting the technical development of Bitcoin Cash.<br><br>
<h1>Support a fairer financial system</h1>

<b>Our goal is to raise 800 BCH by August 1st, 2019. Please help us reach our goal!</b><br><br>
<p><b>A fundraiser for Bitcoin Cash developers</b><br/><br/>

The developers of Bitcoin Cash need your support to build and maintain the infrastructure necessary to keep Bitcoin Cash competitive and ready for global adoption. If you are interested in future functionality, security, and the success of Bitcoin Cash, please consider contributing to the development teams working to make this a reality.<br><br>
Without the hardworking independent developers who <a href="https://www.bitcoincash.org/roadmap.html" target="blank">build and improve</a> the Bitcoin Cash (BCH) network itself, our mission of helping the world access a fairer financial system wouldn’t be possible.<br/><br/>

100% of your donation will go to support Bitcoin Cash development, enabling sustainable development and innovation, and thereby adding value to the network and its currency.
That’s why we’re working with the community to support those developers through a fundraiser, and we’re asking for your help to reach the (recently doubled!) 1600 BCH donation goal by August 1st.

The Bitcoin Cash Development Fund supports various BCH developer groups (Bitcoin ABC, BCHD & BCash). 100% of your donation will go to support Bitcoin Cash development, enabling sustainable development and innovation. This fundraiser pot is managed and distributed by <a href="https://www.fvnidevsociety.org/" target="blank">the FVNI Development Society</a>.
</p>
</div>
<div class="col-md-5">
Expand All @@ -35,7 +36,7 @@ <h3>Support Economic Prosperity</h3>
</div>
<div class="donation-info">
<h4 id="balance">0 BCH</h4>
<h5>donated of 800 BCH goal</h5>
<h5>donated of 1600 BCH goal</h5>
<h4 id="transactions">0</h4>
<h5>donations made</h5>
<h4 id="days-to-go">0</h4>
Expand Down
13 changes: 7 additions & 6 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,14 +32,15 @@
<hr>

<div>
<h3>Support Economic Prosperity</h3>
<p>Help increase economic prosperity by supporting the technical development of Bitcoin Cash.<br><br>
<h1>Support a fairer financial system</h1>

<b>Our goal is to raise 800 BCH by August 1st, 2019. Please help us reach our goal!</b><br><br>
<p><b>A fundraiser for Bitcoin Cash developers</b><br/><br/>

The developers of Bitcoin Cash need your support to build and maintain the infrastructure necessary to keep Bitcoin Cash competitive and ready for global adoption. If you are interested in future functionality, security, and the success of Bitcoin Cash, please consider contributing to the development teams working to make this a reality.<br><br>
Without the hardworking independent developers who <a href="https://www.bitcoincash.org/roadmap.html" target="blank">build and improve</a> the Bitcoin Cash (BCH) network itself, our mission of helping the world access a fairer financial system wouldn’t be possible.<br/><br/>

100% of your donation will go to support Bitcoin Cash development, enabling sustainable development and innovation, and thereby adding value to the network and its currency.
That’s why we’re working with the community to support those developers through a fundraiser, and we’re asking for your help to reach the (recently doubled!) 1600 BCH donation goal by August 1st.

The Bitcoin Cash Development Fund supports various BCH developer groups (Bitcoin ABC, BCHD & BCash). 100% of your donation will go to support Bitcoin Cash development, enabling sustainable development and innovation. This fundraiser pot is managed and distributed by <a href="https://www.fvnidevsociety.org/" target="blank">the FVNI Development Society</a>.
</p>
</div>
<div>
Expand All @@ -54,7 +55,7 @@ <h3>Support Economic Prosperity</h3>
</div>
<div class="donation-info">
<h4 id="balance">0 BCH</h4>
<h5>donated of 800 BCH goal</h5>
<h5>donated of 1600 BCH goal</h5>
<h4 id="transactions">0</h4>
<h5>donations made</h5>
<h4 id="days-to-go">0</h4>
Expand Down
2 changes: 1 addition & 1 deletion js/thermometer2.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ function updateCard(data) {
$(".goal-percentage").html(balance_percentage.toFixed(2) + "% of goal reached");
}

let goal = 800;
let goal = 1600;
let balance = 0;
let transactions = 0;
let balance_percentage = 0;
Expand Down

0 comments on commit bff3999

Please sign in to comment.