Change Text

This commit is contained in:
WindowsAurora 2024-03-06 13:13:21 +01:00
parent 199ba54073
commit 04d5a4ad91
2 changed files with 13 additions and 25 deletions

View file

@ -60,27 +60,13 @@
<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" data-bs-toggle="collapse" href="#collapseWindows" role="button" aria-expanded="false" aria-controls="collapseExample">
<a class="btn btn-primary" role="button" id="windowsbutton">
<img class="mr-5" id="windows" src="img/windows.svg" height="24" alt="Windows Logo">&nbspWindows
</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" role="button" id="linuxbutton">
<img class="mr-5" id="linux-icon" src="img/linux.svg" height="24" alt="Windows Logo">&nbspLinux
</a>
</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>
</section>
<section></section>

View file

@ -65,7 +65,9 @@
<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 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-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">
<img src="img/download.png" id="downloadicon" width="20"/>&nbspDownload
</button>
@ -78,10 +80,10 @@
<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 Fork Of Yuzu Made After The Shut Down Of The Yuzu Emulator<br>
After A Lawsuit Was Filed On February 26, 2024 And Was Settled On March 4, 2024<br>
Causing Yuzu To Stop Distribution Of All There Emulators: Yuzu And Citra<br>
Using Archives From The Web The Suyu Team Is Continuing Development Of Yuzu.</p>
<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>
It will not rely on Prod keys or any other method to decrypt ROMs within the emulator.
</div>
</section>
<section class="container pb-5" id="features">
@ -90,7 +92,7 @@
<div class="card text-center mx-3" style="width: 18rem;">
<div class="card-body">
<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">
<img src="img/gitlab.svg" alt="Git Logo" height="24" id="giticon">&nbspSource Code
</a>
@ -99,7 +101,7 @@
<div class="card text-center mx-3" style="width: 18rem;">
<div class="card-body">
<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">
<img src="img/download.png" id="downloadicon" width="20"/>&nbspDownload
</a>
@ -108,7 +110,7 @@
<div class="card text-center mx-3" style="width: 18rem;">
<div class="card-body">
<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">
<img src="img/discord.svg" alt="Discord Logo" height="24" id="discordicon">&nbspJoin
</a>
@ -121,7 +123,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>
<!--[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>
<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>
<script src="https://code.jquery.com/jquery-3.7.1
.min.js" crossorigin="anonymous"></script>