Browse screenshots of HMRC services, organised by user scenario.
http://hmrc.github.io/hmrc-screens/
You can view different sets of screenshots for each service, zoom in and out of them or step through them in order.
The app is very simple and doesn't require anything to be installed or run in a terminal. Just open the index.html file in the root folder. It works especially well in Chrome's presentation mode. Your mileage may vary in other browsers.
On OSX, Paparazzi is the best way to capture screenshots. You can set the maximum and minimum widths for the screens, and can capture images in batches.
Nixon is a tool that allows you to automate screenshot capture using CasperJS or PhantomJS.
On Windows you can use the Awesome Screenshot plugin for Chrome.
You can also use services like BrowserStack or Sauce Labs for automated serverside screenshot capture.
If you work on one of the services and want to add or update screenshots of it please go ahead, you'd be doing us all a big favour. Pull requests are the best way. You'll need to know how to use Git and how to edit very simple data files.
Each service has it's own folder in '/service'. Drop all your images into the 'images' subfolder (1024px wide is best).
Edit the data.js file in your numbered exemplar folder. It contains a few examples so you can see how the data should be structured.
Once you're done, don't forget to add a link to your service from the 'index.html' file in the root of this repository (not the one in your service folder).