mirror of
https://github.com/ivabus/www
synced 2024-11-10 09:55:15 +03:00
Progress, bottom CTA
This commit is contained in:
parent
02a3a32869
commit
3d6a174f69
|
@ -55,6 +55,7 @@
|
|||
|
||||
.terminal{
|
||||
height: auto;
|
||||
min-height: 449px;
|
||||
width: 58.594vw;
|
||||
display: block;
|
||||
margin-left: auto;
|
||||
|
@ -62,8 +63,10 @@
|
|||
margin-top:-0.3vw;
|
||||
margin-bottom: -8.371vw;
|
||||
border-radius: 10px;
|
||||
background-color: #121212;
|
||||
background-color: #1a1a1a;
|
||||
border: 1px solid gray;
|
||||
box-shadow: 0px 10px 18px rgba(10, 05, 05, .5);
|
||||
animation: float 3s ease-in-out infinite;
|
||||
}
|
||||
|
||||
.terminal-bar{
|
||||
|
@ -428,6 +431,23 @@
|
|||
</div>
|
||||
</section>
|
||||
|
||||
<hr>
|
||||
|
||||
<section>
|
||||
<div class="container">
|
||||
<div class="row two-boxes">
|
||||
<div class="col">
|
||||
<h2 class="display-3 text-center">Ready to start building?<br>All you need is tea.</h2>
|
||||
<p class="lead text-center">Introducing tea’s +pkg syntax, the ultimate tool for streamlined open source access, allowing you to access the entire ecosystem with one command, compose and combine everything, and even more.</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<div class="full-width-cta-container">
|
||||
{{- partial "full-width-cta-split.html" . -}}
|
||||
</div>
|
||||
|
||||
<style>
|
||||
|
||||
.twitter-card{
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
<div class="row footer-top one-box-down">
|
||||
<div class="col-lg-8 footer-content">
|
||||
<h4>the next-generation, cross‐platform package manager</h4>
|
||||
<p>tea.cli is a delightful package manager that gets out of your way and sets you up for a joyful development process. <a class="teal" href="#">You can install it today</a>. <!--Our web3 protocol will create an OSS ecosystem that is safer for all users, and fair for all maintainers. Read our <a class="teal" href="#">white paper</a> here.--></p>
|
||||
<p class="lead">tea.cli is a delightful package manager that gets out of your way and sets you up for a joyful development process. <a class="teal" href="#">You can install it today</a>. <!--Our web3 protocol will create an OSS ecosystem that is safer for all users, and fair for all maintainers. Read our <a class="teal" href="#">white paper</a> here.--></p>
|
||||
<img class="footer-grid" src="/Images/footer-grid-element.svg" alt="tea.grid">
|
||||
<img class="mobile-grid-element" src="/Images/mobile-grid-element-3-rows.svg" alt="grid">
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue