Updated Europe page Signed-off-by: Zhou Fang <zhou.fang@eclipse-foundation.org> Change-Id: Id13629f721dad0b2c655f027b7cb45ae04fa8fe2
diff --git a/content/en_index.php b/content/en_index.php index a89e0ac..371a27f 100644 --- a/content/en_index.php +++ b/content/en_index.php
@@ -16,8 +16,9 @@ <div class="container"> <div class="row"> <div class="col-sm-18 col-sm-offset-3"> - <p class="big margin-bottom-40">Our goal is to grow the Eclipse global ecosystem and advance strategic open source projects with international impact.</p> + <p class="big margin-bottom-40">The Eclipse Foundation has transitioned to Europe as part of our continued global expansion. Our goal is to grow the global ecosystem and advance strategic open source projects with international impact.</p> <ul class="list-inline"> + <li><a class="btn btn-primary margin-bottom-5" href="https://newsroom.eclipse.org/news/announcements/open-source-software-leader-eclipse-foundation-officially-transitions-eu-based">Read the Announcement</a></li> <li><a class="btn btn-primary margin-bottom-5" href="/europe/faq.php">EU Announcements FAQs</a></li> <li><a class="btn btn-primary margin-bottom-5" href="/europe/aisbl_membership_faq.php">EF AISBL Membership FAQs</a></li> </ul>
diff --git a/index.php b/index.php index 71f8188..6b11d59 100644 --- a/index.php +++ b/index.php
@@ -22,7 +22,7 @@ $Theme->setPageTitle($pageTitle); $Theme->setPageKeywords("eclipse, europe"); $Theme->setPageAuthor("Eclipse Foundation, Inc."); -$Theme->setTitle("Expanding the Global Level Playing Field for Open Collaboration"); +$Theme->setTitle("Enabling Global Collaboration on Open Source Innovation"); ob_start(); ?> @@ -31,15 +31,11 @@ <div class="row"> <div class="col-md-24 col-md-offset-0 col-sm-18 col-sm-offset-3"> <h1 style="margin-bottom:25px;font-size:32px;"><?php print $pageTitle; ?></h1> - <div class="row"> - <div class="col-md-12 col-md-offset-6"><p style="margin-bottom:20px; font-size:21px;">The Eclipse Foundation Transitions to Europe as Part -of Continued Global Expansion.</p></div> - </div> - <ul class="list-inline margin-top-30"> - <li><a class="btn btn-primary" href="https://newsroom.eclipse.org/news/announcements/open-source-software-leader-eclipse-foundation-officially-transitions-eu-based">Read the Announcement</a></li> - <li><a class="btn btn-primary" href="https://accounts.eclipse.org/contact/membership/aisbl">Become a Member</a></li> + <li><a class="btn btn-primary" href="/org/workinggroups/">Working Groups</a></li> + <li><a class="btn btn-primary" href="/membership/">Members</a></li> + <li><a class="btn btn-primary" href="/org/value/">Industry Value</a></li> </ul> </div> </div>