generated from open-innovations/oi-lume-template
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
accd3b2
commit ae348dd
Showing
14 changed files
with
158 additions
and
52 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
--- | ||
|
||
css: | | ||
.dashboard .pane { | ||
--background: 'black'; | ||
--foreground: 'white'; | ||
color: var(--foreground); | ||
background: var(--background); | ||
padding-top: 0em; | ||
padding: 3em; | ||
--border: groove; | ||
border-style: var(--border); | ||
border-width: 1.5px; | ||
} | ||
--- | ||
|
||
<div class="dashboard pane" | ||
style=" | ||
{%- if fg %}--foreground: {{ fg }};{% endif -%} | ||
{%- if bg %}--background: {{ bg }};{% endif -%} | ||
{%- if border %}--border-style: {{ border }};{% endif -%} | ||
"> | ||
{{ content | safe }} | ||
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
Headline,Value, | ||
This,1, | ||
Is,2, | ||
A,3, | ||
Dashboard,4, | ||
Headline,Value,Suffix | ||
Number of surgeries,153, | ||
Funding requested,478,£ | ||
Funding from Leeds City Council,368000,£ | ||
Funding from Arts Council,250000,£ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,17 @@ | ||
<div class="b6-bg"> | ||
<header> | ||
<div class="{{ header_class or 'b1-bg' }}"> | ||
<div class="holder padded" style="text-align:center;"> | ||
<div class="title"><a href="/">{{ metas.site }}</a></div> | ||
<nav> | ||
<ul class="menu-items"> | ||
<header> | ||
<div class="{{ header_class or 'b1-bg' }}"> | ||
<div class="holder padded"> | ||
<img src="/assets/images/lcc-logo-white-transparent.png" inline width='400' class='center padded'> | ||
<nav> | ||
<ul class="menu-items" hidden=""> | ||
<li><a href="/about">About</a></li> | ||
<li><a href="/data">Data</a></li> | ||
<li><a href="/survey/">Cultural Investment Fund</a></li> | ||
<li><a href="/reports/schools">Cultural Impact Survey</a></li> | ||
<li><a href="/investment-fund">Cultural Investment Fund</a></li> | ||
<li><a href="/impact-survey">Cultural Impact Survey</a></li> | ||
</ul> | ||
</nav> | ||
</div> | ||
</div> | ||
</header> | ||
</div> | ||
</nav> | ||
</div> | ||
</div> | ||
</header> | ||
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
--- | ||
title: About | ||
|
||
--- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
--- | ||
title: Data | ||
--- | ||
|
||
<p> | ||
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. | ||
</p> | ||
|
||
<ul class="grid dashboard" style ="grid-template-columns: repeat( 2, minmax(0, 1fr));"> | ||
|
||
{% comp "dashboard.pane", { bg: "#0a2f45", fg: 'white' }%} | ||
<li><a href=""> | ||
<h2>Leeds Cultural Investment Fund</h2> | ||
</a></li> | ||
{% endcomp %} | ||
|
||
{% comp "dashboard.pane", { bg: "#0a2f45", fg: 'white' }%} | ||
<li><a href=""> | ||
<h2>Leeds Cultural Impact Survey</h2> | ||
</a></li> | ||
{% endcomp %} | ||
|
||
{% comp "dashboard.pane", { bg: "#0a2f45", fg: 'white' }%} | ||
<li><a href=""> | ||
<h2>LEEDS 2023 Legacy</h2> | ||
</a></li> | ||
{% endcomp %} | ||
|
||
</ul> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
--- | ||
title: Leeds Cultural Impact Survey | ||
--- | ||
{% from 'macros.njk' import dateFormatterNoYear as dateFormatter %} | ||
|
||
|
||
{{ | ||
comp.oi.dashboard({ | ||
config: { | ||
data: "dummy_headline", | ||
title: "Headline", | ||
value: "Value", | ||
width: "200px", | ||
postfix: "Suffix", | ||
panels: [{ | ||
name: "Number of surgeries" | ||
},{ | ||
name: "Funding requested" | ||
},{ | ||
name: "Funding from Leeds City Council" | ||
},{ | ||
name: "Funding from Arts Council" | ||
}] | ||
} | ||
}) | safe | ||
}} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,25 +1,7 @@ | ||
--- | ||
title: Leeds Culture Dashboard | ||
title: About the Leeds Culture Dashboard | ||
--- | ||
{% from 'macros.njk' import dateFormatterNoYear as dateFormatter %} | ||
|
||
|
||
{{ | ||
comp.oi.dashboard({ | ||
config: { | ||
data: "dummy_headline", | ||
title: "Headline", | ||
value: "Value", | ||
width: "200px", | ||
panels: [{ | ||
name: "This" | ||
},{ | ||
name: "Is" | ||
},{ | ||
name: "A" | ||
},{ | ||
name: "Dashboard" | ||
}] | ||
} | ||
}) | safe | ||
}} | ||
<p> | ||
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. | ||
</p> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
--- | ||
title: Leeds Cultural Investment Fund | ||
--- | ||
{% from 'macros.njk' import dateFormatterNoYear as dateFormatter %} | ||
|
||
|
||
{{ | ||
comp.oi.dashboard({ | ||
config: { | ||
data: "dummy_headline", | ||
title: "Headline", | ||
value: "Value", | ||
width: "200px", | ||
postfix: "Suffix", | ||
panels: [{ | ||
name: "Number of surgeries" | ||
},{ | ||
name: "Funding requested" | ||
},{ | ||
name: "Funding from Leeds City Council" | ||
},{ | ||
name: "Funding from Arts Council" | ||
}] | ||
} | ||
}) | safe | ||
}} |