-
Notifications
You must be signed in to change notification settings - Fork 0
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
Conversation
* dev: GIVCAMP-220 | Grid options and story card section layouts (#128)
…Vertical Poster styles
✅ Deploy Preview for giving-campaign ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
|
||
type SbHomepageMvpProps = { | ||
blok: { | ||
_uid: string; | ||
title?: string; | ||
intro: string; | ||
featuredStories?: SbBlokData[]; |
There was a problem hiding this comment.
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
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. |
'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, |
There was a problem hiding this comment.
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
READY FOR REVIEW
Summary
Review By (Date)
Review Tasks
Setup tasks and/or behavior to test
Associated Issues and/or People