Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: code-squad/javascript-amazon
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: code-squad/javascript-amazon
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: sally4405
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 2 commits
  • 6 files changed
  • 2 contributors

Commits on Feb 13, 2020

  1. Cardui (#123)

    * test : overflow: hidden / transform: translateX(0px) 을 이용해서 버튼 클릭시 이미지 넘어가는 기능 구현
    amazon : html 과 css 기본 구조를 작성 / 화살표 버튼과 이미지 버튼 클릭시 이미지 넘어가는 기능 구현
    
    * content__text 클래스의 부모 자식 설정을 통해 overflow로 일부분만 보이게 함
    
    * 상단 menu a 태그에서 p 태그로 수정.
    js 버튼 클릭과 메뉴 클릭시의 index 변화를 하나로 통일해서 관리.
    
    * 데이터 내용수정.
    img child 와 text child 묶어서 container child 로 변경.
    
    * PR 보내면 안되는 파일 rm
    
    * img 삭제
    sally4405 authored Feb 13, 2020
    Configuration menu
    Copy the full SHA
    8243494 View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2020

  1. Search (#153)

    * test : overflow: hidden / transform: translateX(0px) 을 이용해서 버튼 클릭시 이미지 넘어가는 기능 구현
    amazon : html 과 css 기본 구조를 작성 / 화살표 버튼과 이미지 버튼 클릭시 이미지 넘어가는 기능 구현
    
    * content__text 클래스의 부모 자식 설정을 통해 overflow로 일부분만 보이게 함
    
    * 상단 menu a 태그에서 p 태그로 수정.
    js 버튼 클릭과 메뉴 클릭시의 index 변화를 하나로 통일해서 관리.
    
    * 데이터 내용수정.
    img child 와 text child 묶어서 container child 로 변경.
    
    * PR 보내면 안되는 파일 rm
    
    * img 삭제
    
    * pr 안보낼 파일 추가
    
    * 슬라이드 기능 추가중
    
    * 무한 슬라이드 기능 구현 중단.
    메뉴 버튼, 화살표 버튼, 슬라이드로 클래스 나누어서 구현중.
    버튼 클릭시 슬라이드의 변화를 콜백 함수를 이용하여 구현하려고 함.
    
    * 3주차 수업 내용 추가
    
    * search branch 생성
    
    * 검색창 구조 작성 및 배치
    
    * 알파벳을 입력하면 동일한 앞부분을 가진 단어들을 json 에서 가져옴.
    단어의 선택을 구현하기 위해? class를 사용하여 구조를 변경할 예정.
    json 파일은 임시로 이전에 사용한 amazon cardUI 의 json 파일 사용.
    
    Co-authored-by: sally4405 <[email protected]>
    sally4405 and sally4405 authored Mar 9, 2020
    Configuration menu
    Copy the full SHA
    9b3201b View commit details
    Browse the repository at this point in the history
Loading