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

feat: Greeting 페이지 퍼블리싱 #12

Merged
merged 18 commits into from
Jul 24, 2023
Merged

feat: Greeting 페이지 퍼블리싱 #12

merged 18 commits into from
Jul 24, 2023

Conversation

Brokyeom
Copy link
Member

@Brokyeom Brokyeom commented Jul 24, 2023

  • Greeting 페이지를 애니메이션을 포함하여 퍼블리싱 하였습니다.

@Brokyeom Brokyeom requested a review from Tekiter July 24, 2023 06:47
@Brokyeom Brokyeom self-assigned this Jul 24, 2023
@Brokyeom Brokyeom changed the title Feat publish greeting feat : Greeting 페이지 퍼블리싱 Jul 24, 2023
@Tekiter Tekiter changed the title feat : Greeting 페이지 퍼블리싱 feat: Greeting 페이지 퍼블리싱 Jul 24, 2023
@Brokyeom Brokyeom marked this pull request as ready for review July 24, 2023 12:57
Comment on lines 16 to 31
<div className='relative h-[600vh]'>
<div className='absolute inset-0'>
<m.div
className='sticky top-0 h-[100vh] pt-[5rem] flex justify-center items-center'
initial={{ opacity: 0 }}
whileInView={{ opacity: 1 }}
viewport={{ once: true }}
transition={{ delay: 0.5 }}
>
<MakersLogo3D className='h-[25rem] w-[25rem] opacity-50' />
</m.div>
</div>
<div className='absolute inset-0'>
<GreetingSection />
</div>
</div>
Copy link
Member

Choose a reason for hiding this comment

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

p3; 이 부분 모아서 ___Section 컴포넌트로 만들면 좋을 것 같아!

Copy link
Member

@Tekiter Tekiter left a comment

Choose a reason for hiding this comment

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

🚀🚀🚀

@Brokyeom Brokyeom added this pull request to the merge queue Jul 24, 2023
Merged via the queue into main with commit 3151219 Jul 24, 2023
2 checks passed
@Brokyeom Brokyeom deleted the feat-publish-greeting branch July 25, 2023 15:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants