[SC64][WEB] Updated info on the website

This commit is contained in:
Mateusz Faderewski 2024-08-24 22:02:25 +02:00
parent d12bfaabf6
commit 4a50e33acd
2 changed files with 20 additions and 1 deletions

View File

@ -66,7 +66,7 @@
<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>
product page</a> on the Phenom Mod Store - <strong>not affiliated</strong>.</li>
<li>Group buys available at <a href="https://discord.gg/8VNMKhxqQn">N64brew Discord Server</a> -
check the <code><strong>#sc64-forum</strong></code> channel.</li>
<li><a href="https://www.pcbway.com/project/member/shareproject/?bmbno=1046ED64-8AEE-44">PCBWay
@ -75,6 +75,21 @@
</ul>
</section>
<h3><strong>Why is Phenom Mod Store linked on the list above?</strong></h3>
<section>
<p>As a SummerCart64 creator, I don't have ability to invest into mass production of this flashcart.
Open GPLv3 license, under which this project is released, gives right to anyone to manufacture and
sell the SummerCart64. As it is now, Phenom Mod Store is the only place where you can easily
purchase the SummerCart64 completely assembled with good quality PCB, shell and components.
<strong>That does not mean I operate the store nor I'm compensated to link it on the list
above</strong>. In the future this list could expand or shrink, depending on a current market
situation.
</p>
<p>Want to mass produce SummerCart64? Before that please contact me via email address available on <a
href="https://github.com/Polprzewodnikowy">my GitHub profile.</a> Not required but let's have a
talk before committing to it.</p>
</section>
<div class="separator"></div>
<h1>Support the project</h1>

View File

@ -211,6 +211,10 @@ main>h1 {
margin: 0;
}
main>h3 {
margin-bottom: 0;
}
main p {
margin: var(--main-paragraph-margin) 0;
}