I hereby claim:
- I am ckissane on github.
- I am nunchucks (https://keybase.io/nunchucks) on keybase.
- I have a public key ASCNX7a29atM7gI52tOB84aQkCBv0fR4qC2ELBDx5mQ5hQo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| <html> | |
| <head> | |
| <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script> | |
| <link rel="stylesheet" href="style.css"> | |
| <title>Fluid Painting</title> | |
| </head> | |
| <body> | |
| <canvas id="c"></canvas> |
| <html> | |
| <head> | |
| <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script> | |
| <link rel="stylesheet" href="style.css"> | |
| <title>Fluid Painting</title> | |
| </head> | |
| <body> | |
| <canvas id="c"></canvas> |
| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <title>Plasma Ball</title> | |
| <link rel="stylesheet" href="style.css"> | |
| <style> | |
| body,html{ | |
| padding:0px; | |
| margin:0px; |
| var cw = $(".canvas-cont").width(); | |
| var ch = $(".canvas-cont").height(); | |
| $("#calx_form").calx({ | |
| 'checkCircularReference': true | |
| }); | |
| function tick() { | |
| cw = $(".canvas-cont").width(); | |
| ch = $(".canvas-cont").height(); | |
| $("#canvas").attr("width", cw); |
| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script> | |
| <link rel="stylesheet" href="style.css" /> | |
| </head> | |
| <body> |
| <html> | |
| <head> | |
| <link href='https://fonts.googleapis.com/css?family=Fredoka+One' rel='stylesheet' type='text/css'> | |
| <link href='https://fonts.googleapis.com/css?family=Quicksand:400,700' rel='stylesheet' type='text/css'> | |
| <script src="https://cdn.firebase.com/js/client/2.2.1/firebase.js"></script> | |
| <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> | |
| <link rel="stylesheet" href="http://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css"> | |
| <script src="http://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/js/bootstrap.min.js"></script> | |
| <style> |
| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <meta charset="utf-8"> | |
| <link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css" rel="stylesheet"> | |
| <link rel="stylesheet" href="style.css"> | |
| <script src="//d3js.org/d3.v3.min.js"></script> | |
| <title>Canvas Repel</title> | |
| </head> |
| @ | |
| keyframes blink { 0% { | |
| opacity: 0.15; | |
| } | |
| 50%{ | |
| opacity | |
| : | |