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
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
|
<!DOCTYPE html> <html lang="en-HK" prefix="og: http://ogp.me/ns#">
<head> <title>JobReader - Priority Listing</title> <!-- css --> <?php include 'inc/headlinks.php';?> <!-- js --> <?php include 'inc/link-js.php';?> </head>
<body>
<!-- header --> <?php include 'inc/header.php';?> <!-- end of header-->
<?php include 'inc/plan_and_priceing_nav.php';?>
<section class="wrap"> <div class="container">
<div class="row align-items-center mb-4"> <div class="col-md-6 mb-4"> <p class="h1">Priority Listing<sup class="orangeWord unbold" style="font-size:55%;">*add-on</sup> </p> <p class="h3">Maximize exposure for your job postings & branding to hire employees faster.</p>
<ul class="tickList"> <li class="greenWord font09">Rotating placement at the top of the job list for relevant categories. </li> <li class="font09">Each priority listing will be posted for 1 day. </li>
<li class="font09">Same priority listing can only be posted for maximum 7 days. </li> <li class="font09">Self-customized days of posting. </li> </ul> <p class="mt-4">Note: You must have a <a href="pp_standard_ad.php" class="link">Standard Ad </a> or <a href="pp_advance_job_ad.php" class="link">Advance Ad</a> to upgrade for this feature. </p> </div> <div class="col-md-6 mb-4"> <img src="../assets/images/jobsetpic01.png" class="img-fluid" title="Standard Job Ad" alt="Standard Job Ad image"> </div>
<div class="col-md-12 buyWrap mt-4 pt-4 borderTop">
<p class="h3 mb-4 mt-4">Buy credits</p>
<div class="card"> <div class="recommendedWrap"> <span class="lableCredits btn-block">Recommended</span> </div> <div class="card-body text-center"> <p class="card-title h1 unbold">1 listing*</p> <p class="card-text"><del class="fieldWord">HK$1,428</del> <span class="redWord">20%off</span></p> <p class="card-text h1 unbold ">HK$1,198</p> <p class="card-text mb-4 fieldWord font-italic">HK$599 per listing</p> <p class="word mb-4 mt-4">Plan validity 1 month <br><small>*Listing(s) = Priority Listing</small></p>
<a href="co_preview.php"><button type="button" class="btn-sm btn-primary">Buy</button></a> </div> <p class="redWord text-center mt-2">Limited time offer until October 15,2019</p> </div> <div class="card"> <div class="recommendedWrap">
</div> <div class="card-body text-center"> <p class="card-title h1 unbold">2 listings*</p> <p class="card-text"> </p> <p class="card-text h1 unbold ">HK$1,198</p> <p class="card-text mb-4 fieldWord font-italic">HK$599 per listing</p> <p class="word mb-4 mt-4">Plan validity 2 months <br><small>*Listing(s) = Priority Listing</small></p> <a href="co_preview.php"><button type="button" class="btn-sm btn-primary">Buy</button></a> </div>
</div> <div class="card"> <div class="recommendedWrap">
</div> <div class="card-body text-center"> <p class="card-title h1 unbold">3 listings*</p> <p class="card-text"> </p> <p class="card-text h1 unbold ">HK$1,198</p> <p class="card-text mb-4 fieldWord font-italic">HK$599 per listing</p> <p class="word mb-4 mt-4">Plan validity 1 month <br><small>*Listing(s) = Priority Listing</small></p> <a href="co_preview.php"><button type="button" class="btn-sm btn-primary">Buy</button></a> </div>
</div> <div class="card"> <div class="recommendedWrap">
</div> <div class="card-body text-center"> <p class="card-title h1 unbold">4 listings*</p> <p class="card-text"> </p> <p class="card-text h1 unbold ">HK$1,198</p> <p class="card-text mb-4 fieldWord font-italic">HK$599 per listing</p> <p class="word mb-4 mt-4">Plan validity 1 month <br><small>*Listing(s) = Priority Listing</small></p> <a href="co_preview.php"><button type="button" class="btn-sm btn-primary">Buy</button></a> </div>
</div> <div class="card"> <div class="recommendedWrap">
</div> <div class="card-body text-center"> <p class="card-title h1 unbold">5 listings*</p> <p class="card-text"> </p> <p class="card-text h1 unbold ">HK$1,198</p> <p class="card-text mb-4 fieldWord font-italic">HK$599 per listing</p> <p class="word mb-4 mt-4">Plan validity 1 month <br><small>*Listing(s) = Priority Listing</small></p> <a href="co_preview.php"><button type="button" class="btn-sm btn-primary">Buy</button></a> </div>
</div> </div> </div>
</div> </section>
<?php include 'inc/qabar_sales.php';?>
<!-- footer --> <?php include 'inc/footer_n.php';?> <!-- end of footer -->
<!-- custom JS --> </body>
<script>
</script>
</html>
|