Skip to content

Commit be37025

Browse files
[SC64][WEB] Added option to buy SC64 in Phenom Mod store
1 parent 17c12f5 commit be37025

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

web/index.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,14 +64,15 @@ <h1>Where to buy</h1>
6464
<section>
6565
<p>There are several options available, listed from the easiest to hardest option:</p>
6666
<ul>
67+
<li><a href="https://store.phenommod.com/index.php?route=product/product&path=75&product_id=102">SummerCart64
68+
product page</a> on Phenom Mod store</li>
6769
<li>Group buys available at <a href="https://discord.gg/WqFgNWf">N64brew Discord Server</a> - check
6870
threads in the <code><strong>#summer-cart-64</strong></code> channel.</li>
6971
<li><a
7072
href="https://www.pcbway.com/project/shareproject/SC64_an_open_source_Nintendo_64_flashcart_14b9688a.html">PCBWay
7173
Shared Project</a> page - both assembled boards and bare PCBs are available.</li>
7274
<li>Manual PCB and components order - DIY friendly option.</li>
7375
</ul>
74-
<p>More options are coming in the near future.</p>
7576
</section>
7677

7778
<div class="separator"></div>

web/styles.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -225,6 +225,7 @@ main section>img.sc64-logo {
225225
div.pcb-images {
226226
display: flex;
227227
flex-wrap: wrap;
228+
gap: var(--main-paragraph-margin);
228229
margin: var(--main-paragraph-margin) 0;
229230
}
230231

0 commit comments

Comments
 (0)