Skip to content

Commit

Permalink
Update principles
Browse files Browse the repository at this point in the history
  • Loading branch information
gilesdring committed Jul 19, 2024
1 parent 6e39f70 commit c71ebb6
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 21 deletions.
6 changes: 3 additions & 3 deletions src/assets/css/reveal-bd25.scss
Original file line number Diff line number Diff line change
Expand Up @@ -49,17 +49,17 @@ $overlayElementFgColor: 240, 240, 240;
& .scroll-page-content, & .slide-background-content {
overflow: hidden;
&::after {
content: "Draft";
content: "For review";
display: block;
text-align: center;
font-size: 2rem;
padding: 0.3rem;
padding: 0.5rem;
background: #e4ae00;
position: absolute;
top: 0;
right: 0;
width: 10em;
transform: translate(50%, -50%) rotate(45deg) translate(0, 5rem);
transform: translate(50%, -50%) rotate(45deg) translate(0, 6rem);
}
}

Expand Down
26 changes: 13 additions & 13 deletions src/strategy/_partials/2-principles.vto
Original file line number Diff line number Diff line change
Expand Up @@ -6,28 +6,28 @@
</section>

<section>
<h3>Draft Principles (for discussion)</h3>
<h3>Principles</h3>
<dl class="grid" style="font-size: 0.8em;">
<dt data-flash="Draft">
Data quality is everyone's business
<dt>
Data-literate organisation
</dt>
<dd>
By using our data to inform decision-making,
we take responsibility for making sure it's fixed.
The Bradford 2025 organisation will make meaningful
and proactive use of data to inform decision making.
</dd>
<dt data-flash="Draft">
Be radically transparent
<dt>
Data quality is everyone's business
</dt>
<dd>
We will publish data that shows an honest appraisal of our progress.
As a organisation in receipt of public-funding, we welcome public scrutiny.
By making use of our data we will spot problems as they occur
and can fix them while the information is still fresh.
</dd>
<dt data-flash="Draft">
Own the conversation
<dt>
Radically transparent
</dt>
<dd>
We will communicate our successes and blockers using the data.
We are prepared to lead the discussion on data which might appear unfavourable.
We will publish data that shows an honest appraisal of our progress.
As a organisation in receipt of public-funding, we welcome public scrutiny.
</dd>
</dl>

Expand Down
4 changes: 2 additions & 2 deletions src/strategy/_partials/3-stakeholders.vto
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
</section>

<section>
<h2>
<h3>
Priorities will be based on stakeholder needs
</h2>
</h3>
<div style="display: grid; grid-template-columns: 1fr 1fr; gap: 1em;">
<p>
The following pages summarise stakeholder needs using this format &rarr;
Expand Down
7 changes: 4 additions & 3 deletions src/strategy/_partials/5-technical-platform.vto
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,9 @@

<section>
<h3>Data infrastructure</h3>
<p>
Built and left as a legacy for the culture sector.
</p>

<dl style="font-size:0.7em;">
<dt>Reference datasets</dt>
Expand All @@ -74,9 +77,6 @@
<dt>Schemas</dt>
<dd>Standards for sharing data</dd>
</dl>
<p>
Built and left as a legacy for the culture sector.
</p>
</section>

<section>
Expand All @@ -98,6 +98,7 @@
key: "LAD24CD",
*/
colours: { transparent_green: "#45d10aBB" },
tooltip: "{{ LAD24CD }}",
value: 'transparent_green',
background: {
geojson: geojson.bd_pcd,
Expand Down

0 comments on commit c71ebb6

Please sign in to comment.