Skip to content

Commit

Permalink
Updated wording on how it work. Shorter and same length for each bit.
Browse files Browse the repository at this point in the history
  • Loading branch information
mlandauer committed Jun 18, 2024
1 parent f72cef6 commit 9ab6e62
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions app/views/_tailwind/home/_how_it_works.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
</div>
<%= render Tailwind::Heading.new(tag: :h2, font: "sans", weight: "semibold", extra_classes: "pb-4").with_content("Search") %>
<%= image_tag "tailwind/illustration/search.svg", size: "200x144", class: "mx-auto mb-5", alt: "" %>
Search for applications in an area you're interested in
Find planning applications in your location.
</li>
<li class="p-8 pt-16 text-xl bg-light-grey [counter-increment:section] relative">
<div class="absolute inline-block -top-10">
Expand All @@ -17,7 +17,7 @@
</div>
<%= render Tailwind::Heading.new(tag: :h2, font: "sans", weight: "semibold", extra_classes: "pb-4").with_content("Get notified") %>
<%= image_tag "tailwind/illustration/get-notified.svg", size: "200x131", class: "mx-auto mb-8", alt: "" %>
Sign up to receive email notifications about future developments in your search area.
Sign up for email updates on new applications.
</li>
<li class="p-8 pt-16 text-xl bg-light-grey [counter-increment:section] relative">
<div class="absolute inline-block -top-10">
Expand All @@ -26,8 +26,7 @@
</div>
<%= render Tailwind::Heading.new(tag: :h2, font: "sans", weight: "semibold", extra_classes: "pb-4").with_content("Comment") %>
<%= image_tag "tailwind/illustration/comment.svg", size: "200x165", class: "mx-auto", alt: "" %>
Look through the applications that interest you and comment on them. Comments get sent directly
to council and are posted publicly on Planning Alerts.
Create public comments for council consideration.
</li>
</ol>
<div class="pt-8">
Expand Down

0 comments on commit 9ab6e62

Please sign in to comment.