diff --git a/src/assets/images/pad_version/bloom_bg.png b/src/assets/images/pad_version/bloom_bg.png new file mode 100644 index 0000000..826b79a Binary files /dev/null and b/src/assets/images/pad_version/bloom_bg.png differ diff --git a/src/assets/images/pad_version/prizes-bg.png b/src/assets/images/pad_version/prizes-bg.png new file mode 100644 index 0000000..c64d825 Binary files /dev/null and b/src/assets/images/pad_version/prizes-bg.png differ diff --git a/src/assets/images/pad_version/timeline_bg.png b/src/assets/images/pad_version/timeline_bg.png new file mode 100644 index 0000000..0ca2ae5 Binary files /dev/null and b/src/assets/images/pad_version/timeline_bg.png differ diff --git a/src/lang/en.ts b/src/lang/en.ts index da1743d..049c590 100644 --- a/src/lang/en.ts +++ b/src/lang/en.ts @@ -1,10 +1,11 @@ export default { AwardsPage: { submitApplication: 'Submit your Application', - submitMobile:'Apply', + submitMobile: 'Apply', contactUs: 'Contact Us', - contactHeader: 'We\'re here to help', - contactDesc:'For questions on eligibility, competition rules,\n judging criteria, or any other enquiries,\n feel free to reach out via our official email.', + contactHeader: "We're here to help", + contactDesc: + 'For questions on eligibility, competition rules,\n judging criteria, or any other enquiries,\n feel free to reach out via our official email.', sendEmail: 'Send Email', copyMail: 'Successfully copied to clipboard!', sendEmailFailed: 'Failed to open email client, we have copied the email to your clipboard.', @@ -59,7 +60,7 @@ export default { regular2: 'is an ', bold2: 'international design competition ', regular3: 'hosted by ', - bold3: 'Code-Create ', + bold3: 'Code-Create', regular4: ', a globally leading\n', bold4: 'AI fashion solutions provider,', regular5: @@ -72,10 +73,9 @@ export default { 'participants are invited to transform bold ideas into extraordinary designs, seamlessly merging human artistry with artificial intelligence to shape the next era of fashion.' } }, - bloomDesc1: - 'The AiDA Global Design Award 2026 is an\ninternational design competition hosted by\nCode‑Create, a globally leading AI fashion solutions provider,\ncelebrating the future of creativity powered by artificial intelligence.\nBringing together designers from around the world, AiDA empowers AI as a creative partner—pushing fashion beyond traditional boundaries and unlocking new possibilities where technology amplifies human imagination.', + bloomDesc1: `The AiDA Global Design Award 2026 is an international design competition hosted by Code‑Create,\n a globally leading AI fashion solutions provider, celebrating the future of creativity powered by artificial\nintelligence.Bringing together designers from around the world, AiDA empowers AI as a creative partner\n — pushing fashion beyond traditional boundaries and unlocking new possibilities where technology\namplifies human imagination.`, bloomDesc2: - 'Under the theme “Where Imagination Meets Innovation, Creativity Blooms,” participants are invited to transform bold ideas into extraordinary designs, seamlessly merging human artistry with artificial intelligence to shape the next era of fashion.', + 'Under the theme “Where Imagination Meets Innovation, Creativity Blooms,” participants are invited \n to transform bold ideas into extraordinary designs, seamlessly merging human artistry with artificial \n intelligence to shape the next era of fashion.', panelOfJudges: 'Panel of Judges', expertise: 'Expertise', judgesHat: { diff --git a/src/lang/zh-cn.ts b/src/lang/zh-cn.ts index 135b7ba..6a4430a 100644 --- a/src/lang/zh-cn.ts +++ b/src/lang/zh-cn.ts @@ -67,6 +67,9 @@ export default { '为主题,邀请参赛者将大胆创意转化为非凡设计,\n在 AI 辅助下实现艺术与科技的完美融合。AiDA 鼓励设计师突破常规,挑战时尚边界,\n并通过平台展示才华,与全球同行、行业领袖及 AI 专家建立深度联系,共同探索未来设计的可能。' } }, + bloomDesc1: `AiDA全球设计奖2026是由全球领先的AI时尚解决方案提供商Code-Create主办的国际设计竞赛,\n旨在庆祝人工智能赋能下的未来创意。该赛事汇聚来自世界各地的设计师,将AI视为创意伙伴,\n突破传统时尚边界,探索技术与人类想象力结合的无限可能。`, + bloomDesc2: + '本届大赛以"想象遇见创新,创意绽放"为主题,邀请参赛者将大胆创意转化为非凡设计,\n在 AI 辅助下实现艺术与科技的完美融合,共同探索未来设计的可能。', panelOfJudges: '终审评委团', expertise: '权威阵容', judgesHat: { diff --git a/src/views/AwardPage/components/ApplySection.vue b/src/views/AwardPage/components/ApplySection.vue index e42c5fa..85ce82b 100644 --- a/src/views/AwardPage/components/ApplySection.vue +++ b/src/views/AwardPage/components/ApplySection.vue @@ -3,7 +3,7 @@ class="apply-container flex flex-col" id="apply" ref="applyRef" - :class="{ mobile: isMobile }" + :class="{ mobile: isMobile && !isPad, 'is-pad': isPad }" >
{{ $t('AwardsPage.bloomText.desc2.regular1') }}
@@ -45,11 +46,16 @@ import { gsap } from 'gsap'
const { t } = useI18n()
const isMobile = inject