diff --git a/src/data/timeline.js b/src/data/timeline.js index cb67d4ff..2a890430 100644 --- a/src/data/timeline.js +++ b/src/data/timeline.js @@ -33,6 +33,17 @@ export const eventsData = [ url: 'https://mhy.link/adfsJJA6', showOnHome: true, }, + { + name: "Aloy's Exploration Journal", + pos: '0% 30%', + image: 'aloys_exploration_journal.jpg', + start: '2021-10-13 10:00:00', + end: '2021-10-27 23:59:59', + color: '#D3EEF9', + zoom: '200%', + url: 'https://www.hoyolab.com/article/1206113', + showOnHome: true, + }, ], [ { @@ -81,13 +92,13 @@ export const eventsData = [ }, { name: "Tuned to the World's Sound", - pos: '0% 15%', - image: 'tuned_to_the_worlds_sound.jpg', + pos: '0% 10%', + image: 'tuned_to_the_worlds_sounds.jpg', start: '2021-10-15 10:00:00', end: '2021-10-25 03:59:59', - color: '#FFF8F1', + color: '#81A6BC', zoom: '300%', - url: 'https://genshin.mihoyo.com/en/news/detail/16356', + url: 'https://www.hoyolab.com/article/1206131', showOnHome: true, }, ], diff --git a/static/images/events/aloys_exploration_journal.jpg b/static/images/events/aloys_exploration_journal.jpg new file mode 100644 index 00000000..848ad5d2 Binary files /dev/null and b/static/images/events/aloys_exploration_journal.jpg differ diff --git a/static/images/events/tuned_to_the_worlds_sound.jpg b/static/images/events/tuned_to_the_worlds_sound.jpg deleted file mode 100644 index ab55c4db..00000000 Binary files a/static/images/events/tuned_to_the_worlds_sound.jpg and /dev/null differ diff --git a/static/images/events/tuned_to_the_worlds_sounds.jpg b/static/images/events/tuned_to_the_worlds_sounds.jpg new file mode 100644 index 00000000..55b14ee1 Binary files /dev/null and b/static/images/events/tuned_to_the_worlds_sounds.jpg differ