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
|
<!DOCTYPE html> <html dir="ltr" lang="en-HK"> <head> <?php include 'inc/metahead.php';?> <title>Judging Process & Criteria | GBA Outstanding Women Entrepreneur Awards 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"> <h2 class="colorFFF m0">Judging Process & Criteria</h2> <ol class="breadcrumb"> <li><a href="#">HOME</a></li> <li class="active">Judging Process & Criteria</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>Judging Process</span></h3> </div>
<p>1. All the application /nomination submitted for the Awards will be verified and screened by a working committee.</p> <p>2. The appointed judging panel will according the stipulated criteria to conduct independent assessment of shortlisted candidates that has been prepared by the working committee, final choices of winners will be made in each category.</p> <p>3. The Organizers will notify the Winners of the result by email and phone in early September, 2019.</p> <p>4. The winners will be invited to attend the awards ceremony and dinner on 1st November, 2019 (6:00pm – 10:00pm) at HK Convention & Exhibition Centre.</p>
<div class="heading-block fancy-title nobottomborder title-bottom-border"> <h3 class="inline-block"><span>Judging Criteria </span></h3> </div>
<p>Based on 5 major spheres </p>
<div class="judging_row"> <div class="judging_title" style="width:300px;"><b>Enterprise Management and Development:</b></div> <div class="judging_content"><b>Nominee's enterprise is at the satisfactory operation condition and sustainable development</b></div> </div> <div class="judging_row"> <div class="judging_title" style="width:300px;"><b>Industry Influence and achievement:</b></div> <div class="judging_content"><b>Nominee has a pioneer role in the industry</b></div> </div> <div class="judging_row"> <div class="judging_title" style="width:300px;"><b>Contribution for the Greater Bay Area Development:</b></div> <div class="judging_content"><b>Nominee’s own strength is beneficial to the development, social and talent training for the Greater Bay Area</b></div> </div> <div class="judging_row"> <div class="judging_title" style="width:300px;"><b>Corporate and Social Responsibility:</b></div> <div class="judging_content"><b>Nominee has actively participated in social welfare and charity activities</b></div> </div> <div class="judging_row"> <div class="judging_title" style="width:300px;"><b>Personal Reputation and Recognition:</b></div> <div class="judging_content"><b>Nominee’s integrity and sincerity in daily performance</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>
|