-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[FE] feat: 메타 데이터 설정 및 OptionSwitch 디자인 수정 (#915)
* design: 모바일 환경에서 스위치 버튼 width 100% 설정 및 Dropdown 오른쪽 정렬 * feat: 메타 데이터 이미지 추가 * feat: 메타 데이터 설정
- Loading branch information
Showing
5 changed files
with
52 additions
and
30 deletions.
There are no files selected for viewing
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 |
---|---|---|
@@ -1,22 +1,39 @@ | ||
<!doctype html> | ||
<html lang="ko"> | ||
<head> | ||
<meta charset="UTF-8" /> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> | ||
|
||
<head> | ||
<meta charset="UTF-8" /> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> | ||
<!--font--> | ||
<link rel="preconnect" href="https://fonts.googleapis.com" /> | ||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin /> | ||
<link rel="preconnect" href="https://cdn.jsdelivr.net" crossorigin="anonymous"> | ||
|
||
<link rel="preload" href="https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap" | ||
as="style" /> | ||
<link rel="preload" as="style" crossorigin href="https://cdn.jsdelivr.net/gh/orioncactus/[email protected]/dist/web/variable/pretendardvariable-dynamic-subset.css" onload="this.onload=null;this.rel='stylesheet'" /> | ||
<title>REVIEW ME</title> | ||
</head> | ||
<meta property="og:type" content="website" /> | ||
<meta property="og:title" content="REVIEW ME" /> | ||
<meta | ||
property="og:image" | ||
content="https://raw.githubusercontent.com/woowacourse-teams/2024-review-me/c658ad30d8a78f696420778d453a58c1999ee544/frontend/src/assets/metaImage.svg" | ||
/> | ||
<meta property="og:description" content="함께한 동료의 리뷰를 통해 나를 찾아보세요!" /> | ||
<meta property="og:url" content="https://review-me.page/" /> | ||
|
||
<body> | ||
<div id="root"></div> | ||
</body> | ||
<!--font--> | ||
<link rel="preconnect" href="https://fonts.googleapis.com" /> | ||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin /> | ||
<link rel="preconnect" href="https://cdn.jsdelivr.net" crossorigin="anonymous" /> | ||
|
||
</html> | ||
<link | ||
rel="preload" | ||
href="https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap" | ||
as="style" | ||
/> | ||
<link | ||
rel="preload" | ||
as="style" | ||
crossorigin | ||
href="https://cdn.jsdelivr.net/gh/orioncactus/[email protected]/dist/web/variable/pretendardvariable-dynamic-subset.css" | ||
onload="this.onload=null;this.rel='stylesheet'" | ||
/> | ||
<title>REVIEW ME</title> | ||
</head> | ||
|
||
<body> | ||
<div id="root"></div> | ||
</body> | ||
</html> |
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
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