Skip to content

Instantly share code, notes, and snippets.

@erickeno
erickeno / index.html
Created April 19, 2013 23:25 — forked from anonymous/index.html
transition with cubic-bezier property
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<link rel="stylesheet" href="css/main.css">
<link rel="stylesheet" href="css/page.css">
<title>CSS3</title>
</head>
<body>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<link rel="stylesheet" href="css/main.css">
<link rel="stylesheet" href="css/page.css">
<title>CSS3</title>
</head>
<body>
@erickeno
erickeno / index.html
Created April 22, 2013 23:13
this is the use of 3D transformation which can make your web page look different
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<link rel="stylesheet" href="css/main.css">
<link rel="stylesheet" href="css/page.css">
<title>CSS3</title>
</head>
<body>
@erickeno
erickeno / index.html
Last active December 16, 2015 13:08
creating animation with CSS3.
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<link rel="stylesheet" href="css/main.css">
<link rel="stylesheet" href="css/page.css">
<title>CSS3</title>
</head>
<body>
@erickeno
erickeno / index.html
Last active December 16, 2015 13:09
rotating 3D number animation
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<link rel="stylesheet" href="css/main.css">
<link rel="stylesheet" href="css/page.css">
<title>CSS3</title>
</head>
<body>
@erickeno
erickeno / index.html
Created April 25, 2013 21:44
trying to make a web page accessible to the visually impaired(for easy read with text reader Apps)
<!DOCTYPE html>
<html>
<head>
<title>Widget, Inc.</title>
<link rel="stylesheet" type="text/css" href="css/style.css">
</head>
<body>
<div id="wrapper">
<div id="header">
<h1>Widget</h1>
@erickeno
erickeno / XMLParser.md
Last active September 5, 2016 16:17
esnextbin sketch

small XML Parser

@erickeno
erickeno / daysOfTheWeek.md
Last active June 7, 2016 14:14
esnextbin sketch

This a simple gist to demostrate how to use date-fns to check the days of the week. Also, using invarant to throw errors.

@erickeno
erickeno / ZipCode filter.md
Last active September 5, 2016 16:15
Using filter to filter and return new object

Zipcode Filter

@erickeno
erickeno / Counter React-redux App
Last active August 2, 2016 20:37
esnextbin sketch
Small react-redux counter application