mirror of
https://github.com/ivabus/www
synced 2024-11-10 09:55:15 +03:00
Progress on /products page
This commit is contained in:
parent
e963e3d255
commit
084b11c761
|
@ -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 we’re happy to announce that the wait is over… it’s 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 we’re happy to announce that the wait is over… it’s 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 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" . -}}
|
||||
</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>
|
||||
|
|
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue