Skip to content

Commit 30114d0

Browse files
authored
DOC: Add link to the NumPy comic on the website
2 parents cda4ca9 + 9425e72 commit 30114d0

File tree

3 files changed

+20
-0
lines changed

3 files changed

+20
-0
lines changed

content/en/contribute.md

+4
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,10 @@ Our community aspires to treat everyone equally and to value all
2929
contributions. We have a [Code of Conduct](/code-of-conduct) to foster an open
3030
and welcoming environment.
3131

32+
For a visual guide on how to contribute to NumPy, check out this [comic](https://heyzine.com/flip-book/3e66a13901.html).
33+
34+
{{< comic >}}
35+
3236
### Writing code
3337

3438
Programmers, this

layouts/shortcodes/comic.html

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
<div class="comic"></div>
2+
<a href="https://heyzine.com/flip-book/3e66a13901.html">
3+
<img src="/images/content_images/numpy-comic.png" alt="NumPy Contributor comic book cover">
4+
</a>
5+
</div>
6+
7+
<style>
8+
.comic {
9+
max-width: 20%;
10+
max-height: 20%;
11+
}
12+
img {
13+
max-width: 20%;
14+
max-height: 20%;
15+
}
16+
</style>
87.5 KB
Loading

0 commit comments

Comments
 (0)