From a7ff6ca9d7b81783a0086770bcf8cb5bf2dec82d Mon Sep 17 00:00:00 2001 From: Gareth Rees Date: Mon, 7 Aug 2023 17:18:23 +0100 Subject: [PATCH] =?UTF-8?q?First=20draft=20=E2=80=9CHow=20does=20WhatDoThe?= =?UTF-8?q?yKnow=20help=3F=E2=80=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/views/general/_frontpage_extra.html.erb | 1 + lib/views/general/_how_do_we_help.html.erb | 61 +++++++++++++++++++++ 2 files changed, 62 insertions(+) create mode 100644 lib/views/general/_how_do_we_help.html.erb diff --git a/lib/views/general/_frontpage_extra.html.erb b/lib/views/general/_frontpage_extra.html.erb index b1cc5f8a..0c725461 100644 --- a/lib/views/general/_frontpage_extra.html.erb +++ b/lib/views/general/_frontpage_extra.html.erb @@ -1,5 +1,6 @@ <%= render partial: 'what_is_foi' %> <%= render partial: 'patterns_of_use' %> +<%= render partial: 'how_do_we_help' %> <%= render partial: 'frontpage_newsletter_signup' %> <%= render partial: 'frontpage_blog' if Blog.enabled? %> <%= render partial: 'frontpage_videos' %> diff --git a/lib/views/general/_how_do_we_help.html.erb b/lib/views/general/_how_do_we_help.html.erb new file mode 100644 index 00000000..d2168a70 --- /dev/null +++ b/lib/views/general/_how_do_we_help.html.erb @@ -0,0 +1,61 @@ +
+
+
+

<%= _('How does WhatDoTheyKnow help?') %>

+
+ +
+
+
+

+ <%= _('🔀 Find the right authority: A database of 46,000+ public bodies, kept up to date by a team of staff and volunteers.') %> +

+
+
+ +
+
+

+ <%= _('🗂️ Public archive: A permanent, searchable, public record of hundreds of thousands of information requests and responses.') %> +

+

+
+ +
+
+

+ <%= _('✍️ Write your request: Inline guidance and a collection of help pages to help write your request.') %> +

+

+
+ +
+
+

+ <%= _('🤖 Automate bureaucracy: Built in assistance and reminders to manage your request from submission to completion.') %> +

+

+
+ +
+
+

+ <%= _('🏟️ Correspond in public: Requests and responses are automatically published online with proof of delivery to hold authorities accountable to respond.') %> +

+

+
+ +
+
+

+ <%= _('🛑 Refusal advice: Encouragement, support, guidance and snippets to help challenge refusals at internal review, regulator appeal and tribunal(soon).') %> +

+

+
+
+ +

+ <%= _('Learn more about {{site_name}}. Want to know something? Start your own request →', help_link: help_about_path, site_name: site_name, select_authority_link: select_authority_path) %> +

+
+