mirror of
https://github.com/ossu/computer-science.git
synced 2024-10-01 01:26:01 -04:00
Merge pull request #343 from ericdouglas/master
Add official badge for OSSU
This commit is contained in:
commit
a992e15c0d
@ -8,6 +8,9 @@
|
||||
<a href="https://github.com/sindresorhus/awesome">
|
||||
<img alt="Awesome" src="https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg">
|
||||
</a>
|
||||
<a href="https://github.com/open-source-society/computer-science">
|
||||
<img alt="Open Source Society University - Computer Science" src="https://img.shields.io/badge/OSSU-computer--science-blue.svg">
|
||||
</a>
|
||||
</p>
|
||||
|
||||
## Contents
|
||||
@ -326,6 +329,11 @@ After finish a course, you should think about a **real world problem** that you
|
||||
|
||||
The projects of all students will be listed in [this](https://github.com/open-source-society/help/blob/master/PROJECTS.md) file. Submit your project's information in that file after you conclude it.
|
||||
|
||||
Put the OSSU-CS badge in the README of your repository! [![Open Source Society University - Computer Science](https://img.shields.io/badge/OSSU-computer--science-blue.svg)](https://github.com/open-source-society/computer-science)
|
||||
|
||||
- Markdown: `[![Open Source Society University - Computer Science](https://img.shields.io/badge/OSSU-computer--science-blue.svg)](https://github.com/open-source-society/computer-science)`
|
||||
- HTML: `<a href="https://github.com/open-source-society/computer-science"><img alt="Open Source Society University - Computer Science" src="https://img.shields.io/badge/OSSU-computer--science-blue.svg"></a>`
|
||||
|
||||
**You can create this project alone or with other students!**
|
||||
|
||||
#### Project Suggestions
|
||||
|
Loading…
Reference in New Issue
Block a user