Election results in the London Borough of Sutton.
25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.

about.haml 1.4 KiB

14 yıl önce
14 yıl önce
14 yıl önce
14 yıl önce
14 yıl önce
14 yıl önce
14 yıl önce
14 yıl önce
14 yıl önce
14 yıl önce
12345678910111213141516171819202122232425262728293031323334353637
  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
  20. %a{ :href => "http://github.com/adrianshort/Sutton-Elections" } open source and managed on Github.
  21. It is hosted by Heroku.
  22. %p
  23. 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.
  24. %p
  25. The page templates use Haml and SprySoft's Variable Grid System. The database is SQLite for development and PostgreSQL for production, abstracted through DataMapper.
  26. %p
  27. Source control and deployment is done with Git.
  28. %p The fonts are Museo Slab and Museo Sans served by Typekit.