Skip to content

Commit

Permalink
updated legal lines on homepage
Browse files Browse the repository at this point in the history
  • Loading branch information
jrbarnes9 committed Jul 10, 2020
1 parent 2f4f677 commit 08b3cd4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion _prototypes/end-to-end/census-home-style.css
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@

.warning {
background: #3C388E;
padding: 1rem 0;
padding: .55rem 0;
}

.warning .panel--warning .panel__text {
Expand Down
9 changes: 5 additions & 4 deletions _prototypes/end-to-end/home.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<div class="container">
<div class="grid__col col-8@m">
<header>
<h1 class="hero__title">Census 2021 is happening now</h1>
<h1 class="hero__title u-fs-xl">Census 2021 is happening now</h1>
<h2 class="hero__subtitle u-fs-m u-mb-xs">Ready to start your census online?</h2>
<p class="u-mb-m">You will need your 16<span aria-hidden="true">-<span>character access code</p>
</header>
Expand All @@ -47,7 +47,8 @@ <h3 class="collapsible__title js-collapsible-title icon--collapsible-simple js-t
</section>
<section class="warning">
<div class="page__container container">
<div class="panel panel--simple panel--warning js-panel-info" style=""><span class="panel__icon" aria-hidden="true">!</span><span class="panel__text">You must complete the census by law or you could be fined up to £1,000</span></div>
<div class="panel panel--simple panel--warning js-panel-info"><span class="panel__icon" aria-hidden="true">!</span><span class="panel__text">You must complete the census by law or you could be fined up to £1,000</span>
<p class="panel__text u-fs-r">Some questions are labelled as voluntary. You do not have to answer these.</p></div>
</div>
</section>
<div class="page__container container">
Expand All @@ -61,8 +62,8 @@ <h2 class="u-fs-m" id="about-the-census"><a href="https://census.gov.uk/about-th
</div>
<div class="grid__col col-4@m">
<div class="card" aria-labelledby="why-should-i-take-part-in-the-census?" aria-describedby="highlight-id-1" role="navigation" aria-label="Section highlight">
<h2 class="u-fs-m" id="why-should-i-take-part-in-the-census?"><a href="https://census.gov.uk/about-the-census/why-should-i-take-part">Why you should take part</a></h2>
<p id="highlight-id-1">Why the information we collect is important and what we use it for</p>
<h2 class="u-fs-m" id="why-should-i-take-part-in-the-census?"><a href="https://census.gov.uk/about-the-census/why-should-i-take-part">Why we need the census</a></h2>
<p id="highlight-id-1">Everyone must complete the census and provide accurate information. It helps decide how services are funded in your area.</p>
</div>
</div>
<div class="grid__col col-4@m">
Expand Down

0 comments on commit 08b3cd4

Please sign in to comment.