mirror of
https://github.com/ivabus/www
synced 2024-11-13 04:55:15 +03:00
tea-cli page progress
This commit is contained in:
parent
e8e288b42e
commit
224be17673
|
@ -16,16 +16,23 @@
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col">
|
<div class="col">
|
||||||
<p class="black text-center">TOTAL DOWNLOADS</p>
|
<p class="black text-center">TOTAL DOWNLOADS</p>
|
||||||
<p class="black text-center"><span id="tea-cli-downloads">612,085</span></p>
|
<p class="black text-center tea-cli-data"><span id="tea-cli-downloads">612,085</span></p>
|
||||||
</div>
|
</div>
|
||||||
<div class="col">
|
<div class="col">
|
||||||
<p class="black text-center">TOTAL DOWNLOADS</p>
|
<p class="black text-center">FOR THIS VERSION</p>
|
||||||
<p class="black text-center"><span id="tea-cli-ver-downloads">612,085</span></p>
|
<p class="black text-center tea-cli-data"><span id="tea-cli-ver-downloads">612,085</span></p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
<style>
|
||||||
|
.tea-cli-data{
|
||||||
|
font-size: 6.138vw;
|
||||||
|
font-family: "pp-neue-machina";
|
||||||
|
}
|
||||||
|
</style>
|
||||||
|
|
||||||
<section>
|
<section>
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<h2>Versions</h2>
|
<h2>Versions</h2>
|
||||||
|
|
Loading…
Reference in a new issue