2020-12-29 21:40:17 +01:00
|
|
|
<navbar class="navbar site-header pt-2 pb-2 pl-0 pr-0 p-sm-0 sticky-top">
|
2019-08-13 15:16:48 +02:00
|
|
|
|
2020-12-29 21:40:17 +01:00
|
|
|
<div class="container">
|
2019-08-13 15:16:48 +02:00
|
|
|
|
2021-06-15 14:01:04 +02:00
|
|
|
<a class="site-title" href="{{ site.baseurl }}/">
|
2021-08-23 12:20:16 +02:00
|
|
|
{%- capture alt_logo_extended_dark %}
|
|
|
|
{%- t meta.alt.logo_extended_dark %}
|
|
|
|
{%- endcapture %}
|
2021-12-15 14:11:20 +01:00
|
|
|
{% asset logo-extended.webp @magick:double height='30' alt="{{ alt_logo_extended_dark }}" %}
|
2020-12-29 21:40:17 +01:00
|
|
|
</a>
|
2019-08-13 15:16:48 +02:00
|
|
|
|
2020-12-29 21:40:17 +01:00
|
|
|
<nav class="my-2 d-none d-lg-block">
|
2021-12-15 14:11:20 +01:00
|
|
|
<a class="p-2 text-white" href="{% link _pages/about-us.html %}">{% t buttons.about_us %}</a>
|
|
|
|
<a class="p-2 text-white" href="{% link _pages/services-and-products.html %}">{% t
|
2021-08-23 12:20:16 +02:00
|
|
|
buttons.services_and_products %}</a>
|
2021-12-15 14:11:20 +01:00
|
|
|
<a class="btn btn-primary ml-4 text-white" href="{% link _pages/contacts.html %}">{% t buttons.contactsus %}</a>
|
2020-12-29 21:40:17 +01:00
|
|
|
</nav>
|
2020-02-20 15:11:05 +01:00
|
|
|
|
2021-02-02 21:24:42 +01:00
|
|
|
<a class="d-block d-lg-none" href="javascript:openNav();">
|
2021-08-20 16:48:07 +02:00
|
|
|
<i class="fa-menu"></i>
|
2021-02-02 21:24:42 +01:00
|
|
|
</a>
|
|
|
|
|
2020-12-29 21:40:17 +01:00
|
|
|
</div>
|
2019-08-13 15:16:48 +02:00
|
|
|
|
2020-12-29 21:40:17 +01:00
|
|
|
</navbar>
|