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 %> ++ 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")) %>.
++ 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")) %>.
++ 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")) %>.
+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 @@
@@ -16,7 +16,7 @@
@@ -28,7 +28,7 @@
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")) %>.
- 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")) %>. <%= link_to("Find out more about QTS", page_path("train-to-be-a-teacher/what-is-qts")) %>.Undergraduate teacher training
+ Personal development
Assessment only route to QTS
+ Teacher's pay
@@ -16,18 +16,18 @@
- 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")) %>.
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")) %>.Personal development
+ Undergraduate teacher training
Teacher's pay
+ Assessment only route to QTS
@@ -16,19 +16,23 @@
- 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")) %>.
@@ -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")) %>.Undergraduate teacher training
+ Personal development
Assessment only route to QTS
+ Teacher's pay
- 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:
-
- 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")) %>. <%= 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")) %>.
- 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")) %>.
- 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")) %>.
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 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")) %>.
- 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")) %>.
<%= 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:
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 - + +- 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: + Once you're an established classroom teacher, you could take on more responsibility at your school. How you do that is up to you. You can choose your own path and:
- Once you're an established classroom teacher, you could take on more responsibility at your school. How you do that is up to you. You can choose your own path and: + You can choose your own path and:
- 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: + With a competitive starting salary of £30k (or more in London) it pays to do what you love. And there are plenty of opportunities for you can increase your pay as you progress your career:
-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:
+Teaching is fulfilling career. Not only can you help the pupils you teach, you also get to learn new skills, build your confidence and become your best self. The benefits of being a teacher include: <%= render Content::ChecklistCollageComponent.new( checklist: [ From f2664cf784737701d4a40430b7a300d09887878d Mon Sep 17 00:00:00 2001 From: MaxineCl <149399832+MaxineCl@users.noreply.github.com> Date: Thu, 14 Dec 2023 09:59:57 +0000 Subject: [PATCH 039/102] tweaked wording in 1st career progression bullet --- 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 8e7aa4893a..2024aa3406 100644 --- a/app/views/content/landing/career-progression/_content.html.erb +++ b/app/views/content/landing/career-progression/_content.html.erb @@ -12,7 +12,7 @@- With a competitive starting salary of £30k (or more in London) it pays to do what you love. And there are plenty of opportunities for you can increase your pay as you progress your career: + With a competitive starting salary of £30k (or more in London) it pays to do what you love. And there are plenty of opportunities for you can increase your pay as you progress your career.:
- 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. + 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: +
+ +<%= link_to("Find out more about support and development for ECTs", page_path("/support-for-early-career-teachers")) %>.
@@ -44,7 +52,7 @@- With a competitive starting salary of £30k (or more in London) it pays to do what you love. And there are plenty of opportunities for you can increase your pay as you progress your career.: + With a competitive starting salary of £30k (or more in London) it pays to do what you love. And there are plenty of opportunities for you can increase your pay as you progress your career:
Explore how you can get into teaching primary or secondary and find top tips on making a successful application for teacher training.
+Discover how you can get into teaching primary or secondary and shape your own path .
<%= link_to("Get tailored guidance in your inbox", "/mailinglist/signup/name", class: "button") %> <% end %> From e2deeddb23bdc5e609ca8cd8ca0d6445aaad756a Mon Sep 17 00:00:00 2001 From: MaxineCl <149399832+MaxineCl@users.noreply.github.com> Date: Thu, 14 Dec 2023 11:50:12 +0000 Subject: [PATCH 045/102] removed rogue full stop --- app/views/content/landing/career-progression/_promo.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/content/landing/career-progression/_promo.html.erb b/app/views/content/landing/career-progression/_promo.html.erb index bb0805752d..7698a44dc8 100644 --- a/app/views/content/landing/career-progression/_promo.html.erb +++ b/app/views/content/landing/career-progression/_promo.html.erb @@ -3,7 +3,7 @@ <% promo.right_section( heading: "Find out more about the benefits of teaching" ) do %> -Discover how you can get into teaching primary or secondary and shape your own path .
+Discover how you can get into teaching primary or secondary and shape your own path.
<%= link_to("Get tailored guidance in your inbox", "/mailinglist/signup/name", class: "button") %> <% end %> From 030dee9a09fb12906cc9b733369901bc566e70a2 Mon Sep 17 00:00:00 2001 From: MaxineCl <149399832+MaxineCl@users.noreply.github.com> Date: Tue, 2 Jan 2024 14:52:21 +0000 Subject: [PATCH 046/102] Added a and changed help to inspire --- 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 939fc86d80..f820e7c4ed 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 fulfilling career. Not only can you help the pupils you teach, you also get to learn new skills, build your confidence and become your best self. The benefits of being a teacher include:
+Teaching is a fulfilling career. Not only can you inspire the pupils you teach, you also get to learn new skills, build your confidence and become your best self. The benefits of being a teacher include: <%= render Content::ChecklistCollageComponent.new( checklist: [ From 57b0a996641659dd6c0c8c88e05ef608819dcbd4 Mon Sep 17 00:00:00 2001 From: MaxineCl <149399832+MaxineCl@users.noreply.github.com> Date: Tue, 2 Jan 2024 15:03:23 +0000 Subject: [PATCH 047/102] Updated head to headteacher --- 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 b0391729bb..b8c9c85929 100644 --- a/app/views/content/landing/career-progression/_content.html.erb +++ b/app/views/content/landing/career-progression/_content.html.erb @@ -58,7 +58,7 @@<%= link_to("Find out more about teacher pay and benefits", page_path("is-teaching-right-for-me/teacher-pay-and-benefits")) %>.
From f2dccdb173fdf10b59b877403754cf475512a6a8 Mon Sep 17 00:00:00 2001 From: MaxineCl <149399832+MaxineCl@users.noreply.github.com> Date: Tue, 2 Jan 2024 15:05:30 +0000 Subject: [PATCH 048/102] Amended to in a primary or secondary school --- app/views/content/landing/career-progression/_promo.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/content/landing/career-progression/_promo.html.erb b/app/views/content/landing/career-progression/_promo.html.erb index 7698a44dc8..035548fb23 100644 --- a/app/views/content/landing/career-progression/_promo.html.erb +++ b/app/views/content/landing/career-progression/_promo.html.erb @@ -3,7 +3,7 @@ <% promo.right_section( heading: "Find out more about the benefits of teaching" ) do %> -Discover how you can get into teaching primary or secondary and shape your own path.
+Discover how you can get into teaching in a primary or secondary school and shape your own path.
<%= link_to("Get tailored guidance in your inbox", "/mailinglist/signup/name", class: "button") %> <% end %> From 3838d5cd5b5e99d12a649952a17146579bd779ec Mon Sep 17 00:00:00 2001 From: MaxineCl <149399832+MaxineCl@users.noreply.github.com> Date: Tue, 2 Jan 2024 15:07:04 +0000 Subject: [PATCH 049/102] Updated head to headteacher in intro bullet --- 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 b8c9c85929..704ed81cfa 100644 --- a/app/views/content/landing/career-progression/_content.html.erb +++ b/app/views/content/landing/career-progression/_content.html.erb @@ -14,7 +14,7 @@<%= link_to("Find out more about support and development for ECTs", page_path("/support-for-early-career-teachers")) %>.
+<%= link_to("Find out more about support and development for early career teachers (ECTs)", page_path("/support-for-early-career-teachers")) %>.
- With a competitive starting salary of £30k (or more in London) it pays to do what you love. And there are plenty of opportunities for you can increase your pay as you progress your career: + With a competitive starting salary of £30k (or more in London), it pays to do what you love. And there are plenty of opportunities for you can increase your pay as you progress your career:
From 84c2c5efe3fd06e1749af553d2e61ae7abb4fc04 Mon Sep 17 00:00:00 2001 From: MaxineCl <149399832+MaxineCl@users.noreply.github.com> Date: Wed, 3 Jan 2024 09:20:56 +0000 Subject: [PATCH 056/102] Changed catch ups to one-to-ones --- 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 8523e16210..2cca75b57a 100644 --- a/app/views/content/landing/career-progression/_content.html.erb +++ b/app/views/content/landing/career-progression/_content.html.erb @@ -36,7 +36,7 @@
<%= 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 early career teachers (ECTs)", page_path("support-for-early-career-teachers")) %>.
- With a competitive starting salary of £30k (or more in London), it pays to do what you love. And there are plenty of opportunities for you can increase your pay as you progress your career: + With a competitive starting salary of £30k (or more in London), it pays to do what you love. And there are plenty of opportunities for you to increase your pay as you progress your career:
<%= link_to("Find out more about career progression", page_path("is-teaching-right-for-me/teacher-pay-and-benefits")) %>.
+<%= link_to("Find out more about career progression", page_path("is-teaching-right-for-me/teacher-pay-and-benefits, anchor: "career-progression") %>.
<%= link_to("Find out more about career progression", page_path("is-teaching-right-for-me/teacher-pay-and-benefits, anchor: "career-progression") %>.
+<%= link_to("Find out more about career progression", page_path("is-teaching-right-for-me/teacher-pay-and-benefits", anchor: "career-progression") %>.
<%= link_to("Find out more about career progression", page_path("is-teaching-right-for-me/teacher-pay-and-benefits", anchor: "career-progression") %>.
+<%= link_to("Find out more about career progression", page_path("is-teaching-right-for-me/teacher-pay-and-benefits", anchor: "career-progression")) %>.
6&Rf@xT0;4}Nmn$efTs^LrFgWb_=udoQ2BLAh-^7nu9SyFf^KU&ub+ohk
z%2zGLX=C1hGSx0ly@O2@SzlI75T`M5$ms-syi>e@ApQdGtsY3x^O8`11d-9?dQ)Ye
zY>2EZW*~k)i&a(C_|JQqQ@Cyxlyv&>@KV0_FJNIn-b(h5n#an+^`DMEe!CsOwT=cC
z7uTbKunYwK@
n45r$(_@c
zhX-`UI2Ifx-CcwBoMMt@8QgTweCp!^6n8u2~X;s>qKC-0x
zUW{RE`X-61tyNd4bNeIM6Jr=y16#-@w^t&2Aw25j9>+Q^)~cWvFh=5W0-a9p3!CL`
zaE@IO)q#lEjTKyS0UHa2@