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

GIVCAMP-202 | Vertical featured story poster with cutout text exploration #129

Merged
merged 6 commits into from
Oct 5, 2023

Conversation

yvonnetangsu
Copy link
Member

@yvonnetangsu yvonnetangsu commented Oct 4, 2023

READY FOR REVIEW

Summary

  • Vertical featured story poster
  • Change published date to not forced 2-digit, eg, from September 04, 2023 to September 4, 2023
  • fixups

Review By (Date)

  • Retro

Review Tasks

Setup tasks and/or behavior to test

  1. Go to the preview and see this poster component
    Screenshot 2023-10-05 at 1 07 35 PM

Screenshot 2023-10-05 at 1 07 25 PM

  1. Look at the responsive
  2. Look at the code

Associated Issues and/or People

@netlify
Copy link

netlify bot commented Oct 4, 2023

Deploy Preview for giving-campaign ready!

Name Link
🔨 Latest commit
🔍 Latest deploy log https://app.netlify.com/sites/giving-campaign/deploys/651f10f916106a0baecc19c2
😎 Deploy Preview https://deploy-preview-129--giving-campaign.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@yvonnetangsu yvonnetangsu marked this pull request as ready for review October 5, 2023 20:06
@yvonnetangsu yvonnetangsu changed the title GIVCAMP-202 | Vertical featured story poster GIVCAMP-202 | Vertical featured story poster with cutout text exploration Oct 5, 2023

type SbHomepageMvpProps = {
blok: {
_uid: string;
title?: string;
intro: string;
featuredStories?: SbBlokData[];
Copy link
Member Author

Choose a reason for hiding this comment

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

Remove the "featuredStories" region in Homepage MVP page type in Storyblok, because they're mixing the featured stories with other content now. So basically everything gets absorbed into the content region

@yvonnetangsu
Copy link
Member Author

This is demo'ed to the client and approved so I'm merging this in. As usual, anything is open to updates and we'll keep iterating.

@yvonnetangsu
Copy link
Member Author

'mb-0 fluid-type-8 bg-fixed bg-cover bg-center bg-no-repeat hyphens-auto', {
'lg:fluid-type-6 2xl:fluid-type-7 4xl:fluid-type-8': isSmallHeading,
'md:fluid-type-9': !isSmallHeading,
'bg-clip-text text-black/40': hasBgImage,
Copy link
Member Author

Choose a reason for hiding this comment

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

This is how I created the cutout text effect

@yvonnetangsu yvonnetangsu merged commit 53b5025 into dev Oct 5, 2023
4 checks passed
@yvonnetangsu yvonnetangsu deleted the feature/GIVCAMP-202_vertical-story-poster branch October 5, 2023 20:24
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.

1 participant