mirror of
https://github.com/yuzu-emu/yuzu-emu.github.io.git
synced 2025-06-08 13:27:25 +00:00
Updated index layout.
This commit is contained in:
parent
69860e4623
commit
bfc2e4e191
|
@ -14,10 +14,10 @@ paginate = 10
|
|||
url = "#about"
|
||||
|
||||
[[menu.main]]
|
||||
name = "contribute"
|
||||
name = "getting started"
|
||||
weight = 2
|
||||
identifier = "contribute"
|
||||
url = "#contribute"
|
||||
identifier = "getting-started"
|
||||
url = "#getting-started"
|
||||
|
||||
[[menu.main]]
|
||||
name = "updates"
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
<section class="hero">
|
||||
<div class="hero-body">
|
||||
<div class="container">
|
||||
<h1 class="title">About Yuzu</h1>
|
||||
<h1 class="title">About</h1>
|
||||
<div class="content">
|
||||
<p>Another blurb about Yuzu.</p>
|
||||
<ol>
|
||||
|
@ -19,11 +19,11 @@
|
|||
</div>
|
||||
</section>
|
||||
|
||||
<a name="contribute"></a>
|
||||
<a name="getting-started"></a>
|
||||
<section class="hero">
|
||||
<div class="hero-body">
|
||||
<div class="container">
|
||||
<h1 class="title">Contributing and Donations</h1>
|
||||
<h1 class="title">Getting Started</h1>
|
||||
<div class="content">
|
||||
<p>A call to action!</p>
|
||||
</div>
|
||||
|
@ -31,6 +31,18 @@
|
|||
</div>
|
||||
</section>
|
||||
|
||||
<a name="donate"></a>
|
||||
<section class="hero">
|
||||
<div class="hero-body">
|
||||
<div class="container">
|
||||
<h1 class="title">Donating</h1>
|
||||
<div class="content">
|
||||
<p>A call to action... 2!</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<a name="updates"></a>
|
||||
<section class="section">
|
||||
<div class="container">
|
||||
|
|
Loading…
Reference in a new issue