Skip to content

Commit

Permalink
[NottsPolice] Add front page text.
Browse files Browse the repository at this point in the history
  • Loading branch information
neprune committed Jun 4, 2024
1 parent 3be1bc4 commit 08e4a88
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 0 deletions.
11 changes: 11 additions & 0 deletions templates/web/nottinghamshirepolice/front/post-steps.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
<div class="border-wrapper">
<h2>Antisocial Behaviour Immediate Justice Scheme
</h2>
<p>Nottinghamshire OPCC is one of 16 other PCC areas which has been selected to pilot the ASB Immediate Justice projects. The scheme will provide an opportunity for those who commit low level antisocial behaviour to compensate the community by undertaking supervised reparation activities which help to improve the environment e.g., litter picking, graffiti removal. Offenders will be offered these placements as an alternative to prosecution or current disposals methods which may only mean a verbal or written caution. In this way offenders will payback to the community for their offence which hopefully will provide victims with a sense that justice has been served.
</p>

<p>As part of the pilot, the PCC is keen to engage with the communities to give victims, residents, workers and visitors a say in what visible reparation activities they like see undertaken by ASB Offenders. In addition, an opportunity for them to identify suitable locations where they would like to see such activities take place. This website is where this can happen.</p>

<p>The type of activities offenders can undertake is fairly limited, and the locations you identify may not be suitable, but we will pass on your referral to the relevant local authority if the work is assessed as unsuitable. We will keep you informed of the outcome.
</p>
</div>
1 change: 1 addition & 0 deletions web/cobrands/nottinghamshirepolice/_variables.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
/* COLOURS */

$black: #000;
$notts_police_blue: #039;
$primary: $notts_police_blue;
$primary_b: #222;
Expand Down
17 changes: 17 additions & 0 deletions web/cobrands/nottinghamshirepolice/base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,20 @@
.postcode-form-box {
color: #fff;
}

.border-wrapper {
border: 0.5rem solid $black;
padding: 1rem;
margin: 3rem 0rem;

h3 {
font-family: $heading-font;
&:first-child {
margin-top: 0;
}
}

p:last-child {
margin-bottom: 0;
}
}

0 comments on commit 08e4a88

Please sign in to comment.