Files
website-hugo/themes/lhs/layouts/partials/footer.html
2023-11-05 12:12:07 +00:00

73 lines
3.3 KiB
HTML

<footer class="footer _footer--sticky is-black has-text-white">
<div class="container">
<div class="columns">
<div class="column is-1 is-pull-right-touch">
<svg xmlns="http://www.w3.org/2000/svg" width="45" height="44" viewBox="0 0 45 44">
<path fill="#FFF" fill-rule="evenodd"
d="M36.249 16.101l-8.253-8.224.993-.989L22.077 0l-10.17 10.134 6.634 6.61 2.386-2.378 1.738 1.732-6.51 6.488-1.738-1.732 2.386-2.378-6.633-6.61L0 22l6.912 6.888 1.025-1.02 8.252 8.223-1.024 1.02L22.077 44l10.17-10.134-6.634-6.611-2.387 2.378-1.737-1.731 6.51-6.488 1.738 1.731-2.387 2.379 6.634 6.61L44.154 22l-6.912-6.888z">
</path>
</svg>
</div>
<div class="column is-4">
<h4 class="title is-6 has-text-white">Where we are</h4>
<address class="is-size-6">
Leigh Hackspace<br>
Leigh Spinners Mill (3rd Floor)<br>
Park Lane <br>
Leigh <br>
WN7 2LB
</address>
</div>
<div class="column is-5-mobile is-4">
<h4 class="title is-size-6 has-text-white">Site Links</h4>
<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>
</ul>
</div>
</div>
</div>
<div class="column">
<h4 class="title is-6 has-text-white">Socials</h4>
<div class="columns">
<div class="column is-4">
<ul class="has-text-white is-size-6 ">
{{- with .Site.Params.social }}
{{ range . -}}
<li><a href="{{ .url | safeURL }}" target="_blank" rel="noopener me" title="{{ .name | humanize }}">{{ .name | humanize }}</a></li>
{{ end }}
{{- end }}
</ul>
</div>
</div>
</div>
</div>
<div class="columns is-vcentered is-size-6 is-multiline has-text-grey mt-4">
<div class="column is-10-desktop is-offset-1-desktop">
<div class="level">
<div class="level-left">
</div>
<div class="level-right">
<p>© {{ .Site.Params.company }} {{ .Site.Params.copyright_years }} | Initial website 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>
</div>
</div>
</div>
</div>
</footer>