mirror of
https://github.com/nikdoof/website-hugo.git
synced 2025-12-14 13:52:17 +00:00
More tweaks and config
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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>© {{ .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>
|
||||
|
||||
@@ -12,4 +12,4 @@
|
||||
font-family: 'Transport Medium';
|
||||
src: url('/fonts/transport-medium.woff2') format('woff2');
|
||||
}
|
||||
</style>
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user