Hot item
+
+ 인기 상품을
+ 확인해보세요
+
+
+ 가장 HOT한 중고거래 물품을
+ 판다 마켓에서 확인해 보세요
+
diff --git a/.DS_Store b/.DS_Store new file mode 100644 index 00000000..a0314cf9 Binary files /dev/null and b/.DS_Store differ diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index a8581477..63aab15e 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -2,19 +2,24 @@ ### 기본 -- [x] -- [] -- [] +- [x] 랜딩 페이지의 url path는 루트('/')로 설정합니다. +- [x] title은 "판다마켓"로 설정합니다. +- [x] 화면의 너비가 1920px 이상이면 하늘색 배경색은 너비를 꽉 채우도록 채워지고, 내부 요소들의 위치는 고정되고, 여백만 커지도록 합니다. +- [] 화면의 너비가 1920px 보다 작아질 때, "판다마켓" 로고의 왼쪽 여백 200px"로그인" 버튼의 오른쪽 여백 200px이 유지되고, 화면의 너비가 작아질수록 두 요소간 거리가 가까워지도록 설정합니다. +- [x] 클릭으로 기능이 동작해야 하는 경우, 사용자가 클릭할 수 있는 요소임을 알 수 있도록 CSS 속성 cursor: pointer 로 설정합니다. +- [x] "판다마켓" 클릭 시 루트 페이지('/')로 이동합니다. +- [x] '로그인'버튼 클릭 시 로그인 페이지('/login')로 이동합니다 (빈 페이지) +- [x] "구경하러가기"버튼 클릭 시('/items')로 이동합니다.(빈 페이지) +- [x] "Privacy Policy", "FAQ"는 클릭 시 각각 Privacy 페이지('/privacy'), FAQ 페이지('/faq')로 이동합니다.(모두 빈 페이지) +- [x] 페이스북, 트위터, 유튜브, 인스타그램 아이콘을 클릭 시 각각의 홈페이지로 새로운 창이 열리면서 이동합니다. ### 심화 -- [x] -- [] +- [x] 사용자의 브라우저가 크고 작아짐에 따라 페이지의 요소간 간격, 요소의 크기, font-size 등 모든 크기와 관련된 값이 크고 작아지도록 설정해 보세요.(설정값은 자유입니다) ## 주요 변경사항 -- -- +- main content 중앙에 고정되도록 레이아웃 변경 ## 스크린샷 @@ -22,6 +27,5 @@ ## 멘토에게 -- -- +- min, max 크기 활용 방법을 잘 모르겠습니다. - 셀프 코드 리뷰를 통해 질문 이어가겠습니다. diff --git a/README.md b/README.md new file mode 100644 index 00000000..c969190d --- /dev/null +++ b/README.md @@ -0,0 +1 @@ +# Sprint Misson 1 diff --git a/assets/.DS_Store b/assets/.DS_Store new file mode 100644 index 00000000..71428226 Binary files /dev/null and b/assets/.DS_Store differ diff --git a/assets/landing-page/banner.png b/assets/landing-page/banner.png new file mode 100644 index 00000000..83a4881c Binary files /dev/null and b/assets/landing-page/banner.png differ diff --git a/assets/landing-page/footer.png b/assets/landing-page/footer.png new file mode 100644 index 00000000..31853d71 Binary files /dev/null and b/assets/landing-page/footer.png differ diff --git a/assets/landing-page/img/landing/Rectangle 2993.png b/assets/landing-page/img/landing/Rectangle 2993.png new file mode 100644 index 00000000..12880cf6 Binary files /dev/null and b/assets/landing-page/img/landing/Rectangle 2993.png differ diff --git a/assets/landing-page/img/landing/desktop_01.png b/assets/landing-page/img/landing/desktop_01.png new file mode 100644 index 00000000..b5f88704 Binary files /dev/null and b/assets/landing-page/img/landing/desktop_01.png differ diff --git a/assets/landing-page/img/landing/desktop_02.png b/assets/landing-page/img/landing/desktop_02.png new file mode 100644 index 00000000..c58a0cc4 Binary files /dev/null and b/assets/landing-page/img/landing/desktop_02.png differ diff --git a/assets/landing-page/img/landing/desktop_03.png b/assets/landing-page/img/landing/desktop_03.png new file mode 100644 index 00000000..d360b6bb Binary files /dev/null and b/assets/landing-page/img/landing/desktop_03.png differ diff --git a/assets/landing-page/img/landing/desktop_04.png b/assets/landing-page/img/landing/desktop_04.png new file mode 100644 index 00000000..651a00fa Binary files /dev/null and b/assets/landing-page/img/landing/desktop_04.png differ diff --git a/assets/landing-page/img/landing/mobile_01.png b/assets/landing-page/img/landing/mobile_01.png new file mode 100644 index 00000000..efab22e8 Binary files /dev/null and b/assets/landing-page/img/landing/mobile_01.png differ diff --git a/assets/landing-page/img/landing/mobile_02.png b/assets/landing-page/img/landing/mobile_02.png new file mode 100644 index 00000000..e6b4e945 Binary files /dev/null and b/assets/landing-page/img/landing/mobile_02.png differ diff --git a/assets/landing-page/img/landing/mobile_03.png b/assets/landing-page/img/landing/mobile_03.png new file mode 100644 index 00000000..aa1ddb89 Binary files /dev/null and b/assets/landing-page/img/landing/mobile_03.png differ diff --git a/assets/landing-page/img/landing/mobile_04.png b/assets/landing-page/img/landing/mobile_04.png new file mode 100644 index 00000000..aa365bd9 Binary files /dev/null and b/assets/landing-page/img/landing/mobile_04.png differ diff --git a/assets/landing-page/img/landing/mobile_05.png b/assets/landing-page/img/landing/mobile_05.png new file mode 100644 index 00000000..ead978a4 Binary files /dev/null and b/assets/landing-page/img/landing/mobile_05.png differ diff --git a/assets/landing-page/img/landing/tablet_01.png b/assets/landing-page/img/landing/tablet_01.png new file mode 100644 index 00000000..82ccdaa0 Binary files /dev/null and b/assets/landing-page/img/landing/tablet_01.png differ diff --git a/assets/landing-page/img/landing/tablet_02.png b/assets/landing-page/img/landing/tablet_02.png new file mode 100644 index 00000000..8de1e8f7 Binary files /dev/null and b/assets/landing-page/img/landing/tablet_02.png differ diff --git a/assets/landing-page/img/landing/tablet_03.png b/assets/landing-page/img/landing/tablet_03.png new file mode 100644 index 00000000..448da518 Binary files /dev/null and b/assets/landing-page/img/landing/tablet_03.png differ diff --git a/assets/landing-page/img/landing/tablet_04.png b/assets/landing-page/img/landing/tablet_04.png new file mode 100644 index 00000000..4694e8ae Binary files /dev/null and b/assets/landing-page/img/landing/tablet_04.png differ diff --git a/assets/landing-page/img/landing/tablet_05.png b/assets/landing-page/img/landing/tablet_05.png new file mode 100644 index 00000000..e65053da Binary files /dev/null and b/assets/landing-page/img/landing/tablet_05.png differ diff --git a/assets/landing-page/main-1.png b/assets/landing-page/main-1.png new file mode 100644 index 00000000..a2d4be5f Binary files /dev/null and b/assets/landing-page/main-1.png differ diff --git a/assets/landing-page/main-2.png b/assets/landing-page/main-2.png new file mode 100644 index 00000000..faccb9f7 Binary files /dev/null and b/assets/landing-page/main-2.png differ diff --git a/assets/landing-page/main-3.png b/assets/landing-page/main-3.png new file mode 100644 index 00000000..ef5972b3 Binary files /dev/null and b/assets/landing-page/main-3.png differ diff --git a/assets/logos/Property 1=Typo.png b/assets/logos/Property 1=Typo.png new file mode 100644 index 00000000..0fd0992d Binary files /dev/null and b/assets/logos/Property 1=Typo.png differ diff --git a/assets/logos/Property 1=Typo@2x.png b/assets/logos/Property 1=Typo@2x.png new file mode 100644 index 00000000..2c73c9dc Binary files /dev/null and b/assets/logos/Property 1=Typo@2x.png differ diff --git a/assets/logos/Property 1=Typo@3x.png b/assets/logos/Property 1=Typo@3x.png new file mode 100644 index 00000000..2e89dc16 Binary files /dev/null and b/assets/logos/Property 1=Typo@3x.png differ diff --git a/assets/logos/Property 1=lg.png b/assets/logos/Property 1=lg.png new file mode 100644 index 00000000..7db8527a Binary files /dev/null and b/assets/logos/Property 1=lg.png differ diff --git a/assets/logos/Property 1=lg@2x.png b/assets/logos/Property 1=lg@2x.png new file mode 100644 index 00000000..59b95456 Binary files /dev/null and b/assets/logos/Property 1=lg@2x.png differ diff --git a/assets/logos/Property 1=lg@3x.png b/assets/logos/Property 1=lg@3x.png new file mode 100644 index 00000000..d2ceb6dd Binary files /dev/null and b/assets/logos/Property 1=lg@3x.png differ diff --git a/assets/logos/Property 1=md-1.png b/assets/logos/Property 1=md-1.png new file mode 100644 index 00000000..6ced040e Binary files /dev/null and b/assets/logos/Property 1=md-1.png differ diff --git a/assets/logos/Property 1=md.png b/assets/logos/Property 1=md.png new file mode 100644 index 00000000..fdb12623 Binary files /dev/null and b/assets/logos/Property 1=md.png differ diff --git a/assets/logos/Property 1=md.svg b/assets/logos/Property 1=md.svg new file mode 100644 index 00000000..e9db68b0 --- /dev/null +++ b/assets/logos/Property 1=md.svg @@ -0,0 +1,16 @@ + diff --git a/assets/logos/Property 1=md@2x-1.png b/assets/logos/Property 1=md@2x-1.png new file mode 100644 index 00000000..b9e9cda3 Binary files /dev/null and b/assets/logos/Property 1=md@2x-1.png differ diff --git a/assets/logos/Property 1=md@2x.png b/assets/logos/Property 1=md@2x.png new file mode 100644 index 00000000..2d40c1d1 Binary files /dev/null and b/assets/logos/Property 1=md@2x.png differ diff --git a/assets/logos/Property 1=md@3x-1.png b/assets/logos/Property 1=md@3x-1.png new file mode 100644 index 00000000..acbd7fa6 Binary files /dev/null and b/assets/logos/Property 1=md@3x-1.png differ diff --git a/assets/logos/Property 1=md@3x.png b/assets/logos/Property 1=md@3x.png new file mode 100644 index 00000000..a2635341 Binary files /dev/null and b/assets/logos/Property 1=md@3x.png differ diff --git a/assets/logos/Property 1=sm-1.png b/assets/logos/Property 1=sm-1.png new file mode 100644 index 00000000..ef55a69e Binary files /dev/null and b/assets/logos/Property 1=sm-1.png differ diff --git a/assets/logos/Property 1=sm.svg b/assets/logos/Property 1=sm.svg new file mode 100644 index 00000000..cdbf37f6 --- /dev/null +++ b/assets/logos/Property 1=sm.svg @@ -0,0 +1,17 @@ + diff --git a/assets/logos/Property 1=sm@2x-1.png b/assets/logos/Property 1=sm@2x-1.png new file mode 100644 index 00000000..969f83c9 Binary files /dev/null and b/assets/logos/Property 1=sm@2x-1.png differ diff --git a/assets/logos/Property 1=sm@2x.png b/assets/logos/Property 1=sm@2x.png new file mode 100644 index 00000000..878496fc Binary files /dev/null and b/assets/logos/Property 1=sm@2x.png differ diff --git a/assets/logos/Property 1=sm@3x-1.png b/assets/logos/Property 1=sm@3x-1.png new file mode 100644 index 00000000..9bec79af Binary files /dev/null and b/assets/logos/Property 1=sm@3x-1.png differ diff --git a/assets/logos/Property 1=sm@3x.png b/assets/logos/Property 1=sm@3x.png new file mode 100644 index 00000000..1c8f0b99 Binary files /dev/null and b/assets/logos/Property 1=sm@3x.png differ diff --git a/assets/logos/nav-logo.png b/assets/logos/nav-logo.png new file mode 100644 index 00000000..ef87eab4 Binary files /dev/null and b/assets/logos/nav-logo.png differ diff --git a/faq.html b/faq.html new file mode 100644 index 00000000..e69de29b diff --git a/index.html b/index.html new file mode 100644 index 00000000..8420ec77 --- /dev/null +++ b/index.html @@ -0,0 +1,116 @@ + + +
+ + +
+
+ 가장 HOT한 중고거래 물품을
+ 판다 마켓에서 확인해 보세요
+
+ 구매하고 싶은 물품은 검색해서
+ 쉽게 찾아보세요
+
+
+
+ 가장 HOT한 중고거래 물품을
+ 판다 마켓에서 확인해 보세요
+