Election results in the London Borough of Sutton.
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
 
 
 
 

36 lignes
1.3 KiB

  1. .grid_9
  2. %h1= @page_title = "About this website"
  3. %p
  4. This website was designed and written by
  5. %a{ :href => 'http://adrianshort.co.uk' } Adrian Short
  6. \.
  7. You can contact me by email at
  8. %a{ :href => "mailto:adrian.short@gmail.com" } adrian.short@gmail.com
  9. and
  10. %a{ :href => "http://twitter.com/adrianshort" } follow me on Twitter
  11. \.
  12. %p.highlight This site is independent of Sutton Council, all political parties and candidates.
  13. %p Every page on this website prints beautifully.
  14. %p
  15. The council candidates' data comes from Sutton Council who also provided information on council wards and parliamentary constituencies.
  16. %p
  17. This site is written in Ruby using the Sinatra framework.
  18. %p
  19. The code for this website is open source and managed on Github. It is hosted by Heroku.
  20. %p
  21. The postcode lookup is done by UK Postcodes using open data from Ordnance Survey enhanced by MySociety. I use the Ruby Pat gem to access the postcodes API.
  22. %p
  23. The page templates use Haml and SprySoft's Variable Grid System. The database is SQLite for development and PostgreSQL for production, abstracted through DataMapper.
  24. %p
  25. Source control and deployment is done with Git.
  26. %p The font is Museo Slab served by Typekit.