forked from marijnh/Eloquent-JavaScript
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfrontmatter.xhtml
More file actions
38 lines (33 loc) · 1.87 KB
/
frontmatter.xhtml
File metadata and controls
38 lines (33 loc) · 1.87 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
<?xml version="1.0" encoding="UTF-8"?>
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:epub="http://www.idpf.org/2007/ops">
<head>
<link rel="stylesheet" href="style.css"/>
<title>Eloquent JavaScript</title>
</head>
<body>
<h1>Eloquent JavaScript</h1>
<p>Written by Marijn Haverbeke.</p>
<p>Licensed under
a <a href="http://creativecommons.org/licenses/by-nc/3.0/">Creative
Commons attribution-noncommercial license</a>. All code in this book
may also be considered licensed under
an <a href="http://opensource.org/licenses/MIT">MIT license</a>.</p>
<p style="font-size: 80%">Illustrations by various artists: Cover
by Wasif Hyder. Computer (introduction) and unicycle people
(Chapter 21) by Max Xiantu. Sea of bits (Chapter 1) and
weresquirrel (Chapter 4) by Margarita Martínez and José Menor.
Octopuses (Chapter 2 and 4) by Jim Tierney. Object with on/off
switch (Chapter 6) by Dyle MacGregor. Regular expression diagrams
in Chapter 9 generated
with <a href="http://regexper.com">regexper.com</a> by Jeff
Avallone. Game concept for Chapter 15
by <a href="http://lessmilk.com">Thomas Palef</a>. Pixel art in
Chapter 16 by Antonio Perdomo Pastor.</p>
<p style="font-size: 80%">The second edition of Eloquent JavaScript was made possible
by <a href="http://eloquentjavascript.net/backers.html">454 financial backers</a>.</p>
<p>A <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">paper version</a> of Eloquent JavaScript, including a bonus
chapter, is being brought out
by <a href="http://www.nostarch.com/">No Starch Press</a>.
They also sell a more polished EPUB version that includes the bonus chapter.</p>
</body>
</html>