diff --git a/src/data/timeline.js b/src/data/timeline.js index d12220f6..65d07d78 100644 --- a/src/data/timeline.js +++ b/src/data/timeline.js @@ -11,18 +11,16 @@ export const eventsData = [ url: 'https://genshin.mihoyo.com/en/news/detail/12368', showOnHome: true, }, - { - name: 'Echoing Tales', - pos: '0% 15%', - image: 'echoing_tales.png', - start: '2021-06-09 11:00:00', - end: '2021-07-21 15:00:00', - color: '#90CEF5', - zoom: '230%', - url: 'https://www.hoyolab.com/genshin/article/415684', + name: "Traveler's Picture Book Web Event", + pos: '50% 83%', + image: 'traveler_picture_book.jpg', + start: '2021-07-03 11:00:00', + end: '2021-07-13 03:59:59', + color: '#F3EFC9', + zoom: '150%', + url: 'https://www.hoyolab.com/genshin/article/512380', showOnHome: true, - timezoneDependent: true, }, ], [ @@ -107,13 +105,13 @@ export const eventsData = [ }, { name: 'Kaboomball Kombat', - pos: '0% 35%', - image: 'kaboomball_kombat.jpg', + pos: '0% 15%', + image: 'kaboomball_kombat.png', start: '2021-07-02 10:00:00', end: '2021-07-12 04:00:00', - color: '#FF8282', - zoom: '160%', - url: 'https://twitter.com/GenshinImpact/status/1409001038758121478', + color: '#A8E4FC', + zoom: '150%', + url: 'https://www.hoyolab.com/genshin/article/503383', showOnHome: true, }, ], @@ -388,6 +386,16 @@ export const eventsData = [ image: 'paimon_bargain.png', description: 'Now selling: Barbara, Kaeya, and Royal Weapons.', }, + { + name: "Paimon's Bargain - Fischl, Xiangling, and Blackcliff", + pos: '0% 50%', + zoom: '150%', + start: '2021-07-01 04:00:00', + end: '2021-08-01 04:00:00', + color: '#B6A1EA', + image: 'paimon_bargain.png', + description: 'Now selling: Fischl, Xiangling, and Blackcliff Weapons.', + }, ], [ { @@ -409,4 +417,18 @@ export const eventsData = [ timezoneDependent: true, }, ], + [ + { + name: 'Echoing Tales', + pos: '0% 15%', + image: 'echoing_tales.png', + start: '2021-06-09 11:00:00', + end: '2021-07-21 15:00:00', + color: '#90CEF5', + zoom: '230%', + url: 'https://www.hoyolab.com/genshin/article/415684', + showOnHome: true, + timezoneDependent: true, + }, + ], ]; diff --git a/static/images/events/kaboomball_kombat.png b/static/images/events/kaboomball_kombat.png new file mode 100644 index 00000000..66c46eff Binary files /dev/null and b/static/images/events/kaboomball_kombat.png differ diff --git a/static/images/events/traveler_picture_book.jpg b/static/images/events/traveler_picture_book.jpg new file mode 100644 index 00000000..5544c86c Binary files /dev/null and b/static/images/events/traveler_picture_book.jpg differ