mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2025-02-17 08:50:58 -05:00
Add parental leave benefits to /about page
This commit is contained in:
parent
ebab07d736
commit
49e7506c62
3 changed files with 5 additions and 3 deletions
|
@ -734,8 +734,9 @@
|
|||
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"
|
||||
jobs_benefit_10: "Maternity leave: 10 weeks paid, next 6 @ 55% salary, next 12 remote working"
|
||||
jobs_benefit_11: "Paternity leave: 10 weeks paid, next 12 remote working"
|
||||
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!"
|
||||
|
|
|
@ -237,7 +237,7 @@
|
|||
margin-top: 65px
|
||||
border: thin solid $navy
|
||||
border-radius: 8px
|
||||
padding: 50px
|
||||
padding: 40px
|
||||
width: 370px
|
||||
height: 420px
|
||||
margin-left: auto
|
||||
|
|
|
@ -239,8 +239,9 @@ block content
|
|||
ul
|
||||
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_10")
|
||||
li.small(data-i18n="about.jobs_benefit_11")
|
||||
li.small(data-i18n="about.jobs_benefit_4")
|
||||
li.small(data-i18n="about.jobs_benefit_5")
|
||||
li.small(data-i18n="about.jobs_benefit_7")
|
||||
|
|
Loading…
Reference in a new issue