From 133574356ac52e6218c411e3669b4737e2866a57 Mon Sep 17 00:00:00 2001 From: Matt Lott Date: Tue, 5 Apr 2016 06:29:03 -0700 Subject: [PATCH] Update /about page Removing sales positions, adding marketing position Updating benefits list --- app/locale/en.coffee | 11 +++++++---- app/styles/about.sass | 3 +++ app/templates/about.jade | 24 +++++++++--------------- 3 files changed, 19 insertions(+), 19 deletions(-) diff --git a/app/locale/en.coffee b/app/locale/en.coffee index bd935cc74..6e617beb9 100644 --- a/app/locale/en.coffee +++ b/app/locale/en.coffee @@ -729,10 +729,13 @@ jobs_benefits: "Employee Benefits" jobs_benefit_1: "Competitive salary and options" jobs_benefit_2: "15 day minimum vacation policy, excluding company holidays" - jobs_benefit_3: "Work from home flexibility" - jobs_benefit_4: "Unlimited sick/personal days" - jobs_benefit_5: "Professional development and continuing education support" - jobs_benefit_6: "Medical/dental/vision insurance" + jobs_benefit_3: "Flex time and flexible work-from-home" # {change} + jobs_benefit_4: "Unlimited vacation/sick/personal days" # {change} + jobs_benefit_5: "Professional development and continuing education support – free books and games!" # {change} + jobs_benefit_6: "Medical (gold), dental, vision" # {change} + jobs_benefit_7: "Sit-stand desks for all" + jobs_benefit_8: "Generous parental leave" + jobs_benefit_9: "10-year option exercise window" learn_more: "Learn More" jobs_custom_title: "Create Your Own" jobs_custom_description: "Are you passionate about CodeCombat but don't see a job listed that matches your qualifications? Write us and show how you think you can contribute to our team. We'd love to hear from you!" diff --git a/app/styles/about.sass b/app/styles/about.sass index a54ca6645..f90f9732c 100644 --- a/app/styles/about.sass +++ b/app/styles/about.sass @@ -252,6 +252,9 @@ background: $navy ul margin-top: 20px + a.benefits-link + color: white + text-decoration: underline .job-listing color: $navy background: white diff --git a/app/templates/about.jade b/app/templates/about.jade index 95800581d..5de1fbb5a 100644 --- a/app/templates/about.jade +++ b/app/templates/about.jade @@ -237,30 +237,24 @@ block content #benefits h5(data-i18n="about.jobs_benefits") ul - li.small(data-i18n="about.jobs_benefit_1") - li.small(data-i18n="about.jobs_benefit_2") + li.small + a.benefits-link(href='http://blog.triplebyte.com/fixing-the-inequity-of-startup-equity', data-i18n="about.jobs_benefit_9") + li.small(data-i18n="about.jobs_benefit_8") + li.small(data-i18n="about.jobs_benefit_6") li.small(data-i18n="about.jobs_benefit_4") li.small(data-i18n="about.jobs_benefit_5") - li.small(data-i18n="about.jobs_benefit_6") + li.small(data-i18n="about.jobs_benefit_7") .col-sm-6.col-md-5.col-lg-4 + .job-listing - h5 Head of Sales + h5 Marketing Manager .text-center small.label | San Francisco • Fulltime - p.small School districts are scrambling to offer computer science classes to all their students as a core subject. They have had no solution, because they can't afford to hire enough programming teachers – until now. - a.job-link.btn.btn-lg.btn-navy(href="https://jobs.lever.co/codecombat/2d0194ed-7c69-4aab-b1f9-363ca4b9f04b" rel="external") + p.small We're looking for an amazing marketer to help us fill our funnel and keep the pipeline growing. As our Marketing Manager, you'll be responsible for driving traffic to our website through content creation and converting those visitors into leads and customers using both automated and personalized content. + a.job-link.btn.btn-lg.btn-navy(href="https://jobs.lever.co/codecombat/1033ec13-d4a0-498d-99e0-628afdb56fb5" rel="external") span(data-i18n="about.learn_more") .col-sm-6.col-md-5.col-md-offset-1.col-lg-4.col-lg-offset-0 - .job-listing - h5 Sales Representative - .text-center - small.label - | San Francisco • Fulltime - p.small School districts are scrambling to offer computer science classes to all their students as a core subject. They have had no solution, because they can't afford to hire enough programming teachers – until now. - a.job-link.btn.btn-lg.btn-navy(href="https://jobs.lever.co/codecombat/3f6ff123-16ce-4ecb-aba3-dcf4e8927c47" rel="external") - span(data-i18n="about.learn_more") - .col-sm-6.col-md-5.col-lg-4 .job-listing h5(data-i18n="about.jobs_custom_title") p.small(data-i18n="about.jobs_custom_description")