Skip to content

Commit 8827ff7

Browse files
committed
Add the new cover
1 parent a577b57 commit 8827ff7

4 files changed

Lines changed: 13 additions & 9 deletions

File tree

html/index.html

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,26 +11,29 @@
1111
</div>
1212

1313
<article>
14-
<h1>Eloquent JavaScript<div style="font-size: 70%">third edition</div></h2>
14+
<h1>Eloquent JavaScript<div style="font-size: 70%">3rd edition</div></h2>
1515

1616
<p>This is a book about JavaScript, programming, and the wonders of
1717
the digital. You can read it online here, or get your own
18-
<a href="http://www.amazon.com/gp/product/1593275846/ref=as_li_qf_sp_asin_il_tl?ie=UTF8&camp=1789&creative=9325&creativeASIN=1593275846&linkCode=as2&tag=marijhaver-20&linkId=VPXXXSRYC5COG5R5">paperback copy</a> of the second edition.</p>
18+
<a href="http://www.amazon.com/gp/product/1593275846/ref=as_li_qf_sp_asin_il_tl?ie=UTF8&camp=1789&creative=9325&creativeASIN=1593275846&linkCode=as2&tag=marijhaver-20&linkId=VPXXXSRYC5COG5R5">paperback
19+
copy</a> of the <em>second</em> edition. A paper third edition is
20+
being worked on, but it isn't clear yet when it'll be available.</p>
1921

2022
<p style="text-align: center; margin: 1.5em 0">
21-
<a href="http://www.amazon.com/gp/product/1593275846/ref=as_li_qf_sp_asin_il_tl?ie=UTF8&camp=1789&creative=9325&creativeASIN=1593275846&linkCode=as2&tag=marijhaver-20&linkId=VPXXXSRYC5COG5R5"><img src="img/cover.png" alt="Cover image" style="border: 1px solid black; max-width: 100%;"></a>
23+
<img src="img/cover.jpg" alt="Cover image" style="border: 1px solid black; max-width: 100%; box-shadow: 4px 4px 7px rgba(0, 0, 0, 0.4)">
2224
</p>
2325

2426
<p>Written by Marijn Haverbeke.</p>
2527

28+
<div style="font-size: 80%">
2629
<p>Licensed under
2730
a <a href="http://creativecommons.org/licenses/by-nc/3.0/">Creative
2831
Commons attribution-noncommercial license</a>. All code in this book
2932
may also be considered licensed under
3033
an <a href="http://opensource.org/licenses/MIT">MIT license</a>.</p>
3134

32-
<p style="font-size: 80%">Illustrations by various artists: Cover by
33-
Wasif Hyder. Octopus in Chapter 2 by Jim Tierney. Pixel art in
35+
<p>Illustrations by various artists: Cover by
36+
Madalina Tantareanu. Octopus in Chapter 2 by Jim Tierney. Pixel art in
3437
Chapters 7 and 16 by Antonio Perdomo Pastor. Regular expression
3538
diagrams in Chapter 9 generated
3639
with <a href="http://regexper.com">regexper.com</a> by Jeff
@@ -50,6 +53,7 @@ <h1>Eloquent JavaScript<div style="font-size: 70%">third edition</div></h2>
5053
alt="Hack Reactor" class=logo></a>,
5154
and <a href="http://www.ghostery.com/"><img src="img/ghostery_mini.png"
5255
alt="Ghostery" class=logo></a>.</p>
56+
</div>
5357

5458
<h2>Contents</h2>
5559

img/cover.jpg

82.2 KB
Loading

img/cover.png

-159 KB
Binary file not shown.

pdf/book.tex

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -72,10 +72,10 @@
7272
the book may also be considered licensed under an MIT license
7373
(\url{http://opensource.org/licenses/MIT}).
7474

75-
The illustrations are contributed by various artists: Cover by Wasif
76-
Hyder. Cover by Wasif Hyder. Octopus in Chapter 2 by Jim Tierney.
77-
Pixel art in Chapters 7 and 16 by Antonio Perdomo Pastor. Regular
78-
expression diagrams in Chapter 9 generated with
75+
The illustrations are contributed by various artists: Cover by
76+
Madalina Tantareanu. Octopus in Chapter 2 by Jim Tierney. Pixel art
77+
in Chapters 7 and 16 by Antonio Perdomo Pastor. Regular expression
78+
diagrams in Chapter 9 generated with
7979
\href{http://regexper.com}{regexper.com} by Jeff Avallone. Village
8080
photograph in Chapter 11 by Fabrice Creuzot. Game concept for
8181
Chapter 15 by \href{http://lessmilk.com}{Thomas Palef}.

0 commit comments

Comments
 (0)