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

Feature/kevinkatelyn/our mission page #20

Merged
merged 10 commits into from
Feb 23, 2024

Conversation

katelynpdn
Copy link
Member

Tracking Info

Resolves #11

Changes

We created the Our Mission page. In the frontend, we created a Value Card component. We also made a Button component for the Our Team button that redirects to the Our Team page.

Testing

We visually compared the website with the Figma to ensure they match, and we ensured that everything wrapped as expected when resizing the window.

Confirmation of Change

Screenshot 2024-02-13 at 10 50 22 PM Screenshot 2024-02-13 at 10 50 55 PM Screenshot 2024-02-13 at 10 51 22 PM

@katelynpdn katelynpdn requested a review from jennymar as a code owner February 14, 2024 06:53
@jennymar jennymar requested a review from jackavh February 15, 2024 17:59
Copy link
Contributor

@jackavh jackavh left a comment

Choose a reason for hiding this comment

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

Hi guys, the page looks great overall! I have one really minor note,

  • It could be something on my end, but the BackgroundHeader looks a little bright to me. I think on Figma there's a slight grey overlay, if it's not something weird with my computer it would be an easy style fix in the div wrapping the image.

Good work! Abstracting valueCard and Button makes the page code easy to read. Lmk what you think!

@jennymar jennymar requested a review from jackavh February 20, 2024 23:39
Copy link
Contributor

@jackavh jackavh left a comment

Choose a reason for hiding this comment

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

LGTM!

Copy link
Collaborator

@jennymar jennymar left a comment

Choose a reason for hiding this comment

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

LGTM! Thanks for fixing those small notes! I made some adjustments to the CSS for ValueCard and the mission page, but great work!

Copy link
Collaborator

Choose a reason for hiding this comment

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

let's use svgs instead of pngs to maintain resolution on the page!


.description {
text-align: left;
font-family: "Open Sans";
Copy link
Collaborator

Choose a reason for hiding this comment

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

you can use font-family: var(--font-body); for the open sans font and font-family: var(--font-small-subtitle); for the roboto slab font!

Copy link
Collaborator

Choose a reason for hiding this comment

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

thanks for making a Button component!

@jennymar jennymar merged commit bff7ffe into main Feb 23, 2024
2 checks passed
@jennymar jennymar deleted the feature/kevinkatelyn/our-mission-page branch February 23, 2024 08:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Our Mission Page
4 participants