/var/www/hkosl.com/gba-owea/tc/judging-process.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
114
115
116
<!DOCTYPE html>
<html dir="ltr" lang="zh-HK">
<head>
    <?php include 'inc/metahead.php';?>
    <title>評選流程及準則 | 大灣區傑出女企業家獎2019</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/myimg/page_banner_02.jpg');" class="background-title">

            <div class="container clearfix">
                <h1>評選流程及準則</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" style="padding-bottom:0;background-image: url('../images/myimg/background_01.jpg');">

                <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>1. 所有候選人之提名表格及遞交資料將會由評選工作小組核實及進行初步遴選。</p>
                            <p>2. 評審團隊會依據評選工作小組交來的各個奬項候選名單,按既定準則作出獨立的評價,最後根據評分選出「2019年度大灣區傑出女企業家」、「2019年度大灣區傑出青年女企業家」及「2019年度大灣區傑出家族女企業家」。</p>
                            <p>3. 主辦機構將於2019年9月上旬以電郵及電話通知得奬者。</p>
                            <p>4. 得奬者將獲邀出席2019年11月1日(晩上六時至十時) 於香港會議展覽中心舉行之頒奬典禮及晚宴。</p>

                            <div class="heading-block fancy-title nobottomborder title-bottom-border">
                                <h3 class="inline-block"><span>評選準則</span></h3>
                            </div>

                            <p>評審準則主要分為五大範疇:</p>
                            
                            <div class="judging_row">
                                <div class="judging_title" style="width:80px;"><b>企業成就:</b></div>
                                <div class="judging_content"><b>候選人的企業處於優良的營運狀態及可持續性發展。</div>
                            </div>
                            <div class="judging_row">
                                <div class="judging_title" style="width:80px;"><b>業界影響:</b></div>
                                <div class="judging_content"><b>候選人在所發展的業界具有前瞻領航的作用。</b></div>
                            </div>
                            <div class="judging_row">
                                <div class="judging_title" style="width:80px;"><b>社會貢獻:</b></div>
                                <div class="judging_content"><b>透過自身的力量為大灣區發展、社會及人才培訓營造正面效益。</b></div>
                            </div>
                            <div class="judging_row">
                                <div class="judging_title" style="width:80px;"><b>公益責任:</b></div>
                                <div class="judging_content"><b>積極參與社會公益及慈善活動。</b></div>
                            </div>
                            <div class="judging_row">
                                <div class="judging_title" style="width:80px;"><b>個人誠信:</b></div>
                                <div class="judging_content"><b>良好的信譽及日常工作中所表現的誠信。</b></div>
                            </div>


                        </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(3)').addClass('current');  
    </script>

</body>
</html>