Footer

<footer class="stage-footer">
    <div class="grid-x grid-padding-x">
        <div class="cell medium-6">
            <a href="#" class="stage-footer__logo">
                <amp-img src="/img/brand/logo--color.svg" class="stage-footer__logo" alt="" height="35" width="auto" layout="fixed-height"></amp-img>
            </a>
        </div>
        <div class="cell medium-6">
            <h4 class="stage-footer__title heading03">Get inspired</h4>
            <ul class="stage-footer__nav">
                <li>
                    <a href="#" class="spacer-sm">Email us</a>
                </li>
                <li>
                    <a href="#" class="spacer-sm">Request a brochure</a>
                </li>
                <li>
                    <a href="#" class="spacer-sm">Ireland Travel Magazine</a>
                </li>
                <li>
                    <a href="#" class="spacer-sm">Community</a>
                </li>
            </ul>
        </div>
    </div>
</footer>
<footer class="stage-footer">
    <div class="grid-x grid-padding-x">
        <div class="cell medium-6">
            <a href="#" class="stage-footer__logo">
                <amp-img src="{{logo.image}}" class="stage-footer__logo" alt="{{logo.name}}" height="35" width="auto" layout="fixed-height"></amp-img>
            </a>
        </div>
        <div class="cell medium-6">
            <h4 class="stage-footer__title heading03">{{navigation.title}}</h4>
            <ul class="stage-footer__nav">
                {{#each navigation.links}}
                <li>
                    <a href="{{url}}" class="spacer-sm">{{text}}</a>
                </li>
                {{/each}}
            </ul>
        </div>
    </div>
</footer>
{
  "logo": {
    "image": "/img/brand/logo--color.svg",
    "title": "Tourism Ireland"
  },
  "navigation": {
    "title": "Get inspired",
    "links": [
      {
        "text": "Email us",
        "url": "#"
      },
      {
        "text": "Request a brochure",
        "url": "#"
      },
      {
        "text": "Ireland Travel Magazine",
        "url": "#"
      },
      {
        "text": "Community",
        "url": "#"
      }
    ]
  }
}

There are no notes for this item.