Added tea-cli page and linked from /products/ page

This commit is contained in:
Thomas Smith 2022-10-07 12:51:47 -04:00
parent 061dfdbd26
commit 25bd62f9cc
2 changed files with 15 additions and 1 deletions

View file

@ -24,7 +24,7 @@
<div class="col-lg-6 col-md-6 col-sm-12 col-12">
<h3>tea cli</h3>
<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>
{{- partial "detail-btn-large.html" . -}}
<button href="/tea-cli/" class="detail-btn-large"><i class="icon-enter-arrow"></i>VIEW ALL DETAILS</button>
</div>
<div class="col">

View file

@ -0,0 +1,14 @@
{{ define "main" }}
<section class="tea-cli">
<div class="container">
<div class="row">
<div class="col">
<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>
{{ end }}