From 5e17ffd37b87e81f802424f3912840d283e912d5 Mon Sep 17 00:00:00 2001 From: Nik Gupta Date: Tue, 4 Jun 2024 16:22:03 +0100 Subject: [PATCH] [NottsPolice] Add front page text. --- .../nottinghamshirepolice/front/post-steps.html | 11 +++++++++++ .../nottinghamshirepolice/_variables.scss | 1 + web/cobrands/nottinghamshirepolice/base.scss | 17 +++++++++++++++++ 3 files changed, 29 insertions(+) create mode 100644 templates/web/nottinghamshirepolice/front/post-steps.html diff --git a/templates/web/nottinghamshirepolice/front/post-steps.html b/templates/web/nottinghamshirepolice/front/post-steps.html new file mode 100644 index 00000000000..235b287dfe2 --- /dev/null +++ b/templates/web/nottinghamshirepolice/front/post-steps.html @@ -0,0 +1,11 @@ +
+

Antisocial Behaviour Immediate Justice Scheme +

+

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. +

+ +

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.

+ +

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. +

+
diff --git a/web/cobrands/nottinghamshirepolice/_variables.scss b/web/cobrands/nottinghamshirepolice/_variables.scss index 92b442f2e08..a0b07d9d8f8 100644 --- a/web/cobrands/nottinghamshirepolice/_variables.scss +++ b/web/cobrands/nottinghamshirepolice/_variables.scss @@ -1,5 +1,6 @@ /* COLOURS */ +$black: #000; $notts_police_blue: #039; $primary: $notts_police_blue; $primary_b: #222; diff --git a/web/cobrands/nottinghamshirepolice/base.scss b/web/cobrands/nottinghamshirepolice/base.scss index 857a0c72c58..59ac3c367a7 100644 --- a/web/cobrands/nottinghamshirepolice/base.scss +++ b/web/cobrands/nottinghamshirepolice/base.scss @@ -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; + } +}