Basic cleanup

This commit is contained in:
Thomas Smith 2023-04-19 19:26:26 +02:00
parent 2858504c63
commit 3ff1b1fae9

View file

@ -12,26 +12,16 @@
<a href="https://docs.tea.xyz/getting-started">
<button class="hbtn hb-fill-right github-click" style="width:180px;height:40px;font-size:14px;">DOWNLOAD GUI</button>
</a>
<p class="small light-gray ms-3" style="position:relative;top:7px;">Version 0.5.2 | Currently in Beta</p>
<p class="small light-gray ms-3" style="position:relative;top:7px;">v0.0.37 | Currently in Beta</p>
</div>
</div>
<div class="col-6">
<div class="col-xl-6 col-lg-6 col-md-6 col-sm-12 col-12 mt-xl-0 mt-lg-0 mt-md-0 mt-sm-4 mt-4">
<img style="width:100%;" src="/Images/gui-screenshot-hero.png" alt="tea/gui">
</div>
</div>
</div>
</section>
<section>
<div class="scrolling-container">
<div class="screenshot" style="background-color:gray;"></div>
<div class="screenshot" style="background-color:green;"></div>
<div class="screenshot" style="background-color:blue;"></div>
<!-- Add more screenshots as desired -->
</div>
<script src="scripts.js"></script>
</section>
<style media="screen">
h1{
@ -46,49 +36,6 @@
p{
font-size: 16px;
}
.download-hero{
height: 500px;
border-radius: 10px;
}
.hbtn-black {
background-color: #1a1a1a;
position: relative;
box-sizing: border-box;
height: 60px;
display: inline-block;
overflow: hidden;
padding: 8px 20px;
width: 300px;
text-align: center;
border: 1px solid #1a1a1a;
text-decoration: none;
color: rgb(225, 225, 225);
white-space: nowrap;
z-index: 0;
}
.hb-fill-right-black::before {
position: absolute;
content: "";
background: rgb(077, 077, 077);
transition-duration: 0.2s;
z-index: -1;
inset: 0px auto auto 0px;
width: 0px;
height: 100%;
opacity: 1;
}
.hb-fill-right-black:hover::before {
width: 100%;
height: 100%;
opacity: 1;
}
.hb-fill-right-black:hover {
color: rgb(255, 255, 255);
background: rgb(91, 0, 184);
transition: color 0.3s ease 0s, background 0s ease 0.3s;
}
</style>
<!-- Features -->
@ -117,8 +64,14 @@
<section class="teal-bg two-boxes">
<div class="container">
<div class="row">
<div class="col mx-auto">
<div class="col">
<h3 class="black text-center">Get started with visual package management today!</h3>
<div class="mb-2" style="display:flex;justify-content:center;">
<a href="https://docs.tea.xyz/getting-started">
<button class="hbtn hb-fill-right github-click" style="width:180px;height:40px;font-size:14px;">DOWNLOAD GUI</button>
</a>
</div>
<p class="dark-gray text-center">v0.0.37 | Currently in Beta</p>
</div>
</div>
</div>