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
|
<!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?v=2019');" 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>候选人的企业处于优良的营运状态及可持续性发展。</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>
|