Optimized footer (needs review), Todos added
This commit is contained in:
parent
c0d2286ffe
commit
d5052a8a93
3 changed files with 12 additions and 5 deletions
|
@ -6,9 +6,10 @@
|
||||||
<div>
|
<div>
|
||||||
“Fate/Grand Order” is a trademark of Notes Co., Ltd. | Game Assets © Aniplex Inc. used under fair
|
“Fate/Grand Order” is a trademark of Notes Co., Ltd. | Game Assets © Aniplex Inc. used under fair
|
||||||
use. | View <a class="linker" href="https://fate-go.us" target="_blank" rel="noopener noreferrer">the
|
use. | View <a class="linker" href="https://fate-go.us" target="_blank" rel="noopener noreferrer">the
|
||||||
official website</a> for
|
official website</a> for more information.<br>
|
||||||
more
|
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
|
||||||
information
|
created by any of the mentioned companies.
|
||||||
|
All of the opinions expressed are my own and may not reflect those of the asset providers.
|
||||||
</div>
|
</div>
|
||||||
<br>
|
<br>
|
||||||
<div>
|
<div>
|
||||||
|
|
|
@ -12,10 +12,10 @@ const description = "A list of all the servants and ces that Firq can offer up o
|
||||||
---
|
---
|
||||||
|
|
||||||
<Layout title="Servants - Firq FGO Site" currentpage="servants" descriptionOverride={description}>
|
<Layout title="Servants - Firq FGO Site" currentpage="servants" descriptionOverride={description}>
|
||||||
<BaseSection title="Servant Offering">
|
<BaseSection title="Servants">
|
||||||
{servantdata.map((item) => (<ServantCard {...item}/>))}
|
{servantdata.map((item) => (<ServantCard {...item}/>))}
|
||||||
</BaseSection>
|
</BaseSection>
|
||||||
<BaseSection title="CE Offering">
|
<BaseSection title="CEs">
|
||||||
{cedata.map((item) => (<CeCard {...item}/>))}
|
{cedata.map((item) => (<CeCard {...item}/>))}
|
||||||
</BaseSection>
|
</BaseSection>
|
||||||
</Layout>
|
</Layout>
|
||||||
|
|
|
@ -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 Layout from '../layouts/Layout.astro';
|
||||||
|
|
||||||
import TaSection from '../layouts/taSection.astro';
|
import TaSection from '../layouts/taSection.astro';
|
||||||
|
|
Loading…
Reference in a new issue