From 3d028a6c5c4db0c2246fd117273bab224a01a1ed Mon Sep 17 00:00:00 2001 From: MaxineCl <149399832+MaxineCl@users.noreply.github.com> Date: Tue, 5 Dec 2023 11:24:04 +0000 Subject: [PATCH 001/102] create career progression landing page --- .../landing/ad-campaign-career-progression.md | 15 +++++++ .../train-to-teach/_collage.html.erb | 23 ++++++++++ .../train-to-teach/_content.html.erb | 45 +++++++++++++++++++ .../train-to-teach/_header.html.erb | 6 +++ .../train-to-teach/_mailing_list.html.erb | 8 ++++ .../train-to-teach/_promo.html.erb | 10 +++++ 6 files changed, 107 insertions(+) create mode 100644 app/views/content/landing/ad-campaign-career-progression.md create mode 100644 app/views/content/landing/ad-campaign-career-progression/train-to-teach/_collage.html.erb create mode 100644 app/views/content/landing/ad-campaign-career-progression/train-to-teach/_content.html.erb create mode 100644 app/views/content/landing/ad-campaign-career-progression/train-to-teach/_header.html.erb create mode 100644 app/views/content/landing/ad-campaign-career-progression/train-to-teach/_mailing_list.html.erb create mode 100644 app/views/content/landing/ad-campaign-career-progression/train-to-teach/_promo.html.erb diff --git a/app/views/content/landing/ad-campaign-career-progression.md b/app/views/content/landing/ad-campaign-career-progression.md new file mode 100644 index 0000000000..be634245b5 --- /dev/null +++ b/app/views/content/landing/ad-campaign-career-progression.md @@ -0,0 +1,15 @@ +--- +title: "How can I train to teach?" +description: Find out your options for teacher training, including postgraduate teacher training, undergraduate teacher training, and the assessment only route to QTS. +content: + - content/landing/train-to-teach/header + - content/landing/train-to-teach/collage + - content/landing/train-to-teach/mailing_list + - content/landing/train-to-teach/content + - content/landing/train-to-teach/promo +image: "static/content/hero-images/M_DFE_Southfeilds_Room_A360_10445.jpg" +colour: "yellow" +layout: "layouts/minimal" +talk_to_us: false +noindex: true +--- diff --git a/app/views/content/landing/ad-campaign-career-progression/train-to-teach/_collage.html.erb b/app/views/content/landing/ad-campaign-career-progression/train-to-teach/_collage.html.erb new file mode 100644 index 0000000000..d6faaaf747 --- /dev/null +++ b/app/views/content/landing/ad-campaign-career-progression/train-to-teach/_collage.html.erb @@ -0,0 +1,23 @@ +
+
+
+
+

+ Whatever your qualifications and experience, find out how you can become a teacher through: +

+ + <%= render Content::ChecklistCollageComponent.new( + checklist: [ + "postgraduate teacher training", + "undergraduate teacher training", + "an assessment only route" + ], + image_paths: [ + "static/content/how-much-do-teachers-get-paid/collage2.jpg", + ] + ) do %> + <% end %> +
+
+
+
diff --git a/app/views/content/landing/ad-campaign-career-progression/train-to-teach/_content.html.erb b/app/views/content/landing/ad-campaign-career-progression/train-to-teach/_content.html.erb new file mode 100644 index 0000000000..c76b8e119b --- /dev/null +++ b/app/views/content/landing/ad-campaign-career-progression/train-to-teach/_content.html.erb @@ -0,0 +1,45 @@ +
+
+

Postgraduate teacher training

+ +
+

+ If you have a degree, you can do postgraduate teacher training to get qualified teacher status (QTS) – this is what you need to teach in many primary, secondary and special schools in England. +

+ +

+ Courses take 9 months full-time or 18 to 24 months part-time. They usually start in September. Your training will include time spent in at least 2 schools to get classroom experience, as well as some academic learning. +

+ +

<%= link_to("Find out more about how to train to teach if you have a degree", page_path("train-to-be-a-teacher/if-you-have-a-degree")) %>.

+
+
+ +
+

Undergraduate teacher training

+ +
+

+ If you do not have a degree, you can do undergraduate teacher training. Courses that include qualified teacher status (QTS) can take up to 4 years and usually start in September. +

+ +

<%= link_to("Find out more about how to train to teach if you do not have a degree", page_path("train-to-be-a-teacher/if-you-dont-have-a-degree")) %>.

+
+
+ +
+

Assessment only route to QTS

+ +
+

+ If you already have at least 2 years' experience as an unqualified teacher, you might not have to do any further training. +

+ +

+ Instead, you could be eligible for the assessment only route to QTS which can take up to 12 weeks. +

+ +

<%= link_to("Find out more about the assessment only route to QTS", page_path("train-to-be-a-teacher/assessment-only-route-to-qts")) %>.

+
+
+
diff --git a/app/views/content/landing/ad-campaign-career-progression/train-to-teach/_header.html.erb b/app/views/content/landing/ad-campaign-career-progression/train-to-teach/_header.html.erb new file mode 100644 index 0000000000..c0888952a1 --- /dev/null +++ b/app/views/content/landing/ad-campaign-career-progression/train-to-teach/_header.html.erb @@ -0,0 +1,6 @@ +<%= render Content::CampaignHeroComponent.new( + title: ["How can I", "train to teach?"], + colour: @front_matter["colour"], + image: @front_matter["image"], + background_colour: "grey" +) %> diff --git a/app/views/content/landing/ad-campaign-career-progression/train-to-teach/_mailing_list.html.erb b/app/views/content/landing/ad-campaign-career-progression/train-to-teach/_mailing_list.html.erb new file mode 100644 index 0000000000..60c5f0367d --- /dev/null +++ b/app/views/content/landing/ad-campaign-career-progression/train-to-teach/_mailing_list.html.erb @@ -0,0 +1,8 @@ +
+
+ <%= render Content::MailingListComponent.new( + title: "Find out about teacher training", + intro: "Get helpful tips and advice on getting into teacher training straight to your inbox by answering just a few quick questions about yourself." + ) %> +
+
diff --git a/app/views/content/landing/ad-campaign-career-progression/train-to-teach/_promo.html.erb b/app/views/content/landing/ad-campaign-career-progression/train-to-teach/_promo.html.erb new file mode 100644 index 0000000000..ad7df167c5 --- /dev/null +++ b/app/views/content/landing/ad-campaign-career-progression/train-to-teach/_promo.html.erb @@ -0,0 +1,10 @@ +<%= render(CallsToAction::Promo::PromoComponent.new) do |promo| %> + <% promo.left_section( classes: %w[ml-background]) %> + <% promo.right_section( + heading: "Find out more about getting into teaching" + ) do %> +

