Page MenuHomePhabricator

[landing] redesign hero section layout
ClosedPublic

Authored by ginsu on Jun 2 2023, 8:49 AM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Mar 27, 11:54 PM
Unknown Object (File)
Mar 6 2024, 9:01 AM
Unknown Object (File)
Mar 4 2024, 11:27 PM
Unknown Object (File)
Mar 4 2024, 11:27 PM
Unknown Object (File)
Mar 4 2024, 11:27 PM
Unknown Object (File)
Feb 10 2024, 4:59 PM
Unknown Object (File)
Feb 10 2024, 4:58 PM
Unknown Object (File)
Feb 10 2024, 4:58 PM
Subscribers

Details

Summary

This diff redesigns the hero section to match the new designs shown in the figma document. In this diff we replaced the hero image and arranged the elements to match the designs. For the hero image, I did remove the purple blur background effect to make positioning the image easier; however, a subsequent diff will add those blur effects back in. For context here are the designs:

Screenshot 2023-06-02 at 11.51.24 AM.png (1×3 px, 2 MB)

Screenshot 2023-06-02 at 11.51.55 AM.png (1×3 px, 2 MB)

Depends on D8055

Test Plan

Please watch the demo video and see the screenshots below:

Desktop/Responsive behavior:

Tablet:

Screenshot 2023-06-02 at 11.45.10 AM.png (2×3 px, 1 MB)

Mobile:

Screenshot 2023-06-02 at 11.44.46 AM.png (2×3 px, 985 KB)

Diff Detail

Repository
rCOMM Comm
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

ginsu edited the test plan for this revision. (Show Details)
ginsu requested review of this revision.Jun 2 2023, 9:06 AM

Saw a css class that could be moved to a different file to improve readability

landing/asset-meta-data.js
8–11 ↗(On Diff #27410)

We don't need these fields anymore since we are directly adding them in the react component

15 ↗(On Diff #27410)

Decided to keep this an array so that it would be easy to just append new image assets in the future; however, if we don't like this I can update the diff accordingly

landing/landing.css
52–53 ↗(On Diff #27410)

These values were taken from figma

This revision is now accepted and ready to land.Jun 2 2023, 12:14 PM
This revision was automatically updated to reflect the committed changes.