Fix Text Issues & Temporary Solution For Download Page
This commit is contained in:
parent
04d5a4ad91
commit
31391bbbaa
2 changed files with 11 additions and 10 deletions
|
@ -54,16 +54,16 @@
|
|||
<main>
|
||||
<section class="container" 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>
|
||||
</section>
|
||||
<section class="container" id="downloadsection">
|
||||
<div class="d-flex flex-column align-items-center" id="downloads">
|
||||
<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"> Windows
|
||||
</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"> Linux
|
||||
</a>
|
||||
</p>
|
||||
|
|
15
index.html
15
index.html
|
@ -65,10 +65,11 @@
|
|||
<img class="mr-5" id="suyu-logo" src="img/suyu.png" alt="Suyu Logo">
|
||||
<div>
|
||||
<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>
|
||||
It has been implemented in C++ with a strong focus on portability, <br>
|
||||
and actively maintained versions are readily available for Windows, Linux, and Android operating systems.
|
||||
<button type="button" class="btn btn-success" id="downloadbutton">
|
||||
<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>
|
||||
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
|
||||
</button>
|
||||
<button type="button" class="btn btn-primary sourcebtn" id="sourcebtntwo">
|
||||
|
@ -80,9 +81,9 @@
|
|||
<section class="container-fluid pb-5" id="information">
|
||||
<div class="d-flex flex-column align-items-center" id="info">
|
||||
<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>
|
||||
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>
|
||||
<p id="infotext">Suyu is a Switch emulator that is based on a previously open-source switch emulator project,
|
||||
<br> that had ceased its development on March 5th, 2024. The Suyu team has taken up the responsibility of <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.
|
||||
</div>
|
||||
</section>
|
||||
|
|
Loading…
Reference in a new issue