mirror of
https://github.com/ivabus/www
synced 2025-06-08 14:20:26 +03:00
Added tea-cli page and linked from /products/ page
This commit is contained in:
parent
061dfdbd26
commit
25bd62f9cc
2 changed files with 15 additions and 1 deletions
|
@ -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 it’s simplicity. Like that cup of lemon-ginger, we’ve designed our CLI or be snappy and to-the-point. There’s 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">
|
||||
|
||||
|
|
|
@ -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 }}
|
Loading…
Reference in a new issue