-
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.
Implementing new header component on slanting header pages
- Loading branch information
Showing
20 changed files
with
40 additions
and
40 deletions.
There are no files selected for viewing
4 changes: 2 additions & 2 deletions
4
app/views/content/events/get-the-most-from-events/_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
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 |
---|---|---|
@@ -1,5 +1,5 @@ | ||
<%= render Content::CampaignHeroComponent.new( | ||
title: ["Explore", "teaching", "advisers"], | ||
<%= render Content::LandingHeroComponent.new( | ||
title: "Explore teaching advisers", | ||
colour: @front_matter["colour"], | ||
image: @front_matter["image"] | ||
) %> |
4 changes: 2 additions & 2 deletions
4
app/views/content/is-teaching-right-for-me/computing/_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 |
---|---|---|
@@ -1,5 +1,5 @@ | ||
<%= render Content::CampaignHeroComponent.new( | ||
title: ["Become a", "computing teacher"], | ||
<%= render Content::LandingHeroComponent.new( | ||
title: "Become a computing teacher", | ||
colour: @front_matter["colour"], | ||
image: @front_matter["image"] | ||
) %> |
4 changes: 2 additions & 2 deletions
4
app/views/content/is-teaching-right-for-me/engineers-teach-physics/_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 |
---|---|---|
@@ -1,5 +1,5 @@ | ||
<%= render Content::CampaignHeroComponent.new( | ||
title: ["Engineers teach", "physics"], | ||
<%= render Content::LandingHeroComponent.new( | ||
title: "Engineers teach physics", | ||
colour: @front_matter["colour"], | ||
image: @front_matter["image"] | ||
) %> |
4 changes: 2 additions & 2 deletions
4
app/views/content/is-teaching-right-for-me/maths/_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 |
---|---|---|
@@ -1,5 +1,5 @@ | ||
<%= render Content::CampaignHeroComponent.new( | ||
title: ["Become a", "maths teacher"], | ||
<%= render Content::LandingHeroComponent.new( | ||
title: "Become a maths teacher", | ||
colour: @front_matter["colour"], | ||
image: @front_matter["image"] | ||
) %> |
4 changes: 2 additions & 2 deletions
4
app/views/content/is-teaching-right-for-me/physics/_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 |
---|---|---|
@@ -1,5 +1,5 @@ | ||
<%= render Content::CampaignHeroComponent.new( | ||
title: ["Become a", "physics teacher"], | ||
<%= render Content::LandingHeroComponent.new( | ||
title: "Become a physics teacher", | ||
colour: @front_matter["colour"], | ||
image: @front_matter["image"] | ||
) %> |
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
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
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 |
---|---|---|
@@ -1,5 +1,5 @@ | ||
<%= render Content::CampaignHeroComponent.new( | ||
title: ["Food for", "thought"], | ||
<%= render Content::LandingHeroComponent.new( | ||
title: "Food for thought", | ||
colour: @front_matter["colour"], | ||
image: @front_matter["image"] | ||
) %> |
4 changes: 2 additions & 2 deletions
4
app/views/content/landing/how-much-do-teachers-get-paid/_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
4 changes: 2 additions & 2 deletions
4
app/views/content/landing/how-to-become-a-teacher/_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
4 changes: 2 additions & 2 deletions
4
app/views/content/landing/how-to-fund-your-teacher-training/_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
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
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
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
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
4 changes: 2 additions & 2 deletions
4
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
4 changes: 2 additions & 2 deletions
4
app/views/content/landing/train-to-teach-if-you-have-a-degree/_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
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
4 changes: 2 additions & 2 deletions
4
app/views/content/landing/what-teaching-taught-me/_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