"contact & google maps"
Bootstrap 3.0.0 Snippet by ali27001

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
<link href="//netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css">
<script src="//netdna.bootstrapcdn.com/bootstrap/3.0.0/js/bootstrap.min.js"></script>
<script src="//code.jquery.com/jquery-1.11.1.min.js"></script>
<!------ Include the above in your HEAD tag ---------->
<footer class="footer-area" id="iletisim">
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="p-header">
<h2>iletisim</h2>
</div>
</div>
</div>
<div class="row">
<div class="col-md-6">
<div class="footer-left">
<h2><i class="fa fa-user" aria-hidden="true"></i> Ali Bulut</h2>
<h5><i class="fa fa-phone" aria-hidden="true"></i> 0555 55 55 55 </h5>
<adress>
<p><i class="fa fa-map-marker" aria-hidden="true"></i> Eşrefzade mahallesi, topkapı dışı kuzgun sokak, Bulut inşaat, Mermer, Merdiven.</p>
</adress>
<ul>
<li> <a href="#"><i class="fa fa-facebook" aria-hidden="true"></i></a></li>
<li> <a href="#"><i class="fa fa-twitter" aria-hidden="true"></i></a></li>
<li> <a href="#"><i class="fa fa-google-plus" aria-hidden="true"></i></a></li>
</ul>
</div>
</div>
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
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
.footer-area{
background-image: url('https://macinteract.com/wp-content/uploads/2016/02/footer-background.jpg') ;
overflow: hidden;
padding-top: 55px;
padding-bottom: 105px;
}
.footer-area .p-header h2{
color:#fff;
padding-bottom: 30px;
}
.footer-left h2{
color: #fff;
font-size: 25px;
font-weight: 400;
padding-bottom: 10px;
margin-top: 15px;
font-family: 'Roboto', sans-serif;
}
.footer-left h5{
color:#fff2f2;
font-size: 20px;
font-weight: 400;
padding-bottom:10px;
}
.footer-left adress p{
color:#fff2f2;
font-size: 15px;
font-weight: 300;
padding-bottom:10px;
font-style: italic;
}
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Related: See More


Questions / Comments: