Skip to content

Commit 71a5b2d

Browse files
authored
refactor: added sponsors section (#12)
1 parent d3a4009 commit 71a5b2d

File tree

2 files changed

+14
-6
lines changed

2 files changed

+14
-6
lines changed

README.md

+14-6
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,19 @@
22

33
<p align="left">
44
<a href="https://github.com/protiumx/algo/actions/workflows/algo-cpp.yml" alt="algo-cpp">
5-
<img src="https://github.com/protiumx/algo/actions/workflows/algo-cpp.yml/badge.svg?branch=main"/>
5+
<img src="https://github.com/protiumx/algo/actions/workflows/algo-cpp.yml/badge.svg?branch=main&style=flat-square"/>
66
</a>
77
<a href="https://github.com/protiumx/algo/actions/workflows/algo-go.yml" alt="algo-ui">
8-
<img src="https://github.com/protiumx/algo/actions/workflows/algo-go.yml/badge.svg?branch=main"/>
8+
<img src="https://github.com/protiumx/algo/actions/workflows/algo-go.yml/badge.svg?branch=mainstyle=flat-square"/>
99
</a>
1010
<a href="https://github.com/protiumx/algo/actions/workflows/algo-py.yml" alt="algo-ui">
11-
<img src="https://github.com/protiumx/algo/actions/workflows/algo-py.yml/badge.svg?branch=main"/>
11+
<img src="https://github.com/protiumx/algo/actions/workflows/algo-py.yml/badge.svg?branch=main&style=flat-square"/>
1212
</a>
1313
<a href="https://github.com/protiumx/algo/actions/workflows/algo-rust.yml" alt="algo-ui">
14-
<img src="https://github.com/protiumx/algo/actions/workflows/algo-rust.yml/badge.svg?branch=main"/>
14+
<img src="https://github.com/protiumx/algo/actions/workflows/algo-rust.yml/badge.svg?branch=main&style=flat-square"/>
1515
</a>
1616
<a href="https://github.com/protiumx/algo/actions/workflows/algo-ts.yml" alt="algo-ui">
17-
<img src="https://github.com/protiumx/algo/actions/workflows/algo-ts.yml/badge.svg?branch=main"/>
17+
<img src="https://github.com/protiumx/algo/actions/workflows/algo-ts.yml/badge.svg?branch=main&style=flat-square"/>
1818
</a>
1919
</p>
2020

@@ -26,7 +26,7 @@ Coding problems with modern languages, TDD and CI.
2626
- `CMake`
2727
- `Go`
2828
- `Python3`
29-
- `Yarn`
29+
- `NodeJS, Yarn`
3030

3131
## Folder structure
3232

@@ -86,6 +86,7 @@ Please feel free to create a `PR` for:
8686
- Adding more coding problems (with solutions in all packages if possible)
8787
- Improving existing solutions
8888
- Improving projects' config/setup
89+
- Resolving pending TODO's
8990

9091
**NOTE:** This repository follows [conventional commits](https://www.conventionalcommits.org/en/v1.0.0/) practices.
9192

@@ -103,3 +104,10 @@ Ideally what we want:
103104
- [ ] Fix type check in vscode for algo-cpp and gtest
104105
- [ ] Setup linting for every package
105106
- [ ] Setup input text files to load during tests
107+
108+
## Sponsorship
109+
110+
If you find this project useful please consider making a donation
111+
<!-- markdownlint-disable no-inline-html -->
112+
<a href="https://www.buymeacoffee.com/p3kqm9Z2h" target="_blank"><img src="https://cdn.buymeacoffee.com/buttons/v2/default-red.png" alt="Buy Me A Coffee" style="height: 60px !important;width: 217px !important;" ></a>
113+
<a href="https://www.paypal.com/paypalme/protium"><img src="paypal.png" alt="PayPal donate button" /></a>

paypal.png

5.52 KB
Loading

0 commit comments

Comments
 (0)