Skip to content

Commit

Permalink
[Hart] Homepage updates
Browse files Browse the repository at this point in the history
Some changes to the homepage requested by Harts in FD-4500
  • Loading branch information
chrismytton committed Sep 10, 2024
1 parent 81272b4 commit 15f5642
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 5 deletions.
2 changes: 1 addition & 1 deletion templates/web/hart/around/intro.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<div id="postcode-intro">
<h1> Report something in Hart that needs to be fixed </h1>
<h2> like graffiti, fly tipping, broken paving slabs, dog fouling, or street lighting </h2>
<h2>For example, graffiti, fly-tipping or dog fouling</h2>
</div>
5 changes: 3 additions & 2 deletions templates/web/hart/index-steps.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,10 @@ <h2> How to report </h2>
<li>[% question %]</li>
<li> Locate it on a map of the area </li>
<li> Enter the details </li>
<li>Confirm the report and [% c.cobrand.council_name %] will investigate</li>
<li>Confirm the report and we will investigate</li>
</ol>

<div id="hart_hants_note">
This site can also be used to report problems to Hampshire County Council via FixMyStreet.
Hampshire County Council is responsible for roads (including pot holes) and street lighting across the Hart district.
You can report these here and they will be forwarded to Hampshire to deal with.
</div>
15 changes: 13 additions & 2 deletions web/cobrands/hart/hart.scss
Original file line number Diff line number Diff line change
Expand Up @@ -175,9 +175,11 @@ a {
}

#hart_hants_note {
background-color: lighten($hart_primary, 30%);
background-color: $hart_primary;
padding: 0.5em;
font-size: 0.8em;
font-size: 1em;
color: #fff;
font-weight: bold;
}

// Footer
Expand Down Expand Up @@ -449,3 +451,12 @@ a.bbd-web-chat {
height: 1px;
word-wrap: normal;
}

.site-message {
background-color: #FBA553;
color: #000;
border: none;
p {
font-weight: bold;
}
}

0 comments on commit 15f5642

Please sign in to comment.