/var/www/hkosl.com/staraward/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
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
<!-- Footer
        ============================================= -->
        <footer id="footer" class="dark myfooter">
            <div class="container" style="font-size:12px;">
                <div class="row">                    
                    <div class="col-md-1-10 col-sm-4 center mb-30">
                        <a href="https://www.hksme.hk/" target="_blank"><img class="home-logo-4" src="../images/home/brand/png/png_logo01.png"></a>
                        <div>
                            主辦機構
                        </div>
                    </div>

                    <div class="col-md-1-10 col-sm-4 center mb-30">
                        <a href="#" target="_blank"><img class="home-logo-4" src="../images/home/brand/png/png_logo02.png"></a>
                        <div>
                            協辦機構
                        </div>
                    </div>

                    <div class="col-md-1-10 col-sm-4 center mb-30">
                        <a href="#" target="_blank"><img class="home-logo-4" src="../images/home/brand/png/png_logo03.png"></a>
                        <div>
                            承辦機構
                        </div>
                    </div>

                    <div class="col-md-1-10 col-sm-4 center mb-30">
                        <a href="#" target="_blank"><img class="home-logo-4" src="../images/home/brand/png/png_logo04.png"></a>
                        <div>
                            支持機構(政府)
                        </div>
                    </div>

                    <div class="col-md-1-10 col-sm-4 center mb-30">
                        <a href="#" target="_blank"><img class="home-logo-4" src="../images/home/brand/png/png_logo05.png"></a>
                        <div>
                            贊助機構
                        </div>
                    </div>

                    <div class="col-md-1-7 col-sm-4 center mb-30">
                        <a href="#" target="_blank"><img class="home-logo-4" src="../images/home/brand/png/png_logo06-09.png"></a>
                        <div>
                            媒體合作夥伴
                        </div>
                    </div>

                    <div class="col-md-1-10 col-sm-4 center mb-30">
                        <a href="http://www.onesolution.com.hk/en/" target="_blank"><img class="home-logo-4" src="../images/home/brand/png/png_logo10.png"></a>
                        <div>
                            資訊科技支持機構
                        </div>
                    </div>


                    <div class="col-sm-12" style="margin-top: 25px;">
                        <p>Copyright 2019 版權所有 Hong Kong Small and Medium Enterprises Association</p>
                    </div>
                </div>
            </div>
        </footer><!-- #footer end -->