Election results in the London Borough of Sutton.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

64 lines
2.2 KiB

  1. .grid_9
  2. %h1= @page_title = "About this website"
  3. %p.vcard
  4. This website was designed and written by
  5. %a.fn.url{ :href => 'http://adrianshort.co.uk' } Adrian Short
  6. \.
  7. You can contact me by email at
  8. %a.email{ :href => "mailto:adrian.short@gmail.com" } adrian.short@gmail.com
  9. and
  10. %a.url{ :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
  16. %a{ :href => "http://www.sutton.gov.uk/index.aspx?articleid=451" }Sutton Council
  17. \ who also provided information on council wards and parliamentary constituencies.
  18. %p
  19. This site is written in
  20. %a{ :href => "http://www.ruby-lang.org/en/" }Ruby
  21. \ using the
  22. %a{ :href => "http://www.sinatrarb.com/" }Sinatra framework.
  23. %p
  24. The code for this website is
  25. %a{ :href => "http://github.com/adrianshort/Sutton-Elections" }open source and managed on Github.
  26. It is hosted by
  27. %a{ :href => "http://heroku.com/" }Heroku.
  28. %p
  29. The postcode lookup is done by
  30. %a{ :href => "http://www.uk-postcodes.com/" }UK Postcodes
  31. using open data from
  32. %a{ :href => "http://www.ordnancesurvey.co.uk/oswebsite/opendata/" }Ordnance Survey
  33. enhanced by
  34. %a{ :href => "http://parlvid.mysociety.org:81/os/" }MySociety
  35. \. I use the Ruby
  36. %a{ :href => "http://github.com/steflewandowski/pat" }Pat gem
  37. to access the postcodes API.
  38. %p
  39. The page templates use
  40. %a{ :href => "http://haml-lang.com/" }Haml
  41. and SprySoft's
  42. %a{ :href => "http://www.spry-soft.com/grids/" }Variable Grid System
  43. \. The database is
  44. %a{ :href => "http://www.sqlite.org/" }SQLite
  45. for development and
  46. %a{ :href => "http://www.postgresql.org/" }PostgreSQL
  47. for production, abstracted through
  48. %a{ :href => "http://datamapper.org/" }DataMapper.
  49. %p
  50. Source control and deployment is done with
  51. %a{ :href => "http://git-scm.com/" }Git.
  52. %p
  53. The fonts are Museo Slab and Museo Sans served by
  54. %a{ :href => "http://typekit.com/" }Typekit.