From f33e6d41da98658c0d015bd88a23ae6aa687976d Mon Sep 17 00:00:00 2001 From: Adrian Short Date: Sun, 19 Aug 2018 20:06:17 +0100 Subject: [PATCH] Text edits --- views/about.haml | 21 +++++++++++++++------ 1 file changed, 15 insertions(+), 6 deletions(-) diff --git a/views/about.haml b/views/about.haml index 7fb4991..02cbafb 100644 --- a/views/about.haml +++ b/views/about.haml @@ -1,17 +1,26 @@ %h1 About %p - Adrian Short made this website. - The code is on - %a{ :href => 'https://github.com/adrianshort/suttonelections' } + %a{ :href => 'https://www.adrianshort.org/' }< + Adrian Short + made this website. The code is on + %a{ :href => 'https://github.com/adrianshort/suttonelections' }< GitHub. %p It's powered by data from - %a{ :href => "http://www.sutton.gov.uk/" } + %a{ :href => "http://www.sutton.gov.uk/" }< Sutton Council, - %a{ :href => "http://data.london.gov.uk/" } + %a{ :href => "http://data.london.gov.uk/" }< London Datastore and - %a{ :href => "http://www.ordnancesurvey.co.uk/business-and-government/products/code-point-open.html" } + %a{ :href => "http://www.ordnancesurvey.co.uk/business-and-government/products/code-point-open.html" }< Ordnance Survey. + +%p + This is a static site + %a{ :href => 'https://www.netlify.com/' }< + hosted by Netlify, + with + %a{ :href => 'https://updown.io/3sbd' }< + performance and uptime monitoring by updown.io. \ No newline at end of file