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
51 lines (46 loc) · 2.4 KB
/
frontmatter.xhtml
File metadata and controls
51 lines (46 loc) · 2.4 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
39
40
41
42
43
44
45
46
47
48
49
50
51
<?xml version="1.0" encoding="UTF-8"?>
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:epub="http://www.idpf.org/2007/ops" lang="en-US">
<head>
<link rel="stylesheet" href="style.css" type="text/css"/>
<title>Eloquent JavaScript</title>
<style>
img.logo { vertical-align: text-top; padding: 0px 4px; border: 0; }
</style>
</head>
<body>
<h1>Eloquent JavaScript</h1>
<p>Written by Marijn Haverbeke.</p>
<p>Licensed under
a <a href="https://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="https://eloquentjavascript.net/code/LICENSE">MIT license</a>.</p>
<p style="font-size: 80%">Illustrations by various artists: Cover
and chapter illustrations by Madalina Tantareanu. Pixel art in
Chapters 7 and 16 by Antonio Perdomo Pastor. Regular expression
diagrams in Chapter 9 generated
with <a href="https://regexper.com/">regexper.com</a> by Jeff
Avallone. Village photograph in Chapter 11 by Fabrice Creuzot.
Game concept for Chapter 16
by <a href="http://lessmilk.com">Thomas Palef</a>.</p>
<p style="font-size: 80%">The third edition was made possible
by <a href="https://eloquentjavascript.net/backers3.html">325 financial backers</a>, most
notably <a href="https://nextjournal.com/"><img src="img/nextjournal.png"
alt="Nextjournal" class="logo"/></a>
and <a href="https://www.holbertonschool.com/"><img src="img/holberton.png"
alt="Holberton School" class="logo"/></a>. The second edition was
supported by <a href="https://eloquentjavascript.net/backers.html">454 backers</a>, with
significant contributions
from <a href="https://www.mozilla.org/en-US/"><img src="img/mozilla_mini.png"
alt="Mozilla" class="logo"/></a>,
<a href="https://www.hackreactor.com/"><img src="img/hack_reactor_mini.png"
alt="Hack Reactor" class="logo"/></a>,
and <a href="https://www.ghostery.com/"><img src="img/ghostery_mini.png"
alt="Ghostery" class="logo"/></a>.</p>
<p>A <a href="http://a-fwd.com/com=marijhaver-20&asin-com=1593279507">paper
version</a> of Eloquent JavaScript, including a bonus chapter, is
being brought out by <a href="https://nostarch.com/">No Starch
Press</a>. They also sell a more polished EPUB version that
includes the bonus chapter.</p>
</body>
</html>