-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfooter.php
54 lines (48 loc) · 2.49 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
43
44
45
46
47
48
49
50
51
52
53
54
<footer class="page-footer bg-image" style="background-image: url(../assets/img/world_pattern.svg);">
<div class="container">
<div class="row mb-5">
<div class="col-lg-3 py-3">
<h3>TurkAy</h3>
<p>Hi, My name is Türkay ALTINTAŞ</p>
<div class="social-media-button">
<a href="https://www.facebook.com/istanbulgopcity2/" target="_blank"><span class="mai-logo-facebook-f"></span></a>
<a href="https://www.instagram.com/turkayaltintas" target="_blank"><span class="mai-logo-instagram"></span></a>
<a href="https://www.youtube.com/channel/UCrd61slztXw5Td7hhfdc1Ig" target="_blank"><span class="mai-logo-youtube"></span></a>
</div>
</div>
<div hidden class="col-lg-3 py-3">
<h5>Company</h5>
<ul class="footer-menu">
<li><a href="#">About Us</a></li>
<li><a href="#">Career</a></li>
<li><a href="#">Advertise</a></li>
<li><a href="#">Terms of Service</a></li>
<li><a href="#">Help & Support</a></li>
</ul>
</div>
<div hidden class="col-lg-3 py-3">
<h5>Contact Us</h5>
<p>203 Fake St. Mountain View, San Francisco, California, USA</p>
<a href="#" class="footer-link">+00 1122 3344 5566</a>
<a href="#" class="footer-link">seogram@temporary.com</a>
</div>
<div hidden class="col-lg-3 py-3">
<h5>Newsletter</h5>
<p>Get updates, news or events on your mail.</p>
<form action="#">
<input type="text" class="form-control" placeholder="Enter your email..">
<button type="submit" class="btn btn-success btn-block mt-2">Subscribe</button>
</form>
</div>
</div>
<p class="text-center" id="copyright">Copyright © 2021. This template design and develop by <a href="https://macodeid.com/" target="_blank">MACode ID</a> - TurkoSoft & Turkay Altintas</p>
</div>
</footer>
<script src="assets/js/global.js"></script>
<script src="assets/js/jquery-3.5.1.min.js"></script>
<script src="assets/js/bootstrap.bundle.min.js"></script>
<script src="assets/js/google-maps.js"></script>
<script src="assets/vendor/wow/wow.min.js"></script>
<script src="assets/js/theme.js"></script>
</body>
</html>