This commit is contained in:
Madison Scott-Clary
2021-09-09 11:21:18 -07:00
parent deca1935f0
commit a6d60462ad
2 changed files with 16 additions and 1 deletions

View File

@ -3,6 +3,12 @@
![The book's cover](/cover-front.jpg) ![The book's cover](/cover-front.jpg)
<div class="order">
<script src="https://gumroad.com/js/gumroad.js"></script>
<a class="gumroad-button" href="https://gumroad.com/l/TiACLd">Pre-order ebook</a>
<a class="gumroad-button" href="https://gumroad.com/l/TiACLd">Pre-order paperback</a>
</div>
> To call what I am feeling a 'crush' feels inexact. It is not puppy love. It is not new relationship energy. It is not lust. It is an uncontrollable romantic desire. > To call what I am feeling a 'crush' feels inexact. It is not puppy love. It is not new relationship energy. It is not lust. It is an uncontrollable romantic desire.
> >
> It is not grounded in our friendship or my attraction to her. It is more of an obsession. A desperate need for her to feel the same way about me. A craving. A pang. A wildness of the heart that is as frightening as it is pleasant. > It is not grounded in our friendship or my attraction to her. It is more of an obsession. A desperate need for her to feel the same way about me. A craving. A pang. A wildness of the heart that is as frightening as it is pleasant.
@ -11,7 +17,7 @@
Six tales of love. Six tales of need, of desire, of how to live with the ones you cannot live without. Sawtooth may be a nothing town in a flyover state, but those that live there are no less real for it. They bear all the same emotions as anyone else, have all the same needs. Six tales of love. Six tales of need, of desire, of how to live with the ones you cannot live without. Sawtooth may be a nothing town in a flyover state, but those that live there are no less real for it. They bear all the same emotions as anyone else, have all the same needs.
**Coming November 1, 2021! Pre-order starts September 15!** **Coming November 1, 2021!**
----- -----

View File

@ -50,6 +50,15 @@ h1 small {
.title blockquote:first-of-type { .title blockquote:first-of-type {
font-style: italic; font-style: italic;
} }
.order {
width: 100%;
text-align: center;
margin: 0 auto;
}
.order a {
display: inline-block;
margin: 0.5rem;
}
ul.pagination { ul.pagination {
margin: 1rem 0; margin: 1rem 0;
padding: 0; padding: 0;