Skip to content
View jasonlutterloh's full-sized avatar
Block or Report

Block or report jasonlutterloh

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. metrics-peloton metrics-peloton Public

    Visualize your Peloton cycling output over time and other metrics

    JavaScript 21 4

  2. hodlmonitor hodlmonitor Public

    A simple way to locally monitor the value of your crypto holdings across multiple wallets/services

    Svelte 2

  3. trivia-app trivia-app Public template

    An elegant Svelte trivia application. For an example, see "Magnum, P.I. Trivia" demo in link.

    JavaScript 14 4

  4. CSS Media Query for Dark Mode CSS Media Query for Dark Mode
    1
    body {
    2
      background: #fff;
    3
      color: #222;
    4
    }
    5
    @media (prefers-color-scheme: dark) {