diff --git a/apps/web/app/components/EventPageSection.vue b/apps/web/app/components/EventPageSection.vue index 14c485f3..817e9f31 100644 --- a/apps/web/app/components/EventPageSection.vue +++ b/apps/web/app/components/EventPageSection.vue @@ -27,8 +27,8 @@ const { panelEventPanelers } = props.data as Panelers - - + +
@@ -40,9 +40,11 @@ const { panelEventPanelers } = props.data as Panelers -
+ + + diff --git a/apps/web/app/components/event/EventAsset.vue b/apps/web/app/components/event/EventAsset.vue index b4ee52d9..58aabd97 100644 --- a/apps/web/app/components/event/EventAsset.vue +++ b/apps/web/app/components/event/EventAsset.vue @@ -2,7 +2,7 @@ import type { Event } from '@vuejs-jp/model' interface EventAssetProps { - title: Extract + title: Extract marginTop?: number } diff --git a/apps/web/app/components/event/EventMultipleAssets.vue b/apps/web/app/components/event/EventMultipleAssets.vue index 8d4d9062..eee77d84 100644 --- a/apps/web/app/components/event/EventMultipleAssets.vue +++ b/apps/web/app/components/event/EventMultipleAssets.vue @@ -2,18 +2,21 @@ import type { Event } from '@vuejs-jp/model' interface EventMultipleAssetsProps { - title?: Extract + titleList: Extract[] + imgHeight?: number } -const props = withDefaults(defineProps(), { - title: 'vuejs-handson', -}) +const props = defineProps() @@ -32,8 +35,6 @@ const props = withDefaults(defineProps(), { } .eventcard-images ::v-deep(img) { - --head-img-height: 256px; - padding: 0; margin: 0 auto; height: var(--head-img-height); diff --git a/apps/web/app/content/en/cocktail_bash.md b/apps/web/app/content/en/cocktail_bash.md index 7b346667..fa160170 100644 --- a/apps/web/app/content/en/cocktail_bash.md +++ b/apps/web/app/content/en/cocktail_bash.md @@ -1,4 +1,5 @@ -To further liven up Vue Fes Japan, we are excited to introduce our original cocktails this time! Inspired by Vue.js, as well as Pinia and Vite, these are special cocktails exclusively available at Vue Fes Japan. We've also prepared non-alcoholic versions so that minors and those who do not consume alcohol can enjoy them too. Please savor a drink in commemoration of your visit! +To make Vue Fes Japan even more exciting, we’re thrilled to introduce our original cocktails! These special drinks are inspired by Vue.js, as well as Pinia and Vite, and can only be enjoyed at Vue Fes Japan. We also have non-alcoholic cocktails available for those underage or who prefer not to drink alcohol. Be sure to treat yourself to a drink as a memorable keepsake from your visit! -*Original cocktails will be available only at the after-party. -*Limited quantities available for each variety. +*Please note that the original cocktails will only be available at the after-party. + +*Quantities are limited for each drink. diff --git a/apps/web/app/content/ja/cocktail_bash.md b/apps/web/app/content/ja/cocktail_bash.md index 30cb2d2f..8a20df73 100644 --- a/apps/web/app/content/ja/cocktail_bash.md +++ b/apps/web/app/content/ja/cocktail_bash.md @@ -1,4 +1,5 @@ Vue Fes Japan をより盛り上げるべく、満を持して今回はオリジナルカクテルを用意しました!Vue.js はもちろん、Pinia や Vite などをイメージした、Vue Fes Japan でしか飲むことができない特別なカクテルです。未成年の方やアルコールが飲めない方にもお楽しみいただけるよう、ノンアルコールカクテルも用意しています。来場の記念に一杯、是非ご堪能ください! ※オリジナルカクテルのご提供は、アフターパーティーのみとなります。 + ※各種数量限定でのご提供となります。 diff --git a/apps/web/app/public/event/cocktail-bash-1.png b/apps/web/app/public/event/cocktail-bash-1.png new file mode 100644 index 00000000..d141a2df Binary files /dev/null and b/apps/web/app/public/event/cocktail-bash-1.png differ