-
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 #3903 from DFE-Digital/Return-to-teaching-advisers…
…-landing-page Return to teaching advisers landing page
- Loading branch information
Showing
4 changed files
with
43 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
--- | ||
title: "Get an adviser" | ||
description: If you're thinking about teaching in England, an adviser can offer free one-to-one support as little or as often as you need it. | ||
content: | ||
- content/landing/return-to-teaching-advisers/header | ||
- content/landing/return-to-teaching-advisers/adviser | ||
image: "static/images/content/campus-advisers/adviser.jpeg" | ||
colour: "green" | ||
layout: "layouts/minimal" | ||
talk_to_us: false | ||
noindex: true | ||
--- |
14 changes: 14 additions & 0 deletions
14
app/views/content/landing/return-to-teaching-advisers/_adviser.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,14 @@ | ||
<div class="row"> | ||
<div class="grey col-space-l"> | ||
<section class="col col-720 col-space-0"> | ||
<%= render Content::AdviserComponent.new( | ||
title: "Free one-to-one support by phone, text or email", | ||
intro: "If you're thinking about returning to teaching in England, an adviser can help you get classroom experience, search for teaching jobs and support you with the application process. You can talk to an adviser as little or as often as you need. To be eligible for an adviser, you'll need English qualified teacher status (QTS) and want to | ||
teach in an English state school.", | ||
color: "transparent", | ||
margin: false, | ||
heading: :l | ||
) %> | ||
</section> | ||
</div> | ||
</div> |
6 changes: 6 additions & 0 deletions
6
app/views/content/landing/return-to-teaching-advisers/_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,6 @@ | ||
<%= render Content::CampaignHeroComponent.new( | ||
title: ["Get a", "return to", "teaching adviser"], | ||
colour: @front_matter["colour"], | ||
image: @front_matter["image"], | ||
background_colour: "grey" | ||
) %> |
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