diff --git a/src/data/events.js b/src/data/events.js index 9a9d9913..481b5132 100644 --- a/src/data/events.js +++ b/src/data/events.js @@ -1274,4 +1274,37 @@ export const events = [ url: 'https://www.hoyolab.com/article/18031376', showOnHome: true, }, + { + name: "Duel! The Summoners' Summit!", + pos: '35% 20%', + zoom: '250%', + image: 'Duel The Summoners Summit.png', + start: '2023-05-25 10:00:00', + end: '2023-06-12 03:59:59', + color: '#d8e29d', + url: 'https://www.hoyolab.com/article/18699059', + showOnHome: true, + }, + { + name: "Divine Ingenuity: Collector's Chapter", + pos: '0% 20%', + zoom: '200%', + image: 'Divine Ingenuity 2.png', + start: '2023-06-08 10:00:00', + end: '2023-06-29 03:59:59', + color: '#cbfeff', + url: 'https://www.hoyolab.com/article/18699187', + showOnHome: true, + }, + { + name: 'Feast of the Departed Warriors', + pos: '0% 20%', + zoom: '250%', + image: 'Feast of the Departed Warriors.png', + start: '2023-06-14 10:00:00', + end: '2023-06-26 03:59:59', + color: '#4f7eed', + url: 'https://www.hoyolab.com/article/19277582', + showOnHome: true, + }, ]; diff --git a/src/data/timeline.js b/src/data/timeline.js index dbe9b2b7..11761205 100644 --- a/src/data/timeline.js +++ b/src/data/timeline.js @@ -24,9 +24,9 @@ export const eventsData = [ }, { name: "Divine Ingenuity: Collector's Chapter", - pos: '0% 30%', - zoom: '150%', - image: 'Divine Ingenuity 2 Temp.png', + pos: '0% 20%', + zoom: '200%', + image: 'Divine Ingenuity 2.png', start: '2023-06-08 10:00:00', end: '2023-06-29 03:59:59', color: '#cbfeff', @@ -79,6 +79,17 @@ export const eventsData = [ url: 'https://www.hoyolab.com/article/18699059', showOnHome: true, }, + { + name: 'Feast of the Departed Warriors', + pos: '0% 20%', + zoom: '250%', + image: 'Feast of the Departed Warriors.png', + start: '2023-06-14 10:00:00', + end: '2023-06-26 03:59:59', + color: '#4f7eed', + url: 'https://www.hoyolab.com/article/19277582', + showOnHome: true, + }, ], [ { @@ -116,6 +127,17 @@ export const eventsData = [ showOnHome: true, timezoneDependent: true, }, + { + name: 'Caution in Confidence - Alhaitham Banner', + pos: '10% 5%', + zoom: '150%', + image: 'Caution in Confidence 2.png', + start: '2023-06-13 18:00:00', + end: '2023-07-04 14:59:59', + color: '#5bcbd1', + url: 'https://www.hoyolab.com/article/19181094', + showOnHome: true, + }, ], [ { @@ -153,6 +175,17 @@ export const eventsData = [ showOnHome: true, timezoneDependent: true, }, + { + name: 'Leaves in the Wind - Kazuha Banner', + pos: '10% 5%', + zoom: '150%', + image: 'Leaves in the Wind 3.png', + start: '2023-06-13 18:00:00', + end: '2023-07-04 14:59:59', + color: '#7edec3', + url: 'https://www.hoyolab.com/article/19181094', + showOnHome: true, + }, ], [ { @@ -190,6 +223,17 @@ export const eventsData = [ showOnHome: true, timezoneDependent: true, }, + { + name: 'Epitome Invocation - Weapon Banner', + pos: '30% 25%', + zoom: '150%', + image: 'Epitome Invocation 48.png', + start: '2023-06-13 18:00:00', + end: '2023-07-04 14:59:59', + color: '#FFAA4B', + url: 'https://www.hoyolab.com/article/19181094', + showOnHome: true, + }, ], [ { diff --git a/static/images/events/Caution in Confidence 2.png b/static/images/events/Caution in Confidence 2.png new file mode 100644 index 00000000..0c472076 Binary files /dev/null and b/static/images/events/Caution in Confidence 2.png differ diff --git a/static/images/events/Divine Ingenuity 2.png b/static/images/events/Divine Ingenuity 2.png new file mode 100644 index 00000000..8dd92bdd Binary files /dev/null and b/static/images/events/Divine Ingenuity 2.png differ diff --git a/static/images/events/Epitome Invocation 48.png b/static/images/events/Epitome Invocation 48.png new file mode 100644 index 00000000..bc096240 Binary files /dev/null and b/static/images/events/Epitome Invocation 48.png differ diff --git a/static/images/events/Feast of the Departed Warriors.png b/static/images/events/Feast of the Departed Warriors.png new file mode 100644 index 00000000..c7893997 Binary files /dev/null and b/static/images/events/Feast of the Departed Warriors.png differ diff --git a/static/images/events/Leaves in the Wind 3.png b/static/images/events/Leaves in the Wind 3.png new file mode 100644 index 00000000..6ad7ef61 Binary files /dev/null and b/static/images/events/Leaves in the Wind 3.png differ