[SC64][WEB] Added option to buy SC64 in Phenom Mod store

This commit is contained in:
Mateusz Faderewski 2024-01-25 08:33:33 +01:00
parent 17c12f5957
commit be37025d42
2 changed files with 3 additions and 1 deletions

View File

@ -64,6 +64,8 @@
<section>
<p>There are several options available, listed from the easiest to hardest option:</p>
<ul>
<li><a href="https://store.phenommod.com/index.php?route=product/product&path=75&product_id=102">SummerCart64
product page</a> on Phenom Mod store</li>
<li>Group buys available at <a href="https://discord.gg/WqFgNWf">N64brew Discord Server</a> - check
threads in the <code><strong>#summer-cart-64</strong></code> channel.</li>
<li><a
@ -71,7 +73,6 @@
Shared Project</a> page - both assembled boards and bare PCBs are available.</li>
<li>Manual PCB and components order - DIY friendly option.</li>
</ul>
<p>More options are coming in the near future.</p>
</section>
<div class="separator"></div>

View File

@ -225,6 +225,7 @@ main section>img.sc64-logo {
div.pcb-images {
display: flex;
flex-wrap: wrap;
gap: var(--main-paragraph-margin);
margin: var(--main-paragraph-margin) 0;
}