-
Notifications
You must be signed in to change notification settings - Fork 0
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
Frontend starter #19
Frontend starter #19
Conversation
…ts to ensure more symmetry between splash image and caption
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.
Alt text for Facebook social media button shouldn't be "Community on Discord"
Alt text for Instagram social media button shouldn't be "Community on Discord"
Alt text for LinkedIn social media button shouldn't be "Community on Discord"
Alt text for Twitter social media button shouldn't be "Community on Discord"
src/components/SocialMediaButtons/DiscordButton/DiscordButton.tsx
Outdated
Show resolved
Hide resolved
|
||
interface Props { | ||
downwards: boolean; | ||
} |
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.
This file can be shortened by returning the SVG and replacing the d inside of path with the appropriate one depending on if you want a downwards wave or not. Same with style.
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.
Nice catch!
…kgroundWave to repeat less code
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.
Great stuff!
Details
Starter code for our front end. Includes the Page Hero (or banner) and the Footer sections.
Test plan
E2E testing was performed to ensure that the components were rendered as expected and the page resulted visually pleasing and accessible across multiple form factors.
Closing Issues
#3 and #4.
Pending
For extremely narrow form factors (ex: Folding Phones) the background with the SVG curves might break.