Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace adviser promos on non-uk and steps page #4424

Merged
merged 1 commit into from
Dec 11, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,9 @@ description: |-
related_content:
A day in the life of a teacher in England : "/a-day-in-the-life-of-a-teacher"
Teacher pay in England : "/life-as-a-teacher/pay-and-benefits/teacher-pay"
promo_content:
- content/non-uk-teachers/promos/events-promo-iqts
cta_adviser:
adviser:
text: Talk to an adviser with years of teaching experience about iQTS and teaching in England. Chat by phone, text or email, as little or as often as you need.
navigation: 20.50
navigation_title: Get international qualified teacher status (iQTS)
navigation_description: Train from anywhere in the world to get international qualified teacher status (iQTS), backed by England’s Department for Education.
Expand Down Expand Up @@ -163,13 +164,4 @@ For general advice about iQTS, email us on [email protected].

You can also call us on +44 800 389 2500. Calls will be charged at your country’s standard rate. Or you can contact us using the live chat service at the bottom of this page.











$adviser$

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

10 changes: 2 additions & 8 deletions app/views/layouts/steps.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,8 @@

<section class="row">
<div class="col col-full-content">
<%= render Content::PurpleBoxComponent.new(
heading: "Get free one-to-one support",
text: "An adviser with years of teaching experience can help you with your teacher training application. Chat through phone, text or email as little or often as you need.",
cta: {
text: "Find out more about advisers",
path: "/teacher-training-advisers",
},
image: image_pack_tag("static/images/adviser-graphic-black.png", **image_alt_attribs_for_text("")),
<%= render CallsToAction::AdviserComponent.new(
text: "An adviser with years of teaching experience can help you with your teacher training application. Chat by phone, text or email, as little or as often as you need.",
) %>
</div>
</section>
Expand Down
Loading