2017-07-04 06:00:32 +00:00
---
layout: custom
2017-12-19 21:14:59 +00:00
title: titles.merchants
2017-11-27 20:31:39 +00:00
permalink: /community/merchants/index.html
2017-07-04 06:00:32 +00:00
---
2018-07-05 15:04:14 +00:00
{% t global.lang_tag %}
2018-05-26 22:32:58 +00:00
< div class = "text-center container description" >
2018-10-22 21:49:31 +00:00
< p > {% t merchants.intro1 %}< a href = "https://repo.getmonero.org/monero-project/monero-site/issues" > {% t merchants.intro2 %}< / a > < / p >
2018-05-26 22:32:58 +00:00
< / div >
< div class = "merchants" >
{% for toplevel in site.data.merchants %}
< div class = "container full" id = "{{toplevel.id}}" >
< div class = "info-block" >
< h2 > {{toplevel.category}}< / h2 >
< div class = "row" >
{% assign sortedMerchants = toplevel.merchants | sort: 'name' %}
{% for merchants in sortedMerchants %}
< div class = "col-md-4 col-sm-6 col-xs-12" >
< a href = "{{merchants.url}}" > {{merchants.name}}< / a >
< / div >
{% endfor %}
< / div >
< / div >
< / div >
{%endfor%}
< / div >
< div class = "text-center container description" >
< p >
< em > {% t merchants.disclaimer %}< / em >
< / p >
< / div >
< div class = "untranslated {% t merchants.translated %}" >
2018-10-22 21:49:31 +00:00
< p > {% t global.untranslated %} < a class = "untranslated-link" href = "https://repo.getmonero.org/monero-project/monero-site/blob/master/README.md#140-how-to-translate-a-page" > README< / a > .< / p >
2018-05-26 22:32:58 +00:00
< / div >