Skip to content

Commit

Permalink
Merge branch 'notts-police-init' into commercial-staging
Browse files Browse the repository at this point in the history
  • Loading branch information
neprune committed Jun 4, 2024
2 parents 95cb724 + 5e17ffd commit 2f7ebee
Show file tree
Hide file tree
Showing 5 changed files with 53 additions and 3 deletions.
21 changes: 21 additions & 0 deletions templates/email/nottinghamshirepolice/_email_color_overrides.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
[%

blue = '#385889'
blue_pale = '#bec7d6'

body_background_color = blue_pale
body_text_color = color_black

header_background_color = color_white
header_text_color = color_white

secondary_column_background_color = color_white

button_background_color = blue
button_text_color = color_white

logo_file = 'logo.png'
logo_width = "220" # pixel measurement, but without 'px' suffix
logo_height = "74" # pixel measurement, but without 'px' suffix

%]
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>
7 changes: 4 additions & 3 deletions web/cobrands/nottinghamshirepolice/_variables.scss
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
/* COLOURS */

$black: #000;
$notts_police_blue: #039;
$primary: $notts_police_blue;
$primary_b: #222;
$primary_text: #fff;
$primary_text: #222;

$base_bg: #fff;
$base_fg: #222;
Expand All @@ -18,6 +19,6 @@ $nav_hover_background_colour: $primary_b;

$col_click_map: $primary;

$front-main-color: #222;
$form-hint-color: #fff;
$front-main-color: #fff;
$form-hint-color: #222;
$front-main-color-desktop: #222;
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;
}
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 2f7ebee

Please sign in to comment.