Update content to reflect Industry Collaborations
* Update jumbotron button with new text
* Fix jumbotron button link for mobile
* Update membership page to include industry collaborations
* Update jumbotron button with text from feedback
Issue: https://gitlab.eclipse.org/eclipsefdn/it/websites/eclipse.org/-/issues/263
Change-Id: I05ecd25bb8a0d172c4916c6e4948d2f8bb6c8183
diff --git a/content/en_index.php b/content/en_index.php
index 17b3dd5..9837cc6 100644
--- a/content/en_index.php
+++ b/content/en_index.php
@@ -64,7 +64,7 @@
<i class="fa fa-file-code-o"></i>
</div>
<h3 class="fw-700">Participate in a thriving developer community</h3>
- <p>and provide contributions to <a href="/projects/">Eclipse projects</a> and <a href="/org/workinggroups/">Working Groups</a>.</p>
+ <p>and provide contributions to <a href="/projects/">Eclipse projects</a> and <a href="/collaborations">Industry Collaborations</a>.</p>
</div>
<div class="col-xs-24 col-sm-12 col-md-8 margin-bottom-20 match-height-item-by-row featured-highlights-item">
<div class="circle-icon margin-auto">
@@ -137,7 +137,7 @@
<div class="background-secondary padding-10 fw-700">Ecosystem Development and Marketing</div>
</div>
<div class="bordered-box-body padding-30">
- <p>The Eclipse Foundation’s vendor-neutral marketing programs promote Eclipse community growth and engagement, drive awareness and discoverability of projects and working groups and increase the commercial adoption of Eclipse technologies. The Foundation coordinates and implements a variety of activities, including content creation, press and analyst relations, community conferences and events, advertising, social media management, and other programs to promote the entire Eclipse community and increase engagement.</p>
+ <p>The Eclipse Foundation’s vendor-neutral marketing programs promote Eclipse community growth and engagement, drive awareness and discoverability of projects and collaborations and increase the commercial adoption of Eclipse technologies. The Foundation coordinates and implements a variety of activities, including content creation, press and analyst relations, community conferences and events, advertising, social media management, and other programs to promote the entire Eclipse community and increase engagement.</p>
</div>
</div>
</div>
@@ -396,7 +396,7 @@
<h2>Member Portal</h2>
<div class="row section-highlights margin-top-30 margin-bottom-20">
<p>
- The Eclipse Foundation member portal provides Member organizations with insights into their participation in the Eclipse community. Find out about working groups and projects your organization is involved in and access resources curated for Members.
+ The Eclipse Foundation member portal provides Member organizations with insights into their participation in the Eclipse community. Find out about industry collaborations and projects your organization is involved in and access resources curated for Members.
</p>
<p>
Additionally, this portal allows members to update key data related to their membership, including their logo, corporate description, and key contacts.
diff --git a/exploreMembership.php b/exploreMembership.php
index ee1ae7d..6519010 100644
--- a/exploreMembership.php
+++ b/exploreMembership.php
@@ -1,6 +1,6 @@
<?php
/**
- * Copyright (c) 2014, 2018 Eclipse Foundation and others.
+ * Copyright (c) 2014, 2018, 2023 Eclipse Foundation and others.
*
* This program and the accompanying materials are made
* available under the terms of the Eclipse Public License 2.0
@@ -9,6 +9,7 @@
* Contributors:
* Denis Roy (Eclipse Foundation) - Initial implementation
* Christopher Guindon (Eclipse Foundation)
+ * Olivier Goulet <olivier.goulet@eclipse-foundation.org>
*
* SPDX-License-Identifier: EPL-2.0
*/
@@ -38,11 +39,11 @@
<p>Meet the Eclipse Foundation members and learn more about the products and services they provide.</p>
<ul class="hidden-xs list-inline margin-top-30">
<li><a class="btn btn-primary" href="https://accounts.eclipse.org/contact/membership">Become a Member</a></li>
- <li><a class="btn btn-primary" href="/org/workinggroups/explore.php">Explore Working Groups</a></li>
+ <li><a class="btn btn-primary" href="/org/workinggroups/explore.php">Industry Collaborations</a></li>
</ul>
<ul class="visible-xs list-inline margin-top-30">
- <li class="col-xs-20 col-xs-offset-2"><a class="btn btn-primary btn-wide" href="#">Become a Member</a></li>
- <li class="col-xs-20 col-xs-offset-2"><a class="btn btn-primary btn-wide" href="/org/workinggroups/explore.php">Explore Working groups</a></li>
+ <li class="col-xs-20 col-xs-offset-2"><a class="btn btn-primary btn-wide" href="https://accounts.eclipse.org/contact/membership">Become a Member</a></li>
+ <li class="col-xs-20 col-xs-offset-2"><a class="btn btn-primary btn-wide" href="/org/workinggroups/explore.php">Industry Collaborations</a></li>
</ul>
</div>
</div>