added switch stuff

This commit is contained in:
Ellpeck 2019-06-28 13:26:03 +02:00
parent 7bb5409b47
commit 1fd29c7879
2 changed files with 10 additions and 0 deletions

View file

@ -106,6 +106,12 @@
<div id="social-list">
<em>The content that should be here is dynamically generated. Please enable JavaScript if you see this.</em>
</div>
Additionally, here are some platforms that require codes rather than links:
<ul>
<li>My Nintendo Switch friend code is <strong>SW-5281-8834-6801</strong></li>
<li>If you want to play my Mario Maker 2 levels, my ID is <strong>8BH-566-4WF</strong></li>
</ul>
<script src="scripts/social.js"></script>
</div>

View file

@ -58,6 +58,10 @@ body {
float: left;
}
#social-list {
margin-bottom: 20px;
}
.support-button {
width: 300px;
margin: 10px;