From a661cfa822e9c6bb49bb8dbf54b1ccf6cdd122d6 Mon Sep 17 00:00:00 2001 From: bLue Date: Wed, 13 Dec 2023 15:18:16 +0800 Subject: [PATCH] feat: add Azur Series promotion --- src/assets/images/azur-series-logo-full.svg | 11 ++++++ src/pages/index.tsx | 42 +++++++++++++++++++++ 2 files changed, 53 insertions(+) create mode 100644 src/assets/images/azur-series-logo-full.svg diff --git a/src/assets/images/azur-series-logo-full.svg b/src/assets/images/azur-series-logo-full.svg new file mode 100644 index 0000000..5a00c41 --- /dev/null +++ b/src/assets/images/azur-series-logo-full.svg @@ -0,0 +1,11 @@ + + + + + + + + + + + \ No newline at end of file diff --git a/src/pages/index.tsx b/src/pages/index.tsx index 2250197..c8cb000 100644 --- a/src/pages/index.tsx +++ b/src/pages/index.tsx @@ -15,6 +15,7 @@ import TimeStatusBadge from '@/components/TimeStatusBadge'; import gStyles from '@/general.less'; import PageTitle from '@/components/PageTitle'; import SdutpcLogoSvg from '../assets/images/sdutpc_logo.svg'; +import AzurSeriesLogoSvg from '../assets/images/azur-series-logo-full.svg'; import ExtLink from '@/components/ExtLink'; const TOP_NUM = 5; @@ -126,6 +127,47 @@ class Index extends React.Component { /> } + {/* Banner for Azur Series */} + { + +
+ + + +
+
+ {/* Pending */} +

蔚蓝系列赛 Azur Series - Sponsored by bLue 现已启动!

+
+ + 立即报名 + +
+ {/*
+ + 进入比赛 + +
*/} + {/* Ended */} + {/*

The 15th SDUT Programming Contest is ended!

+
+ View Ranklist +
*/} +
+ + } + type="info" + showIcon={false} + /> + } +