-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
alinnural
committed
Sep 25, 2020
1 parent
b0fe7d7
commit 345379e
Showing
3 changed files
with
35 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7709,3 +7709,7 @@ color: #ccc; | |
font-size: 90%; | ||
padding: 5px 5px; | ||
} | ||
|
||
.basic-link { | ||
color: rgba(0,0,0,.9); | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 ©<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 ©<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> | ||
|