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

Feat: "What We've Done" section - first two cards #220

Merged
merged 17 commits into from
Jul 9, 2024

Conversation

angela-tran
Copy link
Member

@angela-tran angela-tran commented Jun 28, 2024

Part of #212

This PR implements the "What We've Done" section with just the first two cards.

Dev analysis of spacing and decisions to round:

Desktop non-image card Mobile non-image card

@angela-tran angela-tran added this to the Work Page milestone Jun 28, 2024
@angela-tran angela-tran self-assigned this Jun 28, 2024
@angela-tran angela-tran changed the base branch from main to feat/our-work June 28, 2024 18:46
@compilerla compilerla deleted a comment from netlify bot Jun 28, 2024
@angela-tran angela-tran force-pushed the feat/what-weve-done branch 6 times, most recently from b41438d to 095b90f Compare June 28, 2024 21:56
@angela-tran angela-tran changed the title Feat: "What We've Done" section Feat: "What We've Done" section - first two cards Jun 28, 2024
@angela-tran angela-tran force-pushed the feat/what-weve-done branch from c44cae0 to f40f584 Compare June 28, 2024 22:25
@angela-tran angela-tran marked this pull request as ready for review July 1, 2024 17:36
@angela-tran angela-tran requested a review from a team as a code owner July 1, 2024 17:36
@angela-tran angela-tran marked this pull request as draft July 1, 2024 17:36
@angela-tran angela-tran force-pushed the feat/what-weve-done branch from f40f584 to 5272cdf Compare July 1, 2024 17:41
@angela-tran
Copy link
Member Author

Rebased onto latest feat/our-work

@angela-tran angela-tran marked this pull request as ready for review July 1, 2024 17:42
@angela-tran
Copy link
Member Author

Sorry, found one more spacing thing to fix

@angela-tran angela-tran marked this pull request as draft July 1, 2024 17:45
96px above tags, 24px under tags, 120px to fill out the bottom of the
card
32px above tags, 32px under tags, 64px to fill out the bottom of the
card
@angela-tran angela-tran force-pushed the feat/what-weve-done branch from 5272cdf to 5db5c3d Compare July 1, 2024 17:56
@angela-tran angela-tran marked this pull request as ready for review July 1, 2024 17:56
lalver1
lalver1 previously approved these changes Jul 1, 2024
Copy link
Member

@lalver1 lalver1 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!

@angela-tran
Copy link
Member Author

🙏

Copy link
Member

@thekaveman thekaveman left a comment

Choose a reason for hiding this comment

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

This is going to be tricky, but I think ideally these Outcome section headers / sections should line up (independent of the size of the description above).

image

src/our-work.html Show resolved Hide resolved
@angela-tran
Copy link
Member Author

angela-tran commented Jul 2, 2024

This is going to be tricky, but I think ideally these Outcome section headers / sections should line up (independent of the size of the description above).

I noticed that too just yesterday while looking at Figma. I agree it'll be tricky... I haven't thought of a way to do it yet. 🤔

edit: maybe we can set a minimum height on things? idk

@thekaveman
Copy link
Member

I wonder if @machikoyasuda has any ideas?

@machikoyasuda
Copy link
Member

This is going to be tricky, but I think ideally these Outcome section headers / sections should line up (independent of the size of the description above).

I noticed that too just yesterday while looking at Figma. I agree it'll be tricky... I haven't thought of a way to do it yet. 🤔

edit: maybe we can set a minimum height on things? idk

Yeah, a min-height with a percentage would work - only when the screen width is wide enough / containers are set to be side by side:

image image

Sidenote: I think there's something funky going on with the responsiveness. At a certain width, the layout goes down to 1 container per row, but if you go further - it goes to 2 containers per row again.

image

@angela-tran angela-tran dismissed lalver1’s stale review July 3, 2024 20:24

Just need to fix alignment of card contents

@angela-tran
Copy link
Member Author

@machikoyasuda is helping with the alignment of card contents

@machikoyasuda
Copy link
Member

image image

Comment on lines +468 to +474

.mb-lg-6 {
margin-bottom: calc(96rem / 16) !important;
}
Copy link
Member

Choose a reason for hiding this comment

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

Could be removed now I think @angela-tran

Copy link
Member Author

Choose a reason for hiding this comment

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

Sounds good, I'll do it in one of the next PRs and link it here

@machikoyasuda machikoyasuda force-pushed the feat/what-weve-done branch from fd73ed8 to 57d202c Compare July 9, 2024 17:32
Copy link
Member

@thekaveman thekaveman left a comment

Choose a reason for hiding this comment

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

Nice team effort here y'all 😎

@angela-tran angela-tran merged commit 9fe580e into feat/our-work Jul 9, 2024
1 check passed
@angela-tran angela-tran deleted the feat/what-weve-done branch July 9, 2024 18:01
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.

Implement "What We've Done" section
4 participants