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
117
|
<!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=2021');" 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>
<div>
<ul class="list dash"> <li>所有香港上市公司,即自動成為候選公司。</li> <li>表揚注重投資者權益及公司透明度。</li> <li>有突出表現或具潛力的上市公司。</li> <li>獎項以過去一年的產品 / 服務表現為準則。</li> <li>評審參考期: 由2020年10月1日至2021年9月30日</li> </ul> </div> <div class="heading-block fancy-title nobottomborder title-bottom-border"> <h3 class="inline-block"><span>專業評審團(排名不分先後)</span></h3>
</div> <p>專業評審團由香港股票分析師協會會員組成</p> <table class="table table-striped"> <tbody> <tr> <th scope="row">榮譽顧問:</th> <td>張華峰太平紳士、朱李月華博士、君豪先生、謝湧海先生、曾淵滄博士、陳永陸先生、 詹劍崙先生、黃仲文先生</td> </tr> <tr> <th scope="row">主席:</th> <td>鄧聲興博士</td> </tr> <tr> <th scope="row">永遠榮譽會長:</th> <td>林家亨先生、藺常念先生</td> </tr> <tr> <th scope="row">副主席:</th> <td>郭思治先生、龐寶林先生、 潘鐵珊先生</td> </tr> <tr> <th scope="row">協會理事: </th> <td>陳永祐先生、張益祖先生、郭志成先生、連敬涵先生、黃德几先生、曾永堅先生、彭偉新先生、 熊麗萍女士(排名不分先後)</td> </tr>
</tbody> </table>
</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>
|