Updated landing page to highlight ways to use Sovran_SystemsOS and added donation information.

This commit is contained in:
Sovran_Systems
2026-04-09 17:58:41 -05:00
parent bd9f889982
commit 0af6a7cf66

51
index.html Normal file
View File

@@ -0,0 +1,51 @@
<section id="usage-ways">
<h2>Three Ways to Use Sovran_SystemsOS</h2>
<div class="usage-option">
<h3><img src="path/to/desktop-icon.png" alt="Desktop Option"> Desktop</h3>
<p>Enjoy a full-fledged desktop experience.</p>
</div>
<div class="usage-option">
<h3><img src="path/to/bitcoin-icon.png" alt="Node Option"> Node</h3>
<p>Leverage the power of Node for your applications.</p>
</div>
<div class="usage-option">
<h3><img src="path/to/server-icon.png" alt="Server Option"> Server</h3>
<p>Utilize cutting-edge server capabilities.</p>
</div>
</section>
<section id="download">
<h2>Download Sovran_SystemsOS</h2>
<p>Sovran_SystemsOS is free to download for all three options: Desktop, Node, and Server.</p>
<p><strong>Installation Instructions:</strong></p>
<ul>
<li>For Mac: <a href="#mac-install">Installation Guide</a></li>
<li>For Windows: <a href="#windows-install">Installation Guide</a></li>
<li>For Linux: <a href="#linux-install">Installation Guide</a></li>
</ul>
<a href="#download-link" class="btn btn-primary">Download Now</a>
</section>
<section id="donations">
<h2>Support Us Through Donations</h2>
<p>Help us keep Sovran_SystemsOS alive and thriving!</p>
<div class="donation-tier">
<h3>Regular Donation</h3>
<p>Encouraging daily users to support us!</p>
</div>
<div class="donation-tier royal">
<h3>Royal Donation - $1500</h3>
<p>Receive a white-glove installation on curated hardware with 1 year private tech support and 1 year domain purchase.</p>
<p>Hardware Specs: AMD Ryzen 5 7535U | DDR5 32GB RAM | 1TB NVME | 4TB SSD NVME | 2x 1 Gigbit LAN Ports | 1 Year Tech Support | 1 Year Warranty</p>
</div>
<a href="https://zaps.sovransystems.com/" class="btn btn-donate">Donate Now</a>
</section>
<style>
#usage-ways {
background-color: #2b2b2b;
color: white;
}
.donation-tier {
background-color: #5a5a5a;
margin: 10px;
padding: 10px;
}
</style>