Skip to content

Commit

Permalink
[최제원] Sprint2 (codeit-bootcamp-frontend#102)
Browse files Browse the repository at this point in the history
* div태그 대신 header 태그로 변경 및 logo-img에 대한 a태그 추가

* 이미지 파일구조 수정 및 파일구조 수정에 따른 이미지들의 src 수정

* login.html form태그와 label태그로 변경 및 비밀번호 가림 이미지 추가와 그에 맞는 css 적용

* signup.html form태그와 label태그로 변경 및 비밀번호 가림 이미지 추가와 그에 맞는 css 적용
  • Loading branch information
CJewon committed Nov 8, 2024
1 parent 8cbddf9 commit e6f71ed
Show file tree
Hide file tree
Showing 18 changed files with 10 additions and 13 deletions.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
Binary file removed img/login/btn_visibility_on_24px.png
Binary file not shown.
Binary file removed img/login/google-icon.png
Binary file not shown.
Binary file removed img/login/kakaotalk-icon.png
Binary file not shown.
Binary file removed img/login/큰판다얼굴.png
Binary file not shown.
File renamed without changes
File renamed without changes
Binary file removed img/signup/google-icon.png
Binary file not shown.
Binary file removed img/signup/kakaotalk-icon.png
Binary file not shown.
Binary file removed img/signup/큰판다얼굴.png
Binary file not shown.
File renamed without changes
23 changes: 10 additions & 13 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<a href="/" class="header__logo">
<img
class="header__logo-img"
src="/img/index/판다얼굴.png"
src="/img/판다얼굴.png"
alt="판다마켓 로고"
/>
<span class="header__logo-text">판다마켓</span>
Expand All @@ -27,16 +27,13 @@
<h1>일상의 모든 물건을<br />거래해 보세요</h1>
<a href="/items" class="main-banner__click-button">구경하러 가기</a>
</div>
<img
src="/img/index/Img_home_top.png"
alt="홈 페이지 상단 배너 이미지"
/>
<img src="/img/Img_home_top.png" alt="홈 페이지 상단 배너 이미지" />
</div>
</section>
<section class="feature-section">
<div class="feature-section__container">
<img
src="/img/index/hot-items-img.png"
src="/img/hot-items-img.png"
alt="핫 아이템"
class="feature-section__image"
/>
Expand All @@ -54,7 +51,7 @@ <h2 class="feature-section__content-box__title">
<section class="feature-section">
<div class="feature-section__container">
<img
src="/img/index/search-img.png"
src="/img/search-img.png"
alt="검색 아이템"
class="feature-section__image feature-section__image-left"
/>
Expand All @@ -74,7 +71,7 @@ <h2 class="feature-section__content-box__title">
<section class="feature-section">
<div class="feature-section__container">
<img
src="/img/index/register-img.png"
src="/img/register-img.png"
alt="등록 아이템"
class="feature-section__image"
/>
Expand All @@ -94,7 +91,7 @@ <h2 class="feature-section__content-box__title">
<div class="sub-banner__text-container">
<h1>믿을 수 있는<br />판다마켓 중고 거래</h1>
</div>
<img src="/img/index/banner-img.png" alt="서브 배너 이미지" />
<img src="/img/banner-img.png" alt="서브 배너 이미지" />
</div>
</section>
<footer class="footer-section">
Expand All @@ -107,16 +104,16 @@ <h1>믿을 수 있는<br />판다마켓 중고 거래</h1>
</li>
<li>
<a href="https://www.facebook.com" target="_blank">
<img src="/img/index/ic_facebook.png" alt="facebook" />
<img src="/img/ic_facebook.png" alt="facebook" />
</a>
<a href="https://www.twitter.com" target="_blank">
<img src="/img/index/ic_twitter.png" alt="twitter" />
<img src="/img/ic_twitter.png" alt="twitter" />
</a>
<a href="https://www.youtube.com" target="_blank">
<img src="/img/index/ic_youtube.png" alt="youtube" />
<img src="/img/ic_youtube.png" alt="youtube" />
</a>
<a href="https://www.instagram.com" target="_blank">
<img src="/img/index/ic_instagram.png" alt="instagram" />
<img src="/img/ic_instagram.png" alt="instagram" />
</a>
</li>
</ul>
Expand Down

0 comments on commit e6f71ed

Please sign in to comment.