Skip to content

Instantly share code, notes, and snippets.

View ellenbo's full-sized avatar

Ellen Boeke ellenbo

  • Avietech
  • Fort Collins, CO
View GitHub Profile
@ellenbo
ellenbo / parallax.js
Last active November 11, 2017 00:09 — forked from srikat/parallax.js
Applying Parallax effect from Parallax Pro in any Genesis theme. http://sridharkatakam.com/apply-parallax-effect-parallax-pro-genesis-theme/
// Add widget areas
add_action( 'genesis_entry_content', 'function_name' );
function function_name() {
echo '<div class="CLASS_NAME parallax-section"></div>';
}
@ellenbo
ellenbo / 0_reuse_code.js
Last active August 29, 2015 14:23
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console