Skip to content

Instantly share code, notes, and snippets.

@WaffleGnome
WaffleGnome / index.html
Created August 12, 2018 02:03
little bee anim, inspired by gigantic
<div id="scene">
<div id="contents">
<div div "bee_legs">
<div id="front_leg" class ="legs"></div>
<div id="back_leg" class = "legs"></div>
</div> <!-- END OF LEGS -->
<div id="the_wings">
<div id="wing_one" class="wings"></div>
@WaffleGnome
WaffleGnome / cross-stitch-design-toy.markdown
Last active August 9, 2018 16:33
cross-stitch design toy

cross-stitch design toy

made a cross stitch toy for the #notfancyappchallenge and #codepenchallenge.

A Pen by Kassandra escoe on CodePen. picked cross hatch

@WaffleGnome
WaffleGnome / RainyClock.html
Last active November 2, 2022 07:01
Rainy Clock - just playing around with bonsai.js to make rain drops and then got the idea to add a clock. A CodePen by waffle.
<html>
<head>
<meta charset=utf-8 />
<title>Rainy Clock</title>
<script type="text/javascript" src="http://cdnjs.cloudflare.com/ajax/libs/bonsai/0.4/bonsai.min.js"></script>
</head>
<body onload="updateClock(); setInterval('updateClock()', 1000 )">
@WaffleGnome
WaffleGnome / CssVsThree.js.html
Last active December 20, 2015 22:18
A CodePen by Waffle. css3 vs three.js
<script src="https://dl.dropboxusercontent.com/u/161826274/Librarys/three.js/solar%20system/three.min.js"></script>
<div id = 'planet1'></div>
@WaffleGnome
WaffleGnome / GBA.html
Last active December 20, 2015 14:39
CSS gameboy - Just practicing some css. A CodePen by Waffle.
<!--made by waffle aka kescoe -->
<html>
<body>
<div id="base-shape">
<p id = "power"> POWER</p>
<div id = "power-light"></div>
<div id="screen">
<h3>GAMEBOY</h3>
@WaffleGnome
WaffleGnome / Little-Rocket.html
Last active August 9, 2018 16:49
Little RocketA CodePen by Waffle. Little Rocket - I got bored so i decided to play around with some animationIf you enjoy please dont forget to give it a heart or leave a comment ^_^
<html>
<head>
<meta charset=utf-8 />
<title>lil Rocket</title>
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.js"></script>
<script type="text/javascript" src="http://bit.ly/17qZhs8"></script>
</head>
<body>
@WaffleGnome
WaffleGnome / MBAF.html
Last active December 16, 2015 11:09
MR BUILD A FACE
<!-- im still working on this! -->
<div class = "backg"></div>
<div id = "head">
<div id = "top"></div>
<div id= "bottom"></div>
</div>
<div class = "drag" id = "eye1">