Infra 3994 - add Adoptium tile

Signed-off-by: Yi Liu <yi.liu@eclipse-foundation.org>
Change-Id: Ic70f97da2039b3d1b1138fa21b2f0a19be8f8214
diff --git a/workinggroups/assets/images/wg-adoptium.svg b/workinggroups/assets/images/wg-adoptium.svg
new file mode 100644
index 0000000..0be07fc
--- /dev/null
+++ b/workinggroups/assets/images/wg-adoptium.svg
@@ -0,0 +1 @@
+<svg id="Ebene_1" data-name="Ebene 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 305.98 83.66"><defs><style>.cls-1{font-size:72px;fill:#575756;font-family:HelveticaNeue-Light, Helvetica Neue;font-weight:300;}</style></defs><text class="cls-1" transform="translate(0.43 61.7)">Adoptium</text></svg>
\ No newline at end of file
diff --git a/workinggroups/assets/inc/app.php b/workinggroups/assets/inc/app.php
index 42ac1f1..707b492 100644
--- a/workinggroups/assets/inc/app.php
+++ b/workinggroups/assets/inc/app.php
@@ -336,6 +336,22 @@
   'members' => ''
 );
 
+$working_group[] = array(
+  'title' => 'Adoptium',
+  'logo' => 'wg-adoptium.svg',
+  'body' => '<p>The Adoptium Working Group promotes and supports high-quality runtimes and associated technology for use across the Java ecosystem. Our vision is to meet the needs of Eclipse and the broader Java community by providing runtimes for Java-based applications. We embrace existing standards and a wide variety of hardware and cloud platforms.</p>',
+  'website' => '',
+  'charter' => '/org/workinggroups/adoptium-charter.php',
+  'wgpa' => '/org/workinggroups/wpga/adoptium_working_group_participation_agreement.pdf',
+  'wgpa-individual' => '/org/workinggroups/wpga/adoptium_working_group_participation_agreement_individual.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/wpga/adoptium_working_group_participation_agreement.pdf b/workinggroups/wpga/adoptium_working_group_participation_agreement.pdf
new file mode 100644
index 0000000..d152a92
--- /dev/null
+++ b/workinggroups/wpga/adoptium_working_group_participation_agreement.pdf
Binary files differ
diff --git a/workinggroups/wpga/adoptium_working_group_participation_agreement_individual.pdf b/workinggroups/wpga/adoptium_working_group_participation_agreement_individual.pdf
new file mode 100644
index 0000000..82eba35
--- /dev/null
+++ b/workinggroups/wpga/adoptium_working_group_participation_agreement_individual.pdf
Binary files differ