xxxxxxxxxx
1
<div class="container my-5 py-5 z-depth-1">
2
3
4
<!--Section: Content-->
5
<section class="px-md-5 mx-md-5 text-center text-lg-left dark-grey-text">
6
7
8
<!--Grid row-->
9
<div class="row d-flex justify-content-center mb-4">
10
11
<!--Grid column-->
12
<div class="col-md-6 text-center">
13
14
<p class="font-weight-bold">contact@mycompany.com</p>
15
16
<p>Lorem ipsum dolor sit, amet consectetur adipisicing elit. Ut esse placeat odit dolor excepturi.</p>
17
18
<!--Facebook-->
19
<a href="#" class="mx-1" role="button"><i class="fab fa-facebook-f"></i></a>
20
<a href="#" class="mx-1" role="button"><i class="fab fa-twitter"></i></a>
21
<a href="#" class="mx-1" role="button"><i class="fab fa-linkedin-in"></i></a>
22
<a href="#" class="mx-1" role="button"><i class="fab fa-instagram"></i></a>
23
<a href="#" class="mx-1" role="button"><i class="fab fa-pinterest"></i></a>
24
<a href="#" class="mx-1" role="button"><i class="fab fa-youtube"></i></a>
25
<a href="#" class="mx-1" role="button"><i class="fab fa-github"></i></a>
26
<a href="#" class="mx-1" role="button"><i class="fab fa-stack-overflow"></i></a>
27
28
29
</div>
30
<!--Grid column-->
31
32
</div>
33
<!--Grid row-->
34
35
36
</section>
37
<!--Section: Content-->
38
39
40
</div>
1
1
1
1
Console errors: 0