Skip to content

Commit

Permalink
Add introductory paragraph
Browse files Browse the repository at this point in the history
  • Loading branch information
mlandauer committed Nov 8, 2023
1 parent e9e6996 commit 4e1d7d5
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 5 deletions.
2 changes: 1 addition & 1 deletion app/components/tailwind/heading.html.erb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
<h1 class="text-4xl font-bold text-navy font-display <%= @extra_classes %>">
<h1 class="text-4xl font-bold text-navy font-display max-w-4xl <%= @extra_classes %>">
<%= content %>
</h1>
Original file line number Diff line number Diff line change
@@ -1,11 +1,17 @@
<% content_for :page_title, "How to lobby your local council to publish their planning data better" %>

<%= render Tailwind::Heading.new(tag: :h1) do %>
<%= yield :page_title %>
<% end %>

<p class="mt-16 text-2xl text-navy">
Here are just a few of the arguments that you can use when lobbying your local council to publish its planning data in a machine readable format. These are jumping off points to get you started.
</p>

<%
=begin
%>
- content_for :page_title, "How to lobby your local council"
%h3= yield :page_title
%p
Here are just a few of the arguments that you can use when lobbying your local council to publish its planning data in a machine readable format. These are jumping off points to get you started.
%p
Be prepared for the first response being "No". That's normal. Have your arguments ready and be persistent.
Expand Down

0 comments on commit 4e1d7d5

Please sign in to comment.