48 lines
2.3 KiB
PHP
48 lines
2.3 KiB
PHP
|
<section id="topbar" class="fixed-top d-flex" style="background-color:{{$_cor2}}; color:{{$_cortxt4}};">
|
||
|
<div class="container d-flex justify-content-center justify-content-md-between">
|
||
|
<div class="contact-info d-flex align-items-center">
|
||
|
|
||
|
<i class="bi bi-phone d-flex align-items-center">
|
||
|
<a target="_blank" href="https://api.whatsapp.com/send?phone=55{{$_telefone}}&text={{$_whats}}" style="color:{{$_cortxt4}}">
|
||
|
<small>{{$_telefone}}</small>
|
||
|
</a>
|
||
|
</i>
|
||
|
|
||
|
@if($_telefone_2 != '')
|
||
|
<i class="bi bi-phone d-flex align-items-center ms-4">
|
||
|
<a href="tel:+55{{$_telefone_2}}" style="color:{{$_cortxt4}};">
|
||
|
<small>{{$_telefone_2}}</small>
|
||
|
</a>
|
||
|
</i>
|
||
|
@endif
|
||
|
|
||
|
@if($_telefone_3 != '')
|
||
|
<i class="bi bi-phone d-flex align-items-center ms-4">
|
||
|
<a href="tel:{{$_telefone_3}}" style="color:{{$_cortxt4}};">
|
||
|
<small>{{$_telefone_3}}</small>
|
||
|
</a>
|
||
|
</i>
|
||
|
@endif
|
||
|
|
||
|
<i class="d-none bi bi-envelope d-md-flex align-items-center ms-4">
|
||
|
<a href="mailto:{{$_email;}}" style="color:{{$_cortxt4;}};">
|
||
|
<small>{{$_email}}</small>
|
||
|
</a>
|
||
|
</i>
|
||
|
</div>
|
||
|
<div class="social-links d-none d-md-flex align-items-center" style="gap: 1rem;">
|
||
|
@if($_facebook != '')
|
||
|
<a target="_blanc" href="{{$_facebook}}" class="facebook p-0 border-0" style="color:{{$_cortxt4}};"><i class="bi bi-facebook"></i></a>
|
||
|
@endif
|
||
|
@if($_instagram != '')
|
||
|
<a target="_blanc" href="{{$_instagram}}" class="instagram p-0 border-0" style="color:{{$_cortxt4}};"><i class="bi bi-instagram"></i></a>
|
||
|
@endif
|
||
|
@if($_twitter != '')
|
||
|
<a target="_blanc" href="{{$_twitter}}" class="twitter p-0 border-0" style="color:{{$_cortxt4}};"><i class="bi bi-twitter"></i></a>
|
||
|
@endif
|
||
|
@if($_linkedin != '')
|
||
|
<a target="_blanc" href="{{$_linkedin}}" class="linkedin p-0 border-0" style="color:{{$_cortxt4}};"><i class="bi bi-linkedin"></i></i></a>
|
||
|
@endif
|
||
|
</div>
|
||
|
</div>
|
||
|
</section>
|