Skip to content

Ryan - what we're up to#34

Merged
austin1im merged 7 commits intomainfrom
ryan-what-were-up-to
Mar 9, 2026
Merged

Ryan - what we're up to#34
austin1im merged 7 commits intomainfrom
ryan-what-were-up-to

Conversation

@rhtruong
Copy link
Copy Markdown
Collaborator

Description

breifly describe what you made and take any screenshots or provide anything else you feel is necessary:

created "what we're up to" page
image

Checklist:

after creating your PR please mark all of these:

  • Global colors were used (let us know if any are missing)
  • Text/images/paths are not hard coded (passed in by props)

@rhtruong rhtruong linked an issue Feb 18, 2026 that may be closed by this pull request
@rhtruong rhtruong self-assigned this Feb 18, 2026
Copy link
Copy Markdown
Collaborator

@austin1im austin1im left a comment

Choose a reason for hiding this comment

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

looks good! just some small changes

line-height: normal;
}

.cardGrid {
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

can you change this name to like .cardsContainer it's more clear imo


.cardGrid {
display: flex;
gap: 1.31rem;
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

instead of setting gap i think it's better in terms of responsiveness to use justify-content: space-between

Copy link
Copy Markdown
Collaborator

@austin1im austin1im left a comment

Choose a reason for hiding this comment

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

visually and functionally this works but please clean up ur css

width: 25rem;
}

.cardHeader img {
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

you can nest this in the above component like .cardHeader { ...styling... img { ...styling... } }

color: var(--off-black);
font-family: Oxanium;
font-size: 3rem;
font-style: normal;
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

you have a lot of unnecessary css, line-height normal font-style normal are all default things, please go back and review what does and doesnt do something and if it doesnt do anything please remove it

font-weight: 500;
line-height: normal;
text-decoration: none;
}
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

this can be taken down to 8 lines, also the button does not extend across the whole component width

@austin1im austin1im merged commit 5fab356 into main Mar 9, 2026
@austin1im austin1im deleted the ryan-what-were-up-to branch March 9, 2026 21:58
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.

What We're Up to:

3 participants