-
Notifications
You must be signed in to change notification settings - Fork 39
[김지현] sprint2 #33
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
Merged
GANGYIKIM
merged 12 commits into
codeit-bootcamp-frontend:Basic-김지현
from
kjhyun0830:Basic-김지현-sprint2
Mar 3, 2025
The head ref may contain hidden characters: "Basic-\uAE40\uC9C0\uD604-sprint2"
Merged
[김지현] sprint2 #33
Changes from all commits
Commits
Show all changes
12 commits
Select commit
Hold shift + click to select a range
1efb1bc
Create img folder
12eda84
Correct tag and error in home.html
e2a0c44
Change home.html to index.html
d473b5d
Create 4 files
37ec625
Design top, bottom section
27fcafd
Create and link reset.css in index.html
251b5b0
Create style folder
7aeb29f
Create login.html and login.css
3907abe
Design login.html
0557508
Create and Design sign-up.html
a02cf37
Set css variable
eafbb06
Add pseudo selectors
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
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
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,11 @@ | ||
| <!DOCTYPE html> | ||
| <html lang="ko"> | ||
| <head> | ||
| <meta charset="UTF-8"> | ||
| <meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
| <title>Document</title> | ||
| </head> | ||
| <body> | ||
|
|
||
| </body> | ||
| </html> |
This file was deleted.
Oops, something went wrong.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
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.
kjhyun0830 marked this conversation as resolved.
Show resolved
Hide resolved
|
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.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
kjhyun0830 marked this conversation as resolved.
Show resolved
Hide resolved
|
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.
kjhyun0830 marked this conversation as resolved.
Show resolved
Hide resolved
|
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,107 @@ | ||
| <!DOCTYPE html> | ||
| <html lang="ko"> | ||
| <head> | ||
| <meta charset="UTF-8"> | ||
| <meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
| <title>판다마켓</title> | ||
| <link rel="icon" href="img/panda_favicon.png"> | ||
| <link rel="stylesheet" href="/style/home.css"> | ||
| <link rel="stylesheet" href="/style/reset.css"> | ||
| <link rel="stylesheet" href="/style/global.css"> | ||
| <link rel="stylesheet" as="style" crossorigin href="https://cdn.jsdelivr.net/gh/orioncactus/[email protected]/dist/web/variable/pretendardvariable.min.css"/> | ||
| </head> | ||
| <body> | ||
| <header> | ||
| <nav> | ||
| <a class="main-page" href="/"><img class="logo" src="img/logo_small.png" alt="판다마켓 로고"></a> | ||
| <a class="login-button" href="/login.html">로그인</a> | ||
| </nav> | ||
| </header> | ||
|
|
||
| <section class="top"> | ||
| <div class="container"> | ||
| <div class="content"> | ||
| <h2 class="content-title"> | ||
| 일상의 모든 물건을<br> | ||
| 거래해 보세요 | ||
| </h2> | ||
| <a class="shopping-button" href="/items.html">구경하러 가기</a> | ||
| </div> | ||
| <div> | ||
| <img class="top-img" src="img/Img_home_top.png"> | ||
| </div> | ||
| </div> | ||
| </section> | ||
|
|
||
| <main> | ||
| <section> | ||
| <div class="container"> | ||
| <img src="img/Img_home_01.png"> | ||
| <div class="content"> | ||
| <p class="badge">Hot item</p> | ||
| <h2 class="content-title">인기 상품을<br>확인해보세요</h2> | ||
| <p class="description">가장 HOT한 중고거래 물품을<br>판다 마켓에서 확인해 보세요</p> | ||
| </div> | ||
| </div> | ||
| </section> | ||
| <section> | ||
| <div class="container"> | ||
| <div class="content right"> | ||
| <p class="badge">Search</p> | ||
| <h2 class="content-title">구매를 원하는<br>상품을 검색하세요</h2> | ||
| <p class="description">구매하고 싶은 물품을 검색해서<br>쉽게 찾아보세요</p> | ||
| </div> | ||
| <img src="img/Img_home_02.png"> | ||
| </div> | ||
| </section> | ||
| <section> | ||
| <div class="container"> | ||
| <img src="img/Img_home_03.png"> | ||
| <div class="content"> | ||
| <p class="badge">Register</p> | ||
| <h2 class="content-title">판매를 원하는<br>상품을 등록하세요</h2> | ||
| <p class="description">어떤 물건이든 판매하고 싶은 상품을<br>쉽게 등록하세요</p> | ||
| </div> | ||
| </div> | ||
| </section> | ||
| </main> | ||
|
|
||
| <section class="bottom"> | ||
| <div class="container"> | ||
| <div class="content"> | ||
| <h2 class="content-title"> | ||
| 믿을 수 있는<br> | ||
| 판다마켓 중고 거래 | ||
| </h2> | ||
| </div> | ||
| <div> | ||
| <img class="bottom-img" src="img/Img_home_bottom.png"> | ||
| </div> | ||
| </div> | ||
| </section> | ||
|
|
||
| <footer> | ||
| <div class="footer-wrap container"> | ||
| <span class="codeit">@codeit - 2024</span> | ||
| <div class="link"> | ||
| <a href="/privacy.html">Privacy Policy</a> | ||
| <a href="/faq.html">FAQ</a> | ||
| </div> | ||
| <ul class="sns"> | ||
| <li> | ||
| <a href="https://www.facebook.com/?locale=ko_KR" target="_blank"><img src="img/ic_facebook.png" alt="facebook"></a> | ||
| </li> | ||
| <li> | ||
| <a href="https://x.com/?lang=ko" target="_blank"><img src="img/ic_twitter.png" alt="twitter"></a> | ||
| </li> | ||
| <li> | ||
| <a href="https://www.youtube.com/" target="_blank"><img src="img/ic_youtube.png" alt="youtube"></a> | ||
| </li> | ||
| <li> | ||
| <a href="https://www.instagram.com/" target="_blank"><img src="img/ic_instagram.png" alt="instagram"></a> | ||
| </li> | ||
| </ul> | ||
| </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 |
|---|---|---|
| @@ -0,0 +1,11 @@ | ||
| <!DOCTYPE html> | ||
| <html lang="ko"> | ||
| <head> | ||
| <meta charset="UTF-8"> | ||
| <meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
| <title>Document</title> | ||
| </head> | ||
| <body> | ||
|
|
||
| </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 |
|---|---|---|
| @@ -0,0 +1,47 @@ | ||
| <!DOCTYPE html> | ||
| <html lang="ko"> | ||
| <head> | ||
| <meta charset="UTF-8"> | ||
| <meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
| <title>판다마켓 - 로그인</title> | ||
| <link rel="icon" href="img/panda_favicon.png"> | ||
| <link rel="stylesheet" href="/style/login.css"> | ||
| <link rel="stylesheet" href="/style/reset.css"> | ||
| <link rel="stylesheet" href="/style/global.css"> | ||
| <link rel="stylesheet" as="style" crossorigin href="https://cdn.jsdelivr.net/gh/orioncactus/[email protected]/dist/web/variable/pretendardvariable.min.css"/> | ||
| </head> | ||
| <body> | ||
| <form> | ||
| <header> | ||
| <a href="/"><img class="logo" src="/img/logo_big.png" alt="판다마켓 로고"></a> | ||
| </header> | ||
|
|
||
| <div> | ||
| <label for="email">이메일</label> | ||
| <input id="email" type="email" name="email"> | ||
| </div> | ||
| <div class="password"> | ||
| <label for="password">비밀번호</label> | ||
| <input id="password" type="password" name="password"> | ||
| <img class="show-password" src="/img/visibility_off.png"> | ||
| </div> | ||
| <button class="login-button">로그인</button> | ||
|
|
||
| <div class="quick-login"> | ||
| <span>간편 로그인하기</span> | ||
| <ul class="sns"> | ||
| <li> | ||
| <a href="https://www.google.com"><img src="/img/google.png" alt="Google"></a> | ||
| </li> | ||
| <li> | ||
| <a href="https://www.kakaocorp.com/page"><img src="/img/kakaotalk.png" alt="Kakao"></a> | ||
| </li> | ||
| </ul> | ||
| </div> | ||
| <div class="new-member"> | ||
| <span>판다마켓이 처음이신가요?</span> | ||
| <a class="sign-up" href="/sign-up.html">회원가입</a> | ||
| </div> | ||
| </form> | ||
| </body> | ||
| </html> |
Diff not rendered.
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,11 @@ | ||
| <!DOCTYPE html> | ||
| <html lang="ko"> | ||
| <head> | ||
| <meta charset="UTF-8"> | ||
| <meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
| <title>Document</title> | ||
| </head> | ||
| <body> | ||
|
|
||
| </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 |
|---|---|---|
| @@ -0,0 +1,56 @@ | ||
| <!DOCTYPE html> | ||
| <html lang="ko"> | ||
| <head> | ||
| <meta charset="UTF-8"> | ||
| <meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
| <title>판다마켓 - 회원가입</title> | ||
kjhyun0830 marked this conversation as resolved.
Show resolved
Hide resolved
|
||
| <link rel="icon" href="img/panda_favicon.png"> | ||
| <link rel="stylesheet" href="/style/sign-up.css"> | ||
| <link rel="stylesheet" href="/style/reset.css"> | ||
| <link rel="stylesheet" href="/style/global.css"> | ||
| <link rel="stylesheet" as="style" crossorigin href="https://cdn.jsdelivr.net/gh/orioncactus/[email protected]/dist/web/variable/pretendardvariable.min.css"/> | ||
| </head> | ||
| <body> | ||
| <form> | ||
| <header> | ||
| <a href="/"><img class="logo" src="/img/logo_big.png" alt="판다마켓 로고"></a> | ||
| </header> | ||
kjhyun0830 marked this conversation as resolved.
Show resolved
Hide resolved
|
||
|
|
||
| <div> | ||
| <label for="email">이메일</label> | ||
| <input id="email" type="email" name="email"> | ||
kjhyun0830 marked this conversation as resolved.
Show resolved
Hide resolved
|
||
| </div> | ||
| <div> | ||
| <label for="nickname">닉네임</label> | ||
| <input id="nickname" type="text" name="nickname"> | ||
| </div> | ||
| <div class="password"> | ||
| <label for="password">비밀번호</label> | ||
| <input id="password" type="password" name="password"> | ||
| <img class="show-password" src="/img/visibility_off.png"> | ||
kjhyun0830 marked this conversation as resolved.
Show resolved
Hide resolved
|
||
| </div> | ||
| <div class="check-password"> | ||
| <label for="check-password">비밀번호 확인</label> | ||
| <input id="check-password" type="password" name="check-password"> | ||
| <img class="show-password" src="/img/visibility_off.png"> | ||
| </div> | ||
| <button class="sign-up-button">회원가입</button> | ||
kjhyun0830 marked this conversation as resolved.
Show resolved
Hide resolved
|
||
|
|
||
| <div class="quick-login"> | ||
| <span>간편 로그인하기</span> | ||
| <ul class="sns"> | ||
| <li> | ||
| <a href="https://www.google.com"><img src="/img/google.png" alt="Google"></a> | ||
| </li> | ||
| <li> | ||
| <a href="https://www.kakaocorp.com/page"><img src="/img/kakaotalk.png" alt="Kakao"></a> | ||
| </li> | ||
| </ul> | ||
| </div> | ||
| <div class="already-member"> | ||
| <span>이미 회원이신가요?</span> | ||
| <a class="login" href="/login.html">로그인</a> | ||
| </div> | ||
| </form> | ||
| </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 |
|---|---|---|
| @@ -0,0 +1,17 @@ | ||
| :root { | ||
| --gray900: #111827; | ||
| --gray800: #1F2937; | ||
kjhyun0830 marked this conversation as resolved.
Show resolved
Hide resolved
|
||
| --gray700: #374151; | ||
| --gray600: #4B5563; | ||
| --gray500: #6B7280; | ||
| --gray400: #9CA3AF; | ||
| --gray200: #E5E7EB; | ||
| --gray100: #F3F4F6; | ||
| --gray50: #F9FAFB; | ||
|
|
||
| --blue: #3692FF; | ||
| --bluehover:#1967D6; | ||
| --blueactive: #1251AA; | ||
kjhyun0830 marked this conversation as resolved.
Show resolved
Hide resolved
|
||
|
|
||
| --red: #F74747; | ||
| } | ||
Oops, something went wrong.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.