diff --git a/README.md b/README.md index fcc4c23..d49e0a9 100644 --- a/README.md +++ b/README.md @@ -66,9 +66,9 @@ make partners/.pdf ## Notes -- The 4 photos in `images/` were extracted from the original PDF. They're intentionally - generic/illustrative (not specific to any one partnership) and don't need to change - per customization. +- The photos in `images/` (4 extracted from the original PDF, plus `intro-reader.jpg` + sourced from Pexels) are intentionally generic/illustrative (not specific to any one + partnership) and don't need to change per customization. - `template.html` renders the cover (title + byline + author photo) from the document's YAML front matter — you don't need to hand-write that part in the body of each `.md` file, just update the front matter. diff --git a/images/intro-reader.jpg b/images/intro-reader.jpg new file mode 100644 index 0000000..7c3e089 Binary files /dev/null and b/images/intro-reader.jpg differ diff --git a/partners/find-your-right-readers-Cheyenne.md b/partners/find-your-right-readers-Cheyenne.md index b49f195..0161d4f 100644 --- a/partners/find-your-right-readers-Cheyenne.md +++ b/partners/find-your-right-readers-Cheyenne.md @@ -5,9 +5,9 @@ author: Will Estes Most advice on making a living as a writer tells you to hustle, place ads with the right keywords and the like. That absolutely works. It's also not why you're an author. -You want to know that your story provided respite for the one person who thinks of their day as toil. You want to know your story gave that spark of inspiration to the one person who thought it wasn't possible to keep going. There's one reader you want to reach. +You want to know your story reached the one reader who needed it. And if there's one reader who needs your stories, there's more than one. -And if there's one reader who needs your stories, there's more than one. +![](images/intro-reader.jpg) ## Step 1: Find a review by a reader who deeply connected with your story. diff --git a/style.css b/style.css index 08c630a..5866f70 100644 --- a/style.css +++ b/style.css @@ -52,16 +52,14 @@ a { margin: 1.5rem 0 0; } -/* One Step per page, like the original PDF */ +/* One Step per page, like the original PDF. The intro (before Step 1) now + carries its own image too, so it gets a full page like every other + section instead of sharing Step 1's page. */ h2 { page-break-before: always; font-size: 1.5rem; } -h2:first-of-type { - page-break-before: avoid; -} - img { max-width: 100%; border-radius: 0.5rem; diff --git a/template.md b/template.md index b49f195..0161d4f 100644 --- a/template.md +++ b/template.md @@ -5,9 +5,9 @@ author: Will Estes Most advice on making a living as a writer tells you to hustle, place ads with the right keywords and the like. That absolutely works. It's also not why you're an author. -You want to know that your story provided respite for the one person who thinks of their day as toil. You want to know your story gave that spark of inspiration to the one person who thought it wasn't possible to keep going. There's one reader you want to reach. +You want to know your story reached the one reader who needed it. And if there's one reader who needs your stories, there's more than one. -And if there's one reader who needs your stories, there's more than one. +![](images/intro-reader.jpg) ## Step 1: Find a review by a reader who deeply connected with your story.