diff --git a/app/views/_tailwind/home/_how_is_this_free.html.erb b/app/views/_tailwind/home/_how_is_this_free.html.erb deleted file mode 100644 index d4986b01d..000000000 --- a/app/views/_tailwind/home/_how_is_this_free.html.erb +++ /dev/null @@ -1,38 +0,0 @@ -<%# TODO: The words here are a start and are good in spirit but not totally accurate so need updating %> -
- <%= render Tailwind::Heading.new(tag: :h1, extra_classes: "pb-8").with_content("How is this free?") %> -
-
-

- We are passionate about civic engagement. - We've dedicated 10 years of mostly unpaid time to making tools for everyday folks to be - better informed, better heard in the halls of Australian councils, parliaments etc. -

-

- We think this stuff should be free. - So we fund everything through donations and a small income from our API. -

-

- We are currently 2.5 people working part time to keep this running. - We pay ourselves a very lean living wage. -

-

- Sometimes we miss emails. Sometimes we go away with the kids and things break. - We refuse to respond to your emails with auto replies because that's just frustrating - for everyone. -

-

- It's not perfect. It's human and made with love. -

-
-
-
- <%= image_tag "tailwind/home_office.jpg", alt: "Photo of home office", size: "455x342" %> -
- Our home office in Northern NSW where 2 people work part time and 1 person works - remotely to keep this service running. -
-
-
-
-
diff --git a/app/views/_tailwind/home/index.html.erb b/app/views/_tailwind/home/index.html.erb index 13473c5a8..8a290645d 100644 --- a/app/views/_tailwind/home/index.html.erb +++ b/app/views/_tailwind/home/index.html.erb @@ -6,6 +6,5 @@
<%= render "how_it_works" %> <%= render "trending", applications: @trending %> - <%= render "how_is_this_free" %> <%= render "stats" %>