mirror of
https://github.com/nikdoof/website-hugo.git
synced 2025-12-14 09:12:20 +00:00
Update actions/configure-pages action to v5
This commit is contained in:
@@ -368,4 +368,9 @@ footer {
|
||||
// Fix syntax highlighting to match Bulma pre
|
||||
div.highlight {
|
||||
padding-bottom: 1.25em;
|
||||
}
|
||||
|
||||
// Hackspace Status
|
||||
div#hackspace-open {
|
||||
display: none;
|
||||
}
|
||||
@@ -30,7 +30,7 @@
|
||||
<div class="column is-half">
|
||||
{{ block "hero-image" . }}
|
||||
{{ $hero := printf "%s/%s" "images/" .Params.hero_image }}
|
||||
<img class="image hero-img" src="{{ absURL $hero }}">
|
||||
<img class="image hero-img" src="{{ absURL $hero }}" alt="" height="300px">
|
||||
{{ end }}
|
||||
</div>
|
||||
{{ end }}
|
||||
|
||||
@@ -20,7 +20,7 @@
|
||||
<div class="box">
|
||||
<div class="columns">
|
||||
<div class="column is-one-quarter has-text-centered is-hidden-mobile">
|
||||
<img src="{{ $image.RelPermalink}}" class="image is-inline-block">
|
||||
<img src="{{ $image.RelPermalink }}" class="image is-inline-block" alt="">
|
||||
</div>
|
||||
<div class="column">
|
||||
<p><a href="{{ .RelPermalink }}">{{.Title}}</a> - {{ .Params.author }}<br />
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
<div class="columns is-vcentered has-text-centered-mobile">
|
||||
|
||||
<div class="column">
|
||||
<img class="cta-img" src="{{ absURL "images/hero-img.svg" }}">
|
||||
<img class="cta-img" src="{{ absURL "images/hero-img.svg" }}" height="560px" alt="">
|
||||
</div>
|
||||
|
||||
<div class="column">
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
<section class="small_cta">
|
||||
<div class="container ">
|
||||
<div class="columns is-centered is-multiline is-vcentered is-half-desktop has-text-centered py-4">
|
||||
<div class="column is-12-mobile _is-9-desktop _is-6-widescreen has-text-weight-bold" markdown="1">
|
||||
Leigh Hackspace is open to all.<br>Being a member gives you access to our space, tools, and community.
|
||||
<div class="column is-12-mobile _is-9-desktop _is-6-widescreen has-text-weight-bold">
|
||||
<p>Leigh Hackspace is open to all.<br>Being a member gives you access to our space, tools, and community.</p>
|
||||
</div>
|
||||
<div class="column is-4-tablet _is-2-desktop is-3-widescreen">
|
||||
<a href="{{ ref . "membership" }}" class="button is-primary is-fullwidth is-medium has-box-shadow">Join Leigh Hackspace</a>
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
<div class="container">
|
||||
<div class="columns">
|
||||
<div class="column is-1 is-pull-right-touch is-hidden-mobile">
|
||||
<img src="{{ absURL "images/rose_logo.svg" }}" alt="The logo of Leigh Hackspace">
|
||||
<img src="{{ absURL "images/rose_logo.svg" }}" alt="The logo of Leigh Hackspace" width="90px">
|
||||
</div>
|
||||
|
||||
<div class="column is-4">
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
<nav class="navbar is-spaced" role="navigation" aria-label="main navigation">
|
||||
<nav class="navbar is-spaced">
|
||||
<div class="container">
|
||||
|
||||
<div class="navbar-brand">
|
||||
@@ -6,7 +6,7 @@
|
||||
<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">
|
||||
<a role="button" class="navbar-burger" aria-label="open menu" aria-expanded="false" data-target="navbar">
|
||||
<span aria-hidden="true"></span>
|
||||
<span aria-hidden="true"></span>
|
||||
<span aria-hidden="true"></span>
|
||||
@@ -18,7 +18,6 @@
|
||||
|
||||
{{- 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">
|
||||
|
||||
@@ -16,5 +16,5 @@
|
||||
"theme_color": "#ffffff",
|
||||
"background_color": "#ffffff",
|
||||
"display": "standalone",
|
||||
"start_url": "https://leighhack.org"
|
||||
"start_url": "https://www.leighhack.org"
|
||||
}
|
||||
Reference in New Issue
Block a user