-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #4395 from DFE-Digital/career-progression-new-page
Update career progression content
- Loading branch information
Showing
8 changed files
with
105 additions
and
93 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
68 changes: 68 additions & 0 deletions
68
...views/content/life-as-a-teacher/teaching-as-a-career/career-progression/_article.html.erb
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,68 @@ | ||
<div class="row inset"> | ||
<section class="col col-720 col-space-l-top"> | ||
<p>In teaching, there are lots of opportunities for progression and self development. You can progress your career at your own pace, and tailor your journey to your interests and goals.</p> | ||
|
||
<p><%= render 'content/shared/quotes/quote_progression_aaron' %></p> | ||
|
||
<h2 class="heading--box-blue">Early career progression</h2> | ||
<p>The thought of teaching your own class after you’ve completed your teacher training may feel a bit daunting. But teaching offers the opportunity for continuous professional development so you’re always learning new skills.</p> | ||
<p>If your course leads to qualified teacher status (QTS), you’ll receive 2 years of further support once you’ve completed your training. You’ll be known as an early career teacher (ECT) during this time and receive training and support based on the early career framework (ECF).</p> | ||
|
||
<p><a href="/life-as-a-teacher/teaching-as-a-career/early-career-teachers">Find out more about early career teachers</a>.</p> | ||
|
||
<h2 class="heading--box-blue">Taking on more responsibility</h2> | ||
<p>Whether it’s during your time as an ECT, or at other stages in your career, you can take on more responsibility to help you progress and develop.</p> | ||
|
||
<p>There's also no set path for how and when you can take on more responsibility. This gives you the opportunity to progress at your own pace.</p> | ||
|
||
<p>You can grow your responsibilites by taking on new roles, such as:</p> | ||
<ul> | ||
<li>form tutor</li> | ||
<li>subject leader</li> | ||
<li>special educational needs co-ordinator (SENCO)</li> | ||
<li>head of department</li> | ||
<li>head of year or key stage</li> | ||
<li>deputy headteacher</li> | ||
<li>headteacher</li> | ||
</ul> | ||
|
||
<p>These roles may combine elements of academic and curriculum management, staff development, and pastoral care, which means looking after the wellbeing of pupils.</p> | ||
|
||
<p><%= render 'content/shared/quotes/quote_progression_gloria' %></p> | ||
|
||
<h3>Mentor roles</p> | ||
<p>You can become a mentor for ECTs. In this role, you’ll receive training on mentorship and coach a newly qualified teacher at the start of their career.</p> | ||
|
||
<p>You can also mentor trainee teachers during their initial teacher training school placements.</p> | ||
|
||
<h2 class="heading--box-blue">National professional qualifications</h2> | ||
<p>National professional qualifications (NPQs) provide training and support for teachers and leaders at all levels. They've been designed with education professionals in mind, and can be completed flexibly around your teaching commitments.</p> | ||
|
||
<p>There are 2 types of NPQs:</p> | ||
<ul> | ||
<li>specialist NPQs to help you broaden your knowledge, expertise, and skills in specialist areas of educational practice - both inside and outside of the classroom</li> | ||
<li>leadership NPQs to help you develop your leadership skills or progress to a more senior role</li> | ||
</ul> | ||
|
||
<p>You may be able to get your NPQ course fees paid for through scholarship funding. You do not need to apply for it. When you register for an NPQ, you'll be told if you're eligible or not.</p> | ||
|
||
<p><a href="https://www.gov.uk/guidance/national-professional-qualification-npq-courses">Find out more about national professional qualifications on GOV.UK</a>.</p> | ||
|
||
<h2 class="heading--box-blue">Salary progression</h2> | ||
|
||
<p>Qualified teachers get a minimum starting salary of <%= v :salaries_starting_min %> (or more in London). Your salary will be reviewed every year, with most teachers moving up the pay range annually. This will depend on your school’s performance management arrangements.</p> | ||
|
||
<p>A typical teacher could earn at least <%= v :salaries_fiveyears_max %> (or more in London) after 5 years.</p> | ||
|
||
<p><a href="/life-as-a-teacher/pay-and-benefits/teacher-pay">Find out more about teacher pay</a>.</p> | ||
|
||
<h3>Additional payments</h3> | ||
|
||
<p>You may also receive additional payments on top of your regular salary for taking on extra responsibilities. These are known as teaching and learning responsibility (TLR) payments.</p> | ||
|
||
<p>This could be a one-off payment for a specific project, for example, creating a timetable. Or it might be an extra responsibility attached to your job role, for example, being the head of department.</p> | ||
|
||
<p>Depending on your responsibilities, you could earn up to an extra <%= v :salaries_tlr_max %>. Your school will determine how much you receive.</p> | ||
|
||
</section> | ||
</div> |
5 changes: 5 additions & 0 deletions
5
app/views/content/life-as-a-teacher/teaching-as-a-career/career-progression/_header.html.erb
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
<%= render Content::LandingHeroComponent.new( | ||
title: @front_matter["title"], | ||
title_paragraph: @front_matter["title_paragraph"], | ||
colour: @front_matter["colour"] | ||
) %> |
12 changes: 12 additions & 0 deletions
12
app/views/content/shared/quotes/_quote-teaching-abigail.html.erb
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
<div class="row"> | ||
<div class="col-space-l col-space-l-top"> | ||
<%= render Content::QuoteWithImageComponent.new( | ||
title: "Teacher career progression stories", | ||
text: "<p>I completed the National Professional Qualification for Senior Leadership (NPQSL), which involved running a project across the whole school. This has given me the opportunity to work more closely with the senior leadership team and has helped strengthen my relationships with colleagues in other departments in the school.</p><p><a href='/life-as-a-teacher/teaching-as-a-career/abigails-career-progression-story'>Read Abigail's career progression story</a>.</p>", | ||
quotes: true, | ||
background_color: "blue", | ||
heading_color: "pink", | ||
image_path: "static/images/content/case-studies/abigail.jpg" | ||
) %> | ||
</div> | ||
</div> |
4 changes: 4 additions & 0 deletions
4
app/views/content/shared/quotes/_quote_progression_aaron.html.erb
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
<%= render Content::QuoteComponent.new( | ||
text: "The continued professional development I've received throughout my career so far has shaped me. It's equipped me with a range of skills that enabled me to be a better version of myself and subsequently led to career progression.", | ||
name: "Aaron, science teacher", | ||
) %> |
4 changes: 4 additions & 0 deletions
4
app/views/content/shared/quotes/_quote_progression_gloria.html.erb
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
<%= render Content::QuoteComponent.new( | ||
text: "I started out as a regular classroom teacher, but over the years, I’ve grown and taken on different roles. I became head of year to understand how to support students beyond academics, and later, I moved into a leadership role in teaching maths. Every step of the way, I’ve learned so much about how students learn, and I’m still learning every day.", | ||
name: "Gloria, maths lead practitioner", | ||
) %> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters