<div class="link-box link-box--network">
    <h2 class="link-box__label" id="">

    </h2>
    <ul class="link-box__links">
        <li class="link-box__link-container">
            <a href="https://www.facebook.com/sharer/sharer.php?u=#" class="link-box__link" onClick="window.open(this.href,'targetWindow','toolbar=no,location=0,status=no,menubar=no,scrollbars=yes,resizable=yes,width=600,height=250'); return false;">
                    Facebook
                    <div class="link-box__link-icon">
                        <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24">
    <path fill="#E84A27" fill-rule="evenodd" d="M12 0c6.627 0 12 5.373 12 12s-5.373 12-12 12S0 18.627 0 12 5.373 0 12 0zm3.984 4h-2.367c-2.758 0-3.782 1.258-3.842 3.385l-.002.202v1.655H8V12h1.773V20h3.546v-8.001h2.367L16 9.242h-2.68l.004-1.38c0-.681.066-1.063 1.014-1.1l.166-.004h1.48V4z"/>
</svg>
                    </div>
                </a>
        </li>
        <li class="link-box__link-container">
            <a href="https://twitter.com/intent/tweet?text=#" class="link-box__link" onClick="window.open(this.href,'targetWindow','toolbar=no,location=0,status=no,menubar=no,scrollbars=yes,resizable=yes,width=600,height=250'); return false;">
                    Twitter
                    <div class="link-box__link-icon">
                        <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24">
    <path fill="#E84A27" fill-rule="evenodd" d="M12 0c6.627 0 12 5.373 12 12s-5.373 12-12 12S0 18.627 0 12 5.373 0 12 0zm3.385 6c-1.7 0-3.076 1.47-3.076 3.281 0 .258.025.508.078.748C9.83 9.892 7.563 8.587 6.044 6.6a3.442 3.442 0 0 0-.416 1.65c0 1.138.543 2.143 1.369 2.733a2.943 2.943 0 0 1-1.395-.41v.04c0 1.59 1.06 2.917 2.47 3.217-.259.077-.53.116-.812.116-.198 0-.392-.02-.578-.058.39 1.303 1.527 2.253 2.874 2.278A5.935 5.935 0 0 1 5 17.526 8.327 8.327 0 0 0 9.717 19c5.662 0 8.755-5 8.755-9.337 0-.143-.001-.285-.007-.425A6.479 6.479 0 0 0 20 7.538a5.85 5.85 0 0 1-1.767.517 3.254 3.254 0 0 0 1.352-1.815 5.93 5.93 0 0 1-1.954.797A2.982 2.982 0 0 0 15.385 6z"/>
</svg>
                    </div>
                </a>
        </li>
        <li class="link-box__link-container">
            <a href="#" class="link-box__link">
                    Link
                    <div class="link-box__link-icon">
                        <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24">
    <path fill="#E84A27" fill-rule="evenodd" d="M14.682 10.66a.948.948 0 0 1-1.258 1.414L13.34 12l-.67-.67a4.74 4.74 0 0 0-6.556-.143l-.149.143-2.681 2.681a4.74 4.74 0 0 0 6.555 6.847l.149-.143 3.352-3.352a.948.948 0 0 1 1.414 1.258l-.073.083-3.352 3.352a6.637 6.637 0 0 1-9.545-9.222l.159-.164L4.625 9.99a6.637 6.637 0 0 1 9.222-.159l.164.159.67.67zm7.374-8.716a6.637 6.637 0 0 1 .159 9.222l-.159.164-2.681 2.681a6.637 6.637 0 0 1-9.222.159l-.164-.159-.67-.67a.948.948 0 0 1 1.257-1.415l.083.074.67.67a4.74 4.74 0 0 0 6.556.143l.149-.143 2.681-2.681a4.74 4.74 0 0 0-6.555-6.847l-.149.143-3.352 3.352a.948.948 0 0 1-1.414-1.258l.073-.083 3.352-3.352a6.637 6.637 0 0 1 9.386 0z"/>
</svg>
                    </div>
                </a>
        </li>
    </ul>
</div>
{% include 'partials/link-box/link-box.twig' with {
    label: label,
    links: [
        {
            text: 'Facebook',
            url: 'https://www.facebook.com/sharer/sharer.php?u=' ~ post.permalink,
            type: 'facebook',
            dialog: true
        },
        {
            text: 'Twitter',
            url: 'https://twitter.com/intent/tweet?text=' ~ post.permalink,
            type: 'twitter',
            dialog: true
        },
        {
            text: 'Link',
            url: post.permalink,
            type: 'url'
        },
    ],
    background: background
} %}
{
  "siteUnit": "network",
  "departmentName": "Network",
  "background": "light",
  "post": {
    "permalink": "#"
  }
}

There are no notes for this item.