Skip to content

Commit

Permalink
Merge pull request #34 from gayeong0916/Basic-김가영
Browse files Browse the repository at this point in the history
[김가영] Sprint1
  • Loading branch information
13akstjq authored Apr 29, 2024
2 parents 4dc5dd0 + 26f7b25 commit 8e15c29
Show file tree
Hide file tree
Showing 12 changed files with 344 additions and 0 deletions.
Binary file added Group 19.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Img_home_01.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Img_home_02-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Img_home_03.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Img_home_bottom.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Img_home_top.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added ic_facebook.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added ic_instagram.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added ic_twitter.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added ic_youtube.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
82 changes: 82 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,82 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<link rel="stylesheet" href="mission_1.css">
<title>판다마켓</title>
</head>
<body>
<header>
<a href="https://panda-market-sprint.netlify.app/">
<img class="logo" src="Group 19.png">
</a>
<div class="login">
<a href="/login" class="login_click">로그인</a>
</div>
</header>
<main>
<div class="main_section">
<div class="left">
<h2>일상의 모든 물건을<br>
거래해 보세요
</h2>
<div class="gotosee">
<a href="/items" class="gotosee_click">구경하러 가기</a>
</div>
</div>
<img class="panda" src="Img_home_top.png">
</div>
</main>
<div class="container_box">
<div class="container">
<div class="section">
<img class="section_image" src="Img_home_01.png">
<div class="description">
<div class="article1">Hot item</div>
<div class="article2">인기상품을 <br> 확인해보세요</div>
<div class="article3">가장 HOT한 중고거래 물품을<br> 판다 마켓에서 확인해보세요</div>
</div>
</div>

<div class="section_reverse">
<img class="section_image" src="Img_home_02-1.png">
<div class="second_description">
<div class="article1">Search</div>
<div class="article2_reverse">구매를 원하는<br>상품을 검색하세요</div>
<div class="article3_reverse">구매하고 싶은 물품은 검색해서<br>쉽게 찾아보세요</div>
</div>
</div>

