More tweaks and config

This commit is contained in:
2023-11-05 14:56:20 +00:00
parent 887a71117f
commit 3655261d53
10 changed files with 72 additions and 62 deletions

View File

@@ -0,0 +1,11 @@
{{ define "title" }}
Page Not Found
{{ end }}
{{ define "subtitle" }}
Oops!
{{ end }}
{{ define "content" }}
Sorry, this page doesn't exist!
{{ end }}

View File

@@ -8,8 +8,7 @@
<div class="column">
<h2 class="title has-text-white">Ready to become a member?</h2>
<p class="subtitle has-text-white">Leigh Hackspace is open to everyone. Being a member gives you instant
access to all our facilities. Start making today!</p>
<p class="subtitle has-text-white">Leigh Hackspace is open to everyone. Being a member gives you access to all our facilities. Start making today!</p>
<a href="/membership" class="button is-primary is-medium has-box-shadow is-fullwidth">Become a
Member</a>
</div>

View File

@@ -2,7 +2,7 @@
<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">
Become a member and get instant access to all the facilities at Leigh Hackspace.
Become a member and get access to all the facilities at Leigh Hackspace.
</div>
<div class="column is-4-tablet _is-2-desktop is-3-widescreen">
<a href="/membership" class="button is-primary is-fullwidth is-medium has-box-shadow">Join Today</a>

View File

@@ -12,7 +12,8 @@
Leigh Hackspace<br>
Unit 3.14, Leigh Spinners Mill<br>
Park Lane, Leigh <br>
WN7 2LB
WN7 2LB <br>
<a href="mailto:info@leighhack.org">info@leighhack.org</a>
</address>
</div>
@@ -21,9 +22,9 @@
<div class="columns">
<div class="column">
<ul class="has-text-white is-size-6 ">
<li><a href="/about">About Us</a></li>
<li><a href="/facilities">Our Facilities</a></li>
<li><a href="/contact">Contact Us</a></li>
{{- range site.Menus.main }}
<li><a href="{{ .URL }}">{{ .Name }}</a></li>
{{- end }}
</ul>
</div>
@@ -55,7 +56,7 @@
<div class="level-left">
</div>
<div class="level-right has-text-right">
<p>© {{ .Site.Params.company }} {{ .Site.Params.copyright_years }} | Initial website by <a href="https://www.studiocosmos.co.uk"
<p>&copy; {{ .Site.Params.company }} {{ .Site.Params.copyright_years }} | Initial website design by <a href="https://www.studiocosmos.co.uk"
target="_blank" rel="noopener">COSMOS</a><br/>
{{ .Site.Title }} is a trading name of {{ .Site.Params.Company }}, registered in England & Wales No. <a href="https://find-and-update.company-information.service.gov.uk/company/{{ .Site.Params.company_number }}">{{ .Site.Params.company_number }}</a></p>
</div>

View File

@@ -12,4 +12,4 @@
font-family: 'Transport Medium';
src: url('/fonts/transport-medium.woff2') format('woff2');
}
</style>
</style>

View File

@@ -1,5 +1,5 @@
<style>
.box-height { min-height: 180px; }
.box-height { min-height: 150px; }
</style>
<div class="columns pricing-tiers is-centered is-multiline">
{{- with .Site.Params.membership }}
@@ -7,9 +7,9 @@
<div class="column is-one-quarter">
<div class="box is-large hover-items">
<h3 class="is-size-4 has-text-weight-bold">{{ .name }}</h3>
<div class="is-size-1 has-text-weight-bold my-5">£{{ .price }}</div>
<div class="is-size-1 has-text-weight-bold">£{{ .price }}</div>
<div class="_is-block mt-1 is-size-6 has-text-weight-normal">per month</div>
<div class="content mt-5 box-height">
<div class="content mt-5 box-height is-size-5">
<p>{{ .description }}</p>
</div>
<div class="content">