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

12 lines
638 B
HTML

<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>