forked from bisq-network/bisq-website
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update stats page for february 2020 (bisq-network#352)
- Loading branch information
Steve Jain
committed
Apr 24, 2020
1 parent
29615eb
commit 17689e1
Showing
2 changed files
with
12 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,36 +1,36 @@ | ||
|
||
<div class='plain-stat-container'> | ||
<p class='stat-label'>{{item.pTotalTrades}}</p> | ||
<p class='stat-figure'>49,286</p> | ||
<p class='stat-figure'>52,070</p> | ||
<p class='stat-note'>{{item.pTotalDate}}</p> | ||
</div> | ||
|
||
<div class='plain-stat-container'> | ||
<p class='stat-label'>{{item.pDailyAverageTrade}}</p> | ||
<p class='stat-figure'>77</p> | ||
<p class='stat-figure'>100</p> | ||
<p class='stat-note'>{{item.pTotalDate}}</p> | ||
</div> | ||
|
||
<div class='plain-stat-container'> | ||
<p class='stat-label'>{{item.pSoftwareDownloads}}</p> | ||
<p class='stat-figure'>11,215</p> <!--2224+2457+6308+226=11,215--> | ||
<p class='stat-figure'>13,093</p> <!--2572+2784+7473+264=13,093--> | ||
<p class='stat-note'>{{item.pSoftwareDownloadsVersion}}</p> | ||
</div> | ||
|
||
<div class='plain-stat-container'> | ||
<p class='stat-label'>{{item.pGithubContributors}}</p> | ||
<p class='stat-figure'>209</p> | ||
<p class='stat-figure'>210</p> | ||
<p class='stat-note'>{{item.pToDate}}</p> | ||
</div> | ||
|
||
<div class='plain-stat-container'> | ||
<p class='stat-label'>{{item.pTwitterFollowers}}</p> | ||
<p class='stat-figure'>19,951</p> | ||
<p class='stat-figure'>20,398</p> | ||
<p class='stat-note'>{{item.pToDate}}</p> | ||
</div> | ||
|
||
<div class='plain-stat-container'> | ||
<p class='stat-label'>{{item.pKeybaseUsers}}</p> | ||
<p class='stat-figure'>730</p> | ||
<p class='stat-figure'>790</p> | ||
<p class='stat-note'>{{item.pToDate}}</p> | ||
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters