-
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 #116 from KJongHwa/Basic-김종화-sprint2
[김종화] sprint4
- Loading branch information
Showing
9 changed files
with
839 additions
and
184 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
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
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
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 |
---|---|---|
|
@@ -6,121 +6,133 @@ | |
<title>판다마켓</title> | ||
<link rel="stylesheet" href="css/style-index.css"> | ||
<link rel="icon" href="image/title_ic.png"> | ||
<link rel="stylesheet" as="style"href="https://cdn.jsdelivr.net/gh/orioncactus/[email protected]/dist/web/static/pretendard.min.css"> | ||
</head> | ||
<body> | ||
<div class="nav"> | ||
<a href="index.html"> | ||
<img class="cursor-pointer" src="image/Property 1=Variant3.png" alt="판다마켓 로고" width="153px" height="51px"> | ||
</a> | ||
<a href="login.html"> | ||
<img class="cursor-pointer" src="image/btn_small.png" alt="로그인" width="128px" height="48px"> | ||
</a> | ||
</div> | ||
|
||
<header> | ||
<div class="header"> | ||
<div class="nav-con"> | ||
<a href="index.html"> | ||
<img class="cursor-pointer" src="image/Property 1=Variant3.png" alt="판다마켓 로고" width="153px" height="51px"> | ||
</a> | ||
<a href="login.html"> | ||
<img class="cursor-pointer" src="image/btn_small.png" alt="로그인" width="128px" height="48px"> | ||
</a> | ||
</div> | ||
|
||
<div class="header-con"> | ||
<div class="header-title"> | ||
<h1> | ||
일상의 모든 물건을<br> | ||
거래해 보세요 | ||
</h1> | ||
<a href="items.html"> | ||
<img class="cursor-pointer" src="image/btn_large.png" alt="구경하러 가기" width="357px" height="56px"> | ||
</a> | ||
<div class="header-title-col"> | ||
<h1 class="h1-font"> | ||
<span class="span-br">일상의 모든 물건을 </span> | ||
<span class="span-br">거래해보세요</span> | ||
</h1> | ||
<a href="items.html"> | ||
<img class="cursor-pointer" src="image/btn_large.png" alt="구경하러 가기" width="357px" height="56px"> | ||
</a> | ||
</div> | ||
<img class="img-top" src="image/Img_home_top.png" alt="인사하는 판다"> | ||
</div> | ||
<img class="img-home-top" src="image/Img_home_top.png" alt="인사하는 판다" width="996px" height="447px"> | ||
</div> | ||
</header> | ||
|
||
<main> | ||
<section> | ||
<div class="main"> | ||
<img src="image/Img_home_01.png" alt="인기상품" width="588px" height="444px"> | ||
<main class="mains-con"> | ||
<section class="section-bg"> | ||
<div class="main-con"> | ||
<img src="image/Img_home_01.png" alt="인기상품"> | ||
<div class="main-title"> | ||
<div class="main-badge">Hot item</div> | ||
<h2> | ||
인기 상품을<br> | ||
확인해 보세요 | ||
<span class="main-badge">Hot item</span> | ||
<h2 class="h2-font"> | ||
<span class="span-br">인기 상품을 </span> | ||
<span class="span-br">확인해보세요</span> | ||
</h2> | ||
<p> | ||
가장 HOT한 중고거래 물품을<br> | ||
판다 마켓에서 확인해 보세요 | ||
<p class="main-mg"> | ||
<span class="span-br">가장 HOT한 중고거래 물품을 </span> | ||
<span class="span-br">판다 마켓에서 확인해보세요</span> | ||
</p> | ||
</div> | ||
</div> | ||
</section> | ||
|
||
<section> | ||
<div class="main main-right"> | ||
<img src="image/Img_home_02.png" alt="상품검색" width="588px" height="444px"> | ||
<section class="section-bg"> | ||
<div class="main-con main-right"> | ||
<img src="image/Img_home_02.png" alt="상품검색"> | ||
<div class="main-title"> | ||
<div class="main-badge text-right">Search</div> | ||
<h2 class="text-right"> | ||
구매를 원하는<br> | ||
상품을 검색하세요 | ||
<span class="main-badge text-right">Search</span> | ||
<h2 class="text-right h2-font"> | ||
<span class="span-br">구매를 원하는 </span> | ||
<span class="span-br">상품을 검색하세요</span> | ||
</h2> | ||
<p class="text-right"> | ||
구매하고 싶은 물품은 검색해서<br> | ||
쉽게 찾아보세요 | ||
<p class="main-mg text-right"> | ||
<span class="span-br">구매하고 싶은 물품은 검색해서 </span> | ||
<span class="span-br">쉽게 찾아보세요</span> | ||
</p> | ||
</div> | ||
</div> | ||
</section> | ||
|
||
<section> | ||
<div class="main"> | ||
<img src="image/Img_home_03.png" alt="상품등록" width="588px" height="444px"> | ||
<section class="section-bg"> | ||
<div class="main-con"> | ||
<img src="image/Img_home_03.png" alt="상품등록"> | ||
<div class="main-title"> | ||
<div class="main-badge">Register</div> | ||
<h2> | ||
판매를 원하는<br> | ||
상품을 등록하세요 | ||
<span class="main-badge">Register</span> | ||
<h2 class="h2-font"> | ||
<span class="span-br">판매를 원하는 </span> | ||
<span class="span-br">상품을 등록하세요</span> | ||
</h2> | ||
<p> | ||
어떤 물건이든 판매하고 싶은 상품을<br> | ||
쉽게 등록하세요 | ||
<p class="main-mg"> | ||
<span class="span-br">어떤 물건이든 판매하고 싶은 상품을 </span> | ||
<span class="span-br">쉽게 등록하세요</span> | ||
</p> | ||
</div> | ||
</div> | ||
</section> | ||
|
||
<div class="end"> | ||
<div class="end-title"> | ||
<h1> | ||
믿을 수 있는<br> | ||
판다마켓 중고거래 | ||
</h1> | ||
<img src="image/Img_home_bottom.png" alt="거래하는 판다들" width="996px" height="540px"> | ||
</div> | ||
</div> | ||
</main> | ||
|
||
<footer> | ||
<div class="footer"> | ||
<div class="footer-font">©codeit - 2024</div> | ||
<div class="end-con"> | ||
<div class="end-title"> | ||
<p class="end-font"> | ||
<span class="span-br">믿을 수 있는 </span> | ||
<span class="span-br">판다마켓 중고 거래</span> | ||
</p> | ||
<img src="image/Img_home_bottom.png" alt="거래하는 판다들"> | ||
</div> | ||
</div> | ||
|
||
<footer class="footer-bg"> | ||
<div class="footer-con"> | ||
<p class="footer-font footer-pc-hide">©codeit - 2024</p> | ||
<a href="privacy.html"> | ||
<div class="footer-font cursor-pointer">Privacy Policy</div> | ||
<p class="footer-font cursor-pointer">Privacy Policy</p> | ||
</a> | ||
</div> | ||
<div class="footer"> | ||
<div class="footer-con"> | ||
<a href="faq.html"> | ||
<div class="footer-font cursor-pointer">FAQ</div> | ||
<p class="footer-font cursor-pointer">FAQ</p> | ||
</a> | ||
<div> | ||
<a href="https://www.facebook.com/" target="_blank"> | ||
<img class="cursor-pointer" src="image/ic_facebook.png" alt="페이스북" width="20px" height="20px"> | ||
</a> | ||
<a href="https://x.com/" target="_blank"> | ||
<img class="cursor-pointer" src="image/ic_twitter.png" alt="트위터" width="20px" height="20px"> | ||
</a> | ||
<a href="https://www.youtube.com/" target="_blank"> | ||
<img class="cursor-pointer" src="image/ic_youtube.png" alt="유튜브" width="20px" height="20px"> | ||
</a> | ||
<a href="https://www.instagram.com/" target="_blank"> | ||
<img class="cursor-pointer" src="image/ic_instagram.png" alt="인스타그램" width="20px" height="20px"> | ||
</a> | ||
</div> | ||
<ul class="footer-ul-con"> | ||
<li> | ||
<a href="https://www.facebook.com/" target="_blank"> | ||
<img class="cursor-pointer" src="image/ic_facebook.png" alt="페이스북" width="20px" height="20px"> | ||
</a> | ||
</li> | ||
<li> | ||
<a href="https://x.com/" target="_blank"> | ||
<img class="cursor-pointer" src="image/ic_twitter.png" alt="트위터" width="20px" height="20px"> | ||
</a> | ||
</li> | ||
<li> | ||
<a href="https://www.youtube.com/" target="_blank"> | ||
<img class="cursor-pointer" src="image/ic_youtube.png" alt="유튜브" width="20px" height="20px"> | ||
</a> | ||
</li> | ||
<li> | ||
<a href="https://www.instagram.com/" target="_blank"> | ||
<img class="cursor-pointer" src="image/ic_instagram.png" alt="인스타그램" width="20px" height="20px"> | ||
</a> | ||
</li> | ||
</ul> | ||
</div> | ||
<p class="codeit-font footer-m-view">©codeit - 2024</p> | ||
</footer> | ||
</body> | ||
</html> |
Oops, something went wrong.