Merge branch 'main' into 'master'
Fix Bugs See merge request suyu-emu/website!2
This commit is contained in:
commit
0e5d9e494a
3 changed files with 17 additions and 28 deletions
|
@ -54,40 +54,26 @@
|
||||||
<main>
|
<main>
|
||||||
<section class="container" id="header">
|
<section class="container" id="header">
|
||||||
<div class="d-flex flex-column align-items-center" id="header">
|
<div class="d-flex flex-column align-items-center" id="header">
|
||||||
<h1 class="pb-5 mt-4" id="headertext">Downloads</h1>
|
<h1 class="pb-5 mt-4" id="headertext">Downloads ( Latest )</h1>
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
<section class="container" id="downloadsection">
|
<section class="container" id="downloadsection">
|
||||||
<div class="d-flex flex-column align-items-center" id="downloads">
|
<div class="d-flex flex-column align-items-center" id="downloads">
|
||||||
<p class="d-inline-flex gap-1">
|
<p class="d-inline-flex gap-1">
|
||||||
<a class="btn btn-primary" data-bs-toggle="collapse" href="#collapseWindows" role="button" aria-expanded="false" aria-controls="collapseExample">
|
<a class="btn btn-primary" href="https://github.com/pineappleEA/pineapple-src/releases/download/EA-4176/Windows-Yuzu-EA-4176.zip" role="button" id="windowsbutton">
|
||||||
<img class="mr-5" id="windows" src="img/windows.svg" height="24" alt="Windows Logo"> Windows
|
<img class="mr-5" id="windows" src="img/windows.svg" height="24" alt="Windows Logo"> Windows
|
||||||
</a>
|
</a>
|
||||||
<a class="btn btn-primary" data-bs-toggle="collapse" href="#collapseLinux" role="button" aria-expanded="false" aria-controls="collapseExample">
|
<a class="btn btn-primary" href="https://github.com/pineappleEA/pineapple-src/releases/download/EA-4176/Linux-Yuzu-EA-4176.AppImage" role="button" id="linuxbutton">
|
||||||
<img class="mr-5" id="linux-icon" src="img/linux.svg" height="24" alt="Windows Logo"> Linux
|
<img class="mr-5" id="linux-icon" src="img/linux.svg" height="24" alt="Windows Logo"> Linux
|
||||||
</a>
|
</a>
|
||||||
</p>
|
</p>
|
||||||
<div class="collapse" id="collapseWindows">
|
|
||||||
<div class="card" id="featuredbuild">
|
|
||||||
<h5 class="card-header">Featured Build</h5>
|
|
||||||
<div class="card-body">
|
|
||||||
<h5 class="card-title">Featured Build Name</h5>
|
|
||||||
<p class="card-text">Featured Build Description</p>
|
|
||||||
<a href="#" class="btn btn-primary">Download</a>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div class="collapse" id="collapseWindows">
|
|
||||||
<div class="container">
|
|
||||||
<h3 class="pb-5 mt-4" id="headertext">All Builds</h3>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
<section></section>
|
<section></section>
|
||||||
</main>
|
</main>
|
||||||
<!--[if IE]><div class="position-fixed bottom-0 w-100 p-2 text-bg-dark d-flex justify-content-between"><p>Outdated browser dectected. Please use a modern browser for a better browsing experience.</p><button type="button" class="btn-close btn-close-white" onClick="parentNode.remove()" aria-label="Close"></button></div><![endif]-->
|
<!--[if IE]><div class="position-fixed bottom-0 w-100 p-2 text-bg-dark d-flex justify-content-between"><p>Outdated browser dectected. Please use a modern browser for a better browsing experience.</p><button type="button" class="btn-close btn-close-white" onClick="parentNode.remove()" aria-label="Close"></button></div><![endif]-->
|
||||||
<footer>
|
<footer>
|
||||||
<small>© <script>document.write(new Date().getFullYear())</script> Your company name. All Rights Reserved.</small>
|
<small>© <script>document.write(new Date().getFullYear())</script> Suyu emulator is not affiliated or endorsed by Tropic Haze LLC Or Nintendo Co. Ltd.</small>
|
||||||
</footer>
|
</footer>
|
||||||
<script src="https://code.jquery.com/jquery-3.7.1
|
<script src="https://code.jquery.com/jquery-3.7.1
|
||||||
.min.js" crossorigin="anonymous"></script>
|
.min.js" crossorigin="anonymous"></script>
|
||||||
|
|
BIN
img/suyubg.webp
Normal file
BIN
img/suyubg.webp
Normal file
Binary file not shown.
After Width: | Height: | Size: 202 KiB |
23
index.html
23
index.html
|
@ -65,8 +65,11 @@
|
||||||
<img class="mr-5" id="suyu-logo" src="img/suyu.png" alt="Suyu Logo">
|
<img class="mr-5" id="suyu-logo" src="img/suyu.png" alt="Suyu Logo">
|
||||||
<div>
|
<div>
|
||||||
<h2 class="pb-3" id="headertext">A Open Source Switch Emulator</h2>
|
<h2 class="pb-3" id="headertext">A Open Source Switch Emulator</h2>
|
||||||
<p class="pb-2" id="headersubtext">Suyu is an experimental open-source emulator for the Nintendo Switch System. Built with portability in mind, it is coded in C++ and actively maintained for Windows And Linux</p>
|
<p class="pb-3" id="headersubtext">Suyu is a Switch emulator that is based on a previously open-source switch emulator project, that had ceased its development on March 5th, 2024.<br>
|
||||||
<button type="button" class="btn btn-success" id="downloadbutton">
|
The Suyu team has taken up the responsibility of continuing its development.<br>
|
||||||
|
Suyu will exclusively support already decrypted ROMs and will not provide support for encrypted ROMs.<br>
|
||||||
|
It will not rely on Prod keys or any other method to decrypt ROMs within the emulator.</p>
|
||||||
|
<button type="button" class="btn btn-success" id="downloadbutton">
|
||||||
<img src="img/download.png" id="downloadicon" width="20"/> Download
|
<img src="img/download.png" id="downloadicon" width="20"/> Download
|
||||||
</button>
|
</button>
|
||||||
<button type="button" class="btn btn-primary sourcebtn" id="sourcebtntwo">
|
<button type="button" class="btn btn-primary sourcebtn" id="sourcebtntwo">
|
||||||
|
@ -78,10 +81,10 @@
|
||||||
<section class="container-fluid pb-5" id="information">
|
<section class="container-fluid pb-5" id="information">
|
||||||
<div class="d-flex flex-column align-items-center" id="info">
|
<div class="d-flex flex-column align-items-center" id="info">
|
||||||
<h1 class="pb-3 mt-4" id="infoheadtext">About Suyu</h1>
|
<h1 class="pb-3 mt-4" id="infoheadtext">About Suyu</h1>
|
||||||
<p id="infotext">Suyu Is A Fork Of Yuzu Made After The Shut Down Of The Yuzu Emulator<br>
|
<p id="infotext">Suyu is a Switch emulator that is based on a previously open-source switch emulator project,
|
||||||
After A Lawsuit Was Filed On February 26, 2024 And Was Settled On March 4, 2024<br>
|
<br> that had ceased its development on March 5th, 2024. The Suyu team has taken up the responsibility of <br>
|
||||||
Causing Yuzu To Stop Distribution Of All There Emulators: Yuzu And Citra<br>
|
continuing its development. Suyu will exclusively support already decrypted ROMs and will not provide support for encrypted ROMs. <br>
|
||||||
Using Archives From The Web The Suyu Team Is Continuing Development Of Yuzu.</p>
|
It will not rely on Prod keys or any other method to decrypt ROMs within the emulator.
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
<section class="container pb-5" id="features">
|
<section class="container pb-5" id="features">
|
||||||
|
@ -90,7 +93,7 @@
|
||||||
<div class="card text-center mx-3" style="width: 18rem;">
|
<div class="card text-center mx-3" style="width: 18rem;">
|
||||||
<div class="card-body">
|
<div class="card-body">
|
||||||
<h5 class="card-title">Open Source</h5>
|
<h5 class="card-title">Open Source</h5>
|
||||||
<p class="card-text">The Project's Source Code Is Available In Gitlab</p>
|
<p class="card-text">The project's source code is available in gitlab</p>
|
||||||
<a href="#" class="btn btn-primary sourcebtn" id="sourcebtnthree">
|
<a href="#" class="btn btn-primary sourcebtn" id="sourcebtnthree">
|
||||||
<img src="img/gitlab.svg" alt="Git Logo" height="24" id="giticon"> Source Code
|
<img src="img/gitlab.svg" alt="Git Logo" height="24" id="giticon"> Source Code
|
||||||
</a>
|
</a>
|
||||||
|
@ -99,7 +102,7 @@
|
||||||
<div class="card text-center mx-3" style="width: 18rem;">
|
<div class="card text-center mx-3" style="width: 18rem;">
|
||||||
<div class="card-body">
|
<div class="card-body">
|
||||||
<h5 class="card-title">Cross Platform</h5>
|
<h5 class="card-title">Cross Platform</h5>
|
||||||
<p class="card-text">Suyu Is Available For Linux & Windows</p>
|
<p class="card-text">Suyu is available for Linux & Windows</p>
|
||||||
<a href="#" class="btn btn-success" id="downloadbtnthree">
|
<a href="#" class="btn btn-success" id="downloadbtnthree">
|
||||||
<img src="img/download.png" id="downloadicon" width="20"/> Download
|
<img src="img/download.png" id="downloadicon" width="20"/> Download
|
||||||
</a>
|
</a>
|
||||||
|
@ -108,7 +111,7 @@
|
||||||
<div class="card text-center mx-3" style="width: 18rem;">
|
<div class="card text-center mx-3" style="width: 18rem;">
|
||||||
<div class="card-body">
|
<div class="card-body">
|
||||||
<h5 class="card-title">Well Supported</h5>
|
<h5 class="card-title">Well Supported</h5>
|
||||||
<p class="card-text">Suyu Has A Discord Server For Support Inqueries <br> Full Of Passionate Emulation Community Members</p>
|
<p class="card-text">Suyu has a discord server for support inqueries <br> Full of passionate emulation community members</p>
|
||||||
<a href="#" class="btn btn-info discordbtn" id="discordbtnthree">
|
<a href="#" class="btn btn-info discordbtn" id="discordbtnthree">
|
||||||
<img src="img/discord.svg" alt="Discord Logo" height="24" id="discordicon"> Join
|
<img src="img/discord.svg" alt="Discord Logo" height="24" id="discordicon"> Join
|
||||||
</a>
|
</a>
|
||||||
|
@ -121,7 +124,7 @@
|
||||||
<div class="position-fixed top-0 w-100 p-2 text-bg-dark d-flex justify-content-between" id="announcement"><p id="annoucement-text">We Need Developers! Join Our Discord Server To Join Our Development Team!</p><button type="button" id="announceclose" class="btn-close btn-close-white" onClick="parentNode.remove()" aria-label="Close"></button></div>
|
<div class="position-fixed top-0 w-100 p-2 text-bg-dark d-flex justify-content-between" id="announcement"><p id="annoucement-text">We Need Developers! Join Our Discord Server To Join Our Development Team!</p><button type="button" id="announceclose" class="btn-close btn-close-white" onClick="parentNode.remove()" aria-label="Close"></button></div>
|
||||||
<!--[if IE]><div class="position-fixed bottom-0 w-100 p-2 text-bg-dark d-flex justify-content-between"><p>Outdated browser dectected. Please use a modern browser for a better browsing experience.</p><button type="button" class="btn-close btn-close-white" onClick="parentNode.remove()" aria-label="Close"></button></div><![endif]-->
|
<!--[if IE]><div class="position-fixed bottom-0 w-100 p-2 text-bg-dark d-flex justify-content-between"><p>Outdated browser dectected. Please use a modern browser for a better browsing experience.</p><button type="button" class="btn-close btn-close-white" onClick="parentNode.remove()" aria-label="Close"></button></div><![endif]-->
|
||||||
<footer>
|
<footer>
|
||||||
<small>© <script>document.write(new Date().getFullYear())</script> Suyu Emulator Is Not Affiliated Or Endorsed With Tropic Haze LLC Or Nintendo Co. Ltd.</small>
|
<small>© <script>document.write(new Date().getFullYear())</script> Suyu emulator is not affiliated or endorsed by Tropic Haze LLC Or Nintendo Co. Ltd.</small>
|
||||||
</footer>
|
</footer>
|
||||||
<script src="https://code.jquery.com/jquery-3.7.1
|
<script src="https://code.jquery.com/jquery-3.7.1
|
||||||
.min.js" crossorigin="anonymous"></script>
|
.min.js" crossorigin="anonymous"></script>
|
||||||
|
|
Loading…
Reference in a new issue