mirror of
https://github.com/seigler/dash-website
synced 2025-07-26 23:06:09 +00:00
added dontaion row
This commit is contained in:
parent
f4dbb9ca79
commit
272e956bdd
18 changed files with 100 additions and 0 deletions
|
@ -7,6 +7,7 @@ description: pages.graphics.description
|
|||
|
||||
{% 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" %}
|
||||
|
||||
<div class="page">
|
||||
<section class="section">
|
||||
|
@ -31,4 +32,15 @@ description: pages.graphics.description
|
|||
</div>
|
||||
</section>
|
||||
|
||||
<section class="section">
|
||||
<div class="section__content">
|
||||
<h2>{% t pages.graphics.dontaion-header %}</h2>
|
||||
<div class="row">
|
||||
{% for graphic in buttons %}
|
||||
{% include graphics-tile.html %}
|
||||
{% endfor %}
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue