Skip to content

Commit

Permalink
First draft “How does WhatDoTheyKnow help?”
Browse files Browse the repository at this point in the history
  • Loading branch information
garethrees committed Aug 8, 2023
1 parent 4c1c97e commit a7ff6ca
Show file tree
Hide file tree
Showing 2 changed files with 62 additions and 0 deletions.
1 change: 1 addition & 0 deletions lib/views/general/_frontpage_extra.html.erb
Original file line number Diff line number Diff line change
@@ -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' %>
Expand Down
61 changes: 61 additions & 0 deletions lib/views/general/_how_do_we_help.html.erb
Original file line number Diff line number Diff line change
@@ -0,0 +1,61 @@
<div class="homepage-article-section" id="homepage-article">
<div class="row homepage-article-section__ar-contet">
<div class="ar-content__headings ">
<h2><%= _('How does WhatDoTheyKnow help?') %></h2>
</div>

<div class="ar-content__article-grid col-2-grid">
<div class="article-grid__item">
<div class="article-grid__item-content">
<p>
<%= _('<strong>🔀 Find the right authority:</strong> A database of 46,000+ public bodies, kept up to date by a team of staff and volunteers.') %>
</p>
</div>
</div>

<div class="article-grid__item">
<div class="article-grid__item-content">
<p>
<%= _('<strong>🗂️ Public archive:</strong> A permanent, searchable, public record of hundreds of thousands of information requests and responses.') %>
<p>
</div>
</div>

<div class="article-grid__item">
<div class="article-grid__item-content">
<p>
<%= _('<strong>✍️ Write your request:</strong> Inline guidance and a collection of help pages to help write your request.') %>
<p>
</div>
</div>

<div class="article-grid__item">
<div class="article-grid__item-content">
<p>
<%= _('<strong>🤖 Automate bureaucracy:</strong> Built in assistance and reminders to manage your request from submission to completion.') %>
<p>
</div>
</div>

<div class="article-grid__item">
<div class="article-grid__item-content">
<p>
<%= _('<strong>🏟️ Correspond in public:</strong> Requests and responses are automatically published online with proof of delivery to hold authorities accountable to respond.') %>
<p>
</div>
</div>

<div class="article-grid__item">
<div class="article-grid__item-content">
<p>
<%= _('<strong>🛑 Refusal advice:</strong> Encouragement, support, guidance and snippets to help challenge refusals at internal review, regulator appeal and tribunal<sup>(soon)</sup>.') %>
<p>
</div>
</div>
</div>

<p class="ar-content__lede">
<%= _('<a href="{{help_link}}">Learn more about {{site_name}}</a>. Want to know something? <a href="{{select_authority_link}}"> Start your own request &rarr;</a>', help_link: help_about_path, site_name: site_name, select_authority_link: select_authority_path) %>
</p>
</div>
</div>

0 comments on commit a7ff6ca

Please sign in to comment.