Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Routes wizard start page #4501

Merged
merged 2 commits into from
Jan 21, 2025
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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>There's lots of different ways to get into teaching. Answer a few questions about your qualifications, teaching status and location and we can show you some options.</p>
Sarah-DfE marked this conversation as resolved.
Show resolved Hide resolved

<%= render Content::LinkAsButtonComponent.new(
link_text: "Next step",
Sarah-DfE marked this conversation as resolved.
Show resolved Hide resolved
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
Loading