mirror of
https://github.com/ivabus/www
synced 2024-11-22 01:55:07 +03:00
commit
167c0c4cc4
2 changed files with 62 additions and 6 deletions
|
@ -24,14 +24,14 @@
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</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>
|
<h6 class="white mt-2">Quick Links</h6>
|
||||||
<a href="https://medium.com/teaxyz">blog</a><br>
|
<a class="quick-links" href="https://medium.com/teaxyz">blog</a><br>
|
||||||
<a href="/careers/">careers</a><br>
|
<a class="quick-links" href="/careers/">careers</a><br>
|
||||||
<a href="/privacy-policy/">privacy policy</a><br>
|
<a class="quick-links" href="/privacy-policy/">privacy policy</a><br>
|
||||||
<a href="/terms-of-use/">terms of use</a><br>
|
<a class="quick-links" href="/terms-of-use/">terms of use</a><br>
|
||||||
</div>
|
</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>
|
<h6 class="white mb-3 mt-2">Enter your email to join our newsletter:</h6>
|
||||||
<div class="klaviyo-form-RqTcUf mb-2"></div>
|
<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>
|
<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>
|
<style>
|
||||||
|
|
||||||
|
.small{
|
||||||
|
line-height: 22px;
|
||||||
|
}
|
||||||
|
|
||||||
#email_52020276{
|
#email_52020276{
|
||||||
background-color: #1a1a1a !important;
|
background-color: #1a1a1a !important;
|
||||||
border: none !important;
|
border: none !important;
|
||||||
|
|
|
@ -93,3 +93,55 @@ mark{
|
||||||
.flex.column {
|
.flex.column {
|
||||||
flex-direction: 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;
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in a new issue