Updated navbar menu. Updated section titles.

This commit is contained in:
Chris 2018-01-10 17:40:46 -05:00
parent 3efb47e76a
commit 2ccb5b749f
2 changed files with 8 additions and 7 deletions

View File

@ -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"

View File

@ -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>