diff --git a/src/assets/shishousad.webp b/src/assets/shishousad.webp new file mode 100644 index 0000000..41bb76d Binary files /dev/null and b/src/assets/shishousad.webp differ diff --git a/src/assets/ta_servants/amakusa.png b/src/assets/ta_servants/amakusa.png new file mode 100644 index 0000000..684b0c3 Binary files /dev/null and b/src/assets/ta_servants/amakusa.png differ diff --git a/src/assets/ta_servants/gilgamesh.png b/src/assets/ta_servants/gilgamesh.png new file mode 100644 index 0000000..b62a43f Binary files /dev/null and b/src/assets/ta_servants/gilgamesh.png differ diff --git a/src/assets/ta_servants/kama.png b/src/assets/ta_servants/kama.png new file mode 100644 index 0000000..8b74e9c Binary files /dev/null and b/src/assets/ta_servants/kama.png differ diff --git a/src/assets/ta_servants/melusine.png b/src/assets/ta_servants/melusine.png new file mode 100644 index 0000000..adc01d1 Binary files /dev/null and b/src/assets/ta_servants/melusine.png differ diff --git a/src/assets/ta_servants/okuni.png b/src/assets/ta_servants/okuni.png new file mode 100644 index 0000000..0cf0df2 Binary files /dev/null and b/src/assets/ta_servants/okuni.png differ diff --git a/src/assets/ta_servants/romulus.png b/src/assets/ta_servants/romulus.png new file mode 100644 index 0000000..2fb27b6 Binary files /dev/null and b/src/assets/ta_servants/romulus.png differ diff --git a/src/components/taCard.astro b/src/components/taCard.astro index 85cc4a9..3a5783f 100644 --- a/src/components/taCard.astro +++ b/src/components/taCard.astro @@ -54,10 +54,6 @@ const servant_images = import.meta.glob<{ default: ImageMetadata }>( display: none; } - span { - display: none; - } - span { display: flex; } @@ -172,6 +168,10 @@ const servant_images = import.meta.glob<{ default: ImageMetadata }>( } } + .desktop span { + align-items: center; + height: 3.75rem; + } article:hover { transform: scale(var(--hover-scale)); } diff --git a/src/content/data/beast4l.json b/src/content/data/beast4l.json new file mode 100644 index 0000000..d9f0d13 --- /dev/null +++ b/src/content/data/beast4l.json @@ -0,0 +1,98 @@ +{ + "info": { + "title": "Beast IV:L", + "questReleaseDate": "2023-12-26", + "shortdescription": "An interesting conclusion to Tunguska to say the least", + "description": "An interesting conclusion to Tunguska to say the least - A really annoying fight with a lot of field effects, including a permanent 40% Buff Success Rate down, as well as 80% Special Defense and 2 full turns of Invincibility. And still - the TA community showed Koyanskaya that she wasn't fit for being a beast in no time." + }, + "data": [ + { + "title": "Shishou 4T (No MLB DMG CE)", + "link": "https://www.youtube.com/watch?v=brz21NKMMsY", + "date": "2023-12-31", + "servant": "shishou", + "turns": "4T", + "runner": "Firq" + }, + { + "title": "Shishou 4T (No DMG CE)", + "link": "https://www.youtube.com/watch?v=J0l-psWpokQ", + "date": "2023-12-28", + "servant": "shishou", + "turns": "4T", + "runner": "Requiem" + }, + { + "title": "Amakusa 4T", + "link": "https://www.youtube.com/watch?v=ud5JZ__Hk4I", + "date": "2023-12-31", + "servant": "amakusa", + "turns": "4T", + "runner": "Yier" + }, + { + "title": "Romulus 4T (NoMash NoCE)", + "link": "https://www.youtube.com/watch?v=e0DJEXpysSQ", + "date": "2023-12-28", + "servant": "romulus", + "turns": "4T", + "runner": "Sakazuki" + }, + { + "title": "Melt 4T", + "link": "https://www.youtube.com/watch?v=c7K5ra2CAxs", + "date": "2023-12-31", + "servant": "melt", + "turns": "4T", + "runner": "Zectry" + }, + { + "title": "Okuni 4T", + "link": "https://www.youtube.com/watch?v=eg5OeQrhQMk", + "date": "2023-12-29", + "servant": "okuni", + "turns": "4T", + "runner": "QP Dangerous" + }, + { + "title": "Kama 4T", + "link": "https://www.youtube.com/watch?v=9sm8XBglEgo", + "date": "2023-12-29", + "servant": "kama", + "turns": "4T", + "runner": "Requiem" + }, + { + "title": "Melusine 4T (FLO)", + "link": "https://www.youtube.com/watch?v=XHjExMEg3vQ", + "date": "2024-01-01", + "servant": "melusine", + "turns": "4T", + "runner": "Zectry" + }, + { + "title": "Gilgamesh 4T", + "link": "https://www.youtube.com/watch?v=SrDvEaFx3ko", + "date": "2023-12-31", + "servant": "gilgamesh", + "turns": "4T", + "runner": "Yier" + }, + { + "title": "Astrea 4T", + "link": "https://www.youtube.com/watch?v=kw4E_mCxkKc", + "date": "2023-12-30", + "servant": "astrea", + "turns": "4T", + "runner": "Alastair Hale" + }, + { + "title": "Kijyo Koyo 4T (Solo)", + "link": "https://www.youtube.com/watch?v=tAUA7Fn_HYo", + "date": "2023-12-29", + "servant": "koyo", + "turns": "4T", + "runner": "MCR" + } + ] +} diff --git a/src/pages/404.astro b/src/pages/404.astro new file mode 100644 index 0000000..bed7988 --- /dev/null +++ b/src/pages/404.astro @@ -0,0 +1,63 @@ +--- +import { Image } from 'astro:assets' +import Layout from '../layouts/Layout.astro' +import BaseSection from '../layouts/baseSection.astro' +import sadshishou from '../assets/shishousad.webp' + +const description = "Error. This shouldn't happen :/" +--- + + + +
+ Sad Shishou +

Well ... you were not supposed to end up here.

+ + << Go back home + +
+
+
+ +