Skip to main content

Interest Group Members Only Logos

  <div
    class="eclipsefdn-members-list list-inline flex-center gap-40"
    data-type="interest-group"
    data-id="openmobility"
    data-ml-template="only-logos"
  >
  </div>
      

The data-id attribute can either be an interest groups' project_short_id or its numeric id.

For example, this would give the same result as:

  <div
    class="eclipsefdn-members-list list-inline flex-center gap-40"
    data-type="interest-group"
    data-id="25810"
    data-ml-template="only-logos"
  >
  </div>
      

Notice the data-id using the numeric id instead of the project_short_id.

Back to the top