Skip to content

Instantly share code, notes, and snippets.

@digicase
Created June 9, 2020 06:56
Show Gist options
  • Save digicase/dbe76c29044f66f74649a5236bf37f88 to your computer and use it in GitHub Desktop.
Save digicase/dbe76c29044f66f74649a5236bf37f88 to your computer and use it in GitHub Desktop.
HTML snippet for main menu (hamburger menu) lists of links, used in flat blocks. Copy and paste into the source code editor for the content field. Use the < > Source code button to open the source code editor.
<ul class="main-menu__list">
<li class="main_menu__list-item"><a class="main_menu__link" href="https://events.eco-business.com/#utm_source=eb&amp;utm_medium=nav&amp;utm_campaign=ebevents" target="_blank" rel="noopener">View all EB Events</a></li>
<li class="main_menu__list-item"><a class="main_menu__link" href="https://events.eco-business.com/events/decarbonisation-what-are-the-common-pitfalls" target="_blank" rel="noopener">Decarbonisation: What are the common pitfalls?</a></li>
<li class="main_menu__list-item"><a class="main_menu__link" href="https://events.eco-business.com/events/the-liveability-challenge-2020-grand-finale" target="_blank" rel="noopener">The Liveability Challenge Grand Finale 2020</a></li>
<li class="main_menu__list-item"><a class="main_menu__link" href="https://events.eco-business.com/events/unlocking-capital-for-sustainability-2020" target="_blank" rel="noopener">Unlocking Capital for Sustainability 2020</a></li>
</ul>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment