Skip to content

Instantly share code, notes, and snippets.

View drewwyatt's full-sized avatar

Drew Wyatt drewwyatt

View GitHub Profile
@drewwyatt
drewwyatt / games.md
Last active November 19, 2016 23:04

Game Recommendations

This is a list of games I recommend checking out, I did my best to include a wide range of styles.

Here are the games I've gone into detail about below. They all have links to BGG where you can get more information, as well as a link to purchase them on Amazon. I believe these all satisfy the party-game-ish criteria (with one exception).

These link to my descriptions on this page (unless you are looking at this on an iPhone, then I think this table of contents doesn't actually work)

var albums = [];
flickr.photosets.getList({ user_id: '127723465@N04' }, function(err, result) {
result.photosets.photoset.forEach(function(set){
albums.push({ id: set.id, title: set.title._content });
});
res.render('index', { title: 'Express', result: result, err: err, albums: albums });
});
@drewwyatt
drewwyatt / header-1.css
Created April 22, 2014 15:20
Responsive CSS
/* user nav
================================================== */
body.login nav.user {
display: none!important;
}
/* hide the login on the login page ;-)*/
nav.user {
float: left;