Skip to content

Commit a992e15

Browse files
authored
Merge pull request ossu#343 from ericdouglas/master
Add official badge for OSSU
2 parents 2a78ffb + 23f9e6f commit a992e15

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@
88
<a href="https://github.com/sindresorhus/awesome">
99
<img alt="Awesome" src="https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg">
1010
</a>
11+
<a href="https://github.com/open-source-society/computer-science">
12+
<img alt="Open Source Society University - Computer Science" src="https://img.shields.io/badge/OSSU-computer--science-blue.svg">
13+
</a>
1114
</p>
1215

1316
## Contents
@@ -326,6 +329,11 @@ After finish a course, you should think about a **real world problem** that you
326329

327330
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.
328331

332+
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)
333+
334+
- 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)`
335+
- 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>`
336+
329337
**You can create this project alone or with other students!**
330338

331339
#### Project Suggestions

0 commit comments

Comments
 (0)