Skip to content

Commit

Permalink
Merge pull request #4252 from DFE-Digital/reorder-subject-pages
Browse files Browse the repository at this point in the history
Re-order subject pages
  • Loading branch information
emmaachesongray authored Oct 15, 2024
2 parents 7299460 + 9adb79a commit 4eab2f5
Showing 1 changed file with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,18 +33,18 @@
description: "As a design and technology teacher, you'll help pupils to turn their ideas into reality.",
path: "/life-as-a-teacher/explore-subjects/design-and-technology",
)) %>
<%= render Categories::CardComponent.new(heading_tag: "h2", card:
OpenStruct.new(
title: "Maths",
description: "Find out how to become a maths teacher, so you can show pupils how important maths is in everyday life and in understanding the world.",
path: "/life-as-a-teacher/explore-subjects/maths"
)) %>
<%= render Categories::CardComponent.new(heading_tag: "h2", card:
OpenStruct.new(
title: "Languages",
description: "Help pupils to explore cultures around the world through learning a language. There's a wide range of languages you could teach, like French, Mandarin, Spanish or ancient Greek.",
path: "/life-as-a-teacher/explore-subjects/languages",
)) %>
<%= render Categories::CardComponent.new(heading_tag: "h2", card:
OpenStruct.new(
title: "Maths",
description: "Find out how to become a maths teacher, so you can show pupils how important maths is in everyday life and in understanding the world.",
path: "/life-as-a-teacher/explore-subjects/maths"
)) %>
<%= render Categories::CardComponent.new(heading_tag: "h2", card:
OpenStruct.new(
title: "Physics",
Expand Down

0 comments on commit 4eab2f5

Please sign in to comment.