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] QnA 섹션, 푸터 섹션 구현, 약간의 SEO 개선 #54

Merged
merged 15 commits into from
Jul 31, 2024

Conversation

lybell-art
Copy link
Collaborator

#️⃣ 연관 이슈

📝 작업 내용

QnA 섹션을 추가했습니다.

  • 원래는 애니메이션을 height 변경으로 구현하고자 했으나, height를 애니메이션으로 변경시키면 모바일 환경에서 매우 성능이 떨어지므로, scale로 가리는 사각형을 애니메이팅하고, 애니메이션이 끝나면 display 속성을 변경시키는 방향으로 하였습니다.

푸터 섹션을 추가했습니다.

약간의 SEO 개선이 있었습니다.

  • robots.txt를 추가했습니다.
  • index.html에 description을 추가했습니다.
  • img에 누락된 alt 속성을 추가했습니다. 앞으로 이미지 넣으실 때는 반드시 alt 속성 추가해 주세요! SEO 개선해야 합니다

타이틀 부분에서 통짜 이미지로 구현된 하이라이트 선 애니메이션을 svg 기반으로 변경했습니다.

@lybell-art lybell-art added feat 기능 구현 style 스타일(css) 수정 labels Jul 31, 2024
@lybell-art lybell-art requested a review from darkdulgi July 31, 2024 07:45
@lybell-art lybell-art self-assigned this Jul 31, 2024
This was linked to issues Jul 31, 2024
Copy link
Collaborator

@darkdulgi darkdulgi left a comment

Choose a reason for hiding this comment

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

고생하셨습니다

@darkdulgi darkdulgi merged commit 0a9636b into dev Jul 31, 2024
1 check passed
@lybell-art lybell-art deleted the feature/14-qna branch July 31, 2024 09:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feat 기능 구현 style 스타일(css) 수정
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[feat] 메인-푸터 [feat] 메인-QnA
2 participants