mirror of
https://github.com/nikdoof/website-hugo.git
synced 2025-12-14 13:52:17 +00:00
Initial commit
This commit is contained in:
19
themes/lhs/layouts/partials/design/bigcta.html
Normal file
19
themes/lhs/layouts/partials/design/bigcta.html
Normal file
@@ -0,0 +1,19 @@
|
||||
<section class="has-primary-gradient cta-container">
|
||||
<div class="container">
|
||||
<div class="columns is-vcentered has-text-centered-mobile">
|
||||
|
||||
<div class="column">
|
||||
<img class="cta-img" src="/images/hero-img.svg"
|
||||
onerror="this.onerror=null; this.src= '/user/themes/leighhack/images/hero-img@2x.png'">
|
||||
</div>
|
||||
|
||||
<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>
|
||||
<a href="/membership" class="button is-primary is-medium has-box-shadow is-fullwidth">Become a
|
||||
Member</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
12
themes/lhs/layouts/partials/design/cta.html
Normal file
12
themes/lhs/layouts/partials/design/cta.html
Normal file
@@ -0,0 +1,12 @@
|
||||
<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">
|
||||
Become a member and get instant 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>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
73
themes/lhs/layouts/partials/footer.html
Normal file
73
themes/lhs/layouts/partials/footer.html
Normal file
@@ -0,0 +1,73 @@
|
||||
<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>
|
||||
8
themes/lhs/layouts/partials/head.html
Normal file
8
themes/lhs/layouts/partials/head.html
Normal file
@@ -0,0 +1,8 @@
|
||||
<meta charset="utf-8">
|
||||
<title>{{ block "title" . }}{{ .Site.Title }}{{ end }}</title>
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<script src="https://kit.fontawesome.com/589b48ea08.js"></script>
|
||||
|
||||
<link rel="stylesheet" href="/css/bulma.min.css">
|
||||
<link rel="stylesheet" href="/css/leighhack.css" type="text/css" >
|
||||
49
themes/lhs/layouts/partials/header.html
Normal file
49
themes/lhs/layouts/partials/header.html
Normal file
@@ -0,0 +1,49 @@
|
||||
<nav class="navbar is-spaced" role="navigation" aria-label="main navigation">
|
||||
<div class="container">
|
||||
|
||||
<div class="navbar-brand" style="flex-grow: 1;">
|
||||
<a class="navbar-item" href="/">
|
||||
<img class="site-logo" src="/images/logo.svg" alt="" width="152">
|
||||
</a>
|
||||
<a role="button" class="navbar-burger" aria-label="menu" aria-expanded="false" data-target="navbar">
|
||||
<span aria-hidden="true"></span>
|
||||
<span aria-hidden="true"></span>
|
||||
<span aria-hidden="true"></span>
|
||||
</a>
|
||||
</div>
|
||||
|
||||
<div id="navbar" class="navbar-menu has-text-centered-touch is-size-5-touch">
|
||||
<div class="navbar-start is-half ">
|
||||
|
||||
<a href="/about" class="active navbar-item has-shadow is-size-5">About</a>
|
||||
<a href="/facilities" class=" navbar-item has-shadow is-size-5">Facilities</a>
|
||||
<a href="/contact" class=" navbar-item has-shadow is-size-5">Contact</a>
|
||||
|
||||
|
||||
<div class="navbar-item has-shadow">
|
||||
<div class="buttons is-block-touch is-fullwidth-touch">
|
||||
<a href="/membership" class="button is-primary is-rounded is-size-5">
|
||||
<strong>Become a member</strong>
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
<div class="navbar-end navbar--social-links">
|
||||
{{- with .Site.Params.social }}
|
||||
{{ range . -}}
|
||||
<div class="navbar-item is-inline-block-touch">
|
||||
<span class="icon">
|
||||
<a href="{{ .url | safeURL }}" target="_blank" rel="noopener me"
|
||||
title="{{ .name | humanize }}"><i class="fab {{ .icon }}" aria-hidden="true"></i></a>
|
||||
</span>
|
||||
</div>
|
||||
{{ end }}
|
||||
{{- end }}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
</div>
|
||||
</nav>
|
||||
Reference in New Issue
Block a user