xxxxxxxxxx
1
<div class="container my-5 p-5 z-depth-1">
2
3
4
<!--Section: Content-->
5
<section class="text-center dark-grey-text">
6
7
<h6 class="font-weight-bold text-center grey-text text-uppercase small mb-4">Team</h6>
8
<!-- Section heading -->
9
<h3 class="font-weight-bold text-center dark-grey-text pb-2">Executive Team</h3>
10
<hr class="w-header my-4">
11
<!-- Section description -->
12
<p class="text-center text-muted w-responsive mx-auto mb-5">Enim ad minim exercitation ullamco laboris nisi ut ex aliquip.</p>
13
14
<!-- Grid row -->
15
<div class="row">
16
17
<!-- Grid column -->
18
<div class="col-md-3 mb-4">
19
20
<div class="view z-depth-1 mb-4">
21
<img src="https://mdbootstrap.com/img/Photos/Avatars/img%20(1).jpg" class="img-fluid mx-auto" alt="smaple image">
22
</div>
23
<h6 class="font-weight-bold">Alicia Deyns</h6>
24
<small class="text-muted">Co-funder & CEO</small>
25
<ul class="list-unstyled d-flex justify-content-center mt-3 mb-0 text-muted">
26
<li><i class="fab fa-twitter mx-2"></i></li>
27
<li><i class="fab fa-facebook-f mx-2"></i></li>
28
<li><i class="fab fa-instagram mx-2"></i></li>
29
</ul>
30
31
</div>
32
<!-- Grid column -->
33
34
<!-- Grid column -->
35
<div class="col-md-3 mb-4">
36
37
<div class="view z-depth-1 mb-4">
38
<img src="https://mdbootstrap.com/img/Photos/Avatars/img%20(9).jpg" class="img-fluid mx-auto" alt="smaple image">
39
</div>
40
<h6 class="font-weight-bold">Tommy Brian</h6>
41
<small class="text-muted">Co-funder & CTO</small>
42
<ul class="list-unstyled d-flex justify-content-center mt-3 mb-0 text-muted">
43
<li><i class="fab fa-twitter mx-2"></i></li>
44
<li><i class="fab fa-facebook-f mx-2"></i></li>
45
<li><i class="fab fa-instagram mx-2"></i></li>
46
</ul>
47
48
</div>
49
<!-- Grid column -->
50
51
<!-- Grid column -->
52
<div class="col-md-3 mb-4">
53
54
<div class="view z-depth-1 mb-4">
55
<img src="https://mdbootstrap.com/img/Photos/Avatars/img%20(18).jpg" class="img-fluid mx-auto" alt="smaple image">
56
</div>
57
<h6 class="font-weight-bold">Kate Witson</h6>
58
<small class="text-muted">Lead Developer</small>
59
<ul class="list-unstyled d-flex justify-content-center mt-3 mb-0 text-muted">
60
<li><i class="fab fa-twitter mx-2"></i></li>
61
<li><i class="fab fa-facebook-f mx-2"></i></li>
62
<li><i class="fab fa-instagram mx-2"></i></li>
63
</ul>
64
65
</div>
66
<!-- Grid column -->
67
68
<!-- Grid column -->
69
<div class="col-md-3 mb-4">
70
71
<div class="view z-depth-1 mb-4">
72
<img src="https://mdbootstrap.com/img/Photos/Avatars/img%20(31).jpg" class="img-fluid mx-auto" alt="smaple image">
73
</div>
74
<h6 class="font-weight-bold">Barbara Lenny</h6>
75
<small class="text-muted">Designer</small>
76
<ul class="list-unstyled d-flex justify-content-center mt-3 mb-0 text-muted">
77
<li><i class="fab fa-twitter mx-2"></i></li>
78
<li><i class="fab fa-facebook-f mx-2"></i></li>
79
<li><i class="fab fa-instagram mx-2"></i></li>
80
</ul>
81
82
</div>
83
<!-- Grid column -->
84
85
</div>
86
<!-- Grid row -->
87
88
</section>
89
<!--Section: Content-->
90
91
92
</div>
1
1
1
1
Console errors: 0