From 9ecd732aa2f22e3a66c1b579add89f90fe48a0fb Mon Sep 17 00:00:00 2001 From: Chris Date: Fri, 12 Jan 2018 22:35:02 -0500 Subject: [PATCH] Moved call to actions to below hero on index page. Updated color. --- site/layouts/index.html | 86 ++++++++++++-------------- src/scss/yuzu/yuzu_before_derived.scss | 2 +- 2 files changed, 40 insertions(+), 48 deletions(-) diff --git a/site/layouts/index.html b/site/layouts/index.html index 517b25b1..599d6d50 100644 --- a/site/layouts/index.html +++ b/site/layouts/index.html @@ -1,6 +1,43 @@ -{{ define "main" }} +{{ define "main" }} {{ partial "home_hero" . }} -{{ partial "home_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 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.

@@ -85,45 +116,6 @@
-
- -
-
diff --git a/src/scss/yuzu/yuzu_before_derived.scss b/src/scss/yuzu/yuzu_before_derived.scss index f3cc5468..ac960a7b 100644 --- a/src/scss/yuzu/yuzu_before_derived.scss +++ b/src/scss/yuzu/yuzu_before_derived.scss @@ -1,2 +1,2 @@ $primary: #37474f; -$info: grey; \ No newline at end of file +$info: #2e2e2e; \ No newline at end of file