Skip to content

Commit 2030855

Browse files
committed
Center README challenge category header images
1 parent 9d2f4e5 commit 2030855

File tree

1 file changed

+10
-8
lines changed

1 file changed

+10
-8
lines changed

README.md

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ Each challenge has two notebooks, a **challenge notebook** for you to solve and
126126
| 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) |
127127

128128
<br/>
129-
<p>
129+
<p align="center">
130130
<img src="https://raw.githubusercontent.com/donnemartin/interactive-coding-challenges/master/images/linked_lists_wikipedia.png">
131131
</p>
132132
<br/>
@@ -147,7 +147,7 @@ Each challenge has two notebooks, a **challenge notebook** for you to solve and
147147
| 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) |
148148

149149
<br/>
150-
<p>
150+
<p align="center">
151151
<img src="https://raw.githubusercontent.com/donnemartin/interactive-coding-challenges/master/images/stack_queue_wikipedia.png">
152152
</p>
153153
<br/>
@@ -167,7 +167,7 @@ Each challenge has two notebooks, a **challenge notebook** for you to solve and
167167
| 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) |
168168

169169
<br/>
170-
<p>
170+
<p align="center">
171171
<img src="https://raw.githubusercontent.com/donnemartin/interactive-coding-challenges/master/images/binary_tree_wikipedia.png">
172172
</p>
173173
<br/>
@@ -200,7 +200,7 @@ Each challenge has two notebooks, a **challenge notebook** for you to solve and
200200
| 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) |
201201

202202
<br/>
203-
<p>
203+
<p align="center">
204204
<img src="https://upload.wikimedia.org/wikipedia/commons/6/6a/Sorting_quicksort_anim.gif">
205205
</p>
206206
<br/>
@@ -227,7 +227,7 @@ Each challenge has two notebooks, a **challenge notebook** for you to solve and
227227
| 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) |
228228

229229
<br/>
230-
<p>
230+
<p align="center">
231231
<img src="https://raw.githubusercontent.com/donnemartin/interactive-coding-challenges/master/images/fibonacci_wikipedia.png">
232232
</p>
233233
<br/>
@@ -260,7 +260,7 @@ Each challenge has two notebooks, a **challenge notebook** for you to solve and
260260
| 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) |
261261

262262
<br/>
263-
<p>
263+
<p align="center">
264264
<img src="https://raw.githubusercontent.com/donnemartin/interactive-coding-challenges/master/images/probability_distribution_wikipedia.png">
265265
</p>
266266
<br/>
@@ -282,7 +282,7 @@ Each challenge has two notebooks, a **challenge notebook** for you to solve and
282282
| 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) |
283283

284284
<br/>
285-
<p>
285+
<p align="center">
286286
<img src="https://raw.githubusercontent.com/donnemartin/interactive-coding-challenges/master/images/bit_manipulation_wikipedia.png">
287287
</p>
288288
<br/>
@@ -303,7 +303,7 @@ Each challenge has two notebooks, a **challenge notebook** for you to solve and
303303
| 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) |
304304

305305
<br/>
306-
<p>
306+
<p align="center">
307307
<img src="https://raw.githubusercontent.com/donnemartin/interactive-coding-challenges/master/images/logo_topcoder.png">
308308
</p>
309309
<br/>
@@ -419,6 +419,7 @@ $ jupyter notebook
419419
```
420420

421421
This will launch your web browser with the list of challenge categories:
422+
422423
* Navigate to the **Challenge Notebook** you wish to solve
423424
* Run the cells within the challenge notebook (Cell->Run All)
424425
* 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
442443
Contributions are welcome!
443444

444445
Review the [Contributing Guidelines](https://github.com/donnemartin/interactive-coding-challenges/blob/master/CONTRIBUTING.md) for details on how to:
446+
445447
* Submit issues
446448
* Add solutions to existing challenges
447449
* Add new challenges

0 commit comments

Comments
 (0)