Skip to content

Commit

Permalink
Merge pull request #2938 from DFE-Digital/fe-landing-page-tweaks
Browse files Browse the repository at this point in the history
FE landing page tweaks
  • Loading branch information
kenfodder authored Jul 2, 2024
2 parents 61ead2f + d5b47fb commit 78d3014
Showing 1 changed file with 24 additions and 24 deletions.
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

0 comments on commit 78d3014

Please sign in to comment.