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
|
<!DOCTYPE html> <html dir="ltr" lang="zh-HK"> <head> <?php include 'inc/metahead.php';?> <title>2018年度大湾区杰出青年女企业家奖 | 大湾区杰出女企业家奖2018</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>2018年度大湾区杰出青年女企业家奖</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_cover" style="padding-bottom:0;background-image: url('../images/myimg/bridge_bg.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>「2018年度大湾区杰出青年女企业家」 组别候选人年龄为四十五岁以下之女性 (以报名截止日期计算,即1973年10月1日后出生为准) </p>
<div class="heading-block fancy-title nobottomborder title-bottom-border"> <h3 class="inline-block"><span>如何参加</span></h3> </div>
<p>参选者须在2018年9月30日或之前将已填妥的参选表格(需有提名人及候选人共同签名作实),以电邮或邮寄方式递交给主办机构(如以邮寄方式提交,以邮戳所示日期为准) </p>
<p>地址:香港九龙荔枝角青山道704号合兴工业大厦6楼G室<br> <span>Address : Room G, 6/F., Hop Hing Industrial Building, No.704 Castle Peak Road, Lai Chi Kok, Kowloon, HK</span><br> 電郵 Email : apply@gba-owea.com </p>
<a href="../images/nomination_form_dsc.pdf" target="_blank" class="downloadBtn"> <i class="icon-acrobat"></i> <span>下载提名表格</span> </a>
<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-Entrepreneur.html"><i class="fa fa-award "></i> 2018年度大湾区杰出女企业家奖</a><br> <a href="GBA-Family.html"><i class="fa fa-award "></i> 2018年度大湾区杰出家族女企业家奖</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>
|