/var/www/hkosl.com/staraward/tc/event.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
<!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" style="padding-bottom:0;">

            <div class="container clearfix mt-40">
                <!-- Posts
                ============================================= -->
                <div id="posts" class="post-grid grid-container grid-2 clearfix" data-layout="fitRows">

                    <div class="entry clearfix">
                        <div class="entry-image">
                            <a href="event_detail.php?path=1">
                                <img class="image_fade" src="../images/event/2019/cover.jpg" alt="
                                香港星級品牌 2019 」正式啟動">
                            </a>
                        </div>
                        <div class="entry-title">
                            <h2><a href="">新聞稿<br>香港星級品牌 2019 」正式啟動</a></h2>
                        </div>
                        <ul class="entry-meta clearfix">
                            <li><i class="icon-calendar3"></i>香港。2019年5月20日</li>
                        </ul>
                        <div class="entry-content">
                            <p>香港中小型企業聯合會主辦,香港貿易發展局及香港生產力促進局協辦;並獲香港工業貿易署及超過50間商會及友好機構全力支持之「香港星級品牌2019」於2019年5月20日假灣仔香港貿易發展局中小企服務中心正式啟動。大會主題為「發揮香港精神 共建星級品牌」。</p>
                            <a href="event_detail.php?path=1" class="more-link">更多</a>
                        </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(7)').addClass('current');
    </script>

</body>

</html>