xxxxxxxxxx
1
<div class="container pt-5 my-5 z-depth-1">
2
<section class="p-md-3 mx-md-5 text-center text-lg-left">
3
<h2 class="text-center mx-auto font-weight-bold mb-4 pb-2">Our Team</h2>
4
<div class="row">
5
<div class="col-lg-4 mb-4">
6
<div class="p-4">
7
<div
8
class="avatar w-100 white d-flex justify-content-center align-items-center"
9
>
10
<img
11
src="https://mdbootstrap.com/img/Photos/Avatars/img%20(9).jpg"
12
class="img-fluid rounded-circle z-depth-1"
13
/>
14
</div>
15
<div class="text-center mt-3">
16
<h6 class="font-weight-bold pt-2">Alan Turing</h6>
17
<p class="text-muted">
18
<small
19
><i
20
>Lorem ipsum dolor sit amet, consectetur adipiscing
21
elit.</i
22
></small
23
>
24
</p>
25
</div>
26
</div>
27
</div>
28
29
<div class="col-lg-4 mb-4">
30
<div class="p-4">
31
<div
32
class="avatar w-100 white d-flex justify-content-center align-items-center"
33
>
34
<img
35
src="https://mdbootstrap.com/img/Photos/Avatars/img%20(5).jpg"
36
class="img-fluid rounded-circle z-depth-1"
37
/>
38
</div>
39
<div class="text-center mt-3">
40
<h6 class="font-weight-bold pt-2">Joanna Thompson</h6>
41
<p class="text-muted">
42
<small
43
><i
44
>Lorem ipsum dolor sit amet, consectetur adipiscing
45
elit.</i
46
></small
47
>
48
</p>
49
</div>
50
</div>
51
</div>
52
<div class="col-lg-4 mb-4">
53
<div class="p-4">
54
<div
55
class="avatar w-100 white d-flex justify-content-center align-items-center"
56
>
57
<img
58
src="https://mdbootstrap.com/img/Photos/Avatars/img%20(8).jpg"
59
class="img-fluid rounded-circle z-depth-1"
60
/>
61
</div>
62
<div class="text-center mt-3">
63
<h6 class="font-weight-bold pt-2">Billy Turner</h6>
64
<p class="text-muted">
65
<small
66
><i
67
>Lorem ipsum dolor sit amet, consectetur adipiscing
68
elit.</i
69
></small
70
>
71
</p>
72
</div>
73
</div>
74
</div>
75
</div>
76
</section>
77
</div>
1
1
1
1
Console errors: 0