Skip to content

Commit

Permalink
Routes wizard start page (#4501)
Browse files Browse the repository at this point in the history
* Add start page content

* updating start page content

---------

Co-authored-by: Sarah-DfE <[email protected]>
  • Loading branch information
spencerldixon and Sarah-DfE authored Jan 21, 2025
1 parent f552ba9 commit 3e9015b
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 3 deletions.
12 changes: 10 additions & 2 deletions app/views/routes_into_teaching/steps/index.html.erb
Original file line number Diff line number Diff line change
@@ -1,10 +1,18 @@
<%= render Content::LandingHeroComponent.new(
title: "Find your route into teaching",
colour: "pastel yellow-yellow",
image: "static/images/route-hero.png"
) %>

<section class="container">
<div class="row">
<%= link_to "Find your route into teaching", routes_into_teaching_step_path(RoutesIntoTeaching::Wizard.steps.first.key) %>
<div class="row inset">
<div class="col col-845 col-space-m-top">
<p>Get started on your journey into teaching. Answer 3 questions and you'll instantly find routes into teaching based on your circumstances.</p>

<%= render Content::LinkAsButtonComponent.new(
link_text: "Start now",
href: routes_into_teaching_step_path(RoutesIntoTeaching::Wizard.steps.first.key)
) %>
</div>
</div>
</section>
Binary file added app/webpacker/images/route-hero.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 4 additions & 1 deletion config/images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -221,6 +221,9 @@
- "static/images/content/hero-images/physics_1383-mobile.jpg"
- "static/images/content/hero-images/physics_1383-tablet.jpg"

"static/images/route-hero.png":
alt: ""

# case studies
"static/images/content/case-studies/abigail.jpg":
alt: "Maths teacher Abigail in front of a maths display board."
Expand Down Expand Up @@ -248,7 +251,7 @@
# a teacher with a group of students.
alt: ""
"static/images/content/homepage/directory3.jpg":
# A member of the events team at an event
# A member of the events team at an event
alt: ""
"static/images/content/homepage/directory4.jpg":
# A language teacher talking to pupils in a classroom.
Expand Down

0 comments on commit 3e9015b

Please sign in to comment.