-
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.
Merge pull request #4385 from DFE-Digital/add-naviagtion-directory-co…
…mponent-to-life-as-a-teacher-category-pages Add navigation directory component to life as a teacher category pages
- Loading branch information
Showing
11 changed files
with
62 additions
and
7 deletions.
There are no files selected for viewing
43 changes: 43 additions & 0 deletions
43
app/views/content/life-as-a-teacher/_directory-nav.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,43 @@ | ||
<div class="row"> | ||
<section class="container"> | ||
<section class="image-blocks"> | ||
<%= render Content::ImageBlockComponent.new( | ||
title: "Life as a teacher", | ||
title_color: "yellow", | ||
image_path: "static/images/content/homepage/directory1.jpg" | ||
) do %> | ||
<ul> | ||
<li><a href="/life-as-a-teacher/pay-and-benefits">Pay and benefits</a></li> | ||
<li><a href="/life-as-a-teacher/teaching-as-a-career">Teaching as a career</a></li> | ||
<li><a href="/life-as-a-teacher/explore-subjects">Explore subjects you could teach</a></li> | ||
<li><a href="/life-as-a-teacher/age-groups-and-specialisms">Age groups and specialisms</a></li> | ||
<li><a href="/life-as-a-teacher/change-careers">Change careers to teaching</a></li> | ||
</ul> | ||
<% end %> | ||
<%= render Content::ImageBlockComponent.new( | ||
title: "Teacher stories", | ||
title_color: "pink", | ||
image_path: "static/images/content/homepage/directory2.jpg" | ||
) do %> | ||
<ul> | ||
<li><a href="/life-as-a-teacher/pay-and-benefits/bens-favourite-things-about-teaching">Ben's favourite thing about teaching</a></li> | ||
<li><a href="/life-as-a-teacher/teaching-as-a-career/turning-a-tough-lesson-into-a-success">Turning a tough lesson into a success</a></li> | ||
<li><a href="/life-as-a-teacher/teaching-as-a-career/abigails-career-progression-story">Abigail's career progression story</a></li> | ||
</ul> | ||
<% end %> | ||
<%= render Content::ImageBlockComponent.new( | ||
title: "Take the next step", | ||
title_color: "green", | ||
image_path: "static/images/content/homepage/directory3.jpg" | ||
) do %> | ||
<ul> | ||
<li><a href="/teacher-training-adviser/sign_up/identity">Get an adviser</a></li> | ||
<li><a href="/events/about-get-into-teaching-events">Attend a Get Into Teaching event</a></li> | ||
<li><a href="/mailinglist/signup/name">Get tailored email advice</a></li> | ||
<li><a href="/steps-to-become-a-teacher">How to become a teacher</a></li> | ||
<li><a href="/train-to-be-a-teacher/get-school-experience">Get school experience</a></li> | ||
</ul> | ||
<% end %> | ||
</section> | ||
</section> | ||
</div> |
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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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