diff --git a/_case_studies/central_coop.md b/_case_studies/central_coop.md new file mode 100644 index 0000000..4bb4c3b --- /dev/null +++ b/_case_studies/central_coop.md @@ -0,0 +1,14 @@ +--- +client_name: Central Coop +project_name: World Builders Board Game +coops: + - Creative Coop +services: + - Branding & Creative Content + - Game Design +links: + - https://www.creative.coop/work/world-builders +logo: CreativeCoop-CentralCoop.png +--- + +We created World Builders with Central Co-op: a classroom board game that teaches the UN Global Goals through play. We led mechanics, identity and all printed assets, working with educators to keep it accessible for primary pupils. The game sparks discussion and turns complex ideas into memorable, practical actions. diff --git a/_case_studies/fuel_poverty_action.md b/_case_studies/fuel_poverty_action.md new file mode 100644 index 0000000..03f4cb8 --- /dev/null +++ b/_case_studies/fuel_poverty_action.md @@ -0,0 +1,20 @@ +--- +client_name: Fuel Poverty Action +project_name: Comms consultancy and web bulid +coops: + - Data Content Reach +services: + - Web Development + - Discovery & Design Sprint + - UX Research & Design + - Branding & Creative Content + - Digital Marketing & SEO + - Analytics & Performance Insights + - Co-op & Organisational Development + - Content Strategy +links: + - https://www.fuelpovertyaction.org.uk/ +logo: DataContentReach-FuelPovertyAction.png +--- + +As lead technical partner for LocalGov Drupal, the UK local government publishing platform created by councils for councils, we have worked since 2020 with an expanding network of councils and agencies to deliver a collaborative, code-sharing approach that accelerates development, improves quality, and reduces costs across local government website projects. diff --git a/_case_studies/localgov_drupal.md b/_case_studies/localgov_drupal.md new file mode 100644 index 0000000..4d76067 --- /dev/null +++ b/_case_studies/localgov_drupal.md @@ -0,0 +1,19 @@ +--- +client_name: Open Digital Cooperative +project_name: LocalGov Drupal +coops: + - Agile Collective +services: + - Web Development + - Discovery & Design Sprint + - UX Research & Design + - Branding & Creative Content + - Digital Marketing & SEO + - Analytics & Performance Insights + - Co-op & Organisational Development +links: + - https://localgovdrupal.org/ +logo: AgileCollective-ODC.png +--- + +As lead technical partner for LocalGov Drupal, the UK local government publishing platform created by councils for councils, we have worked since 2020 with an expanding network of councils and agencies to deliver a collaborative, code-sharing approach that accelerates development, improves quality, and reduces costs across local government website projects. diff --git a/_case_studies/mapped.md b/_case_studies/mapped.md new file mode 100644 index 0000000..914c9e6 --- /dev/null +++ b/_case_studies/mapped.md @@ -0,0 +1,15 @@ +--- +client_name: Mapped +project_name: Mapped +coops: + - Common Knowledge +services: + - App Development + - Complex Data Integration + - UX Research & Design +links: + - https://mapped.tools/ +logo: CommonKnowledge-Mapped.png +--- + +When your membership data lives in a spreadsheet, it’s hard to see where your power really is. Who’s close enough to turn out for an action? Where are your strongest areas — and where do you need to grow? That’s why we built Mapped — a digital platform made by and for grassroots organisers. Mapped turns static membership lists into live, shared maps that help you see where your people are, plan strategically and take collective action. You don’t need to be a tech expert — just connect your existing membership database or upload a spreadsheet. Mapped instantly visualises your data on an interactive map. diff --git a/_case_studies/nook.md b/_case_studies/nook.md new file mode 100644 index 0000000..4c94b66 --- /dev/null +++ b/_case_studies/nook.md @@ -0,0 +1,17 @@ +--- +client_name: The Energy Saving Trust +project_name: Nook +coops: + - Outlandish +services: + - Web Development + - Discovery & Design Sprint + - CRM Solution + - UX Research & Design +links: + - https://nookcrm.com/ + - https://outlandish.com/project/nook-crm/ +logo: Outlandish-Nook.png +--- + +Nook is a case management tool for the community energy sector. Co-designed with energy advisors themselves, it helps teams to manage client information, organise their case workflow and speed up their reporting. Nook is built on top of CiviCRM, a popular open-source solution. diff --git a/_config.yml b/_config.yml index c628078..da6e803 100644 --- a/_config.yml +++ b/_config.yml @@ -9,6 +9,8 @@ exclude: - vendor - .idea collections: + case_studies: + output: true coops: title: Coops output: true diff --git a/_includes/our_work.html b/_includes/our_work.html new file mode 100644 index 0000000..b82e041 --- /dev/null +++ b/_includes/our_work.html @@ -0,0 +1,53 @@ +
+

Our work

+ +

Digital creative and cooperative work in action.

+ +
+ {% for c in site.case_studies %} +
+
+ +
+
+
+

Client name

+

{{ c.client_name }}

+
+
+

Coops involved

+
    + {% for coop in c.coops %} +
  • {{ coop }}
  • + {% endfor %} +
+
+
+

Project name

+

{{ c.project_name }}

+
+
+

Services offered

+
    + {% for service in c.services %} +
  • {{ service }}
  • + {% endfor %} +
+
+
+
+

Key deliverables or outcomes

+

{{ c.content }}

+
+
+

Links

+
    + {% for link in c.links %} +
  • {{ link }}
  • + {% endfor %} +
+
+
+ {% endfor %} +
+
diff --git a/assets/css/app.css b/assets/css/app.css index a854186..c91da8e 100644 --- a/assets/css/app.css +++ b/assets/css/app.css @@ -325,6 +325,11 @@ section, footer, header { } } +.work__title { + margin-block-end: var(--space-xs); + font-family: "open_sansbold", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif; +} + .header { display: flex; padding: var(--space-lg) var(--space-md); diff --git a/assets/img/case_studies/AgileCollective-ODC.png b/assets/img/case_studies/AgileCollective-ODC.png new file mode 100644 index 0000000..657b618 Binary files /dev/null and b/assets/img/case_studies/AgileCollective-ODC.png differ diff --git a/assets/img/case_studies/CommonKnowledge-Mapped.png b/assets/img/case_studies/CommonKnowledge-Mapped.png new file mode 100644 index 0000000..a6d6c30 Binary files /dev/null and b/assets/img/case_studies/CommonKnowledge-Mapped.png differ diff --git a/assets/img/case_studies/CreativeCoop-CentralCoop.png b/assets/img/case_studies/CreativeCoop-CentralCoop.png new file mode 100644 index 0000000..8cf61d3 Binary files /dev/null and b/assets/img/case_studies/CreativeCoop-CentralCoop.png differ diff --git a/assets/img/case_studies/DataContentReach-FuelPovertyAction.png b/assets/img/case_studies/DataContentReach-FuelPovertyAction.png new file mode 100644 index 0000000..b449fb8 Binary files /dev/null and b/assets/img/case_studies/DataContentReach-FuelPovertyAction.png differ diff --git a/assets/img/case_studies/Outlandish-Nook.png b/assets/img/case_studies/Outlandish-Nook.png new file mode 100644 index 0000000..a26a58e Binary files /dev/null and b/assets/img/case_studies/Outlandish-Nook.png differ diff --git a/index.html b/index.html index c3f37e3..3cb32f4 100644 --- a/index.html +++ b/index.html @@ -32,6 +32,8 @@ layout: default Hire our co-ops +{% include our_work.html %} + {% include our_members.html %}