feat: Added plugins section and made it more mobile friendly
All checks were successful
Build Gameflow Site / build (push) Successful in 1m19s
All checks were successful
Build Gameflow Site / build (push) Successful in 1m19s
This commit is contained in:
parent
13f1d97394
commit
87f8f485aa
26 changed files with 331 additions and 63 deletions
|
|
@ -1,5 +1,5 @@
|
|||
---
|
||||
import { Github, Youtube } from "simple-icons-astro";
|
||||
import { Discord, Github, Youtube } from "simple-icons-astro";
|
||||
import { HandCoins } from "@lucide/astro";
|
||||
import pkg from "../../package.json";
|
||||
---
|
||||
|
|
@ -11,11 +11,17 @@ import pkg from "../../package.json";
|
|||
<a class="link link-hover" href={pkg.downloads}>Downloads</a>
|
||||
<a class="link link-hover" href={pkg.socials.mirror}>Mirror</a>
|
||||
<a class="link link-hover" href={pkg.socials.license}>License</a>
|
||||
<a class="link link-hover" href={pkg.socials.packages}>Packages</a>
|
||||
</nav>
|
||||
<nav>
|
||||
<h6 class="footer-title">Navigation</h6>
|
||||
<a class="link link-hover" href={`${import.meta.env.BASE_URL}plugins`}
|
||||
>Plugins</a
|
||||
>
|
||||
</nav>
|
||||
<nav>
|
||||
<h6 class="footer-title">Others</h6>
|
||||
<a class="link link-hover" href={pkg.socials.aboutus}>About us</a>
|
||||
<a class="link link-hover" href={pkg.socials.packages}>Packages</a>
|
||||
<a class="link link-hover" href={pkg.socials.store}>Store</a>
|
||||
<a class="link link-hover" href={pkg.socials.discord}>Discord</a>
|
||||
<a class="link link-hover" href={pkg.sponsor.url}>Sponsor</a>
|
||||
|
|
@ -32,6 +38,9 @@ import pkg from "../../package.json";
|
|||
<a title="Sponsor" href={pkg.sponsor.url}>
|
||||
<HandCoins />
|
||||
</a>
|
||||
<a title="Discord" href={pkg.socials.discord}>
|
||||
<Discord />
|
||||
</a>
|
||||
</div>
|
||||
</nav>
|
||||
</footer>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue