small import change, color change on navbar, disclaimers updated, navbar mobile improvements, about improvements
This commit is contained in:
parent
527998e0d2
commit
1ca92504f8
6 changed files with 31 additions and 12 deletions
src/layouts
|
@ -10,7 +10,6 @@ export interface Props {
|
|||
|
||||
const { currentpage, title } = Astro.props;
|
||||
const description: string = "A reference for all esports Servants, CEs and already completed TAs that Firq can provide. Contact information available as well.";
|
||||
import favicon from "/favicon.ico"
|
||||
---
|
||||
|
||||
<!DOCTYPE html>
|
||||
|
@ -18,7 +17,7 @@ import favicon from "/favicon.ico"
|
|||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<meta name="viewport" content="width=device-width" />
|
||||
<link rel="icon" type="image/ico" href={favicon} />
|
||||
<link rel="icon" type="image/ico" href="/fgosite/favicon.ico" />
|
||||
<meta name="generator" content={Astro.generator} />
|
||||
<meta property="og:title" content="Firq TA Reference" />
|
||||
<meta property="og:url" content="https://firq.pages.neshweb.net/fgosite/" />
|
||||
|
|
|
@ -10,17 +10,25 @@
|
|||
more
|
||||
information
|
||||
</div>
|
||||
<br>
|
||||
<div>
|
||||
Thanks to <a href=" https://atlasacademy.io/" target="_blank" rel="noopener noreferrer">Atlas Academy</a> for
|
||||
providing the images.
|
||||
providing the servant and ce images.
|
||||
</div>
|
||||
<br>
|
||||
<div>
|
||||
Thanks to <a href="https://mitsunee.com" target="_blank" rel="noopener noreferrer">Mitsunee</a> for the support when building this site.
|
||||
Thanks to <a href="https://mitsunee.com" target="_blank" rel="noopener noreferrer">Mitsunee</a> for the support when building this site. I could not have done it without you 🧡
|
||||
Check out <a href="https://fgo.mitsunee.com" target="_blank" rel="noopener noreferrer">FGO Timers here</a>
|
||||
<div class="sticky-image-wrapper">
|
||||
<img src="/fgosite/lurker.png" alt="">
|
||||
</div>
|
||||
</div>
|
||||
<br>
|
||||
<div>
|
||||
Thanks to <a href="https://mastodon.neshweb.net/@neshura" target="_blank" rel="noopener noreferrer">Neshura</a> for providing me with a place to develop, store and host this site.
|
||||
Check out <a href="https://www.neshweb.net" target="_blank" rel="noopener noreferrer">his site here</a>
|
||||
</div>
|
||||
<br>
|
||||
<div>
|
||||
Thanks to <a href="https://twitter.com/its_Anthony_J" target="_blank" rel="noopener noreferrer">AnthonyJ</a> for providing me with the custom Shishou favicon.
|
||||
<div class="sticky-image-wrapper">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue