We are focused on holding corporations accountable.
In response to the Black Lives Matter, many corporations posted simple solidarity statements without committing to actual change. We want to hold corporations accountable by highlighting the change (or lack of change) they have implemented in their teams, as well as the diversity of the leadership in their corporation.
This app is built on the static-site generator 11ty. The design uses Bootstrap4.
git clone https://github.com/DiversityCorp/companies-on-blm.git
cd companies-on-blm
npm install
npm install -g @11ty/eleventy
npm run serve
companies/
has the company data. All that is required is the company value.- look in the
examples
folder for a template on how to add data for a company. - This site uses two layouts:
_includes/layouts/base.njk
: the top-level HTML structure_includes/layouts/company.njk
: the company page template (wrapped intobase.njk
)