From 26ebd5c61344565b36212809f7a56d2ffad325b1 Mon Sep 17 00:00:00 2001 From: ydah Date: Wed, 5 Feb 2025 21:02:23 +0900 Subject: [PATCH] Enhance index page layout and styling; add registration and call for speakers buttons --- components/AppHeader.vue | 1 - pages/index.vue | 40 ++++++++++++++++++++++++++++++++++++---- 2 files changed, 36 insertions(+), 5 deletions(-) diff --git a/components/AppHeader.vue b/components/AppHeader.vue index 654209d..9bfe9ef 100644 --- a/components/AppHeader.vue +++ b/components/AppHeader.vue @@ -42,7 +42,6 @@ export default { .v-list-item, a { font-family: 'Kumbh Sans', serif; - text-decoration: none; color: #fff; } diff --git a/pages/index.vue b/pages/index.vue index dd778c9..3bbdae2 100644 --- a/pages/index.vue +++ b/pages/index.vue @@ -9,17 +9,40 @@ - -
+ +
2025.6.28 (Sat) @先斗町歌舞練場
+ + REGISTER NOW + + + CALL FOR SPEAKERS + @@ -48,7 +71,16 @@ } .title a { - text-decoration: none; + text-decoration: underline 1px; +} + +.v-btn-register { + color: #700002 !important; +} + +.v-btn-register, .v-btn-cfs { + min-width: 260px; + font-family: 'Kumbh Sans', serif; } .corner {