diff --git a/src/data/timeline.js b/src/data/timeline.js index b5cef1d8..cdb429fe 100644 --- a/src/data/timeline.js +++ b/src/data/timeline.js @@ -68,6 +68,17 @@ export const eventsData = [ url: 'https://www.hoyolab.com/article/1823191', showOnHome: true, }, + { + name: 'Hyakunin Ikki', + pos: '0% 70%', + image: 'hyakunin_ikki.jpg', + start: '2022-03-18 10:00:00', + end: '2022-03-28 03:59:59', + color: '#dfabbb', + zoom: '200%', + url: 'https://www.hoyolab.com/article/3643660', + showOnHome: true, + }, ], [ { @@ -103,6 +114,28 @@ export const eventsData = [ url: 'https://www.hoyolab.com/article/1823190', showOnHome: true, }, + { + name: 'Of Drink A-Dreaming', + pos: '0% 40%', + image: 'of_drink_a_dreaming.jpg', + start: '2022-03-10 10:00:00', + end: '2022-03-21 03:59:59', + color: '#e4d9c5', + zoom: '130%', + url: 'https://www.hoyolab.com/article/3643660', + showOnHome: true, + }, + { + name: 'Overflowing Mastery', + pos: '0% 50%', + image: 'overflowing_mastery.jpg', + start: '2022-03-21 04:00:00', + end: '2022-03-28 03:59:59', + color: '#f5debc', + zoom: '200%', + url: 'https://www.hoyolab.com/article/3643660', + showOnHome: true, + }, ], [ { @@ -138,6 +171,17 @@ export const eventsData = [ url: 'https://www.hoyolab.com/article/1823189', showOnHome: true, }, + { + name: 'Divine Ingenuity', + pos: '0% 30%', + zoom: '170%', + image: 'divine_ingenuity.jpg', + start: '2022-03-02 10:00:00', + end: '2022-03-21 03:59:59', + color: '#aad0e1', + url: 'https://www.hoyolab.com/article/3611497', + showOnHome: true, + }, ], [ { @@ -206,13 +250,13 @@ export const eventsData = [ startOnly: true, }, { - name: 'Divine Ingenuity', - pos: '0% 15%', + name: 'Three Realms Gateway Offering', + pos: '0% 0%', zoom: '100%', - image: 'divine_ingenuity.jpg', - start: '2022-03-02 10:00:00', - end: '2022-03-21 03:59:59', - color: '#aad0e1', + image: 'three_realms_gateway_offering.jpg', + start: '2022-02-17 10:00:00', + end: '2022-03-30 06:00:00', + color: '#9c9cef', url: 'https://www.hoyolab.com/article/3356118', showOnHome: true, }, @@ -265,14 +309,14 @@ export const eventsData = [ showOnHome: true, }, { - name: 'Three Realms Gateway Offering', - pos: '0% 0%', - zoom: '100%', - image: 'three_realms_gateway_offering.jpg', - start: '2022-02-17 10:00:00', - end: '2022-03-30 06:00:00', - color: '#9c9cef', - url: 'https://www.hoyolab.com/article/3356118', + name: 'Reign of Serenity - Raiden Banner', + pos: '40% 15%', + zoom: '200%', + image: 'reign_of_serenity_2.jpg', + start: '2022-03-08 18:00:00', + end: '2022-03-29 14:59:59', + color: '#D0AEF2', + url: 'https://www.hoyolab.com/article/3643652', showOnHome: true, }, ], @@ -335,6 +379,17 @@ export const eventsData = [ showOnHome: true, timezoneDependent: true, }, + { + name: 'Drifting Luminescence - Kokomi Banner', + pos: '40% 15%', + zoom: '200%', + image: 'drifting_luminescence_2.jpg', + start: '2022-03-08 18:00:00', + end: '2022-03-29 14:59:59', + color: '#53caf3', + url: 'https://www.hoyolab.com/article/3643654', + showOnHome: true, + }, ], [ { @@ -393,6 +448,17 @@ export const eventsData = [ showOnHome: true, timezoneDependent: true, }, + { + name: 'Epitome Invocation - Weapon Banner', + pos: '30% 30%', + zoom: '150%', + image: 'epitome_invocation_26.jpg', + start: '2022-03-08 18:00:00', + end: '2022-03-29 14:59:59', + color: '#FFAA4B', + url: 'https://www.hoyolab.com/article/3643657', + showOnHome: true, + }, ], [ { @@ -527,6 +593,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-03-01 04:00:00', + end: '2022-04-01 04:00:00', + color: '#B6A1EA', + image: 'paimon_bargain.png', + description: 'Now selling: Ningguang, Xingqiu, and Blackcliff Weapons.', + }, ], [ { diff --git a/static/images/events/divine_ingenuity.jpg b/static/images/events/divine_ingenuity.jpg index 386de038..67f4cb09 100644 Binary files a/static/images/events/divine_ingenuity.jpg and b/static/images/events/divine_ingenuity.jpg differ diff --git a/static/images/events/drifting_luminescence_2.jpg b/static/images/events/drifting_luminescence_2.jpg new file mode 100644 index 00000000..02227f3d Binary files /dev/null and b/static/images/events/drifting_luminescence_2.jpg differ diff --git a/static/images/events/epitome_invocation_26.jpg b/static/images/events/epitome_invocation_26.jpg new file mode 100644 index 00000000..1d53c11a Binary files /dev/null and b/static/images/events/epitome_invocation_26.jpg differ diff --git a/static/images/events/of_drink_a_dreaming.jpg b/static/images/events/of_drink_a_dreaming.jpg new file mode 100644 index 00000000..d27dd2a6 Binary files /dev/null and b/static/images/events/of_drink_a_dreaming.jpg differ diff --git a/static/images/events/reign_of_serenity_2.jpg b/static/images/events/reign_of_serenity_2.jpg new file mode 100644 index 00000000..b611f3f5 Binary files /dev/null and b/static/images/events/reign_of_serenity_2.jpg differ