-
Notifications
You must be signed in to change notification settings - Fork 1
/
footer.php
76 lines (58 loc) · 2.78 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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
<footer style="background-color: black" class="site-footer">
<div class="container">
<div class="row">
<div class="col-lg-4">
<div class="mb-5">
<h3 class="footer-heading mb-4">Bu sİte hakkında</h3>
<p style="color:white">Geowner is a Real Estate Management System</p>
</div>
</div>
<div class="col-lg-4 mb-5 mb-lg-0">
<div class="row mb-5">
<div class="col-md-12">
<h3 class="footer-heading mb-4">SİTE HATİRALARI</h3>
</div>
<div class="col-md-6 col-lg-6">
<ul class="list-unstyled">
<li><a style="color:white" href="anasayfa">Anasayfa</a></li>
<li><a style="color:white" href="hakkımızda">Hakkımızda</a></li>
<li><a style="color:white" href="satılıkilanlarım">Satılık</a></li>
<li><a style="color:white" href="kiralıkilanlarım">Kiralık</a></li>
</ul>
</div>
<div class="col-md-6 col-lg-6">
<ul class="list-unstyled">
<li><a style="color:white" href="önemlibilgiler">Önemli bilgiler</a></li>
<li><a style="color:white" href="iletişimsayfası">İletişim</a></li>
</ul>
</div>
</div>
</div>
<div class="col-lg-4 mb-5 mb-lg-0">
<h3 class="footer-heading mb-4">BİZİ Takİp edİn.</h3>
<div>
<a style="color:white" href="<?php echo $ayarcek['facebook'] ?>" class="pl-0 pr-3"><span class="icon-facebook"></span></a>
<a style="color:white" href="<?php echo $ayarcek['twitter'] ?>" class="pl-3 pr-3"><span class="icon-twitter"></span></a>
<a style="color:white" href="<?php echo $ayarcek['instagram'] ?>" class="pl-3 pr-3"><span class="icon-instagram"></span></a>
</div>
</div>
©<script data-cfasync="false" src="/cdn-cgi/scripts/5c5dd728/cloudflare-static/email-decode.min.js"></script><script>document.write(new Date().getFullYear());</script><p style="color:white">Geowner</p><i class="icon-heart text-danger" aria-hidden="true"></i>
</div>
</div>
</footer>
</div>
<script src="js/jquery-3.3.1.min.js"></script>
<script src="js/jquery-migrate-3.0.1.min.js"></script>
<script src="js/jquery-ui.js"></script>
<script src="js/popper.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/owl.carousel.min.js"></script>
<script src="js/mediaelement-and-player.min.js"></script>
<script src="js/jquery.stellar.min.js"></script>
<script src="js/jquery.countdown.min.js"></script>
<script src="js/jquery.magnific-popup.min.js"></script>
<script src="js/bootstrap-datepicker.min.js"></script>
<script src="js/aos.js"></script>
<script src="js/main.js"></script>
</body>
</html>