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

FE landing page tweaks #2938

Merged
merged 1 commit into from
Jul 2, 2024
Merged
Changes from all commits
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
48 changes: 24 additions & 24 deletions app/views/further_education_payments/landing_page.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -10,28 +10,28 @@
Before starting your application, it may be useful to have the following information to hand:
</p>

<ul class="govuk-list govuk-list--bullet">
<li><span class="govuk-body">your contract or written statement of employment</span></li>
<li><span class="govuk-body">your teaching timetable</span></li>
<li><span class="govuk-body">the name of your college or sixth-form group, if your further education (FE) provider is part of one</span></li>
</ul>
<%= govuk_list [
"your contract or written statement of employment",
"your teaching timetable",
"the name of your college or sixth-form group, if your further education (FE) provider is part of one"
], type: :bullet %>

<p class="govuk-body">
Answering questions about eligibility takes [TBC] minutes and applying for the payment takes another [TBC] minutes.
</p>

<div class="govuk-inset-text">
<%= govuk_inset_text do %>
<p>
You’ll need a GOV.UK One Login account to apply for a further education financial incentive payment. If you don’t have an account yet, we’ll help you create one.
</p>

<p>To create a GOV.UK One Login, you’ll need:</p>

<ul class="govuk-list govuk-list--bullet">
<li><span class="govuk-body">an email address</span></li>
<li><span class="govuk-body">a way to get security codes - this can be a mobile phone number or an authenticator app</span></li>
</ul>
</div>
<%= govuk_list [
"an email address",
"a way to get security codes - this can be a mobile phone number or an authenticator app"
], type: :bullet %>
<% end %>

<%# TODO: There isn't any journey closed content, for now hide the button %>
<% if @journey_open %>
Expand All @@ -54,15 +54,15 @@
Claimants should be in the first 5 years of their teaching career in England and teach specific courses in the following subject areas:
</p>

<ul class="govuk-list govuk-list--bullet">
<li><span class="govuk-body"></span>building and construction</li>
<li><span class="govuk-body"></span>chemistry</li>
<li><span class="govuk-body"></span>computing, including digital and ICT</li>
<li><span class="govuk-body"></span>early years</li>
<li><span class="govuk-body"></span>engineering and manufacturing, including transport engineering and electronics</li>
<li><span class="govuk-body"></span>maths</li>
<li><span class="govuk-body"></span>physics</li>
</ul>
<%= govuk_list [
"building and construction",
"chemistry",
"computing, including digital and ICT",
"early years",
"engineering and manufacturing, including transport engineering and electronics",
"maths",
"physics"
], type: :bullet %>

<p class="govuk-body">
Further information about the eligibility criteria can be found in the <%= govuk_link_to "levelling up premium payments for FE teachers guidance", "https://www.gov.uk/guidance/levelling-up-premium-payments-for-fe-teachers", target: "_blank" %>.
Expand All @@ -74,10 +74,10 @@
If you meet the eligibility criteria, you could be eligible for between £2,000 and £6,000. The amount you are eligible for depends on:
</p>

<ul class="govuk-list govuk-list--bullet">
<li><span class="govuk-body"></span><%= govuk_link_to "the FE provider you teach in [TBC]" %></li>
<li><span class="govuk-body"></span>the number of hours you teach</li>
</ul>
<%= govuk_list [
govuk_link_to("the FE provider you teach in", "https://assets.publishing.service.gov.uk/media/667300fe64e554df3bd0db92/List_of_eligible_FE_providers_and_payment_value_for_levelling_up_premium.xlsx"),
"the number of hours you teach"
], type: :bullet %>

<p class="govuk-body">
The incentive payment is taxable income, so the amount you receive may be lower following tax deductions. If you are currently paying off a student loan, a deduction from your payment will also go towards repaying it.
Expand Down