Added hyperlinks and

This commit is contained in:
Chris 2018-01-14 01:50:11 -05:00
parent 7802713ea3
commit 4d5eb75b63
2 changed files with 18 additions and 16 deletions

View file

@ -48,21 +48,21 @@
<h1 class="title">About</h1>
<div class="content">
<p>
yuzu is a work-in-progress Nintendo Switch emulator. yuzu is an open-source project, licensed under the GPLv2 (or any later
version). yuzu has been designed with portability in mind, with builds available for Windows, Linux,
and macOS. The project was started in spring of 2017 by bunnei, one of the original authors of the popular
Citra 3DS emulator, to experiment with and research the Nintendo Switch. Due to the similarities between
Switch and 3DS, yuzu was developed as a fork of Citra. This means that it uses the same project architecture,
and both emulators benefit from shared improvements. During the early months of development, work was
done in private, and progress was slow. However, as Switch reverse-engineering and homebrew development
became popular, work on yuzu began to take off as well.
</p>
<p>
In January of 2018, the yuzu team was formed out of several Citra developers, and the decision was made to release the project
publicly. As an emulator, yuzu is in its infancy, and is only currently useful for Switch reverse-engineering
and homebrew development.
</p>
yuzu is a work-in-progress Nintendo Switch emulator. yuzu is an open-source project, licensed under the GPLv2 (or any later
version). yuzu has been designed with portability in mind, with builds available for Windows, Linux,
and macOS. The project was started in spring of 2017 by <a href="https://github.com/bunnei">bunnei</a>, one of the original authors of the popular
<a href="https://citra-emu.org/">Citra 3DS emulator</a>, to experiment with and research the Nintendo Switch. Due to the similarities between
Switch and 3DS, yuzu was developed as a fork of Citra. This means that it uses the same project architecture,
and both emulators benefit from shared improvements. During the early months of development, work was
done in private, and progress was slow. However, as Switch reverse-engineering and homebrew development
became popular, work on yuzu began to take off as well.
</p>
<p>
In January of 2018, the yuzu team was formed out of several Citra developers, and the decision was made to release the project
publicly. As an emulator, yuzu is in its infancy, and is only currently useful for Switch reverse-engineering
and homebrew development.
</p>
</div>
<div class="tile is-ancestor">
@ -96,7 +96,7 @@
<div class="card-content">
<p class="title is-4">Where does the name come from?</p>
<div class="content">
Citrus junos, or yuzu (from Japanese ユズ), is a citrus fruit, most commonly used in Asian cuisines. This name was chosen as
<a href="https://en.wikipedia.org/wiki/Citrus_junos">Citrus junos, or yuzu (from Japanese ユズ)</a>, is a citrus fruit, most commonly used in Asian cuisines. This name was chosen as
an homage to Citra and its developers, whose work gave the foundation for this project.
</div>
</div>

View file

@ -13,5 +13,7 @@ $text: $white;
$text-light: $white;
$text-strong: $white;
$link: #03a9f4;
$title-color: $white;
$subtitle-color: $white;