-
Notifications
You must be signed in to change notification settings - Fork 2
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
Conversation
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.
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!
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.
LGTM!
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.
LGTM! Thanks for fixing those small notes! I made some adjustments to the CSS for ValueCard and the mission page, but great work!
frontend/public/threepeople.png
Outdated
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.
let's use svgs instead of pngs to maintain resolution on the page!
|
||
.description { | ||
text-align: left; | ||
font-family: "Open Sans"; |
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.
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!
frontend/src/components/Button.tsx
Outdated
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.
thanks for making a Button component!
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