/var/www/hkosl.com/venuechain/tc/inc/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
<footer>
    <div class="container">
        <div class="footer-logo">
            <img src="../img/whitelogo.png">
        </div>

        <div class="footer-links">
            <a href="searchvenue.php">商務中心</a>
            <a href="blog.php">網誌</a>
            <a href="offer.php">熱門優惠</a>
            <a href="">關於我們</a>
        </div>

        <div class="footer-media">
            <a href="#"><img src="../img/footer-ig.png">
            </a>
            <a href="#"><img src="../img/footer-fb.png">
            </a>
        </div>

        <div class="copyright">
            © 2018 VenueChain. 保留一切權利。
            <br>
            <a href="#">私隱政策</a> | <a href="#">條款及細則</a>
   
        </div>
    </div>
</footer>

<!-- scroll to top -->
<a href="#" class="scrollToTop"><img src="../img/scrolltop.jpg"></a>

<!-- whatsapp -->
<a target="_blank" name="whatsapp" href="https://web.whatsapp.com/send?phone=85255000595&text=VenueChain,%20我想查場地"><img src="../img/whastapp.png" class="whatsappchat"></a>