Credits

Giving credit where credit is due, this page is based off of the Credits page from Lea Verou.


This site was built using Eleventy, hosted on Cloudflare Pages, with previews deployed with Cloudflare. Certificate courtesy of Cloudflare and Let’s Encrypt.

Libraries #

Fonts #

  :root {
    --font-family-sans: 'Inter', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    --font-family-serif: 'Playfair Display', serif;
    --font-family-mono: 'Fira Code', 'Courier New', Courier, monospace;
    --font-family-heading: 'Pirata One', cursive;
  }

Icons #

A custom icon component (icon-component.js) is used to render icons as web components with Font Awesome as the preferred icon library.

  <fa-icon type="brands" name="github" size="md"></fa-icon>

Plugins #

Tools #