Skip to content

Commit 41ccc1c

Browse files
committed
Format contributors
1 parent 15dbb6b commit 41ccc1c

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

README.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
# Course-Notes
2+
[![All Contributors](https://img.shields.io/badge/all_contributors-5-orange.svg?style=flat-square)](#contributors)
23
Hey everyone! This repo was created initially for me to study/increase the lifespan and legacy of my notes. However, I realized that I could go further and make this open-source. So, here it is!
34

45
## How Do I Contribute?
56
1. Fork this repo.
6-
2.
7+
2.
78
1. If the course notes for the course you want is already available, just add in the changes to the specific file.
89
2. If it isn't created yet, create a new file "\<subject in lower-case\>\<course-number\>.html"
910
3. Submit a pull request.
@@ -24,14 +25,17 @@ If you are creating a new html file that requires MathJax, include the following
2425
```
2526
#### Tips for MathJax
2627
- To in-line LaTeX: use $\<math\>$
27-
- To centre on page (equation-style): use $$\<math\>$$
28+
- To centre on page (equation-style): use $$\<math\>$$
2829
### CS-Related Courses
2930
For CS-related courses, we will be using Google's [Code-Prettify](https://github.com/google/code-prettify) to format and provide syntax highlighting for our code. To embed it in your code, use either ```<pre>``` or ```<code>``` with ```class="prettyprint"``` and enclose your code segment in it.
30-
31+
3132
## Errors or Requests for Additions
3233
If you find a typo or an error, or if you have suggestions on something to add, you can:
3334
1. Create a new issue and I'll try to fix it ASAP!
3435
2. Fork the repo as above and submit a pull request with the change!
3536

3637
## Contributors
37-
[@clayton-halim](https://github.com/clayton-halim), [@anamayagarodia](https://github.com/anamayagarodia), [@tate1010](https://github.com/tate1010), [@hsami10](https://github.com/hsami10), [@domingohui](https://github.com/domingohui)
38+
<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
39+
| [<img src="https://avatars1.githubusercontent.com/u/3231840?v=4" width="100px;"/><br /><sub><b>Clayton Halim</b></sub>](http://claytonhalim.me)<br />[💻](https://github.com/Raphael Koh/Course Notes/commits?author=clayton-halim "Code") | [<img src="https://avatars1.githubusercontent.com/u/20635630?v=4" width="100px;"/><br /><sub><b>Anamaya Garodia</b></sub>](http://www.anamayagarodia.me)<br />[💻](https://github.com/Raphael Koh/Course Notes/commits?author=anamayagarodia "Code") | [<img src="https://avatars1.githubusercontent.com/u/18239310?v=4" width="100px;"/><br /><sub><b>Tate Lok-Chun Cheng</b></sub>](http://tate1010.me)<br />[💡](#example-tate1010 "Examples") | [<img src="https://avatars0.githubusercontent.com/u/19877964?v=4" width="100px;"/><br /><sub><b>Hassaan Sami</b></sub>](https://github.com/hsami10)<br />[🐛](https://github.com/Raphael Koh/Course Notes/issues?q=author%3Ahsami10 "Bug reports") | [<img src="https://avatars0.githubusercontent.com/u/5943822?v=4" width="100px;"/><br /><sub><b>Domingo</b></sub>](https://github.com/domingohui)<br />[💻](https://github.com/Raphael Koh/Course Notes/commits?author=domingohui "Code") |
40+
| :---: | :---: | :---: | :---: | :---: |
41+
<!-- ALL-CONTRIBUTORS-LIST:END -->

0 commit comments

Comments
 (0)