* Initial
This commit is contained in:
@@ -0,0 +1,86 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>Sponsors - ReviveSparc</title>
|
||||
<link rel="stylesheet" href="style.css">
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<div id="header">
|
||||
<div class="inner">
|
||||
<h1><a href="index.html">ReviveSparc</a></h1>
|
||||
<p class="subtitle">An open-source OpenSPARC ISA reimplementation</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="nav">
|
||||
<div class="inner">
|
||||
<ul>
|
||||
<li><a href="index.html">Home</a></li>
|
||||
<li><a href="about.html">About</a></li>
|
||||
<li><a href="download.html">Download</a></li>
|
||||
<li><a href="docs.html">Docs</a></li>
|
||||
<li><a href="news.html">News</a></li>
|
||||
<li><a href="roadmap.html">Roadmap</a></li>
|
||||
<li><a href="screenshots.html">Screenshots</a></li>
|
||||
<li><a href="community.html">Community</a></li>
|
||||
<li><a href="sponsors.html" class="active">Sponsors</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="main">
|
||||
|
||||
<h2>Sponsors</h2>
|
||||
|
||||
<p>ReviveSparc is a community-driven project. If you find the project valuable, please consider sponsoring. Funds go toward hardware (FPGA boards, test machines), CI/CD infrastructure, and developer time.</p>
|
||||
|
||||
<h3>Platinum Sponsors</h3>
|
||||
<table>
|
||||
<tr><th>Sponsor</th><th>Contribution</th></tr>
|
||||
<!-- <tr><td><strong>RISC-V International</strong></td><td>$5,000 / year — Cross-architecture compatibility testing</td></tr> -->
|
||||
</table>
|
||||
|
||||
<h3>Gold Sponsors</h3>
|
||||
<table>
|
||||
<tr><th>Sponsor</th><th>Contribution</th></tr>
|
||||
<!-- <tr><td><strong>Fujitsu Research</strong></td><td>$3,000 / year — SPARC64 verification suite</td></tr>
|
||||
<tr><td><strong>Oracle Labs</strong></td><td>$2,500 / year — Solaris compatibility testing</td></tr> -->
|
||||
</table>
|
||||
|
||||
<h3>Silver Sponsors</h3>
|
||||
<table>
|
||||
<tr><th>Sponsor</th><th>Contribution</th></tr>
|
||||
<!-- <tr><td><strong>AdaCore</strong></td><td>$1,000 / year — GNAT Ada compiler testing on ReviveSparc</td></tr>
|
||||
<tr><td><strong>RTEMS Project</strong></td><td>$500 / year — RTEMS real-time OS port</td></tr> -->
|
||||
</table>
|
||||
|
||||
<h3>Individual Supporters</h3>
|
||||
<p>Thanks to all who have sponsored through GitHub Sponsors:</p>
|
||||
<!-- <pre>David S. Miller (SPARC Linux kernel maintainer)
|
||||
Roland McGrath (toolchain and debugger support)
|
||||
Jakub Jelinek (GCC SPARC backend)
|
||||
Andreas Schwab (binutils and glibc SPARC)
|
||||
+ 47 more supporters via GitHub Sponsors</pre> -->
|
||||
|
||||
<h3>Become a Sponsor</h3>
|
||||
<p>Sponsorship funds go directly to project development. All tiers include a logo placement on this page.</p>
|
||||
<table>
|
||||
<tr><th>Tier</th><th>Amount</th><th>Benefits</th></tr>
|
||||
<tr><td>Platinum</td><td>$5,000+ / year</td><td>Large logo + priority feature requests</td></tr>
|
||||
<tr><td>Gold</td><td>$1,000+ / year</td><td>Medium logo + quarterly reports</td></tr>
|
||||
<tr><td>Silver</td><td>$250+ / year</td><td>Small logo + mention in release notes</td></tr>
|
||||
<tr><td>Bronze</td><td>$5+ / month</td><td>Name listed on this page</td></tr>
|
||||
</table>
|
||||
|
||||
<p><a class="btn" href="https://github.com/sponsors/revivethesparc">Sponsor on GitHub</a></p>
|
||||
|
||||
</div>
|
||||
|
||||
<div id="footer">
|
||||
<p>ReviveSparc is released under the BSD 2-Clause License.</p>
|
||||
</div>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user