-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
121 lines (103 loc) · 5.49 KB
/
index.html
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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<!-- Title -->
<title>Charlie Walks: A Novel</title>
<!-- Fav icon -->
<link rel="icon" href="images/charlie-walking.png" type="image/x-icon" />
<!-- Description -->
<meta name="description"
content="Charlie Walks tells the story of a machine learning engineer who writes letters to his nephew Pauly about stories of his past and what he's gathered from XK-1, his world-creating simulation program.">
<!-- Facebook Meta Tags -->
<meta property="og:url" content="https://www.charliewalks.com/">
<meta property="og:type" content="website">
<meta property="og:title" content="Charlie Walks: A Novel">
<meta property="og:description"
content="Charlie Walks tells the story of a machine learning engineer who writes letters to his nephew Pauly about stories of his past and what he's gathered from XK-1, his world-creating simulation program.">
<meta property="og:image" content="https://www.charliewalks.com/images/charlie-walks-open-graph-cover.png">
<!-- Twitter Meta Tags -->
<meta name="twitter:card" content="summary_large_image">
<meta property="twitter:domain" content="charliewalks.com">
<meta property="twitter:url" content="https://www.charliewalks.com/">
<meta name="twitter:title" content="Charlie Walks: A Novel">
<meta name="twitter:description"
content="Charlie Walks tells the story of a machine learning engineer who writes letters to his nephew Pauly about stories of his past and what he's gathered from XK-1, his world-creating simulation program.">
<meta name="twitter:image" content="https://www.charliewalks.com/images/charlie-walks-open-graph-cover.png">
<!-- CSS -->
<link href="style.css" rel="stylesheet" type="text/css" />
<!-- Buy button scripts -->
<script type="text/javascript" src="buy-button-paperback.js"></script>
<script type="text/javascript" src="buy-button-digital.js"></script>
</head>
<body>
<div id="maincontent">
<h1>Charlie Walks: A Novel</h1>
<p>This is the homepage for Charlie Walks, the debut novel by <a href="https://www.mrdbourke.com">Daniel
Bourke</a>.</p>
<!-- <img src="images/charlie-walks-cover.jpeg" alt="Charlie Walks: A Novel by Daniel Bourke cover" width="350" /> -->
<h2>Buy the book</h2>
<h3>Paperback and digital</h3>
<br>
<!-- Add buy button for paperback -->
<div id="buybutton">
<div id='product-component-1667963168069'></div>
</div>
<br>
<ul>
<li>The price is listed in AUD, however, it will default to your local currency at checkout.</li>
<li>Books get shipped from the US. Orders within the US will take about 5-7 business days. International orders
will take an estimated 2 to 4 weeks and may be subject to additional import taxes and fees.</li>
<li><b>Note:</b> Buying the paperback includes a link to download the digital version(s) (PDF, EPUB for
non-Kindle,
MOBI
for Kindle) for no extra cost, alternatively you can buy the digital version(s) on their own below.</li>
</ul>
<!-- Add buy button for digital only -->
<h3>Digital only</h3>
<div id="buybutton">
<div id='product-component-1667958347782'></div>
</div>
<br>
<ul>
<li>Purchasing the digital only version will result in you being emailed a link to download various digital
formats of Charlie Walks: A Novel such as, PDF, EPUB (for non-Kindle) and MOBI (for Kindle).</li>
</ul>
<h2>What's it about?</h2>
<p>Here's the blurb:</p>
<!-- <div class="content"> -->
<p class="content"><em>Charlie's a funambulist, a tightrope walker, juggling head and heart walking between city and
nature between a good path and a real path a known path and his own between being a hider and being a seeker
between life and death living and dying one option and another another another.</em></p>
<p><em>The trick is, there's always more than two options...</em></p>
<p><em>That's where XK-1 comes in. Charlie's secret project.</em></p>
<p><em>A computer program that shows you what you're supposed to see but can't imagine.</em></p>
<p><em>A computer programmer at the biggest technology company in the world (one of the best machine learning
engineers they've got) who wants to be a writer. Writing
letters to
his nephew Pauly. Tales from his past from his present from
loving from longing from walking from wandering.</em>
<p>
<p><em>Step by step, creating his own story.</em></p>
<!-- </div> -->
<h2>Sample chapters</h2>
<p>The first seven chapters are available to read online for free. They're a good indication to whether you'd like
the
book or not. The style, the pacing.</p>
<ul>
<li><a href="chapter-1.html">Chapter 1</a></li>
<li><a href="chapter-2.html">Chapter 2</a></li>
<li><a href="chapter-3.html">Chapter 3</a></li>
<li><a href="chapter-4.html">Chapter 4</a></li>
<li><a href="chapter-5.html">Chapter 5</a></li>
<li><a href="chapter-6.html">Chapter 6</a></li>
<li><a href="chapter-7.html">Chapter 7</a></li>
</ul>
<p>There's also a video version of Daniel Bourke reading the first 42 pages (16 chapters) out loud <a
href="https://youtu.be/JfwCT5SMjlA">available on YouTube</a>.</p>
<!-- <h2> TK - Book history (could put a bit about the book and its creation here...?) </h2> -->
<!-- People love to know how the sausage was made... -->
</div>
</body>
</html>