docs: rework README hero — banner, inline pitch video, single Why table#374
Merged
Conversation
Follow-up polish to the #369 README update, addressing visual/structure feedback: - Hero: replace the 16:9 splash block (too tall/narrow as a header) with a cropped 3.5:1 wordmark banner; drop the redundant `# omadia` H1 (the banner is the wordmark) - Pitch video: the previous `<video src=".../raw/...mp4">` did not render inline on GitHub (only user-attachments URLs do). Embed the GitHub-hosted asset URL so the player renders inline; remove the now-unreferenced in-repo docs/media/omadia-pitch.mp4 (18 MB) and the splash PNG - Merge the two competing value props ("Why you'll want to ⭐ this" + "Why omadia?") into a single scannable capability table, differentiators first - Move the product demo GIF out of the stacked header into the "First run" section where it illustrates the flow No content claims changed; all differentiator facts already verified in #369. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
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.
Visual + structure polish on top of #373 (which closed #369), per review feedback that the splash looked too tall/narrow and the pitch video heading rendered without a video.
What changed
docs/media/omadia-banner.png). Dropped the redundant# omadiaH1 since the banner is the wordmark.<video src=".../raw/...mp4">inline; onlyuser-attachmentsasset URLs play inline. Swapped in the GitHub-hosted asset URL so the player actually renders. Removed the now-unreferenced in-repodocs/media/omadia-pitch.mp4(18 MB) and the old splash PNG.No content claims changed; the differentiator facts were already verified against the code in #369.
Note
The inline video uses the
user-attachmentsasset URL (uploaded via GitHub), which is the only reliable way to get an inline player in a README.🤖 Generated with Claude Code