/var/www/hkosl.com/staraward/tc/purpose.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
<!DOCTYPE html>
<html dir="ltr" lang="zh-HK">

<head>
    <?php include 'inc/metahead.php';?>
    <title>香港星級品牌 - 香港中小型企業聯合會</title>
</head>

<body class="stretched">

    <!-- Document Wrapper
    ============================================= -->
    <div id="wrapper" class="clearfix">

        <!-- Header
        ============================================= -->
        <?php include 'inc/header.php';?>
        <section id="page-title" style="background-image: url('../images/banner_sub.jpg?v=2019');" class="background-title">
            <div class="container clearfix">
                <h1 class="colorFFF m0">宗旨</h1>
                <ol class="breadcrumb">
                    <li><a href="#">主頁</a></li>
                    <li class="active">宗旨</li>
                </ol>
            </div>

        </section>

        <!-- Content
        ============================================= -->
        <section id="content">

            <div class="content bg_section_contain">

                <div class="container clearfix">

                    <div class="row clearfix">

                        <div class="col-md-12 topmargin-md bottommargin-lg">

                            <div class="heading-block fancy-title nobottomborder title-bottom-border">
                                <h3 class="inline-block"><span>宗旨</span></h3>
                            </div>

                            <p>表揚本地企業在積極發展下創建香港星級品牌,並將其成功個案與社會各界分享,藉以鼓勵有志創業人士及年青一代建立可持續發展的自家品牌,同時加強香港企業與各地企業之間的交流,攜手打造更多高質量和高效益的產品及服務,進而促進各地的經濟發展。
                            </p>

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

            </div>

        </section><!-- #content end -->

        <?php include 'inc/footer.php';?>

    </div><!-- #wrapper end -->

    <!-- Go To Top
    ============================================= -->
    <div id="gotoTop" class="icon-angle-up"></div>

    <!-- External JavaScripts
    ============================================= -->
    <script type="text/javascript" src="../js/jquery.js"></script>
    <script type="text/javascript" src="../js/plugins.js?v=1.22"></script>

    <!-- Footer Scripts
    ============================================= -->
    <script type="text/javascript" src="../js/functions.js?v=1.22"></script>
    <script type="text/javascript">
    $('nav ul > li.lv01:nth-child(2)').addClass('current');
    </script>

</body>

</html>