Commit 0043e3a 1 parent e5be096 commit 0043e3a Copy full SHA for 0043e3a
File tree 3 files changed +453
-292
lines changed
3 files changed +453
-292
lines changed Original file line number Diff line number Diff line change 130
130
131
131
fetch ( 'https://opencollective.com/opensourcebim.json' ) . then ( r => r . json ( ) ) . then ( d => {
132
132
let monthly = d . yearlyIncome / 12 / 100. ;
133
- let percentage = monthly / 2500 * 100 ;
133
+ let percentage = monthly / 5000 * 100 ;
134
134
var amountRaisedElements = document . getElementsByClassName ( 'amount-raised' ) ;
135
135
for ( var i = 0 ; i < amountRaisedElements . length ; i ++ ) {
136
136
amountRaisedElements [ i ] . textContent = '$' + monthly . toFixed ( 0 ) ;
Original file line number Diff line number Diff line change 52
52
</ ul >
53
53
< div class ="menu-right-options ms-auto ">
54
54
< 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
56
56
< a href ="https://opencollective.com/opensourcebim ">
57
57
< span class ="border-1 ">
58
58
< span class ="progress-bar " id ="progress-bar " data-status ="0% " aria-label ="Progress bar. "> </ span >
You can’t perform that action at this time.
0 commit comments