[feat] #2 자기소개 섹션 및 개인 CSS/JS 파일 추가 - #3
Merged
Conversation
JungHyeon-archplot
requested review from
Lee-junmin030102,
Yangsojin and
rjsdnd9108
August 8, 2026 03:28
Collaborator
|
정현님, 작성해 주신 자기소개 섹션 코드와 화면 잘 확인했습니다! 이슈 #1에 올라온 팀 공통 요구사항 중 프로필 사진이랑 mbti 소개 영역이 누락되어 있는 것 같아 공유드립니다..! 시간 되실 때 요 내용도 추가해 주시면 더 좋을 것 같아요! |
Collaborator
Author
|
소진님 코멘트 감사합니다! #1 요구사항 반영해서 프로필 사진 section하고 mbti 추가해놓겠습니다. |
Collaborator
Author
|
말씀해주신 부분 반영하고 추가적으로 건웅님 하신거 보고 더 해봤습니다
재리뷰 부탁드립니다! |
Collaborator
|
자체 피드백 너무 좋습니다. 여러 기능을 구현해본 점이 좋은 것 같습니다. 수고하셨습니다! |
rjsdnd9108
added a commit
that referenced
this pull request
Aug 16, 2026
# Conflicts: # index.html
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
🔗 관련 이슈
Resolves #2
📝 작업 내용
index.html에#junghyeon자기소개 섹션 추가css/junghyeon.css개인 스타일 파일 생성js/junghyeon.js개인 스크립트 파일 생성💡 제안
CSS/JS를 팀원별 개인 파일(
css/이름.css,js/이름.js)로 나누고,셀렉터는 본인
#id아래에서만 쓰는 구조로 잡아봤습니다.같은 파일을 여러 명이 건드릴 때 생기는 충돌을 줄이려는 의도인데,
다른 방식이 나으면 의견 주세요! 일단 오늘 오후까지 PR해야될거 같아서 임의로 수동 템플릿 만들어서 해봤습니다.
✅ 체크리스트