Trim intro copy and give it a supporting image
The intro was the only slide/page without a graphic. Shortened it to two sentences and added a matching photo, and dropped the CSS rule that let Step 1 share a print page with the intro (needed now that the intro has its own image and deserves a full page like every other section).
This commit is contained in:
@@ -66,9 +66,9 @@ make partners/<slug>.pdf
|
|||||||
|
|
||||||
## Notes
|
## Notes
|
||||||
|
|
||||||
- The 4 photos in `images/` were extracted from the original PDF. They're intentionally
|
- The photos in `images/` (4 extracted from the original PDF, plus `intro-reader.jpg`
|
||||||
generic/illustrative (not specific to any one partnership) and don't need to change
|
sourced from Pexels) are intentionally generic/illustrative (not specific to any one
|
||||||
per customization.
|
partnership) and don't need to change per customization.
|
||||||
- `template.html` renders the cover (title + byline + author photo) from the document's
|
- `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`
|
YAML front matter — you don't need to hand-write that part in the body of each `.md`
|
||||||
file, just update the front matter.
|
file, just update the front matter.
|
||||||
|
|||||||
Binary file not shown.
|
After Width: | Height: | Size: 43 KiB |
@@ -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.
|
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.
|

|
||||||
|
|
||||||
## Step 1: Find a review by a reader who deeply connected with your story.
|
## Step 1: Find a review by a reader who deeply connected with your story.
|
||||||
|
|
||||||
|
|||||||
@@ -52,16 +52,14 @@ a {
|
|||||||
margin: 1.5rem 0 0;
|
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 {
|
h2 {
|
||||||
page-break-before: always;
|
page-break-before: always;
|
||||||
font-size: 1.5rem;
|
font-size: 1.5rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
h2:first-of-type {
|
|
||||||
page-break-before: avoid;
|
|
||||||
}
|
|
||||||
|
|
||||||
img {
|
img {
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
border-radius: 0.5rem;
|
border-radius: 0.5rem;
|
||||||
|
|||||||
+2
-2
@@ -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.
|
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.
|

|
||||||
|
|
||||||
## Step 1: Find a review by a reader who deeply connected with your story.
|
## Step 1: Find a review by a reader who deeply connected with your story.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user