Skip to content

Commit

Permalink
create a landing page for teacher advisers
Browse files Browse the repository at this point in the history
  • Loading branch information
joegibb committed Jan 22, 2025
1 parent 502b60d commit c25ac84
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 0 deletions.
12 changes: 12 additions & 0 deletions app/views/content/landing/advisers.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
title: "Sign up for a free 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/advisers/header
- content/landing/advisers/adviser
image: "static/images/content/campus-advisers/adviser.jpeg"
layout: "layouts/minimal"
colour: green-yellow
noindex: true
breadcrumbs: false
---
13 changes: 13 additions & 0 deletions app/views/content/landing/advisers/_adviser.html.erb
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
<div class="row">
<div class="grey col-space-l">
<section class="col col-720 col-space-0">
<%= render Content::AdviserComponent.new(
title: "Get expert one-to-one support ",
intro: "A teacher training adviser can help guide you wherever you are in your journey.",
color: "transparent",
margin: false,
heading: :l
) %>
</section>
</div>
</div>
5 changes: 5 additions & 0 deletions app/views/content/landing/advisers/_header.html.erb
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<%= render Content::LandingHeroComponent.new(
title: "Sign up for a free adviser",
colour: @front_matter["colour"],
image: @front_matter["image"],
) %>

0 comments on commit c25ac84

Please sign in to comment.