Copy environment

Person

Without Image

<div class="person">
    <div class="person__info-container">
        <h4 class="person__name">Kristel Kopelman</h4>
        <p class="person__position">Büroojuht</p>
        <a class="person__phone" href="#">+372 334 2700</a>
        <div class="person__link-container">
            <a href="#" class="button button--read button--small ">
                    <span class="button__text">kantselei@vkg.ee</span>
                    </a>
        </div>
        <div class="person__link-container">
            <a href="#" class="button button--read button--small ">
                    <span class="button__text">Infopäringu vorm</span>
                            <span class="button__icon-container">
                <svg class="icon  button__icon">
    <use xlink:href="../../inc/svg/global.48b54b5802220943f9ae21d3bf31136a.svg#arrow"></use>
</svg>
            </span>
            </a>
        </div>
    </div>
</div>
{
  "language": "en-US",
  "data": {
    "picture": null,
    "name": "Kristel Kopelman",
    "positions": [
      "Büroojuht"
    ],
    "phones": [
      {
        "text": "+372 334 2700",
        "ref": "#"
      }
    ],
    "links": [
      {
        "ref": "#",
        "text": "kantselei@vkg.ee"
      },
      {
        "ref": "#",
        "text": "Infopäringu vorm",
        "icon": "arrow"
      }
    ]
  }
}