website/_includes/sidebar.html

9 lines
561 B
HTML

<div id="mySidenav" class="sidenav">
<a href="javascript:void(0)" class="closebtn" onclick="closeNav()">&times;</a>
<a class="btn-outline-primary" href="{% link _pages/about-us.html %}">{% t buttons.about_us %}</a>
<a class="btn-outline-primary" href="{% link _pages/services-and-products.html %}">{% t
buttons.services_and_products %}</a>
<a class="btn-outline-primary" href="{% link _pages/projects.html %}">{% t buttons.projects %}</a>
<a class="btn-outline-primary" href="{% link _pages/contacts.html %}">{% t buttons.contactsus %}</a>
</div>