diff --git a/src/lcip/activate/index.njk b/src/lcip/activate/index.njk new file mode 100644 index 0000000..c2374e6 --- /dev/null +++ b/src/lcip/activate/index.njk @@ -0,0 +1,3 @@ +--- +title: Activate +--- \ No newline at end of file diff --git a/src/lcip/cultural-anchors/index.njk b/src/lcip/cultural-anchors/index.njk new file mode 100644 index 0000000..2638584 --- /dev/null +++ b/src/lcip/cultural-anchors/index.njk @@ -0,0 +1,3 @@ +--- +title: Cultural Anchors +--- \ No newline at end of file diff --git a/src/lcip/grow-project/index.njk b/src/lcip/grow-project/index.njk new file mode 100644 index 0000000..1679a58 --- /dev/null +++ b/src/lcip/grow-project/index.njk @@ -0,0 +1,3 @@ +--- +title: Grow - Project +--- \ No newline at end of file diff --git a/src/lcip/grow-revenue/index.njk b/src/lcip/grow-revenue/index.njk new file mode 100644 index 0000000..b7ca87d --- /dev/null +++ b/src/lcip/grow-revenue/index.njk @@ -0,0 +1,3 @@ +--- +title: Grow - Revenue +--- \ No newline at end of file diff --git a/src/lcip/index.njk b/src/lcip/index.njk new file mode 100644 index 0000000..acff290 --- /dev/null +++ b/src/lcip/index.njk @@ -0,0 +1,65 @@ +--- +title: Leeds Cultural Investment Programme +url: /lcip/ +--- +{% from 'macros.njk' import dateFormatterNoDayMonth as dateFormatter %} + +

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

+ + \ No newline at end of file diff --git a/src/lcip/inspire/index.njk b/src/lcip/inspire/index.njk new file mode 100644 index 0000000..6499e48 --- /dev/null +++ b/src/lcip/inspire/index.njk @@ -0,0 +1,151 @@ +--- +title: Inspire +--- + +

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

+ +

Funding advice sessions

+{{ + 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 +}} + +

Applications Received

+{{ + 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 +}} + +

Results

+{{ + 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 +}} + +

Artform

+{{ + 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 +}} \ No newline at end of file diff --git a/src/lcip/thrive/index.njk b/src/lcip/thrive/index.njk new file mode 100644 index 0000000..3152833 --- /dev/null +++ b/src/lcip/thrive/index.njk @@ -0,0 +1,3 @@ +--- +title: Thrive +--- \ No newline at end of file