Skip to content

Instantly share code, notes, and snippets.

View evelynriossf's full-sized avatar

Evelyn Rios Stafford evelynriossf

View GitHub Profile
@evelynriossf
evelynriossf / KittyCat.html
Last active December 26, 2015 19:09
KittyCat
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title>Cat Walk</title>
</head>
<body>
<img id="kittyCat"; style="position:absolute;" src="http://www.anniemation.com/clip_art/images/cat-walk.gif">
@evelynriossf
evelynriossf / README.md
Created September 29, 2013 01:37
created by livecoding - http://livecoding.io/3419316

This is an alteration of the D3:particles example on livecoding.io. I've modified the Javascript & CSS to use rectangles rather than circles.

View this code at http://livecoding.io/6738641