forked from website/openpower.foundation
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
9 lines
401 B
HTML
9 lines
401 B
HTML
<section class="home promo__section d-flex flex-column justify-content-center"
|
|
style="background-image:url(./img/hero_homepage.jpg)" >
|
|
<div class="promo__container container text-center">
|
|
<h1>{{ .Param "promo-h1" }}</h1>
|
|
<p>{{ .Param "promo-p1" }}</p>
|
|
<p><a class="btn btn-light btn-outline-primary" href="{{ "/join/" | relURL }}">{{ .Param "promo-cta" }}</a></p>
|
|
</div>
|
|
</section>
|