Skip to content
Open
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
2 changes: 1 addition & 1 deletion app/views/content/funding-and-support.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ content:
- content/funding-and-support/questions
- content/funding-and-support/why-teach
image: "static/images/content/hero-images/0032.jpg"
hero_bg_color: yellow
hero_bg_color: gitpurple
title_bg_color: white
hero_blend_content: true
---
Expand Down
2 changes: 1 addition & 1 deletion app/views/content/how-to-apply-for-teacher-training.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ description: |-
title_paragraph: |-
If you want to apply for teacher training, we can help you understand what to put in your application and how the process works.
title_bg_color: white
hero_bg_color: yellow
hero_bg_color: gitpurple
hero_blend_content: true
navigation: 30
navigation_title: How to apply
Expand Down
1 change: 1 addition & 0 deletions app/views/content/life-as-a-teacher.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: "Life as a teacher"
colour: "white-text gitpurple-gitpurple"
description: Explore the rewards of teaching, including pay, career growth, support, and the range of subjects and pupils you could teach.
layout: "layouts/minimal"
navigation: 5
Expand Down
2 changes: 1 addition & 1 deletion app/views/content/life-as-a-teacher/_header.html.erb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<%= render Content::LandingHeroComponent.new(
title: @front_matter["title"],
colour: "pastel gitlilac-gitlilac",
colour: "white-text gitpurple-gitpurple",
image: @front_matter["image"]
) %>
2 changes: 1 addition & 1 deletion app/views/content/non-uk-teachers.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ description: |-
title_paragraph: |-
If you’re interested in training to teach or teaching in England as an international citizen, we can help you understand your next steps.
title_bg_color: white
hero_bg_color: yellow
hero_bg_color: gitpurple
hero_blend_content: true
navigation: 35
navigation_title: Non-UK citizens
Expand Down
2 changes: 1 addition & 1 deletion app/views/content/train-to-be-a-teacher.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ navigation_title: Train to be a teacher
navigation_path: "/train-to-be-a-teacher"
layout: "layouts/category"
image: "static/images/content/hero-images/0031.jpg"
hero_bg_color: yellow
hero_bg_color: gitpurple
title_bg_color: white
hero_blend_content: true
---
Expand Down
4 changes: 4 additions & 0 deletions app/webpacker/styles/sections/hero.scss
Original file line number Diff line number Diff line change
Expand Up @@ -252,6 +252,10 @@ $mobile-cutoff: 800px;

&.gitpurple {
background-color: $gitpurple;

.hero__paragraph {
color: $white;
}
}

&__title {
Expand Down
Loading