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
<h2 class="font-weight-bold text-center dark-grey-text pb-2">Our Designers</h2>
10
<hr class="w-header my-4">
11
<!-- Section description -->
12
<p class="lead text-center text-muted pt-2 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(2).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
<p class="mt-3 text-muted">Sed ut perspiciatis unde omnis natus accusantium.</p>
26
<ul class="list-unstyled d-flex justify-content-center mt-3 mb-0 text-muted">
27
<li><i class="fab fa-twitter mx-2"></i></li>
28
<li><i class="fab fa-facebook-f mx-2"></i></li>
29
<li><i class="fab fa-instagram mx-2"></i></li>
30
</ul>
31
32
</div>
33
<!-- Grid column -->
34
35
<!-- Grid column -->
36
<div class="col-md-3 mb-4">
37
38
<div class="view z-depth-1 mb-4">
39
<img src="https://mdbootstrap.com/img/Photos/Avatars/img%20(3).jpg" class="img-fluid mx-auto" alt="smaple image">
40
</div>
41
<h6 class="font-weight-bold">Tommy Brian</h6>
42
<small class="text-muted">Co-funder & CTO</small>
43
<p class="mt-3 text-muted">Sed ut perspiciatis unde omnis natus accusantium.</p>
44
<ul class="list-unstyled d-flex justify-content-center mt-3 mb-0 text-muted">
45
<li><i class="fab fa-twitter mx-2"></i></li>
46
<li><i class="fab fa-facebook-f mx-2"></i></li>
47
<li><i class="fab fa-instagram mx-2"></i></li>
48
</ul>
49
50
</div>
51
<!-- Grid column -->
52
53
<!-- Grid column -->
54
<div class="col-md-3 mb-4">
55
56
<div class="view z-depth-1 mb-4">
57
<img src="https://mdbootstrap.com/img/Photos/Avatars/img%20(15).jpg" class="img-fluid mx-auto" alt="smaple image">
58
</div>
59
<h6 class="font-weight-bold">Kate Witson</h6>
60
<small class="text-muted">Lead Developer</small>
61
<p class="mt-3 text-muted">Sed ut perspiciatis unde omnis natus accusantium.</p>
62
<ul class="list-unstyled d-flex justify-content-center mt-3 mb-0 text-muted">
63
<li><i class="fab fa-twitter mx-2"></i></li>
64
<li><i class="fab fa-facebook-f mx-2"></i></li>
65
<li><i class="fab fa-instagram mx-2"></i></li>
66
</ul>
67
68
</div>
69
<!-- Grid column -->
70
71
<!-- Grid column -->
72
<div class="col-md-3 mb-4">
73
74
<div class="view z-depth-1 mb-4">
75
<img src="https://mdbootstrap.com/img/Photos/Avatars/img%20(7).jpg" class="img-fluid mx-auto" alt="smaple image">
76
</div>
77
<h6 class="font-weight-bold">Barbara Lenny</h6>
78
<small class="text-muted">Designer</small>
79
<p class="mt-3 text-muted">Sed ut perspiciatis unde omnis natus accusantium.</p>
80
<ul class="list-unstyled d-flex justify-content-center mt-3 mb-0 text-muted">
81
<li><i class="fab fa-twitter mx-2"></i></li>
82
<li><i class="fab fa-facebook-f mx-2"></i></li>
83
<li><i class="fab fa-instagram mx-2"></i></li>
84
</ul>
85
86
</div>
87
<!-- Grid column -->
88
89
</div>
90
<!-- Grid row -->
91
92
</section>
93
<!--Section: Content-->
94
95
96
</div>
1
1
1
1
Console errors: 0