status-im / status.im-old

Main Status.im webpage.
http://status.im/
2 stars 1 forks source link

https://status.im/open-positions.html not serving correct content #77

Closed J12B closed 5 years ago

J12B commented 5 years ago

Context: Our job board is hosted by Greenhouse (recruiting tool). The board is configured in Greenhouse with a range of options (title, description, logo, etc) and has a range of developer settings that allow us to embed the job board.

Issue : Current https://status.im/open-positions.html only shows a list of openings, and does not include the company description, values, etc content that has been created. Upon filing a ticket with greenhouse, their response was:


I was able to investigate further and it appears that the reason why your description is currently hidden on your careers page is because you have the below rule configured in your org's Custom CSS file (https://s3.amazonaws.com/prod-heroku/external_greenhouse_job_boards/custom_css_files/000/010/052/original/testjobboard.css?1503465196):

​div#wrapper div#wrapper > *:not(:nth-child(n+3)) { display: none; } ​

In this case, you will want to remove this rule from your CSS file and then upload it to your Configure > Dev Center > Configuring Your Job Board page once more. This should resurface your company's description :)

I'm not sure who created the original CSS file (or indeed what it does).

Could someone help make the necessary changes? I can give you developer access to our greenhouse site.

[@chadyj as discussed in Status.]

chadyj commented 5 years ago

@noman-land Can you please take a look at this?

@jonathanbarker How can we test it is working properly? Anything to look out for?

chadyj commented 5 years ago

Or @jonathanbarker if you give me access perhaps we can just do this via Greenhouse admin.

J12B commented 5 years ago

Have given you developer access @chadyj you should receive an email shortly.

If it's working properly, then a bunch of content (below) will appear on https://status.im/open-positions.html before the list of open roles.

-- Expected content: About working with us We are building an open source discovery tool for the Ethereum blockchain that makes it easy for anyone to access apps and services built on the decentralized web. This allows users to browse, chat, make payments and much more.

Contribution to our mission comes in many forms -  employees (full & part time), contractors, freelancers, community members, testers, researchers, users, etc. To help us achieve our goals, we hire passionate people to focus on our priorities.  We call those who work for us Core Contributors.

We (Core Contributors) work across the globe, and are successful because we believe passionately in our values and mission. We care deeply about open source software, and our organizational structure does away with hierarchy and fixed work hours/location.

🔐🗽What we value: A full discussion of our principles can be found here.  Successful core contributors passionately embrace them as the foundation for having impact in how they work. We are looking for applicants who:

Believe in personal liberty, privacy & anonymity. Build with security foremost in mind, to provide strong peace-of-mind to users. Believe in complete transparency between core contributors and our community, and using open source software to create a better world. Believe in decentralization. Believe in inclusivity - access and opportunity for all and permissionless participation. 👩🏽‍💻👨🏻‍💻How we work: Contributors work from a location of their choice, and are free to select the hardware (laptop and mobile) that best enables them to be successful. We work with a high degree of autonomy, focused on supporting the organization's priorities. Contributors are free to determine their working  hours - there are no strict rules here. We want you to forge your own role in the organisation and figure out where you can have most impact for the benefit of the community. We're not constrained by typical job titles or hierarchy - if you see an opportunity to add value we'd love you to grab it. 💱✈️Perks: Work with some of the most passionate & dedicated minds in the Ethereum space. We'll reward you with a base salary. We hope that you're as passionate as us about cryptocurrency and and willing to be paid in a combination of fiat and cryptocurrency. We'll also reward you with SNT (Status Network Tokens) to give you a real stake in the success of the organisation. We regularly attend relevant conferences and team meet-ups, and twice per year the whole organisation gets together to connect. We provide a small allowance for a co-working space, or to work from a café occasionally. We operate an open vacation policy, meaning there are no hard limits or strict rules around how much holiday you take and how you schedule it. We want our contributors to be healthy and take the time they need to relax and enjoy quality disconnected time away from work. The job titles you see here are shorthand to indicate a functional skillset in which we’re looking to build our capabilities, but are not intended to limit your creativity nor permission to contribute other skills in any way. If you believe you can contribute, but don't see a role that closely matches your skills - please send a short note and your CV to talent@status.im.

Our candidate and applicant privacy policy is here.  

chadyj commented 5 years ago

Should be fixed now!