Skip to content

Commit

Permalink
Add LCIP placeholder pages
Browse files Browse the repository at this point in the history
  • Loading branch information
taz-chiles committed Jun 19, 2024
1 parent 7957011 commit 8994905
Show file tree
Hide file tree
Showing 7 changed files with 231 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/lcip/activate/index.njk
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
---
title: Activate
---
3 changes: 3 additions & 0 deletions src/lcip/cultural-anchors/index.njk
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
---
title: Cultural Anchors
---
3 changes: 3 additions & 0 deletions src/lcip/grow-project/index.njk
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
---
title: Grow - Project
---
3 changes: 3 additions & 0 deletions src/lcip/grow-revenue/index.njk
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
---
title: Grow - Revenue
---
65 changes: 65 additions & 0 deletions src/lcip/index.njk
Original file line number Diff line number Diff line change
@@ -0,0 +1,65 @@
---
title: Leeds Cultural Investment Programme
url: /lcip/
---
{% from 'macros.njk' import dateFormatterNoDayMonth as dateFormatter %}

<p>
Leeds Cultural Investment Programme is a framework to enable culture and creativity, support the stability and growth of Leeds’ creative sector and to promote access to cultural and creative opportunities by Leeds residents.
</p>

<ul class="grid dashboard" style ="grid-template-columns: repeat( 2, minmax(0, 1fr));">
<li><a href="/lcip/inspire/">
{% comp "dashboard.pane", { bg: "#91cfce", fg: 'black' }%}
<h2>Inspire</h2>
<p>
Inspire provides small grants for one off cultural projects and activities offering grants between £500 to £1,500 for individuals or organisations.
</p>
{% endcomp %}
</a></li>
<li><a href="/lcip/grow-project/">
{% comp "dashboard.pane", { bg: "#91cfce", fg: 'black' }%}
<h2>Grow: Project</h2>
<p>
Grow: Project provides larger grants for one-off larger scale and artistically ambitious projects. Grants offered are between £5,000 to £15,000. This strand is open to individuals and organisations.
</p>
{% endcomp %}
</a></li>

<li><a href="/lcip/grow-revenue/">
{% comp "dashboard.pane", { bg: "#91cfce", fg: 'black' }%}
<h2>Grow: Revenue</h2>
<p>
Grow: Project provides larger grants for one-off larger scale and artistically ambitious projects. Grants offered are between £5,000 to £15,000. This strand is open to individuals and organisations.
</p>
{% endcomp %}
</a></li>

<li><a href="/lcip/thrive/">
{% comp "dashboard.pane", { bg: "#91cfce", fg: 'black' }%}
<h2>Thrive</h2>
<p>
Thrive provides grants to support ongoing activities for more established cultural organisations delivering positive creative and social impacts through year-round programmes of work in the city.
</p>
{% endcomp %}
</a></li>

<li><a href="/lcip/cultural-anchors/">
{% comp "dashboard.pane", { bg: "#91cfce", fg: 'black' }%}
<h2>Cultural Anchors</h2>
<p>
Cultural Anchors includes some of the largest, building based, cultural organisations in the city, each attracting significant levels of funding to the city from a range of sources.
</p>
{% endcomp %}
</a></li>

<li><a href="/lcip/activate/">
{% comp "dashboard.pane", { bg: "#91cfce", fg: 'black' }%}
<h2>Activate</h2>
<p>
Activate is a flexible funding strand which enables the Council to distribute external funding, commission projects, make strategic interventions and solicit (invite) applications that respond to a defined need, gap in provision or demand for activity.
</p>
{% endcomp %}
</a></li>

</ul>
151 changes: 151 additions & 0 deletions src/lcip/inspire/index.njk
Original file line number Diff line number Diff line change
@@ -0,0 +1,151 @@
---
title: Inspire
---

<p>
Inspire provides small grants for one off cultural projects and activities offering grants between £500 to £1,500 for individuals or organisations.
</p>

<h2>Funding advice sessions</h2>
{{
comp.oi.dashboard({
config: {
"data": [{
"Title": "Funding surgeries offered",
"Value": 58
},{
"Title": "Funding surgeries booked",
"Value": 49
},{
"Title": "Online/telephone sessions",
"Value": 27
},{
"Title": "In person sessions",
"Value": 132
}],
title: "Title",
value: "Value",
width: "20%",
panels: [{
name: "Funding surgeries offered"
},{
name: "Funding surgeries booked"
},{
name: "Online/telephone sessions"
},{
name: "In person sessions"
}]
}
}) | safe
}}

<h2>Applications Received</h2>
{{
comp.oi.dashboard({
config: {
"data": [{
"Title": "From an individual artist",
"Value": 17
},{
"Title": "Number of eligible applications",
"Value": 17
},{
"Title": "Number of ineligible applications",
"Value": 0
},{
"Title": "Total amount of funding requested",
"Value": 24500
}],
title: "Title",
value: "Value",
width: "20%",
panels: [{
name: "From an individual artist"
},{
name: "Number of eligible applications"
},{
name: "Number of ineligible applications"
},{
name: "Total amount of funding requested"
}]
}
}) | safe
}}

<h2>Results</h2>
{{
comp.oi.dashboard({
config: {
"data": [{
"Title": "Number of funded individual artists",
"Value": 13
},{
"Title": "Unsuccessful artist applications",
"Value": 4
},{
"Title": "Withdrawn by applicant",
"Value": 0
},{
"Title": "Total amount awarded to artists",
"Value": 11000
}],
title: "Title",
value: "Value",
width: "20%",
panels: [{
name: "Number of funded individual artists"
},{
name: "Unsuccessful artist applications"
},{
name: "Withdrawn by applicant"
},{
name: "Total amount awarded to artists"
}]
}
}) | safe
}}

<h2>Artform</h2>
{{
comp.oi.dashboard({
config: {
"data": [{
"Title": "Number of funded individual artists",
"Value": 13
},{
"Title": "Unsuccessful artist applications",
"Value": 4
},{
"Title": "Withdrawn by applicant",
"Value": 0
},{
"Title": "Total amount awarded to artists",
"Value": 11000
},{
"Title": "Number of funded individual artists",
"Value": 13
},{
"Title": "Unsuccessful artist applications",
"Value": 4
},{
"Title": "Withdrawn by applicant",
"Value": 0
},{
"Title": "Total amount awarded to artists",
"Value": 11000
}],
title: "Title",
value: "Value",
width: "20%",
panels: [{
name: "Number of funded individual artists"
},{
name: "Unsuccessful artist applications"
},{
name: "Withdrawn by applicant"
},{
name: "Total amount awarded to artists"
}]
}
}) | safe
}}
3 changes: 3 additions & 0 deletions src/lcip/thrive/index.njk
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
---
title: Thrive
---

0 comments on commit 8994905

Please sign in to comment.