-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathboy-mole-fox-horse.html
58 lines (53 loc) · 2.34 KB
/
boy-mole-fox-horse.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-JXDFZEKF37"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){window.dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-JXDFZEKF37', { 'transport_type': 'beacon'});
</script>
<!-- End gtag.js -->
<title> The boy, the mole, the fox and the horse </title>
<link rel="stylesheet" href="../base.css">
</head>
<body>
<div class="container">
<div id="description-container" class="subcontainer">
<div class="item-title">The boy, the mole, the fox and the horse by Charlie Mackesy</div>
<div class="item-description item-subtitle">
<p class="quote">
If at first you don't succeed, have some cake.
<br>
– The mole
</p>
Get the book <a href="https://a.co/d/2gSRFQK">here</a>. <br>
They also made a <a href="https://www.imdb.com/title/tt22667880/">movie</a> from it for those who hate books.
<p>
It's one of those children’s books that I recommend to adults.
</p>
<p>
It’s about appreciation, about curiosity, about adventure, about love. <br>
It's about kindness, about beauty, about fears and about fun. <br>
It's about everything that truly matters in life.
</p>
<p>
It's how I used to see life as a child, but gradually forgot as I grew up into an adult.
</p>
<p>
It's short, sweet, and lovely. It's like a warm hug in a cold, lonely winter night.
</p>
<!-- <p style="font-style: italic;">
You can leave a comment <a href="https://makenbreak.substack.com/p/need-a-hug?sd=pf">here on substack</a>.
</p> -->
</div>
</div>
<script src="./footer.js"></script>
</div>
</body>
</html>