mirror of
https://github.com/yuzu-emu/yuzu-emu.github.io.git
synced 2024-12-02 13:14: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
|
||||
|
||||
[[menu.main]]
|
||||
name = "frequently asked questions"
|
||||
name = "about"
|
||||
weight = 1
|
||||
identifier = "faq"
|
||||
url = "#faq"
|
||||
identifier = "about"
|
||||
url = "#about"
|
||||
|
||||
[[menu.main]]
|
||||
name = "contributing"
|
||||
name = "contribute"
|
||||
weight = 2
|
||||
identifier = "contribute"
|
||||
url = "#contribute"
|
||||
|
@ -1,12 +1,13 @@
|
||||
{{ define "main" }}
|
||||
{{ partial "home_hero" . }}
|
||||
|
||||
<a name="faq"></a>
|
||||
<a name="about"></a>
|
||||
<section class="hero">
|
||||
<div class="hero-body">
|
||||
<div class="container">
|
||||
<h1 class="title">Frequently asked questions</h1>
|
||||
<h1 class="title">About Yuzu</h1>
|
||||
<div class="content">
|
||||
<p>Another blurb about Yuzu.</p>
|
||||
<ol>
|
||||
<li>
|
||||
<span class="is-italic">Why are you the way you are?</span>
|
||||
@ -22,7 +23,7 @@
|
||||
<section class="hero">
|
||||
<div class="hero-body">
|
||||
<div class="container">
|
||||
<h1 class="title">How can I contribute?</h1>
|
||||
<h1 class="title">Contributing and Donations</h1>
|
||||
<div class="content">
|
||||
<p>A call to action!</p>
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user