Skip to content

Instantly share code, notes, and snippets.

@esjay
esjay / index.haml
Created December 17, 2012 22:03
A CodePen by esjay.
- @performance_doc ||= "#performance"
- @reinforcement_doc ||= "#reinforcment"
- @feedback_doc ||= "#feedback"
- @measurement_doc ||= "#measurement"
%body
#slider
.content.scroll
.intro.explanation
%h2 Introduction
@esjay
esjay / index.html
Created December 12, 2012 06:16
A CodePen by esjay. Borderlands 2 Slot Machine Simulator - My friends and I love Borderlands. We wanted to recreate the experience of playing slots in Borderlands 2... for science!
<div class="content clearfix">
<button id="lever">Pull!</button>
<div class="overlay"></div>
<div class="stage">
<ol class="slots spinning" id="first">
<li class="slot-eridiumx3"></li>
<li class="slot-seven"></li>
<li class="slot-leg"></li>
<li class="slot-psycho"></li>
<li class="slot-bell"></li>