-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathfooter.php
More file actions
59 lines (52 loc) · 3.77 KB
/
footer.php
File metadata and controls
59 lines (52 loc) · 3.77 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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
<footer>
<div class="container-fluid secao3">
<div class="chamada">
<p class=" text-white frase-final">Entre em contato conosco <br> para obter o melhor atendimento possível!</p>
<p class="text-center mt-5"><a href="<?php echo get_home_url(); ?>/contato" class="btn-servicos text-center">Entre em contato</a></p>
</div>
</div>
<div class="container-fluid fluido">
<div class="container">
<div class="row">
<div class="col-12 col-md-6 col-xl-3 mt-4 mb-5 text-white">
<img src="<?php echo get_template_directory_uri(); ?>/assets/icons/logo2.svg" width="100%" alt="">
<p class="time ms-4 text-center text-md-start text-xl-start">Time pequeno fazendo <br> história grande.</p>
<p class="ano mt-2 ms-4 text-center text-md-start text-xl-start">© FASJUS EJ 2019-2022.</p>
<p class=" mt-2 ms-4 text-center text-md-start text-xl-start">Todos os direitos reservados.</p>
</div>
<div class="col-12 col-md-6 col-xl-3 mt-5 text-white text-start ps-5">
<p class="mt-3 titulo">Sessões</p>
<hr class="linha">
<div class="d-flex flex-column justify-content-between">
<p class="mt-3"><a href="<?php echo get_home_url(); ?>" class="links">Home</a></p>
<p class=""><a href="<?php echo get_home_url(); ?>/sobre" class="links">Quem somos</a></p>
<p ><a href="<?php echo get_home_url(); ?>/servicos" class="links">Serviços</a></p>
<p ><a href="<?php echo get_home_url(); ?>/category/geral/" class="links">Blog</a></p>
<p ><a href="<?php echo get_home_url(); ?>/contato" class="links">Contato</a></p>
</div>
</div>
<div class="col-12 col-md-6 col-xl-3 mt-5 text-white ps-5">
<p class="mt-3 titulo">Contatos</p>
<hr class="linha">
<div class="d-flex flex-column justify-content-between">
<p class="mt-3 informes"><img src="<?php echo get_template_directory_uri(); ?>/assets/icons/local.svg" width="10px" class="me-2" alt="">Ave. Heráclito Graça, 826 Centro,
Fortaleza - CE</p>
<p class="mt-1 informes"><img src="<?php echo get_template_directory_uri(); ?>/assets/icons/email.svg" width="15px" class="me-2" alt="">fasus@gmail.com</p>
<p class="mt-1 informes"><img src="<?php echo get_template_directory_uri(); ?>/assets/icons/tel.svg" width="15px" class="me-2" alt="">(88) 988888887</p>
</div>
</div>
<div class="col-12 col-md-6 col-xl-3 mt-5 mb-5 text-white ps-5">
<p class="mt-3 titulo">Redes sociais</p>
<hr class="linha">
<div class="d-flex flex-column justify-content-between">
<p class="mt-3 informes" ><img src="<?php echo get_template_directory_uri(); ?>/assets/icons/icon-insta.svg" width="15px" class="me-2" alt="">@fasjus.ej</p>
<p class="mt-1 informes" ><img src="<?php echo get_template_directory_uri(); ?>/assets/icons/icon-linkedin.svg" width="15px" class="me-2" alt="">@FasJus - Escritorio de advocacia</p>
</div>
</div>
</div>
</div>
</div>
</footer>
<?php wp_footer(); ?>
</body>
</html>