diff --git a/CSVLombardia/CSVLecco.md b/CSVLombardia/CSVLecco.md new file mode 100644 index 00000000..8a9168f4 --- /dev/null +++ b/CSVLombardia/CSVLecco.md @@ -0,0 +1,62 @@ +--- +lang: it +layout: issuelist_embed +title: Emergenza coronavirus - CSV Lecco +nome_regione: Lombardia +nome_provincia: Lecco +issuecategories: + - games and activities for children + - cultural activities and leisure + - solidarity services and initiatives + - deliveries and services + - psychological support + - goods donations and services offering + - e-learning + - migrants and refugees +--- + +{%- if page.issuecategory != blank -%} + + {% assign issuecategories = "" | split: "," %} + {% assign tmpcategory = "" | split: "," %} + {%- assign tmpcategory = tmpcategory | push: page.issuecategory -%} + {%- assign tmpcategory = tmpcategory | push: site.data.cfg.issuecategories[page.issuecategory] -%} + {%- assign issuecategories = issuecategories | push: tmpcategory -%} + +{%- elsif page.issuecategories != blank -%} + + {% assign issuecategories = "" | split: "," %} + {% for category in page.issuecategories %} + {% assign tmpcategory = "" | split: "," %} + {%- assign tmpcategory = tmpcategory | push: category -%} + {%- assign tmpcategory = tmpcategory | push: site.data.cfg.issuecategories[category] -%} + {%- assign issuecategories = issuecategories | push: tmpcategory -%} + {% endfor %} + +{%- elsif page.displayname != blank and page.markericon != blank -%} + + {% assign issuecategories = "" | split: "," %} + {% assign tmpcategory = "" | split: "," %} + {%- assign tmpcategory = tmpcategory | push: "page" -%} + {%- assign tmpcategory = tmpcategory | push: page -%} + {%- assign issuecategories = issuecategories | push: tmpcategory -%} + +{%- else -%} + + {%- assign issuecategories = site.data.cfg.issuecategories -%} + +{%- endif -%} + +
+{% for categorytuple in issuecategories %} +{% assign category = categorytuple[1] %} +
+ + + + + +{{category["displayname"]}} +
+{% endfor %} +
diff --git a/CSVLombardia/CSVMilano.md b/CSVLombardia/CSVMilano.md new file mode 100644 index 00000000..6268026e --- /dev/null +++ b/CSVLombardia/CSVMilano.md @@ -0,0 +1,61 @@ +--- +lang: it +layout: issuelist_embed +title: Emergenza coronavirus - CSV Milano +nome_regione: Lombardia +nome_provincia: Milano +issuecategories: + - games and activities for children + - cultural activities and leisure + - deliveries and services + - psychological support + - goods donations and services offering + - e-learning + - migrants and refugees +--- + +{%- if page.issuecategory != blank -%} + + {% assign issuecategories = "" | split: "," %} + {% assign tmpcategory = "" | split: "," %} + {%- assign tmpcategory = tmpcategory | push: page.issuecategory -%} + {%- assign tmpcategory = tmpcategory | push: site.data.cfg.issuecategories[page.issuecategory] -%} + {%- assign issuecategories = issuecategories | push: tmpcategory -%} + +{%- elsif page.issuecategories != blank -%} + + {% assign issuecategories = "" | split: "," %} + {% for category in page.issuecategories %} + {% assign tmpcategory = "" | split: "," %} + {%- assign tmpcategory = tmpcategory | push: category -%} + {%- assign tmpcategory = tmpcategory | push: site.data.cfg.issuecategories[category] -%} + {%- assign issuecategories = issuecategories | push: tmpcategory -%} + {% endfor %} + +{%- elsif page.displayname != blank and page.markericon != blank -%} + + {% assign issuecategories = "" | split: "," %} + {% assign tmpcategory = "" | split: "," %} + {%- assign tmpcategory = tmpcategory | push: "page" -%} + {%- assign tmpcategory = tmpcategory | push: page -%} + {%- assign issuecategories = issuecategories | push: tmpcategory -%} + +{%- else -%} + + {%- assign issuecategories = site.data.cfg.issuecategories -%} + +{%- endif -%} + +
+{% for categorytuple in issuecategories %} +{% assign category = categorytuple[1] %} +
+ + + + + +{{category["displayname"]}} +
+{% endfor %} +
diff --git a/CSVLombardia/CSVMonza.md b/CSVLombardia/CSVMonza.md new file mode 100644 index 00000000..a22e7efe --- /dev/null +++ b/CSVLombardia/CSVMonza.md @@ -0,0 +1,62 @@ +--- +lang: it +layout: issuelist_embed +title: Emergenza coronavirus - CSV Monza +nome_regione: Lombardia +nome_provincia: Monza +issuecategories: + - games and activities for children + - cultural activities and leisure + - solidarity services and initiatives + - deliveries and services + - psychological support + - goods donations and services offering + - e-learning + - migrants and refugees +--- + +{%- if page.issuecategory != blank -%} + + {% assign issuecategories = "" | split: "," %} + {% assign tmpcategory = "" | split: "," %} + {%- assign tmpcategory = tmpcategory | push: page.issuecategory -%} + {%- assign tmpcategory = tmpcategory | push: site.data.cfg.issuecategories[page.issuecategory] -%} + {%- assign issuecategories = issuecategories | push: tmpcategory -%} + +{%- elsif page.issuecategories != blank -%} + + {% assign issuecategories = "" | split: "," %} + {% for category in page.issuecategories %} + {% assign tmpcategory = "" | split: "," %} + {%- assign tmpcategory = tmpcategory | push: category -%} + {%- assign tmpcategory = tmpcategory | push: site.data.cfg.issuecategories[category] -%} + {%- assign issuecategories = issuecategories | push: tmpcategory -%} + {% endfor %} + +{%- elsif page.displayname != blank and page.markericon != blank -%} + + {% assign issuecategories = "" | split: "," %} + {% assign tmpcategory = "" | split: "," %} + {%- assign tmpcategory = tmpcategory | push: "page" -%} + {%- assign tmpcategory = tmpcategory | push: page -%} + {%- assign issuecategories = issuecategories | push: tmpcategory -%} + +{%- else -%} + + {%- assign issuecategories = site.data.cfg.issuecategories -%} + +{%- endif -%} + +
+{% for categorytuple in issuecategories %} +{% assign category = categorytuple[1] %} +
+ + + + + +{{category["displayname"]}} +
+{% endfor %} +
diff --git a/CSVLombardia/CSVSondrio.md b/CSVLombardia/CSVSondrio.md new file mode 100644 index 00000000..1b55f029 --- /dev/null +++ b/CSVLombardia/CSVSondrio.md @@ -0,0 +1,62 @@ +--- +lang: it +layout: issuelist_embed +title: Emergenza coronavirus - CSV Sondrio +nome_regione: Lombardia +nome_provincia: Sondrio +issuecategories: + - games and activities for children + - cultural activities and leisure + - solidarity services and initiatives + - deliveries and services + - psychological support + - goods donations and services offering + - e-learning + - migrants and refugees +--- + +{%- if page.issuecategory != blank -%} + + {% assign issuecategories = "" | split: "," %} + {% assign tmpcategory = "" | split: "," %} + {%- assign tmpcategory = tmpcategory | push: page.issuecategory -%} + {%- assign tmpcategory = tmpcategory | push: site.data.cfg.issuecategories[page.issuecategory] -%} + {%- assign issuecategories = issuecategories | push: tmpcategory -%} + +{%- elsif page.issuecategories != blank -%} + + {% assign issuecategories = "" | split: "," %} + {% for category in page.issuecategories %} + {% assign tmpcategory = "" | split: "," %} + {%- assign tmpcategory = tmpcategory | push: category -%} + {%- assign tmpcategory = tmpcategory | push: site.data.cfg.issuecategories[category] -%} + {%- assign issuecategories = issuecategories | push: tmpcategory -%} + {% endfor %} + +{%- elsif page.displayname != blank and page.markericon != blank -%} + + {% assign issuecategories = "" | split: "," %} + {% assign tmpcategory = "" | split: "," %} + {%- assign tmpcategory = tmpcategory | push: "page" -%} + {%- assign tmpcategory = tmpcategory | push: page -%} + {%- assign issuecategories = issuecategories | push: tmpcategory -%} + +{%- else -%} + + {%- assign issuecategories = site.data.cfg.issuecategories -%} + +{%- endif -%} + +
+{% for categorytuple in issuecategories %} +{% assign category = categorytuple[1] %} +
+ + + + + +{{category["displayname"]}} +
+{% endfor %} +
diff --git a/_includes/issuelist_cards.html b/_includes/issuelist_cards.html index 84137c98..bf9cffdc 100644 --- a/_includes/issuelist_cards.html +++ b/_includes/issuelist_cards.html @@ -7,6 +7,16 @@

{{member.title}}

logo Validato da Italia No Profit
+ {% elsif member.issue.labels contains "CSV Milano" %} +
+

{{member.title}}

+
logo Validato da CSV Milano
+
+ {% elsif member.issue.labels contains "CSV Monza Lecco Sondrio" %} +
+

{{member.title}}

+
logo Validato da CSV Monza Lecco Sondrio
+
{% else %}

{{member.title}}

{% endif %}
diff --git a/images/Logo_CSV_MLS.png b/images/Logo_CSV_MLS.png new file mode 100644 index 00000000..e5877044 Binary files /dev/null and b/images/Logo_CSV_MLS.png differ diff --git a/images/Logo_CSV_Milano.png b/images/Logo_CSV_Milano.png new file mode 100644 index 00000000..da34cac4 Binary files /dev/null and b/images/Logo_CSV_Milano.png differ