Skip to content
This repository has been archived by the owner on Mar 1, 2024. It is now read-only.

A list of all the companies WFH or events changed because of covid-19

License

Notifications You must be signed in to change notification settings

hoverinc/stayinghomeclub

 
 

Repository files navigation

Who's staying home because of COVID-19?

This is the running list of what in tech has been affected by COVID-19. Pull requests gratefully accepted, especially around design or data formatting or correctness. If you are a journalist and would like to speak to someone about the list, email phildini@phildini.net.

Skip to: Companies. Skip to: Events

Companies - {{ site.data.companies | size }}

{% assign sorted = (site.data.companies | sort: 'name') %} {% assign wfh_required = (site.data.companies | where_exp:"item", "item.wfh contains 'Required'" | size ) %} {% assign wfh_encouraged = (site.data.companies | where_exp:"item", "item.wfh contains 'Encouraged'" | size ) %}

Work from home required: {{ wfh_required}}, Work from home encouraged: {{ wfh_encouraged }}

Company WFH Travel Visitors Events Last Update
{% for company in sorted %} {{company.name}} {{company.wfh}} {{company.travel}} {{company.visitors}} {{company.events}}
{% endfor %}

Back to top: Companies

{% assign cancelled = (site.data.events | where_exp:"item", "item.status contains 'cancelled'" | size)%}

Events - {{ site.data.events | size }}

Events cancelled: {{cancelled}}

{% for event in site.data.events %}

  • {{event.name}}: {{event.status}}{% endfor %}

Back to top: Companies, Events

About

A list of all the companies WFH or events changed because of covid-19

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 100.0%