Skip to content

Comments

Resolved: Implement Responsive Impact Section Matching Design Specifications #96#112

Merged
Ayoazeez26 merged 27 commits intostakepoint:stagingfrom
RareMmemshima:staging
Mar 29, 2025
Merged

Resolved: Implement Responsive Impact Section Matching Design Specifications #96#112
Ayoazeez26 merged 27 commits intostakepoint:stagingfrom
RareMmemshima:staging

Conversation

@RareMmemshima
Copy link
Contributor

@RareMmemshima RareMmemshima commented Mar 24, 2025

Description

Resolved issue #96 by Implementing a "responsive impact section" that matched the provided design specifications. It is fully responsive and is consistent with the design.

Type of Change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Other

Checklist

  • My code follows the code style of this project.

Related Issue

Screenshots (if applicable)

@vercel
Copy link

vercel bot commented Mar 24, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
starkwager-frontend ✅ Ready (Inspect) Visit Preview 💬 Add feedback Mar 28, 2025 11:05pm

const Impact = () => {
return (
<div className="flex flex-col max-w-3xl mx-auto gap-5 text-left uppercase">
<p className=" text-[#E0FE10] -rotate-2 px-2 font-comedik">
Copy link
Contributor

Choose a reason for hiding this comment

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

Add appropriate font size here

{countWithText.map(({ count, text }) => (
<div key={text} className="flex flex-col text-left">
<span className="text-6xl font-bold font-schabo">{count}+</span>
<span className="flex flex-wrap text-ellipsis w-2/3 font-semibold text-sm">
Copy link
Contributor

Choose a reason for hiding this comment

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

Add letter spacing specified on the design here

Comment on lines 34 to 36
<p className="text-xl uppercase text-[#E0FE10] -rotate-2 px-2 text-ellipsis max-w-sm font-comedik">
you&apos;ve made it this far, so here&apos;s the tl;dr:
</p>
Copy link
Contributor

Choose a reason for hiding this comment

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

This is supposed to look like this
image
But it looks like this
Screenshot 2025-03-25 at 12 48 29
Please fix

<p className="text-xl uppercase text-[#E0FE10] -rotate-2 px-2 text-ellipsis max-w-sm font-comedik">
you&apos;ve made it this far, so here&apos;s the tl;dr:
</p>
<p className="flex flex-wrap w-3/4 lowercase font-medium text-wrap px-2">
Copy link
Contributor

Choose a reason for hiding this comment

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

remove lowercase and add letter spacing specified in the design

Copy link
Contributor

Choose a reason for hiding this comment

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

image Arrow is missing

</div>
</div>
</div>
);
Copy link
Contributor

Choose a reason for hiding this comment

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

Remove semicolon

Signed-off-by: RareMmemshima <Ihuwediane@gmail.com>
@RareMmemshima
Copy link
Contributor Author

Screen Shot 2025-03-25 at 4 18 23 PM

@Ayoazeez26
Copy link
Contributor

Screenshot 2025-03-27 at 11 20 13 This banner should span across the page and not be constrained, think you can do that?

Signed-off-by: RareMmemshima <Ihuwediane@gmail.com>
Signed-off-by: RareMmemshima <Ihuwediane@gmail.com>
@vercel
Copy link

vercel bot commented Mar 28, 2025

Deployment failed with the following error:

The provided GitHub repository does not contain the requested branch or commit reference. Please ensure the repository is not empty.

@Ayoazeez26
Copy link
Contributor

@RareMmemshima your build is failing, kindly check

Copy link
Contributor

@Ayoazeez26 Ayoazeez26 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. lgtm

@Ayoazeez26 Ayoazeez26 merged commit 35b198d into stakepoint:staging Mar 29, 2025
1 check passed
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 Responsive Impact Section Matching Design Specifications

2 participants