Skip to content

Commit 62736e3

Browse files
committed
Provide international store links on the frontpage
1 parent eaa1655 commit 62736e3

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

html/index.html

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,17 +22,16 @@
2222
<div id=cover>
2323

2424
<p style="margin: 1em 0">
25-
<a href="https://www.amazon.com/gp/product/1593279507/ref=as_li_tl?ie=UTF8&camp=1789&creative=9325&creativeASIN=1593279507&linkCode=as2&tag=marijhaver-20&linkId=d8642c0457954f03e27c02b0034d0d60">
25+
<a href="http://www.nostarch.com/ejs3">
2626
<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)">
2727
</a>
2828
</p>
2929

3030
<h1>Eloquent JavaScript<div style="font-size: 70%">3rd edition (2018)</div></h2>
3131

3232
<p>This is a book about JavaScript, programming, and the wonders of
33-
the digital. You can read it online here, or get your own
34-
<a href="https://www.amazon.com/gp/product/1593279507/ref=as_li_tl?ie=UTF8&camp=1789&creative=9325&creativeASIN=1593279507&linkCode=as2&tag=marijhaver-20&linkId=d8642c0457954f03e27c02b0034d0d60">paperback
35-
copy</a>.</p>
33+
the digital. You can read it online here, or buy your own
34+
paperback copy. (Store links: <a href="https://www.amazon.com/gp/product/1593279507/ref=as_li_tl?ie=UTF8&camp=1789&creative=9325&creativeASIN=1593279507&linkCode=as2&tag=marijhaver-20&linkId=d8642c0457954f03e27c02b0034d0d60">🇺🇸</a> <a href="https://www.amazon.co.uk/Eloquent-Javascript-3rd-Introduction-Programming/dp/1593279507/">🇬🇧</a> <a href="https://www.amazon.in/Eloquent-JavaScript-3rd-Introduction-Programming/dp/1593279507/">🇮🇳</a> <a href="https://www.amazon.ca/Eloquent-JavaScript-3rd-Introduction-Programming/dp/1593279507">🇨🇦</a> <a href="https://www.amazon.de/Eloquent-JavaScript-3rd-Introduction-Programming/dp/1593279507/">🇩🇪</a> <a href="https://www.amazon.fr/Eloquent-JavaScript-3rd-Introduction-Programming/dp/1593279507/">🇫🇷</a> <a href="https://www.amazon.com.br/Eloquent-JavaScript-3rd-Introduction-Programming/dp/1593279507/">🇧🇷</a> <a href="https://www.bol.com/nl/p/eloquent-javascript-3rd-edition/9200000091839640/">🇳🇱</a>)</p>
3635

3736
<p>Written by Marijn Haverbeke.</p>
3837

0 commit comments

Comments
 (0)