website/_includes/sidebar.html

9 lines
477 B
HTML
Raw Normal View History

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