-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfooter.php
More file actions
26 lines (24 loc) · 1.28 KB
/
footer.php
File metadata and controls
26 lines (24 loc) · 1.28 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<footer>
<section class="flex center">
<div class="logo">
<img src="img/general/footer/logo.png" alt="logo da anthos" srcset="">
<h2>anthos</h2>
<h6>acústica</h6>
</div>
<div class="redesSociais">
<h4>REDES SOCIAIS DA ANTHOS</h4>
<section class="flex center">
<a href="https://www.instagram.com/anthos.condominial/" target="_blank"><img src="" alt="logo do instagram" class="instagram"></a>
<a href="https://api.whatsapp.com/send?phone=5521992215465" target="_blank"><img src="" alt="logo do whatsapp" class="whatsapp"></a>
</section>
</div>
<ul>
<li><a href="https://anthosacustica.com.br/#home">HOME</a></li>
<li><a href="https://anthosacustica.com.br/#services">SERVIÇOS</a></li>
<li><a href="https://anthosacustica.com.br/#contact">CONTATO</a></li>
<li><a href="https://anthosacustica.com.br/#aboutUs">SOBRE</a></li>
</ul>
</section>
<!-- <span class="linha LesquerdaBot"></span> -->
<!-- <span class="linha LdireitaBot"></span> -->
</footer>