From d5052a8a93da73c87ce90514b443e661dd0a82c9 Mon Sep 17 00:00:00 2001 From: Firq Date: Mon, 6 Mar 2023 13:03:38 +0100 Subject: [PATCH] Optimized footer (needs review), Todos added --- src/layouts/customFooter.astro | 7 ++++--- src/pages/servants.astro | 4 ++-- src/pages/ta-collection.astro | 6 ++++++ 3 files changed, 12 insertions(+), 5 deletions(-) diff --git a/src/layouts/customFooter.astro b/src/layouts/customFooter.astro index bbea1ab..7ea395d 100644 --- a/src/layouts/customFooter.astro +++ b/src/layouts/customFooter.astro @@ -6,9 +6,10 @@
“Fate/Grand Order” is a trademark of Notes Co., Ltd. | Game Assets © Aniplex Inc. used under fair use. | View the - official website for - more - information + official website for more information.
+ I am in no way affiliated with Fate/Grand Order, Aniplex, Type Moon or Lasengle. I claim no ownership of any of the assets used that are + created by any of the mentioned companies. + All of the opinions expressed are my own and may not reflect those of the asset providers.

diff --git a/src/pages/servants.astro b/src/pages/servants.astro index 6061b9d..06e35df 100644 --- a/src/pages/servants.astro +++ b/src/pages/servants.astro @@ -12,10 +12,10 @@ const description = "A list of all the servants and ces that Firq can offer up o --- - + {servantdata.map((item) => ())} - + {cedata.map((item) => ())} diff --git a/src/pages/ta-collection.astro b/src/pages/ta-collection.astro index 6ef6c79..cfe9f4f 100644 --- a/src/pages/ta-collection.astro +++ b/src/pages/ta-collection.astro @@ -1,4 +1,10 @@ --- +//TODO: +// - Add highlighted TAs above the rest +// > I think you should have all of them on the site. +// > You could have the notable ones like you do now, but at the bottom, there could be a drop-down or "expand" or "more" or +// > some other section like that which you could click and show the rest + import Layout from '../layouts/Layout.astro'; import TaSection from '../layouts/taSection.astro';