2022-10-07 19:51:47 +03:00
|
|
|
{{ define "main" }}
|
|
|
|
|
|
|
|
<section class="tea-cli">
|
2022-10-13 00:13:55 +03:00
|
|
|
<div class="container tea-cli-container">
|
2022-10-07 19:51:47 +03:00
|
|
|
<div class="row">
|
2022-10-07 22:17:20 +03:00
|
|
|
<div class="col my-auto">
|
2022-10-07 19:51:47 +03:00
|
|
|
<h1>TEA CLI</h1>
|
|
|
|
<p class="lead">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</section>
|
|
|
|
|
2022-10-07 22:17:20 +03:00
|
|
|
{{- partial "full-width-cta-split.html" . -}}
|
|
|
|
|
2022-10-07 20:31:47 +03:00
|
|
|
<section class="teal-bg">
|
2022-10-13 00:13:55 +03:00
|
|
|
<div class="container tea-cli-container">
|
2022-10-07 20:31:47 +03:00
|
|
|
<div class="row">
|
|
|
|
<div class="col">
|
|
|
|
<p class="black text-center">TOTAL DOWNLOADS</p>
|
2022-10-07 20:54:44 +03:00
|
|
|
<p class="black text-center tea-cli-data"><span id="tea-cli-downloads">612,085</span></p>
|
2022-10-07 20:31:47 +03:00
|
|
|
</div>
|
|
|
|
<div class="col">
|
2022-10-07 20:54:44 +03:00
|
|
|
<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>
|
2022-10-07 20:31:47 +03:00
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</section>
|
|
|
|
|
2022-10-07 20:54:44 +03:00
|
|
|
<style>
|
|
|
|
.tea-cli-data{
|
|
|
|
font-size: 6.138vw;
|
|
|
|
font-family: "pp-neue-machina";
|
|
|
|
}
|
|
|
|
</style>
|
|
|
|
|
2022-10-07 20:31:47 +03:00
|
|
|
<section>
|
|
|
|
<div class="container">
|
|
|
|
<h2>Versions</h2>
|
|
|
|
</div>
|
2022-10-07 21:08:55 +03:00
|
|
|
<hr>
|
2022-10-07 20:31:47 +03:00
|
|
|
{{- partial "tea-cli-accordion.html" . -}}
|
|
|
|
</section>
|
|
|
|
|
2022-10-07 19:51:47 +03:00
|
|
|
{{ end }}
|