Progress on /products page

This commit is contained in:
Thomas Smith 2022-10-04 16:21:50 -04:00
parent e963e3d255
commit 084b11c761
2 changed files with 25 additions and 7 deletions

View file

@ -1,11 +1,15 @@
{{ define "main" }}
<section class="products-hero">
<div class="gen-art" id="pro-gen-art-1"></div>
<div class="gen-art" id="pro-gen-art-2"></div>
<div class="container">
<div class="row">
<div class="col">
<h1>Products</h1>
<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 class="lead-container">
<p class="lead animated-25 animatedFadeInUp fadeInUp">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>
</div>
@ -16,8 +20,8 @@
<section class="products-tea-cli">
<div class="container">
<div class="row">
<div class="col">
<h2>Tea CLI</h2>
<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" . -}}
</div>
@ -33,8 +37,8 @@
<section class="products-tea-package-manager">
<div class="container">
<div class="row">
<div class="col">
<h2>Tea Protocol</h2>
<div class="col-lg-6 col-md-6 col-sm-12 col-12">
<h3>tea protocol</h3>
<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>
{{- partial "detail-btn-large.html" . -}}
</div>
@ -50,8 +54,8 @@
<section class="products-tea-protocol">
<div class="container">
<div class="row">
<div class="col">
<h2>Tea Protocol</h2>
<div class="col-lg-6 col-md-6 col-sm-12 col-12">
<h3>package manager</h3>
<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>
{{- partial "detail-btn-large.html" . -}}
</div>

View file

@ -1,5 +1,19 @@
@media only screen and (min-width: 1200px) {
.products-hero{
background-image: url("/Images/x-large-grid-hero.svg");
background-attachment: fixed;
background-position: top;
background-repeat: repeat;
background-size: contain;
}
.lead-container{
padding-left: 25vw;
padding-right: 20vw;
margin-bottom: -0.95vw;
}
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {