-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfooter.php
More file actions
89 lines (81 loc) · 4.92 KB
/
footer.php
File metadata and controls
89 lines (81 loc) · 4.92 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
<!-- ========================== Footer ===================== -->
<!-- <div class="container-fluid"> -->
<footer class="footer" title="Footer">
<div class="container footer_container">
<div class="footer_1">
<ul class="footer_socialmds" title="social media to contact us">
<li><a id="1" href="#" target="_blank"> <img src="./image/contact/icons8-whatsapp-50.png"
alt="image whatsapp"> </li>
<li><a id="2" href="#" target="_blank"> <img
src="./image/contact/icons8-facebook-50 (1).png" alt="image facebook"></li>
<li><a id="3" href="#" target="_blank"> <img src="./image/contact/icons8-instagram-50.png"
alt="image instagram"></a></li>
<li><a id="4" href="#" target="_blank"> <img src="./image/contact/icons8-linkedin-50.png"
alt="iamge linkedin"> </a> </li>
<li><a id="5" href="#" target="_blank"><img
src="./image/contact/icons8-twitter-squared-50.png" alt="image twitter"> </a>
</li>
<li><a id="6" href="#" target="_blank"><img src="./image/contact/icons8-telegram-50.png"
alt="image telegram"></a> </li>
<li><a id="7" href="#" target="_blank"><img src="./image/contact/icons8-tiktok-50.png"
alt="image tiktok"> </a> </li>
</ul>
<p>
<a href="mailto:info@azaelprinting.com" title="Emailing to us">@azaelprinting.com</a>
</p>
</div>
<div class="footer_4">
</div>
<div class="footer_3">
</div>
<div class="footer_2" title="To Contact Us Address">
<h4 title="Contact Us">CONTACT US </h4>
<div class="address">
<p title="call us through mobile phone"><i class="uil uil-phone-volume">09-41-41-31-32</i>
<i class="uil uil-phone-volume">07-03-79-24-47</i></p>
<p title="our location address"><i class="uil uil-location-point"> Remet Tabor Oda Building,
Piassa,</i>
<h2 title="City Addis Ababa">Addis Ababa, Ethiopia.</h2>
</p>
</div>
</div>
</div>
<div class="footer_copyright" title="COPY RIGHT">
<small title="Copy Right">Copy Rights © AZAEL PRINTING. All Rights Are Reserved! <a
href="https://t.me/Yotod776" target="_blank"
title="Do you like to contact the Developer?">Develope by
Semahegn Tilahun D.</a> </small>
</div>
<!-- goto top button -->
<!-- <a target="_blank" href="https://icons8.com/icon/T79TG7JodV5I/up-arrow">Up Arrow</a> icon by <a target="_blank" href="https://icons8.com">Icons8</a> -->
<button id="myBtn" title="BACK TO TOP"> <a href="#top" style="color: white"> <img
src="./image/index/giphy.gif" alt="BACK TO TOP"></a></button>
<!--content here-->
<!-- <h2><a href="#top">Back to top</a></h2> -->
</footer>
<!-- ========================== end of Footer ===================== -->
<script src="https://leemark.github.io/better-simple-slideshow/demo/js/hammer.min.js"></script>
<!-- for swipe support on touch interfaces -->
<script src="https://cdn.jsdelivr.net/npm/swiper@9/swiper-bundle.min.js"></script>
<script src="https://unpkg.com/swiper@7/swiper-bundle.main.css"></script>
<script src="./dist/script/main.js"></script>
<script>
var swiper = new Swiper(".mySwiper", {
slidesPerView: 1,
spaceBetween: 30,
pagination: {
el: ".swiper-pagination",
clickable: true,
},
// change while width is >=600px
breakpoints: {
600: {
slidesPerView: 2
}
}
});
</script>
<!-- </section> -->
</div>
</body>
</html>