-
Notifications
You must be signed in to change notification settings - Fork 35
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #96 from gjrefa9139/Basic-조규진-sprint3
[조규진] Sprint3
- Loading branch information
Showing
8 changed files
with
239 additions
and
57 deletions.
There are no files selected for viewing
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 |
---|---|---|
|
@@ -8,7 +8,7 @@ | |
as="style" | ||
crossorigin | ||
href="https://cdn.jsdelivr.net/gh/orioncactus/[email protected]/dist/web/static/pretendard.min.css" | ||
> | ||
> | ||
<link rel="stylesheet" href="styles/global.css"> | ||
<link rel="stylesheet" href="styles/home.css"> | ||
<link rel="icon" href="images/panda/panda.png"> | ||
|
@@ -22,7 +22,7 @@ | |
src="images/panda/panda_logo.png" | ||
alt="판다마켓 홈" | ||
width="153" | ||
> | ||
> | ||
</a> | ||
<a href="login.html" class="button login">로그인</a> | ||
</header> | ||
|
@@ -43,8 +43,7 @@ <h1> | |
<img | ||
src="images/home/feature1_hot_item.png" | ||
alt="인기 상품" | ||
width="50%" | ||
> | ||
> | ||
<div class="feature-content"> | ||
<h2 class="feature-tag">Hot item</h2> | ||
<h1> | ||
|
@@ -72,15 +71,13 @@ <h1> | |
<img | ||
src="images/home/feature2_search.png" | ||
alt="검색 기능" | ||
width="50%" | ||
> | ||
> | ||
</div> | ||
<div class="feature"> | ||
<img | ||
src="images/home/feature3_register.png" | ||
alt="판매 상품 등록" | ||
width="50%" | ||
> | ||
> | ||
<div class="feature-content"> | ||
<h2 class="feature-tag">Register</h2> | ||
<h1> | ||
|
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 |
---|---|---|
|
@@ -8,20 +8,22 @@ | |
as="style" | ||
crossorigin | ||
href="https://cdn.jsdelivr.net/gh/orioncactus/[email protected]/dist/web/static/pretendard.min.css" | ||
> | ||
> | ||
<link rel="stylesheet" href="styles/global.css"> | ||
<link rel="stylesheet" href="styles/auth.css"> | ||
<link rel="icon" href="images/panda/panda.png"> | ||
<title>판다마켓 - 로그인</title> | ||
</head> | ||
|
||
<body> | ||
<div class="auth-container"> | ||
<div class="home-logo"> | ||
<a href="/"> | ||
<img src="images/panda/panda_logo.png" alt="판다마켓 홈" width="396"> | ||
</a> | ||
</div> | ||
<main class="auth-container"> | ||
<a | ||
href="/" | ||
class="home-logo" | ||
aria-label="홈으로 이동" | ||
> | ||
<img src="images/panda/panda_logo.png" alt="판다마켓 홈"> | ||
</a> | ||
|
||
<form method="post"> | ||
<div class="input-info"> | ||
|
@@ -31,7 +33,7 @@ | |
name="email" | ||
type="email" | ||
placeholder="이메일을 입력해 주세요" | ||
> | ||
> | ||
</div> | ||
<div class="input-info"> | ||
<label for="password">비밀번호</label> | ||
|
@@ -41,13 +43,13 @@ | |
name="password" | ||
type="password" | ||
placeholder="비밀번호를 입력해 주세요" | ||
> | ||
> | ||
<img | ||
src="images/icon/invisible.png" | ||
alt="비밀번호 숨김" | ||
class="toggle-password" | ||
width="24" | ||
> | ||
> | ||
</div> | ||
</div> | ||
|
||
|
@@ -64,14 +66,14 @@ <h3>간편 로그인하기</h3> | |
src="images/social/ic_google.png" | ||
alt="구글 로그인" | ||
width="42" | ||
> | ||
> | ||
</a> | ||
<a href="https://www.kakaocorp.com/page/" target="_blank" rel="noopener noreferrer"> | ||
<img | ||
src="images/social/ic_kakaotalk.png" | ||
alt="카카오톡 로그인" | ||
width="42" | ||
> | ||
> | ||
</a> | ||
</div> | ||
</div> | ||
|
@@ -80,6 +82,6 @@ <h3>간편 로그인하기</h3> | |
판다마켓이 처음이신가요? | ||
<a href="singin.html">회원가입</a> | ||
</div> | ||
</div> | ||
</mian> | ||
</body> | ||
</html> | ||
</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 |
---|---|---|
|
@@ -8,20 +8,18 @@ | |
as="style" | ||
crossorigin | ||
href="https://cdn.jsdelivr.net/gh/orioncactus/[email protected]/dist/web/static/pretendard.min.css" | ||
> | ||
> | ||
<link rel="stylesheet" href="styles/global.css"> | ||
<link rel="stylesheet" href="styles/auth.css"> | ||
<link rel="icon" href="images/panda/panda.png"> | ||
<title>판다마켓 - 회원가입</title> | ||
</head> | ||
|
||
<body> | ||
<div class="auth-container"> | ||
<div class="home-logo"> | ||
<a href="/"> | ||
<img src="images/panda/panda_logo.png" alt="판다마켓 홈" width="396"> | ||
</a> | ||
</div> | ||
<main class="auth-container"> | ||
<a href="/" class="home-logo"> | ||
<img src="images/panda/panda_logo.png" alt="판다마켓 홈"> | ||
</a> | ||
|
||
<form method="post"> | ||
<div class="input-info"> | ||
|
@@ -31,7 +29,7 @@ | |
name="email" | ||
type="email" | ||
placeholder="이메일을 입력해 주세요" | ||
> | ||
> | ||
</div> | ||
<div class="input-info"> | ||
<label for="nickname">닉네임</label> | ||
|
@@ -40,7 +38,7 @@ | |
name="nickname" | ||
type="text" | ||
placeholder="닉네임을 입력해 주세요" | ||
> | ||
> | ||
</div> | ||
<div class="input-info"> | ||
<label for="password">비밀번호</label> | ||
|
@@ -50,13 +48,13 @@ | |
name="password" | ||
type="password" | ||
placeholder="비밀번호를 입력해 주세요" | ||
> | ||
> | ||
<img | ||
src="images/icon/invisible.png" | ||
alt="비밀번호 숨김" | ||
class="toggle-password" | ||
width="24" | ||
> | ||
> | ||
</div> | ||
</div> | ||
<div class="input-info"> | ||
|
@@ -67,13 +65,13 @@ | |
name="check-PW" | ||
type="password" | ||
placeholder="비밀번호를 다시 한 번 입력해 주세요" | ||
> | ||
> | ||
<img | ||
src="images/icon/invisible.png" | ||
alt="비밀번호 숨김" | ||
class="toggle-password" | ||
width="24" | ||
> | ||
> | ||
</div> | ||
</div> | ||
|
||
|
@@ -90,21 +88,21 @@ <h3>간편 로그인하기</h3> | |
src="images/social/ic_google.png" | ||
alt="구글 로그인" | ||
width="42" | ||
> | ||
> | ||
</a> | ||
<a href="https://www.kakaocorp.com/page/" target="_blank" rel="noopener noreferrer"> | ||
<img | ||
src="images/social/ic_kakaotalk.png" | ||
alt="카카오톡 로그인" | ||
width="42" | ||
> | ||
> | ||
</a> | ||
</div> | ||
</div> | ||
|
||
<div class="auth-switch"> | ||
이미 회원이신가요? <a href="login.html">로그인</a> | ||
</div> | ||
</div> | ||
</main> | ||
</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
Oops, something went wrong.