Skip to content

Commit e639626

Browse files
authored
Add sponsor information to readme (#110)
* Add sponsors to readme, change homework -> project * Add sponsorhip request
1 parent 03e529c commit e639626

File tree

1 file changed

+17
-7
lines changed

1 file changed

+17
-7
lines changed

readme.md

Lines changed: 17 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,28 @@
11
# Lectures and homeworks
22

3+
![GitHub Sponsors](https://img.shields.io/github/sponsors/niosus?style=for-the-badge)
34
![Build status](https://img.shields.io/github/actions/workflow/status/cpp-for-yourself/supplementary-materials/action.yml?branch=main&label=Link%20and%20code%20validation&style=for-the-badge)
45
![Visitors](https://api.visitorbadge.io/api/visitors?path=code-for-yourself%2Fcode-for-yourself&labelColor=%23697689&countColor=%23263759)
56

67
This is a list of lectures from the [C++ for yourself](https://youtube.com/playlist?list=PLwhKb0RIaIS1sJkejUmWj-0lk7v_xgCuT) course.
78

8-
## How to follow this course
9+
## 🙏 Support this work
10+
11+
Please remember that there is a human behind all of this work. I write scripts, create animations, record and edit videos at night after a full-time work day. It is at times hard. But _you_ can make it easier. Here is what you can do:
12+
13+
- If you think this work is worth anything -- become a [**sponsor here on GitHub**](https://github.com/sponsors/niosus).
14+
- If you can't support this work through sponsorship -- like my videos, leave comments on YouTube and help me **spread the word**.
15+
- If you don't like what you see -- **engage in a discussion** with me about it. I am always eager to improve.
16+
17+
## :bulb: How to follow this course
18+
919
The course is designed to be consumed from top to bottom, so start at the beginning and you will always have enough knowledge for the next video.
1020

1121
That being said, I aim to leave links in the videos so that one could watch them out of order without much hassle.
1222

1323
Enjoy! 😎
1424

15-
## C++ for yourself
25+
## 📕 C++ for yourself lectures
1626

1727
<details>
1828
<summary>
@@ -33,7 +43,7 @@ Hello world program dissection
3343
</details>
3444

3545
<details>
36-
<summary><code>Homework</code>: hello world program</summary>
46+
<summary><code>Project</code>: hello world program</summary>
3747

3848
----------------------------------------------------------
3949
[Homework script](homeworks/homework_1/homework.md)
@@ -117,7 +127,7 @@ Associative containers
117127
</details>
118128

119129
<details>
120-
<summary><code>Homework</code>: fortune teller program</summary>
130+
<summary><code>Project</code>: fortune teller program</summary>
121131

122132
----------------------------------------------------------
123133
[Homework script](homeworks/homework_2/homework.md)
@@ -157,7 +167,7 @@ Random number generation
157167
</details>
158168

159169
<details>
160-
<summary><code>Homework</code>: the guessing game</summary>
170+
<summary><code>Project</code>: the guessing game</summary>
161171

162172
----------------------------------------------------------
163173
[![Video thumbnail](https://img.youtube.com/vi/TYs_xwihCNc/maxresdefault.jpg)](https://youtu.be/TYs_xwihCNc)
@@ -284,7 +294,7 @@ Using GoogleTest framework for testing code
284294
</details>
285295

286296
<details>
287-
<summary><code>Homework</code>: string processing library</summary>
297+
<summary><code>Project</code>: string processing library</summary>
288298

289299
----------------------------------------------------------
290300
[![Video thumbnail](https://img.youtube.com/vi/f0x2qcFgu5o/maxresdefault.jpg)](https://youtu.be/f0x2qcFgu5o)
@@ -418,7 +428,7 @@ Headers with classes
418428
</details>
419429

420430
<details>
421-
<summary><code>Homework</code>: pixelate images in terminal</summary>
431+
<summary><code>Project</code>: pixelate images in terminal</summary>
422432

423433
----------------------------------------------------------
424434
[![Video thumbnail](https://img.youtube.com/vi/Cj3x51iJdvM/maxresdefault.jpg)](https://youtu.be/Cj3x51iJdvM)

0 commit comments

Comments
 (0)