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.
8 lines
351 B
HTML
8 lines
351 B
HTML
3 years ago
|
<section class="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" href="/">{{ .Param "promo-cta" }}</a></p>
|
||
|
</div>
|
||
|
</section>
|