-
Notifications
You must be signed in to change notification settings - Fork 0
/
contacto.php
32 lines (28 loc) · 1.56 KB
/
contacto.php
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
<div id="wrapper">
<section class="section gb nopadtop">
<div class="container">
<div class="boxed boxedp4" id="contacto">
<div class="row contactv2 text-center" style=" position: relative !important;
justify-content: space-evenly !important;
align-content: center !important;
display: flex !important;">
<div class="col-md-4" style="position:relative">
<div class="small-box">
<i class="flaticon-email wow fadeIn"></i>
<h4>Entre em Contato</h4>
<small>Telefone: +55 (92) 4002-8922</small>
<p><a href="mail:to">info@projetosolenide.com</a></p>
</div><!-- end small-box -->
</div><!-- end col -->
<div class="col-md-4" style="position:relative">
<div class="small-box">
<i class="flaticon-share wow fadeIn"></i>
<h4>Redes Sociais</h4>
<p><a href="">@projeto.solenoide</a></p>
<p><a href="">facebook.com/projetoSolenoide</a></p>
</div><!-- end small-box -->
</div><!-- end col -->
</div><!-- end contactv2 -->
</div><!-- end container -->
</div>
</section>