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: Timeline 피드백 반영, Footer 제작, 폰트, 색상, 반응형 적용 #32

Merged
merged 9 commits into from
May 3, 2024

Conversation

puretension
Copy link
Member

@puretension puretension commented Apr 26, 2024

PR 타입 ( 하나 이상의 PR 타입을 선택해주세요 )


  • 기능 추가
  • 버그 수정
  • 의존성, 환경 변수, 빌드 관련 코드 업데이트
  • 기타 사소한 수정

개요

배경색 검정 적용, Footer 있는 전체 화면

스크린샷 2024-04-26 오후 7 20 09

스크린샷 2024-04-26 오후 8 37 11

Footer

스크린샷 2024-04-26 오후 7 20 46

Tablet(768px) & Mobile(430px)

스크린샷 2024-04-26 오후 7 20 09 스크린샷 2024-04-26 오후 7 20 09

다른페이지에서 Footer 봣을때

스크린샷 2024-04-26 오후 7 20 09

변경 사항

Footer 생성, 전체 배경색 남색이었던거 검정으로 바꾸었고, 1차 PR 이후의 피드백 사항들(#18 + #24 + #25) 반영하여 코드 개선하였습니다. 전체뷰에 맞춰서 TimelinePage, TimelineCard, Footer등 반응형 적용했습니다!


코드 리뷰시 참고 사항

Footer의 제작자 소개에서 화살표 클릭했을때, 저희 README로 이동시키는건지, 아니면 제작자 보여주는 뷰가 있는건지 궁금합니다.
이젠 실제 데이터만 추가하면 끝인지, 아니면 추가적으로 다른 효과적용이 필요한지 궁금합니다(보시다시피 워낙 간단한 페이지라..🥲)
이전에 피드백주신 내용들 최대한 반영하봤는데 그래도 빠드린게 잇을거 같습니다.. 이번에도 Welcome Feedback!

@puretension puretension self-assigned this Apr 26, 2024
@puretension puretension added 🎨 Design 마크업 & 스타일링 🔨 Refactor 코드 리팩토링 🙋‍♂️ 도형 작업 ✨ Feature 기능 개발 labels Apr 26, 2024
Copy link
Contributor

@shimseohyun shimseohyun left a comment

Choose a reason for hiding this comment

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

좋습니다! 추가적인 내용은 이제 애니메이팅만 적용하면 되지 않을까 싶습니다! 너무 고생 많으셨어요! ^_^

<h1 className="F1">About Us</h1>
<p className="F2">Final Update 2023.10.02</p>
<div className="flex items-center">
<p className="F2">제작자 소개</p>
Copy link
Contributor

Choose a reason for hiding this comment

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

요기 제작자 소개 어디로 넘어기는지... 를 안 정했네요;; ㅎㅎ
정말 미안합니다...
일단 제안 주신 의견에 따라 저희 리드미로 할까요?

Copy link
Member Author

Choose a reason for hiding this comment

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

좋습니다~!

Copy link
Member

Choose a reason for hiding this comment

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

리드미 고고

className="w-10 h-8 bg-transparent border rounded-lg text-xs leading-4 px-2 py-1"
style={{ borderWidth: '1.5px', borderColor, color: textColor }}
className="border rounded-lg B2 px-3 py-0.5"
style={{ borderWidth: '1px', borderColor: isActive ? 'white' : '#536E7B', color: isActive ? 'white' : '#536E7B' }}
Copy link
Contributor

Choose a reason for hiding this comment

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

요거 grey 500이에요! 혹시 피그마에 수정이 안되었나요 ㅎㅎ 죄송해요....ㅎㅎ...................

Copy link
Member Author

Choose a reason for hiding this comment

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

반영하겠습니다~!

Copy link
Member

@seochan99 seochan99 left a comment

Choose a reason for hiding this comment

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

고생많으셨습니다 :)

Copy link
Contributor

@bianbbc87 bianbbc87 left a comment

Choose a reason for hiding this comment

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

수고하셨습니다!!

@puretension puretension merged commit 837ab10 into dev May 3, 2024
1 check failed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🎨 Design 마크업 & 스타일링 ✨ Feature 기능 개발 🔨 Refactor 코드 리팩토링 🙋‍♂️ 도형 작업
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants