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

Block or report elijahscherz

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. elijahscherz.github.io elijahscherz.github.io Public

    My personal site built from scratch using Angular (and the backs of the internet)

    CSS

  2. Modular jQuery and CSS hover animati... Modular jQuery and CSS hover animation technique (animation once)
    1
    # Add the class 'hover' to whichever element you want to be able to trigger an animation on when it's hovered over.
    2
    # Add the class 'hover-child' to elements inside of the parent which you want to trigger an animation on at the same time.
    3
    
                  
    4
    ANIMATION.JS:
    5
    $( document ).ready( function() {
  3. astroshooter-2d astroshooter-2d Public

    Unity2D utilizing C# -- space shooter.

    C# 3 1

  4. Simple domain information Simple domain information
    1
    #!/bin/bash
    2
    
                  
    3
    set -Eeuo pipefail
    4
    
                  
    5
    echo -e "\e[36m|------ STATUS ------|\e[0m"
  5. Quick filename and grep search Quick filename and grep search
    1
    #!/bin/bash
    2
    
                  
    3
    set -Eeuo pipefail
    4
    
                  
    5
    echo