Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 15 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,22 @@
# Open Source Code Contributions

### Contributors Country Flags
<kbd><img title="Nigeria" alt="Nigeria" src="https://cdn.statically.io/gh/hjnilsson/country-flags/master/svg/ng.svg" width="22"></kbd>
<kbd><img title="Uganda" alt="Uganda" src="https://cdn.statically.io/gh/hjnilsson/country-flags/master/svg/ug.svg" width="22"></kbd>
<kbd><img title="Kenya" alt="Kenya flag" src="https://cdn.statically.io/gh/hjnilsson/country-flags/master/svg/ke.svg" width="22"></kbd>
<kbd><img title="Benin" alt="Benin" src="https://cdn.statically.io/gh/hjnilsson/country-flags/master/svg/bj.svg" width="22"></kbd>
<kbd><img title="Brazil" alt="Brazil" src="https://cdn.statically.io/gh/hjnilsson/country-flags/master/svg/br.svg" width="22"></kbd>
<kbd><img title="Tanzania" alt="Tanzania flag" src="https://cdn.statically.io/gh/hjnilsson/country-flags/master/svg/tz.svg" width="22"></kbd>
<kbd><img title="South Africa" alt="South Africa" src="https://cdn.pixabay.com/photo/2012/04/10/23/14/south-africa-26912_1280.png" width="22"></kbd>
<kbd><img title="Mozambican" alt="Mozambican" src="https://cdn.statically.io/gh/hjnilsson/country-flags/master/svg/mz.svg" width="22"></kbd>
A small project to practice making contributions and adding contributor profiles.

Quick start
- Open `index.html` in your browser, or serve the folder locally:

This is a project for you to practice contributing to open source projects with code.
```bash
python -m http.server 8000
# then open http://localhost:8000
```

We're assuming that you've already finished the tutorial at [first open source contributions](https://github.com/btrust-builders/first-open-source-contributions)
Contributing
- Follow the guide in `docs/CONTRIBUTING.md` to add or update a contributor profile in the `contributors/` folder.

Head over to [contribution guide](https://github.com/btrust-builders/open-source-code-contributions/blob/main/docs/CONTRIBUTING.md) to start.
View contributors
- The site is published at: https://btrust-builders.github.io/open-source-code-contributions/

View Contributors Here: https://btrust-builders.github.io/open-source-code-contributions/
License
- See the `LICENSE` file for license details.

Thanks for contributing — small improvements welcome!