Bug 571858 - Update OpenHW WG descriptoin
Signed-off-by: Yi Liu <yi.liu@eclipse-foundation.org>
Change-Id: I3b181d8dcb5ac7ffa9d2d74b584b0a3498fe43b5
diff --git a/workinggroups/assets/inc/app.php b/workinggroups/assets/inc/app.php
index 9dda1c4..4e190aa 100644
--- a/workinggroups/assets/inc/app.php
+++ b/workinggroups/assets/inc/app.php
@@ -278,15 +278,17 @@
$working_group[] = array(
'title' => 'OpenHW Group',
'logo' => 'wg_openhw.svg',
- 'body' => '<p>The OpenHW Group provides an infrastructure for hosting high quality open-source HW developments in line with industry best practices. </p>',
- 'website' => 'https://www.openhwgroup.org/',
+ 'body' => '<p>OpenHW Group is an independent not-for-profit, global organization where hardware and software designers collaborate in the development of open-source cores, related IP, tools and software, using industry best practices. OpenHW has released its first 32bit RISC-V compliant processor core and has several processor cores in active development.</p>',
+ 'website' => 'https://www.openhwgroup.org/#about-us',
'charter' => '',
'wgpa' => '',
'mailing-list' => 'https://mailchi.mp/77bbac3766fb/openhwgroup',
'wiki' => '',
'type' => $active_state,
'join' => 'https://accounts.eclipse.org/contact/membership',
- 'members' => 'https://www.openhwgroup.org/membership/members/'
+ 'home-website' => 'https://www.openhwgroup.org/',
+ 'members' => 'https://www.openhwgroup.org/membership/members/',
+ 'membership' => 'https://www.openhwgroup.org/membership/'
);
$working_group[] = array(
@@ -511,9 +513,15 @@
<?php if(!empty($g['wgpa-both'])):?>
<li><a href="<?php print $g['wgpa-both'];?>">Participation Agreement</a></li>
<?php endif; ?>
+ <?php if(!empty($g['home-website'])):?>
+ <li><a href="<?php print $g['home-website'];?>"><?php print $g['title'];?> Website</a></li>
+ <?php endif; ?>
<?php if(!empty($g['members'])):?>
<li><a href="<?php print $g['members'];?>">Working Group Members</a></li>
<?php endif; ?>
+ <?php if(!empty($g['membership'])):?>
+ <li><a href="<?php print $g['membership'];?>"><?php print $g['title'];?> Membership</a></li>
+ <?php endif; ?>
</ul>
</div>
<div class="col-xs-24 col-sm-8 vertical-align justify-left-mobile">