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:
| // Add this code to the top of routes.js | |
| // process.env.NOTIFYAPIKEY is a special kind of variable that Node | |
| // pulls from the environment your prototype is running in | |
| // | |
| // To set it locally, run this command in your Terminal, in the root | |
| // folder of your prototype: | |
| // echo NOTIFYAPIKEY=xxxxxxx >> .env | |
| // (where xxxxxxx is a key you’ve created in Notify) | |
| // | |
| // To set it on Heroku, go to the settings page on your app, click |
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> |