Skip to content
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

Merged
merged 16 commits into from
Sep 22, 2021
Merged

Frontend starter #19

merged 16 commits into from
Sep 22, 2021

Conversation

ItsLaro
Copy link
Member

@ItsLaro ItsLaro commented Sep 18, 2021

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.

@ItsLaro ItsLaro requested a review from dvd-lara September 18, 2021 20:58
@ItsLaro ItsLaro added the front-end Front-end task label Sep 18, 2021
@ItsLaro ItsLaro requested a review from jhern603 September 19, 2021 01:31
src/sections/Footer.scss Outdated Show resolved Hide resolved
Copy link

@jhern603 jhern603 left a 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"


interface Props {
downwards: boolean;
}
Copy link
Member

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.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice catch!

Copy link
Member

@dvd-lara dvd-lara left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great stuff!

@dvd-lara dvd-lara merged commit 7473f0d into development Sep 22, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
front-end Front-end task
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Home Page] Create footer section [Home Page] Create Page Hero section component
3 participants