diff --git a/_data/graphics-collection.yml b/_data/graphics-collection.yml new file mode 100755 index 0000000..b379425 --- /dev/null +++ b/_data/graphics-collection.yml @@ -0,0 +1,34 @@ +- type: logo + img-link: dash_logo_s.png + format: png + links: + - + label: Small + url: dash_logo_s.png + - + label: Medium + url: dash_logo_m.png + - + label: Large + url: dash_logo_l.png + - + label: Full + url: dash_logo_f.png + +- type: logo + img-link: dash_logo_s.png + format: png + links: + - + label: Small + url: "https://www.dash.org/binaries/dash-0.12.0.58-win32.zip" + - + label: Medium + url: "https://github.com/dashpay/dash/releases/download/v0.12.0.58/SHA256SUMS.asc" + - + label: Large + url: "https://www.dash.org/binaries/dash-0.12.0.58-win32.zip.asc" + - + label: Full + url: "https://www.dash.org/binaries/dash-0.12.0.58-win32.zip.asc" + diff --git a/_includes/graphics-tile.html b/_includes/graphics-tile.html new file mode 100755 index 0000000..69ac1c3 --- /dev/null +++ b/_includes/graphics-tile.html @@ -0,0 +1,19 @@ +
+
+
+
+ +
+
+

{{ graphic.format }}

+
+ +
+
+
diff --git a/assets/img/graphics/dash_logo_f.png b/assets/img/graphics/dash_logo_f.png new file mode 100755 index 0000000..90c745a Binary files /dev/null and b/assets/img/graphics/dash_logo_f.png differ diff --git a/assets/img/graphics/dash_logo_l.png b/assets/img/graphics/dash_logo_l.png new file mode 100755 index 0000000..968a4bf Binary files /dev/null and b/assets/img/graphics/dash_logo_l.png differ diff --git a/assets/img/graphics/dash_logo_m.png b/assets/img/graphics/dash_logo_m.png new file mode 100755 index 0000000..547a869 Binary files /dev/null and b/assets/img/graphics/dash_logo_m.png differ diff --git a/graphics/index.html b/graphics/index.html index 4553264..1619237 100755 --- a/graphics/index.html +++ b/graphics/index.html @@ -5,32 +5,15 @@ description: pages.graphics.description --- {% include hero/graphics.html %} -

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

-
-
-
-
- -
-
-

{{ wallet.logo_url }}

-
- png -
-
- -
-
-
+ + {% for graphic in site.data.graphics-collection %} + {% include graphics-tile.html %} + {% endfor %}