Go Home. Jump to: Events. Jump to: Universities.
{% assign sorted = site.data.companies | sort_natural: '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. Jump to: Events. Jump to: Universities. Go Home.