Skip to content

Instantly share code, notes, and snippets.

View laurendavissmith's full-sized avatar
😎

Lauren Smith laurendavissmith

😎
View GitHub Profile
@laurendavissmith
laurendavissmith / scrollTo_for_boulevard
Created May 15, 2013 20:03
allowing@koken Boulevard previous click to return to beginning of #album-intro
var scrollTo = function() {
if ( imgViewing >= totalImgs ) {
imgViewing = ( totalImgs - 1 );
} else if ( imgViewing < 0 ) {
imgViewing = 0;
}
var newLeftPos = $('#lane img:eq(' + imgViewing + ')').closest('.cell').offset().left;
@laurendavissmith
laurendavissmith / gist:6297307
Created August 21, 2013 17:21
print pulse image ids to browser console
pulse.on('dataloaded', function(e) {
$.each(e.items, function() {
console.log(this.id);
});
});
@laurendavissmith
laurendavissmith / gist:8925254
Created February 10, 2014 22:09
Inline logo for boulevard
nav { display: inline; }
#site-title { float: left; margin-right: 20px; }

Keybase proof

I hereby claim:

To claim this, I am signing this object: