diff --git a/packages/app-config/src/ctypes/index.ts b/packages/app-config/src/ctypes/index.ts index 7b3c4f6..b72f28a 100644 --- a/packages/app-config/src/ctypes/index.ts +++ b/packages/app-config/src/ctypes/index.ts @@ -62,6 +62,11 @@ export const ctypeMeta: Record = { type: 'all', card: 'yantai-event/bag_card_yantai.svg', icon: 'hk-event/icon_logo.png' + }, + // shanghai event + '0xf9dd4e34e40fa434ba96541beccd7b1c7762836f5aa320924248b7604a505462': { + type: 'all', + card: 'shanghai-event/bag_card_global.svg' } }; diff --git a/packages/app-config/src/hk-event.ts b/packages/app-config/src/hk-event.ts index 0a62012..6692746 100644 --- a/packages/app-config/src/hk-event.ts +++ b/packages/app-config/src/hk-event.ts @@ -5,5 +5,5 @@ import { isRelease } from './isRelease'; export const LOGGED_PREFIX = 'logged_hk_event:'; export const CTYPE_ID = isRelease - ? '0x341829ca64a7105ff941b4b8a9710e2806053cbfb7c97fc9cfd569ab4b5d55d2' + ? '0xf9dd4e34e40fa434ba96541beccd7b1c7762836f5aa320924248b7604a505462' : '0x6c62809700813f4ffb59ea97a31f4d34e206a4233bc2bb75bed1d705c4314930'; diff --git a/packages/app/public/shanghai-event/bag_card_global.svg b/packages/app/public/shanghai-event/bag_card_global.svg new file mode 100644 index 0000000..9963db8 --- /dev/null +++ b/packages/app/public/shanghai-event/bag_card_global.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/packages/app/public/shanghai-event/img_bag.svg b/packages/app/public/shanghai-event/img_bag.svg new file mode 100644 index 0000000..ec3f3d3 --- /dev/null +++ b/packages/app/public/shanghai-event/img_bag.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/packages/app/public/shanghai-event/logo_antalpha.svg b/packages/app/public/shanghai-event/logo_antalpha.svg new file mode 100644 index 0000000..5e4322f --- /dev/null +++ b/packages/app/public/shanghai-event/logo_antalpha.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/packages/app/public/shanghai-event/logo_buidler.png b/packages/app/public/shanghai-event/logo_buidler.png new file mode 100644 index 0000000..4e661e6 Binary files /dev/null and b/packages/app/public/shanghai-event/logo_buidler.png differ diff --git a/packages/app/public/shanghai-event/logo_zcloak.svg b/packages/app/public/shanghai-event/logo_zcloak.svg new file mode 100644 index 0000000..7b913ef --- /dev/null +++ b/packages/app/public/shanghai-event/logo_zcloak.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/packages/app/public/shanghai-event/svg_title.svg b/packages/app/public/shanghai-event/svg_title.svg new file mode 100644 index 0000000..4860001 --- /dev/null +++ b/packages/app/public/shanghai-event/svg_title.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/packages/page-hk-event/src/ConnectWallet.tsx b/packages/page-hk-event/src/ConnectWallet.tsx index d84a711..168bef5 100644 --- a/packages/page-hk-event/src/ConnectWallet.tsx +++ b/packages/page-hk-event/src/ConnectWallet.tsx @@ -21,7 +21,7 @@ const ConnectWallet = () => { { height: 50, bgcolor: '#000', color: '#fff', - borderRadius: '25px', + borderRadius: '4px', + border: '1px solid #FFFFFF', boxShadow: '0px 4px 20px rgba(45,51,60,0.27)', ':hover': { bgcolor: '#000', diff --git a/packages/page-hk-event/src/Login.tsx b/packages/page-hk-event/src/Login.tsx index b8aae9b..0018d17 100644 --- a/packages/page-hk-event/src/Login.tsx +++ b/packages/page-hk-event/src/Login.tsx @@ -12,11 +12,19 @@ const Login = () => { flexDirection='column' position='relative' sx={{ - height: 730, - background: 'url(/yantai-event/jpg_yt.webp) no-repeat, #F5DBB2', - backgroundPosition: 'bottom left' + height: 830, + background: '#000000' + // backgroundPosition: 'top center' }} > + { } }} > - - - - SURFING SUMMER - - - YANTAI + + + + + + + + + + + Shanghai, August 18, 2023 - - - Surfing Summer 2023 is an offline Web3 event organized by CSWA on July 28-30, 2023 in Yantai, Shandong. - This credential serves as zCloak’s free commemorative cards issued to all attendees. - - - + {/* { > Powered by zCloak - + */} ); };