-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
89 lines (83 loc) · 4.27 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
<!DOCTYPE html>
<html lang="en">
<head prefix="book: http://ogp.me/ns/book#">
<meta charset="utf-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"/>
<!-- This page uses multiple resources released under a Creative Commons
license. See attribution.html for details. -->
<meta name="description" content="A personal diary of the second month after my son's unexpected accidental overdose death by fentanyl and carfentanil."/>
<meta name="twitter:card" content="summary"/>
<meta name="twitter:title" content="Isle of Insanity and Hope"/>
<meta name="twitter:description" content="A personal diary of the second month after my son's unexpected accidental overdose death by fentanyl and carfentanil."/>
<meta name="twitter:image" content="https://mcrr.github.io/isleofinsanityandhope/images/cover_img.png"/>
<meta property="og:title" content="Isle of Insanity and Hope"/>
<meta property="og:type" content="book"/>
<meta property="og:description" content="A personal diary of the second month after my son's unexpected accidental overdose death by fentanyl and carfentanil."/>
<meta property="og:url" content="https://mcrr.github.io/isleofinsanityandhope/"/>
<meta property="og:image" content="https://mcrr.github.io/isleofinsanityandhope/images/cover_img.png"/>
<meta property="book:tag" content="addiction"/>
<meta property="book:tag" content="grief"/>
<meta property="book:tag" content="grief resolution"/>
<meta property="book:tag" content="opioid crisis"/>
<meta property="book:tag" content="overdose death"/>
<link rel="icon" type="image/png" href="images/favicon.png"/>
<link rel="stylesheet" href="css/bootstrap.min.css"/>
<link rel="stylesheet" href="css/base.css"/>
<link rel="license" href="http://creativecommons.org/licenses/by-nc-sa/2.5/ca/"/>
<title>Isle of Insanity and Hope</title>
</head>
<body>
<div class="bg bg_fadein" role="presentation">
<!-- This must be non-empty to prevent LXML from collapsing it to a
self-closing tag and triggering a browser bug. -->
</div>
<div class="container paper">
<div class="wrap_front">
<div class="row">
<header class="col-12 text-center">
<h1>Isle of Insanity and Hope</h1>
<p class="subtitle">Diary of Survival</p>
<p class="subtitle">Overcoming my Son's Overdose and Death
<br/>~ A Mother's Grief ~</p>
</header>
</div>
<div class="row justify-content-center nopad">
<ul class="col-auto chapter_list" id="chapter_list">
<li><a href="book/day27.html">Day 27 ~ Without him.</a></li>
<li><a href="book/day35.html">
Day 35 </a></li>
<li><a href="book/day41.html">Day 41 </a></li>
<li><a href="book/day42.html">Day 42 </a></li>
<li><a href="book/day44.html">Day 44 </a></li>
<li><a href="book/day45.html">Day 45 </a></li>
<li><a href="book/day46.html">Day 46 </a></li>
<li><a href="book/day47.html">Day 47 </a></li>
<li><a href="book/day48.html">Day 48 </a></li>
<li><a href="book/day51.html">Day 51 </a></li>
<li><a href="book/day52.html">Day 52 </a></li>
<li><a href="book/day53.html">Day 53 </a></li>
<li><a href="book/day54.html">Day 54 </a></li>
<li><a href="book/day55.html">Day 55 </a></li>
</ul>
</div>
<div class="row">
<div class="col-12 text-center downloads">
<a href="isle_of_insanity_and_hope.pdf" download="">
<img class="dl_arrow" alt="Download" src="images/arrow-alt-circle-down.svg"/>
PDF For Offline Reading
<small class="wrapshy">(56 Pages)</small>
</a>
</div>
</div>
</div>
<footer>
<div class="row">
<div class="col-12 text-center">
<img class="center-block" src="images/cover_img.png" width="160" height="152" srcset="images/[email protected] 2x" alt=""/>
</div>
</div>
<a class="citation" href="attribution.html" title="This page uses and is released under Creative Commons licenses">Licenses</a>
</footer>
</div>
</body>
</html>