Skip to content

Latest commit

 

History

History
63 lines (42 loc) · 2.29 KB

template.md

File metadata and controls

63 lines (42 loc) · 2.29 KB

Awesome Sustainability Jobs

A curated list of companies in the sustainability sector with jobs for devs.

The best minds of our generation are thinking about how to make people click on ads climate change
Electricity Maps

This project needs your help and contributions:

  • Share this project with others
  • Add a link to the backlog
  • Fix broken links
  • Review links in the backlog and add them to this project
  • Suggest structural improvements by opening a pull request with changes to template.md

Not able to work on sustainability in a full time job? Check out this list of open source projects.


All companies on a map

preview image of map

Show companies on a map 🗺️

All companies in a list

{% for country in jobs.keys() -%}

{% for country, jobsByCountry in jobs.items() -%}

{{country}}

{% for field, jobs in jobsByCountry.items() -%}

{{field}}

company jobs rating* description sp* re*
{% for job in jobs -%}
{{job.name}} jobs {% if job.review %}{{job.rating}}/5{% endif %} {{job.description}} {% if job.speculative %}✅{% endif %} {% if job.remote %}✅{% endif %}
{% endfor %}

{% endfor %}

{% endfor %}

Legend

  • rating: Rating by the employees according to portals like Kununu or glassdoor
  • sp: speculative applications accepted
  • re: has at least one remote job offering

Jobportals

{% for country, jobportals in jobportals.items() -%}

{{country}}

{% for jobportal in jobportals -%}

{% endfor %}