added switch stuff
This commit is contained in:
parent
7bb5409b47
commit
1fd29c7879
2 changed files with 10 additions and 0 deletions
|
@ -106,6 +106,12 @@
|
||||||
<div id="social-list">
|
<div id="social-list">
|
||||||
<em>The content that should be here is dynamically generated. Please enable JavaScript if you see this.</em>
|
<em>The content that should be here is dynamically generated. Please enable JavaScript if you see this.</em>
|
||||||
</div>
|
</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>
|
<script src="scripts/social.js"></script>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
|
@ -58,6 +58,10 @@ body {
|
||||||
float: left;
|
float: left;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#social-list {
|
||||||
|
margin-bottom: 20px;
|
||||||
|
}
|
||||||
|
|
||||||
.support-button {
|
.support-button {
|
||||||
width: 300px;
|
width: 300px;
|
||||||
margin: 10px;
|
margin: 10px;
|
||||||
|
|
Loading…
Reference in a new issue