Skip to content

Instantly share code, notes, and snippets.

View devjack's full-sized avatar

Jack Skinner devjack

View GitHub Profile
title tags categories date
How to release during the holidays
software engineering
blog
2017-12-22

And so we reach the end of another coding-year and while many of us are plotting our holiday hacks and offline AR (actual reality) adventures there are a few folks who still have to launch features over the break.

@devjack
devjack / weekly-block.css
Last active May 27, 2018 09:46 — forked from pento/weekly-block.css
The Weekly Block
/**
* License: GPL-3.0+
*/
.weekly-link {
/*border-left: 3px solid rgba(0,0,0,.8);*/
border-left: 3px solid rgba(255, 160, 0, 1);
padding-left: 2em;
padding-right: 2em;
margin-bottom: 2em;
}