/stayinghomeclub

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

Primary LanguageRubyCreative Commons Zero v1.0 UniversalCC0-1.0

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.

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

{% assign sorted = (site.data.companies | sort: 'name') %}

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

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

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

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