Skip to content
Design System
  • Home
  • Settings
  • Styles
  • Layouts
  • Components
  • Scripts
  • Templates
  • Access control banner
  • Activity
  • Archived content
  • Breadcrumbs
  • Cards
  • Collapsible containers
  • Columns
  • Content slider (carousel)
  • Crosslinks (You may also like)
  • Disclosure button
  • Evangelists
  • Fifty-fifty
  • Footer
  • Group list
  • Header
  • Hero
  • Image component
  • Members
  • Navigation
  • Navigation with new logo
  • Notes
  • Pagination
  • Pre-footer
  • Quote component
  • RSS
  • Table of contents
  • Tag list
  • Text component
  • Translations
  • Video component

Members

A component for displaying a grid of member logos, and linking to the members area of the website. It is part of the business ecosystem template.

Open this Members grid in a new tab

HTML:

<div class="component component--members u-full-width" data-anchor="no">
	<div class="l-center">
		<h2 class="visuallyhidden">W3C Members</h2>
		<p>20 member organizations are involved in the web payment ecosystem, including:</p>
		<div class="component--members__grid">
			<figure>
				<div class="l-box l-box--no-border">
					<img src="/dist/assets/svg/placeholder-logo.svg" alt="Name of company" loading="lazy">
				</div>
			</figure>
			<figure>
				<div class="l-box l-box--no-border">
					<img src="/dist/assets/svg/placeholder-logo.svg" alt="Name of company" loading="lazy">
				</div>
			</figure>
			<figure>
				<div class="l-box l-box--no-border">
					<img src="/dist/assets/svg/placeholder-logo.svg" alt="Name of company" loading="lazy">
				</div>
			</figure>
			<figure>
				<div class="l-box l-box--no-border">
					<img src="/dist/assets/svg/placeholder-logo.svg" alt="Name of company" loading="lazy">
				</div>
			</figure>
			<figure>
				<div class="l-box l-box--no-border">
					<img src="/dist/assets/svg/placeholder-logo.svg" alt="Name of company" loading="lazy">
				</div>
			</figure>
			<figure>
				<div class="l-box l-box--no-border">
					<img src="/dist/assets/svg/placeholder-logo.svg" alt="Name of company" loading="lazy">
				</div>
			</figure>
		</div>
		<a href="path/to/page">View all members of the web payment ecosystem</a>
		<div class="l-cluster component--members__cta">
			<div>
				<p>Ways to get involved:</p>
				<a class="button button--alt" href="path/to/page">Join</a>
				<a class="button button--alt" href="path/to/page">Donate</a>
			</div>
		</div>
	</div>
</div>

¶Considerations

The cluster layout used for the call-to-action within the members component (.component--members__cta) has been modified, so that the text before the links appears on a separate line below a viewport width of 768px.

Copyright © 2025 W3C - generated 20 Mar 2025, 15:46:02 UTC

Feedback is welcome and can be submitted as a GitHub issue.