mirror of
https://github.com/ivabus/www
synced 2024-11-10 18:55:15 +03:00
Additional styling
This commit is contained in:
parent
fcafa6c94c
commit
b41e83633a
|
@ -1,11 +1,11 @@
|
||||||
{{ define "main" }}
|
{{ define "main" }}
|
||||||
|
|
||||||
<section class="tea-cli">
|
<section class="tea-cli">
|
||||||
<div class="container tea-cli-container">
|
<div class="container tea-cli-container two-boxes">
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col my-auto">
|
<div class="col my-auto">
|
||||||
<h1>TEA CLI</h1>
|
<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>
|
<p class="lead">brew2 for web3 is here. The minds that changed the interwebs for the better back in 2009 have just done it again. tea is here to help make your dev experience a little more delightful. </p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
@ -213,4 +213,17 @@
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
<hr>
|
||||||
|
<section>
|
||||||
|
<div class="container three-boxes">
|
||||||
|
<div class="row">
|
||||||
|
<div class="col">
|
||||||
|
<h3 class="text-center">And it's even better if you join the tea party...</h3>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
<hr>
|
||||||
|
{{- partial "full-width-cta.html" -}}
|
||||||
|
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
|
Loading…
Reference in a new issue