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.

about.haml 1.3 KiB

14 years ago
14 years ago
14 years ago
14 years ago
14 years ago
14 years ago
12345678910111213141516171819202122232425262728293031323334353637383940
  1. .grid_9
  2. %h1 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
  14. The council candidates' data comes from Sutton Council who also provided information on council wards and parliamentary constituencies.
  15. %p
  16. This site is written in Ruby using the Sinatra framework.
  17. %p
  18. The code for this website is open source and managed on Github. It is hosted by Heroku.
  19. %p
  20. 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.
  21. %p
  22. The HTML templates use Haml. The database is SQLite for development and PostgreSQL for production, abstracted through DataMapper.
  23. %p
  24. Source control and deployment is done with Git.
  25. -#
  26. %h2 #followfooter
  27. %ul
  28. - for account in @accounts
  29. %li
  30. %a{ :href => "http://twitter.com/#{account}" }@#{account}