dash-website/graphics/index.html
2017-01-25 16:54:01 +07:00

20 lines
457 B
HTML
Executable file

---
layout: default
title: pages.graphics.title
description: pages.graphics.description
---
{% include hero/graphics.html %}
<div class="page page--wallets">
<section class="section">
<div class="section__content">
<h2>{% t pages.graphics.logos-header %}</h2>
<div class="row">
{% for graphic in site.data.graphics-collection %}
{% include graphics-tile.html %}
{% endfor %}
</div>
</div>
</section>
</div>