-
Notifications
You must be signed in to change notification settings - Fork 14
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
Basic 김형준 sprint1,2 #16
Open
Kimhyeog
wants to merge
13
commits into
codeit-sprint-fullstack:main
Choose a base branch
from
Kimhyeog:main
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 12 commits
Commits
Show all changes
13 commits
Select commit
Hold shift + click to select a range
f9218d3
First Upload commit - Mission 1,2
Kimhyeog 3a2102e
2번째 수정안
Kimhyeog 1259bad
3번째 수정안
Kimhyeog aa71a3f
Update README.md
Kimhyeog 534e0f8
Update README.md
Kimhyeog 8b4d1b0
4번째 수정안
Kimhyeog c4a2638
Merge branch 'main' of https://github.com/Kimhyeog/4-sprint-mission-fe
Kimhyeog 1b6b82c
Sprint_Mission_Redeme
Kimhyeog 0876a6b
Main.html파일명을 Index.html로 변경
Kimhyeog deda53a
Merge branch 'main' of https://github.com/Kimhyeog/4-sprint-mission-fe
Kimhyeog dddc169
Final_Sprint_Mission_1,2
Kimhyeog 23c1d79
Update README.md
Kimhyeog 8bdf99f
Revert "Update README.md"
Kimhyeog 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,120 @@ | ||
/* CSS for centering the section */ | ||
body { | ||
|
||
display: flex; | ||
align-items: center; | ||
justify-content: center; | ||
|
||
height: 100vh; | ||
/* Full viewport height */ | ||
margin: 0; | ||
} | ||
|
||
section { | ||
position : absolute; | ||
top:100px; | ||
width: 640px; | ||
height: 618px; | ||
opacity: 1; | ||
gap: 40px; | ||
} | ||
|
||
article.logo { | ||
display: flex; | ||
align-items: center; | ||
justify-content: center; | ||
} | ||
|
||
.logo img#logo { | ||
width: 396px; | ||
height: 132px; | ||
} | ||
|
||
.logIn_webForm p { | ||
font-family: Pretendard; | ||
font-size: 18px; | ||
font-weight: 700; | ||
line-height: 26px; | ||
text-align: left; | ||
} | ||
|
||
.logIn_webForm input { | ||
width: 640px; | ||
height: 56px; | ||
border-radius: 5px; | ||
background: #F3F4F6; | ||
font-size: 20px; | ||
border: solid 0px black; | ||
text-indent: 1em; | ||
} | ||
|
||
.logIn_webForm input:focus { | ||
border: solid 5px skyblue; | ||
outline: none; | ||
} | ||
|
||
.logIn_webForm button { | ||
margin: 15px 0px; | ||
width: 100%; | ||
height: 56px; | ||
background: #9CA3AF; | ||
color: white; | ||
border-radius: 40px; | ||
font-size : 18px; | ||
font-weight: bold; | ||
} | ||
|
||
|
||
|
||
nav ul { | ||
list-style-type: none; | ||
margin: 0; | ||
display: flex; | ||
justify-content: space-between; | ||
align-items: center; | ||
background: #E6F2FF; | ||
padding: 15px 20px; | ||
} | ||
|
||
nav ul li { | ||
display: inline-flex; | ||
align-items: center; | ||
} | ||
|
||
nav ul li#link { | ||
margin-left: 15px; | ||
margin-right: auto; | ||
} | ||
|
||
nav ul li#diff_web_logIn { | ||
margin-right: 5px; | ||
} | ||
|
||
nav ul li#diff_web_logIn img { | ||
border-radius: 40px; | ||
padding: 10px; | ||
width: 30px; | ||
height: 30px; | ||
} | ||
|
||
nav ul li#diff_web_logIn img#Google { | ||
background: white; /* Background for Google logo */ | ||
} | ||
|
||
nav ul li#diff_web_logIn img#Kakao { | ||
background: #F5E14B; /* Background for Kakao logo */ | ||
} | ||
|
||
nav ul li#link a { | ||
font-family: Pretendard; | ||
font-size: 16px; | ||
font-weight: 900; | ||
line-height: 26px; | ||
text-align: center; | ||
text-decoration: none; | ||
color: #1F2937; | ||
} | ||
|
||
nav p{ | ||
text-align:center; | ||
} |
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 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
|
||
<head> | ||
<meta charset="UTF-8"> | ||
<title>판다마켓-회원가입</title> | ||
<link rel="stylesheet" type="text/css" href="Create_Account.css"> | ||
</head> | ||
|
||
<body> | ||
<section> | ||
<article class="logo"> | ||
<a href="Main.html" target="_self"><img id="logo" src="log_in\login_logo.jpg"></a> | ||
</article> | ||
<article class="logIn_webForm"> | ||
<form> | ||
<table> | ||
<label> | ||
<tr> | ||
<p>이메일</p> | ||
</tr> | ||
<tr> | ||
<input type="text" placeholder="아이디를 입력해주세요."> | ||
</tr> | ||
<tr> | ||
<p>닉네임</p> | ||
</tr> | ||
<tr> | ||
<input type="text" placeholder="닉네임을 입력해주세요."> | ||
</tr> | ||
<tr> | ||
<p>비밀번호</p> | ||
</tr> | ||
<tr> | ||
<input type="password" placeholder="비밀번호를 입력해주세요."> | ||
</tr> | ||
<tr> | ||
<p>비밀번호 확인</p> | ||
</tr> | ||
<tr> | ||
<input type="password" placeholder="비밀번호를 다시 한 번 입력해주세요."> | ||
</tr> | ||
</label> | ||
<tr> | ||
<button type="submit">회원가입</button> | ||
</tr> | ||
</table> | ||
</form> | ||
</article> | ||
<nav> | ||
<ul> | ||
<li id="link"><a href="#">간편 로그인하기</a></li> | ||
<li id="diff_web_logIn"><a href="https://www.google.com/" target="_self"><img id="Google" | ||
src="log_in/google_logo.jpg" alt="Google Login"><a></li> | ||
<li id="diff_web_logIn"><a href="https://www.kakaocorp.com/page/" target="_self"><img id="Kakao" | ||
src="log_in/kakao_logo.jpg" alt="Kakao Login"><a></li> | ||
</ul> | ||
<p>이미 회원이신가요? <a href="log_in.html" target="_self">로그인</a></p> | ||
</nav> | ||
|
||
|
||
</section> | ||
|
||
</body> | ||
|
||
</html> |
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,14 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
|
||
<head> | ||
<meta charset="UTF-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<title>FAQ</title> | ||
</head> | ||
|
||
<body> | ||
|
||
</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.
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,93 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
|
||
<head> | ||
<meta charset="UTF-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<link rel="stylesheet" href="gnb.css"> | ||
<link rel="stylesheet" href="section1.css"> | ||
<link rel="stylesheet" href="section2.css"> | ||
<link rel="stylesheet" href="section3.css"> | ||
<link rel="stylesheet" href="footer.css"> | ||
<title>판다마켓</title> | ||
</head> | ||
|
||
<body> | ||
<header class="gnb"> | ||
<div id="Frame_2609410"> | ||
<a href="Main2.html" target="_self"><img id="logo" src="gnb\Group 19.png"></a> | ||
<a href="log_in.html" target="_self"><span id="btn_small_48">로그인</span></a> | ||
</div> | ||
</header> | ||
|
||
<section id="section1"> | ||
<div id="section1_box"> | ||
<div id="left"> | ||
<span>일상의 모든 물건을 거래해 보세요.</span> | ||
<a href="Item.html" target="_self"><button id="cta_button">구경하러 가기</button></a> | ||
</div> | ||
<img src="Rectangle_2993\판다마켓산책.jpg"> | ||
</div> | ||
</section> | ||
|
||
<section id="section2"> | ||
<div id="article1"> | ||
<div id="a1_box"> | ||
|
||
<img src="Section1\section1_img1.jpg"> | ||
<div id="text_box"> | ||
<p id="title">Hot item</p> | ||
<p id="content">인기 상품을 확인해보세요.</p> | ||
<p id="description">가장 HOT한 중고거래 물품을 판다 마켓에서 확인해 보세요.</p> | ||
</div> | ||
</div> | ||
</div> | ||
|
||
|
||
<div id="article2"> | ||
<div id="a2_box"> | ||
|
||
<div id="text_box"> | ||
<p id="title">Searchr</p> | ||
<p id="content">구매를 원하는 상품을 검색하세요</p> | ||
<p id="description">구매하고 싶은 물품은 검색에서 쉽게 찾아보세요</p> | ||
</div> | ||
<img src="Section1\search.jpg"> | ||
</div> | ||
</div> | ||
|
||
|
||
<div id="article3"> | ||
<div id="a3_box"> | ||
<img src="Section1\Register.jpg"> | ||
<div id="text_box"> | ||
<p id="title">Register</p> | ||
<p id="content">판매를 원하는 상품을 등록하세요.</p> | ||
<p id="description">어떤 물건이든 판매하고 싶은 상품을 쉽게 등록하세요</p> | ||
</div> | ||
</div> | ||
</div> | ||
</section> | ||
<section id="section3"> | ||
<div id="section3_box"> | ||
<p>믿을 수 있는 판다마켓 중고거래</p> | ||
<img src="section3\section3.jpg"> | ||
</div> | ||
</section> | ||
<footer> | ||
<ul id="menubar"> | ||
<li id="left"><a>ⓒcodeit-2024</a></li> | ||
<li id="center"><a href="Privacy.html" target="_self">Privacy Policy</a><span>   </span><a | ||
href="FAQ.html" target="_self">FAQ</a></li> | ||
<li id="right"> | ||
<a href="https://www.facebook.com/" target="_self"><img src="Footer/SNS_facebook.jpg"></a> | ||
<a href="https://www.instagram.com/" target="_self"><img src="Footer/SNS_Instagram.jpg"></a> | ||
<a href="https://x.com/i/flow/login?input_flow_data=%7B%22requested_variant%22%3A%22eyJsYW5nIjoia28iLCJteCI6IjIifQ%3D%3D%22%7D" | ||
target="_self"><img src="Footer/SNS_twitter.jpg"></a> | ||
<a href="https://www.youtube.com/" target="_self"><img src="Footer/SNS_Youtube.jpg"></a> | ||
</li> | ||
</ul> | ||
</footer> | ||
</body> | ||
|
||
</html> |
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,14 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
|
||
<head> | ||
<meta charset="UTF-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<title>Item</title> | ||
</head> | ||
|
||
<body> | ||
|
||
</body> | ||
|
||
</html> |
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,14 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
|
||
<head> | ||
<meta charset="UTF-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<title>Privacy</title> | ||
</head> | ||
|
||
<body> | ||
|
||
</body> | ||
|
||
</html> |
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.
여기를 items.html로 변경해야 요구사항에 맞게끔 /items 로 가게 됩니다. 전체적으로 html파일들의 이름을 소문자 + 요구사항에 맞게끔 변경해주세요!