Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions images/icon/auth/eye-invisible.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions images/icon/auth/eye-visible.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
Binary file added images/icon/sns/google.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
Binary file added images/icon/sns/kakao.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
File renamed without changes
38 changes: 19 additions & 19 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
<!DOCTYPE html>
<html lang="en">
<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="/images/logo/favicon.ico" />
<link
rel="stylesheet"
Expand All @@ -13,7 +14,6 @@
<link rel="stylesheet" href="/styles/reset.css" />
<link rel="stylesheet" href="/styles/global.css" />
<link rel="stylesheet" href="/styles/home.css" />
<title>판다마켓</title>
</head>
<body>
<!-- header -->
Expand All @@ -31,10 +31,10 @@
<main>
<section id="banner-top" class="banner">
<div class="container">
<h1 class="banner-title">
<div class="banner-title">
<span>일상의 모든 물건을</span>
<span>거래해 보세요</span>
</h1>
</div>
<a href="item.html" class="button btn-round">구경하러 가기</a>
</div>
</section>
Expand All @@ -47,11 +47,11 @@ <h1 class="banner-title">
alt="인기 상품"
/>
<div class="content-description">
<p class="content-tag">Hot Item</p>
<h1 class="content-title">
<div class="content-tag">Hot Item</div>
<div class="content-title">
<span>인기 상품을</span>
<span>확인해보세요</span>
</h1>
</div>
<p>
가장 HOT한 중고거래 물품을 <br />
판다 마켓에서 확인해 보세요
Expand All @@ -60,11 +60,11 @@ <h1 class="content-title">
</div>
<div class="content">
<div class="content-description">
<p class="content-tag">Search</p>
<h1 class="content-title">
<div class="content-tag">Search</div>
<div class="content-title">
<span>구매를 원하는</span>
<span>상품을 검색하세요</span>
</h1>
</div>
<p>
구매하고 싶은 물품은 검색해서 <br />
쉽게 찾아보세요
Expand All @@ -83,11 +83,11 @@ <h1 class="content-title">
alt="상품 등록"
/>
<div class="content-description">
<p class="content-tag">Register</p>
<h1 class="content-title">
<div class="content-tag">Register</div>
<div class="content-title">
<span>판매를 원하는</span>
<span>상품을 등록하세요</span>
</h1>
</div>
<p>
어떤 물건이든 판매하고 싶은 상품을 <br />
쉽게 등록하세요
Expand All @@ -98,10 +98,10 @@ <h1 class="content-title">

<section id="banner-bottom" class="banner">
<div class="container">
<h1 class="banner-title">
<div class="banner-title">
<span>믿을 수 있는</span>
<span>판다마켓 중고거래</span>
</h1>
</div>
</div>
</section>
</main>
Expand All @@ -118,22 +118,22 @@ <h1 class="banner-title">
href="https://www.facebook.com/"
target="_blank"
rel="noopener noreferrer"
><img src="/images//sns-icon/facebook.svg" alt="facebook"
><img src="/images/icon/sns/facebook.svg" alt="facebook"
/></a>
<a href="https://twitter.com/" target="_blank" rel="noopener noreferrer"
><img src="/images//sns-icon/twitter.svg" alt="twitter"
><img src="/images/icon/sns/twitter.svg" alt="twitter"
/></a>
<a
href="https://www.youtube.com/"
target="_blank"
rel="noopener noreferrer"
><img src="/images//sns-icon/youtube.svg" alt="youtube"
><img src="/images/icon/sns/youtube.svg" alt="youtube"
/></a>
<a
href="https://www.instagram.com/"
target="_blank"
rel="noopener noreferrer"
><img src="/images//sns-icon/instagram.svg" alt="instagram"
><img src="/images/icon/sns/instagram.svg" alt="instagram"
/></a>
</div>
</footer>
Expand Down
81 changes: 79 additions & 2 deletions login.html
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

전반적으로 깔끔합니다~! 👍

Original file line number Diff line number Diff line change
@@ -1,9 +1,86 @@
<!DOCTYPE html>
<html lang="en">
<html lang="ko">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>판다마켓 - login</title>
<link rel="icon" href="images/logo/favicon.ico" />
<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="/styles/reset.css" />
<link rel="stylesheet" href="/styles/global.css" />
<link rel="stylesheet" href="/styles/auth.css" />
</head>
<body></body>
<body>
<div class="auth-container">
<!-- 판다마켓 로고 -->
<div class="logo-wrapper">
<a href="/index.html">
<img
src="/images/logo/pandaMarket-Logo.png"
alt="판다마켓 logo"
width="396"
/>
</a>
</div>

