Skip to content

Commit ee1bfa1

Browse files
authored
Add Nintendo Switch link
1 parent cce7027 commit ee1bfa1

1 file changed

Lines changed: 9 additions & 8 deletions

File tree

_includes/links.html

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -9,19 +9,20 @@ <h2 class="lilita uppercase text-3xl text-white mt-4 mb-4 text-center">Play Now!
99
<span class="text-white text-bold text-md text-center hover:text-blue-700 ">Steam</span>
1010
</a>
1111
</li>
12+
<li class="flex w-24 h-24 justify-center items-center">
13+
<a href="https://www.nintendo.com/us/store/products/cthuloot-switch/"
14+
class="flex flex-col justify-center items-center hover:text-blue-700 hover:bg-blue-700 transition ease-in-out hover:scale-110 ">
15+
<img class="" src="/static/images/site/steam.png" alt="Steam">
16+
<span class="text-white text-bold text-md text-center hover:text-blue-700 ">Nintendo Switch</span>
17+
</a>
18+
</li>
1219
</ul>
1320
</div>
1421

22+
<!--
1523
<h2 class="lilita uppercase text-2xl text-gray-300 mt-8 mb-4 text-center">Coming Later</h2>
1624
<div>
1725
<ul class="flex flex-row justify-center items-center mb-8 space-x-2">
18-
<li class="flex w-32 h-24 justify-center items-center hover:text-blue-700 hover:bg-blue-700 transition ease-in-out hover:scale-110 ">
19-
<a href="#"
20-
class="flex flex-col justify-center items-center">
21-
<img class="w-12 h-12" src="/static/images/site/switch.png" alt="Switch">
22-
<span class="text-gray-300 text-bold text-md text-center hover:text-blue-700 ">Nintendo Switch</span>
23-
</a>
24-
</li>
2526
<li class="flex w-32 h-24 justify-center items-center">
2627
<a href="#"
2728
class="flex flex-col justify-center items-center hover:text-blue-700 hover:bg-blue-700 transition ease-in-out hover:scale-110 ">
@@ -36,6 +37,6 @@ <h2 class="lilita uppercase text-2xl text-gray-300 mt-8 mb-4 text-center">Coming
3637
<span class="text-gray-300 text-bold text-md text-center hover:text-blue-700 ">PlayStation 5</span>
3738
</a>
3839
</li>
39-
</ul>
40+
</ul> -->
4041
</div>
4142
</div>

0 commit comments

Comments
 (0)