diff --git a/src/pages/ta-collection.astro b/src/pages/ta-collection.astro index 4060948..feba957 100644 --- a/src/pages/ta-collection.astro +++ b/src/pages/ta-collection.astro @@ -14,9 +14,11 @@ import featured_data from '../../static/assets/data/_featureddata.json' const important_data = tadata.filter(function (el) { return [ - 'Ibuki 3T (Lostbelt 5.5)', + 'Ibuki 3T (LB 5.5)', 'DB 7T (No Duplicates)', 'Kingprotea 1T', + 'Goetia Memorial Quest 2T', + 'Morgan 3T (LB 6) Skadi' ].includes(el.title) }) diff --git a/static/assets/data/_contactdata.json b/static/assets/data/_contactdata.json index 07266b4..2ca9903 100644 --- a/static/assets/data/_contactdata.json +++ b/static/assets/data/_contactdata.json @@ -11,7 +11,7 @@ }, { "site": "Discord: firq", - "link": "https://discord.gg", + "link": "https://discord.com/users/186014064835690496", "image": "discord" }, { diff --git a/static/assets/data/_tadata.json b/static/assets/data/_tadata.json index 3c19954..f99e679 100644 --- a/static/assets/data/_tadata.json +++ b/static/assets/data/_tadata.json @@ -24,7 +24,7 @@ "turns": "1T" }, { - "title": "Ibuki 3T (Lostbelt 5.5)", + "title": "Ibuki 3T (LB 5.5)", "link": "https://www.youtube.com/watch?v=AaqRN73dO5k", "image": "ibuki", "date": "2022-11-22", @@ -48,7 +48,7 @@ "turns": "2T" }, { - "title": "Taira 3T (Lostbelt 5.5)", + "title": "Taira 3T (LB 5.5)", "link": "https://www.youtube.com/watch?v=YtRvahqFA0Y", "image": "taira", "date": "2022-11-22", @@ -56,7 +56,7 @@ "turns": "3T" }, { - "title": "Douman 3T (Lostbelt 5.5)", + "title": "Douman 3T (LB 5.5)", "link": "https://www.youtube.com/watch?v=6cstr3vTd8Y", "image": "douman", "date": "2022-11-23", @@ -88,7 +88,7 @@ "turns": "3T" }, { - "title": "Kirschtaria 3T (Lostbelt 5)", + "title": "Kirschtaria 3T (LB 5)", "link": "https://www.youtube.com/watch?v=aYlyfAzuFw0", "image": "kirschtaria", "date": "2022-04-04", @@ -166,5 +166,61 @@ "date": "2023-03-20", "ta_servant": "shishou", "turns": "3T" + }, + { + "title": "Goetia Memorial Quest 2T", + "link": "https://www.youtube.com/watch?v=lZHgSVpPv24", + "image": "goetia", + "date": "2023-07-04", + "ta_servant": "skadi", + "turns": "2T" + }, + { + "title": "Melusine 3T (LB 6)", + "link": "https://www.youtube.com/watch?v=f35hlBXuR3w", + "image": "melusine", + "date": "2023-06-26", + "ta_servant": "shishou", + "turns": "3T" + }, + { + "title": "Morgan 3T (LB 6) Shishou", + "link": "https://www.youtube.com/watch?v=7wQ6iabqgEc", + "image": "morgan", + "date": "2023-06-26", + "ta_servant": "shishou", + "turns": "3T" + }, + { + "title": "Morgan 3T (LB 6) Skadi", + "link": "https://www.youtube.com/watch?v=sQ7HHl1Pb3c", + "image": "morgan", + "date": "2023-06-25", + "ta_servant": "skadi", + "turns": "3T" + }, + { + "title": "Woodwose 3T (LB 6)", + "link": "https://www.youtube.com/watch?v=ZPgIDZjrGA0", + "image": "woodwose", + "date": "2023-06-23", + "ta_servant": "shishou", + "turns": "3T" + }, + { + "title": "Barghest 2T (LB 6)", + "link": "https://www.youtube.com/watch?v=kjMAccbq7-A", + "image": "barghest", + "date": "2023-06-21", + "ta_servant": "tomoe", + "turns": "2T" + }, + { + "title": "Calamity of Norwich 3T (LB 6)", + "link": "https://www.youtube.com/watch?v=IwkCnVej_PY", + "image": "calamityofnorwich", + "date": "2023-06-08", + "ta_servant": "shishou", + "turns": "3T" } ] diff --git a/static/assets/ta_icons/barghest.webp b/static/assets/ta_icons/barghest.webp new file mode 100644 index 0000000..c764545 Binary files /dev/null and b/static/assets/ta_icons/barghest.webp differ diff --git a/static/assets/ta_icons/calamityofnorwich.webp b/static/assets/ta_icons/calamityofnorwich.webp new file mode 100644 index 0000000..8895150 Binary files /dev/null and b/static/assets/ta_icons/calamityofnorwich.webp differ diff --git a/static/assets/ta_icons/goetia.webp b/static/assets/ta_icons/goetia.webp new file mode 100644 index 0000000..5b55d0f Binary files /dev/null and b/static/assets/ta_icons/goetia.webp differ diff --git a/static/assets/ta_icons/melusine.webp b/static/assets/ta_icons/melusine.webp new file mode 100644 index 0000000..1902e21 Binary files /dev/null and b/static/assets/ta_icons/melusine.webp differ diff --git a/static/assets/ta_icons/morgan.webp b/static/assets/ta_icons/morgan.webp new file mode 100644 index 0000000..b04e270 Binary files /dev/null and b/static/assets/ta_icons/morgan.webp differ diff --git a/static/assets/ta_icons/ta_servants/tomoe.webp b/static/assets/ta_icons/ta_servants/tomoe.webp new file mode 100644 index 0000000..6fb6bae Binary files /dev/null and b/static/assets/ta_icons/ta_servants/tomoe.webp differ diff --git a/static/assets/ta_icons/woodwose.webp b/static/assets/ta_icons/woodwose.webp new file mode 100644 index 0000000..89a1d05 Binary files /dev/null and b/static/assets/ta_icons/woodwose.webp differ