-
Notifications
You must be signed in to change notification settings - Fork 39
[양지선] sprint4 #150
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
The head ref may contain hidden characters: "Basic-\uC591\uC9C0\uC120-sprint4"
[양지선] sprint4 #150
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,3 @@ | ||
| { | ||
| "liveServer.settings.port": 5501 | ||
| } |
This file was deleted.
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1 @@ | ||
| faq |
This file was deleted.
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -4,13 +4,14 @@ | |
| <meta charset="UTF-8" /> | ||
| <meta name="viewport" content="width=device-width, initial-scale=1.0" /> | ||
| <title>판다마켓</title> | ||
| <link rel="stylesheet" href="reset.css" /> | ||
| <link rel="stylesheet" href="style.css" /> | ||
| </head> | ||
| <body> | ||
| <header> | ||
| <div class="header"> | ||
| <a href="/"> <img src="images/logo.png" alt="판다마켓 로고" class="logo" /></a> | ||
| <a href="/login.html"> <img src="images/ic_login.png" alt="로그인" class="login" /></a> | ||
| <a href="/login.html" class="homelogin-button">로그인</a> | ||
| </div> | ||
| </header> | ||
| <section class="headline-wrap"> | ||
|
|
@@ -20,37 +21,36 @@ <h1 class="headline-heading"> | |
| 일상의 모든 물건을<br /> | ||
| 거래해 보세요 | ||
| </h1> | ||
| <a href="/items"> <h2 class="headline-button" alt="구경하러가기">구경하러 가기</h2></a> | ||
| <a href="/items" class="headline-button">구경하러 가기</a> | ||
| </div> | ||
| <img class="headline-image" src="images/img_home_top.png" alt="판다" width="746px" height="340px" /> | ||
| </div> | ||
| </section> | ||
|
|
||
| <section id="features" class="wrapper"> | ||
| <div class="feature"> | ||
| <img src="images/feature1-image.png" alt="인기 상품" width="50%" /> | ||
| <img src="images/feature1.png" alt="인기 상품" /> | ||
| <div class="feature-content"> | ||
| <h2 class="feature-tag">Hot item</h2> | ||
| <h1>인기 상품을<br />확인해 보세요</h1> | ||
| <p class="feature-title">인기 상품을<br />확인해 보세요</p> | ||
| <p class="feature-description">가장 HOT한 중고거래 물품을<br />판다마켓에서 확인해 보세요</p> | ||
| </div> | ||
| </div> | ||
| <div class="feature"> | ||
| <div class="feature-content"> | ||
| <h2 class="feature-tag">Search</h2> | ||
| <h1>구매를 원하는<br />상품을 검색하세요</h1> | ||
| <p class="feature-title">구매를 원하는<br />상품을 검색하세요</p> | ||
| <p class="feature-description"> | ||
| 구매하고 싶은 물품은 검색해서 | ||
| <br />쉽게 찾아보세요 | ||
| </p> | ||
| </div> | ||
| <img src="images/feature2-image.png" alt="검색 기능" width="50%" /> | ||
| <img src="images/feature2.png" alt="검색 기능" /> | ||
| </div> | ||
| <div class="feature"> | ||
| <img src="images/feature3-image.png" alt="판매 상품 등록" width="50%" /> | ||
| <img src="images/feature3.png" alt="판매 상품 등록" /> | ||
| <div class="feature-content"> | ||
| <h2 class="feature-tag">Register</h2> | ||
| <h1>판매를 원하는<br />상품을 등록하세요</h1> | ||
| <p class="feature-title">판매를 원하는<br />상품을 등록하세요</p> | ||
| <p class="feature-description"> | ||
| 어떤 물건이든 판매하고 싶은 상품을 | ||
| <br />쉽게 등록하세요 | ||
|
|
@@ -62,7 +62,7 @@ <h1>판매를 원하는<br />상품을 등록하세요</h1> | |
| <div class="wrapper"> | ||
| <div class="banner-content"> | ||
| <div> | ||
| <h1> | ||
| <h1 class="headline-heading"> | ||
| 믿을 수 있는 | ||
| <br /> | ||
| 판다마켓 중고거래 | ||
|
|
@@ -80,13 +80,13 @@ <h1> | |
|
|
||
| <div class="footer-two"> | ||
| <a href="/privacy.html">Privacy Policy</a> | ||
| <a href="/fnq.html">FAQ</a> | ||
| <a href="/faq.html">FAQ</a> | ||
| </div> | ||
|
|
||
| <div class="footer-icons"> | ||
| <a href="https://www.facebook.com"> | ||
| <img src="images/ic_facebook.png" alt="페이스북" id="facebook" | ||
| /></a> | ||
| <img src="images/ic_facebook.png" alt="페이스북" id="facebook" /> | ||
| </a> | ||
| <a href="https://www.twitter.com"> <img src="images/ic_twitter.png" alt="트위터" id="twitter" /></a> | ||
| <a href="https://www.youtube.com"> <img src="images/ic_youtube.png" alt="유튜브" id="youtube" /></a> | ||
| <a href="https://www.instagram.com"> | ||
|
|
@@ -95,5 +95,6 @@ <h1> | |
| </div> | ||
| </div> | ||
| </footer> | ||
| <script src="validation.js"></script> | ||
|
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 💊 제안 아마 script 태그를 HTML의 하단에 배치하신 이유가 script가 문서의 렌더링을 막지 않도록 하기 위해서이실 것 같아요. 지금과 같은 경우 DOM을 조작하는 JS 이니 defer 속성을 추가하시면 되겠습니다~ |
||
| </body> | ||
| </html> | ||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
💊 제안
이러한 vscode 설정 파일은 github에 올라가지 않게 해주시는 것을 추천드려요.
github는 프로젝트를 공유하기 위한 공간으로 해당 프로젝트와 관련된 파일들만 올라가는 것이 좋습니다.
어떤 사람은 vscode를 쓰지 않고 다른 에디터를 쓸 수 있고 쓰더라도 port 번호를 다르게 할 수 있습니다.
따라서 이런 파일들은 변경사항에서 의도적으로 제외하시고 올리시거나 gitignore 같은 파일을 생성하셔서
자동으로 변경사항이 잡히지 않도록 하시는 것을 추천드립니다~