From 6d25eb887c56d25ba81b3522f9f83e24cc123f1d Mon Sep 17 00:00:00 2001 From: Willie Date: Tue, 30 Sep 2025 14:06:34 -0700 Subject: [PATCH 1/2] Add Program Area Pages Cards Example --- .../program-area-pages-cards-example.html | 52 +++++++++++++++++++ 1 file changed, 52 insertions(+) create mode 100644 _includes/program-area-pages-cards-example.html diff --git a/_includes/program-area-pages-cards-example.html b/_includes/program-area-pages-cards-example.html new file mode 100644 index 0000000000..f9df84f7fd --- /dev/null +++ b/_includes/program-area-pages-cards-example.html @@ -0,0 +1,52 @@ + + +{% assign visible_projects = site.projects | where: "program-area", "Citizen Engagement" | where: "visible", "true" %} + {% for item in visible_projects %} + {%- if + item.problem.size > 0 and + item.solution.size > 0 and + item.impact.size > 0 and + item.sdg.size > 0 and + item.sdg-image-src.size > 0 + -%} +
+ +
+
+ {% assign project_relative_path = item.slug | prepend: "../projects/" %} +

{{ item.title }}

+ +
+
+
+

Problem

+

{{ item.problem }}

+
+
+

Solution

+

{{ item.solution }}

+
+
+

Impact

+

{{ item.impact }}

+
+
+
+
+

Sustainable Development Goal

+
+ {{ item.sdg-image-alt }} +

{{ item.sdg }}

+
+
+
+ {%- else -%} +
+
+ {% assign project_relative_path = item.slug | prepend: "../projects/" %} +

{{ item.title }}

+

We are currently drafting the Problem, Solution and Impact statements for this project.

+
+
+ {%- endif -%} + {% endfor %} \ No newline at end of file From e76f4b4661c3c5894f2f0d7a08de0c06b227547b Mon Sep 17 00:00:00 2001 From: Willie Date: Tue, 30 Sep 2025 14:07:01 -0700 Subject: [PATCH 2/2] Add Citizen Engagement Example Page --- pages/citizen-engagement-example.html | 62 +++++++++++++++++++++++++++ 1 file changed, 62 insertions(+) create mode 100644 pages/citizen-engagement-example.html diff --git a/pages/citizen-engagement-example.html b/pages/citizen-engagement-example.html new file mode 100644 index 0000000000..a3cf441657 --- /dev/null +++ b/pages/citizen-engagement-example.html @@ -0,0 +1,62 @@ +--- +layout: default +title: Citizen Engagement +permalink: /citizen-engagement-example +--- + +
+
+

Citizen Engagement

+

+ We at Hack for LA are volunteers that believe in building technology + and analyzing data to make it easier to participate effectively in your community. +

+

+ Below are our products that are making that happen. + If you have a new idea, want to submit feedback that will guide the next iteration + of an existing tool, or want to start working on a project team with us, please contact + us at citizenengagement@hackforla.org. +

+

+ Read more about LA’s Sustainable Development Goals. +

+
+ +
+ + + +
+
+

Current Projects

+ + + + + + {% include program-area-pages-cards-example.html %} + +
+
+

Organizations We Work With

+

None of what we do would be possible without the generous + support of many organizations throughout our communities. + A big thank you to:

+
+
+ {% assign partners = site.data.internal.partners %} + {% for partner in partners %} + {% if partner.program-area contains "Citizen Engagement" %} + {{ partner.name }} + {% endif %} + {% endfor %} +
+
+
+ +
+ + +