mirror of
https://github.com/yuzu-emu/yuzu-emu.github.io.git
synced 2024-12-03 13:44:21 +01:00
Updated navbar menu. Updated section titles.
This commit is contained in:
parent
3efb47e76a
commit
2ccb5b749f
@ -8,13 +8,13 @@ theme = "shared-bulma-theme"
|
|||||||
paginate = 10
|
paginate = 10
|
||||||
|
|
||||||
[[menu.main]]
|
[[menu.main]]
|
||||||
name = "frequently asked questions"
|
name = "about"
|
||||||
weight = 1
|
weight = 1
|
||||||
identifier = "faq"
|
identifier = "about"
|
||||||
url = "#faq"
|
url = "#about"
|
||||||
|
|
||||||
[[menu.main]]
|
[[menu.main]]
|
||||||
name = "contributing"
|
name = "contribute"
|
||||||
weight = 2
|
weight = 2
|
||||||
identifier = "contribute"
|
identifier = "contribute"
|
||||||
url = "#contribute"
|
url = "#contribute"
|
||||||
|
@ -1,12 +1,13 @@
|
|||||||
{{ define "main" }}
|
{{ define "main" }}
|
||||||
{{ partial "home_hero" . }}
|
{{ partial "home_hero" . }}
|
||||||
|
|
||||||
<a name="faq"></a>
|
<a name="about"></a>
|
||||||
<section class="hero">
|
<section class="hero">
|
||||||
<div class="hero-body">
|
<div class="hero-body">
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<h1 class="title">Frequently asked questions</h1>
|
<h1 class="title">About Yuzu</h1>
|
||||||
<div class="content">
|
<div class="content">
|
||||||
|
<p>Another blurb about Yuzu.</p>
|
||||||
<ol>
|
<ol>
|
||||||
<li>
|
<li>
|
||||||
<span class="is-italic">Why are you the way you are?</span>
|
<span class="is-italic">Why are you the way you are?</span>
|
||||||
@ -22,7 +23,7 @@
|
|||||||
<section class="hero">
|
<section class="hero">
|
||||||
<div class="hero-body">
|
<div class="hero-body">
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<h1 class="title">How can I contribute?</h1>
|
<h1 class="title">Contributing and Donations</h1>
|
||||||
<div class="content">
|
<div class="content">
|
||||||
<p>A call to action!</p>
|
<p>A call to action!</p>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
Reference in New Issue
Block a user