Created
July 27, 2020 15:31
-
-
Save efthemiosprime/641dc9fab463ef3923789152c97e2c5f to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<header class="cmp-header"> | |
<div class="gmg-section-wrapper gmg-row gmg-gutter"> | |
<div class="gmg-header-logo gmg-col gmg-col-2"> | |
<a href="${properties.logoURL}.html"> | |
<img src="${properties.fileReference @context = 'html'}" alt="gMG CYCLE" /> | |
</a> | |
</div> | |
<nav class="gmg-menu-container gmg-col gmg-col-14" > | |
<sly data-sly-list.resources="${resource.children}"> | |
<sly data-sly-test="${resources.name == 'items'}"> | |
<ul class="gmg-menu gmg-row -end" role="navigation" aria-label="Main" data-sly-list="${resources.children}"> | |
<li> | |
<a id="${item.linkId}" href="${item.linkUrl}.html"> | |
${item.linkText}</a> | |
</li> | |
</ul> | |
</sly> | |
</sly> | |
<div class="gmg-toggle-menu gmg-row end"> | |
<img class="gmg-hamburger-btn" src="/content/dam/gmgcycle/site/hamburger_icon.svg" alt="hamburger button" /> | |
<img class="gmg-close-btn" src="/content/dam/gmgcycle/site/close_icon.svg" alt="close button" /> | |
</div> | |
</nav> | |
</div> | |
</header> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment