--- layout: default title: pages.graphics.title description: pages.graphics.description --- {% include hero/graphics.html %} {% assign logos = site.data.graphics-collection | where:"type","logo" %} {% assign merchants = site.data.graphics-collection | where:"type","merchants" %} {% assign buttons = site.data.graphics-collection | where:"type","buttons" %}

{% t pages.graphics.logos-header %}

{% for graphic in logos %} {% include graphics-tile.html %} {% endfor %}

{% t pages.graphics.merchants-header %}

{% for graphic in merchants %} {% include graphics-tile.html %} {% endfor %}

{% t pages.graphics.dontaion-header %}

{% for graphic in buttons %} {% include graphics-tile.html %} {% endfor %}