rpcsx-site/_includes/footer.html
Spotlight 87867632f1
Use config keys to list socials
This allows easy changing, should anything occur.
2022-07-16 15:03:02 -05:00

23 lines
1.3 KiB
HTML

<div class="footer">
<div class="item">
<h2><i class="mdi mdi-information"></i> About WiiLink</h2>
<p>WiiLink is a revival service for the now-defunct Japanese exclusive Wii channels.
This service allows you to use <b>Wii no Ma</b> and the <b>Digicam Print Channel</b>. Soon it will have the <b>Demae Channel</b> available!</p>
</div>
<div class="item">
<h2><i class="mdi mdi-copyright"></i> 2020-2022 WiiLink Team</h2>
<p>We are not associated with Nintendo nor its affiliates. We are also not associated with other services for the Wii.</p>
</div>
<div class="item">
<h2><i class="mdi mdi-earth"></i> Social Media</h2>
<a target="_blank" href="{{ site.github }}" rel="noopener"><i class="mdi mdi-github"></i> GitHub</a>
<br>
<a target="_blank" href="{{ site.discord }}" rel="noopener"><i class="mdi mdi-discord"></i> Discord</a>
<br>
<a target="_blank" href="{{ site.twitter }}" rel="noopener"><i class="mdi mdi-twitter"></i> Twitter</a>
<br>
<a target="_blank" href="{{ site.patreon }}" rel="noopener"><i class="mdi mdi-patreon"></i> Patreon</a>
<br>
<a target="_blank" href="{{ site.youtube }}" rel="noopener"><i class="mdi mdi-youtube"></i> YouTube</a>
</div>
</div>