Fix Text Issues & Temporary Solution For Download Page

This commit is contained in:
WindowsAurora 2024-03-06 13:27:32 +01:00
parent 04d5a4ad91
commit 31391bbbaa
2 changed files with 11 additions and 10 deletions

View file

@ -54,16 +54,16 @@
<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" role="button" id="windowsbutton"> <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">&nbspWindows <img class="mr-5" id="windows" src="img/windows.svg" height="24" alt="Windows Logo">&nbspWindows
</a> </a>
<a class="btn btn-primary" role="button" id="linuxbutton"> <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">&nbspLinux <img class="mr-5" id="linux-icon" src="img/linux.svg" height="24" alt="Windows Logo">&nbspLinux
</a> </a>
</p> </p>

View file

@ -65,9 +65,10 @@
<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, pronounced as "sue-you," is the rebirth of the world's most popular open-source Nintendo Switch emulator. <br> <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>
It has been implemented in C++ with a strong focus on portability, <br> The Suyu team has taken up the responsibility of continuing its development.<br>
and actively maintained versions are readily available for Windows, Linux, and Android operating systems. 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"> <button type="button" class="btn btn-success" id="downloadbutton">
<img src="img/download.png" id="downloadicon" width="20"/>&nbspDownload <img src="img/download.png" id="downloadicon" width="20"/>&nbspDownload
</button> </button>
@ -80,9 +81,9 @@
<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 Switch emulator that is based on a previously open-source switch emulator project, that had ceased its development on March 5th, 2024. <br> <p id="infotext">Suyu is a Switch emulator that is based on a previously open-source switch emulator project,
The Suyu team has taken up the responsibility of continuing its development. <br> <br> that had ceased its development on March 5th, 2024. The Suyu team has taken up the responsibility of <br>
Suyu will exclusively support already decrypted ROMs and will not provide support for encrypted ROMs. <br> continuing its development. 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. It will not rely on Prod keys or any other method to decrypt ROMs within the emulator.
</div> </div>
</section> </section>