From 0cf9968631564a7fda29aa125bd5e35a731730be Mon Sep 17 00:00:00 2001 From: Adrian Short Date: Sun, 26 Apr 2015 14:06:54 +0100 Subject: [PATCH] Hide homepage text --- views/index.haml | 66 +++++++++++++++++++++++------------------------- 1 file changed, 32 insertions(+), 34 deletions(-) diff --git a/views/index.haml b/views/index.haml index df36f9f..3895d27 100644 --- a/views/index.haml +++ b/views/index.haml @@ -34,42 +34,40 @@ payments .clear +-# + .grid_3.home_subheads + %h3 + Big picture, + %br + small details -.grid_3.home_subheads - %h3 - Big picture, - %br - small details + .grid_3.home_subheads + %h3 Talk about it -.grid_3.home_subheads - %h3 Talk about it - -.grid_3.home_subheads - %h3 Open data - -.grid_3.home_subheads - %h3 Open source - -.clear - -.grid_3 - %p Sometimes you want a high-level view of how much money is being spent by each council service or paid to each supplier. Other times you want to examine the details right down to individual payments. - - %p Armchair Auditor lets you do both. + .grid_3.home_subheads + %h3 Open data + + .grid_3.home_subheads + %h3 Open source + + .clear + .grid_3 + %p Sometimes you want a high-level view of how much money is being spent by each council service or paid to each supplier. Other times you want to examine the details right down to individual payments. + + %p Armchair Auditor lets you do both. -.grid_3 - %p Armchair Auditor doesn't just let you see how your council spends its money — it lets you talk about it too. - - %p There's a comments thread for every council service, supplier and even each individual payment so you can add more information and your opinions. + .grid_3 + %p Armchair Auditor doesn't just let you see how your council spends its money — it lets you talk about it too. + + %p There's a comments thread for every council service, supplier and even each individual payment so you can add more information and your opinions. -.grid_3 - %p Open data is free for you to use in any way you choose. Armchair Auditor lets you download your council's spending data into an Excel spreadsheet and any other program that can read CSV files. + .grid_3 + %p Open data is free for you to use in any way you choose. Armchair Auditor lets you download your council's spending data into an Excel spreadsheet and any other program that can read CSV files. - %p Every page prints beautifully, too. - -.grid_3 - %p If you want to use Armchair Auditor's software to publish your own council's data, it's free. Or you can use it as the starting point for your own custom project. - %p - %a{ :href => "https://github.com/adrianshort/armchair-auditor" } - Get the code on GitHub. - \ No newline at end of file + %p Every page prints beautifully, too. + + .grid_3 + %p If you want to use Armchair Auditor's software to publish your own council's data, it's free. Or you can use it as the starting point for your own custom project. + %p + %a{ :href => "https://github.com/adrianshort/armchair-auditor" } + Get the code on GitHub.