forked from website/openpower.foundation
refactor group page
* process group images * better layout * hero promo adjustment Signed-off-by: Toshaan Bharvani <toshaan@vantosh.com>newmemberlevels
parent
9b5384c2bf
commit
e3454808c3
Binary file not shown.
After Width: | Height: | Size: 423 KiB |
@ -1,9 +1,11 @@
|
|||||||
---
|
---
|
||||||
title: 'Workgroup Overview'
|
title: 'Workgroup Overview'
|
||||||
date: 2021-03-06
|
image: promo.jpg
|
||||||
|
promo:
|
||||||
|
header: Our Working Groups
|
||||||
|
p:
|
||||||
|
- A <strong>Technical Workgroup (TWG)</strong> is a workgroup that provides technical specifications and will help define next-generation of the specifications, definitions, and the compliance of these specifications with primary output being specification documents.
|
||||||
|
- A <strong>Special Integration Group (SIG)</strong> is a workgroup that provides an implementation of technical specifications with the goal to produce reference designs. A SIG will normally provide a reference design, a finished product, or help maintain project for direct usage.
|
||||||
|
date: 2022-01-03
|
||||||
draft: false
|
draft: false
|
||||||
|
|
||||||
promo-h1: Our Working Groups
|
|
||||||
promo-p1: A <strong>Technical Workgroup (TWG)</strong> is a workgroup that provides technical specifications and will help define next-generation of the specifications, definitions, and the compliance of these specifications with primary output being specification documents.
|
|
||||||
promo-p2: A <strong>Special Integration Group (SIG)</strong> is a workgroup that provides an implementation of technical specifications with the goal to produce reference designs. A SIG will normally provide a reference design, a finished product, or help maintain project for direct usage.
|
|
||||||
---
|
---
|
||||||
|
@ -1,12 +0,0 @@
|
|||||||
<section class="promo__section groups d-flex"
|
|
||||||
style="background-image:url(../img/promo-1.jpg)">
|
|
||||||
<div class="promo__container container">
|
|
||||||
<div class="d-flex justify-content-start">
|
|
||||||
<div class="promo-wrapper p-3 p-lg-0">
|
|
||||||
<h1>{{ .Param "promo-h1" }}</h1>
|
|
||||||
<p>{{ .Param "promo-p1" | safeHTML }}</p>
|
|
||||||
<p>{{ .Param "promo-p2" | safeHTML }}</p>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</section>
|
|
Loading…
Reference in New Issue