88x31

From IndieWeb
indiewebcamp button 88 by 31 pixels

88x31 pixels was a very popular web badge/button image size in the 1990s, especially among freewheeling and independent sites created on services like GeoCities, and there are IndieWeb 88x31 badges you may use.

Why

If you like the 1990s-era retro web, create an 88x31 button for your site that others can you use to link to you, e.g. in their sidebar or blogroll!

How to

How to create an 88x31 image

There are a handful of online tools you can use to create 88x31 buttons in similar styles to past buttons:

How to markup discovery

If you host an 88x31 button for your homepage (or any page on your site!) you can use standard HTML link rel=icon and sizes attribute to link to it so others can discover it:

<link rel="icon" sizes="88x31" href="examplebutton.png" />

Where you replace examplebutton.png with the name (relative or absolute URL) to the 88x31 button you want to represent that page (and on your homepage, the whole site).

Caveat: put this before the <link rel="icon"> for the favicon of your site.

IndieWeb Examples

Examples of personal sites with their own 88x31 badges:

Close (either almost 88px wide or 31px tall but somehow not quite both)

IndieWebCamp Examples

Main article: buttons: 88x31

indiewebcamp button 88 by 31 pixels indiewebcamp button 88 by 31 pixels retro version

webmention button 88 by 31 pixels

microformats button 88 by 31 pixels

built during an IndieWeb meetup button with arrow, white with red text built during an IndieWeb meetup button, blue

IndieWeb related efforts

Some 88x31 badges related to IndieWeb efforts:

Developer Building Blocks

88x31 badges for IndieWeb and other web platform building blocks

  • webmentions_anim.gif and more on Maya Land — some great examples of buttons/banners, including some for the indiewebring and Webmention
  • Valid Atom 1.0 badge. from the W3C Feed Validator, which gives you this badge if you submit a valid Atom 1.0 feed.
  • W3C CSS logo with a red check mark on a yellow background, indicating CSS validation or compliance. from the W3C validation icon collection
  • W3C HTML5 badge featuring the W3C logo, the text Since the official W3C HTML validator badges only go up to HTML 4.01, a valid HTML5 version was created by Bradley Taunt, sharing the icon under MIT Licence.
  • JS not needed https://github.com/muan/anti-js-js.club/issues/1 — images on GitHub and won't allow embedding, so here are the alts instead:
    • alt="Anti-JavaScript JavaScript Dialog"
    • alt="JS NOT NEEDED ✓"
    • alt="MEMBER ANTI-JS JS CLUB / LEARN MORE +"
    • alt="ANTI-JS JS CLUB"
    • alt="MEMBER OF THE ANTI-JS JS CLUB"
    • alt="MEMBER OF THE ANTI-JAVASCRIPT JAVASCRIPT CLUB"
    • alt="Bare Minimum JavaScript Used ✓"

Articles

Recent articles and discussions on 88x31 buttons:

Archives

⚠️ Content warning: 88x31 badges of the past reflected times with different cultural norms and expectations, and thus may contain images considered more offensive in modern contexts ⚠️

Unnecessary specs

There is no need for a new HTML element, attribute, rel value, <meta name=> value, <meta property=> value, or certainly no well-known side-file mechanism.

See How to markup discovery above for how to do so using existing HTML:

  • <link> element
  • rel attribute
  • rel="icon" attribute value
  • sizes attribute
  • sizes="88x31" attribute value
  • and href attribute for the URL of your 88x31 image

Please don't repeat XKCD 927 for no good reason. E.g.

See Also