Skip to content

Commit

Permalink
update footer
Browse files Browse the repository at this point in the history
  • Loading branch information
alinnural committed Sep 25, 2020
1 parent b0fe7d7 commit 345379e
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 6 deletions.
4 changes: 4 additions & 0 deletions static_files/adinusa/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -7709,3 +7709,7 @@ color: #ccc;
font-size: 90%;
padding: 5px 5px;
}

.basic-link {
color: rgba(0,0,0,.9);
}
4 changes: 2 additions & 2 deletions templates/website/contact.html
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,13 @@ <h3>Jawa Barat. Indonesia.</h3>
<div class="media contact-info">
<span class="contact-info__icon"><i class="ti-tablet"></i></span>
<div class="media-body">
<h3>+62-811-1123-242 (WhatsApp)</h3>
<h3><a href="https://api.whatsapp.com/send?phone=628111123242&text=Hello,%20Saya%20tertarik%20dengan%20Adinusa" target="_blank" class="basic-link"> +62-811-1123-242 (WhatsApp)</a></h3>
</div>
</div>
<div class="media contact-info">
<span class="contact-info__icon"><i class="ti-email"></i></span>
<div class="media-body">
<h3>[email protected]</h3>
<h3><a href="mailto:[email protected]?Subject=Hello,%20Saya%20tertarik%20dengan%20Adinusa" target="_blank" class="basic-link">[email protected]</a></h3>
</div>
</div>
</div>
Expand Down
33 changes: 29 additions & 4 deletions templates/website/footer-adinusa.html
Original file line number Diff line number Diff line change
@@ -1,15 +1,40 @@
{% load static %}
<!-- footer part start-->
<footer class="footer-simple mt-5">
<footer class="footer-area">
<div class="container">
<div class="row justify-content-between">
<div class="col-sm-12 col-md-7 col-xl-7">
<div class="single-footer-widget footer_2">
<h4>Links</h4>
<div class="row">
<a href="{% url 'website:contact' %}" class="ml-3 basic-link">Kontak</a>
<span class="ml-2">></span>
<a href="#" class="ml-2 basic-link">Syarat & Ketentuan</a>
<span class="ml-2">></span>
<a href="#" class="ml-2 basic-link">Refund Policy</a>
</div>
</div>
</div>
<div class="col-sm-12 col-md-5 col-xl-5">
<div class="single-footer-widget footer_2">
<h4>Hubungi Kami</h4>
<div class="row">
<a href="https://api.whatsapp.com/send?phone=628111123242&text=Hello,%20Saya%20tertarik%20dengan%20Adinusa" target="_blank" class="ml-3 mr-4 basic-link"><i class="ti-tablet"></i> +62-811-1123-242 (WhatsApp)</a>
<a href="mailto:[email protected]?Subject=Hello,%20Saya%20tertarik%20dengan%20Adinusa" target="_blank" class="basic-link"><i class="ti-email"></i> [email protected]</a>
</div>
</div>
</div>
</div>
</div>
<div class="container-fluid">
<div class="row">
<div class="col-lg-12">
<div class="copyright_part_text text-center">
<div class="row">
<div class="col-lg-12">
<p class="footer-text m-0"><!-- Link back to Colorlib can't be removed. Template is licensed under CC BY 3.0. -->
Copyright &copy;<script>document.write(new Date().getFullYear());</script> <strong><a href="https://btech.id">PT. Boer Technology (Btech)</a></strong> | This template is made with <i class="ti-heart" aria-hidden="true"></i> by <a href="https://colorlib.com" target="_blank">Colorlib</a>
<!-- Link back to Colorlib can't be removed. Template is licensed under CC BY 3.0. --></p>
<p class="footer-text m-0"><!-- Link back to Colorlib can't be removed. Template is licensed under CC BY 3.0. -->
Copyright &copy;<script>document.write(new Date().getFullYear());</script> <strong><a href="https://btech.id">PT. Boer Technology (Btech)</a></strong>
<!-- Link back to Colorlib can't be removed. Template is licensed under CC BY 3.0. --></p>
</div>
</div>
</div>
Expand Down

0 comments on commit 345379e

Please sign in to comment.