Skip to content
This repository was archived by the owner on Sep 21, 2021. It is now read-only.

Commit 3feada4

Browse files
committed
Add extra title page
This makes it compatible with `--direct_html`.
1 parent e8b7435 commit 3feada4

File tree

1 file changed

+62
-0
lines changed

1 file changed

+62
-0
lines changed

book-extra-title-page.html

+62
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,62 @@
1+
<div class="authorgroup">
2+
<div class="author">
3+
<h3 class="author">
4+
<span class="firstname">
5+
Clinton
6+
</span>
7+
<span class="surname">
8+
Gormley
9+
</span>
10+
</h3>
11+
</div>
12+
<div class="author">
13+
<h3 class="author">
14+
<span class="firstname">
15+
Zachary
16+
</span>
17+
<span class="surname">
18+
Tong
19+
</span>
20+
</h3>
21+
</div>
22+
</div>
23+
</div>
24+
<div>
25+
<p class="copyright">
26+
Copyright © 2014, 2015 Elasticsearch
27+
</p>
28+
</div>
29+
<div>
30+
<div class="legalnotice">
31+
<a id="id-1.1.3">
32+
</a>
33+
<p>
34+
This work is licensed under a
35+
<a class="ulink" href="http://creativecommons.org/licenses/by-nc-nd/3.0/" target="_top">
36+
Creative Commons Attribution-NonCommercial-NoDerivs 3.0 Unported License
37+
</a>
38+
.
39+
</p>
40+
</div>
41+
</div>
42+
<div>
43+
<div class="abstract">
44+
<p class="title">
45+
<strong>
46+
Abstract
47+
</strong>
48+
</p>
49+
<p>
50+
If you would like to purchase an eBook or printed version of this book once it is complete, you can do so from O'Reilly Media:
51+
<a class="ulink" href="http://www.oreilly.com/catalog/0636920028505" target="_top">
52+
Buy this book from O'Reilly Media
53+
</a>
54+
</p>
55+
<p>
56+
We welcome feedback – if you spot any errors or would like to suggest improvements, please
57+
<a class="ulink" href="https://github.com/elasticsearch/elasticsearch-definitive-guide/issues" target="_top">
58+
open an issue
59+
</a>
60+
on the GitHub repo.
61+
</p>
62+
</div>

0 commit comments

Comments
 (0)