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

[정성현] sprint3 #56

Commits on Aug 20, 2024

  1. refactor: 스프린트 미션 2주차 피드백 적용

    - 'row-reverse'를 통한 요소 순서 결정
    - 새 창에서의 기존 창 접근 방지를 위해
      <a> 요소에 'rel="noopener noreferrer" 속성 추가
    - <form> 요소에 적절한 method, type, name 속성 할당
    - 초기화/전역CSS/CSS변수를 구분하도록 CSS 구조 변경
      및 관련 파일 경로 변경
    jsh1147 committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    02f0e9b View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2024

  1. refactor: 클래스명 BEM 방식 적용

    - 클래스 네이밍 규칙에 BEM(with camel) 방식을 적용함
    - 변경된 클래스 네이밍 규칙에 맞춰 HTML/CSS 수정
    - 추가적으로, form 내 field 구성 방식 통일
    jsh1147 committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    c2cbac5 View commit details
    Browse the repository at this point in the history
  2. docs: 배포 경로 변경

    - 배포 경로를 변경함
    jsh1147 committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    d68a04a View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2024

  1. feat: 메인 페이지 반응형 CSS 작성

    - 1199px 이하(태블릿), 767px 이하(모바일)에 맞춰
      구조, 여백, 글씨 크기가 달라지도록 CSS 작성
    jsh1147 committed Aug 24, 2024
    Configuration menu
    Copy the full SHA
    2e124bf View commit details
    Browse the repository at this point in the history
  2. feat: 메인 페이지 오픈그래프 작성

    - 메인 페이지에 대한 오픈그래프를 작성함
    jsh1147 committed Aug 24, 2024
    Configuration menu
    Copy the full SHA
    5797928 View commit details
    Browse the repository at this point in the history
  3. feat: 로그인/회원가입 페이지 반응형 CSS 작성

    - 767px 이하(모바일)에 맞춰
      여백, 글씨 크기가 달라지도록 CSS 작성
    - 구조를 위해 main 안에 main__contentWrapper 추가
    jsh1147 committed Aug 24, 2024
    Configuration menu
    Copy the full SHA
    37da3c4 View commit details
    Browse the repository at this point in the history