/var/www/hkosl.com/tokkyu407/view/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
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
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
<footer class="garyBg mainWrapper">
    <div class="container">
        <div class="row footerMenu">
            <div class="col-lg-3">
                <div class="footerLogo mb-4">
                    <a href="index.php" class="footerLogo logoImg mr-2" title="footerLogo"><img
                            src="../assets/images/footer_logo.png" class="img-fluid" alt=""></a>

                </div>

            </div>
            <div class="col-lg-2 mb-4 pl-4 ml-auto">
                <p class="blod whiteFont">Tokkyu407</p>
                <a href="about.php" class="d-block whiteFont" title="註冊">註冊
                </a>


                <a href="login_member.php" class="d-block whiteFont">登入
                </a>

                <a href="login_wholesaler.php" class="d-block whiteFont">批發商登入
                </a>

                </a>
                <a href="forgot.php" class="d-block whiteFont">
                    遺失密碼
                </a>
                <a href="about.php" class="d-block whiteFont">
                    品牌故事
                </a>
            </div>
            <div class="col-lg-2 mb-4 mobileBorderTop pl-4 ml-auto">
                <p class="blod fontUppercase whiteFont">購物</p>
                <a href="products_list.php" class="d-block whiteFont" title="About Us">最新商品
                </a>
                <a href="news_list.php" class="d-block whiteFont">最新消息
                </a>
                <a href="products_list.php" class="d-block whiteFont">推介產品
                </a>
                <a href="products_list.php" class="d-block whiteFont" title="Our Team">最佳銷量
                </a>
                <a href="time.php" class="d-block whiteFont">限時優惠
                </a>
                <a href="products_list.php" class="d-block whiteFont" title="Our Team">商品搜尋
                </a>
            </div>

            <div class="col-lg-2 mobileBorderTop mb-4 pl-4">
                <p class="blod fontUppercase whiteFont" title="Products">其他</p>
                <a href="faq.php" class="d-block whiteFont">FAQs</a>
                <a href="term.php" class="d-block whiteFont">使用條款
                </a>
                <a href="privacy.php" class="d-block whiteFont">免責聲明
                </a>
                <a href="privacy.php" class="d-block whiteFont">私隱政策
                </a>

            </div>
            <div class="col-lg-3 mobileBorderTop mb-4 pl-4">
                <p class="blod fontUppercase whiteFont">聯絡我們</p>
                <ul class="listIcon mb-4">
                    <li class="whiteFont"><i class="fas fa-home"></i> 旺角西洋菜南街1N號兆萬中心4樓407號舖
                    </li>
                    <li class="whiteFont"><i class="fas fa-phone"></i> +852 6905 4678
                    </li>
                    <li class="whiteFont"><i class="fas fa-envelope"></i> <a class="whiteFont"
                            href="mailto:info@tokkyu407.com">info@tokkyu407.com</a>
                    </li>
                </ul>

                <p> <a href="https://www.instagram.com/tokkyu407/" target="_blank" class="big whiteFont mr-2"
                        title="instagram"><i class="fab fa-instagram"></i></a> <a
                        href="https://m.facebook.com/%E7%89%B9%E6%80%A5407-%E7%94%9F%E6%B4%BB%E6%83%85%E8%B6%A3%E7%B2%BE%E5%93%81%E9%A4%A8-575666649140175/"
                        target="_blank" class="big whiteFont" title="facebook"><i
                            class="fab fa-facebook-square"></i></a></p>


            </div>

        </div>
    </div>
</footer>

<div class="ci">



    <p class="small">
        © 2013 Copyright TOKKYU407. All rights reserved.
    </p>

</div>
<a href="javascript:void(0);" class="scrollToTop" title="To Top"><i class="fas fa-chevron-up"></i></a>
<script type="text/javascript" src="../assets/js/custom.js?<?= rand(1,10000)/7?>"></script>
<!-- custom JS -->

<script>
$(window).scroll(function() {
    if ($(this).scrollTop() >= 50) {
        // If page is scrolled more than 50px
        $(".scrollToTop").fadeIn(200); // Fade in the arrow
    } else {
        $(".scrollToTop").fadeOut(200); // Else fade out the arrow
    }
});

$(".scrollToTop").click(function() {
    $("html, body").animate({
        scrollTop: 0
    }, 800);
    return false;
});
</script>