Skip to content

Instantly share code, notes, and snippets.

View ezos86's full-sized avatar

Eric Cavazos ezos86

View GitHub Profile
@ezos86
ezos86 / LGlvw.markdown
Created June 10, 2014 23:21
A Pen by ezos86.
@ezos86
ezos86 / Shadows-on-Box.markdown
Created June 10, 2014 23:22
A Pen by ezos86.

Shadows on Box

Bending bottom side edges up. You may need to adjust the absolute positioning depending on page placement.

A Pen by ezos86 on CodePen.

License.

public static function DateDiff($d1, $d2) {
if($d1 == $d2) return 0;
$d1 = (int)strtotime($d1);
$d2 = (int)strtotime($d2);
$timz = array(
"year" => (60 * 60 * 24 * 365),
"mth" => (60 * 60 * 24 * 30),
"day" => (60 * 60 * 24),
"hour" => (60 * 60),
"min" => (60)

Quick Color Gradients with Sass (Scss)

Make a quick color gradient with scss.

A Pen by ezos86 on CodePen.

License.

@ezos86
ezos86 / Shadows-on-Box.markdown
Created September 5, 2014 06:18
A Pen by ezos86.

Shadows on Box

Bending bottom side edges up. You may need to adjust the absolute positioning depending on page placement.

A Pen by ezos86 on CodePen.

License.

SVG Animation - Moving Icons into Box

Wanted to move icons into a box and needed to build an example.

A Pen by ezos86 on CodePen.

License.

@ezos86
ezos86 / gist:0b2da876b90edd3dbe0c
Created December 8, 2014 20:29
If IE9 content example
<!--[if lt IE 9]>
<div class="modal open">
<div class="inner browser-not-supported">
<div class="modal-display-area">
<h2>You&#39;ll need to upgrade your browser to use our service</h2>
<p>
Unfortunately we can&#39;t support the browser you&#39;re using.
We want you to have the best possible experience.
</p>
<p>
@ezos86
ezos86 / MARKETO-MESSAGE-AFTER-FORM-SUBMIT.markdown
Last active August 29, 2015 14:11
MARKETO MESSAGE AFTER FORM SUBMIT

MARKETO MESSAGE AFTER FORM SUBMIT

Motha F**k annoying thing that works sometimes and doesn't others.. here is an example snippet for it.

REMEMBER: Wordpress = no spaces in javascript when adding.

A Pen by ezos86 on CodePen.

License.