Home: add Newbie Tutorial button beside Play Now - #55
Open
whitecouncil-alt wants to merge 3 commits into
Open
Conversation
Replace the 'Ready to explore Middle-earth?' label with a 'Newbie Tutorial' button linking to /tutorial/, styled identically to Play Now (both anchors pick up the existing .playnow a button style). New players get a clear first step alongside Play Now.
Contributor
Reviewer's guide (collapsed on small PRs)Reviewer's GuideThe home page now presents Newbie Tutorial and Play Now as adjacent, consistently styled actions in the play band; the tutorial link depends on companion PR #54 to avoid a temporary 404. File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
… add spacing Per feedback the Newbie Tutorial button crowded Play Now. Now a two-line 'Tutorial' / 'newbies start here' button, and the Play Now band is a centered flex row with a generous gap so the two buttons breathe. Removes the now-unused .readytoexplore styles.
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.
Small home-page tweak to the "Play Now" band.
Replaces the "Ready to explore Middle-earth?" text with a Newbie Tutorial button, sitting beside Play Now. Both are the same gold button — the existing
.playnow arule styles any anchor in the band, so no CSS change was needed./tutorial//play(unchanged)The tutorial itself is added in the companion PR (#54); once both are in, the button lands on the on-site tutorial. Until then the link 404s, so this is best merged alongside #54.
Summary by Sourcery
Add a prominent tutorial entry point alongside Play Now on the home page.
New Features:
Enhancements: