Skip to content

Commit

Permalink
add inset text
Browse files Browse the repository at this point in the history
  • Loading branch information
emmaachesongray committed Jan 7, 2025
1 parent d6b35df commit c6c0b60
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@
<h2 class="heading--box-blue">What you'll need to become a teacher</h2>
<p>You’ll need a degree and <a href="/train-to-be-a-teacher/what-is-qts">qualified teacher status (QTS)</a> to work in the majority of schools in England. This includes state maintained primary, secondary and special schools.</p>
<p>There are different ways to get QTS.</p>
<%= render Content::InsetTextComponent.new(
header: "Non-UK citizens:",
text: "<p>If you're not from the UK, find out about <a href=\"/non-uk-teachers/train-to-teach-in-england-as-an-international-student\">training to teach in England as a non-UK citizen</a>.</p>",
color: "purple"
) %>
<h3>If you have a degree</h3>
<p>If you already have a degree, you can do a postgraduate teacher training course to gain QTS.</p>
<p>It does not matter when you graduated, and your degree subject does not necessarily need to be in the subject you want to teach. Once you have QTS, you can also teach any other subject, as long as you can show you have enough expertise.</p>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
<div class="row inset">
<section class="col col-720 col-space-l-top">
<p>If you're thinking about changing careers to become a teacher, knowing where to start and understanding what your options are can seem overwhelming. There's lots of dedicated support available to help you navigate the change.</p>
<%= render Content::InsetTextComponent.new(
header: "Non-UK citizens:",
text: "<p>If you're not from the UK, find out about <a href=\"/non-uk-teachers/train-to-teach-in-england-as-an-international-student\">training to teach in England as a non-UK citizen</a>.</p>",
color: "purple"
) %>
<h2 class="heading--box-blue">Get advice and guidance from an expert</h2>
<h3>Teacher training advisers</h3>
<p>Our experienced teacher training advisers offer free one-to-one support to thousands of people each year to support them through a career change into teaching. All of our advisers have years of teaching experience, so can also give practical advice and insights on what life in the classroom is like.</p>
Expand Down

0 comments on commit c6c0b60

Please sign in to comment.