Moved call to actions to below hero on index page. Updated color.

This commit is contained in:
Chris 2018-01-12 22:35:02 -05:00
parent 4419f581cb
commit 9ecd732aa2
2 changed files with 40 additions and 48 deletions

View file

@ -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">

View file

@ -1,2 +1,2 @@
$primary: #37474f; $primary: #37474f;
$info: grey; $info: #2e2e2e;