From 71eef466438673cedacf1f09485e5cb4eadb1e62 Mon Sep 17 00:00:00 2001 From: Chris Date: Fri, 12 Jan 2018 23:24:02 -0500 Subject: [PATCH] Use tiles instead of columns for twitter feed. --- site/layouts/index.html | 83 +++++++++++++++------------------- site/themes/shared-bulma-theme | 2 +- 2 files changed, 38 insertions(+), 47 deletions(-) diff --git a/site/layouts/index.html b/site/layouts/index.html index f158d8386..82e82ef0f 100644 --- a/site/layouts/index.html +++ b/site/layouts/index.html @@ -39,7 +39,6 @@ -
@@ -61,65 +60,57 @@ publicly. As an emulator, yuzu is in its infancy, and is only currently useful for Switch reverse-engineering and homebrew development.

+
-
-
-
-
-

Can I use yuzu to play Switch games?

-
-
-
- No – at this time, yuzu does not run any commercial Switch games. yuzu can boot some games, to varying degrees of success, - but does not implement any of the necessary GPU features to render 3D graphics. -
-
-
-
- -
-
-
-

When will yuzu run games?

-
-
-
- In short – we do not know how soon games might run. While yuzu is making great progress, Switch emulation is very complex. - Running games is one of the team’s top priorities, so we are actively working toward - that goal! -
-
-
-
- -
-
-
-

Where does the name come from?

-
-
-
- Citrus junos, or yuzu (from Japanese ユズ), 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. -
+
+
+
+
+

Can I play Switch games?

+
+ No – at this time, yuzu does not run any commercial Switch games. yuzu can boot some games, to varying degrees of success, + but does not implement any of the necessary GPU features to render 3D graphics.
+
+
+
+

When will yuzu run games?

+
+ In short – we do not know how soon games might run. While yuzu is making great progress, Switch emulation is very complex. + Running games is one of the team’s top priorities, so we are actively working toward that + goal! +
+
+
+
+ +
+
+
+

Where does the name come from?

+
+ Citrus junos, or yuzu (from Japanese ユズ), 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. +
+
+
+
-
-
+
{{ range sort .Site.Data.twitter "order" }} -
- {{ partial "widget/tweet.html" . }} -
+
+ {{ partial "widget/tweet.html" . }} +
{{ end }}
diff --git a/site/themes/shared-bulma-theme b/site/themes/shared-bulma-theme index 27c55b581..6ed8d94be 160000 --- a/site/themes/shared-bulma-theme +++ b/site/themes/shared-bulma-theme @@ -1 +1 @@ -Subproject commit 27c55b5813c070325d3bc8cf70102efc3f640c40 +Subproject commit 6ed8d94be8a4fe6f135b613900acbbc337a6d82e