All Projects → DiversityCorp → companies-on-blm

DiversityCorp / companies-on-blm

Licence: other
We are collecting corporate statements in response to racial injustice, along with Diversity/Inclusion reports and ICE contract information. We have several issues for requested companies, please feel free to add more!

Programming Languages

Nunjucks
165 projects
CSS
56736 projects
javascript
184084 projects - #8 most used programming language
python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to companies-on-blm

SoundTouch-Chrome-Extension
📢 💻 SoundTouch Bose Chrome Extension, Display the current playing music, control the Soundtouch and more...
Stars: ✭ 17 (-19.05%)
Mutual labels:  hacktoberfest2020, hacktoberfest-accepted
hacktoberfest
Fork and Create a Pull Request
Stars: ✭ 13 (-38.1%)
Mutual labels:  hacktoberfest2020, hacktoberfest-accepted
camunda-external-task-client-python3
Camunda External Task Client in Python
Stars: ✭ 43 (+104.76%)
Mutual labels:  hacktoberfest2020, hacktoberfest-accepted
HacktoberFest2021
hacktoberfest-accepted repository
Stars: ✭ 25 (+19.05%)
Mutual labels:  hacktoberfest2020, hacktoberfest-accepted
autocorr kr
리브레오피스(LibreOffice) 자동 교정(Autocorrect)기능에 대한 말모이 저장소
Stars: ✭ 15 (-28.57%)
Mutual labels:  hacktoberfest2020, hacktoberfest-accepted
Hactoberfest-2021
Make your first PR! ~ A beginner friendly repository made specifically for open source beginners. Add your profile, a blog or any program under any language (it can be anything from a hello-world program to a complex data structure algorithm) or update the existing one. Just make sure to add the file under the correct directory. Happy hacking!
Stars: ✭ 134 (+538.1%)
Mutual labels:  hacktoberfest2020, hacktoberfest-accepted
locus-android
An Awesome Kotlin Location library to retrieve location merely in 3 lines of code
Stars: ✭ 280 (+1233.33%)
Mutual labels:  hacktoberfest2020, hacktoberfest-accepted
Microsoft-Udacity-ML-scholarship
Just give your best shot!
Stars: ✭ 64 (+204.76%)
Mutual labels:  hacktoberfest2020, hacktoberfest-accepted
HacktoberFest2020-1
Open for all and will be accepted within 24 hrs. For contributing. Write program in any language,Make sure you write your name as well
Stars: ✭ 89 (+323.81%)
Mutual labels:  hacktoberfest2020, hacktoberfest-accepted
Hacktoberfest-Nepal-2020
A beginner-friendly open source repository to create your first pull request.
Stars: ✭ 15 (-28.57%)
Mutual labels:  hacktoberfest2020, hacktoberfest-accepted
Hacktoberfest-Algorithms
This repository is mainly open to those who are looking to make some PRs for the Hacktoberfest 2020 event. In this repository, you can add programs on some useful algorithms for Competitive Programming in any languages.
Stars: ✭ 47 (+123.81%)
Mutual labels:  hacktoberfest2020, hacktoberfest-accepted
J.A.R.V.I.S
Just A Rather Very Intelligent System
Stars: ✭ 36 (+71.43%)
Mutual labels:  hacktoberfest2020, hacktoberfest-accepted
github-readme-quotes
Dynamic quote generator for your GitHub readmes | Give a poetic touch to readmes
Stars: ✭ 128 (+509.52%)
Mutual labels:  hacktoberfest2020, hacktoberfest-accepted
Data-Structures-and-Algorithms
This repository contains data structure programs and solutions [ in C++] of a problem using different techniques like Dynamic Programming , Greedy Algorithms , Divide and Conquer , Backtracking etc.
Stars: ✭ 31 (+47.62%)
Mutual labels:  hacktoberfest2020, hacktoberfest-accepted
Automatic-attendance-management-system
ROLLCALL an automatic and smart attendance marking and management system which uses Microsoft Azure’s Cognitive service at its core to create a system that could make sure that no human intervention is required and provides government the ability to monitor the attendance of the schools and helps the government officials in mark fake schools.
Stars: ✭ 44 (+109.52%)
Mutual labels:  hacktoberfest2020, hacktoberfest-accepted
awesome-ufma
Uma lista de provas das disciplinas ministradas na Universidade Federal do Maranhão.
Stars: ✭ 63 (+200%)
Mutual labels:  hacktoberfest2020, hacktoberfest-accepted
ListBot
ListBot is a Discord Bot which let's you create community lists on each channel.
Stars: ✭ 22 (+4.76%)
Mutual labels:  hacktoberfest2020, hacktoberfest-accepted
Android-Development
GameofSource
Stars: ✭ 14 (-33.33%)
Mutual labels:  hacktoberfest2020, hacktoberfest-accepted
crate-sample-apps
A JavaScript guestbook app with a number of different backend implementations, each using a different client library to communicate with CrateDB.
Stars: ✭ 57 (+171.43%)
Mutual labels:  hacktoberfest2020, hacktoberfest-accepted
Instagram-mass-reporter
This bot helps users to mass report Instagram accounts
Stars: ✭ 229 (+990.48%)
Mutual labels:  hacktoberfest2020, hacktoberfest-accepted

This project is now closed

We started this project in 2020 as a practice in Open Source programming and promoted it during Hacktoberfest. We are so thankful for everyone who contributed and we all learned a lot about how to organize and run an open source project. Our efforts are now better spent on different projects and we will no longer be making changes to this repository.

We would like to point you toward What's missing from corporate statements on racial injustice? The real cause of racism by Amber M. Hamilton for analysis and commentary on corporate statements from 2020.

Why are we here?

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.

How to get started

This app is built on the static-site generator 11ty. The design uses Bootstrap4.

1. Clone this Repository

git clone https://github.com/DiversityCorp/companies-on-blm.git

2. Navigate to the directory

cd companies-on-blm

3. Install dependencies

npm install

4. Install Eleventy

npm install -g @11ty/eleventy

5. Run the Eleventy server locally

npm run serve

6. Open localhost:8080 on the browser of your choice!

Implementation Notes

  • 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 into base.njk)
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].