mirror of
https://github.com/yuzu-emu/yuzu-emu.github.io.git
synced 2025-06-08 13:27:25 +00:00
Moved call to actions to below hero on index page. Updated color.
This commit is contained in:
parent
4419f581cb
commit
9ecd732aa2
|
@ -1,6 +1,43 @@
|
||||||
{{ define "main" }}
|
{{ define "main" }} {{ partial "home_hero" . }}
|
||||||
|
|
||||||
{{ partial "home_hero" . }}
|
<section class="hero is-info">
|
||||||
|
<div class="hero-body">
|
||||||
|
<div class="container">
|
||||||
|
<nav class="columns">
|
||||||
|
|
||||||
|
<a class="column has-text-centered" href="https://www.google.com">
|
||||||
|
<span class="icon is-large">
|
||||||
|
<i class="fas fa-3x fa-cubes"></i>
|
||||||
|
</span>
|
||||||
|
<p class="title is-4">
|
||||||
|
<strong>Yuzu Development</strong>
|
||||||
|
</p>
|
||||||
|
<p class="subtitle">Custom Builds!</p>
|
||||||
|
</a>
|
||||||
|
|
||||||
|
<a class="column has-text-centered" href="https://www.google.com">
|
||||||
|
<span class="icon is-large">
|
||||||
|
<i class="fas fa-3x fa-cubes"></i>
|
||||||
|
</span>
|
||||||
|
<p class="title is-4">
|
||||||
|
<strong>Switch Hacking</strong>
|
||||||
|
</p>
|
||||||
|
<p class="subtitle">Cool!</p>
|
||||||
|
</a>
|
||||||
|
|
||||||
|
<a class="column has-text-centered" href="https://www.google.com">
|
||||||
|
<span class="icon is-large">
|
||||||
|
<i class="fas fa-3x fa-cubes"></i>
|
||||||
|
</span>
|
||||||
|
<p class="title is-4">
|
||||||
|
<strong>Switch Homebrew</strong>
|
||||||
|
</p>
|
||||||
|
<p class="subtitle">You can do that?</p>
|
||||||
|
</a>
|
||||||
|
</nav>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
|
||||||
<a name="about"></a>
|
<a name="about"></a>
|
||||||
<section class="hero">
|
<section class="hero">
|
||||||
|
@ -12,19 +49,13 @@
|
||||||
yuzu is a work-in-progress Nintendo Switch emulator. yuzu is an open-source project, licensed under the GPLv2 (or any later
|
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,
|
version). yuzu has been designed with portability in mind, with builds available for Windows, Linux,
|
||||||
and macOS.
|
and macOS.
|
||||||
</p>
|
|
||||||
|
|
||||||
<p>
|
|
||||||
The project was started in spring of 2017 by bunnei, one of the original authors of the popular Citra 3DS emulator, to experiment
|
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
|
with and research the Nintendo Switch. Due to the similarities between Switch and 3DS, yuzu was developed
|
||||||
as a fork of Citra.
|
as a fork of Citra.
|
||||||
</p>
|
|
||||||
|
|
||||||
<p>
|
|
||||||
This means that it uses the same project architecture, and both emulators benefit from shared improvements.
|
This means that it uses the same project architecture, and both emulators benefit from shared improvements.
|
||||||
</p>
|
|
||||||
|
|
||||||
<p>
|
|
||||||
During the early months of development, work was done in private, and progress was slow. However, as Switch reverse-engineering
|
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.
|
and homebrew development became popular, work on yuzu began to take off as well.
|
||||||
</p>
|
</p>
|
||||||
|
@ -85,45 +116,6 @@
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
<section class="hero is-info">
|
|
||||||
<div class="hero-body">
|
|
||||||
<div class="container">
|
|
||||||
<nav class="columns">
|
|
||||||
|
|
||||||
<a class="column has-text-centered" href="https://www.google.com">
|
|
||||||
<span class="icon is-large">
|
|
||||||
<i class="fas fa-3x fa-cubes"></i>
|
|
||||||
</span>
|
|
||||||
<p class="title is-4">
|
|
||||||
<strong>Yuzu Development</strong>
|
|
||||||
</p>
|
|
||||||
<p class="subtitle">Custom Builds!</p>
|
|
||||||
</a>
|
|
||||||
|
|
||||||
<a class="column has-text-centered" href="https://www.google.com">
|
|
||||||
<span class="icon is-large">
|
|
||||||
<i class="fas fa-3x fa-cubes"></i>
|
|
||||||
</span>
|
|
||||||
<p class="title is-4">
|
|
||||||
<strong>Switch Hacking</strong>
|
|
||||||
</p>
|
|
||||||
<p class="subtitle">Cool!</p>
|
|
||||||
</a>
|
|
||||||
|
|
||||||
<a class="column has-text-centered" href="https://www.google.com">
|
|
||||||
<span class="icon is-large">
|
|
||||||
<i class="fas fa-3x fa-cubes"></i>
|
|
||||||
</span>
|
|
||||||
<p class="title is-4">
|
|
||||||
<strong>Switch Homebrew</strong>
|
|
||||||
</p>
|
|
||||||
<p class="subtitle">You can do that?</p>
|
|
||||||
</a>
|
|
||||||
</nav>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</section>
|
|
||||||
|
|
||||||
<a name="updates"></a>
|
<a name="updates"></a>
|
||||||
<section class="section">
|
<section class="section">
|
||||||
<div class="container">
|
<div class="container">
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
$primary: #37474f;
|
$primary: #37474f;
|
||||||
$info: grey;
|
$info: #2e2e2e;
|
Loading…
Reference in a new issue