Skip to content

Commit

Permalink
Merge pull request #133 from nehakannaujia1/BTA-1864
Browse files Browse the repository at this point in the history
BTA-1864 : Accessibility issue - Fixed invalid Html issue for Eu exit link footer
  • Loading branch information
silasl authored Dec 13, 2019
2 parents e47bfba + 34ced5a commit f078e34
Showing 1 changed file with 28 additions and 27 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,33 +21,34 @@
<h2 class="heading-medium">@Messages("eu-exit.links.heading.text")</h2>
<hr>
<div class="grid-row">
<ul class="push--bottom">
<div class="column-one-half">
<li><p><a href="https://www.gov.uk/business-uk-leaving-eu"
target="_blank"
data-sso="false"
data-journey-click="footer:Click:Prepare your business for the UK leaving the EU">
@Messages("eu-exit.links.business-prepare.text")</a></p></li>

<li><p><a href="https://www.gov.uk/prepare-eu-exit"
target="_blank"
data-sso="false"
data-journey-click="footer:Click:Prepare for EU Exit if you live in the UK">
@Messages("eu-exit.links.individual-prepare.text")</a></p></li>
</div>
<div class="column-one-half">
<li><p><a href="https://www.gov.uk/uk-nationals-living-eu"
target="_blank"
data-sso="false"
data-journey-click="footer:Click:Living in Europe after the UK leaves the EU">
@Messages("eu-exit.links.live-in-europe.text")</a></p></li>

<li><p><a href="https://www.gov.uk/staying-uk-eu-citizen"
target="_blank"
data-sso="false"
data-journey-click="footer:Click:Continue to live in the UK after it leaves the EU">
@Messages("eu-exit.links.live-in-uk.text")</a></p></li>
</div>

<ul class="column-one-half push--bottom">
<li><p><a href="https://www.gov.uk/business-uk-leaving-eu"
target="_blank"
data-sso="false"
data-journey-click="footer:Click:Prepare your business for the UK leaving the EU">
@Messages("eu-exit.links.business-prepare.text")</a></p></li>

<li><p><a href="https://www.gov.uk/prepare-eu-exit"
target="_blank"
data-sso="false"
data-journey-click="footer:Click:Prepare for EU Exit if you live in the UK">
@Messages("eu-exit.links.individual-prepare.text")</a></p></li>
</ul>

<ul class="column-one-half push--bottom">
<li><p><a href="https://www.gov.uk/uk-nationals-living-eu"
target="_blank"
data-sso="false"
data-journey-click="footer:Click:Living in Europe after the UK leaves the EU">
@Messages("eu-exit.links.live-in-europe.text")</a></p></li>

<li><p><a href="https://www.gov.uk/staying-uk-eu-citizen"
target="_blank"
data-sso="false"
data-journey-click="footer:Click:Continue to live in the UK after it leaves the EU">
@Messages("eu-exit.links.live-in-uk.text")</a></p></li>
</ul>

</div>
<hr>

0 comments on commit f078e34

Please sign in to comment.