-
Notifications
You must be signed in to change notification settings - Fork 21
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
[김창희] sprint2 #39
Merged
GANGYIKIM
merged 12 commits into
codeit-bootcamp-frontend:Basic-김창희
from
changhui-chan:Basic-김창희-sprint2
Aug 19, 2024
The head ref may contain hidden characters: "Basic-\uAE40\uCC3D\uD76C-sprint2"
Merged
[김창희] sprint2 #39
Changes from 11 commits
Commits
Show all changes
12 commits
Select commit
Hold shift + click to select a range
410c1ae
스프린트 미션1 - 01
changhui-chan 00e2686
디렉토리 구조 수정
changhui-chan f13840a
수정
changhui-chan 3cbc0de
수정
changhui-chan a511f30
수정
changhui-chan 9b3ee3a
수정 및 페이지 구현
changhui-chan 04c4c80
아이콘 추가, JS 코드 작성, 페이지 작성
changhui-chan b015a81
수정
changhui-chan b069e77
수정
changhui-chan ab8301c
변수 등록
changhui-chan aff02fc
chore: index.html 위치 수정
changhui-chan a4dbf69
Merge branch 'Basic-김창희' into Basic-김창희-sprint2
changhui-chan 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 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,20 @@ | ||
<!DOCTYPE html> | ||
<html lang="ko"> | ||
<head> | ||
<title>판다마켓</title> | ||
<meta charset="UTF-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<meta name="description" content="판다마켓 구경오라이"> | ||
<link rel="icon" href="/src/assets/img/panda_head.svg"> | ||
<link rel="stylesheet" href="/src/styles/base.css"> | ||
|
||
</head> | ||
|
||
<body> | ||
|
||
<div data-include-html="/src/pages/home.html"></div> | ||
|
||
<script src="/src/js/IncludeHtml.js"></script> | ||
</body> | ||
|
||
</html> |
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.
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.
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.
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 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,31 @@ | ||
<footer class="footer"> | ||
<div class="footer-content"> | ||
<div> | ||
<p class="footer-letter" style="color: #9CA3AF;">ⓒcodeit - 2024</p> | ||
</div> | ||
<div style="display: flex; gap: 30px;"> | ||
<p class="footer-letter"><a href="/src/pages/privacy" style="color: #E5E7EB;">Privacy Policy</a></p> | ||
<p class="footer-letter"><a href="/src/pages/faq" style="color: #E5E7EB;">FAQ</a></p> | ||
</div> | ||
<div> | ||
<nav> | ||
<ul> | ||
<a href="https://www.facebook.com/codeit.kr" target="_blank" rel="noopener noreferrer"> | ||
<li><img src="/src/assets/img/ic_facebook.png" alt="페이스북"></li> | ||
</a> | ||
<a href="https://x.com/codeitkr" target="_blank" rel="noopener noreferrer"> | ||
<li><img src="/src/assets/img/ic_twitter.png" alt="X"></li> | ||
</a> | ||
<a href="https://www.youtube.com/channel/UCCM79CPm2WbBYTRaiNEExbg" target="_blank" rel="noopener noreferrer"> | ||
<li><img src="/src/assets/img/ic_youtube.png" alt="유튜브"> | ||
</li> | ||
</a> | ||
<a href="https://www.instagram.com/codeit_kr/" target="_blank" rel="noopener noreferrer"> | ||
<li><img src="/src/assets/img/ic_instagram.png" alt="인스타그램"></li> | ||
</a> | ||
</ul> | ||
</nav> | ||
</div> | ||
|
||
</div> | ||
</footer> |
This file contains 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,8 @@ | ||
<header> | ||
<div class="header"> | ||
<a href="/src/"> | ||
<img src="/src/assets/img/logo_sm.png" alt="로고 이미지"> | ||
</a> | ||
<a href="/src/pages/login/"><button class="login-btn is-cursor-pointer btn" type="button">로그인</button></a> | ||
</div> | ||
</header> |
This file contains 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,79 @@ | ||
<main> | ||
<section class="top-bottom"> | ||
<div class="top-bottom-content"> | ||
<div class="top-letter-wrapper"> | ||
<h3> | ||
일상의 모든 물건을<br> | ||
거래해 보세요 | ||
</h3> | ||
<a href="/src/pages/items/"><button class="top-btn is-cursor-pointer btn" type="button">구경하러 가기</button></a> | ||
</div> | ||
<img src="/src/assets/img/img_home_top.png" alt="배너 이미지"> | ||
</div> | ||
</section> | ||
|
||
<section class="main-items"> | ||
<div class="item-content"> | ||
<img src="/src/assets/img/img_home_01.png" alt="인기 이미지"> | ||
<div class="item-letter-wrapper"> | ||
<h5>Hot Item</h5> | ||
<h3 id="first-label" class="item-big-letter"> | ||
인기 상품을<br> | ||
확인해 보세요 | ||
</h3> | ||
<p> | ||
가장 HOT한 중고거래 물품을<br> | ||
판다 마켓에서 확인해 보세요 | ||
</p> | ||
</div> | ||
</div> | ||
</section> | ||
|
||
|
||
<section class="main-items"> | ||
<div class="item-content"> | ||
<div class="item-letter-wrapper"> | ||
<h5>Search</h5> | ||
<h3 id="second-label" class="item-big-letter"> | ||
구매를 원하는<br> | ||
상품을 검색하세요 | ||
</h3> | ||
<p> | ||
구매하고 싶은 물품은 검색해서<br> | ||
쉽게 찾아보세요 | ||
</p> | ||
</div> | ||
<img src="/src/assets/img/img_home_02-1.png" alt="구매 이미지"> | ||
</div> | ||
</section> | ||
|
||
<section class="main-items"> | ||
<div class="item-content"> | ||
<img src="/src/assets/img/img_home_03.png" alt="판매 이미지"> | ||
<div class="item-letter-wrapper"> | ||
<h5>Register</h5> | ||
<h3 id="third-label" class="item-big-letter"> | ||
판매를 원하는<br> | ||
상품을 등록하세요 | ||
</h3> | ||
<p> | ||
어떤 물건이든 판매하고 싶은 상품을<br> | ||
쉽게 등록하세요 | ||
</p> | ||
</div> | ||
</div> | ||
</section> | ||
|
||
<section class="top-bottom"> | ||
<div class="top-bottom-content bottom-content"> | ||
<div> | ||
<h3> | ||
믿을 수 있는<br> | ||
판다마켓 중고 거래 | ||
</h3> | ||
</div> | ||
<img src="/src/assets/img/img_home_bottom.png" alt="소개 이미지"> | ||
</div> | ||
</section> | ||
|
||
</main> |
This file contains 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,9 @@ | ||
<div style="display: flex; flex-direction: column; align-items: center;"> | ||
<img src="/src/assets/img/hamster1.jpg" width="768px" height="524px"> | ||
<br> | ||
<br> | ||
<p style="font-size: 3rem;">멀보노?</p> | ||
<br> | ||
<br> | ||
<a href="/src/"><button style="cursor: pointer; background-color: beige; color: blueviolet; border-radius: 24px; width: 128px; height: 64px;" type="button">돌아가기</button></a> | ||
</div> |
This file contains 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,9 @@ | ||
<div style="display: flex; flex-direction: column; align-items: center;"> | ||
<img src="/src/assets/img/hamster2.jpg" width="768px" height="524px"> | ||
<br> | ||
<br> | ||
<p style="font-size: 3rem;">멀보노?</p> | ||
<br> | ||
<br> | ||
<a href="/src/"><button style="cursor: pointer; background-color: beige; color: blueviolet; border-radius: 24px; width: 128px; height: 64px;" type="button">돌아가기</button></a> | ||
</div> |
This file contains 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,66 @@ | ||
<section class="login-wrapper"> | ||
<div class="login-content"> | ||
<form class="form"> | ||
<a href="/src/"><img src="/src/assets/img/logo_lg.png" alt="로고 이미지"></a> | ||
<div class="login-content-without-img"> | ||
<div class="login-content-without-signup"> | ||
<div class="login-content-without-btn"> | ||
<div class="input-email"> | ||
<label class="label-font" for="email-tag">이메일</label> | ||
<div class="input-content"> | ||
<input class="email-tag" autocomplete="off" id="email-tag" type="email" placeholder="이메일을 입력해주세요" | ||
required> | ||
<div | ||
style="margin-left: 12px; margin-right: 24px; width: 24px; height: 24px; display: flex; justify-content: center; align-items: center;"> | ||
</div> | ||
</div> | ||
</div> | ||
<div class="input-password"> | ||
<label class="label-font" for="password-tag">비밀번호</label> | ||
<div class="input-content"> | ||
<input class="password-tag" autocomplete="off" id="password-tag" type="password" | ||
placeholder="비밀번호를 입력해주세요" required> | ||
<img | ||
style="margin-left: 12px; margin-right: 24px; width: 24px; height: 24px; display: flex; justify-content: center; align-items: center;" | ||
class="password-icon" src="/src/assets/img/btn_visibility_off.svg"> | ||
</div> | ||
</div> | ||
</div> | ||
<button class="login-submit-btn btn is-cursor-pointer" type="submit" disabled>로그인</button> | ||
</div> | ||
<div class="convenience-login"> | ||
<div class="convenience-login-content"> | ||
<p>간편 로그인하기</p> | ||
<nav> | ||
<ul> | ||
<a href="https://www.google.com/" target="_blank" rel="noopener noreferrer"> | ||
<li | ||
style="display: flex; justify-content: center; align-items: center; width: 42px; height: 42px; background: white; border-radius: 9999px; border: 1px #F9FAFB"> | ||
<img src="/src/assets/img/ic_google.png" alt="구글 로그인"> | ||
</li> | ||
</a> | ||
<a href="https://www.kakaocorp.com/page/" target="_blank" rel="noopener noreferrer"> | ||
<li | ||
style="display: flex; justify-content: center; align-items: center; width: 42px; height: 42px; background: #F5E14B; border-radius: 9999px; border: 1px #F9FAFB"> | ||
<img src="/src/assets/img/ic_kakao.png" alt="카카오톡 로그인"> | ||
</li> | ||
</a> | ||
</ul> | ||
</nav> | ||
</div> | ||
|
||
</div> | ||
<div style="gap:4px; display: flex; align-items: center; justify-content: center;"> | ||
<p | ||
style="color: #1F2937; font-size: 14px; font-family: Pretendard; font-weight: 500; line-height: 24px; word-wrap: break-word"> | ||
판다마켓이 처음이신가요?</p><a | ||
style="color: #3692FF; font-size: 14px; font-family: Pretendard; font-weight: 500; text-decoration: underline; word-wrap: break-word" | ||
href="/src/pages/signup/">회원가입</a> | ||
</div> | ||
</div> | ||
</form> | ||
</div> | ||
|
||
</section> | ||
|
||
<script src="/src/js/Login.js"></script> |
This file contains 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,9 @@ | ||
<div style="display: flex; flex-direction: column; align-items: center;"> | ||
<img src="/src/assets/img/hamster3.jpg" width="768px" height="524px"> | ||
<br> | ||
<br> | ||
<p style="font-size: 3rem;">멀보노?</p> | ||
<br> | ||
<br> | ||
<a href="/src/"><button style="cursor: pointer; background-color: beige; color: blueviolet; border-radius: 24px; width: 128px; height: 64px;" type="button">돌아가기</button></a> | ||
</div> |
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.
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.
P2:
자동완성 기능 꺼주시고 라벨과 인풋을 연결하신거 좋습니다.
다만 focus시 영역이 인풋보다 작은 것 같아 가능하시면 수정되면 좋을 것 같습니다.