mirror of
https://github.com/ivabus/www
synced 2024-11-24 08:15:06 +03:00
Footer link update
This commit is contained in:
parent
c47d9393c1
commit
1b612cc80c
1 changed files with 8 additions and 4 deletions
|
@ -26,10 +26,10 @@
|
||||||
</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 mt-5 ps-xl-5">
|
||||||
<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="footer-link" href="/blog/">blog</a><br>
|
||||||
<a href="/careers/">careers</a><br>
|
<a class="footer-link" href="/careers/">careers</a><br>
|
||||||
<a href="/privacy-policy/">privacy policy</a><br>
|
<a class="footer-link" href="/privacy-policy/">privacy policy</a><br>
|
||||||
<a href="/terms-of-use/">terms of use</a><br>
|
<a class="footer-link" 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 mt-5 ps-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>
|
||||||
|
@ -47,6 +47,10 @@
|
||||||
|
|
||||||
<style>
|
<style>
|
||||||
|
|
||||||
|
.footer-link:hover{
|
||||||
|
color: #00ffd0;
|
||||||
|
}
|
||||||
|
|
||||||
#email_52020276{
|
#email_52020276{
|
||||||
background-color: #1a1a1a !important;
|
background-color: #1a1a1a !important;
|
||||||
border: none !important;
|
border: none !important;
|
||||||
|
|
Loading…
Reference in a new issue