Skip to content
View thomas-gordon's full-sized avatar
  • Squareweave
  • Melbourne, Australia

Block or report thomas-gordon

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 Loading

  1. InSeason InSeason Public

    JavaScript 1

  2. tomgordon.me tomgordon.me Public

    My personal website repo.

    JavaScript

  3. SCSS mixin for css triangles. SCSS mixin for css triangles.
    1
    @mixin css-triangle($direction:'left',$size:5px, $color:$black) {
    2
        width: 0;
    3
        height: 0;
    4
        position:absolute;
    5
        content: " ";
  4. bacon-calculator bacon-calculator Public

    For calculating dry brines

    JavaScript

  5. CSS-precompiler-presentation CSS-precompiler-presentation Public

    A rough html presentation on SCSS, LESS and precompilers

    JavaScript

  6. offline-survey offline-survey Public

    A basic survey to be hosted on a machine with no internet access.

    JavaScript