Added Oniro wg tile

Signed-off-by: Zhou Fang <zhou.fang@eclipse-foundation.org>
diff --git a/workinggroups/assets/images/wg-oniro.png b/workinggroups/assets/images/wg-oniro.png
new file mode 100644
index 0000000..94a02d6
--- /dev/null
+++ b/workinggroups/assets/images/wg-oniro.png
Binary files differ
diff --git a/workinggroups/assets/inc/app.php b/workinggroups/assets/inc/app.php
index e649fec..5b7a5d4 100644
--- a/workinggroups/assets/inc/app.php
+++ b/workinggroups/assets/inc/app.php
@@ -384,6 +384,22 @@
   'members' => '',
 );
 
+$working_group[] = array(
+  'title' => 'Oniro',
+  'logo' => 'wg-oniro.png',
+  'body' => '<p>The Oniro Working Group will foster an ecosystem of organizations that supports the community
+  in the production and evolution of the Oniro operating system and platform. Oniro is a new commercially oriented, modular, and multikernel open source software platform. Its ecosystem will be developed in an environment where collaboration is promoted via the core Eclipse Foundation principles of vendor-neutrality, transparency, and openness.</p>',
+  'website' => 'https://oniroproject.org/',
+  'charter' => '/org/workinggroups/oniro-charter.php',
+  'wgpa-both' => '/org/workinggroups/wgpa/oniro-working-group-participation-agreement.pdf',
+  'mailing-list' => '',
+  'wiki' => '',
+  'type' => $proposed_state,
+  'join' => 'https://accounts.eclipse.org/contact/membership',
+  'style' => '',
+  'members' => '',
+);
+
 function clean_css_identifier($identifier, $filter = array(' ' => '-', '_' => '-', '/' => '-', '[' => '-', ']' => '')) {
   // By default, we filter using Drupal's coding standards.
   $identifier = strtr($identifier, $filter);
diff --git a/workinggroups/wgpa/oniro-working-group-participation-agreement.pdf b/workinggroups/wgpa/oniro-working-group-participation-agreement.pdf
new file mode 100644
index 0000000..1e5e891
--- /dev/null
+++ b/workinggroups/wgpa/oniro-working-group-participation-agreement.pdf
Binary files differ