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="en-HK"> <head> <?php include 'inc/metahead.php';?> <title>GBA Outstanding Women Entrepreneur Award | 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/lady_gold_2018.jpg?v=2019');" class="background-title">
<div class="container clearfix"> <h2 class="colorFFF m0">GBA Outstanding Women Entrepreneur Award</h2> <ol class="breadcrumb"> <li><a href="#">HOME</a></li> <li class="active">AWARDS</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>Eligibility of Nominee</span></h3> </div>
<p>The candidate must be a current corporate executive or senior management with leading position in the company for more than 3 years</p> <p>The candidate has to have at least one or more nominators who are social elite, corporate executive or senior management of companies</p> <p>Members from the judging panel of the event, the organizers and their employees and their family members are not eligible to participate the GBA Outstanding Women Entrepreneur Awards 2019.</p> <div class="heading-block fancy-title nobottomborder title-bottom-border"> <h3 class="inline-block"><span>Eligibility of Nominator</span></h3> </div>
<p>The nominator must be age of 21 or above, representing or former senior management in business communities / public sector / private corporation, or social elites.</p> <p>Each nominator can nominate more than one candidate (self-nomination will not be accepted)</p>
<div class="heading-block fancy-title nobottomborder title-bottom-border"> <h3 class="inline-block"><span>How to Enter</span></h3> </div>
<p>To enter a submission, please click the link of <a href="http://www.gba-owea.com/GBAOWE2019/en/application/guideline/nominee" target="_blank">Submission Form</a> below, then fill out the required information and submit your entry and supporting document. Your nominator will then be contacted for endorsement.</p> <p>To nominate an individual, please click the link of <a href="http://www.gba-owea.com/GBAOWE2019/en/application/guideline/nominator" target="_blank">Nomination Form</a> below, then fill out the entrant details field and submit. The nominee will then be contacted and invited to put forward a submission. (Note: Each nomination form is valid for 1 entry only. If you are nominating several candidates, please enter each entry separately.)</p>
<div class="heading-block fancy-title nobottomborder title-bottom-border"> <h3 class="inline-block"><span>Nomination deadline</span></h3> </div>
<p>August 16, 2019 (Friday)</p> <p><a href="http://www.gba-owea.com/GBAOWE2019/en/application/guideline/nominee" target="_blank" class="button button-dark button-rounded index_en_dlbtn" style="background-color: #C01450 ;">Submission Form</a> <a href="http://www.gba-owea.com/GBAOWE2019/en/application/guideline/nominator" target="_blank" class="button button-dark button-rounded index_en_dlbtn" style="background-color: #C01450 ;">Nomination Form</a></p> <div class="heading-block fancy-title nobottomborder title-bottom-border"> <h3 class="inline-block"><span>OTHER AWARDS</span></h3> </div>
<p class="other_awards"> <a href="GBA-Family.php"><i class="fa fa-award "></i> GBA Outstanding Women Entrepreneur Award in Family Business</a><br> <a href="GBA-YoungWomen.php"><i class="fa fa-award "></i> GBA Outstanding Young Women Entrepreneur Award</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>
|