added dontaion row

This commit is contained in:
VitaliyTr 2017-01-27 00:53:13 +07:00
parent f4dbb9ca79
commit 272e956bdd
18 changed files with 100 additions and 0 deletions

View file

@ -280,3 +280,91 @@
-
label: Hi-Res
url: paywithdashbutton_HR_-06.png
- type: buttons
img-link: donations_accepted_beveled_normal.png
format: png
links:
-
label: Normal
url: donations_accepted_beveled_normal.png
-
label: Hi-Res
url: donations_accepted_beveled_highres.png
- type: buttons
img-link: donations_accepted_squared_normal.png
format: png
links:
-
label: Normal
url: donations_accepted_squared_normal.png
-
label: Hi-Res
url: donations_accepted_squared_highres.png
- type: buttons
img-link: donations_accepted_borderless_normal.png
format: png
links:
-
label: Normal
url: donations_accepted_borderless_normal.png
-
label: Hi-Res
url: donations_accepted_borderless_highres.png
- type: buttons
img-link: donations_accepted_light_normal.png
format: png
links:
-
label: Normal
url: donations_accepted_light_normal.png
-
label: Hi-Res
url: pdonations_accepted_light_highres.png
- type: buttons
img-link: donations_accepted_light_mono_normal.png
format: png
links:
-
label: Normal
url: donations_accepted_light_mono_normal.png
-
label: Hi-Res
url: donations_accepted_light_mono_highres.png
- type: buttons
img-link: donate_modern_normal.png
format: png
links:
-
label: Normal
url: donate_modern_normal.png
-
label: Hi-Res
url: donate_modern_highres.png
- type: buttons
img-link: donate_modern_vertical_normal.png
format: png
links:
-
label: Normal
url: donate_modern_vertical_normal.png
-
label: Hi-Res
url: donate_modern_vertical_highres.png
- type: buttons
img-link: donate_minimal_normal.png
format: png
links:
-
label: Normal
url: donate_minimal_normal.png
-
label: Hi-Res
url: donate_minimal_highres.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 31 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 58 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 44 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 47 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 25 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 25 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 25 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 87 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.4 KiB

View file

@ -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>