epfl-theme-elements
Version:
EPFL Web 2018 Styleguide based on elements
13 lines (12 loc) • 321 B
HTML
<div class="drawer mr-3 mr-xl-0">
<button class="drawer-toggle" aria-hidden="true">
<svg class="icon" aria-hidden="true">
<use xlink:href="#icon-chevron-right"></use>
</svg>
</button>
<a href="//www.epfl.ch" class="drawer-link">
<span class="text">
Go to main site
</span>
</a>
</div>