From 10c08249a267f555fb325119e8edc601b9d3bf8f Mon Sep 17 00:00:00 2001 From: Kriszta Matyi Date: Thu, 15 Oct 2020 15:38:50 -0700 Subject: [PATCH 1/2] Updates job post criteria checklist on member new job page to cover all requirements --- app/views/member/jobs/_form.html.haml | 31 ++++++------- app/views/member/jobs/new.html.haml | 65 ++++++++++++++++----------- config/locales/en.yml | 10 +++-- config/locales/en_AU.yml | 9 ++-- config/locales/en_GB.yml | 9 ++-- config/locales/en_US.yml | 9 ++-- config/locales/es.yml | 9 ++-- config/locales/fi.yml | 9 ++-- config/locales/fr.yml | 10 +++-- config/locales/no.yml | 9 ++-- 10 files changed, 103 insertions(+), 67 deletions(-) diff --git a/app/views/member/jobs/_form.html.haml b/app/views/member/jobs/_form.html.haml index da15bc817..60ec874c5 100644 --- a/app/views/member/jobs/_form.html.haml +++ b/app/views/member/jobs/_form.html.haml @@ -1,50 +1,51 @@ #new_job %h4 Job post details .row - .large-6.columns + .small-12.columns = f.input :title, required: true .row - .large-12.columns + .small-12.columns = f.input :description, input_html: { rows: 10 }, required: true .row - .large-6.columns + .small-12.columns = f.input :salary, required: true .row - .large-6.columns + .small-12.columns = f.input :remote, wrapper: :checkbox %br .row - .large-6.columns + .small-12.columns = f.input :email .row - .large-6.columns + .small-12.columns = f.input :link_to_job, required: true .row - .large-6.columns + .small-12.columns = f.input :expiry_date, as: :string, required: true, input_html: { data: { value: @job.expiry_date.try(:strftime, '%d/%m/%Y') } } %hr %h4 Company details .row - .large-6.columns + .small-12.columns = f.input :company, required: true .row - .large-6.columns + .small-12.columns = f.input :company_website, required: true .row - .large-6.columns + .small-12.columns = f.input :location, required: true .row - %small - = t('member.jobs.new.optional_details_message') + .small-12.columns + %small + = t('member.jobs.new.optional_details_message') .row - .large-6.columns + .small-12.columns = f.input :company_address .row - .large-6.columns + .small-12.columns = f.input :company_postcode .row - .large-12.columns + .small-12.columns = f.submit "Submit job for approval", class: "button" diff --git a/app/views/member/jobs/new.html.haml b/app/views/member/jobs/new.html.haml index 48aa262a9..b54105025 100644 --- a/app/views/member/jobs/new.html.haml +++ b/app/views/member/jobs/new.html.haml @@ -9,36 +9,47 @@ %span=t('member.jobs.new.title') .row - .large-12.columns - %p=t('member.jobs.new.description') - - .row - .large-12.columns + .small-12.large-5.large-push-7.columns .panel %p=t('member.jobs.new.rules_intro') %ul.no-bullet - %li - %input#work-details{type: 'checkbox'} - %label{for: 'work-details'}= t('member.jobs.new.details') - %li - %input#roles{type: 'checkbox'} - %label{for: 'roles'}= t('member.jobs.new.suitability') - %li - %input#pay{type: 'checkbox'} - %label{for: 'pay'}= t('member.jobs.new.salary') - %li - %input#short{type: 'checkbox'} - %label{for: 'short'}= t('member.jobs.new.short') - %li - %input#payment{type: 'checkbox'} - %label{for: 'payment'}= t('member.jobs.new.pay.html', link: new_payment_path) - - .row - .large-12.columns + %li.row.collapse + .small-1.columns.text-center + %input#roles{type: 'checkbox'} + .small-11.columns.mb1 + %label{for: 'roles'}= t('member.jobs.new.suitability') + %li.row.collapse + .small-1.columns.text-center + %input#degree{type: 'checkbox'} + .small-11.columns.mb1 + %label{for: 'degree'}= t('member.jobs.new.degree') + %li.row.collapse + .small-1.columns.text-center + %input#experience{type: 'checkbox'} + .small-11.columns.mb1 + %label{for: 'experience'}= t('member.jobs.new.experience') + %li.row.collapse + .small-1.columns.text-center + %input#work-details{type: 'checkbox'} + .small-11.columns.mb1 + %label{for: 'work-details'}= t('member.jobs.new.details') + %li.row.collapse + .small-1.columns.text-center + %input#short{type: 'checkbox'} + .small-11.columns.mb1 + %label{for: 'short'}= t('member.jobs.new.short') + %li.row.collapse + .small-1.columns.text-center + %input#pay{type: 'checkbox'} + .small-11.columns.mb1 + %label{for: 'pay'}= t('member.jobs.new.salary') + %li.row.collapse + .small-1.columns.text-center + %input#payment{type: 'checkbox'} + .small-11.columns + %label{for: 'payment'}= t('member.jobs.new.pay.html', link: new_payment_path) %p= raw t('member.jobs.new.newsletter') - - %br - .row - .large-12.columns + %br + .small-12.large-7.large-pull-5.columns = simple_form_for @job, url: member_jobs_path, method: :post do |f| = render partial: 'form', locals: { f: f } diff --git a/config/locales/en.yml b/config/locales/en.yml index 9d77cf9f6..b4d901edf 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -451,14 +451,16 @@ en: none: You have no pending job posts. new: title: List a job + degree: There is no degree requirement description: "Our aim is to be the one stop shop for junior developer roles! All jobs featured on our jobs board fall under the following three categories; paid internships, apprenticeships or junior developer roles. We will not share jobs that are looking for senior, mid-weight, or junior developer with 2 years of industry experience. Each job that is submitted will be approved by the codebar team before appearing on the job board." + details: The job description details the work that will have to be undertaken + experience: There is no previous experience requirement rules_intro: "Before posting make sure that:" - details: Your post details the work that will have to be undertaken - suitability: "It's suitable for people looking for Internships and Junior roles that will enable them to build up their career" + suitability: The position is suitable for people looking for internships, apprenticeships or junior level roles that will enable them to build up their career salary: The job pays an appropriate salary - short: "It's short and to the point" + short: The job description is short and to the point approval_info: "*Once submitted, a job will be visible once it has been reviewed and approved." - optional_details_message: "The information below is only required if you want this job post to be shared with Google Search UK." + optional_details_message: The information below is only required if you want this job post to be shared with Google Search UK. newsletter: "For an additional £250 you can have your job listing featured in our newsletter and made available to an audience of over 10000 students and coaches. To find out more details and when our next newsletter is due send us an email at hello@codebar.io." pay: html: You have made the required payment of £50. diff --git a/config/locales/en_AU.yml b/config/locales/en_AU.yml index 4e3e002cf..2ff5ddfdc 100644 --- a/config/locales/en_AU.yml +++ b/config/locales/en_AU.yml @@ -360,13 +360,16 @@ en-AU: none: You have no pending job posts. new: title: List a job + degree: There is no degree requirement description: "Our aim is to be the one stop shop for junior developer roles! All jobs featured on our jobs board fall under the following three categories; paid internships, apprenticeships or junior developer roles. We will not share jobs that are looking for senior, mid-weight, or junior developer with 2 years of industry experience. Each job that is submitted will be approved by the codebar team before appearing on the job board." + details: The job description details the work that will have to be undertaken + experience: There is no previous experience requirement rules_intro: "Before posting make sure that:" - details: Your post details the work that will have to be undertaken - suitability: "It's suitable for people looking for Internships and Junior roles that will enable them to build up their career" + suitability: The position is suitable for people looking for internships, apprenticeships or junior level roles that will enable them to build up their career salary: The job pays an appropriate salary - short: "It's short and to the point" + short: The job description is short and to the point approval_info: "*Once submitted, a job will be visible once it has been reviewed and approved." + optional_details_message: The information below is only required if you want this job post to be shared with Google Search UK. newsletter: "For an additional £250 you can have your job listing featured in our newsletter and made available to an audience of over 10000 students and coaches. To find out more details and when our next newsletter is due send us an email at hello@codebar.io." pay: html: You have made the required payment of £50. diff --git a/config/locales/en_GB.yml b/config/locales/en_GB.yml index 93754ad55..d3c1e825f 100644 --- a/config/locales/en_GB.yml +++ b/config/locales/en_GB.yml @@ -360,13 +360,16 @@ en-GB: none: You have no pending job posts. new: title: List a job + degree: There is no degree requirement description: "Our aim is to be the one stop shop for junior developer roles! All jobs featured on our jobs board fall under the following three categories; paid internships, apprenticeships or junior developer roles. We will not share jobs that are looking for senior, mid-weight, or junior developer with 2 years of industry experience. Each job that is submitted will be approved by the codebar team before appearing on the job board." + details: The job description details the work that will have to be undertaken + experience: There is no previous experience requirement rules_intro: "Before posting make sure that:" - details: Your post details the work that will have to be undertaken - suitability: "It's suitable for people looking for Internships and Junior roles that will enable them to build up their career" + suitability: The position is suitable for people looking for internships, apprenticeships or junior level roles that will enable them to build up their career salary: The job pays an appropriate salary - short: "It's short and to the point" + short: The job description is short and to the point approval_info: "*Once submitted, a job will be visible once it has been reviewed and approved." + optional_details_message: The information below is only required if you want this job post to be shared with Google Search UK. newsletter: "For an additional £250 you can have your job listing featured in our newsletter and made available to an audience of over 10000 students and coaches. To find out more details and when our next newsletter is due send us an email at hello@codebar.io." pay: html: You have made the required payment of £50. diff --git a/config/locales/en_US.yml b/config/locales/en_US.yml index 479111640..7402d623c 100644 --- a/config/locales/en_US.yml +++ b/config/locales/en_US.yml @@ -358,13 +358,16 @@ en-US: none: You have no pending job posts. new: title: List a job + degree: There is no degree requirement description: "Our aim is to be the one stop shop for junior developer roles! All jobs featured on our jobs board fall under the following three categories; paid internships, apprenticeships or junior developer roles. We will not share jobs that are looking for senior, mid-weight, or junior developer with 2 years of industry experience. Each job that is submitted will be approved by the codebar team before appearing on the job board." + details: The job description details the work that will have to be undertaken + experience: There is no previous experience requirement rules_intro: "Before posting make sure that:" - details: Your post details the work that will have to be undertaken - suitability: "It's suitable for people looking for Internships and Junior roles that will enable them to build up their career" + suitability: The position is suitable for people looking for internships, apprenticeships or junior level roles that will enable them to build up their career salary: The job pays an appropriate salary - short: "It's short and to the point" + short: The job description is short and to the point approval_info: "*Once submitted, a job will be visible once it has been reviewed and approved." + optional_details_message: The information below is only required if you want this job post to be shared with Google Search UK. newsletter: "For an additional £250 you can have your job listing featured in our newsletter and made available to an audience of over 10000 students and coaches. To find out more details and when our next newsletter is due send us an email at hello@codebar.io." pay: html: You have made the required payment of £50. diff --git a/config/locales/es.yml b/config/locales/es.yml index 83e55ffcb..3dabf7673 100644 --- a/config/locales/es.yml +++ b/config/locales/es.yml @@ -360,13 +360,16 @@ es: none: You have no pending job posts. new: title: List a job + degree: There is no degree requirement description: "Our aim is to be the one stop shop for junior developer roles! All jobs featured on our jobs board fall under the following three categories; paid internships, apprenticeships or junior developer roles. We will not share jobs that are looking for senior, mid-weight, or junior developer with 2 years of industry experience. Each job that is submitted will be approved by the codebar team before appearing on the job board." + details: The job description details the work that will have to be undertaken + experience: There is no previous experience requirement rules_intro: "Before posting make sure that:" - details: Your post details the work that will have to be undertaken - suitability: "It's suitable for people looking for Internships and Junior roles that will enable them to build up their career" + suitability: The position is suitable for people looking for internships, apprenticeships or junior level roles that will enable them to build up their career salary: The job pays an appropriate salary - short: "It's short and to the point" + short: The job description is short and to the point approval_info: "*Once submitted, a job will be visible once it has been reviewed and approved." + optional_details_message: The information below is only required if you want this job post to be shared with Google Search UK. newsletter: "For an additional £250 you can have your job listing featured in our newsletter and made available to an audience of over 10000 students and coaches. To find out more details and when our next newsletter is due send us an email at hello@codebar.io." pay: html: You have made the required payment of £50. diff --git a/config/locales/fi.yml b/config/locales/fi.yml index 5e8fcaf31..be88a8f48 100644 --- a/config/locales/fi.yml +++ b/config/locales/fi.yml @@ -360,13 +360,16 @@ fi: none: You have no pending job posts. new: title: List a job + degree: There is no degree requirement description: "Our aim is to be the one stop shop for junior developer roles! All jobs featured on our jobs board fall under the following three categories; paid internships, apprenticeships or junior developer roles. We will not share jobs that are looking for senior, mid-weight, or junior developer with 2 years of industry experience. Each job that is submitted will be approved by the codebar team before appearing on the job board." + details: The job description details the work that will have to be undertaken + experience: There is no previous experience requirement rules_intro: "Before posting make sure that:" - details: Your post details the work that will have to be undertaken - suitability: "It's suitable for people looking for Internships and Junior roles that will enable them to build up their career" + suitability: The position is suitable for people looking for internships, apprenticeships or junior level roles that will enable them to build up their career salary: The job pays an appropriate salary - short: "It's short and to the point" + short: The job description is short and to the point approval_info: "*Once submitted, a job will be visible once it has been reviewed and approved." + optional_details_message: The information below is only required if you want this job post to be shared with Google Search UK. newsletter: "For an additional £250 you can have your job listing featured in our newsletter and made available to an audience of over 10000 students and coaches. To find out more details and when our next newsletter is due send us an email at hello@codebar.io." pay: html: You have made the required payment of £50. diff --git a/config/locales/fr.yml b/config/locales/fr.yml index acd78c7d8..b52a267e7 100644 --- a/config/locales/fr.yml +++ b/config/locales/fr.yml @@ -361,13 +361,17 @@ fr: none: You have no pending job posts. new: title: List a job + degree: There is no degree requirement description: "Our aim is to be the one stop shop for junior developer roles! All jobs featured on our jobs board fall under the following three categories; paid internships, apprenticeships or junior developer roles. We will not share jobs that are looking for senior, mid-weight, or junior developer with 2 years of industry experience. Each job that is submitted will be approved by the codebar team before appearing on the job board." + details: The job description details the work that will have to be undertaken + experience: There is no previous experience requirement rules_intro: "Before posting make sure that:" - details: Your post details the work that will have to be undertaken - suitability: "It's suitable for people looking for Internships and Junior roles that will enable them to build up their career" + suitability: The position is suitable for people looking for internships, apprenticeships or junior level roles that will enable them to build up their career salary: The job pays an appropriate salary - short: "It's short and to the point" + short: The job description is short and to the point approval_info: "*Once submitted, a job will be visible once it has been reviewed and approved." + optional_details_message: The information below is only required if you want this job post to be shared with Google Search UK. + newsletter: "For an additional £250 you can have your job listing featured in our newsletter and made available to an audience of over 10000 students and coaches. To find out more details and when our next newsletter is due send us an email at hello@codebar.io." pay: html: You have made the required payment of £50. button: diff --git a/config/locales/no.yml b/config/locales/no.yml index 45151572b..269b7ac2c 100644 --- a/config/locales/no.yml +++ b/config/locales/no.yml @@ -360,13 +360,16 @@ none: You have no pending job posts. new: title: List a job + degree: There is no degree requirement description: "Our aim is to be the one stop shop for junior developer roles! All jobs featured on our jobs board fall under the following three categories; paid internships, apprenticeships or junior developer roles. We will not share jobs that are looking for senior, mid-weight, or junior developer with 2 years of industry experience. Each job that is submitted will be approved by the codebar team before appearing on the job board." + details: The job description details the work that will have to be undertaken + experience: There is no previous experience requirement rules_intro: "Before posting make sure that:" - details: Your post details the work that will have to be undertaken - suitability: "It's suitable for people looking for Internships and Junior roles that will enable them to build up their career" + suitability: The position is suitable for people looking for internships, apprenticeships or junior level roles that will enable them to build up their career salary: The job pays an appropriate salary - short: "It's short and to the point" + short: The job description is short and to the point approval_info: "*Once submitted, a job will be visible once it has been reviewed and approved." + optional_details_message: The information below is only required if you want this job post to be shared with Google Search UK. newsletter: "For an additional £250 you can have your job listing featured in our newsletter and made available to an audience of over 10000 students and coaches. To find out more details and when our next newsletter is due send us an email at hello@codebar.io." pay: html: You have made the required payment of £50. From 3687897d3f3f38b83d18e22dd22d050e09831660 Mon Sep 17 00:00:00 2001 From: Kriszta Matyi Date: Thu, 15 Oct 2020 15:40:50 -0700 Subject: [PATCH 2/2] =?UTF-8?q?Updates=20fee=20for=20listing=20job=20in=20?= =?UTF-8?q?newsletter=20from=20=C2=A3250=20to=20=C2=A3200?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/locales/de.yml | 2 +- config/locales/en.yml | 2 +- config/locales/en_AU.yml | 2 +- config/locales/en_GB.yml | 2 +- config/locales/en_US.yml | 2 +- config/locales/es.yml | 2 +- config/locales/fi.yml | 2 +- config/locales/fr.yml | 2 +- config/locales/no.yml | 2 +- 9 files changed, 9 insertions(+), 9 deletions(-) diff --git a/config/locales/de.yml b/config/locales/de.yml index 2a50f021e..dde208c00 100644 --- a/config/locales/de.yml +++ b/config/locales/de.yml @@ -367,7 +367,7 @@ de: salary: der Job ein angemessenes Gehalt bietet short: "der Eintrag kurz und auf den Punkt ist" approval_info: "*Nach dem Abschicken wird der Job sichtbar sobald er geprüft und bestätigt wurde." - newsletter: "For an additional £250 you can have your job listing featured in our newsletter and made available to an audience of over 10000 students and coaches. To find out more details and when our next newsletter is due send us an email at hello@codebar.io." + newsletter: "For an additional £200 you can have your job listing featured in our newsletter and made available to an audience of over 10000 students and coaches. To find out more details and when our next newsletter is due send us an email at hello@codebar.io." pay: html: You have made the required payment of £50. button: diff --git a/config/locales/en.yml b/config/locales/en.yml index b4d901edf..4b3997a14 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -461,7 +461,7 @@ en: short: The job description is short and to the point approval_info: "*Once submitted, a job will be visible once it has been reviewed and approved." optional_details_message: The information below is only required if you want this job post to be shared with Google Search UK. - newsletter: "For an additional £250 you can have your job listing featured in our newsletter and made available to an audience of over 10000 students and coaches. To find out more details and when our next newsletter is due send us an email at hello@codebar.io." + newsletter: "For an additional £200 you can have your job listing featured in our newsletter and made available to an audience of over 10000 students and coaches. To find out more details and when our next newsletter is due send us an email at hello@codebar.io." pay: html: You have made the required payment of £50. button: diff --git a/config/locales/en_AU.yml b/config/locales/en_AU.yml index 2ff5ddfdc..c3aaa9588 100644 --- a/config/locales/en_AU.yml +++ b/config/locales/en_AU.yml @@ -370,7 +370,7 @@ en-AU: short: The job description is short and to the point approval_info: "*Once submitted, a job will be visible once it has been reviewed and approved." optional_details_message: The information below is only required if you want this job post to be shared with Google Search UK. - newsletter: "For an additional £250 you can have your job listing featured in our newsletter and made available to an audience of over 10000 students and coaches. To find out more details and when our next newsletter is due send us an email at hello@codebar.io." + newsletter: "For an additional £200 you can have your job listing featured in our newsletter and made available to an audience of over 10000 students and coaches. To find out more details and when our next newsletter is due send us an email at hello@codebar.io." pay: html: You have made the required payment of £50. button: diff --git a/config/locales/en_GB.yml b/config/locales/en_GB.yml index d3c1e825f..4b359368e 100644 --- a/config/locales/en_GB.yml +++ b/config/locales/en_GB.yml @@ -370,7 +370,7 @@ en-GB: short: The job description is short and to the point approval_info: "*Once submitted, a job will be visible once it has been reviewed and approved." optional_details_message: The information below is only required if you want this job post to be shared with Google Search UK. - newsletter: "For an additional £250 you can have your job listing featured in our newsletter and made available to an audience of over 10000 students and coaches. To find out more details and when our next newsletter is due send us an email at hello@codebar.io." + newsletter: "For an additional £200 you can have your job listing featured in our newsletter and made available to an audience of over 10000 students and coaches. To find out more details and when our next newsletter is due send us an email at hello@codebar.io." pay: html: You have made the required payment of £50. button: diff --git a/config/locales/en_US.yml b/config/locales/en_US.yml index 7402d623c..c6bcafeb2 100644 --- a/config/locales/en_US.yml +++ b/config/locales/en_US.yml @@ -368,7 +368,7 @@ en-US: short: The job description is short and to the point approval_info: "*Once submitted, a job will be visible once it has been reviewed and approved." optional_details_message: The information below is only required if you want this job post to be shared with Google Search UK. - newsletter: "For an additional £250 you can have your job listing featured in our newsletter and made available to an audience of over 10000 students and coaches. To find out more details and when our next newsletter is due send us an email at hello@codebar.io." + newsletter: "For an additional £200 you can have your job listing featured in our newsletter and made available to an audience of over 10000 students and coaches. To find out more details and when our next newsletter is due send us an email at hello@codebar.io." pay: html: You have made the required payment of £50. button: diff --git a/config/locales/es.yml b/config/locales/es.yml index 3dabf7673..88820ea07 100644 --- a/config/locales/es.yml +++ b/config/locales/es.yml @@ -370,7 +370,7 @@ es: short: The job description is short and to the point approval_info: "*Once submitted, a job will be visible once it has been reviewed and approved." optional_details_message: The information below is only required if you want this job post to be shared with Google Search UK. - newsletter: "For an additional £250 you can have your job listing featured in our newsletter and made available to an audience of over 10000 students and coaches. To find out more details and when our next newsletter is due send us an email at hello@codebar.io." + newsletter: "For an additional £200 you can have your job listing featured in our newsletter and made available to an audience of over 10000 students and coaches. To find out more details and when our next newsletter is due send us an email at hello@codebar.io." pay: html: You have made the required payment of £50. button: diff --git a/config/locales/fi.yml b/config/locales/fi.yml index be88a8f48..848bdfaa6 100644 --- a/config/locales/fi.yml +++ b/config/locales/fi.yml @@ -370,7 +370,7 @@ fi: short: The job description is short and to the point approval_info: "*Once submitted, a job will be visible once it has been reviewed and approved." optional_details_message: The information below is only required if you want this job post to be shared with Google Search UK. - newsletter: "For an additional £250 you can have your job listing featured in our newsletter and made available to an audience of over 10000 students and coaches. To find out more details and when our next newsletter is due send us an email at hello@codebar.io." + newsletter: "For an additional £200 you can have your job listing featured in our newsletter and made available to an audience of over 10000 students and coaches. To find out more details and when our next newsletter is due send us an email at hello@codebar.io." pay: html: You have made the required payment of £50. button: diff --git a/config/locales/fr.yml b/config/locales/fr.yml index b52a267e7..903ed0048 100644 --- a/config/locales/fr.yml +++ b/config/locales/fr.yml @@ -371,7 +371,7 @@ fr: short: The job description is short and to the point approval_info: "*Once submitted, a job will be visible once it has been reviewed and approved." optional_details_message: The information below is only required if you want this job post to be shared with Google Search UK. - newsletter: "For an additional £250 you can have your job listing featured in our newsletter and made available to an audience of over 10000 students and coaches. To find out more details and when our next newsletter is due send us an email at hello@codebar.io." + newsletter: "For an additional £200 you can have your job listing featured in our newsletter and made available to an audience of over 10000 students and coaches. To find out more details and when our next newsletter is due send us an email at hello@codebar.io." pay: html: You have made the required payment of £50. button: diff --git a/config/locales/no.yml b/config/locales/no.yml index 269b7ac2c..5ac2ce332 100644 --- a/config/locales/no.yml +++ b/config/locales/no.yml @@ -370,7 +370,7 @@ short: The job description is short and to the point approval_info: "*Once submitted, a job will be visible once it has been reviewed and approved." optional_details_message: The information below is only required if you want this job post to be shared with Google Search UK. - newsletter: "For an additional £250 you can have your job listing featured in our newsletter and made available to an audience of over 10000 students and coaches. To find out more details and when our next newsletter is due send us an email at hello@codebar.io." + newsletter: "For an additional £200 you can have your job listing featured in our newsletter and made available to an audience of over 10000 students and coaches. To find out more details and when our next newsletter is due send us an email at hello@codebar.io." pay: html: You have made the required payment of £50. button: