mirror of
https://github.com/Ryubing/Website.git
synced 2025-05-13 03:00:37 +01:00
update footer & navbar links
This commit is contained in:
parent
0e259aa954
commit
73c60dee31
3 changed files with 8 additions and 10 deletions
|
@ -6,9 +6,7 @@ import "./styleconstants.astro"
|
|||
<footer>
|
||||
<div class="copyright-section">
|
||||
<a href="/"> <img src={wordmark.src} alt="Ryujinx" draggable="false" class="wordmark" /></a>
|
||||
<div class="copyright">
|
||||
© {new Date().getFullYear()}
|
||||
</div>
|
||||
<div class="copyright">© {new Date().getFullYear()}</div>
|
||||
</div>
|
||||
<div class="links-section">
|
||||
<div class="links">
|
||||
|
@ -17,7 +15,7 @@ import "./styleconstants.astro"
|
|||
</div>
|
||||
<div class="links">
|
||||
<span>Wiki</span>
|
||||
<a href="https://github.com/Ryubing/Ryujinx/wiki/Ryujinx-Setup-&-Configuration-Guide" target="_blank">Setup Guide</a>
|
||||
<a href="https://git.ryujinx.app/ryubing/ryujinx/-/wikis/Setup-&-Configuration-Guide" target="_blank">Setup Guide</a>
|
||||
</div>
|
||||
<div class="links socials">
|
||||
<span>Socials</span>
|
||||
|
@ -27,8 +25,8 @@ import "./styleconstants.astro"
|
|||
<a href="https://bsky.app/profile/ryujinx.app">
|
||||
Bluesky
|
||||
</a>
|
||||
<a href="https://github.com/Ryubing/Ryujinx">
|
||||
GitHub
|
||||
<a href="https://git.ryujinx.app/ryubing/ryujinx">
|
||||
Gitlab instance
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
@ -4,6 +4,6 @@
|
|||
|
||||
<a href="/download">Download</a>
|
||||
<a href="/donate">Donate</a>
|
||||
<a href="https://ryuldnweb.vudjun.com/">Ldn</a>
|
||||
<a href="https://github.com/Ryubing/Ryujinx/wiki">Wiki</a>
|
||||
<a href="https://github.com/Ryubing/Ryujinx/wiki/FAQ-and-Troubleshooting">FAQ</a>
|
||||
<a href="https://ryuldnweb.vudjun.com/">LDN</a>
|
||||
<a href="https://git.ryujinx.app/ryubing/ryujinx/-/wikis/home">Wiki</a>
|
||||
<a href="https://git.ryujinx.app/ryubing/ryujinx/-/wikis/FAQ-&-Troubleshooting">FAQ</a>
|
|
@ -54,7 +54,7 @@ backgroundColor="#150E2A"
|
|||
Hey there,<br><br>
|
||||
I'm GreemDev.<br><br>
|
||||
I'm a 22 year old hobbyist .NET and JVM developer.<br><br>
|
||||
My main projects are a fork of the discontinued Switch emulator <a href="https://github.com/Ryubing/Ryujinx" style="text-decoration: underline; color: #74b9ff">Ryujinx</a>, and the Discord bot <a href="https://github.com/Ryubing/Ryujinx" style="text-decoration: underline; color: #74b9ff">Volte</a>.
|
||||
My main projects are a fork of the discontinued Switch emulator <a href="https://git.ryujinx.app/ryubing/ryujinx" style="text-decoration: underline; color: #74b9ff">Ryujinx</a>, and the Discord bot <a href="https://github.com/Polyhaze/Volte" style="text-decoration: underline; color: #74b9ff">Volte</a>.
|
||||
</p>
|
||||
<div class="grow"></div>
|
||||
<div class="cta">
|
||||
|
|
Loading…
Reference in a new issue