Skip to content

Commit

Permalink
Re-order subjects
Browse files Browse the repository at this point in the history
  • Loading branch information
emmaachesongray committed Oct 15, 2024
1 parent cde123a commit 9adb79a
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 9adb79a

Please sign in to comment.