Skip to content

Commit

Permalink
디센트 배너 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
KyungeunKim committed Jul 1, 2024
1 parent 7792a54 commit 7755d66
Show file tree
Hide file tree
Showing 11 changed files with 72 additions and 41 deletions.
Binary file added banner/images/en/mobile_768x120_referral_EN.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added banner/images/en/pc_1920x60_referral_EN.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added banner/images/ko/mobile_768x120_referral_KR.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added banner/images/ko/pc_1920x60_referral_KR.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
51 changes: 51 additions & 0 deletions banner/thin-banner-info-list.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,55 @@
[
{
"img": {
"en": {
"desktop": {
"path": "../images/en/pc_1920x60_referral_EN.png",
"height": "60px",
"background-color": "#F1FEFE"
},
"tablet": {
"path": "../images/en/mobile_768x120_referral_EN.png",
"height": "60px",
"background-color": "#F1FEFE"
},
"mobile": {
"path": "../images/en/mobile_768x120_referral_EN.png",
"height": "14.44vw",
"background-color": "#F1FEFE"
}
},
"ko": {
"desktop": {
"path": "../images/ko/pc_1920x60_referral_KR.png",
"height": "60px",
"background-color": "#101010"
},
"tablet": {
"path": "../images/ko/mobile_768x120_referral_KR.png",
"height": "60px",
"background-color": "#101010"
},
"mobile": {
"path": "../images/ko/mobile_768x120_referral_KR.png",
"height": "14.44vw",
"background-color": "#101010"
}
}
},
"link": {
"en": {
"internal": false,
"external": "https://store.dcentwallet.com/pages/dcent-referral-program?utm_source=discovery_banner&utm_medium=dcent-web&utm_campaign=202407_referral_v01"
},
"ko": {
"internal": false,
"external": "https://store-kr.dcentwallet.com/pages/dcent-referral-program?utm_source=discovery_banner&utm_medium=dcent-app&utm_campaign=202407_referral_v01"
}
},
"period": { // 배너가 표시될 기간 ISO 8601
"start": "2024-07-02T00:00:00.000Z"
}
},
{
"img": {
"en": {
Expand Down
41 changes: 0 additions & 41 deletions dapp/backup.json

This file was deleted.

21 changes: 21 additions & 0 deletions dapp/banner-list.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,25 @@
[
{
"name": "DCENT-referral",
"title": "DCENT referral",
"bgColor": "#F1FEFE",
"externalWindow": true,
"startTimestamp": 1719878400000,
"locale": {
"en": {
"description": "",
"link": "https://store.dcentwallet.com/pages/dcent-referral-program?utm_source=discovery_banner&utm_medium=dcent-app&utm_campaign=202407_referral_v01",
"imagePath": "app_380x160_referral_EN.png",
"imagePath_480": "app_480x160_referral_EN.png"
},
"ko": {
"description": "",
"link": "https://store-kr.dcentwallet.com/pages/dcent-referral-program?utm_source=discovery_banner&utm_medium=dcent-app&utm_campaign=202407_referral_v01",
"imagePath": "app_380x160_referral_KR.png",
"imagePath_480": "app_380x160_referral_EN.png"
}
}
},
{
"name": "DCENT-Event",
"title": "DCENT EVENT",
Expand Down
Binary file added dapp/images/app_380x160_referral_EN.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added dapp/images/app_380x160_referral_KR.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added dapp/images/app_480x160_referral_EN.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added dapp/images/app_480x160_referral_KR.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 7755d66

Please sign in to comment.