-
Notifications
You must be signed in to change notification settings - Fork 79
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
[김서영] Sprint1 #36
The head ref may contain hidden characters: "part1-\uAE40\uC11C\uC601-sprint1"
[김서영] Sprint1 #36
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 |
---|---|---|
@@ -0,0 +1,11 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="UTF-8" /> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> | ||
<title>FAQ</title> | ||
</head> | ||
<body> | ||
<h1>FAQ</h1> | ||
</body> | ||
</html> |
Original file line number | Diff line number | Diff line change | ||||
---|---|---|---|---|---|---|
@@ -0,0 +1,122 @@ | ||||||
<!DOCTYPE html> | ||||||
<html lang="en"> | ||||||
<head> | ||||||
<meta charset="UTF-8" /> | ||||||
<link rel="stylesheet" href="style.css" /> | ||||||
<title>판다마켓</title> | ||||||
<!-- 글꼴 CDN --> | ||||||
<link | ||||||
rel="stylesheet" | ||||||
type="text/css" | ||||||
href="https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/pretendard.css" | ||||||
/> | ||||||
</head> | ||||||
<body> | ||||||
<!-- header 시작 --> | ||||||
<header> | ||||||
<div onclick="location.href = '/'"> | ||||||
<img class="logo" src="img/logo.png" alt="판다마켓 로고" /> | ||||||
</div> | ||||||
<div class="login-btn-container"> | ||||||
<a href="signin.html" class="login-btn">로그인</a> | ||||||
</div> | ||||||
</header> | ||||||
<!-- header 끝 --> | ||||||
<!-- 베너 시작 --> | ||||||
<div class="home-top-container"> | ||||||
<div class="home-top"> | ||||||
<p class="home-top-title">일상의 모든 물건을<br />거래해 보세요</p> | ||||||
<div class="home-top-btn"> | ||||||
<a href="items.html" class="items-btn">구경하러 가기</a> | ||||||
</div> | ||||||
</div> | ||||||
<img | ||||||
src="img/Img_home_top.png" | ||||||
alt="상단 베너 판다 이미지" | ||||||
class="home-top-img" | ||||||
/> | ||||||
Comment on lines
+33
to
+37
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. �
|
||||||
</div> | ||||||
<!-- 베너 끝 --> | ||||||
<!-- 메인 시작 --> | ||||||
<main> | ||||||
<!-- 1 --> | ||||||
<section> | ||||||
<img src="img/Img_home_01.png" href="메인 이미지1" class="main-img" /> | ||||||
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. 오타가 있는 것 같아요 😊
Suggested change
|
||||||
<div class="main-container"> | ||||||
<p class="main-topic">Hot Item</p> | ||||||
<p class="main-title"> | ||||||
인기 상품을<br /> | ||||||
확인해 보세요 | ||||||
</p> | ||||||
<p class="main-content"> | ||||||
가장 HOT한 중고거래 물품을<br /> | ||||||
판다 마켓에서 확인해 보세요 | ||||||
</p> | ||||||
</div> | ||||||
</section> | ||||||
<!-- 2 --> | ||||||
<section class="right"> | ||||||
<!-- <img src="img/Img_home_02.png" href="메인 이미지2" class="main-img" /> --> | ||||||
<div class="main-container-right"> | ||||||
<p class="main-topic">Search</p> | ||||||
<p class="main-title"> | ||||||
구매를 원하는<br /> | ||||||
상품을 검색하세요 | ||||||
</p> | ||||||
<p class="main-content"> | ||||||
구매하고 싶은 물품은 검색해서<br /> | ||||||
쉽게 찾아보세요 | ||||||
</p> | ||||||
</div> | ||||||
<img src="img/Img_home_02.png" href="메인 이미지2" class="main-img" /> | ||||||
</section> | ||||||
<!-- 3 --> | ||||||
<section> | ||||||
<img src="img/Img_home_03.png" href="메인 이미지3" class="main-img" /> | ||||||
<div class="main-container"> | ||||||
<p class="main-topic">Register</p> | ||||||
<p class="main-title"> | ||||||
판매를 원하는<br /> | ||||||
상품을 등록하세요 | ||||||
</p> | ||||||
<p class="main-content"> | ||||||
어떤 물건이든 판매하고 싶은 상품을<br /> | ||||||
쉽게 등록하세요 | ||||||
</p> | ||||||
</div> | ||||||
</section> | ||||||
</main> | ||||||
<!-- 메인 끝 --> | ||||||
<div class="home-bottom-container"> | ||||||
<p class="home-bottom">믿을 수 있는<br />판다마켓 중고거래</p> | ||||||
<img | ||||||
class="home-bottom-img" | ||||||
src="img/Img_home_bottom.png" | ||||||
alt="판다 중고거래 이미지" | ||||||
/> | ||||||
</div> | ||||||
<footer> | ||||||
<div class="footer-container"> | ||||||
<p class="footer-codeit">@codeit - 2024</p> | ||||||
<div class="footer-center"> | ||||||
<a href="/privacy.html" class="footer-privacy">Privacy Policy</a> | ||||||
<a href="/faq.html" class="footer-faq">FAQ</a> | ||||||
</div> | ||||||
<div class="footer-ic"> | ||||||
<a href="https://www.facebook.com" target="_blank" | ||||||
><img src="img/ic_facebook.png" alt="페이스북" | ||||||
/></a> | ||||||
<a href="https://twitter.com" target="_blank" | ||||||
><img src="img/ic_twitter.png" alt="트위터" | ||||||
/></a> | ||||||
<a href="https://www.youtube.com" target="_blank" | ||||||
><img src="img/ic_youtube.png" alt="유튜브" | ||||||
/></a> | ||||||
<a href="https://www.instagram.com" target="_blank"> | ||||||
<img src="img/ic_instagram.png" alt="인스타그램" | ||||||
/></a> | ||||||
</div> | ||||||
</div> | ||||||
</footer> | ||||||
</body> | ||||||
</html> |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="UTF-8" /> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> | ||
<title>Items</title> | ||
</head> | ||
<body> | ||
<h1>Items</h1> | ||
</body> | ||
</html> |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="UTF-8" /> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> | ||
<title>Privacy</title> | ||
</head> | ||
<body> | ||
<h1>Privacy</h1> | ||
</body> | ||
</html> |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="UTF-8" /> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> | ||
<title>signin</title> | ||
</head> | ||
<body> | ||
<h1>signin</h1> | ||
</body> | ||
</html> |
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.
lang="ko"
속성을 사용해보는건 어떨까요?lang
속성은 Search bot이 탐색할 때 해당 문서가 어떠한 언어로 작성되어있는지 파악할 때 사용될 수 있습니다.따라서 적절한
lang
을 설정하시는걸 권장드립니다. 😊SEO 마케팅 관련 기사
tl;dr
lang 속성은 다음을 포함하여 다양한 목적으로 사용됩니다.
<html>
요소 자체를 포함하여 텍스트 콘텐츠를 포함하는 모든 HTML 요소에 lang 속성을 지정해야 한다는 점에 유의하는 것이 중요합니다. 이렇게 하면 전체 웹페이지의 언어가 올바르게 식별됩니다.원문 보기