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 GitHub Pages, with previews deployed with Netlify. Certificate courtesy of GitHub Pages and Let’s Encrypt.

Libraries #

Fonts #

  :root {
    --sl-font-sans: "Oswald", sans-serif;
    --sl-font-mono: "Fira Mono", monospace;
    --sl-font-serif: "Lato", sans-serif;
    --bs-font-sans-serif: "Lato", serif;
  }
  • Oswald
    • Headers, specified through general <H> tags and CSS classes
  • Lato
    • Paragraphs, specified through general <p> tags and CSS classes
  • Fira Mono
    • Code blocks, specified through general <code> tags and CSS classes

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 #

  • VS Code
    • default editor, though I’ve been using Cursor more lately.
  • Figma
    • design tool for creating the overall design, color palette, and a11y checking.
  • GitHub
    • for hosting code and site deployment.
  • Netlify
    • testing any site changes via pull requests before merging to main.