diff --git a/src/data/timeline.js b/src/data/timeline.js index 70ec8648..9d2df201 100644 --- a/src/data/timeline.js +++ b/src/data/timeline.js @@ -1,4 +1,17 @@ export const eventsData = [ + [ + { + name: "Dodoco's Bomb-Tastic Adventure", + pos: '0% 30%', + zoom: '100%', + image: 'Dodoco Bomb-tastic tmp.jpg', + start: '2023-10-06 10:00:00', + end: '2023-10-16 03:59:59', + color: '#f7ecce', + url: 'https://www.hoyolab.com/article/21853732', + showOnHome: true, + }, + ], [ { name: 'Mega Meka Melee', @@ -22,6 +35,17 @@ export const eventsData = [ url: 'https://www.hoyolab.com/article/21297643', showOnHome: true, }, + { + name: 'Bathing in Flowing Moonlight: Daily Login', + pos: '0% 40%', + zoom: '200%', + image: 'Bathing in Flowing Moonlight.jpg', + start: '2023-09-29 04:00:00', + end: '2023-10-16 03:59:59', + color: '#ffa2b5', + url: 'https://www.hoyolab.com/article/21872779', + showOnHome: true, + }, ], [ { @@ -58,6 +82,28 @@ export const eventsData = [ url: 'https://www.hoyolab.com/article/21297643', showOnHome: true, }, + { + name: 'Radiant Harvest', + pos: '0% 20%', + zoom: '200%', + image: 'Radiant Harvest.jpg', + start: '2023-09-28 10:00:00', + end: '2023-10-09 03:59:59', + color: '#58c3d2', + url: 'https://www.hoyolab.com/article/21872780', + showOnHome: true, + }, + { + name: 'Waterbone Poetry', + pos: '0% 30%', + zoom: '100%', + image: 'Waterbone Poetry tmp.jpg', + start: '2023-10-12 10:00:00', + end: '2023-10-30 03:59:59', + color: '#eeecb9', + url: 'https://www.hoyolab.com/article/21853732', + showOnHome: true, + }, ], [ { @@ -83,6 +129,18 @@ export const eventsData = [ url: 'https://www.hoyolab.com/article/21297488', showOnHome: true, }, + { + name: 'Decree of the Deeps - Neuvillette Banner', + pos: '30% 10%', + zoom: '200%', + image: 'Decree of the Deeps 1.jpg', + start: '2023-09-27 06:00:00', + end: '2023-10-17 17:59:59', + color: '#6ed4ff', + url: 'https://www.hoyolab.com/article/21853619', + showOnHome: true, + timezoneDependent: true, + }, ], [ { @@ -108,6 +166,18 @@ export const eventsData = [ url: 'https://www.hoyolab.com/article/21297488', showOnHome: true, }, + { + name: 'Moment of Bloom - Hu Tao Banner', + pos: '50% 15%', + zoom: '200%', + image: 'Moment of Bloom 4.jpg', + start: '2023-09-27 06:00:00', + end: '2023-10-17 17:59:59', + color: '#FF7966', + url: 'https://www.hoyolab.com/article/21853619', + showOnHome: true, + timezoneDependent: true, + }, ], [ { @@ -133,6 +203,18 @@ export const eventsData = [ url: 'https://www.hoyolab.com/article/21297488', showOnHome: true, }, + { + name: 'Epitome Invocation - Weapon Banner', + pos: '30% 25%', + zoom: '150%', + image: 'Epitome Invocation 53.jpg', + start: '2023-09-27 06:00:00', + end: '2023-10-17 17:59:59', + color: '#FFAA4B', + url: 'https://www.hoyolab.com/article/21853619', + showOnHome: true, + timezoneDependent: true, + }, ], [ { @@ -219,5 +301,15 @@ export const eventsData = [ url: 'https://www.hoyolab.com/article/20856332', timezoneDependent: true, }, + { + name: 'Battle Pass - Falling Star', + pos: '0% 25%', + image: 'Falling Star.jpg', + start: '2023-09-27 06:00:00', + end: '2023-11-06 03:59:59', + color: '#c9cdb3', + url: 'https://www.hoyolab.com/article/21853732', + timezoneDependent: true, + }, ], ]; diff --git a/static/images/events/Bathing in Flowing Moonlight.jpg b/static/images/events/Bathing in Flowing Moonlight.jpg new file mode 100644 index 00000000..f3c36adb Binary files /dev/null and b/static/images/events/Bathing in Flowing Moonlight.jpg differ diff --git a/static/images/events/Decree of the Deeps 1.jpg b/static/images/events/Decree of the Deeps 1.jpg new file mode 100644 index 00000000..02f21eb4 Binary files /dev/null and b/static/images/events/Decree of the Deeps 1.jpg differ diff --git a/static/images/events/Dodoco Bomb-tastic tmp.jpg b/static/images/events/Dodoco Bomb-tastic tmp.jpg new file mode 100644 index 00000000..4723bc13 Binary files /dev/null and b/static/images/events/Dodoco Bomb-tastic tmp.jpg differ diff --git a/static/images/events/Epitome Invocation 53.jpg b/static/images/events/Epitome Invocation 53.jpg new file mode 100644 index 00000000..78ded80c Binary files /dev/null and b/static/images/events/Epitome Invocation 53.jpg differ diff --git a/static/images/events/Falling Star.jpg b/static/images/events/Falling Star.jpg new file mode 100644 index 00000000..4f20b796 Binary files /dev/null and b/static/images/events/Falling Star.jpg differ diff --git a/static/images/events/Moment of Bloom 4.jpg b/static/images/events/Moment of Bloom 4.jpg new file mode 100644 index 00000000..d3ee3807 Binary files /dev/null and b/static/images/events/Moment of Bloom 4.jpg differ diff --git a/static/images/events/Radiant Harvest.jpg b/static/images/events/Radiant Harvest.jpg new file mode 100644 index 00000000..1b852468 Binary files /dev/null and b/static/images/events/Radiant Harvest.jpg differ diff --git a/static/images/events/Treasures Along the Road.jpg b/static/images/events/Treasures Along the Road.jpg new file mode 100644 index 00000000..1edcbb8e Binary files /dev/null and b/static/images/events/Treasures Along the Road.jpg differ diff --git a/static/images/events/Waterbone Poetry tmp.jpg b/static/images/events/Waterbone Poetry tmp.jpg new file mode 100644 index 00000000..bd24fe84 Binary files /dev/null and b/static/images/events/Waterbone Poetry tmp.jpg differ