mirror of
https://github.com/ivabus/www
synced 2024-11-22 14:55:07 +03:00
Added content for packaging CTA
This commit is contained in:
parent
471fe27c34
commit
1116387a0e
2 changed files with 29 additions and 6 deletions
|
@ -40,16 +40,39 @@
|
|||
<section>
|
||||
<div class="container">
|
||||
<div class="row two-boxes">
|
||||
<div class="col">
|
||||
<h2 class="display-3 text-center">Wanna help us with the top 300 packages?</h2>
|
||||
<p class="lead text-center">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.</p>
|
||||
<div class="col packing-illustration me-4">
|
||||
|
||||
</div>
|
||||
<div class="col-xl-7 col-lg-7 col-md-12 col-sm-12 col-12">
|
||||
<h2 class="display-5 text-left">Wanna help us with the top 300 packages?</h2>
|
||||
<p class="lead text-left">In order to ensure that the sun never sets on our packaging empire, we at tea are looking for help from the communi'tea to package up the top 300 packages.</p>
|
||||
<p class="mb-5">Our developers are working hard, but it's a daunting task that we can't handle on our own. And of course, we're also grateful for packages <i>outside</i> of that top 300 roster. While at the moment, we're requesting that you assist purely for your love of open-source, once we launch our protocol, maintainers & contributors will be remunerated for their work via tea token.</p>
|
||||
<div class="row desktop-ctas">
|
||||
<div class="col-xl-6 col-lg-6 col-md-12 col-sm-12 col-12 mb-3">
|
||||
<a href="https://github.com/teaxyz/cli">
|
||||
<button class="hbtn hb-fill-right" style="width:100% !important;"><i class="icon-tea-logo-iconasset-1"></i>INSTALL TEA (<span class="release" style="text-transform:lowercase;"></span>)</button>
|
||||
</a>
|
||||
</div>
|
||||
<div class="col-xl-6 col-lg-6 col-md-12 col-sm-12 col-12">
|
||||
<a href="https://github.com/teaxyz/cli">
|
||||
<button class="hbtn-light hb-light-fill-right" style="width:100% !important;"><i class="icon-github" style="position:relative;top:2px;"></i>READ THE DOCS (☆<span class="stargazers" style="text-transform: lowercase;"></span>)</button>
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<div class="full-width-cta-container">
|
||||
{{- partial "full-width-cta-split.html" . -}}
|
||||
</div>
|
||||
<style>
|
||||
|
||||
.packing-illustration{
|
||||
background: url('/Images/futuristic-packaging.jpg');
|
||||
background-size: cover;
|
||||
background-position: scroll;
|
||||
border-radius: 10px;
|
||||
}
|
||||
|
||||
</style>
|
||||
|
||||
{{ end }}
|
||||
|
|
BIN
src/static/Images/futuristic-packaging.jpg
Normal file
BIN
src/static/Images/futuristic-packaging.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 94 KiB |
Loading…
Reference in a new issue