Skip to content

Instantly share code, notes, and snippets.

View digicase's full-sized avatar

Arthur Case digicase

  • Studio Automatique
View GitHub Profile
@digicase
digicase / tracked-external-link.html
Created March 17, 2015 03:21
Eco-Business Google Analytics tracking story external link
@digicase
digicase / main_menu.eb_events.html
Created June 9, 2020 06:56
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>