forked from spacebar/SplatNet
feat: add footer
Co-authored-by: Copilot <copilot@github.com>
This commit is contained in:
parent
292cb639f1
commit
afd5c5e85c
3 changed files with 138 additions and 0 deletions
32
footer.html
Normal file
32
footer.html
Normal file
|
|
@ -0,0 +1,32 @@
|
|||
<footer class="site-footer">
|
||||
<div class="footer-wave-container">
|
||||
<img src="/assets/en/svg/ui/bg_header_wave-59d556a181d6146620e75ca3adea5b61bd175820334270a7828974276cb6765f.svg" class="footer-wave" alt="" aria-hidden="true" />
|
||||
</div>
|
||||
|
||||
<div class="footer-grid">
|
||||
<div class="footer-left">
|
||||
<img src="/assets/en/ui/fullimg_splatnetlogo.png" class="logo-footer" alt="SplatNet Logo" />
|
||||
<span class="tagline">Stay Fresh!</span>
|
||||
</div>
|
||||
|
||||
<div class="footer-right">
|
||||
<div class="logo-row">
|
||||
<span class="partner-label">Git</span>
|
||||
<a href="https://git.crafterpika.cc/kittentm/splatnet">
|
||||
<img src="https://git.crafterpika.cc/assets/img/logo.svg" class="icon-logo" alt="Forgejo Logo" />
|
||||
</a>
|
||||
<a href="https://github.com/KittenTM/splatnet">
|
||||
<img src="https://github.githubassets.com/favicons/favicon.svg" class="icon-logo" alt="GitHub Logo" />
|
||||
</a>
|
||||
</div>
|
||||
|
||||
<nav class="footer-nav">
|
||||
<a href="https://git.crafterpika.cc/kittentm/splatnet/src/branch/main">Source Code</a>
|
||||
<a href="https://git.crafterpika.cc/kittentm/splatnet/issues">Issues</a>
|
||||
<a href="https://git.crafterpika.cc/kittentm/splatnet/pulls">Contribute</a>
|
||||
<a href="https://git.crafterpika.cc/kittentm/splatnet/activity">Contributors</a>
|
||||
</nav>
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
<link rel="stylesheet" href="/footer.css" />
|
||||
Loading…
Reference in a new issue