Skip to content

Commit 0043e3a

Browse files
committed
e4aafaa Increase donation target
1 parent e5be096 commit 0043e3a

File tree

3 files changed

+453
-292
lines changed

3 files changed

+453
-292
lines changed

assets/js/main.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@
130130

131131
fetch('https://opencollective.com/opensourcebim.json').then(r => r.json()).then(d => {
132132
let monthly = d.yearlyIncome / 12 / 100.;
133-
let percentage = monthly / 2500 * 100;
133+
let percentage = monthly / 5000 * 100;
134134
var amountRaisedElements = document.getElementsByClassName('amount-raised');
135135
for (var i = 0; i < amountRaisedElements.length; i++) {
136136
amountRaisedElements[i].textContent = '$' + monthly.toFixed(0);

downloads.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
</ul>
5353
<div class="menu-right-options ms-auto">
5454
<p>
55-
<strong class="amount-raised" style="margin-right: 5px;">$</strong> / $2,500 funded
55+
<strong class="amount-raised" style="margin-right: 5px;">$</strong> / $5,000 funded
5656
<a href="https://opencollective.com/opensourcebim">
5757
<span class="border-1">
5858
<span class="progress-bar" id="progress-bar" data-status="0%" aria-label="Progress bar."></span>

0 commit comments

Comments
 (0)