mirror of
https://github.com/yuzu-emu/yuzu-emu.github.io.git
synced 2024-11-30 12:14:19 +01:00
Use tiles instead of columns for twitter feed.
This commit is contained in:
parent
3d2626c69c
commit
71eef46643
@ -39,7 +39,6 @@
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<a name="about"></a>
|
||||
<section class="hero">
|
||||
<div class="hero-body">
|
||||
<div class="container">
|
||||
@ -61,14 +60,13 @@
|
||||
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">
|
||||
<div class="tile is-parent">
|
||||
<div class="card">
|
||||
<header class="card-header">
|
||||
<p class="card-header-title">Can I use yuzu to play Switch games?</p>
|
||||
</header>
|
||||
<div class="card-content">
|
||||
<p class="title is-4">Can I play Switch games?</p>
|
||||
<div class="content">
|
||||
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.
|
||||
@ -79,14 +77,12 @@
|
||||
|
||||
<div class="tile is-parent">
|
||||
<div class="card">
|
||||
<header class="card-header">
|
||||
<p class="card-header-title">When will yuzu run games?</p>
|
||||
</header>
|
||||
<div class="card-content">
|
||||
<p class="title is-4">When will yuzu run games?</p>
|
||||
<div class="content">
|
||||
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!
|
||||
Running games is one of the team’s top priorities, so we are actively working toward that
|
||||
goal!
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@ -94,10 +90,8 @@
|
||||
|
||||
<div class="tile is-parent">
|
||||
<div class="card">
|
||||
<header class="card-header">
|
||||
<p class="card-header-title">Where does the name come from?</p>
|
||||
</header>
|
||||
<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
|
||||
an homage to Citra and its developers, whose work gave the foundation for this project.
|
||||
@ -106,18 +100,15 @@
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<a name="updates"></a>
|
||||
<section class="section">
|
||||
<div class="container">
|
||||
<div class="columns is-multiline">
|
||||
<div class="tile is-ancestor">
|
||||
{{ range sort .Site.Data.twitter "order" }}
|
||||
<div class="column is-one-third">
|
||||
<div class="tile is-parent">
|
||||
{{ partial "widget/tweet.html" . }}
|
||||
</div>
|
||||
{{ end }}
|
||||
|
@ -1 +1 @@
|
||||
Subproject commit 27c55b5813c070325d3bc8cf70102efc3f640c40
|
||||
Subproject commit 6ed8d94be8a4fe6f135b613900acbbc337a6d82e
|
Loading…
Reference in New Issue
Block a user