Merge pull request #364 from teaxyz/footer-cleanup

Footer cleanup
This commit is contained in:
Chris Waters 2023-05-22 13:00:32 -04:00 committed by GitHub
commit 167c0c4cc4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 62 additions and 6 deletions

View file

@ -24,14 +24,14 @@
</div>
</div>
<div class="col-xl-2 col-lg-2 col-md-4 col-sm-12 col-12 mt-5 ps-xl-5">
<div class="col-xl-2 col-lg-2 col-md-4 col-sm-12 col-12 ps-xl-5 mt-3">
<h6 class="white mt-2">Quick Links</h6>
<a href="https://medium.com/teaxyz">blog</a><br>
<a href="/careers/">careers</a><br>
<a href="/privacy-policy/">privacy policy</a><br>
<a href="/terms-of-use/">terms of use</a><br>
<a class="quick-links" href="https://medium.com/teaxyz">blog</a><br>
<a class="quick-links" href="/careers/">careers</a><br>
<a class="quick-links" href="/privacy-policy/">privacy policy</a><br>
<a class="quick-links" href="/terms-of-use/">terms of use</a><br>
</div>
<div class="col-xl-4 col-lg-6 col-md-12 col-sm-12 col-12 mt-5 ps-3" style="margin-left:auto;">
<div class="col-xl-4 col-lg-6 col-md-12 col-sm-12 col-12 ps-3 mt-3" style="margin-left:auto;">
<h6 class="white mb-3 mt-2">Enter your email to join our newsletter:</h6>
<div class="klaviyo-form-RqTcUf mb-2"></div>
<p class="small grid-gray">We will never share your information with anyone else; this is just for the occasional newsletter. You can learn more by reading our <a href="/privacy-policy/" style="color:#00ffd0 !important;">privacy policy</a>. </p>
@ -47,6 +47,10 @@
<style>
.small{
line-height: 22px;
}
#email_52020276{
background-color: #1a1a1a !important;
border: none !important;

View file

@ -93,3 +93,55 @@ mark{
.flex.column {
flex-direction: column;
}
.subscribe-collapse{
display:none;
}
.klaviyo-form-WxjYGS{
border: none !important;
padding: 0px !important;
}
.form-container{
border: 1px solid #949494;
border-radius: 5px !important;
height: 50px;
}
#email{
width:100%;
height: 100% !important;
background-color: #1a1a1a;
border:none !important;
color: white;
font-family: "inter", sans-serif;
border-radius: 5px;
}
#email-btn{
text-transform: uppercase !important;
}
.email-send{
text-transform: uppercase !important;
width:20% !important;
border-radius: 3px;
height: 100% !important;
}
#email_62853377{
background-color: #1a1a1a !important;
border-radius: 0px !important;
text-align: center !important;
border-color: #949494 !important;
color: #ffffff !important;
}
#email_62853377:hover{
border-color: #949494 !important;
}
#email_62853377:focus{
box-shadow:none !important;
}
.go3894874857{
height: 50px !important;
border-radius: 0px !important;
font-family: "inter", sans-serif !important;
}