Infra 3827 - Add new Red Hat promo ad

Change-Id: Ie82255355881fa7274e4b361a6635b7cd415a05d
Signed-off-by: Eric Poirier <eric.poirier@eclipse-foundation.org>
diff --git a/classes/ads/promotions.class.php b/classes/ads/promotions.class.php
index 18a63af..a175aeb 100644
--- a/classes/ads/promotions.class.php
+++ b/classes/ads/promotions.class.php
@@ -107,7 +107,7 @@
       'imageurl' => '/membership/promo/images/european-research-innovation-case-studies.png',
       'memberName' => 'EclipseFoundation',
       'type' => 'strat_ad',
-      'weight' => 7
+      'weight' => 6
     );
 
     $promos[] = array(
@@ -115,7 +115,7 @@
       'imageurl' => '/membership/promo/images/cloud-native.png',
       'memberName' => 'EclipseFoundation',
       'type' => 'strat_ad',
-      'weight' => 7
+      'weight' => 6
     );
 
     $promos[] = array(
@@ -123,7 +123,7 @@
       'imageurl' => '/membership/promo/images/enabling_digital_transformation.png',
       'memberName' => 'EclipseFoundation',
       'type' => 'strat_ad',
-      'weight' => 7
+      'weight' => 6
     );
 
     $promos[] = array(
@@ -131,7 +131,7 @@
       'imageurl' => '/membership/promo/images/jakarta_ee_developer_survey_2020.png',
       'memberName' => 'EclipseFoundation',
       'type' => 'strat_ad',
-      'weight' => 7
+      'weight' => 6
     );
 
     $promos[] = array(
@@ -139,15 +139,15 @@
       'imageurl' => '/membership/promo/images/jakarta_ee_9_milestone_release.jpg',
       'memberName' => 'EclipseFoundation',
       'type' => 'strat_ad',
-      'weight' => 7
+      'weight' => 6
     );
-    
+
     $promos[] = array(
       'url' => 'PROMO_IOT_COMM_SURVEY_2019',
       'imageurl' => '/membership/promo/images/iot_commercial_adoption_survey2019.png',
       'memberName' => 'EclipseFoundation',
       'type' => 'strat_ad',
-      'weight' => 8
+      'weight' => 7
     );
 
     $promos[] = array(
@@ -158,6 +158,14 @@
       'weight' => 8
     );
 
+    $promos[] = array(
+      'url' => 'PROMO_RED_HAT',
+      'imageurl' => '/membership/promo/images/redhat-ad.jpg',
+      'memberName' => 'EclipseFoundation',
+      'type' => 'strat_ad',
+      'weight' => 6
+    );
+
 
     if (!empty($filter)) {
       $filter_promo = array();