-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcareer-landing.html
More file actions
450 lines (434 loc) · 27.5 KB
/
career-landing.html
File metadata and controls
450 lines (434 loc) · 27.5 KB
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
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Careers | SM Store</title>
<link rel="stylesheet" href="./assets/css/style.min.css">
</head>
<body>
<div class="wrapper career">
<header class="career__header">
<div class="career__header--upper">
<div>
<a href="" class="font-cta"><img src="./assets/images/icons/angle-left-white.svg" alt="">Back to the SM Store</a>
<div>
<a href="">
<img src="./assets/images/icons/icon-fb-white.svg" alt="">
</a>
<a href="">
<img src="./assets/images/icons/icon-linkedin-white.svg" alt="">
</a>
</div>
</div>
</div>
<div class="career__header--lower">
<div>
<div class="career__header--mobile">
<img class="burger-menu" src="./assets/images/burger-menu.svg">
<img class="burger-menu hide" src="./assets/images/close.svg">
</div>
<div class="career__header-logo">
<span>Careers at</span>
<img src="./assets/images/logo.svg" alt="">
</div>
<div class="career__header-menu">
<a href="">All Jobs</a>
<a href="">Events</a>
<a href="">FAQs</a>
</div>
<div class="career__header-buttons">
<a class="button-guest button-guest--outline-white font-cta">Sign in</a>
<a class="button-guest button-guest--pure-white font-cta">Sign up</a>
</div>
</div>
</div>
<nav class="career__mobile-menu">
</nav>
</header>
<section class="career__banner">
<div>
<div class="career__banner-content">
<span class="font-eyebrow">#AWESMATWORK</span>
<h1 class="font-h1">Find your place in SM retail</h1>
<div class="career__banner-searchbox">
<div>
<img src="./assets/images/icons/icon-search-black.svg" alt="">
<input type="text" placeholder="Search job title or number...">
</div>
<select>
<option value="Nationwide">Nationwide</option>
</select>
<button class="font-cta">Search</button>
</div>
<a href="" class="btn--text-link font-cta">Or View All Jobs</a>
</div>
</div>
</section>
<section class="career__featured">
<div>
<h2 class="font-h2">Featured Jobs</h2>
<div class="career__controls">
<button class="controls__arrow controls__arrow--left"><img src="./assets/images/arrow-tail-left.svg" alt=""></button>
<button class="controls__arrow controls__arrow--right"><img src="./assets/images/arrow-tail-right.svg" alt=""></button>
</div>
<div class="career__featured--slider">
<div class="career__featured--slider-item">
<div>
<img src="./assets/images/logo-job.svg" alt="">
<span><img src="./assets/images/icons/Bookmark.svg" alt="">Save</span>
</div>
<div>
<h4 class="font-h4-caps">Accounting Manager</h4>
<li>
<img src="./assets/images/icons/Location.svg" alt="">
<span class="font-caption">Pasay City, Batangas City, Cebu City</span>
</li>
<li>
<img src="./assets/images/icons/Work.svg" alt="">
<span class="font-caption">Full-Time Regular, Probationary</span>
</li>
<li>
<img src="./assets/images/icons/Clock.svg" alt="">
<span class="font-caption">Apply before March 20</span>
</li>
</div>
<a class="button button--primary button--black font-cta" href="">Apply now</a>
</div>
<div class="career__featured--slider-item">
<div>
<img src="./assets/images/logo-job.svg" alt="">
<span><img src="./assets/images/icons/Bookmark.svg" alt="">Save</span>
</div>
<div>
<h4 class="font-h4-caps">Human Resource Assistant</h4>
<li>
<img src="./assets/images/icons/Location.svg" alt="">
<span class="font-caption">Pasay City, Batangas City, Cebu City</span>
</li>
<li>
<img src="./assets/images/icons/Work.svg" alt="">
<span class="font-caption">Full-Time Regular, Probationary</span>
</li>
<li>
<img src="./assets/images/icons/Clock.svg" alt="">
<span class="font-caption">Apply before March 20</span>
</li>
</div>
<a class="button button--primary button--black font-cta" href="">Apply now</a>
</div>
<div class="career__featured--slider-item">
<div>
<img src="./assets/images/logo-job.svg" alt="">
<span><img src="./assets/images/icons/Bookmark.svg" alt="">Save</span>
</div>
<div>
<h4 class="font-h4-caps">Accounting Assistant</h4>
<li>
<img src="./assets/images/icons/Location.svg" alt="">
<span class="font-caption">Pasay City, Batangas City, Cebu City</span>
</li>
<li>
<img src="./assets/images/icons/Work.svg" alt="">
<span class="font-caption">Full-Time Regular, Probationary</span>
</li>
<li>
<img src="./assets/images/icons/Clock.svg" alt="">
<span class="font-caption">Apply before March 20</span>
</li>
</div>
<a class="button button--primary button--black font-cta" href="">Apply now</a>
</div>
<div class="career__featured--slider-item">
<div>
<img src="./assets/images/logo-job.svg" alt="">
<span><img src="./assets/images/icons/Bookmark.svg" alt="">Save</span>
</div>
<div>
<h4 class="font-h4-caps">Accounting Assistant</h4>
<li>
<img src="./assets/images/icons/Location.svg" alt="">
<span class="font-caption">Pasay City, Batangas City, Cebu City</span>
</li>
<li>
<img src="./assets/images/icons/Work.svg" alt="">
<span class="font-caption">Full-Time Regular, Probationary</span>
</li>
<li>
<img src="./assets/images/icons/Clock.svg" alt="">
<span class="font-caption">Apply before March 20</span>
</li>
</div>
<a class="button button--primary button--black font-cta" href="">Apply now</a>
</div>
</div>
</div>
</section>
<section class="career__explore">
<div>
<h2 class="font-h2">Explore Job Departments</h2>
<div class="career__controls">
<button class="controls__arrow controls__arrow--left"><img src="./assets/images/arrow-tail-left.svg" alt=""></button>
<button class="controls__arrow controls__arrow--right"><img src="./assets/images/arrow-tail-right.svg" alt=""></button>
</div>
<div class="career__explore--slider">
<div class="career__explore--slider-item">
<span><img src="./assets/images/icons/Work.svg" alt="">16 Jobs Available</span>
<div>
<img src="./assets/images/icons/AdminSupport.svg" alt="">
<h4 class="font-h4-caps">Administrative Support</h4>
</div>
<p class="font-caption text-bold">Always there to save the date.</p>
<p class="font-caption">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>
<a class="button button--primary button--black font-cta" href="">View jobs</a>
</div>
<div class="career__explore--slider-item">
<span><img src="./assets/images/icons/Work.svg" alt="">16 Jobs Available</span>
<div>
<img src="./assets/images/icons/Finance.svg" alt="">
<h4 class="font-h4-caps">Finance</h4>
</div>
<p class="font-caption text-bold">It's all stocks knowledge.</p>
<p class="font-caption">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>
<a class="button button--primary button--black font-cta" href="">View jobs</a>
</div>
<div class="career__explore--slider-item">
<span><img src="./assets/images/icons/Work.svg" alt="">16 Jobs Available</span>
<div>
<img src="./assets/images/icons/IT.svg" alt="">
<h4 class="font-h4-caps">IT Solutions</h4>
</div>
<p class="font-caption text-bold">Not just computers, but connections as well</p>
<p class="font-caption">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>
<a class="button button--primary button--black font-cta" href="">View jobs</a>
</div>
<div class="career__explore--slider-item">
<span><img src="./assets/images/icons/Work.svg" alt="">16 Jobs Available</span>
<div>
<img src="./assets/images/icons/IT.svg" alt="">
<h4 class="font-h4-caps">IT Solutions</h4>
</div>
<p class="font-caption text-bold">Always there to save the date.</p>
<p class="font-caption">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>
<a class="button button--primary button--black font-cta" href="">View jobs</a>
</div>
</div>
</div>
</section>
<section class="career__events">
<div>
<div class="career__events-header">
<h3 class="font-h3-caps">Upcoming Events</h3>
<a href="" class="btn--text-link font-cta">View Calendar</a>
</div>
<div class="career__events--slider">
<div class="career__events--slider-item">
<img src="./assets/images/cards/card-career-event-1.jpg" alt="">
<div>
<h3 class="font-h3-caps">Daet February Recruitment Fair</h3>
<li>
<img src="./assets/images/icons/Clock.svg" alt="">
<span>Feb 13 at 10 AM - Feb 14 at 10 AM</span>
</li>
<li>
<img src="./assets/images/icons/Location.svg" alt="">
<span>JMR Museum Naga City, Civic Center Cmpd.,Taal Ave.,
Naga City</span>
</li>
</div>
</div>
<div class="career__events--slider-item">
<img src="./assets/images/cards/card-career-event-2.jpg" alt="">
<div>
<h3 class="font-h3-caps">Daet February Recruitment Fair</h3>
<li>
<img src="./assets/images/icons/Clock.svg" alt="">
<span>Feb 13 at 10 AM - Feb 14 at 10 AM</span>
</li>
<li>
<img src="./assets/images/icons/Location.svg" alt="">
<span>JMR Museum Naga City, Civic Center Cmpd.,Taal Ave.,
Naga City</span>
</li>
</div>
</div>
</div>
<div class="career__controls">
<button class="controls__arrow controls__arrow--left"><img src="./assets/images/arrow-tail-left.svg" alt=""></button>
<button class="controls__arrow controls__arrow--right"><img src="./assets/images/arrow-tail-right.svg" alt=""></button>
</div>
</div>
</section>
<section class="career__video">
<div>
<div class="career__video--bg"></div>
<div class="career__video--slider">
<div class="career__video--slider-item">
<video class="career__video-file" playsinline="" autoplay="" muted="" loop="" src="https://file-examples.com/wp-content/uploads/2017/04/file_example_MP4_480_1_5MG.mp4"></video>
<div class="career__video-details">
<h1 class="font-h1">
<span>Recruitment</span>
<span>Fair 2020</span>
</h1>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua</p>
</div>
</div>
<div class="career__video--slider-item">
<video class="career__video-file" playsinline="" autoplay="" muted="" loop="" src="https://file-examples.com/wp-content/uploads/2017/04/file_example_MP4_480_1_5MG.mp4"></video>
<div class="career__video-details">
<h1 class="font-h1">
<span>Recruitment</span>
<span>Fair 2020</span>
</h1>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>
</div>
</div>
</div>
<div class="career__controls">
<button class="controls__arrow controls__arrow--left"><img src="./assets/images/arrow-tail-left.svg" alt=""></button>
<button class="controls__arrow controls__arrow--right"><img src="./assets/images/arrow-tail-right.svg" alt=""></button>
</div>
</div>
</section>
<section class="career__faq">
<div>
<h2 class="font-h2">Frequently Asked Questions</h2>
<div class="career__faq-accordions">
<div>
<div class="faq-accordion">
<div class="faq-accordion__header">
<span>After I submitted my CV, how long before I receive an update?</span>
<img src="./assets/images/icons/angle-down.svg" alt="">
</div>
<div class="faq-accordion__content">
<p>
Shortlisted candidates will receive an update within 3 days after receipt of the application.
If you were not contacted after three days, that means that there is no open position at the moment that matches your profile. Rest assured, that your CV/resume will be kept on our active pooling for future references.
</p>
</div>
</div>
<div class="faq-accordion">
<div class="faq-accordion__header">
<span>After I submitted my CV, how long before I receive an update?</span>
<img src="./assets/images/icons/angle-down.svg" alt="">
</div>
<div class="faq-accordion__content">
<p>
Shortlisted candidates will receive an update within 3 days after receipt of the application.
If you were not contacted after three days, that means that there is no open position at the moment that matches your profile. Rest assured, that your CV/resume will be kept on our active pooling for future references.
</p>
</div>
</div>
<div class="faq-accordion">
<div class="faq-accordion__header">
<span>After I submitted my CV, how long before I receive an update?</span>
<img src="./assets/images/icons/angle-down.svg" alt="">
</div>
<div class="faq-accordion__content">
<p>
Shortlisted candidates will receive an update within 3 days after receipt of the application.
If you were not contacted after three days, that means that there is no open position at the moment that matches your profile. Rest assured, that your CV/resume will be kept on our active pooling for future references.
</p>
</div>
</div>
<div class="faq-accordion">
<div class="faq-accordion__header">
<span>After I submitted my CV, how long before I receive an update?</span>
<img src="./assets/images/icons/angle-down.svg" alt="">
</div>
<div class="faq-accordion__content">
<p>
Shortlisted candidates will receive an update within 3 days after receipt of the application.
If you were not contacted after three days, that means that there is no open position at the moment that matches your profile. Rest assured, that your CV/resume will be kept on our active pooling for future references.
</p>
</div>
</div>
</div>
<div>
<div class="faq-accordion">
<div class="faq-accordion__header">
<span>I am a former employee of SM, can I still re-apply?</span>
<img src="./assets/images/icons/angle-down.svg" alt="">
</div>
<div class="faq-accordion__content">
<p>
Shortlisted candidates will receive an update within 3 days after receipt of the application.
If you were not contacted after three days, that means that there is no open position at the moment that matches your profile. Rest assured, that your CV/resume will be kept on our active pooling for future references.
</p>
</div>
</div>
<div class="faq-accordion">
<div class="faq-accordion__header">
<span>After I submitted my CV, how long before I receive an update?</span>
<img src="./assets/images/icons/angle-down.svg" alt="">
</div>
<div class="faq-accordion__content">
<p>
Shortlisted candidates will receive an update within 3 days after receipt of the application.
If you were not contacted after three days, that means that there is no open position at the moment that matches your profile. Rest assured, that your CV/resume will be kept on our active pooling for future references.
</p>
</div>
</div>
<div class="faq-accordion">
<div class="faq-accordion__header">
<span>After I submitted my CV, how long before I receive an update?</span>
<img src="./assets/images/icons/angle-down.svg" alt="">
</div>
<div class="faq-accordion__content">
<p>
Shortlisted candidates will receive an update within 3 days after receipt of the application.
If you were not contacted after three days, that means that there is no open position at the moment that matches your profile. Rest assured, that your CV/resume will be kept on our active pooling for future references.
</p>
</div>
</div>
<div class="faq-accordion">
<div class="faq-accordion__header">
<span>After I submitted my CV, how long before I receive an update?</span>
<img src="./assets/images/icons/angle-down.svg" alt="">
</div>
<div class="faq-accordion__content">
<p>
Shortlisted candidates will receive an update within 3 days after receipt of the application.
If you were not contacted after three days, that means that there is no open position at the moment that matches your profile. Rest assured, that your CV/resume will be kept on our active pooling for future references.
</p>
</div>
</div>
</div>
</div>
</div>
</section>
<footer class="career__footer">
<div class="career__footer--upper">
<div>
<button class="btn--icon text-semibold"><img src="./assets/images/messenger.svg"></button>
<div class="career__footer--links">
<a href="" class="font-caption">About Us</a>
<a href="" class="font-caption">Stores</a>
<a href="" class="font-caption">Contact Us</a>
</div>
<p class="font-caption-bold">To get the latest careers updates, follow us on</p>
<div class="career__footer--socmed">
<a href="">
<img src="./assets/images/icons/icon-fb-white.svg" alt="">
</a>
<a href="">
<img src="./assets/images/icons/icon-linkedin-white.svg" alt="">
</a>
</div>
</div>
</div>
<div class="career__footer--lower">
<div>
<p class="font-caption">© 2020 Careers at The SM Store. All rights reserved.</p>
</div>
</div>
</footer>
</div> <!-- /wrapper -->
<!-- IMPORTS -->
<script src="assets/js/jquery.js"></script>
<script src="./assets/js/slick.min.js"></script>
<!-- CUSTOM JS -->
<script src="assets/js/main.js"></script>
<script src="assets/js/career.js"></script>
</body>
</html>