-
Notifications
You must be signed in to change notification settings - Fork 31
[나예진] Sprint 3 #53
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
The head ref may contain hidden characters: "Basic-\uB098\uC608\uC9C4-sprint3"
[나예진] Sprint 3 #53
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -3,8 +3,15 @@ | |
| <head> | ||
| <meta charset="utf-8"> | ||
| <title>판다마켓 </title> | ||
| <meta property="og:image" content="image/og_img.png"> | ||
| <meta property="og:url" content="https://golden-valkyrie-b92196.netlify.app/"> | ||
| <meta property="og:title" content="판다 마켓"> | ||
| <meta property="og:description" content="일상의 모든 물건을 거래해보세요"> | ||
|
|
||
| <link rel="stylesheet" href="style.css"> | ||
| <link rel="stylesheet" as="style" crossorigin href="https://cdn.jsdelivr.net/gh/orioncactus/[email protected]/dist/web/static/pretendard.min.css" /> | ||
| <link rel="stylesheet" href="responsive.css"> | ||
| <link rel="stylesheet" href="root.css"> | ||
| <link rel="stylesheet" crossorigin href="https://cdn.jsdelivr.net/gh/orioncactus/[email protected]/dist/web/static/pretendard.min.css" /> | ||
| </head> | ||
| <body> | ||
| <header class="main-header"> | ||
|
|
@@ -13,21 +20,21 @@ | |
| <a href="/login.html" class="login">로그인</a> | ||
| </div> | ||
| </header> | ||
| <section> | ||
| <div class="top-section"> | ||
| <section class="top-section"> | ||
| <div class="top-div"> | ||
| <div class="content"> | ||
| <div class="top-content">일상의 모든 물건을<br>거래해 보세요</div> | ||
| <a href="/items.html" class="top-btn">구경하러 가기</a> | ||
| </div> | ||
| <img src="image/img_home.png" class="img_home" alt="배너이미지"> | ||
| <img src="image/img_home.png" class="img-home" alt="배너이미지"> | ||
| </div> | ||
| </section> | ||
| <main> | ||
| <div class="main-left"> | ||
| <img src="image/main_01.png" class="main-img" alt="첫 번째 본문 이미지"> | ||
| <div class="main-div"> | ||
| <div class="title">Hot Item</div> | ||
| <div class="main-content-bold">인기 상품을<br>확인해 보세요</div> | ||
| <div class="main-content-bold">인기 상품을<br> 확인해 보세요</div> | ||
| <div class="main-content">가장 HOT한 중고거래 물품을<br> 판다 마켓에서 확인해 보세요</div> | ||
| </div> | ||
| </div> | ||
|
|
@@ -36,25 +43,25 @@ | |
| <div class="main-div-right"> | ||
| <div class="title">Search</div> | ||
| <div class="main-content-bold">구매를 원하는<br>상품을 검색하세요</div> | ||
| <div class="main-content">구매하고 싶은 물품은 검색해서<br>쉽게 찾아보세요</div> | ||
| <div class="main-content">구매하고 싶은 물품은 검색해서<br> 쉽게 찾아보세요</div> | ||
| </div> | ||
|
|
||
| </div> | ||
| <div class="main-left"> | ||
| <img src="image/main_03.png" class="main-img" alt="세 번째 본문 이미지"> | ||
| <div class="main-div"> | ||
| <div class="title">Register</div> | ||
| <div class="main-content-bold">판매를 원하는<br>상품을 등록하세요</div> | ||
| <div class="main-content-bold">판매를 원하는<br> 상품을 등록하세요</div> | ||
| <div class="main-content">어떤 물건이든 판매하고 싶은 상품을<br> 쉽게 등록하세요</div> | ||
| </div> | ||
| </div> | ||
|
|
||
| <section> | ||
| <div class="top-section"> | ||
| <section class="top-section"> | ||
| <div class="top-div"> | ||
| <div class="content"> | ||
| <div class="top-content">믿을 수 있는<br>판다마켓 중고 거래</div> | ||
| </div> | ||
| <img src="image/footer.png" class="img_home" alt="푸터 이미지"> | ||
| <img src="image/footer.png" class="img-home" alt="푸터 이미지"> | ||
| </div> | ||
| </section> | ||
| </main> | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -3,10 +3,12 @@ | |
| <head> | ||
| <meta charset="utf-8"> | ||
| <link rel="stylesheet" href="sign.css"> | ||
| <link rel="stylesheet" as="style" crossorigin href="https://cdn.jsdelivr.net/gh/orioncactus/[email protected]/dist/web/static/pretendard.min.css" /> | ||
| <link rel="stylesheet" href="responsive.css"> | ||
| <link rel="stylesheet" href="root.css"> | ||
| <link rel="stylesheet" crossorigin href="https://cdn.jsdelivr.net/gh/orioncactus/[email protected]/dist/web/static/pretendard.min.css" /> | ||
| <title>로그인</title> | ||
| </head> | ||
| <body> | ||
| <body class="sign-body"> | ||
| <a href="/"><img src="image/logo_large.png" alt="로그인 로고" class="sign-logo"></a> | ||
| <form class="sign-form"> | ||
| <div class="sign-form-label"> | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,84 @@ | ||
| /*style.css*/ | ||
| /* common */ | ||
| @media (min-width:375px)and (max-width:1199px){ | ||
|
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 같은 목적의 코드를 모아두시려는 의도는 너무 좋습니다~! 👍 |
||
| footer-div{ | ||
| flex-flow:wrap; | ||
| } | ||
| .main-left, .main-right { | ||
| width: 100%; | ||
| background-color: #ffffff; | ||
| flex-wrap: wrap; | ||
| } | ||
| .main-div, .main-div-right { | ||
| padding: 0 20px; | ||
| } | ||
| .main-img{ | ||
| width: 100%; | ||
| } | ||
| .top-section { | ||
| height: auto; | ||
| } | ||
| .top-div{ | ||
| flex-direction: column; | ||
| align-items: center; | ||
| } | ||
| .content { | ||
| height: 40vh; | ||
|
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. |
||
| text-align: center; | ||
| } | ||
| .img-home{ | ||
| width: 100%; | ||
| } | ||
| .footer-div { | ||
|
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. |
||
| flex-flow:wrap; | ||
| } | ||
|
|
||
| } | ||
| /* Mobile */ | ||
| @media (min-width:375px) and (max-width:767px){ | ||
| .main-header-div { | ||
| margin: 0 16px; | ||
| } | ||
| .img-home{ | ||
| width: 100%; | ||
| } | ||
|
|
||
| } | ||
| /* Tablet */ | ||
| @media (min-width:768px) and (max-width:1199px){ | ||
| .main-header-div { | ||
| margin: 0 24px; | ||
| } | ||
| .main-left, .main-right { | ||
| max-width: 900px; | ||
| } | ||
| } | ||
|
|
||
| /* sign.css */ | ||
|
|
||
| /* Mobile */ | ||
| @media (min-width:375px) and (max-width:767px) { | ||
| .sign-body { | ||
| width: 100%; | ||
| padding-left: 16px; | ||
| padding-right: 16px; | ||
| } | ||
| .sign-logo{ | ||
| width: 55%; | ||
| height: 20%; | ||
| } | ||
|
|
||
| .sign-form * , .sign-logo { | ||
| max-width: 400px; | ||
| display: block; | ||
| margin-left: auto; | ||
| margin-right: auto; | ||
| } | ||
|
|
||
| .simple-login-div{ | ||
|
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. |
||
| max-width: 400px; | ||
| margin-left: auto; | ||
| margin-right: auto; | ||
|
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 이렇게 표현할 수도 있습니다~! |
||
| } | ||
|
|
||
| } | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,13 @@ | ||
| :root { | ||
| --gray900 : #111827; | ||
| --gray800 : #1f2937; | ||
| --gray700 : #374151; | ||
| --gray600 : #4b5563; | ||
| --gray500 : #6b7280; | ||
| --gray400 : #9ca3af; | ||
| --gray200 : #e5e7eb; | ||
| --gray100 : #f3f4f6; | ||
| --gray50 : #f9fafb; | ||
| --blue:#3692ff; | ||
| --white:#ffffff; | ||
| } |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -3,10 +3,12 @@ | |
| <head> | ||
| <meta charset="utf-8"> | ||
| <link rel="stylesheet" href="sign.css"> | ||
| <link rel="stylesheet" as="style" crossorigin href="https://cdn.jsdelivr.net/gh/orioncactus/[email protected]/dist/web/static/pretendard.min.css" /> | ||
| <link rel="stylesheet" href="responsive.css"> | ||
| <link rel="stylesheet" href="root.css"> | ||
| <link rel="stylesheet" crossorigin href="https://cdn.jsdelivr.net/gh/orioncactus/[email protected]/dist/web/static/pretendard.min.css" /> | ||
| <title>회원가입</title> | ||
| </head> | ||
| <body> | ||
| <body class="sign-body"> | ||
| <a href="/"><img src="image/logo_large.png" alt="회원가입 로고" class="sign-logo"></a> | ||
| <form class="sign-form"> | ||
| <div class="sign-form-label"> | ||
|
|
||



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.
og도 넣어주셨군요! 👍