README: prominent 'Watch the full demo' button under the preview#51
Open
nithiink wants to merge 1 commit into
Open
README: prominent 'Watch the full demo' button under the preview#51nithiink wants to merge 1 commit into
nithiink wants to merge 1 commit into
Conversation
…der the preview Keep the YouTube thumbnail preview as-is; swap the plain text link beneath it for a self-hosted SVG button (docs/demo/watch-demo-button.svg) plus a one-line payoff caption. No GIF, no mp4.
9fbe227 to
09bfb28
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
You looked at the GIF hero and didn't want it, so this reworks the PR in the new direction: keep the current YouTube thumbnail preview, and turn the plain text "Watch the demo" link under it into a real button that pulls clicks.
What changed
main(the clickablemaxresdefaultimage → the video).▶ Watch the demotext link beneath it for a proper button CTA: red, rounded, a play ▶ glyph, bold "Watch the full demo" — links to the same video.The button
It's a self-hosted SVG committed in the repo at
docs/demo/watch-demo-button.svg(no external services, no tracking). I pushed it and confirmed it renders on GitHub as a real image — you can see it live in the README on this branch, it's not a broken image.Supporting line under the button
One alternative if you'd rather lower the entry cost:
Why this should convert better than the old text link
A button reads as a clear thing to click, and the line right under it tells a skimming developer exactly what they'll get and how little time it costs — a plain underlined link does neither.
Files
README.md— the two hero lines (thumbnail kept; text link → button + caption).docs/demo/watch-demo-button.svg— new button asset.Yours to review and merge — nothing is merged.