mirror of
https://github.com/seigler/dash-website
synced 2025-07-27 07:16:10 +00:00
20 lines
457 B
HTML
Executable file
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>
|