diff --git a/_data/graphics-collection.yml b/_data/graphics-collection.yml
index b379425..049cd0d 100755
--- a/_data/graphics-collection.yml
+++ b/_data/graphics-collection.yml
@@ -16,19 +16,77 @@
url: dash_logo_f.png
- type: logo
- img-link: dash_logo_s.png
+ img-link: dash_icon_s.png
format: png
links:
-
label: Small
- url: "https://www.dash.org/binaries/dash-0.12.0.58-win32.zip"
+ url: dash_icon_s.png
-
label: Medium
- url: "https://github.com/dashpay/dash/releases/download/v0.12.0.58/SHA256SUMS.asc"
+ url: dash_icon_m.png
-
label: Large
- url: "https://www.dash.org/binaries/dash-0.12.0.58-win32.zip.asc"
+ url: dash_icon_l.png
-
label: Full
- url: "https://www.dash.org/binaries/dash-0.12.0.58-win32.zip.asc"
+ url: dash_icon_f.png
+
+- type: logo
+ img-link: dash_circle_normal.png
+ format: png
+ links:
+ -
+ label: Normal
+ url: dash_circle_normal.png
+ -
+ label: Hi-Res
+ url: dash_circle_highres.png
+
+- type: logo
+ img-link: dash_heart_normal.png
+ format: png
+ links:
+ -
+ label: Normal
+ url: dash_heart_normal.png
+ -
+ label: Hi-Res
+ url: dash_heart_highres.png
+
+- type: logo
+ img-link: instantx_logo_normal.png
+ format: png
+ links:
+ -
+ label: Normal
+ url: instantx_logo_normal.png
+ -
+ label: Hi-Res
+ url: instantx_logo_highres.png
+
+- type: logo
+ img-link: x11_logo_s.png
+ format: png
+ links:
+ -
+ label: Small
+ url: x11_logo_s.png
+ -
+ label: Medium
+ url: x11_logo_m.png
+ -
+ label: Large
+ url: x11_logo_l.png
+
+- type: merchants
+ img-link: accepted_here_beveled_normal.png
+ format: png
+ links:
+ -
+ label: Normal
+ url: accepted_here_beveled_normal.png
+ -
+ label: Hi-Res
+ url: accepted_here_beveled_highres.png
diff --git a/_includes/hero/graphics.html b/_includes/hero/graphics.html
index 5ce16fb..147e320 100755
--- a/_includes/hero/graphics.html
+++ b/_includes/hero/graphics.html
@@ -14,13 +14,16 @@
-
{% t pages.graphics.hero-heading %}
-
{% t pages.graphics.hero-text %}
-
- {% t pages.graphics.licence %}
- {% t pages.graphics.licence-link-text %}
-
-
+
diff --git a/assets/img/graphics/dash_circle_highres.png b/assets/img/graphics/dash_circle_highres.png
new file mode 100755
index 0000000..ad24fea
Binary files /dev/null and b/assets/img/graphics/dash_circle_highres.png differ
diff --git a/assets/img/graphics/dash_circle_normal.png b/assets/img/graphics/dash_circle_normal.png
new file mode 100755
index 0000000..34db5c8
Binary files /dev/null and b/assets/img/graphics/dash_circle_normal.png differ
diff --git a/assets/img/graphics/dash_heart_highres.png b/assets/img/graphics/dash_heart_highres.png
new file mode 100755
index 0000000..ac47bd9
Binary files /dev/null and b/assets/img/graphics/dash_heart_highres.png differ
diff --git a/assets/img/graphics/dash_heart_normal.png b/assets/img/graphics/dash_heart_normal.png
new file mode 100755
index 0000000..1d4077a
Binary files /dev/null and b/assets/img/graphics/dash_heart_normal.png differ
diff --git a/assets/img/graphics/dash_icon_f.png b/assets/img/graphics/dash_icon_f.png
new file mode 100755
index 0000000..95057b7
Binary files /dev/null and b/assets/img/graphics/dash_icon_f.png differ
diff --git a/assets/img/graphics/dash_icon_l.png b/assets/img/graphics/dash_icon_l.png
new file mode 100755
index 0000000..b07c2ed
Binary files /dev/null and b/assets/img/graphics/dash_icon_l.png differ
diff --git a/assets/img/graphics/dash_icon_m.png b/assets/img/graphics/dash_icon_m.png
new file mode 100755
index 0000000..2cec116
Binary files /dev/null and b/assets/img/graphics/dash_icon_m.png differ
diff --git a/assets/img/graphics/dash_icon_s.png b/assets/img/graphics/dash_icon_s.png
new file mode 100755
index 0000000..c8604f8
Binary files /dev/null and b/assets/img/graphics/dash_icon_s.png differ
diff --git a/assets/img/graphics/instantx_logo_highres.png b/assets/img/graphics/instantx_logo_highres.png
new file mode 100755
index 0000000..9826f0b
Binary files /dev/null and b/assets/img/graphics/instantx_logo_highres.png differ
diff --git a/assets/img/graphics/instantx_logo_normal.png b/assets/img/graphics/instantx_logo_normal.png
new file mode 100755
index 0000000..8d877d7
Binary files /dev/null and b/assets/img/graphics/instantx_logo_normal.png differ
diff --git a/assets/img/graphics/x11_logo_l.png b/assets/img/graphics/x11_logo_l.png
new file mode 100755
index 0000000..b054180
Binary files /dev/null and b/assets/img/graphics/x11_logo_l.png differ
diff --git a/assets/img/graphics/x11_logo_m.png b/assets/img/graphics/x11_logo_m.png
new file mode 100755
index 0000000..3aaba70
Binary files /dev/null and b/assets/img/graphics/x11_logo_m.png differ
diff --git a/assets/img/graphics/x11_logo_s.png b/assets/img/graphics/x11_logo_s.png
new file mode 100755
index 0000000..e159966
Binary files /dev/null and b/assets/img/graphics/x11_logo_s.png differ
diff --git a/graphics/index.html b/graphics/index.html
index 1619237..5f04fde 100755
--- a/graphics/index.html
+++ b/graphics/index.html
@@ -5,16 +5,30 @@ description: pages.graphics.description
---
{% include hero/graphics.html %}
-
+{% assign logos = site.data.graphics-collection | where:"type","logo" %}
+{% assign merchants = site.data.graphics-collection | where:"type","merchants" %}
+
+
{% t pages.graphics.logos-header %}
-
- {% for graphic in site.data.graphics-collection %}
+ {% for graphic in logos %}
{% include graphics-tile.html %}
{% endfor %}
+
+
+
+
{% t pages.graphics.merchants-header %}
+
+ {% for graphic in merchants %}
+ {% include graphics-tile.html %}
+ {% endfor %}
+
+
+
+