Skip to content

Latest commit

 

History

History
31 lines (29 loc) · 1.04 KB

File metadata and controls

31 lines (29 loc) · 1.04 KB
layout case-study
title Case Studies
description Selected Platformatory engagements across banking, public sector, manufacturing, capital markets, retail, and accessibility.
permalink /case-studies/

{% assign studies = site.case-studies | sort: "weight" %}

Case Studies

{% for study in studies %} {{ study.industry }}

{{ study.summary }}

{% if study.tags and study.tags.size > 0 %}
    {% for tag in study.tags limit: 4 %}
  • {{ tag }}
  • {% endfor %}
{% endif %} View {% endfor %}