Explore how you can get into teaching primary or secondary and find top tips on making a successful application for teacher training.

+ + <%= link_to("Get tailored guidance in your inbox", "/mailinglist/signup/name", class: "button") %> + <% end %> +<% end %> From f378066798f9c738696b37f2a815354b8162e7b5 Mon Sep 17 00:00:00 2001 From: MaxineCl <149399832+MaxineCl@users.noreply.github.com> Date: Tue, 5 Dec 2023 11:45:18 +0000 Subject: [PATCH 002/102] changed page title --- .../train-to-teach/_header.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/content/landing/ad-campaign-career-progression/train-to-teach/_header.html.erb b/app/views/content/landing/ad-campaign-career-progression/train-to-teach/_header.html.erb index c0888952a1..0116a43755 100644 --- a/app/views/content/landing/ad-campaign-career-progression/train-to-teach/_header.html.erb +++ b/app/views/content/landing/ad-campaign-career-progression/train-to-teach/_header.html.erb @@ -1,5 +1,5 @@ <%= render Content::CampaignHeroComponent.new( - title: ["How can I", "train to teach?"], + title: ["What are the", "benefits of teaching?"], colour: @front_matter["colour"], image: @front_matter["image"], background_colour: "grey" From ce050124a191d78841db96e99f8aab10249828ee Mon Sep 17 00:00:00 2001 From: MaxineCl <149399832+MaxineCl@users.noreply.github.com> Date: Tue, 5 Dec 2023 12:21:57 +0000 Subject: [PATCH 003/102] moving sections --- .../{train-to-teach => }/_collage.html.erb | 0 .../{train-to-teach => }/_content.html.erb | 0 .../{train-to-teach => }/_header.html.erb | 0 .../{train-to-teach => }/_mailing_list.html.erb | 0 .../{train-to-teach => }/_promo.html.erb | 0 5 files changed, 0 insertions(+), 0 deletions(-) rename app/views/content/landing/ad-campaign-career-progression/{train-to-teach => }/_collage.html.erb (100%) rename app/views/content/landing/ad-campaign-career-progression/{train-to-teach => }/_content.html.erb (100%) rename app/views/content/landing/ad-campaign-career-progression/{train-to-teach => }/_header.html.erb (100%) rename app/views/content/landing/ad-campaign-career-progression/{train-to-teach => }/_mailing_list.html.erb (100%) rename app/views/content/landing/ad-campaign-career-progression/{train-to-teach => }/_promo.html.erb (100%) diff --git a/app/views/content/landing/ad-campaign-career-progression/train-to-teach/_collage.html.erb b/app/views/content/landing/ad-campaign-career-progression/_collage.html.erb similarity index 100% rename from app/views/content/landing/ad-campaign-career-progression/train-to-teach/_collage.html.erb rename to app/views/content/landing/ad-campaign-career-progression/_collage.html.erb diff --git a/app/views/content/landing/ad-campaign-career-progression/train-to-teach/_content.html.erb b/app/views/content/landing/ad-campaign-career-progression/_content.html.erb similarity index 100% rename from app/views/content/landing/ad-campaign-career-progression/train-to-teach/_content.html.erb rename to app/views/content/landing/ad-campaign-career-progression/_content.html.erb diff --git a/app/views/content/landing/ad-campaign-career-progression/train-to-teach/_header.html.erb b/app/views/content/landing/ad-campaign-career-progression/_header.html.erb similarity index 100% rename from app/views/content/landing/ad-campaign-career-progression/train-to-teach/_header.html.erb rename to app/views/content/landing/ad-campaign-career-progression/_header.html.erb diff --git a/app/views/content/landing/ad-campaign-career-progression/train-to-teach/_mailing_list.html.erb b/app/views/content/landing/ad-campaign-career-progression/_mailing_list.html.erb similarity index 100% rename from app/views/content/landing/ad-campaign-career-progression/train-to-teach/_mailing_list.html.erb rename to app/views/content/landing/ad-campaign-career-progression/_mailing_list.html.erb diff --git a/app/views/content/landing/ad-campaign-career-progression/train-to-teach/_promo.html.erb b/app/views/content/landing/ad-campaign-career-progression/_promo.html.erb similarity index 100% rename from app/views/content/landing/ad-campaign-career-progression/train-to-teach/_promo.html.erb rename to app/views/content/landing/ad-campaign-career-progression/_promo.html.erb From 5ab92bf9c641fd4ec503cea29a511443bbe383fa Mon Sep 17 00:00:00 2001 From: MaxineCl <149399832+MaxineCl@users.noreply.github.com> Date: Tue, 5 Dec 2023 12:23:44 +0000 Subject: [PATCH 004/102] Update header in content list --- app/views/content/landing/ad-campaign-career-progression.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/views/content/landing/ad-campaign-career-progression.md b/app/views/content/landing/ad-campaign-career-progression.md index be634245b5..105fa34012 100644 --- a/app/views/content/landing/ad-campaign-career-progression.md +++ b/app/views/content/landing/ad-campaign-career-progression.md @@ -1,8 +1,8 @@ --- -title: "How can I train to teach?" +title: "What are the benefits of teaching?" description: Find out your options for teacher training, including postgraduate teacher training, undergraduate teacher training, and the assessment only route to QTS. content: - - content/landing/train-to-teach/header + - content/landing/ad-campaign-career-progression/header - content/landing/train-to-teach/collage - content/landing/train-to-teach/mailing_list - content/landing/train-to-teach/content From bd932dde0cf0b159b9e75806496eb68984e31c7d Mon Sep 17 00:00:00 2001 From: MaxineCl <149399832+MaxineCl@users.noreply.github.com> Date: Tue, 5 Dec 2023 12:33:47 +0000 Subject: [PATCH 005/102] update collage bullets content --- .../ad-campaign-career-progression/_collage.html.erb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/views/content/landing/ad-campaign-career-progression/_collage.html.erb b/app/views/content/landing/ad-campaign-career-progression/_collage.html.erb index d6faaaf747..ec17dc25a0 100644 --- a/app/views/content/landing/ad-campaign-career-progression/_collage.html.erb +++ b/app/views/content/landing/ad-campaign-career-progression/_collage.html.erb @@ -8,9 +8,9 @@ <%= render Content::ChecklistCollageComponent.new( checklist: [ - "postgraduate teacher training", - "undergraduate teacher training", - "an assessment only route" + "career progression ", + "personal development", + "teacher's pay" ], image_paths: [ "static/content/how-much-do-teachers-get-paid/collage2.jpg", From c3da7a5cb9cb44827d46b5ac75b056d94e03bd0a Mon Sep 17 00:00:00 2001 From: MaxineCl <149399832+MaxineCl@users.noreply.github.com> Date: Tue, 5 Dec 2023 12:35:05 +0000 Subject: [PATCH 006/102] update collage bullets --- app/views/content/landing/ad-campaign-career-progression.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/content/landing/ad-campaign-career-progression.md b/app/views/content/landing/ad-campaign-career-progression.md index 105fa34012..d4d7dfbda8 100644 --- a/app/views/content/landing/ad-campaign-career-progression.md +++ b/app/views/content/landing/ad-campaign-career-progression.md @@ -3,7 +3,7 @@ title: "What are the benefits of teaching?" description: Find out your options for teacher training, including postgraduate teacher training, undergraduate teacher training, and the assessment only route to QTS. content: - content/landing/ad-campaign-career-progression/header - - content/landing/train-to-teach/collage + - content/landing/ad-campaign-career-progression/collage - content/landing/train-to-teach/mailing_list - content/landing/train-to-teach/content - content/landing/train-to-teach/promo From c399661397024a11892cdfb1809a53a37a4f999f Mon Sep 17 00:00:00 2001 From: MaxineCl <149399832+MaxineCl@users.noreply.github.com> Date: Tue, 5 Dec 2023 12:37:39 +0000 Subject: [PATCH 007/102] amended file name --- app/views/content/landing/ad-campaign-career-progression.md | 4 ++-- .../_collage.html.erb | 0 .../_content.html.erb | 0 .../_header.html.erb | 0 .../_mailing_list.html.erb | 0 .../_promo.html.erb | 0 6 files changed, 2 insertions(+), 2 deletions(-) rename app/views/content/landing/{ad-campaign-career-progression => career-progression}/_collage.html.erb (100%) rename app/views/content/landing/{ad-campaign-career-progression => career-progression}/_content.html.erb (100%) rename app/views/content/landing/{ad-campaign-career-progression => career-progression}/_header.html.erb (100%) rename app/views/content/landing/{ad-campaign-career-progression => career-progression}/_mailing_list.html.erb (100%) rename app/views/content/landing/{ad-campaign-career-progression => career-progression}/_promo.html.erb (100%) diff --git a/app/views/content/landing/ad-campaign-career-progression.md b/app/views/content/landing/ad-campaign-career-progression.md index d4d7dfbda8..5335ac8f83 100644 --- a/app/views/content/landing/ad-campaign-career-progression.md +++ b/app/views/content/landing/ad-campaign-career-progression.md @@ -2,8 +2,8 @@ title: "What are the benefits of teaching?" description: Find out your options for teacher training, including postgraduate teacher training, undergraduate teacher training, and the assessment only route to QTS. content: - - content/landing/ad-campaign-career-progression/header - - content/landing/ad-campaign-career-progression/collage + - content/landing/career-progression/header + - content/landing/career-progression/collage - content/landing/train-to-teach/mailing_list - content/landing/train-to-teach/content - content/landing/train-to-teach/promo diff --git a/app/views/content/landing/ad-campaign-career-progression/_collage.html.erb b/app/views/content/landing/career-progression/_collage.html.erb similarity index 100% rename from app/views/content/landing/ad-campaign-career-progression/_collage.html.erb rename to app/views/content/landing/career-progression/_collage.html.erb diff --git a/app/views/content/landing/ad-campaign-career-progression/_content.html.erb b/app/views/content/landing/career-progression/_content.html.erb similarity index 100% rename from app/views/content/landing/ad-campaign-career-progression/_content.html.erb rename to app/views/content/landing/career-progression/_content.html.erb diff --git a/app/views/content/landing/ad-campaign-career-progression/_header.html.erb b/app/views/content/landing/career-progression/_header.html.erb similarity index 100% rename from app/views/content/landing/ad-campaign-career-progression/_header.html.erb rename to app/views/content/landing/career-progression/_header.html.erb diff --git a/app/views/content/landing/ad-campaign-career-progression/_mailing_list.html.erb b/app/views/content/landing/career-progression/_mailing_list.html.erb similarity index 100% rename from app/views/content/landing/ad-campaign-career-progression/_mailing_list.html.erb rename to app/views/content/landing/career-progression/_mailing_list.html.erb diff --git a/app/views/content/landing/ad-campaign-career-progression/_promo.html.erb b/app/views/content/landing/career-progression/_promo.html.erb similarity index 100% rename from app/views/content/landing/ad-campaign-career-progression/_promo.html.erb rename to app/views/content/landing/career-progression/_promo.html.erb From 4656754a0768eff12fd6d3c9e1a9a4ed47f3027a Mon Sep 17 00:00:00 2001 From: MaxineCl <149399832+MaxineCl@users.noreply.github.com> Date: Tue, 5 Dec 2023 12:38:23 +0000 Subject: [PATCH 008/102] changed career progression file name --- .../{ad-campaign-career-progression.md => career-progression.md} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename app/views/content/landing/{ad-campaign-career-progression.md => career-progression.md} (100%) diff --git a/app/views/content/landing/ad-campaign-career-progression.md b/app/views/content/landing/career-progression.md similarity index 100% rename from app/views/content/landing/ad-campaign-career-progression.md rename to app/views/content/landing/career-progression.md From 9a4b8b41cb2992a2b4c7471e2d0a70836159ccfd Mon Sep 17 00:00:00 2001 From: MaxineCl <149399832+MaxineCl@users.noreply.github.com> Date: Tue, 5 Dec 2023 12:40:54 +0000 Subject: [PATCH 009/102] update H2 content --- app/views/content/landing/train-to-teach/_content.html.erb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/views/content/landing/train-to-teach/_content.html.erb b/app/views/content/landing/train-to-teach/_content.html.erb index c76b8e119b..ee911d101c 100644 --- a/app/views/content/landing/train-to-teach/_content.html.erb +++ b/app/views/content/landing/train-to-teach/_content.html.erb @@ -1,6 +1,6 @@
-

Postgraduate teacher training

+

Career progression

@@ -16,7 +16,7 @@

-

Undergraduate teacher training

+

Personal development

@@ -28,7 +28,7 @@

-

Assessment only route to QTS

+

Teacher's pay

From 2512725adb5abedfebcb69ea33e34dd40bb39840 Mon Sep 17 00:00:00 2001 From: MaxineCl <149399832+MaxineCl@users.noreply.github.com> Date: Tue, 5 Dec 2023 12:45:44 +0000 Subject: [PATCH 010/102] updated link to teacher's salary --- app/views/content/landing/train-to-teach/_content.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/content/landing/train-to-teach/_content.html.erb b/app/views/content/landing/train-to-teach/_content.html.erb index ee911d101c..3a9fd41469 100644 --- a/app/views/content/landing/train-to-teach/_content.html.erb +++ b/app/views/content/landing/train-to-teach/_content.html.erb @@ -39,7 +39,7 @@ Instead, you could be eligible for the assessment only route to QTS which can take up to 12 weeks.

-

<%= link_to("Find out more about the assessment only route to QTS", page_path("train-to-be-a-teacher/assessment-only-route-to-qts")) %>.

+

<%= link_to("Find out more about teacher's pay", page_path("is-teaching-right-for-me/teacher-pay-and-benefits")) %>.

From 394ab2c8b718dacbfaafe0b57647689e495f8831 Mon Sep 17 00:00:00 2001 From: MaxineCl <149399832+MaxineCl@users.noreply.github.com> Date: Tue, 5 Dec 2023 12:51:21 +0000 Subject: [PATCH 011/102] updated personal development content and link --- app/views/content/landing/train-to-teach/_content.html.erb | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/app/views/content/landing/train-to-teach/_content.html.erb b/app/views/content/landing/train-to-teach/_content.html.erb index 3a9fd41469..02d39280e9 100644 --- a/app/views/content/landing/train-to-teach/_content.html.erb +++ b/app/views/content/landing/train-to-teach/_content.html.erb @@ -20,10 +20,9 @@

- If you do not have a degree, you can do undergraduate teacher training. Courses that include qualified teacher status (QTS) can take up to 4 years and usually start in September. -

+ The thought of teaching your own class might seem daunting. If your teacher training course leads to qualified teacher status (QTS) you get a whole package of training and support as an early career teacher, so you’re not thrown in at the deep end. This includes regular catch ups with a mentor to guide you through any challenges you might have. -

<%= link_to("Find out more about how to train to teach if you do not have a degree", page_path("train-to-be-a-teacher/if-you-dont-have-a-degree")) %>.

+

<%= link_to("Find out more about QTS", page_path("train-to-be-a-teacher/what-is-qts")) %>.

From 0d7d6e027a36c31e57788214ea760a895e623362 Mon Sep 17 00:00:00 2001 From: MaxineCl <149399832+MaxineCl@users.noreply.github.com> Date: Tue, 5 Dec 2023 12:52:23 +0000 Subject: [PATCH 012/102] updated career progression content list --- app/views/content/landing/career-progression.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/content/landing/career-progression.md b/app/views/content/landing/career-progression.md index 5335ac8f83..ea4279ad35 100644 --- a/app/views/content/landing/career-progression.md +++ b/app/views/content/landing/career-progression.md @@ -5,7 +5,7 @@ content: - content/landing/career-progression/header - content/landing/career-progression/collage - content/landing/train-to-teach/mailing_list - - content/landing/train-to-teach/content + - content/landing/career-progression/content - content/landing/train-to-teach/promo image: "static/content/hero-images/M_DFE_Southfeilds_Room_A360_10445.jpg" colour: "yellow" From 145115a82bd06846fe0aec8711cd443d84e5e39f Mon Sep 17 00:00:00 2001 From: MaxineCl <149399832+MaxineCl@users.noreply.github.com> Date: Tue, 5 Dec 2023 12:54:22 +0000 Subject: [PATCH 013/102] updated career progression links --- app/views/content/landing/career-progression.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/views/content/landing/career-progression.md b/app/views/content/landing/career-progression.md index ea4279ad35..0efa2f76a2 100644 --- a/app/views/content/landing/career-progression.md +++ b/app/views/content/landing/career-progression.md @@ -4,9 +4,9 @@ description: Find out your options for teacher training, including postgraduate content: - content/landing/career-progression/header - content/landing/career-progression/collage - - content/landing/train-to-teach/mailing_list + - content/landing/career-progression/mailing_list - content/landing/career-progression/content - - content/landing/train-to-teach/promo + - content/landing/career-progression/promo image: "static/content/hero-images/M_DFE_Southfeilds_Room_A360_10445.jpg" colour: "yellow" layout: "layouts/minimal" From 0cb307b35f187c89382f3961302b84b86d658da9 Mon Sep 17 00:00:00 2001 From: MaxineCl <149399832+MaxineCl@users.noreply.github.com> Date: Tue, 5 Dec 2023 13:04:16 +0000 Subject: [PATCH 014/102] fixing content changes to teacher training landing --- .../content/landing/train-to-teach/_content.html.erb | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/app/views/content/landing/train-to-teach/_content.html.erb b/app/views/content/landing/train-to-teach/_content.html.erb index 02d39280e9..2bc40db920 100644 --- a/app/views/content/landing/train-to-teach/_content.html.erb +++ b/app/views/content/landing/train-to-teach/_content.html.erb @@ -1,6 +1,6 @@
-

Career progression

+

Postgraduate teacher training

@@ -16,18 +16,18 @@

-

Personal development

+

Undergraduate teacher training

- The thought of teaching your own class might seem daunting. If your teacher training course leads to qualified teacher status (QTS) you get a whole package of training and support as an early career teacher, so you’re not thrown in at the deep end. This includes regular catch ups with a mentor to guide you through any challenges you might have. + If you do not have a degree, you can do undergraduate teacher training. Courses that include qualified teacher status (QTS) can take up to 4 years and usually start in September. -

<%= link_to("Find out more about QTS", page_path("train-to-be-a-teacher/what-is-qts")) %>.

+

<%= link_to("Find out more about how to train to teach if you do not have a degree", page_path("train-to-be-a-teacher/if-you-dont-have-a-degree")) %>.

-

Teacher's pay

+

Assessment only route to QTS

From f1081929b94bbdf273db40231545bdebaa27dcb6 Mon Sep 17 00:00:00 2001 From: MaxineCl <149399832+MaxineCl@users.noreply.github.com> Date: Tue, 5 Dec 2023 13:07:04 +0000 Subject: [PATCH 015/102] fixing content updates teacher training landing 2 --- app/views/content/landing/train-to-teach/_content.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/content/landing/train-to-teach/_content.html.erb b/app/views/content/landing/train-to-teach/_content.html.erb index 2bc40db920..333ccb5529 100644 --- a/app/views/content/landing/train-to-teach/_content.html.erb +++ b/app/views/content/landing/train-to-teach/_content.html.erb @@ -38,7 +38,7 @@ Instead, you could be eligible for the assessment only route to QTS which can take up to 12 weeks.

-

<%= link_to("Find out more about teacher's pay", page_path("is-teaching-right-for-me/teacher-pay-and-benefits")) %>.

+

<%= link_to("Find out more about the assessment only route to QTS", page_path("train-to-be-a-teacher/assessment-only-route-to-qts")) %>.

From 91bc1f727c0cfec464c9fac5a3bf1db7fe53ee92 Mon Sep 17 00:00:00 2001 From: MaxineCl <149399832+MaxineCl@users.noreply.github.com> Date: Tue, 5 Dec 2023 13:15:35 +0000 Subject: [PATCH 016/102] Update H1 and content career progression landing --- .../landing/career-progression/_content.html.erb | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/app/views/content/landing/career-progression/_content.html.erb b/app/views/content/landing/career-progression/_content.html.erb index c76b8e119b..b08204d3a2 100644 --- a/app/views/content/landing/career-progression/_content.html.erb +++ b/app/views/content/landing/career-progression/_content.html.erb @@ -1,6 +1,6 @@
-

Postgraduate teacher training

+

Career progression

@@ -16,19 +16,23 @@

-

Undergraduate teacher training

+

Personal development

- If you do not have a degree, you can do undergraduate teacher training. Courses that include qualified teacher status (QTS) can take up to 4 years and usually start in September. + The thought of teaching a class of your own might seem daunting. If your teacher training course leads to QTS, you get a whole package of training and support as an early career teacher, so you’re not thrown in at the deep end.

-

<%= link_to("Find out more about how to train to teach if you do not have a degree", page_path("train-to-be-a-teacher/if-you-dont-have-a-degree")) %>.

+

+ This includes regular catch ups with a mentor to guide you through any challenges you might have. +

+ +

<%= link_to("Find out more about QTS", page_path("train-to-be-a-teacher/what-is-qts")) %>.

-

Assessment only route to QTS

+

Teacher's pay

@@ -39,7 +43,7 @@ Instead, you could be eligible for the assessment only route to QTS which can take up to 12 weeks.

-

<%= link_to("Find out more about the assessment only route to QTS", page_path("train-to-be-a-teacher/assessment-only-route-to-qts")) %>.

+

<%= link_to("Find out more about teacher pay", page_path("is-teaching-right-for-me/teacher-pay-and-benefits")) %>.

From da319728bcf35bce54861e7782a8798004ba0abb Mon Sep 17 00:00:00 2001 From: MaxineCl <149399832+MaxineCl@users.noreply.github.com> Date: Tue, 5 Dec 2023 16:08:47 +0000 Subject: [PATCH 017/102] updating content in collage --- app/views/content/landing/career-progression/_collage.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/content/landing/career-progression/_collage.html.erb b/app/views/content/landing/career-progression/_collage.html.erb index ec17dc25a0..e87ca75f8b 100644 --- a/app/views/content/landing/career-progression/_collage.html.erb +++ b/app/views/content/landing/career-progression/_collage.html.erb @@ -3,7 +3,7 @@

- Whatever your qualifications and experience, find out how you can become a teacher through: + Teaching is for a rewarding career that gives you the chance to learn new skills, build your confidence and be your best self. The benefits of being a teacher include: :

<%= render Content::ChecklistCollageComponent.new( From 3e9d86b6dde8890bb9c9b27228241ae75c8bbd20 Mon Sep 17 00:00:00 2001 From: MaxineCl <149399832+MaxineCl@users.noreply.github.com> Date: Tue, 5 Dec 2023 16:11:11 +0000 Subject: [PATCH 018/102] removed rogue colon from collage --- app/views/content/landing/career-progression/_collage.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/content/landing/career-progression/_collage.html.erb b/app/views/content/landing/career-progression/_collage.html.erb index e87ca75f8b..1d2311ddf0 100644 --- a/app/views/content/landing/career-progression/_collage.html.erb +++ b/app/views/content/landing/career-progression/_collage.html.erb @@ -3,7 +3,7 @@

- Teaching is for a rewarding career that gives you the chance to learn new skills, build your confidence and be your best self. The benefits of being a teacher include: : + Teaching is for a rewarding career that gives you the chance to learn new skills, build your confidence and be your best self. The benefits of being a teacher include:

<%= render Content::ChecklistCollageComponent.new( From c4e6bdabf08bad2cbf2a239e766782bfcbb6d691 Mon Sep 17 00:00:00 2001 From: MaxineCl <149399832+MaxineCl@users.noreply.github.com> Date: Tue, 5 Dec 2023 16:14:25 +0000 Subject: [PATCH 019/102] changing content in career development --- app/views/content/landing/career-progression/_content.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/content/landing/career-progression/_content.html.erb b/app/views/content/landing/career-progression/_content.html.erb index b08204d3a2..6bae55a715 100644 --- a/app/views/content/landing/career-progression/_content.html.erb +++ b/app/views/content/landing/career-progression/_content.html.erb @@ -20,7 +20,7 @@

- The thought of teaching a class of your own might seem daunting. If your teacher training course leads to QTS, you get a whole package of training and support as an early career teacher, so you’re not thrown in at the deep end. + Teaching is a career that encourages continuous growth, both personally and professionally. Not only can you make a difference to the lives of the students you teach, you can make a difference to your own.

From ab5a6ad1e8839ec27f5899466cf2faa388c79aa9 Mon Sep 17 00:00:00 2001 From: MaxineCl <149399832+MaxineCl@users.noreply.github.com> Date: Wed, 13 Dec 2023 13:05:52 +0000 Subject: [PATCH 020/102] Update intro to add line about helping pupils --- app/views/content/landing/career-progression/_collage.html.erb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/app/views/content/landing/career-progression/_collage.html.erb b/app/views/content/landing/career-progression/_collage.html.erb index 1d2311ddf0..2e409633c8 100644 --- a/app/views/content/landing/career-progression/_collage.html.erb +++ b/app/views/content/landing/career-progression/_collage.html.erb @@ -3,8 +3,7 @@

- Teaching is for a rewarding career that gives you the chance to learn new skills, build your confidence and be your best self. The benefits of being a teacher include: -

+Teaching is fulfilling career. Not only can you help the pupils you teach, you also get to learn new skills, build your confidence and be your best self. The benefits of being a teacher include:

<%= render Content::ChecklistCollageComponent.new( checklist: [ From 8e1435a8a74faeff42e172c0f930b22526086ed8 Mon Sep 17 00:00:00 2001 From: MaxineCl <149399832+MaxineCl@users.noreply.github.com> Date: Wed, 13 Dec 2023 13:08:55 +0000 Subject: [PATCH 021/102] add career progression content into section --- .../content/landing/career-progression/_content.html.erb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/views/content/landing/career-progression/_content.html.erb b/app/views/content/landing/career-progression/_content.html.erb index 6bae55a715..cf5a42ed80 100644 --- a/app/views/content/landing/career-progression/_content.html.erb +++ b/app/views/content/landing/career-progression/_content.html.erb @@ -4,11 +4,11 @@

- If you have a degree, you can do postgraduate teacher training to get qualified teacher status (QTS) – this is what you need to teach in many primary, secondary and special schools in England. + Whether you want to climb the ladder into leadership roles, or focus on the areas that motivate you, life as a teacher offers varied and exciting prospects. There are lots of ways for you to develop your career, each bringing its own rewards and challenges.

- Courses take 9 months full-time or 18 to 24 months part-time. They usually start in September. Your training will include time spent in at least 2 schools to get classroom experience, as well as some academic learning. + Once you're an established classroom teacher, you could take on more responsibility within your school. How you do that is up to you. You can choose your own path and:

<%= link_to("Find out more about how to train to teach if you have a degree", page_path("train-to-be-a-teacher/if-you-have-a-degree")) %>.

From e64f2296dc568f2cc894b22b6eeed074032faaba Mon Sep 17 00:00:00 2001 From: MaxineCl <149399832+MaxineCl@users.noreply.github.com> Date: Wed, 13 Dec 2023 13:13:34 +0000 Subject: [PATCH 022/102] added link to career progression --- app/views/content/landing/career-progression/_content.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/content/landing/career-progression/_content.html.erb b/app/views/content/landing/career-progression/_content.html.erb index cf5a42ed80..5ce4a58561 100644 --- a/app/views/content/landing/career-progression/_content.html.erb +++ b/app/views/content/landing/career-progression/_content.html.erb @@ -11,7 +11,7 @@ Once you're an established classroom teacher, you could take on more responsibility within your school. How you do that is up to you. You can choose your own path and:

-

<%= link_to("Find out more about how to train to teach if you have a degree", page_path("train-to-be-a-teacher/if-you-have-a-degree")) %>.

+

<%= link_to("Find out more about career progression", page_path("is-teaching-right-for-me/teacher-pay-and-benefits")) %>.

From d4d3b57858873c0f83546857db39f42740d4e988 Mon Sep 17 00:00:00 2001 From: MaxineCl <149399832+MaxineCl@users.noreply.github.com> Date: Wed, 13 Dec 2023 13:21:47 +0000 Subject: [PATCH 023/102] Added content and link to personal development --- .../content/landing/career-progression/_content.html.erb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/views/content/landing/career-progression/_content.html.erb b/app/views/content/landing/career-progression/_content.html.erb index 5ce4a58561..5756cb2b90 100644 --- a/app/views/content/landing/career-progression/_content.html.erb +++ b/app/views/content/landing/career-progression/_content.html.erb @@ -20,14 +20,14 @@

- Teaching is a career that encourages continuous growth, both personally and professionally. Not only can you make a difference to the lives of the students you teach, you can make a difference to your own. + As a teacher your learning never stops. Teaching is a career that encourages you to grow, both personally and professionally. Not only can you make a difference to the lives of the students you teach, you can make a difference to your own.

- This includes regular catch ups with a mentor to guide you through any challenges you might have. + If your teacher training course leads to qualified teacher status (QTS), you get a whole package of training and support as an early career teacher. This includes regular catch ups with a mentor to help you boost your confidence, learn new skills and guide you through any challenges you might have.

-

<%= link_to("Find out more about QTS", page_path("train-to-be-a-teacher/what-is-qts")) %>.

+

<%= link_to("Find out more about support and development for early career teachers ECTs", page_path("/support-for-early-career-teachers")) %>.

From 69c61119ec68f543be2aa6ff5b022b83d71d18cf Mon Sep 17 00:00:00 2001 From: MaxineCl <149399832+MaxineCl@users.noreply.github.com> Date: Wed, 13 Dec 2023 13:23:42 +0000 Subject: [PATCH 024/102] amended students to pupils --- app/views/content/landing/career-progression/_content.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/content/landing/career-progression/_content.html.erb b/app/views/content/landing/career-progression/_content.html.erb index 5756cb2b90..41b9b77c2a 100644 --- a/app/views/content/landing/career-progression/_content.html.erb +++ b/app/views/content/landing/career-progression/_content.html.erb @@ -20,7 +20,7 @@

- As a teacher your learning never stops. Teaching is a career that encourages you to grow, both personally and professionally. Not only can you make a difference to the lives of the students you teach, you can make a difference to your own. + As a teacher your learning never stops. Teaching is a career that encourages you to grow, both personally and professionally. Not only can you make a difference to the lives of the pupils you teach, you can make a difference to your own.

From 6a1ff0478f7128d7267b3389f6d55eb4f3b860b8 Mon Sep 17 00:00:00 2001 From: MaxineCl <149399832+MaxineCl@users.noreply.github.com> Date: Wed, 13 Dec 2023 13:24:50 +0000 Subject: [PATCH 025/102] changed pay link to same as page title --- app/views/content/landing/career-progression/_content.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/content/landing/career-progression/_content.html.erb b/app/views/content/landing/career-progression/_content.html.erb index 41b9b77c2a..3ec3e7df3f 100644 --- a/app/views/content/landing/career-progression/_content.html.erb +++ b/app/views/content/landing/career-progression/_content.html.erb @@ -43,7 +43,7 @@ Instead, you could be eligible for the assessment only route to QTS which can take up to 12 weeks.

-

<%= link_to("Find out more about teacher pay", page_path("is-teaching-right-for-me/teacher-pay-and-benefits")) %>.

+

<%= link_to("Find out more about teacher pay and benefits", page_path("is-teaching-right-for-me/teacher-pay-and-benefits")) %>.

From 00b2e5b51c0e8570428a0a6b1a83369ab4591862 Mon Sep 17 00:00:00 2001 From: MaxineCl <149399832+MaxineCl@users.noreply.github.com> Date: Wed, 13 Dec 2023 13:32:40 +0000 Subject: [PATCH 026/102] Added bullets to career progression --- .../content/landing/career-progression/_content.html.erb | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/app/views/content/landing/career-progression/_content.html.erb b/app/views/content/landing/career-progression/_content.html.erb index 3ec3e7df3f..6f7e412110 100644 --- a/app/views/content/landing/career-progression/_content.html.erb +++ b/app/views/content/landing/career-progression/_content.html.erb @@ -9,6 +9,12 @@

Once you're an established classroom teacher, you could take on more responsibility within your school. How you do that is up to you. You can choose your own path and: +

+ - use your passion about your subject to help shape the curriculum + - support pupil wellbeing, for example, work with children with special educational needs (SEN), or be a form tutor + - become a head and inspire the teachers and pupils at your school +

+

<%= link_to("Find out more about career progression", page_path("is-teaching-right-for-me/teacher-pay-and-benefits")) %>.

From d7233a3d3d0141c005f873d0493558fcae50b4d4 Mon Sep 17 00:00:00 2001 From: MaxineCl <149399832+MaxineCl@users.noreply.github.com> Date: Wed, 13 Dec 2023 13:36:30 +0000 Subject: [PATCH 027/102] Amended references to ECTs spelt in full --- .../content/landing/career-progression/_content.html.erb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/views/content/landing/career-progression/_content.html.erb b/app/views/content/landing/career-progression/_content.html.erb index 6f7e412110..04fbcaeb5b 100644 --- a/app/views/content/landing/career-progression/_content.html.erb +++ b/app/views/content/landing/career-progression/_content.html.erb @@ -30,10 +30,10 @@

- If your teacher training course leads to qualified teacher status (QTS), you get a whole package of training and support as an early career teacher. This includes regular catch ups with a mentor to help you boost your confidence, learn new skills and guide you through any challenges you might have. + If your teacher training course leads to qualified teacher status (QTS), you get a whole package of training and support as an early career teacher (ECT). This includes regular catch ups with a mentor to help you boost your confidence, learn new skills and guide you through any challenges you might have.

-

<%= link_to("Find out more about support and development for early career teachers ECTs", page_path("/support-for-early-career-teachers")) %>.

+

<%= link_to("Find out more about support and development for ECTs", page_path("/support-for-early-career-teachers")) %>.

From 614e524a6baf79f563c37245b7ffe36f85966f66 Mon Sep 17 00:00:00 2001 From: MaxineCl <149399832+MaxineCl@users.noreply.github.com> Date: Wed, 13 Dec 2023 13:39:14 +0000 Subject: [PATCH 028/102] Created salary section --- .../content/landing/career-progression/_content.html.erb | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/app/views/content/landing/career-progression/_content.html.erb b/app/views/content/landing/career-progression/_content.html.erb index 04fbcaeb5b..d9d80623f4 100644 --- a/app/views/content/landing/career-progression/_content.html.erb +++ b/app/views/content/landing/career-progression/_content.html.erb @@ -42,11 +42,13 @@

- If you already have at least 2 years' experience as an unqualified teacher, you might not have to do any further training. + Teachers get a competitive starting salary of £30k (or more in London) and there are plenty of opportunities for you can increase your pay as you progress your career:

- Instead, you could be eligible for the assessment only route to QTS which can take up to 12 weeks. + Your salary is reviewed annually. Most teachers get a pay rise every year, depending on how your school has performed + You may get extra payments for taking on additional responsibilities, for example creating a timetable or becoming head of a department + As a head you can expect to earn between £53k to £139k depending on your location and school

<%= link_to("Find out more about teacher pay and benefits", page_path("is-teaching-right-for-me/teacher-pay-and-benefits")) %>.

From 901710fb020ed1532f1cd94e4bb5aa1d6dec077d Mon Sep 17 00:00:00 2001 From: MaxineCl <149399832+MaxineCl@users.noreply.github.com> Date: Wed, 13 Dec 2023 13:44:08 +0000 Subject: [PATCH 029/102] Added bullets into salary section --- .../landing/career-progression/_content.html.erb | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/app/views/content/landing/career-progression/_content.html.erb b/app/views/content/landing/career-progression/_content.html.erb index d9d80623f4..3c714e4a88 100644 --- a/app/views/content/landing/career-progression/_content.html.erb +++ b/app/views/content/landing/career-progression/_content.html.erb @@ -45,11 +45,11 @@ Teachers get a competitive starting salary of £30k (or more in London) and there are plenty of opportunities for you can increase your pay as you progress your career:

-

- Your salary is reviewed annually. Most teachers get a pay rise every year, depending on how your school has performed - You may get extra payments for taking on additional responsibilities, for example creating a timetable or becoming head of a department - As a head you can expect to earn between £53k to £139k depending on your location and school -

+

<%= link_to("Find out more about teacher pay and benefits", page_path("is-teaching-right-for-me/teacher-pay-and-benefits")) %>.

From 8ddc5c5b28f9ee25334ffda02329804187c22dab Mon Sep 17 00:00:00 2001 From: MaxineCl <149399832+MaxineCl@users.noreply.github.com> Date: Wed, 13 Dec 2023 13:46:10 +0000 Subject: [PATCH 030/102] fixing salary bullets --- .../content/landing/career-progression/_content.html.erb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/views/content/landing/career-progression/_content.html.erb b/app/views/content/landing/career-progression/_content.html.erb index 3c714e4a88..39edc4f3da 100644 --- a/app/views/content/landing/career-progression/_content.html.erb +++ b/app/views/content/landing/career-progression/_content.html.erb @@ -47,8 +47,8 @@

<%= link_to("Find out more about teacher pay and benefits", page_path("is-teaching-right-for-me/teacher-pay-and-benefits")) %>.

From a9484961ea53508d4e33cad1e5d7008865584d8d Mon Sep 17 00:00:00 2001 From: MaxineCl <149399832+MaxineCl@users.noreply.github.com> Date: Wed, 13 Dec 2023 13:50:02 +0000 Subject: [PATCH 031/102] uncapped bullets in salary section --- .../content/landing/career-progression/_content.html.erb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/views/content/landing/career-progression/_content.html.erb b/app/views/content/landing/career-progression/_content.html.erb index 39edc4f3da..603933ee9f 100644 --- a/app/views/content/landing/career-progression/_content.html.erb +++ b/app/views/content/landing/career-progression/_content.html.erb @@ -46,9 +46,9 @@

<%= link_to("Find out more about teacher pay and benefits", page_path("is-teaching-right-for-me/teacher-pay-and-benefits")) %>.

From 0ef63c897114235d127d61404ed88227dc7b93a6 Mon Sep 17 00:00:00 2001 From: MaxineCl <149399832+MaxineCl@users.noreply.github.com> Date: Wed, 13 Dec 2023 15:31:34 +0000 Subject: [PATCH 032/102] tweaking salary bullets code --- .../content/landing/career-progression/_content.html.erb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/views/content/landing/career-progression/_content.html.erb b/app/views/content/landing/career-progression/_content.html.erb index 603933ee9f..bd77db16f3 100644 --- a/app/views/content/landing/career-progression/_content.html.erb +++ b/app/views/content/landing/career-progression/_content.html.erb @@ -46,9 +46,9 @@

<%= link_to("Find out more about teacher pay and benefits", page_path("is-teaching-right-for-me/teacher-pay-and-benefits")) %>.

From 326fca2d08cbc8e70b65525d1bf427fdc14d44d8 Mon Sep 17 00:00:00 2001 From: MaxineCl <149399832+MaxineCl@users.noreply.github.com> Date: Wed, 13 Dec 2023 15:35:12 +0000 Subject: [PATCH 033/102] Capped And in salary section --- app/views/content/landing/career-progression/_content.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/content/landing/career-progression/_content.html.erb b/app/views/content/landing/career-progression/_content.html.erb index bd77db16f3..f8305ecb5a 100644 --- a/app/views/content/landing/career-progression/_content.html.erb +++ b/app/views/content/landing/career-progression/_content.html.erb @@ -42,7 +42,7 @@

- Teachers get a competitive starting salary of £30k (or more in London) and there are plenty of opportunities for you can increase your pay as you progress your career: + Teachers get a competitive starting salary of £30k (or more in London). And there are plenty of opportunities for you can increase your pay as you progress your career: