gruene-seele/resources/views/web/layouts/includes/layout-header.blade.php
2021-11-26 18:23:10 +01:00

31 lines
No EOL
1.5 KiB
PHP
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<nav class="landing-navbar navbar1 pt-md-4">
<div class="container px-3 pt-4">
<div class="row">
<div class="col-lg-4 col-md-6 text-left d-none d-md-block ">
<div class="contact-box box-min-width">
<div class="contact-phone-box">
<div class="contact-phone-icon">
<i class="fa fa-phone-volume"></i>
</div>
<div class="contact-phone-text">
<div class="contact-phone-title"> Sag hallo ... </div>
<a href="tel:+49(0)22031869014" class="contact-phone-link">+49 (0) 2203 186 90 14</a>
</div>
</div>
<div class="contact-day-email">
MoSa 919 Uhr | <a href="mailto:service@gruene-seele.bio">service@gruene-seele.bio</a>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 text-center text-md-right text-lg-center">
<img src="https://www.gruene-seele.bio/wp-content/uploads/2019/10/gruene-seele-logo_beige.jpg" class="img-brand" alt="Grüne Seele Logo">
</div>
<div class="col-lg-4 col-md-12">
<div class="navbar-nav text-center text-lg-right ml-auto mt-3">
<a class="anchor-link nav-item nav-link" href="https://www.gruene-seele.bio/vertriebspartner/" target="_blank">Vertriebspartner werden</a>
</div>
</div>
</div>
</nav>