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>2019年度大灣區傑出女企業家獎 | 大灣區傑出女企業家獎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/lady_gold_2018.jpg');" class="background-title">
<div class="container clearfix"> <h1>2019年度大灣區傑出女企業家獎</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>各奬項候選人必須為現職企業領導或企業的高級管理人員及擔任領導職位超過三年。</p> <p>各奬項候選人必須獲至少一位商界、企業高級領導層或社會賢達作提名人推薦。</p> <p>是項選舉活動的評審委員,籌組委員會及其僱員、家屬均不得參與各個奬項的選舉。</p> <div class="heading-block fancy-title nobottomborder title-bottom-border"> <h3 class="inline-block"><span>提名人資格</span></h3> </div>
<p>提名人必須為二十一歲或以上的人士,並曾任或現任於商界 / 公共 / 私人團體的高級管理階層 / 社會賢達。</p> <p>每位提名人可提名多於一位參選人(候選人不可自我提名)。</p>
<div class="heading-block fancy-title nobottomborder title-bottom-border"> <h3 class="inline-block"><span>如何參加</span></h3> </div>
<p>報名參選者請點擊頁面下方的<a href="http://www.gba-owea.com/GBAOWE2019/tc/application/guideline/nominee" target="_blank">參選表格</a>連結,然後填妥所需資料,並連同補充文件檔案一併通過網上系統提交,大會將聯繫所填的提名人獲取認可。</p> <p>如要進行提名,請點擊頁面下方的<a href="http://www.gba-owea.com/GBAOWE2019/tc/application/guideline/nominator" target="_blank">提名表格</a>連結,然後填妥所需資料並提交。獲提名人士將會被聯繫並邀請提交參選表格及相關資料。(注意:每份提名表格只限提名一位人士,如欲提名幾位人士,請分別提交表格。</p> <div class="heading-block fancy-title nobottomborder title-bottom-border"> <h3 class="inline-block"><span>提名截止日期</span></h3> </div>
<p>2019年8月16日(星期五)</p> <p><a href="http://www.gba-owea.com/GBAOWE2019/tc/application/guideline/nominee" target="_blank" class="button button-dark button-rounded index_en_dlbtn" style="background-color: #C01450 ;">參選表格</a> <a href="http://www.gba-owea.com/GBAOWE2019/tc/application/guideline/nominator" target="_blank" class="button button-dark button-rounded index_en_dlbtn" style="background-color: #C01450 ;">提名表格</a></p> <div class="heading-block fancy-title nobottomborder title-bottom-border"> <h3 class="inline-block"><span>其他獎項</span></h3> </div>
<p class="other_awards"> <a href="GBA-Family.php"><i class="fa fa-award "></i> 2019年度大灣區傑出家族女企業家獎</a><br> <a href="GBA-YoungWomen.php"><i class="fa fa-award "></i> 2019年度大灣區傑出青年女企業家獎</a> </p>
</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(2)').addClass('current'); </script>
</body> </html>
|