coopcloud.tech/themes/coopcloud.tech/layouts/partials/index/community_project.html

13 lines
460 B
HTML

<section id="get-involved" class="hero">
<div class="hero-body has-text-centered">
<p class="is-size-1">
{{ emojify ":house:" }}
</p>
<p id="community-project" class="is-size-3">
This is a community project.
</p>
<div>
<a href="{{ site.Params.links.getinvolved }}"><button id="get-involved" class="button grey-button is-uppercase is-medium has-text-weight-bold">Get involved</button></a>
</div>
</div>
</section>