diff --git a/_i18n/en.yml b/_i18n/en.yml index 954123c..ac1f599 100644 --- a/_i18n/en.yml +++ b/_i18n/en.yml @@ -120,6 +120,16 @@ pages: need-link: https://www.dash.org/forum need-input: Enter Your Email Address + merchants: + title: Merchants + description: Spend Dash at these merchants and services + hero-image: participate.jpg + hero-heading: Spend your Dash + hero-text: Spend your Dash instantly and securely at these merchants and services + hero-map-btn: Merchants Map + hero-integrate-btn: Integrate Dash + hero-getlisted-btn: Get Listed + participate: title: Join the Dash Network description: Join the Dash Network @@ -214,13 +224,15 @@ pages: description: The Digital Cash Blog team: - title: Team - description: The Dash Team - + title: Team + description: The Dash Team + core-heading: Core-Team Board + core-text: Dash's core team is a group funded by the Dash Network to develop Dash. nav: what-is-dash: What is Dash get-dash: Get Dash + merchants: Merchants download: Download Wallet buy: Buy Dash shop: Shop with Dash diff --git a/_includes/member-list.html b/_includes/member-list.html new file mode 100644 index 0000000..8aabfc9 --- /dev/null +++ b/_includes/member-list.html @@ -0,0 +1,31 @@ +
  • + +
    + {% if member.image %} +
    + {{ member.name }} +
    + {% else %} +
    + {{ member.name }} +
    + {% endif %} +
    + +
    {{ member.name }}
    +
    {{ member.title }}
    +
    {{ member.description }}
    + + {% if member.email %} +
    {{ member.email }}
    + {% endif %} + + {% if member.pgp %} +
    PGP Key
    + {% endif %} + + {% if member.twitter %} +
    {{ member.twitter }}
    + {% endif %} + +
  • diff --git a/team/index.html b/team/index.html index 9a7a646..a6edeb8 100644 --- a/team/index.html +++ b/team/index.html @@ -9,44 +9,30 @@ description: pages.team.description
    -
    +
    +
    +

    {% t pages.team.core-heading %}

    + + {% tmd pages.team.core-text %} +
      {% for member in site.data.team %} -
    • - -
      - {% if member.image %} -
      - {{ member.name }} -
      - {% else %} -
      - {{ member.name }} -
      - {% endif %} -
      - -
      {{ member.name }}
      -
      {{ member.title }}
      -
      {{ member.description }}
      - - {% if member.email %} - - {% endif %} - - {% if member.pgp %} - - {% endif %} - - {% if member.twitter %} - - {% endif %} - -
    • + {% include member-list.html %} {% endfor %}
    -
    + +
    +
    +

    {% t pages.community.social-heading %}

    +
    +
      + {% for member in site.data.team %} + {% include member-list.html %} + {% endfor %} +
    +
    +