From 20308551f101db7f70f17c5888c74ac332e7be35 Mon Sep 17 00:00:00 2001 From: Donne Martin Date: Fri, 31 Mar 2017 05:05:50 -0400 Subject: [PATCH] Center README challenge category header images --- README.md | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index c43bae4..bab68f4 100644 --- a/README.md +++ b/README.md @@ -126,7 +126,7 @@ Each challenge has two notebooks, a **challenge notebook** for you to solve and | Add a challenge | [Contribute](https://github.com/donnemartin/interactive-coding-challenges/blob/master/CONTRIBUTING.md)│[Contribute](https://github.com/donnemartin/interactive-coding-challenges/blob/master/CONTRIBUTING.md) |
-

+


@@ -147,7 +147,7 @@ Each challenge has two notebooks, a **challenge notebook** for you to solve and | Add a challenge | [Contribute](https://github.com/donnemartin/interactive-coding-challenges/blob/master/CONTRIBUTING.md)│[Contribute](https://github.com/donnemartin/interactive-coding-challenges/blob/master/CONTRIBUTING.md) |
-

+


@@ -167,7 +167,7 @@ Each challenge has two notebooks, a **challenge notebook** for you to solve and | Add a challenge | [Contribute](https://github.com/donnemartin/interactive-coding-challenges/blob/master/CONTRIBUTING.md)│[Contribute](https://github.com/donnemartin/interactive-coding-challenges/blob/master/CONTRIBUTING.md) |
-

+


@@ -200,7 +200,7 @@ Each challenge has two notebooks, a **challenge notebook** for you to solve and | Add a challenge | [Contribute](https://github.com/donnemartin/interactive-coding-challenges/blob/master/CONTRIBUTING.md)│[Contribute](https://github.com/donnemartin/interactive-coding-challenges/blob/master/CONTRIBUTING.md) |
-

+


@@ -227,7 +227,7 @@ Each challenge has two notebooks, a **challenge notebook** for you to solve and | Add a challenge | [Contribute](https://github.com/donnemartin/interactive-coding-challenges/blob/master/CONTRIBUTING.md)│[Contribute](https://github.com/donnemartin/interactive-coding-challenges/blob/master/CONTRIBUTING.md) |
-

+


@@ -260,7 +260,7 @@ Each challenge has two notebooks, a **challenge notebook** for you to solve and | Add a challenge | [Contribute](https://github.com/donnemartin/interactive-coding-challenges/blob/master/CONTRIBUTING.md)│[Contribute](https://github.com/donnemartin/interactive-coding-challenges/blob/master/CONTRIBUTING.md) |
-

+


@@ -282,7 +282,7 @@ Each challenge has two notebooks, a **challenge notebook** for you to solve and | Add a challenge | [Contribute](https://github.com/donnemartin/interactive-coding-challenges/blob/master/CONTRIBUTING.md)│[Contribute](https://github.com/donnemartin/interactive-coding-challenges/blob/master/CONTRIBUTING.md) |
-

+


@@ -303,7 +303,7 @@ Each challenge has two notebooks, a **challenge notebook** for you to solve and | Add a challenge | [Contribute](https://github.com/donnemartin/interactive-coding-challenges/blob/master/CONTRIBUTING.md)│[Contribute](https://github.com/donnemartin/interactive-coding-challenges/blob/master/CONTRIBUTING.md) |
-

+


@@ -419,6 +419,7 @@ $ jupyter notebook ``` This will launch your web browser with the list of challenge categories: + * Navigate to the **Challenge Notebook** you wish to solve * Run the cells within the challenge notebook (Cell->Run All) * This will result in an expected unit test error @@ -442,6 +443,7 @@ Challenges, solutions, and unit tests are presented in the form of **IPython/Jup Contributions are welcome! Review the [Contributing Guidelines](https://github.com/donnemartin/interactive-coding-challenges/blob/master/CONTRIBUTING.md) for details on how to: + * Submit issues * Add solutions to existing challenges * Add new challenges