mirror of
https://github.com/nikdoof/website-hugo.git
synced 2025-12-13 12:12:18 +00:00
Clean up some usability errors
This commit is contained in:
@@ -3,8 +3,8 @@
|
||||
<div class="columns">
|
||||
|
||||
<div class="column is-1 is-pull-right-touch is-hidden-mobile">
|
||||
<img src="{{ absURL "images/rose_logo.svg" }}">
|
||||
</div>
|
||||
<img src="{{ absURL "images/rose_logo.svg" }}" alt="The logo of Leigh Hackspace">
|
||||
</div>
|
||||
|
||||
<div class="column is-4">
|
||||
<h4 class="title is-size-6 has-text-white">Leigh Hackspace</h4>
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
<nav class="navbar is-spaced" role="navigation" aria-label="main navigation">
|
||||
<div class="container">
|
||||
|
||||
<div class="navbar-brand" style="flex-grow: 1;">
|
||||
<div class="navbar-brand">
|
||||
<a class="navbar-item" href="{{ absURL "" }}">
|
||||
<img class="site-logo" src="{{ absURL "images/rose_logo.svg" }}" alt="" width="70">
|
||||
<img class="site-logo" src="{{ absURL "images/rose_logo.svg" }}" alt="The logo of Leigh Hackspace" width="70">
|
||||
<span class="site-logo-text">Leigh<br/>Hackspace</span>
|
||||
</a>
|
||||
<a role="button" class="navbar-burger" aria-label="menu" aria-expanded="false" data-target="navbar">
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "Leig Hackspace",
|
||||
"short_name": "Leig Hackspace",
|
||||
"name": "Leigh Hackspace",
|
||||
"short_name": "lhs",
|
||||
"icons": [
|
||||
{
|
||||
"src": "/android-chrome-192x192.png",
|
||||
|
||||
Reference in New Issue
Block a user