<!-- 로그인 입력 폼 -->
<form method="post">
<div class="input-form">
<label for="email">이메일</label>
<input
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

라벨을 잘 적용해 주셨네요! 👍

id="email"
type="email"
name="email"
placeholder="이메일을 입력해주세요"
/>
</div>
<div class="input-form">
<label for="password">비밀번호</label>
<div class="input-form-wrapper">
<input
id="password"
type="password"
name="password"
placeholder="비밀번호를 입력해주세요"
/>
<img
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

이미지에 기능이 있다면, button으로 감싸거나 aria-label 등을 활용하시면 접근성에 좋습니다 :)

src="/images/icon/auth/eye-invisible.svg"
alt="비밀번호 숨김"
class="password-show"
width="24"
/>
</div>
</div>
<!-- 나중에 페이지 연결 예정 -->
<a href="#" id="auth-button" class="button btn-round">로그인</a>
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

나중에 하시겠지만, 로그인은 a 가 아니라 submit 기능을 가진 버튼이 되겠네요~! :)

</form>

<!-- 간편 로그인 -->
<div class="login-simple">
<div class="login-simple-title">간편 로그인 하기</div>
<div class="login-simple-social">
<a href="https://www.google.com/"
><img
src="/images/icon/sns/google.png"
alt="google login"
width="42"
/></a>
<a href="https://www.kakaocorp.com/page/"
><img src="/images/icon/sns/kakao.png" alt="kakao login" width="42"
/></a>
</div>
</div>

<!-- 회원가입 페이지로 이동 -->
<div class="switch-auth-wrapper">
판다마켓이 처음이신가요?
<a href="signup.html" class="switch-auth">회원가입</a>
</div>
</div>
</body>
</html>
111 changes: 111 additions & 0 deletions signup.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,111 @@
<!DOCTYPE html>
<html lang="ko">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>판다마켓 - signup</title>
<link rel="icon" href="images/logo/favicon.ico" />
<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="/styles/reset.css" />
<link rel="stylesheet" href="/styles/global.css" />
<link rel="stylesheet" href="/styles/auth.css" />
</head>
<body>
<div class="auth-container">
<!-- 판다마켓 로고 -->
<div class="logo-wrapper">
<a href="/index.html">
<img
src="/images/logo/pandaMarket-Logo.png"
alt="판다마켓 logo"
width="396"
/>
</a>
</div>
<!-- 회원가입 입력 폼 -->
<form method="post">
<div class="input-form">
<label for="email">이메일</label>
<input
id="email"
type="email"
name="email"
placeholder="이메일을 입력해주세요"
/>
</div>
<div class="input-form">
<label for="nickName">닉네임</label>
<input
id="nickName"
type="text"
name="nickName"
placeholder="닉네임을 입력해주세요"
/>
</div>
<div class="input-form">
<label for="password">비밀번호</label>
<div class="input-form-wrapper">
<input
id="password"
type="password"
name="password"
placeholder="비밀번호를 입력해주세요"
/>
<img
src="/images/icon/auth/eye-invisible.svg"
alt="비밀번호 숨김"
class="password-show"
width="24"
/>
</div>
</div>
<div class="input-form">
<label for="verifyPassword">비밀번호 확인</label>
<div class="input-form-wrapper">
<input
id="verifyPassword"
type="password"
name="verifyPassword"
placeholder="비밀번호를 다시 입력해주세요"
/>
<img
src="/images/icon/auth/eye-visible.svg"
alt="비밀번호 보임"
class="password-show"
width="24"
/>
</div>
</div>
<!-- 나중에 페이지 연결 예정 -->
<a href="#" id="auth-button" class="button btn-round">회원가입</a>
</form>

<!-- 간편 로그인 -->
<div class="login-simple">
<div class="login-simple-title">간편 로그인 하기</div>
<div class="login-simple-social">
<a href="https://www.google.com/"
><img
src="/images/icon/sns/google.png"
alt="google login"
width="42"
/></a>
<a href="https://www.kakaocorp.com/page/"
><img src="/images/icon/sns/kakao.png" alt="kakao login" width="42"
/></a>
</div>
</div>

<!-- 로그인 페이지로 이동 -->
<div class="switch-auth-wrapper">
이미 회원이신가요?
<a href="login.html" class="switch-auth">로그인</a>
</div>
</div>
</body>
</html>
Loading
Loading