-
Notifications
You must be signed in to change notification settings - Fork 4
[당근마켓 클론코딩] 심현진 미션 제출합니다 #6
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
Open
hxeonxins
wants to merge
30
commits into
insertcourse24:main
Choose a base branch
from
hxeonxins:hxeonxins
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
30 commits
Select commit
Hold shift + click to select a range
f6fc55c
feat : 큰 섹션 나누기
hxeonxins d1a10cb
chore : 마진 중복 요소 제거
hxeonxins 47e684b
feat : 헤더 내용 추가
hxeonxins 4cdf2bc
refactor : 가독성 향상
hxeonxins 01158af
chore : 당근 로고 assets 추가
hxeonxins c645f08
chore : assets 당근이 추가
hxeonxins a52673e
feat : main 페이지 내용 추가
hxeonxins 68c607e
chore : 아무런 기능 없는 코드 삭제
hxeonxins 5e5690b
feat : 메인 기능 추가
hxeonxins fcb7c82
chore : 버튼 위치 수정
hxeonxins 7b9b218
fix : 버튼 로고 위치 수정
hxeonxins 24d17cd
feat : 중고거래 페이지 추가
hxeonxins f6510a5
feat : 중고거래 페이지 헤더 기능 추가
hxeonxins d0034e5
refactor : index페이지 main태그 클래스 수정
hxeonxins e4c3bb1
feat : page헤더 이미지 기능 추가
hxeonxins 262dd70
feat : 헤더 내용 추가
hxeonxins 401f338
fix : 메인 페이지 요소 정렬
hxeonxins e55d9ef
feat : 중고거래 페이지 기능 추가
hxeonxins c55273c
feat : 중고거래 페이지 이미지 설명 추가
hxeonxins 403e418
chore : 스타일 정렬
hxeonxins 84b69d7
remove : .DS_Store 삭제
hxeonxins 0742608
.DS_Store is banished
hxeonxins d03767b
refactor : width, height 단위 변경
hxeonxins 86883f2
refactor : self-closing 태그 사용
hxeonxins 24c9241
refactor : width, height 단위 수정
hxeonxins ce0894b
refactor : 무의미한 section태그 제거
hxeonxins e0e8b34
refactor : self-closing 태그 사용
hxeonxins 36c66f2
refactor : 픽셀 단위 변경
hxeonxins e8a2787
refactor : br태그 사용 지양
hxeonxins 29f0348
fix : 버튼 위치 수정
hxeonxins File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1 @@ | ||
| .DS_Store |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,47 @@ | ||
| <!DOCTYPE html> | ||
| <html lang="en"> | ||
| <head> | ||
| <meta charset="UTF-8"> | ||
| <meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
| <title>중고거래</title> | ||
| <link href="style.css" rel="stylesheet" type="text/css"> | ||
| <script src="script.js"></script> | ||
| </head> | ||
| <body> | ||
| <header> | ||
| <div class="bigBox1"> | ||
| <nav id="wrapLogo"> | ||
| <a href="index.html"> | ||
| <img id="logo" src="../assets/logo.png" alt="당근 로고" /> | ||
| </a> | ||
| </nav> | ||
| <div id="center"> | ||
| <ul class="menu"> | ||
| <a href="page.html" id="textColor"><li>중고거래</li></a><li>동네업체</li><li>알바</li><li>부동산</li><li>중고차 직거래</li> | ||
| </ul> | ||
| </div> | ||
| <aside id="wrapInputText"> | ||
| <input type="text" placeholder="물품이나 동네를 검색해 보세요" /> | ||
| <button>채팅하기</button> | ||
| </aside> | ||
| </div> | ||
| </header> | ||
|
|
||
| <main id="banner"> | ||
| <h1 id="pageText">믿을만한<br />이웃 간 중고거래</h1> | ||
| <p id="pagePtext">동네 주민들과 가깝고 따뜻한 거래를<br />지금 경험해보세요.</p> | ||
| <img src="../assets/headerImg.png" id="headerBanner"/> | ||
| </main> | ||
|
|
||
| <section id="product"> | ||
| <h1>중고거래 인기매물</h1> | ||
| </section> | ||
|
|
||
| <footer id="wrapFooter"> | ||
| <div class="list"> | ||
| <div class="item"> | ||
| </div> | ||
| </div> | ||
| </footer> | ||
| </body> | ||
| </html> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1 +1,14 @@ | ||
| // 화이팅.. | ||
| fetch('../data.json') | ||
| .then((response) => { | ||
| return response.json(); | ||
| }) | ||
| .then((data) => { | ||
| data.data.map((item) => { | ||
| document.querySelector('.item').innerHTML += `<article> | ||
| <img class="productImg" src=".${item.img}" alt="${item.name}"><br /> | ||
| <span>${item.name}</span></br> | ||
| <p><b>123004원</b></p> | ||
| <p>${item.address}</p> | ||
| </article>`; | ||
| }) | ||
| }); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
시멘틱 태그 사용 너무 좋습니다!!