2015-02-18 08:41:18 +00:00
---
layout: static_page
2015-02-20 07:51:54 +00:00
title: "Monero Merchants and Services Directory"
2015-02-18 08:41:18 +00:00
title-pre-kick: "Monero "
2015-02-20 07:51:54 +00:00
title-kick: "Merchants and Services "
2015-02-18 08:41:18 +00:00
title-post-kick: "Directory"
kick-class: "purple-kicks"
icon: "icon_merchants"
attribution: "<!-- Icon is based on work by Freepik (http://www.freepik.com) and is licensed under Creative Commons BY 3.0 --> "
---
2015-02-20 09:55:53 +00:00
---
2015-02-18 17:44:44 +00:00
< div class = "row" >
{% for data_merchants in site.data.merchants %}
< div class = "col-lg-4" >
< h4 class = "text-center" > {{ data_merchants.category }}< / h4 >
< ul >
{% for data_merchant in data_merchants.merchants %}
< li > < a href = "{{ data_merchant.url }}" > {{ data_merchant.name }}< / a > < / li >
{% endfor %}
< / ul >
< hr >
< / div >
{% endfor %}
2015-02-20 09:55:53 +00:00
< / div >
2015-05-30 07:43:42 +00:00
All of the merchants are organised alphabetically. If there are any merchants that no longer provide Monero services, or a merchant that wishes to be added, please [open an issue on this website's Github repository ](https://github.com/monero-project/monero-site/issues ) to alert us.