I hereby claim:
- I am quis on github.
- I am quis (https://keybase.io/quis) on keybase.
- I have a public key ASC5Opm_BHr7cnGGsnUX2gcmFHwEcTAr-vZnv40UaIJCHQo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
<table class='mbm mhc' border='0' cellpadding='0' cellspacing='0'><tr><td height='1' width='1' bgcolor='##0#0#0'></td><td height='1' width='1' bgcolor='##0#0#0'></td><td height='1' width='1' bgcolor='##0#0#0'></td><td height='1' width='1' bgcolor='##0#0#0'></td><td height='1' width='1' bgcolor='##0#0#0'></td><td height='1' width='1' bgcolor='##0#0#0'></td><td height='1' width='1' bgcolor='##0#0#0'></td><td height='1' width='1' bgcolor='##0#0#0'></td><td height='1' width='1' bgcolor='##0#0#0'></td><td height='1' width='1' bgcolor='##0#0#0'></td><td height='1' width='1' bgcolor='##0#0#0'></td><td height='1' width='1' bgcolor='##0#0#0'></td><td height='1' width='1' bgcolor='##0#0#0'></td><td height='1' width='1' bgcolor='##0#0#0'></td><td height='1' width='1' bgcolor='##0#0#0'></td><td height='1' width='1' bgcolor='##0#0#0'></td><td height='1' width='1' bgcolor='##0#0#0'></td><td height='1' width='1' bgcolor='##0#0#0'></td><td height='1' width='1' bgcolor='##0#0#0'></td><td height='1' width='1' bgcolor='##0#0#0' |
/* | |
* Your Stylesheet | |
* | |
* This stylesheet is loaded when Atom starts up and is reloaded automatically | |
* when it is changed. | |
* | |
* If you are unfamiliar with LESS, you can read more about it here: | |
* http://www.lesscss.org | |
*/ |
var bodyParser = require("body-parser"); | |
app.use(bodyParser.urlencoded({ extended: false })); | |
var pages = [ | |
{ | |
next: { | |
yes: 1, | |
no: 4 | |
} | |
}, |
TAIL PACK | |
--------------------------------------- | |
Tarp | |
Groundsheet | |
Pegs | |
Camera charger/batteries | |
Running shoes | |
Head torch | |
2.5L fuel can |
grunt.registerTask('production', [ | |
'copy:govuk_template', | |
'copy:govuk_frontend_toolkit', | |
'copy:assets_js', | |
'copy:toolkit_js', | |
'bower', | |
'convert_template', | |
'copy:govuk_frontend_toolkit', | |
'replace', | |
'sass', |
/* | |
USAGE: | |
<div class="onMap" style="padding-top: 80%" data-route-to=""><img src="photo.jpg" /></div> | |
Where data-route-to is an encoded polyline that you can get from the Google Maps XML API, e.g. | |
https://maps.googleapis.com/maps/api/directions/xml?origin=marrakech%20airport&destination=merzouga | |
(look for the data inside <overview_polyline><points> |
/* | |
Usage: $.windowResize(yourFunction); | |
Intended as a replacement for $(window).resize(yourFunction) | |
yourFunction will only be called once the resize action has been completed, improving performance | |
Code is public domain | |
*/ |