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