2018-11-19 18:45:42 +00:00
|
|
|
div.containerH.reverse
|
2018-11-17 17:01:19 +00:00
|
|
|
div.containerV.fix
|
2018-11-20 15:28:00 +00:00
|
|
|
sib-link(next="job-offer-create").containerH.containerCenter.action-link
|
2018-11-17 17:01:19 +00:00
|
|
|
div.containerV.fix.icon-plus
|
2018-11-20 15:28:00 +00:00
|
|
|
div.containerV.fix Post a new offer
|
|
|
|
sib-link().containerH.containerCenter.how-link
|
2018-11-17 17:01:19 +00:00
|
|
|
div.containerV.fix.icon-idea
|
2018-11-20 15:28:00 +00:00
|
|
|
div.containerV.grow How To find a new offer
|
|
|
|
sib-link().containerH.containerCenter.how-link
|
2018-11-17 17:01:19 +00:00
|
|
|
div.containerV.fix.icon-idea
|
2018-11-20 15:28:00 +00:00
|
|
|
div.containerV.grow How to set notification ?
|
2018-11-19 18:45:42 +00:00
|
|
|
div.containerV.grow
|
|
|
|
h1 New offers
|
|
|
|
span Here you can find and post offers
|
|
|
|
sib-display#offers-list(
|
|
|
|
data-src=`${sdn}/job-offers/`,
|
|
|
|
data-fields='date, user-thumb, title, description, skills',
|
|
|
|
widget-skills='sib-display-lookuplist',
|
|
|
|
set-user-thumb='author.member.avatar, author.first_name, author.last_name'
|
|
|
|
widget-author.member.avatar='sib-display-img',
|
|
|
|
set-date='closingDate, creationDate',
|
|
|
|
widget-closingDate='hdapp-closing-date',
|
|
|
|
set-content='title, description',
|
|
|
|
search-fields='content,skills,open'
|
|
|
|
)
|