More progress

This commit is contained in:
Thomas Smith 2023-02-08 11:29:33 -05:00
parent d2edc6b4bb
commit f3d1f23510
2 changed files with 22 additions and 8 deletions

View file

@ -72,6 +72,14 @@
.mobile-lead{ .mobile-lead{
text-align:center; text-align:center;
} }
.mbtn{
height:50px;
}
.hero-col{
padding-top: 16vw;
padding-bottom: 16vw;
}
} }
@media only screen and (min-width: 768px) { @media only screen and (min-width: 768px) {
@ -86,6 +94,12 @@
.desktop-term-loc{ .desktop-term-loc{
visibility: visible; visibility: visible;
} }
.bottom-cta{
display: block;
width:50%;
margin-left:auto;
margin-right:auto;
}
} }
</style> </style>
@ -93,7 +107,7 @@
<section class="hero"> <section class="hero">
<div class="container"> <div class="container">
<div class="row gx-5"> <div class="row gx-5">
<div class="col-xl-6 col-lg-6 col-md-12 col-sm-12 col-12 my-auto"> <div class="hero-col col-xl-6 col-lg-6 col-md-12 col-sm-12 col-12 my-auto">
<h1 class="display-1 hero-text" style="z-index:3; position: relative;"><span class="inner-glow ">Invisible</span> yet <span class="callout white">powerful</span></h1> <h1 class="display-1 hero-text" style="z-index:3; position: relative;"><span class="inner-glow ">Invisible</span> yet <span class="callout white">powerful</span></h1>
<p class="lead hero-lead">Upgrade to Tea - the revolutionary, cross-platform package manager. Say goodbye to slow & clunky, and say hello to fast & smooth updates. From the creator of Brew.</p> <p class="lead hero-lead">Upgrade to Tea - the revolutionary, cross-platform package manager. Say goodbye to slow & clunky, and say hello to fast & smooth updates. From the creator of Brew.</p>
<p class="lead mobile-lead mb-5">tea/cli... from the creator of <a href="https://brew.sh/" target="_blank">brew</a></p> <p class="lead mobile-lead mb-5">tea/cli... from the creator of <a href="https://brew.sh/" target="_blank">brew</a></p>
@ -111,7 +125,6 @@
<div class="terminal-animation mb-3"> <div class="terminal-animation mb-3">
{{- partial "hero-terminal-animation.html" -}} {{- partial "hero-terminal-animation.html" -}}
</div> </div>
<p class="mobile-disclaimer light-gray"><strong>Dev tools are best domonstrated on desktop.</strong> But we get it... you're out and about (or in the loo), so drop us your email or follow us on Twitter so you can be reminded when you're back at your desk.</p>
</div> </div>
</div> </div>
</div> </div>
@ -266,9 +279,10 @@
--> -->
<hr>
<section> <section>
<div class="section-divider">
<img src="/Images/pixel-section-divider-teal.svg" style="pointer-events:none;" alt="">
</div>
<div class="container"> <div class="container">
<div class="row one-box-down"> <div class="row one-box-down">
<div class="col-xl-7 col-lg-6 col-md-12 col-sm-12 col-12 mb-xl-0 mb-lg-0 mb-md-5 mb-sm-5 mb-5 flex order-2"> <div class="col-xl-7 col-lg-6 col-md-12 col-sm-12 col-12 mb-xl-0 mb-lg-0 mb-md-5 mb-sm-5 mb-5 flex order-2">
@ -615,7 +629,6 @@ EOF
} }
.terminal-content{ .terminal-content{
overflow-y: auto; overflow-y: auto;
height: 400px;
} }
.speed-terminal{ .speed-terminal{
width: 100%; width: 100%;
@ -906,7 +919,8 @@ EOF
<div class="row two-boxes"> <div class="row two-boxes">
<div class="col"> <div class="col">
<h2 class="display-3 text-center">Ready to start building?<br>All you need is tea.</h2> <h2 class="display-3 text-center">Ready to start building?<br>All you need is tea.</h2>
<p class="lead text-center">Introducing teas +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> <p class="lead text-center mb-5">Introducing teas +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 class="bottom-cta">{{- partial "desktop-ctas.html" -}}</div>
</div> </div>
</div> </div>
</div> </div>

View file

@ -2,10 +2,10 @@
<div class="row mt-5 gx-3 mobile-ctas"> <div class="row mt-5 gx-3 mobile-ctas">
<div class="col-xl-6 col-lg-6 col-md-6 col-sm-6 col-6"> <div class="col-xl-6 col-lg-6 col-md-6 col-sm-6 col-6">
<button class="hbtn hb-fill-right" id="email-btn" style="width:100%;">Subscribe</button> <button class="mbtn hbtn hb-fill-right" id="email-btn" style="width:100%;"><i class="icon-email-icon-www" style="position:relative; top:2px;"></i>Subscribe</button>
</div> </div>
<div class="col-xl-6 col-lg-6 col-md-6 col-sm-6 col-6"> <div class="col-xl-6 col-lg-6 col-md-6 col-sm-6 col-6">
<button class="hbtn-light hb-light-fill-right mb-4" id="follow-button" style="width:100%; text-transform:uppercase;"><i class="icon-twitter" style="position:relative;top:2px;"></i>Follow Us</button> <button class="mbtn hbtn-light hb-light-fill-right mb-4" id="follow-button" style="width:100%; text-transform:uppercase;"><i class="icon-twitter" style="position:relative;top:2px;"></i>Follow Us</button>
</div> </div>
</div> </div>