-
Notifications
You must be signed in to change notification settings - Fork 311
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
638 update the guides index page #3825
Merged
Merged
Conversation
This file contains 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
to be creating unnecessary border - Added description and "read link name" for each guide in the yaml file so they can be displayed on the new guides index - Created `card-with-image-guides` to better accomodate the content needs of the new guides index - Changed background color of main content section for guides index
- Added the hero image SVGs - Fixed some style and layout bugs, things are about 90% of where they should be to match the mockup
for because there was overflow at tablet widths
for non-important guides now becomes 2x at tablet widths to solve for some overflow but not becoming to wide/stacked too soon
links in the card to prevent orphaned words at narrower widths; though it doesn't seem to be respecting it; might have to do with there being dynamically generated text right in the middle?
because calling one guide more important than another seemed rude
arguments for card-with-image-guides and how the "promoted" flag should be used in guide.yml
card-with-image-guides.html and it's use and behaviors
min-height and the link sticks to the bottom
- Adds null alt text to hero images - Changes the guide card titles to just be headings instead of links
I added a few comments in the code throughout but here are a few notes and follow-up items for this ticket. Overall
Implementation details
Follow-ups and things I didn't get to (I'll file another ticket for this)
|
neilmb
approved these changes
Apr 12, 2024
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Preview looks great. Some tiny comments on comments.
beechnut
reviewed
Apr 12, 2024
beechnut
reviewed
Apr 12, 2024
beechnut
reviewed
Apr 12, 2024
@dluetger Once you've had a chance to review the suggestions here, I think this can be merged! |
Simplifying the booleans Co-authored-by: Matt Cloyd <[email protected]>
Simplifying the booleans, pt. 2 Co-authored-by: Matt Cloyd <[email protected]>
Simplifying the booleans, pt. 3 Co-authored-by: Matt Cloyd <[email protected]>
`unless` block with `endunless`
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.
Pull request summary
Updates the design and content of the guides index page.
Reminder - please do the following before assigning reviewer
And make sure that automated checks are ok