-
Notifications
You must be signed in to change notification settings - Fork 1
/
footer.php
42 lines (41 loc) · 1.79 KB
/
footer.php
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
<!-- Footer -->
<br><br>
<footer>
<div class="footer-top neumorphic">
<div class="container">
<div class="row">
<div class="col-md-4 col-lg-4 footer-about wow fadeInUp">
<img class="logo-footer" src="image/logo2.png" alt="logo-footer" data-at2x="image/transparent-alt.png" style="size: 50%;">
<p>
We are a young company always looking to serve you quality art as well as provide service for the art community. We love art.
</p>
<p><a href="about.php">Our Team</a></p>
</div>
<div class="col-md-4 col-lg-4 offset-lg-1 footer-contact wow fadeInDown">
<h3>Contact</h3>
<p><i class="fas fa-map-marker-alt"></i> Cebu City, Cebu, Philippines</p>
<p><i class="fas fa-phone"></i> Phone: (0943) 087 7544</p>
<p><i class="fas fa-envelope"></i> Email: <a href="mailto:christianstewart2202@gmail.com">contact-us@jutsu.com</a></p>
<p><i class="fab fa-facebook"></i> Facebook: the_jutsu_store</p>
</div>
<div class="col-md-4 col-lg-3 footer-social wow fadeInUp">
<h3>Follow us</h3>
<p>
<a href="#"><i class="fab fa-facebook"></i></a>
<a href="#"><i class="fab fa-twitter"></i></a>
<a href="#"><i class="fab fa-google"></i></a>
<a href="#"><i class="fab fa-instagram"></i></a>
<a href="#"><i class="fab fa-youtube"></i></a>
</p>
</div>
</div>
<br><br><br>
<div class="row">
<div class="col-md-8 footer-copyright">
<p>© Jutsu, 2021 by <a href="about.php"> Jutsu Team</a></p>
</div>
</div>
</div>
</div>
</footer>
<br><br>