File tree Expand file tree Collapse file tree 3 files changed +453
-292
lines changed
Expand file tree Collapse file tree 3 files changed +453
-292
lines changed Original file line number Diff line number Diff line change 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 ) ;
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments