diff --git a/src/data/timeline.js b/src/data/timeline.js index 83eeb53d..ccd94955 100644 --- a/src/data/timeline.js +++ b/src/data/timeline.js @@ -34,7 +34,7 @@ export const eventsData = [ showOnHome: true, }, { - name: "Summer Night Mementos", + name: 'Summer Night Mementos', pos: '0% 40%', image: 'summer_night_mementos.jpg', start: '2021-08-05 04:00:00', @@ -67,6 +67,17 @@ export const eventsData = [ url: 'https://genshin.mihoyo.com/en/news/detail/14337', showOnHome: true, }, + { + name: 'Ley Line Overflow', + pos: '20% 35%', + image: 'ley_line_overflow.jpg', + start: '2021-08-23 04:00:00', + end: '2021-08-30 03:59:59', + color: '#43DA8C', + zoom: '150%', + url: 'https://www.hoyolab.com/genshin/article/661106', + showOnHome: true, + }, ], [ { @@ -103,6 +114,17 @@ export const eventsData = [ url: 'https://genshin.mihoyo.com/en/news/detail/14337', showOnHome: true, }, + { + name: 'Theater Mechanicus: Stage of Wonders', + pos: '0% 50%', + image: 'theater_mechanicus.jpg', + start: '2021-08-12 10:00:00', + end: '2021-08-26 03:59:59', + color: '#F19C6D', + zoom: '120%', + url: 'https://www.hoyolab.com/genshin/article/661106', + showOnHome: true, + }, ], [ { @@ -189,6 +211,17 @@ export const eventsData = [ pos: '0% 25%', startOnly: true, }, + { + name: 'Phantom Flow', + pos: '0% 20%', + image: 'phantom_flow.jpg', + start: '2021-08-20 10:00:00', + end: '2021-08-30 03:59:59', + color: '#FFB6EB', + zoom: '100%', + url: 'https://www.hoyolab.com/genshin/article/661106', + showOnHome: true, + }, ], [ { @@ -224,6 +257,17 @@ export const eventsData = [ showOnHome: true, timezoneDependent: true, }, + { + name: 'Tapestry of Golden Flames - Yoimiya Banner', + pos: '30% 25%', + zoom: '180%', + image: 'tapestry_of_golden_flames.jpg', + start: '2021-08-10 18:00:00', + end: '2021-08-31 14:59:59', + color: '#F7D69F', + url: 'https://www.hoyolab.com/genshin/article/661064', + showOnHome: true, + }, ], [ { @@ -260,6 +304,16 @@ export const eventsData = [ showOnHome: true, timezoneDependent: true, }, + { + name: 'Epitome Invocation - Weapon Banner', + pos: '30% 30%', + image: 'epitome_invocation_16.jpg', + start: '2021-08-10 18:00:00', + end: '2021-08-31 14:59:59', + color: '#FFAA4B', + url: 'https://www.hoyolab.com/genshin/article/661045', + showOnHome: true, + }, ], [ { diff --git a/static/images/events/epitome_invocation_16.jpg b/static/images/events/epitome_invocation_16.jpg new file mode 100644 index 00000000..9c8aade4 Binary files /dev/null and b/static/images/events/epitome_invocation_16.jpg differ diff --git a/static/images/events/ley_line_overflow.jpg b/static/images/events/ley_line_overflow.jpg new file mode 100644 index 00000000..ce3a7e6e Binary files /dev/null and b/static/images/events/ley_line_overflow.jpg differ diff --git a/static/images/events/phantom_flow.jpg b/static/images/events/phantom_flow.jpg new file mode 100644 index 00000000..695bd9f8 Binary files /dev/null and b/static/images/events/phantom_flow.jpg differ diff --git a/static/images/events/tapestry_of_golden_flames.jpg b/static/images/events/tapestry_of_golden_flames.jpg new file mode 100644 index 00000000..981994e3 Binary files /dev/null and b/static/images/events/tapestry_of_golden_flames.jpg differ diff --git a/static/images/events/theater_mechanicus.jpg b/static/images/events/theater_mechanicus.jpg new file mode 100644 index 00000000..6d7df8be Binary files /dev/null and b/static/images/events/theater_mechanicus.jpg differ