Update actions/configure-pages action to v5

This commit is contained in:
renovate[bot]
2024-03-30 02:42:19 +00:00
committed by Phyu
parent 07f5bb498e
commit 9c55bab426
19 changed files with 291 additions and 15 deletions

View File

@@ -21,7 +21,7 @@
<table border="1">
<tr>
<td>
<img src="{{ $image.RelPermalink}}">
<img src="{{ $image.RelPermalink}}" alt="">
</td>
<td>
<p><a href="{{ .RelPermalink }}">{{.Title}}</a> - {{ .Params.author }}<br />

View File

@@ -1,5 +1,5 @@
{{ with resources.Get "images/rose_logo.gif" }}
<h1><a href="{{ absURL "" }}" border="0"><img src="{{ .RelPermalink }}" alt="The logo of Leigh Hackspace" width="70px"></a> Leigh
<h1><a href="{{ absURL "" }}"><img src="{{ .RelPermalink }}" alt="The logo of Leigh Hackspace" width="70px"></a> Leigh
Hackspace</h1>
{{ end }}
<p>

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@@ -16,5 +16,5 @@
"theme_color": "#ffffff",
"background_color": "#ffffff",
"display": "standalone",
"start_url": "https://leighhack.org"
"start_url": "https://www.leighhack.org"
}