-
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.
- Loading branch information
1 parent
53e3aad
commit 7e252e1
Showing
19 changed files
with
56 additions
and
22 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
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
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 |
---|---|---|
@@ -0,0 +1,15 @@ | ||
--- | ||
title: "Why teach" | ||
heading: "Why teach" | ||
category: Life as a teacher | ||
description: |- | ||
Explore the many reasons why you should become a teacher in England. From making a difference from day one, to exploring your creativity and benefiting from a competitive salary and generous holidays. | ||
navigation: 40.10 | ||
layout: "layouts/minimal" | ||
backlink: "../" | ||
content: | ||
- content/life-as-a-teacher/header | ||
- content/life-as-a-teacher/why-teach/categories | ||
- content/life-as-a-teacher/why-teach/what-teachers-have-to-say | ||
- content/life-as-a-teacher/directory-nav | ||
--- |
17 changes: 17 additions & 0 deletions
17
app/views/content/life-as-a-teacher/why-teach/_categories.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,17 @@ | ||
<div class="row"> | ||
<section class="category col-space-m"> | ||
<section class="container category__cards main-section"> | ||
<nav class="category__nav-cards"> | ||
<ul> | ||
<%= render Categories::CardComponent.new(heading_tag: "h2", card: | ||
OpenStruct.new( | ||
title: "Why become a teacher", | ||
description: "Explore the many reasons why you should become a teacher in England. From making a difference from day one, to exploring your creativity and benefiting from a competitive salary and generous holidays.", | ||
path: "/life-as-a-teacher/why-teach/why-become-a-teacher", | ||
image: "static/images/content/hero-images/0036.jpg", | ||
)) %> | ||
</ul> | ||
</nav> | ||
</section> | ||
</section> | ||
</div> |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
7 changes: 3 additions & 4 deletions
7
...teacher/teaching-as-a-career/why-teach.md → ...teacher/why-teach/why-become-a-teacher.md
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,14 +1,13 @@ | ||
--- | ||
title: Why become a teacher | ||
description: |- | ||
Explore the many reasons why you should become a teacher in England. From making a difference from day one, to exploring your creativity and benefitting from a competitive salary and generous holidays. | ||
Explore the many reasons why you should become a teacher in England. From making a difference from day one, to exploring your creativity and benefiting from a competitive salary and generous holidays. | ||
layout: "layouts/minimal" | ||
colour: pastel yellow-yellow | ||
image: "static/images/content/hero-images/0036.jpg" | ||
keywords: | ||
- why become a teacher | ||
- why should I teach | ||
content: | ||
- "content/life-as-a-teacher/teaching-as-a-career/why-teach/header" | ||
- "content/life-as-a-teacher/teaching-as-a-career/why-teach/article" | ||
- "content/life-as-a-teacher/why-teach/why-become-a-teacher/header" | ||
- "content/life-as-a-teacher/why-teach/why-become-a-teacher/article" | ||
--- |
File renamed without changes.
File renamed without changes.