27 lines
1.6 KiB
PHP
27 lines
1.6 KiB
PHP
<footer class="navbar navbar-expand-lg footer-new-style">
|
||
<div class="logoPart">
|
||
<img src="{{ asset('dist/images/new-design/instagramLogo.svg') }}" style="width: 20px;" />
|
||
<img src="{{ asset('dist/images/new-design/watsappLogo.svg') }}" style="width: 20px;" />
|
||
<img src="{{ asset('dist/images/new-design/microLine.svg') }}" />
|
||
<a href="/ContactUs" target="_blank" style="color:black"><span>تماس با ما</span></a>
|
||
<img src="{{ asset('dist/images/new-design/microLine.svg') }}" />
|
||
</div>
|
||
<div class="collapse navbar-collapse justify-content-center date">
|
||
<span id="dayname" style="font-size:14px"></span>
|
||
<span style="width:2px"> </span>
|
||
<span id="showday" style="font-size:14px"></span>
|
||
<span style="width:2px"> </span>
|
||
<span id="showmonth" style="font-size:14px"></span>
|
||
<span style="width:2px"> </span>
|
||
<span id="showyear" style="font-size:14px"></span>
|
||
|
||
</div>
|
||
<div class="contactUsPart">
|
||
<a href="https://witel.ir"><img src="{{ asset('dist/images/new-design/witelLogo.svg') }}" /></a>
|
||
<span>پشتیبانی از ساعت</span>
|
||
<span class="time">9-15 <span class="lunchtext">(تایم ناهار 12:30 تا 13:00)</span></span>
|
||
<span data-tooltip="همه روزه به جز ایام تعطیل و جمعه ها " data-tooltip-position="top">021-41756100</span>
|
||
<img src="{{ asset('dist/images/new-design/phone.svg') }}" alt="" />
|
||
</div>
|
||
</footer>
|