Skip to content

Commit 27b3439

Browse files
committed
Add illustration to Chapter 21
1 parent a584986 commit 27b3439

File tree

3 files changed

+285
-6
lines changed

3 files changed

+285
-6
lines changed

21_skillsharing.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ meetings moved to another town, nobody stepped forward to take over
2424
this task. We want a system that will let the participants propose and
2525
discuss talks among themselves, without a central organizer.
2626

27+
image::img/unicycle.svg[alt="The unicycling meetup"]
28+
2729
(!html Just like in the link:20_node.html#node[previous chapter], the
2830
code in this chapter is written for Node.js, and running it directly
2931
in the HTML page that you are looking at is unlikely to work. !)The

html/index.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,12 @@ <h1>Eloquent JavaScript<div style="font-size: 70%">second edition</div></h2>
2525
may also be considered licensed under
2626
an <a href="http://opensource.org/licenses/MIT">MIT license</a>.</p>
2727

28-
<p style="font-size: 80%">Illustrations by various artists: Cover by Wasif Hyder. Computer
29-
(introduction) by Max Xiantu. Sea of bits (Chapter 1) and
30-
weresquirrel (Chapter 4) by Margarita Martínez and José Menor.
31-
Octopuses (Chapter 2 and 4) by Jim Tierney. Object with on/off
32-
switch (Chapter 6) by Dyle MacGregor. Regular expression diagrams in
33-
Chapter 9 generated
28+
<p style="font-size: 80%">Illustrations by various artists: Cover by
29+
Wasif Hyder. Computer (introduction) and unicycle people (Chapter
30+
21) by Max Xiantu. Sea of bits (Chapter 1) and weresquirrel (Chapter
31+
4) by Margarita Martínez and José Menor. Octopuses (Chapter 2 and 4)
32+
by Jim Tierney. Object with on/off switch (Chapter 6) by Dyle
33+
MacGregor. Regular expression diagrams in Chapter 9 generated
3434
with <a href="http://regexper.com">regexper.com</a> by Jeff
3535
Avallone. Game concept for Chapter 15
3636
by <a href="http://lessmilk.com">Thomas Palef</a>. Pixel art in

0 commit comments

Comments
 (0)