add style to increase MP logo size

add MP logo and website

Signed-off-by: Yi Liu <yi.liu@eclipse-foundation.org>
Change-Id: I9a584c5e4312cd6ca92bbbb17e332d23e9611fbd
diff --git a/workinggroups/assets/images/wg_microprofile.png b/workinggroups/assets/images/wg_microprofile.png
new file mode 100644
index 0000000..93ee725
--- /dev/null
+++ b/workinggroups/assets/images/wg_microprofile.png
Binary files differ
diff --git a/workinggroups/assets/inc/app.php b/workinggroups/assets/inc/app.php
index e45f4d8..94dd967 100644
--- a/workinggroups/assets/inc/app.php
+++ b/workinggroups/assets/inc/app.php
@@ -306,8 +306,9 @@
 
 $working_group[] = array(
   'title' => 'MicroProfile',
+  'logo' => 'wg_microprofile.png',
   'body' => '<p>The MicroProfile Working Group drives the evolution and broad adoption of technologies related to the <a href="https://microprofile.io" >MicroProfile Project</a>.  MicroProfile is an open forum that optimizes Enterprise Java for a cloud-native microservice architecture by innovating across multiple implementations and collaborating on common areas of interest with a goal of standardization. </p>',
-  'website' => '',
+  'website' => 'https://microprofile.io/',
   'charter' => '/org/workinggroups/microprofile-charter.php',
   'wgpa' => '/org/workinggroups/wpga/microprofile-working-group-participation-agreement.pdf',
   'wgpa-individual' => '/org/workinggroups/wpga/microprofile-working-group-participation-agreement-individual.pdf',
@@ -315,7 +316,7 @@
   'wiki' => '',
   'type' => $proposed_state,
   'join' => 'https://accounts.eclipse.org/contact/membership',
-  'style' => '',
+  'style' => 'max-width:200px;',
   'members' => ''
 );