Skip to content

Commit

Permalink
Fixing images in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
nating authored Apr 2, 2021
1 parent 65a4593 commit d322737
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<p align="center">
<a alt="cs-exams logo" href="https://cs-exams.com">
<img alt="cs-exams-logo" src="https://raw.githubusercontent.com/nating/cs-exams/master/website/static/img/cs-exams.svg?sanitize=true" width="200"><a/>
<img alt="cs-exams-logo" src="https://cs-exams.com/img/logo.svg" width="200"><a/>
</p>

<p align="center">
Expand All @@ -24,12 +24,12 @@ It is put together by students for students so that it can be as beneficial for
Contributing is highly encouraged! It is great to help other students out!

Contributing should be easy:
1. Click `"Edit this page"` at the bottom of a module's page:<br><img alt="edit button example" src="./assets/images/edit-button-example.png" height="200"/>
2. Make your changes and make sure that your changes work:<br><img alt="making changes example" src="./assets/images/edit-page-example.png" height="200"/>
3. Write an appropriate commit title that captures the change, and hit `Propose file change`:<br><img alt="appropriate commit title example" src="./assets/images/commit-message-example.png" height="150"/>
1. Click `"Edit this page"` at the bottom of a module's page:<br><img alt="edit button example" src="./assets/images/edit-button-example.png" height="300" style="border: 5px solid white;"/>
2. Make your changes and make sure that your changes work:<br><img alt="making changes example" src="./assets/images/edit-page-example.png" height="300"/>
3. Write an appropriate commit title that captures the change, and hit `Propose changes`:<br><img alt="appropriate commit title example" src="./assets/images/commit-message-example.png" height="300"/>
4. Review your changes and hit `Create pull request`:
1. <img alt="creating pull request step 0" src="./assets/images/create-pull-request-example-0.png" height="150"/>
2. <img alt="creating pull request step 1" src="./assets/images/create-pull-request-example-1.png" height="150"/>
1. <img alt="creating pull request step 0" src="./assets/images/create-pull-request-example-0.png" height="300"/>
2. <img alt="creating pull request step 1" src="./assets/images/create-pull-request-example-1.png" height="350"/>
5. Wait for your pull request to be reviewed, merged and published!

Thanks for helping out 😁

0 comments on commit d322737

Please sign in to comment.