mirror of
https://github.com/nikdoof/website-hugo.git
synced 2025-12-13 15:42:20 +00:00
Cleanup and more pages
This commit is contained in:
@@ -3,7 +3,8 @@
|
||||
|
||||
<div class="navbar-brand" style="flex-grow: 1;">
|
||||
<a class="navbar-item" href="/">
|
||||
<img class="site-logo" src="/images/logo.svg" alt="" width="152">
|
||||
<img class="site-logo" src="/images/rose_logo.svg" alt="" width="70">
|
||||
<span style="font-size: .9em; line-height: 1.1; font-family: 'Transport Medium';">Leigh<br/>Hackspace</span>
|
||||
</a>
|
||||
<a role="button" class="navbar-burger" aria-label="menu" aria-expanded="false" data-target="navbar">
|
||||
<span aria-hidden="true"></span>
|
||||
@@ -15,10 +16,10 @@
|
||||
<div id="navbar" class="navbar-menu has-text-centered-touch is-size-5-touch">
|
||||
<div class="navbar-start is-half ">
|
||||
|
||||
<a href="/about" class="active navbar-item has-shadow is-size-5">About</a>
|
||||
<a href="/facilities" class=" navbar-item has-shadow is-size-5">Facilities</a>
|
||||
<a href="/contact" class=" navbar-item has-shadow is-size-5">Contact</a>
|
||||
|
||||
{{- range site.Menus.main }}
|
||||
<a href="{{ .URL }}" class="active navbar-item has-shadow is-size-5">{{ .Name }}</a>
|
||||
</a>
|
||||
{{- end }}
|
||||
|
||||
<div class="navbar-item has-shadow">
|
||||
<div class="buttons is-block-touch is-fullwidth-touch">
|
||||
|
||||
Reference in New Issue
Block a user