Skip to content

Feature/statistics#9

Merged
alexzhang1618 merged 8 commits intomainfrom
feature/statistics
Dec 10, 2024
Merged

Feature/statistics#9
alexzhang1618 merged 8 commits intomainfrom
feature/statistics

Conversation

@serrachow
Copy link
Copy Markdown
Collaborator

@serrachow serrachow commented Nov 22, 2024

Info

Closes [#2 ].

Implements the statistics section.

Changes

  • Take DiamondHacks to new heights blurb
  • Statistics numbers with mobile view
  • Stationary image for diamond

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)
  • Logistics Change (A change to a README, description, or dev workflow setup like
    linting/formatting)
  • Continuous Integration Change (Related to deployment steps or continuous integration
    workflows)
  • Other: (Fill In)

Testing

I have tested that my changes fully resolve the linked issue ...

  • locally on Desktop.
  • on the live deployment preview on Desktop.
  • on the live deployment preview on Mobile.
  • I have added new Cypress tests that are passing.

Checklist

  • I have performed a self-review of my own code.
  • I have followed the style guidelines of this project.
  • I have documented any new functions in /src/lib/* and commented hard to understand areas
    anywhere else.
  • My changes produce no new warnings.

Screenshots

image

image

@serrachow serrachow requested a review from angela139 as a code owner November 22, 2024 02:39
@vercel
Copy link
Copy Markdown

vercel Bot commented Nov 22, 2024

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

Name Status Preview Comments Updated (UTC)
diamondhacks-teaser ✅ Ready (Inspect) Visit Preview 💬 Add feedback Dec 10, 2024 5:42am

Copy link
Copy Markdown
Collaborator

@angela139 angela139 left a comment

Choose a reason for hiding this comment

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

Overall, it looks really good to me! I left some comments and nits

Comment thread src/components/StatsNumbers/style.module.scss Outdated
Comment thread src/components/StatsNumbers/style.module.scss Outdated
Comment thread src/sections/Statistics/index.tsx Outdated
Comment thread src/sections/Statistics/style.module.scss
Comment thread src/sections/Statistics/style.module.scss Outdated
@alexzhang1618
Copy link
Copy Markdown
Contributor

Cleaned up the code and updated the mobile layout + the hanging guy

Screen.Recording.2024-12-09.at.8.13.34.PM.mov

Copy link
Copy Markdown
Member

@SheepTester SheepTester 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! the image looks a bit low quality on my screen, maybe export a higher quality version from Figma? (with 2x resolution; or use SVG)

image

animating the guy sliding down could potentially be done by exporting the diamond guy as a separate image, then using position: sticky; top: 0;. the heister will be constrained to the bounds of its parent element, so that can be used to prevent it from sliding off the rope. but this can/should be done in a separate PR

Comment thread src/components/StatsDescription/index.tsx
Comment thread src/components/Footer/index.tsx Outdated
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.

4 participants