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 v1
  • Navigation with new logo v2
  • Notes
  • Pagination
  • Pre-footer
  • Quote component
  • RSS
  • Table of contents
  • Tag list
  • Text component
  • Translations
  • Video component

Pre-footer

Used on the post and events listing pages.

¶Post listing (generic) pre-footer

Used on:

  • Press release listings: 'generic' pre-footer
  • Blog listings: RSS feed
  • News listings: RSS feed

Open this Generic pre-footer in a new tab

HTML:

<div class="l-box l-box--no-border l-box--no-padding">
	<div class="l-switcher pre-footer">
		<div>
			<div>
				<h2 class="txt-jupiter">Keep updated</h2>
				<a href="mailto:w3c-news-request@w3.org?subject=subscribe">Get press releases by email</a>
			</div>
			<div>
				<h2 class="txt-jupiter">Contact us</h2>
				<a href="mailto:w3t-pr@w3.org">Write to the W3C comms team</a>
			</div>
		</div>
	</div>
</div>

¶Event listing pre-footer

This particular pre-footer uses <section> rather than simple <div> elements, mainly to clarify page structure for developers.

Open this Generic pre-footer in a new tab

HTML:

<div class="l-box l-box--no-border l-box--no-padding">
	<div class="l-switcher pre-footer">
		<div>
			<section class="rss">
				<h2 class="txt-jupiter">Related RSS feed</h2>
				<p class="with-icon--before with-icon--larger">
					<img class="icon icon--larger" src="/dist/assets/svg/rss.svg" width="30" height="30" alt="" aria-hidden="true">
					<a href="https://www.w3.org/events/feed">Subscribe to our Events feed</a>
				</p>
			</section>
			<section class="archive-links">
				<h2 class="txt-jupiter">W3C archived events</h2>
				<button type="button" class="button button--ghost with-icon with-icon--after" style="" data-toggle="true" aria-expanded="false">Browse archives <svg xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 320 512" class="icon" focusable="false" aria-hidden="true" width="1em" height="1em"><path class="angle-down" d="M143 352.3L7 216.3c-9.4-9.4-9.4-24.6 0-33.9l22.6-22.6c9.4-9.4 24.6-9.4 33.9 0l96.4 96.4 96.4-96.4c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9l-136 136c-9.2 9.4-24.4 9.4-33.8 0z"/><path class="angle-up" d="M177 159.7l136 136c9.4 9.4 9.4 24.6 0 33.9l-22.6 22.6c-9.4 9.4-24.6 9.4-33.9 0L160 255.9l-96.4 96.4c-9.4 9.4-24.6 9.4-33.9 0L7 329.7c-9.4-9.4-9.4-24.6 0-33.9l136-136c9.4-9.5 24.6-9.5 34-.1z"/></svg></button>
				<nav id="archive-nav" aria-label="Event archive">
					<ul class="clean-list" role="list">
						<li><a href="path/to/page">All</a></li>
						<li><a href="path/to/page">2020</a></li>
						<li><a href="path/to/page">2019</a></li>
						<li><a href="path/to/page">2018</a></li>
						<li><a href="path/to/page">2017</a></li>
						<li><a href="path/to/page">2016</a></li>
						<li><a href="path/to/page">2015</a></li>
						<li><a href="path/to/page">2014</a></li>
						<li><a href="path/to/page">2013</a></li>
						<li><a href="path/to/page">2012</a></li>
						<li><a href="path/to/page">2011</a></li>
						<li><a href="path/to/page">2010</a></li>
						<li><a href="path/to/page">2009</a></li>
						<li><a href="path/to/page">2008</a></li>
						<li><a href="path/to/page">2007</a></li>
						<li><a href="path/to/page">2006</a></li>
						<li><a href="path/to/page">2005</a></li>
						<li><a href="path/to/page">2004</a></li>
						<li><a href="path/to/page">2003</a></li>
						<li><a href="path/to/page">2002</a></li>
						<li><a href="path/to/page">2001</a></li>
						<li><a href="path/to/page">2000</a></li>
						<li><a href="path/to/page">1999</a></li>
						<li><a href="path/to/page">1998</a></li>
						<li><a href="path/to/page">1997</a></li>
						<li><a href="path/to/page">1996</a></li>
						<li><a href="path/to/page">1995</a></li>
						<li><a href="path/to/page">1994</a></li>
					</ul>
				</nav>
			</section>
		</div>
	</div>
</div>

¶Considerations

Note the use of the box layout and the switcher layout.

Copyright © 2025 W3C - generated 10 Jan 2025, 12:43:28 UTC

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