<div class="section">
<img class="section_image" src="Img_home_03.png">
<div class="description">
<div class="article1">Register</div>
<div class="article2">판매를 원하는<br>상품을 등록하세요</div>
<div class="article3">어떤 물건이든 판매하고 싶은 상품을<br>쉽게 등록하세요</div>
</div>
</div>
</div>
</div>
<div class="section_last">
<div class="section_last_rectangle">
<h2>믿을 수 있는 <br>판다마켓 중고거래</h2>
<img class="section_home" src="Img_home_bottom.png">
</div>
</div>
<footer>
<div class="footer_section">
<div class="codeit">©codeit - 2024</div>
<div class="PF">
<a href="/privacy" id="Privacy">Privacy Policy</a>
<a href="/faq" id="FAQ">FAQ</a>
</div>
<div class="icon">
<a href="https://www.facebook.com/" id="facebook" target="_balnk"><img src="ic_facebook.png"></a>
<a href="https://www.twitter.com/" id="twitter" target="_balnk"><img src="ic_twitter.png"></a>
<a href="https://www.youtube.com/" id="youtube" target="_balnk"><img src="ic_youtube.png"></a>
<a href="https://www.instagram.com/" id="insta" target="_balnk"><img src="ic_instagram.png"></a>
</div>
</div>
</footer>
</body>
</html>
262 changes: 262 additions & 0 deletions mission_1.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,262 @@
*{
box-sizing: border-box;
margin:0;
padding:0;
}
header{
width: 1920px;
height: 70px;
padding: 10px 200px 9px 200px;
gap: 0px;
border: 0px 0px 1px 0px;
opacity: 0px;
background: #FFFFFF;
border-bottom: 1px solid #DFDFDF;
display: flex;
flex-direction: row;
justify-content: space-between;
}
.logo{
margin: auto;
cursor: pointer;
}
.login{
width: Fixed (128px)px;
height: Fixed (48px)px;
top: 127px;
left: 538px;
padding: 12px 20px 12px 20px;
gap: 10px;
border-radius: 8px;
opacity: 0px;
background: #3692FF;

margin:auto;
cursor: pointer;
}
.login_click{
color: #FFFFFF;
}
main{

background: #CFE5FF;
}
.main_section{
width: 1920px;
height: 540px;
gap: 0px;
opacity: 0px;
background: #CFE5FF;
display:flex;
flex-direction: row;
justify-content: center;
align-items: center;
position: relative;
}
.left{
display: flex;
flex-direction: column;
top: 170px;
left: 360px;
gap: 32px;
position: absolute;
}
h2{
color: #374151;
font-family: Pretendard;
font-size: 40px;
font-weight: 700;
line-height: 56px;
text-align: left;
}
.gotosee{
width: Hug (357px)px;
height: Hug (56px)px;
top: 127px;
left: 103px;
padding: 16px 124px 16px 124px;
gap: 10px;
border-radius: 40px;
opacity: 0px;
background: #3692FF;

cursor: pointer;
}
.gotosee_click{
color:#ffffff;
}
.panda{
left: 701px;
bottom:0px;
padding-left: 30px;
position: absolute;
}
.container_box{
width: 1920px;
height:2160px;
text-align: center;
}
.container{
width: 1200px;
height: 2160px;
top: 610px;
left: 360px;
gap: 0px;
border: 1px;
display:grid;
grid-template-rows: repeat(3,1fr);
margin:auto;
}
.section{
display: flex;
align-items: center;
gap:64px;
}
.description{
display:flex;
flex-direction: column;
align-items: flex-start;
gap:12px;
}
.section_image{
width: 588px;
height: 444px;
}
.article1{
color: #3692FF;
font-family: Pretendard;
font-size: 18px;
font-weight: 700;
line-height: 25.2px;
text-align: left;
}
.article2{
font-family: Pretendard;
font-size: 40px;
font-weight: 700;
line-height: 56px;
letter-spacing: 0.02em;
text-align: left;
color: #374151;
}
.article3{
font-family: Pretendard;
font-size: 24px;
font-weight: 500;
line-height: 28.8px;
letter-spacing: 0.08em;
text-align: left;
color: #374151;
margin-top:24px;
}
.section_reverse{
display: flex;
flex-direction: row-reverse;
align-items: center;
gap:64px;
}
.second_description{
display:flex;
flex-direction: column;
align-items: flex-end;
gap:12px;
}
.article2_reverse{
font-family: Pretendard;
font-size: 40px;
font-weight: 700;
line-height: 56px;
letter-spacing: 0.02em;
text-align: right;
color: #374151;
}
.article3_reverse{
font-family: Pretendard;
font-size: 24px;
font-weight: 500;
line-height: 28.8px;
letter-spacing: 0.08em;
text-align: right;
color: #374151;
margin-top:24px;
}
.section_last{

background: #CFE5FF;
}
.section_last_rectangle{
width: 1920px;
height: 540px;
top: 2908px;
gap: 0px;
opacity: 0px;
background: #CFE5FF;
display:flex;
justify-content: center;
align-items: center;
}
footer{
width: 1920px;
height: 160px;
top: 3448px;
padding: 32px 200px 32px 200px;
gap: 10px;
opacity: 0px;
background: #111827;
}
.footer_section{
width:1520px;
height:20px;
display:flex;
justify-content: space-between;
}
.codeit{
font-family: Pretendard;
font-size: 16px;
font-weight: 400;
line-height: 19.09px;
text-align: center;
color: #9CA3AF;
}
.PF{

display:flex;
gap:30px;
}
#Privacy, #FAQ{
font-family: Pretendard;
font-size: 16px;
font-weight: 400;
line-height: 19.09px;
text-align: center;
color: #E5E7EB;
cursor: pointer;
}
.icon{
display:flex;
width: 116px;
height: 20px;
padding: 1.85px 2px 1.15px 1px;
gap: 12px;
opacity: 0px;
cursor: pointer;
}
@media(min-width:1920px){
main{
margin:auto;
}
.section_last{
margin:auto;
}
}
@media(max-width:1920px){
.logo{
margin-left:200px;
}
.login{
margin-right:200px;
}
header{
flex : 1 0 auto;
}
}

0 comments on commit 8e15c29

Please sign in to comment.