-
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
[#7] 공통 컴포넌트(Header, Footer, ScrollFloatBtn) 구현, [#9] 랜딩페이지 구현 #12
Merged
Merged
Changes from 1 commit
Commits
Show all changes
12 commits
Select commit
Hold shift + click to select a range
c56d105
:bento: Global Icon Assets 수정
youngminss c0e704c
:lipstick: Header - GNB 컴포넌트 UI 구현
youngminss 7a0f1d6
:lipstick: UnorderList, LinkWrapper, BackgroundImageBox 스타일 컴포넌트 생성, …
youngminss 8bc97a8
:art: 린트 룰(consistent-type-definitions, strict-boolean-expressions) 수정
youngminss 6340b87
:bento: Pretendard Font Assets 추가
youngminss 1da18b5
:bento: next13 localFont 설정 후 폰트 적용(in. theme.ts)
youngminss 738876e
:lipstick: Typography 공통 컴포넌트 추가
youngminss 482fcde
:adhesive_bandage: 공통 StyledLayout 컴포넌트 - BoxFlexColumnCenter 네이밍으로 변경
youngminss b0d5e3c
:lipstick: Footer 컴포넌트 UI 구현
youngminss 2719e7b
:lipstick: 공통 StyledLayout - FlexBox, SubMaxContainer 추가, BoxFlexColu…
youngminss 8ec9bee
:lipstick: 랜딩 페이지 1차 구현
youngminss 92b92a7
:wrench: next.config.js - styled-components 설정을 complier 를 통해 설정, swc…
youngminss File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
IR 기법에 대해서는 생각해본 적이 없었는데, 새롭네요,, 배워갑니다 💨 아래는 내가 참고한 자료들,, 나중에 필요하면 다시 살펴보려구용
https://snupi.tistory.com/109
https://velog.io/@wltnrms0629/HTMLCSS-%EC%9B%B9-%EC%A0%91%EA%B7%BC%EC%84%B1%EC%9D%B4%EB%AF%B8%EC%A7%80-%ED%91%9C%ED%98%84-IR%EA%B8%B0%EB%B2%95
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.
웹 접근성에 대해서는 나도 아직 공부해야할 게 더 많아용 ㅋㅋ,,
이런 존재부터 아는 게 중요하다고 생각해요 ~ 👍