Skip to content

Commit ecde031

Browse files
committed
Make cover link to Amazon
1 parent e5d6bba commit ecde031

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

html/index.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,9 @@ <h1>Eloquent JavaScript<div style="font-size: 70%">3rd edition</div></h2>
2929
copy</a> of the <em>second</em> edition. A paper third edition is expected to be <a href="https://www.amazon.com/Eloquent-JavaScript-3rd-Introduction-Programming/dp/1593279507/ref=as_sl_pc_tf_til?tag=marijhaver-20&linkCode=w00&linkId=a66fb027ed271b1cbd37e076b83c19b4&creativeASIN=1593279507">available</a> this October.</p>
3030

3131
<p style="text-align: center; margin: 2em 0">
32-
<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)">
32+
<a href="https://www.amazon.com/Eloquent-JavaScript-3rd-Introduction-Programming/dp/1593279507/ref=as_sl_pc_tf_til?tag=marijhaver-20&linkCode=w00&linkId=a66fb027ed271b1cbd37e076b83c19b4&creativeASIN=1593279507">
33+
<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)">
34+
</a>
3335
</p>
3436

3537
<p>Written by Marijn Haverbeke.</p>

0 commit comments

Comments
 (0)