mirror of
https://github.com/nikdoof/website-hugo.git
synced 2025-12-13 15:42:20 +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>
|
||||
Reference in New Issue
Block a user