Skip to content
Snippets Groups Projects

Switch to REM API for explore WG page

Merged Zhou Fang requested to merge zhoufang/solstice-assets:zhoufang/master/exploreWG into master
1 file
+ 38
0
Compare changes
  • Side-by-side
  • Inline
@@ -38,6 +38,44 @@ const EclipseFdnMemberDetail = (async () => {
is an error we can fix or better yet --
<a href="https://bugs.eclipse.org/bugs/enter_bug.cgi?product=Community&amp;version=unspecified&amp;component=Website&amp; rep_platform=PC&amp;op_sys=Windows%20XP&amp;priority=P3&amp;bug_severity=normal&amp;bug_status=NEW&amp; bug_file_loc=http%3A%2F%2F&amp;short_desc=Eclipse%20Membership%20Pages%20Suggestion%20or%20Issue&amp;comment=&amp; commentprivacy=0&amp;maketemplate=Remember%20values%20as%20bookmarkable%20template&amp;form_name=enter_bug&amp; cc=membership%40eclipse.org">open a bug</a>.</p>
</div>
<div class="col-md-9 col-lg-7 col-md-offset-1 margin-top-20 margin-bottom-20">
<div class="icon-sidebar-menu row">
<div class="padding-bottom-20 clearfix">
<div class="col-md-9 hidden-xs hidden-sm">
<a class="circle-icon" href="/membership/exploreMembership.php">
<i class="fa fa-search orange"></i>
</a>
</div>
<div class="col-sm-24 col-md-15">
<h3><a href="/membership/exploreMembership.php">Explore our Members</a></h3>
<p>Learn more about the products and services provided by the members of Eclipse</p>
</div>
</div>
<div class="padding-bottom-20 clearfix margin-bottom-15">
<div class="col-xs-8 col-md-9 hidden-xs hidden-sm">
<a class="circle-icon" href="/membership/become_a_member/">
<i class="fa fa-user orange"></i>
</a>
</div>
<div class="col-sm-24 col-md-15">
<h3><a href="/membership/become_a_member/">Become a member</a></h3>
<p>Join the Eclipse Foundation and influence the future</p>
</div>
</div>
<div class="padding-bottom-20 clearfix">
<div class="col-xs-8 col-md-9 hidden-xs hidden-sm">
<a class="circle-icon" href="/membership/become_a_member/">
<i class="fa fa-question-circle orange"></i>
</a>
</div>
<div class="col-sm-24 col-md-15">
<h3><a href="/membership/faq/">Membership FAQs</a></h3>
<p>Answers to questions frequently asked by, and about, membership</p>
</div>
</div>
</div>
</div>
`);
if (!orgId || !Number(orgId)) {
Loading