Skip to content

Commit

Permalink
Merge pull request #3903 from DFE-Digital/Return-to-teaching-advisers…
Browse files Browse the repository at this point in the history
…-landing-page

Return to teaching advisers landing page
  • Loading branch information
MaxineCl authored Mar 28, 2024
2 parents 52b1b1b + 7cf54ea commit 4873614
Show file tree
Hide file tree
Showing 4 changed files with 43 additions and 0 deletions.
12 changes: 12 additions & 0 deletions app/views/content/landing/return-to-teaching-advisers.md
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
---
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>
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"
) %>
11 changes: 11 additions & 0 deletions app/webpacker/styles/components/campaign-hero.scss
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,17 @@
}
}

&.green {
@include slanted-bottom($green, $grey);

background-color: $green;
color: $black;

h1 > span {
background: $yellow;
}
}

h1 {
margin: 1em auto 0 1em;
z-index: 5;
Expand Down

0 comments on commit 4873614

Please sign in to comment.