feat: add hosts section

This commit is contained in:
Jorys Paulin
2024-10-25 10:26:55 +02:00
committed by Cameron Gutman
parent dce18a2708
commit 82e7efeb24
+41 -5
View File
@@ -78,6 +78,11 @@
</li> </li>
<li><a href="#">Host Downloads</a> <li><a href="#">Host Downloads</a>
<ul> <ul>
<li>
<a href="https://github.com/LizardByte/Sunshine/releases">
<div>Sunshine</div>
</a>
</li>
<li> <li>
<a href="https://www.geforce.com/geforce-experience"> <a href="https://www.geforce.com/geforce-experience">
<div>GeForce Experience</div> <div>GeForce Experience</div>
@@ -88,11 +93,6 @@
<div>Internet Hosting Tool</div> <div>Internet Hosting Tool</div>
</a> </a>
</li> </li>
<li>
<a href="https://github.com/LizardByte/Sunshine/releases">
<div>Sunshine</div>
</a>
</li>
</ul> </ul>
</li> </li>
<li><a href="#">Client Downloads</a> <li><a href="#">Client Downloads</a>
@@ -342,6 +342,42 @@
</div> </div>
</div> </div>
<!-- Compatible hosts -->
<div class="wrapper style1">
<div class="title">Compatible hosts</div>
<div class="container text-align-center">
<div class="row oneandhalf">
<div class="4u">
<section class="highlight">
<h3><a href="https://github.com/LizardByte/Sunshine">Sunshine</a></h3>
<p>An open-source host made from the ground up for Moonlight, Sunshine is the recommended host to start streaming with Moonlight.</p>
<ul class="actions">
<li><a href="https://github.com/LizardByte/Sunshine/releases" class="button style1">Download</a></li>
</ul>
</section>
</div>
<div class="4u">
<section class="highlight">
<h3><a href="https://www.nvidia.com/en-us/geforce/geforce-experience/">GeForce Experience</a></h3>
<p>The original software to stream games to the NVIDIA SHIELD and Moonlight clients, GeForce Experience and its SHIELD streaming feature are now being discontinued by NVIDIA.</p>
<ul class="actions">
<li><a href="https://www.nvidia.com/en-us/geforce/geforce-experience/" class="button style1">Download</a></li>
</ul>
</section>
</div>
<div class="4u">
<section class="highlight">
<h3><a href="https://games-on-whales.github.io/">Wolf</a></h3>
<p>A part of the Games on Whales project, Wolf allows streaming games and applications running inside Docker containers to Moonlight clients.</p>
<ul class="actions">
<li><a href="https://games-on-whales.github.io/" class="button style1">More details</a></li>
</ul>
</section>
</div>
</div>
</div>
</div>
<!-- Moonlight getting started tab --> <!-- Moonlight getting started tab -->
<div class="wrapper style2"> <div class="wrapper style2">
<div class="title">Getting Started</div> <div class="title">Getting Started</div>