Skip to content

Instantly share code, notes, and snippets.

View ezos86's full-sized avatar

Eric Cavazos ezos86

View GitHub Profile
@ezos86
ezos86 / Button-Blink.markdown
Created February 27, 2015 21:16
Button Blink
@ezos86
ezos86 / index.html
Last active August 29, 2015 14:15
pvLdBg
<button class="gen">Generate</button>
@ezos86
ezos86 / QwQmZb.markdown
Last active August 29, 2015 14:15
Sass Margin/Padding Mixin
@ezos86
ezos86 / Vertically-Aligned-Content---Annoying.markdown
Created February 11, 2015 01:46
Vertically Aligned Content - Annoying
@ezos86
ezos86 / Panel-Flipper---Btn-Toggle.markdown
Created February 11, 2015 01:25
Panel Flipper - Btn Toggle

Panel Flipper - Btn Toggle

A Panel that flips around based on a button toggle

A Pen by ezos86 on CodePen.

License.

@ezos86
ezos86 / Animated-SVG-Rocket.markdown
Created February 7, 2015 06:14
Animated SVG Rocket

Animated SVG Rocket

Animated SVG Rocket - SVG and keyframes and a little js to start and stop.

A Pen by ezos86 on CodePen.

License.

//
// SVG — hasClass, addClass, removeClass, toggleClass
// Source:
// https://gist.github.com/branneman/8436956
// Taken and adapted from:
// http://toddmotto.com/hacking-svg-traversing-with-ease-addclass-removeclass-toggleclass-functions/
//
if (SVGElement && SVGElement.prototype) {
@ezos86
ezos86 / sublime
Last active August 29, 2015 14:14
Launching Directory from CLI or Terminal with Sublime
#!/bin/bash
DIRECT=$1
if [ ! ${DIRECT} ]; then
echo "Launching Current Directory"
DIRECT='.'
fi
open -a "Sublime Text" $DIRECT -n
curl -u 'USERNAME' https://api.github.com/user/repos -d '{"name":"REPONAME","private": true}'
// to create a public repository, use "private": false (or leave the option off completely)
// GitHub will let you know if you are over your quote for private repositories!
@ezos86
ezos86 / Hover-Button-Effect---Grow-and-Text-Slide.markdown
Created January 29, 2015 22:30
Hover Button Effect - Grow and Text Slide

Hover Button Effect - Grow and Text Slide

Text slides up as you hover over the button and the image grows.

A Pen by ezos86 on CodePen.

License.