www/src/layouts/page/products.html

66 lines
2.4 KiB
HTML
Raw Normal View History

2022-10-04 00:08:34 +03:00
{{ define "main" }}
<section class="products-hero">
<div class="container">
<div class="row">
<div class="col">
<h1>Products</h1>
2022-10-04 22:36:56 +03:00
<p>Just like the perfect cup or tea, greatness needs time to steep. But were happy to announce that the wait is over… its time to take your first sip.</p>
</div>
</div>
</div>
</section>
<hr>
<section class="products-tea-cli">
<div class="container">
<div class="row">
<div class="col">
<h2>Tea CLI</h2>
2022-10-04 22:36:56 +03:00
<p>Our command-line interface is beautiful in its simplicity. Like that cup of lemon-ginger, weve designed our CLI or be snappy and to-the-point. Theres no honey or superfluous add-ins here; as with any good tool, our interface does what it <em>has to</em>, and then gets out of the way so that you can do what you <em>want</em> to.</p>
2022-10-04 02:55:46 +03:00
{{- partial "detail-btn-large.html" . -}}
</div>
<div class="col">
</div>
</div>
</div>
</section>
<hr>
<section class="products-tea-package-manager">
<div class="container">
<div class="row">
<div class="col">
<h2>Tea Protocol</h2>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>
2022-10-04 02:55:46 +03:00
{{- partial "detail-btn-large.html" . -}}
</div>
<div class="col">
</div>
</div>
</div>
</section>
<hr>
<section class="products-tea-protocol">
<div class="container">
<div class="row">
<div class="col">
<h2>Tea Protocol</h2>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>
2022-10-04 02:55:46 +03:00
{{- partial "detail-btn-large.html" . -}}
</div>
<div class="col">
</div>
</div>
</div>
</section>
2022-10-04 00:08:34 +03:00
{{ end }}