xxxxxxxxxx
1
<div class="container my-5">
2
3
4
<!--Section: Content-->
5
<section class="team-section text-center dark-grey-text">
6
7
<!-- Section heading -->
8
<h3 class="font-weight-bold pb-2 mb-4">Our amazing team</h3>
9
<!-- Section description -->
10
<p class="text-muted w-responsive mx-auto mb-5">Lorem ipsum dolor sit amet, consectetur adipisicing elit.
11
Fugit, error amet numquam iure provident voluptate esse quasi, veritatis totam voluptas nostrum quisquam
12
eum porro a pariatur veniam.</p>
13
14
<!-- Grid row -->
15
<div class="row text-center">
16
17
<!-- Grid column -->
18
<div class="col-md-4 mb-4">
19
<div class="avatar mx-auto">
20
<img src="https://mdbootstrap.com/img/Photos/Avatars/img%20(10).jpg" class="rounded z-depth-1-half" alt="Sample avatar">
21
</div>
22
<h4 class="font-weight-bold dark-grey-text my-4">Maria Kate</h4>
23
<h6 class="text-uppercase grey-text mb-3"><strong>Photographer</strong></h6>
24
<!-- Facebook-->
25
<a type="button" class="btn-floating btn-sm mx-1 mb-0 btn-fb">
26
<i class="fab fa-facebook-f"></i>
27
</a>
28
<!--Dribbble -->
29
<a type="button" class="btn-floating btn-sm mx-1 mb-0 btn-dribbble">
30
<i class="fab fa-dribbble"></i>
31
</a>
32
<!-- Twitter -->
33
<a type="button" class="btn-floating btn-sm mx-1 mb-0 btn-tw">
34
<i class="fab fa-twitter"></i>
35
</a>
36
</div>
37
<!-- Grid column -->
38
39
<!-- Grid column -->
40
<div class="col-md-4 mb-4">
41
<div class="avatar mx-auto">
42
<img src="https://mdbootstrap.com/img/Photos/Avatars/img%20(27).jpg" class="rounded z-depth-1-half" alt="Sample avatar">
43
</div>
44
<h4 class="font-weight-bold dark-grey-text my-4">John Doe</h4>
45
<h6 class="text-uppercase grey-text mb-3"><strong>Front-end Developer</strong></h6>
46
<!--Email-->
47
<a type="button" class="btn-floating btn-sm mx-1 mb-0 btn-email">
48
<i class="fas fa-envelope"></i>
49
</a>
50
<!-- Facebook-->
51
<a type="button" class="btn-floating btn-sm mx-1 mb-0 btn-fb">
52
<i class="fab fa-facebook-f"></i>
53
</a>
54
<!-- GitHub-->
55
<a type="button" class="btn-floating btn-sm mx-1 mb-0 btn-git">
56
<i class="fab fa-github"></i>
57
</a>
58
</div>
59
<!-- Grid column -->
60
61
<!-- Grid column -->
62
<div class="col-md-4 mb-4">
63
<div class="avatar mx-auto">
64
<img src="https://mdbootstrap.com/img/Photos/Avatars/img%20(31).jpg" class="rounded z-depth-1-half" alt="Sample avatar">
65
</div>
66
<h4 class="font-weight-bold dark-grey-text my-4">Sarah Melyah</h4>
67
<h6 class="text-uppercase grey-text mb-3"><strong>Web Developer</strong></h6>
68
<!--Linkedin -->
69
<a type="button" class="btn-floating btn-sm mx-1 mb-0 btn-li">
70
<i class="fab fa-linkedin-in "></i>
71
</a>
72
<!-- Twitter -->
73
<a type="button" class="btn-floating btn-sm mx-1 mb-0 btn-tw">
74
<i class="fab fa-twitter "></i>
75
</a>
76
<!--Pinterest -->
77
<a type="button" class="btn-floating btn-sm mx-1 mb-0 btn-pin">
78
<i class="fab fa-pinterest "></i>
79
</a>
80
</div>
81
<!-- Grid column -->
82
83
</div>
84
<!-- Grid row -->
85
86
</section>
87
<!--Section: Content-->
88
89
90
</div>
1
1
1
1
Console errors: 0