From 406d4ad8431fb0fba9a5ec6b10eaf12027f04729 Mon Sep 17 00:00:00 2001 From: MaxineCl <149399832+MaxineCl@users.noreply.github.com> Date: Fri, 23 Feb 2024 09:19:17 +0000 Subject: [PATCH] Deleted social mailing list folder --- .../social-mailing-list/_header.html.erb | 6 ---- .../_mailing-list.html.erb | 31 ------------------- 2 files changed, 37 deletions(-) delete mode 100644 app/views/content/landing/social-mailing-list/_header.html.erb delete mode 100644 app/views/content/landing/social-mailing-list/_mailing-list.html.erb diff --git a/app/views/content/landing/social-mailing-list/_header.html.erb b/app/views/content/landing/social-mailing-list/_header.html.erb deleted file mode 100644 index e139e36583..0000000000 --- a/app/views/content/landing/social-mailing-list/_header.html.erb +++ /dev/null @@ -1,6 +0,0 @@ -<%= render Content::CampaignHeroComponent.new( - title: ["Sign up for", "emails"], - colour: @front_matter["colour"], - image: @front_matter["image"], - background_colour: "grey" -) %> diff --git a/app/views/content/landing/social-mailing-list/_mailing-list.html.erb b/app/views/content/landing/social-mailing-list/_mailing-list.html.erb deleted file mode 100644 index 794ac9ad60..0000000000 --- a/app/views/content/landing/social-mailing-list/_mailing-list.html.erb +++ /dev/null @@ -1,31 +0,0 @@ -
-
-
- <%= render Content::MailingListComponent.new( - title: "Get free advice and support that's tailored to you", - color: "transparent", - margin: false, - heading: :l - ) do %> - -

- Whether you’re just thinking about teaching or you’re ready to apply, we’re here to help guide you through the steps to becoming a teacher. Discover how exciting and rewarding teaching can be. -

- -

- Sign up for emails and find out how to get: -

- -
    -
  • personalised guidance on teacher training
  • -
  • experience of life in the classroom
  • -
  • free one-to-one support from an adviser
  • -
  • alerts about teaching events near you
  • -
- -
- - <% end %> -
-
-