From f2ab0ab02172f06a430066fadd63fa9e4085b359 Mon Sep 17 00:00:00 2001 From: HunJin Kim Date: Mon, 18 Oct 2021 19:56:18 +0900 Subject: [PATCH] =?UTF-8?q?fix(all):=20=EC=BB=B4=ED=8F=AC=EB=84=8C?= =?UTF-8?q?=ED=8A=B8=20=EC=9D=B4=EB=A6=84=20=EB=8B=A8=EC=B6=95=20=EB=B0=8F?= =?UTF-8?q?=20=EB=A7=81=ED=81=AC=20=EA=B0=9C=EC=84=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 링크 개선 (접두사 https 추가) - 컴포넌트 이름 단축 --- components/recruitment/banner.vue | 4 ++-- components/recruitment/linkButton.vue | 12 ++++++++++-- components/recruitment/schedule.vue | 4 ++-- content/recruitment.json | 12 ++++++------ nuxt.config.ts | 3 +++ pages/contact.vue | 2 +- pages/recruitment.vue | 18 +++++++----------- 7 files changed, 31 insertions(+), 24 deletions(-) diff --git a/components/recruitment/banner.vue b/components/recruitment/banner.vue index 134c0f2..3890a2c 100644 --- a/components/recruitment/banner.vue +++ b/components/recruitment/banner.vue @@ -8,12 +8,12 @@

{{ subTitle }}

{{ period }}

-
diff --git a/components/recruitment/linkButton.vue b/components/recruitment/linkButton.vue index ee229b8..3891f7d 100644 --- a/components/recruitment/linkButton.vue +++ b/components/recruitment/linkButton.vue @@ -1,5 +1,5 @@ @@ -36,6 +41,9 @@ export default defineComponent({ background-color: $primary; color: white; text-decoration: none; + &:hover { + cursor: pointer; + } } @include desktop { diff --git a/components/recruitment/schedule.vue b/components/recruitment/schedule.vue index 9a78be2..6e833d0 100644 --- a/components/recruitment/schedule.vue +++ b/components/recruitment/schedule.vue @@ -2,10 +2,10 @@

모집 일정

- diff --git a/content/recruitment.json b/content/recruitment.json index a4deb86..49ab69d 100644 --- a/content/recruitment.json +++ b/content/recruitment.json @@ -79,19 +79,19 @@ "result": { "rawData": [ ["버튼명", "클릭 링크", "노출 유무"], - ["모집 알림 신청하기", "www.naver.com", "TRUE"], - ["디자이너 지원하기", "www.daum.net", "TRUE"], - ["개발자 지원하기", "www.google.com", "FALSE"] + ["모집 알림 신청하기", "https://www.naver.com", "TRUE"], + ["디자이너 지원하기", "https://www.daum.net", "TRUE"], + ["개발자 지원하기", "https://www.google.com", "FALSE"] ], "formatted": [ { "(A)": "버튼명", "(B)": "클릭 링크", "(C)": "노출 유무" }, { "(A)": "모집 알림 신청하기", - "(B)": "www.naver.com", + "(B)": "https://www.naver.com", "(C)": "TRUE" }, - { "(A)": "디자이너 지원하기", "(B)": "www.daum.net", "(C)": "TRUE" }, - { "(A)": "개발자 지원하기", "(B)": "www.google.com", "(C)": "FALSE" } + { "(A)": "디자이너 지원하기", "(B)": "https://www.daum.net", "(C)": "TRUE" }, + { "(A)": "개발자 지원하기", "(B)": "https://www.google.com", "(C)": "FALSE" } ], "header": ["(A)", "(B)", "(C)"], "range": "'recruitment-banner-button'!A1:Z1000" diff --git a/nuxt.config.ts b/nuxt.config.ts index 5cab977..86dbeb4 100644 --- a/nuxt.config.ts +++ b/nuxt.config.ts @@ -14,6 +14,8 @@ const config: NuxtConfig = { "~/components", { path: "~/components/about", extensions: ["vue"] }, { path: "~/components/project", extensions: ["vue"] }, + { path: "~/components/contact", extensions: ["vue"] }, + { path: "~/components/recruitment", extensions: ["vue"] }, ], content: { nestedProperties: ["projects.idx"], @@ -29,6 +31,7 @@ const config: NuxtConfig = { "~/assets/css/reset.css", "~/assets/css/webfont.css", "~/assets/css/_device.scss", + "~/assets/css/setting.scss", "~/assets/css/color.scss", "~/assets/css/typography.scss", ], diff --git a/pages/contact.vue b/pages/contact.vue index 895023b..99a0b48 100644 --- a/pages/contact.vue +++ b/pages/contact.vue @@ -13,7 +13,7 @@

FAQ

-
-