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

Block or report JoshMLeslie

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. Open-Source-Medical-Supplies/osms-libraries Open-Source-Medical-Supplies/osms-libraries Public

    SPA for OSMS Project and Category Libraries, now as one cohesive UX. Was previously split into 2 urls hosted on WordPress

    TypeScript 1

  2. segment-chrome-ext segment-chrome-ext Public

    Forked from MartinMouritzen/segment-chromeextension

    Chrome extension tracking Segment events

    JavaScript

  3. arduino arduino Public

    arduino projects

    C++

  4. TaskMakerJS TaskMakerJS Public

    Demo recreation of The 1989 Mac game using pure JS + Canvas

    JavaScript

  5. dnd5e-quickref dnd5e-quickref Public

    Forked from crobi/dnd5e-quickref

    Quick reference sheet for D&D 5e

    CSS

  6. scss-spacing-generator.scss scss-spacing-generator.scss
    1
    // programmatic generation of scss spacer classes to produce alike:
    2
    // .mt-1 { margin-top: 1rem; }
    3
    
                  
    4
    $spacings: (margin: m, padding: p);
    5
    $directions: (top: t, right: r, bottom: b, left: l);