Skip to content

Commit dfaa16f

Browse files
Add Korean edition image (#1457)
* Add korean edition image * none * Tweaks to make the text look good at all screen sizes --------- Co-authored-by: Pavel Panchekha <me@pavpanchekha.com>
1 parent 6e97bcb commit dfaa16f

3 files changed

Lines changed: 13 additions & 6 deletions

File tree

book/index.md

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,20 @@ JavaScript, in a couple thousand lines of Python.
1414
::: {.description}
1515
# Buy _Web Browser Engineering_
1616

17-
Please support us by buying _Web Browser Engineering_ from a reseller like
17+
_Web Browser Engineering_ is available in English
18+
for about $50 from
1819
[Bookshop.org](https://bookshop.org/p/books/web-browser-engineering-chris-harrelson/21588966),
1920
[B&N](https://www.barnesandnoble.com/w/web-browser-engineering-pavel-panchekha/1146050176),
20-
and [Amazon](https://amzn.to/4hFTkC2).
21-
It's currently $50 in the US and £40 in the UK, with similar prices in
22-
many other countries. Translations are coming soon!
21+
or [Amazon](https://amzn.to/4hFTkC2),
22+
and in Korean from
23+
[Yes24](https://www.yes24.com/product/goods/153499985)
24+
or directly from
25+
[Hanbit](https://www.hanbit.co.kr/store/books/look.php?p_code=B6818199506).
26+
More translations coming soon.
2327
:::
2428

29+
![here](im/wbe-korean.jpeg)
30+
2531
:::::
2632

2733
Follow this book's [blog][blog], [Mastodon][mastodon], or [Twitter][twitter] for updates.

www/book.css

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -332,15 +332,16 @@ form .checkoff, form button[type=submit] { margin-top: 1em; }
332332
#signup-close:active { color: red; }
333333
#signup-close::before { font-size: 24px; content: "❌︎"; }
334334

335-
.wide-ad { display: flex; gap: 1em; padding: 1em; outline: 2px solid #59b6ce; align-items: top; }
335+
.wide-ad { display: flex; gap: 1em; padding: .5em; outline: 2px solid #59b6ce; align-items: top; }
336336
.wide-ad h1:hover::after { content: none; }
337337
.wide-ad figure { margin: 0; }
338338
.wide-ad figure figcaption { display: none; }
339339
.wide-ad figure img { height: 7em; max-width: none; display: block; }
340-
.wide-ad .description { display: flex; flex-direction: column; gap: 1em; }
340+
.wide-ad .description { display: flex; flex-direction: column; gap: .5em; justify-content: space-between; }
341341
.wide-ad .description * { margin: 0; }
342342
@media only screen and (max-width: 520px) {
343343
.wide-ad { padding: .5em; gap: .5em; }
344+
.wide-ad figure { display: none; }
344345
}
345346

346347
aside.ad .wide { display: none; }

www/im/wbe-korean.jpeg

113 KB
Loading

0 commit comments

Comments
 (0)