diff --git a/src/_includes/css/oi.css b/src/_includes/css/oi.css index 240119d..e208203 100644 --- a/src/_includes/css/oi.css +++ b/src/_includes/css/oi.css @@ -162,7 +162,12 @@ header nav ul > li > a { padding: 0.5em 1em; display: inline-block; width: 100%; ul.grid { list-style: none; margin-left: 0em; grid-template-columns: repeat(auto-fill, minmax(min(100%, 300px), 1fr));} ul.grid > li > a { display: block; text-decoration: none;} -ul.grid > li > a > h3 { text-align: center; font-weight: 500; font-size: 1.1em; color: inherit; line-height: 1.4em; +ul.grid > li > a > h3 { + text-align: center; + font-weight: 500; + font-size: 1.1em; + color: inherit; + line-height: 1.4em; color:rgba(92, 176, 177, 0.881) 0%; color: rgb(0, 50, 71) 100%; line-height: 1.4em; @@ -178,6 +183,19 @@ ul.grid > li > h3 { line-height: 1.4em; } +ul.grid > li > a > h2 { + font-size: 1.4em; + transition: color 0.2s linear, background-color 0.2s linear; + text-underline-offset: 8px; + line-height: 1.6em; + + + &:hover { + color: white; + text-decoration-color: #91cfce; +} +} + .text-panel { padding: 5em; background: #91cfce; diff --git a/src/lcip/index.njk b/src/lcip/index.njk index 8e2a459..54db79f 100644 --- a/src/lcip/index.njk +++ b/src/lcip/index.njk @@ -34,52 +34,52 @@ url: /lcip/ {% comp "dashboard.panels", { columns: 4 } %} {% comp "dashboard.pane" %} -

Number of advice sessions

- {% comp "dashboard.big_number", { number: 58 } %} +

Number of funding surgeries offered

+ {% comp "dashboard.big_number", { number: 20 } %} {% endcomp %} {% endcomp %} {% comp "dashboard.pane" %}

Number of applications

- {% comp "dashboard.big_number", { number: 17 } %} + {% comp "dashboard.big_number", { number: 25 } %} {% endcomp %} {% endcomp %} {% comp "dashboard.pane" %} -

Funded artforms

- {% comp "dashboard.big_number", { number: 17 } %} +

Total funded artforms

+ {% comp "dashboard.big_number", { number: 9 } %} {% endcomp %} {% endcomp %} {% comp "dashboard.pane" %} -

Funding awarded

- {% comp "dashboard.big_number", { number: 17 } %} +

Total funding awarded

+ {% comp "dashboard.big_number", { number: 18325, prefix: '£', fontsize: '3em' } %} {% endcomp %} {% endcomp %} {% comp "dashboard.pane" %} -

Workforce

- {% comp "dashboard.big_number", { number: 58 } %} +

Total funding requested

+ {% comp "dashboard.big_number", { number: 31695, prefix: '£', fontsize: '3em' } %} {% endcomp %} {% endcomp %} {% comp "dashboard.pane" %} -

Engagement

- {% comp "dashboard.big_number", { number: 17 } %} +

In person participants

+ {% comp "dashboard.big_number", { number: 1147 } %} {% endcomp %} {% endcomp %} {% comp "dashboard.pane" %}

Wards receiving activity

- {% comp "dashboard.big_number", { number: 17 } %} + {% comp "dashboard.big_number", { number: 14 } %} {% endcomp %} {% endcomp %} {% comp "dashboard.pane" %} -

Diversity

- {% comp "dashboard.big_number", { number: 17 } %} +

Artists/ Creatives employed

+ {% comp "dashboard.big_number", { number: 390 } %} {% endcomp %} {% endcomp %} @@ -98,16 +98,16 @@ url: /lcip/ {% comp "dashboard.text-panel", { link: "/lcip/inspire/", height: '200px' } %} -

Inspire

+

Inspire

{% endcomp %} {% comp "dashboard.text-panel", { link: "/lcip/grow-project/", height: '200px' } %} -

Grow: Project

+

Grow: Project

{% endcomp %} {% comp "dashboard.text-panel", { link: "/lcip/activate/", height: '200px' } %} -

Activate

+

Activate

{% endcomp %} {% endcomp %} @@ -132,51 +132,51 @@ url: /lcip/ {% comp "dashboard.pane" %}

Number of advice sessions

- {% comp "dashboard.big_number", { number: 58 } %} + {% comp "dashboard.big_number", { number: 'TBC' } %} {% endcomp %} {% endcomp %} {% comp "dashboard.pane" %}

Number of applications

- {% comp "dashboard.big_number", { number: 17 } %} + {% comp "dashboard.big_number", { number: 'TBC' } %} {% endcomp %} {% endcomp %} {% comp "dashboard.pane" %}

Funded artforms

- {% comp "dashboard.big_number", { number: 17 } %} + {% comp "dashboard.big_number", { number: 'TBC' } %} {% endcomp %} {% endcomp %} {% comp "dashboard.pane" %}

Funding requested

- {% comp "dashboard.big_number", { number: 17 } %} + {% comp "dashboard.big_number", { number: 'TBC' } %} {% endcomp %} {% endcomp %} {% comp "dashboard.pane" %}

Workforce

- {% comp "dashboard.big_number", { number: 58 } %} + {% comp "dashboard.big_number", { number: 'TBC' } %} {% endcomp %} {% endcomp %} {% comp "dashboard.pane" %}

Engagement

- {% comp "dashboard.big_number", { number: 17 } %} + {% comp "dashboard.big_number", { number: 'TBC' } %} {% endcomp %} {% endcomp %} {% comp "dashboard.pane" %}

Wards receiving activity

- {% comp "dashboard.big_number", { number: 17 } %} + {% comp "dashboard.big_number", { number: 'TBC' } %} {% endcomp %} {% endcomp %} {% comp "dashboard.pane" %}

Diversity

- {% comp "dashboard.big_number", { number: 17 } %} + {% comp "dashboard.big_number", { number: 'TBC' } %} {% endcomp %} {% endcomp %} @@ -194,15 +194,15 @@ url: /lcip/ {% comp "dashboard.text-panel", { link: "/lcip/grow-revenue/" } %} -

Grow: Revenue

+

Grow: Revenue

{% endcomp %} {% comp "dashboard.text-panel", { link: "/lcip/thrive/" } %} -

Thrive

+

Thrive

{% endcomp %} {% comp "dashboard.text-panel", { link: "/lcip/cultural-anchors/" } %} -

Cultural Anchors

+

Cultural Anchors

{% endcomp %} {% endcomp %} \ No newline at end of file diff --git a/src/leeds-2023-legacy/index.njk b/src/leeds-2023-legacy/index.njk index 7a1775c..c6f3bfb 100644 --- a/src/leeds-2023-legacy/index.njk +++ b/src/leeds-2023-legacy/index.njk @@ -6,7 +6,7 @@ title: LEEDS 2023 Legacy Dashboard

- Lorem ipsum dolor sit amet. Qui voluptates sint non nobis amet et officiis officia est voluptate libero id ipsam totam rem expedita nihil in dolores voluptatum? Ab illo incidunt cum omnis maxime aut distinctio quos sed perferendis rerum eum quia molestiae. Qui repudiandae rerum est dolorum voluptas vel maiores nihil est perspiciatis quod. + This page displays data about the LEEDS 2023 Year of Culture. The figures are drawn from the LEEDS 2023 Data Microsite, where data from various systems are extracted, processed and visualised to represent the narrative and legacy left behind by the cultural programme. A full evaluation of Leeds' Year of Culture will be available in late 2024.

@@ -35,7 +35,7 @@ title: LEEDS 2023 Legacy Dashboard

Engagement with young people

- Lorem ipsum dolor sit amet. Qui voluptates sint non nobis amet et officiis officia est voluptate libero id ipsam totam rem expedita nihil in dolores voluptatum? Ab illo incidunt cum omnis maxime aut distinctio quos sed perferendis rerum eum quia molestiae. Qui repudiandae rerum est dolorum voluptas vel maiores nihil est perspiciatis quod. + The Year of Culture offered children and young people a chance to take part in a creative learning programme - from creative workshops and participatory challenges to classroom resources and activities. Their school engagements linked back to the curriculum, so that pupils' experiences aligned with learning goals. They developed a free, inclusive programme to support cultural and creative education in Leeds schools, engaging with students across all parts of the city. The data shown below was extracted from Airtable, the data management system run internally within LEEDS 2023.

{{ @@ -70,7 +70,7 @@ title: LEEDS 2023 Legacy Dashboard

Volunteers

- Lorem ipsum dolor sit amet. Qui voluptates sint non nobis amet et officiis officia est voluptate libero id ipsam totam rem expedita nihil in dolores voluptatum? Ab illo incidunt cum omnis maxime aut distinctio quos sed perferendis rerum eum quia molestiae. Qui repudiandae rerum est dolorum voluptas vel maiores nihil est perspiciatis quod. + The volunteers were the heart of the Year of Culture. The data below showcases the number of shifts and hours that the volunteers completed, helping to ensure the LEEDS 2023 and partner events ran smoothly. There was a simple application process to follow to become a volunteer. After volunteers applied, applications were looked at and LEEDS 2023 guided volunteers through the assessment, before making offers to successful candidates. The data shown below was extracted from the Rosterfy volunteer management system which tracked all activity related to volunteering.