Skip to content

Commit 95a2e99

Browse files
committed
Move the cover to the top of the front page
1 parent b6f1a2e commit 95a2e99

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

html/index.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,19 +21,19 @@
2121
<article>
2222
<div id=cover>
2323

24+
<p style="margin: 1em 0">
25+
<a href="http://a-fwd.com/com=marijhaver-20&asin-com=1593279507">
26+
<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)">
27+
</a>
28+
</p>
29+
2430
<h1>Eloquent JavaScript<div style="font-size: 70%">3rd edition</div></h2>
2531

2632
<p>This is a book about JavaScript, programming, and the wonders of
2733
the digital. You can read it online here, or get your own
2834
<a href="http://a-fwd.com/com=marijhaver-20&asin-com=1593279507">paperback
2935
copy</a>.</p>
3036

31-
<p style="text-align: center; margin: 2em 0">
32-
<a href="http://a-fwd.com/com=marijhaver-20&asin-com=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>
35-
</p>
36-
3737
<p>Written by Marijn Haverbeke.</p>
3838

3939
<div style="font-size: 80%">

0 commit comments

Comments
 (0)