yet more updates to join

Signed-off-by: Toshaan Bharvani <toshaan@vantosh.com>
archetype-theme-transition
Toshaan Bharvani 2 years ago
parent 5788401efb
commit de8d26255b

@ -7,16 +7,16 @@ layout: single
intro: intro:
subtitle: Welcome to the era of Open Computing! subtitle: Welcome to the era of Open Computing!
intro: intro:
p-2: The OpenPOWER Foundation is a non-profit organization supporting the free and open RISC instruction set architecture and extensions. We enable open community collaboration, technology advancements in the OpenPOWER ecosystem, and visibility of OpenPOWER successes. - The OpenPOWER Foundation is a non-profit organization supporting the free and open RISC instruction set architecture and extensions. We enable open community collaboration, technology advancements in the OpenPOWER ecosystem, and visibility of OpenPOWER successes.
p-3: Join us and see how open technical collaboration along with the support of many OpenPOWER programs can help drive your business forward. - Join us and see how open technical collaboration along with the support of many OpenPOWER programs can help drive your business forward.
teaser: teaser:
title: Why Join? title: Why Join?
options: options:
- option: Accelerate technical development of your own POWER based products - Accelerate technical development of your own POWER based products
- option: Contribute technical resource, best practices, and code to help guide and influence OpenPOWER deliverables - Contribute technical resource, best practices, and code to help guide and influence OpenPOWER deliverables
- option: Increase visibility as OpenPOWER amplifies member success across the industry - Increase visibility as OpenPOWER amplifies member success across the industry
- option: Build a partner network as an active member within the OpenPOWER community - Build a partner network as an active member within the OpenPOWER community
- option: Showcase your OpenPOWER products, services, training, and resources on OpenPOWER Ready - Showcase your OpenPOWER products, services, training, and resources on OpenPOWER Ready




membership-levels: membership-levels:

@ -7,8 +7,9 @@
<div class="row"> <div class="row">
<h1 class="section-header my-3 my-md-5 text-center">{{ .Title }}</h1> <h1 class="section-header my-3 my-md-5 text-center">{{ .Title }}</h1>
<h2 class="mt-0 pt-0">{{ .Param "intro.subtitle" }}</h2> <h2 class="mt-0 pt-0">{{ .Param "intro.subtitle" }}</h2>
<p>{{ .Param "intro.p-2" }}</p> {{ range .Param "intro.intro" }}
<p><b>{{ .Param "intro.p-3" }}</b></p> <p>{{ . }}</p>
{{ end }}
</div> </div>
</section> </section>
<section id="teaser"> <section id="teaser">
@ -16,7 +17,7 @@
<h2>{{ .Param "intro.teaser.title" }}</h2> <h2>{{ .Param "intro.teaser.title" }}</h2>
<ul class="mb-0 pb-0"> <ul class="mb-0 pb-0">
{{ range .Param "intro.options" }} {{ range .Param "intro.options" }}
<li>{{ .option }}</li> <li>{{ . }}</li>
{{ end }} {{ end }}
</ul> </ul>
</div> </div>

Loading…
Cancel
Save