diff --git a/src/data/timeline.js b/src/data/timeline.js index 8682365c..dec28162 100644 --- a/src/data/timeline.js +++ b/src/data/timeline.js @@ -36,14 +36,14 @@ export const eventsData = [ showOnHome: true, }, { - name: 'Fayz Trials', - pos: '0% 40%', - image: 'fayz_trials.jpg', - start: '2022-09-08 10:00:00', - end: '2022-09-26 03:59:59', - color: '#ff9486', + name: 'Adventure in the Forest', + pos: '0% 20%', + image: 'adventure_in_the_forest.jpg', + start: '2022-08-29 12:00:00', + end: '2022-09-11 23:59:59', + color: '#a7d0a6', zoom: '100%', - url: 'https://www.hoyolab.com/article/7113923', + url: 'https://www.hoyolab.com/article/7293007', showOnHome: true, }, ], @@ -82,13 +82,13 @@ export const eventsData = [ showOnHome: true, }, { - name: 'Lost Riches', + name: 'Fayz Trials', pos: '0% 50%', - image: 'lost_riches_2.jpg', - start: '2022-09-02 10:00:00', - end: '2022-09-19 03:59:59', - color: '#FFF2DC', - zoom: '250%', + image: 'fayz_trials_1.jpg', + start: '2022-09-08 10:00:00', + end: '2022-09-26 03:59:59', + color: '#ff9486', + zoom: '200%', url: 'https://www.hoyolab.com/article/7113923', showOnHome: true, }, @@ -128,14 +128,14 @@ export const eventsData = [ showOnHome: true, }, { - name: 'Graven Innocence', - pos: '0% 20%', - zoom: '200%', - image: 'graven_innocence.jpg', - start: '2022-08-24 06:00:00', - end: '2022-09-28 06:00:00', - color: '#c4e6f8', - url: 'https://www.hoyolab.com/article/7113808', + name: 'Lost Riches', + pos: '0% 60%', + image: 'lost_riches_3.jpg', + start: '2022-09-02 10:00:00', + end: '2022-09-19 03:59:59', + color: '#FFF2DC', + zoom: '250%', + url: 'https://www.hoyolab.com/article/7113923', showOnHome: true, }, ], @@ -175,32 +175,15 @@ export const eventsData = [ showOnHome: true, }, { - name: 'I', - start: '2022-08-24 06:00:00', - end: '2022-08-27 03:59:59', - color: '#c4e6f8', - }, - { - name: 'II', - start: '2022-08-27 04:00:00', - end: '2022-08-30 03:59:59', - color: '#c4e6f8', - }, - { - name: 'III', - start: '2022-08-30 04:00:00', - end: '2022-09-02 03:59:59', - color: '#c4e6f8', - }, - { - name: 'Stage IV', + name: 'Graven Innocence', pos: '0% 20%', zoom: '200%', image: 'graven_innocence.jpg', - start: '2022-09-02 04:00:00', + start: '2022-08-24 06:00:00', end: '2022-09-28 06:00:00', color: '#c4e6f8', url: 'https://www.hoyolab.com/article/7113808', + showOnHome: true, }, ], [ @@ -495,6 +478,16 @@ export const eventsData = [ image: 'paimon_bargain.png', description: 'Now selling: Beidou, Noelle, and Royal Weapons.', }, + { + name: "Paimon's Bargain - Ningguang, Xingqiu, and Blackcliff", + pos: '0% 50%', + zoom: '150%', + start: '2022-09-01 04:00:00', + end: '2022-10-01 04:00:00', + color: '#B6A1EA', + image: 'paimon_bargain.png', + description: 'Now selling: Ningguang, Xingqiu, and Blackcliff Weapons.', + }, ], [ { diff --git a/static/images/events/adventure_in_the_forest.jpg b/static/images/events/adventure_in_the_forest.jpg new file mode 100644 index 00000000..361af34e Binary files /dev/null and b/static/images/events/adventure_in_the_forest.jpg differ diff --git a/static/images/events/fayz_trials_1.jpg b/static/images/events/fayz_trials_1.jpg new file mode 100644 index 00000000..b204d87c Binary files /dev/null and b/static/images/events/fayz_trials_1.jpg differ diff --git a/static/images/events/lost_riches_3.jpg b/static/images/events/lost_riches_3.jpg new file mode 100644 index 00000000..5953f5c8 Binary files /dev/null and b/static/images/events/lost_riches_3.jpg differ