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-3 col-md-4 col-sm-6 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-3 col-md-4 col-sm-6 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(2).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">Nathalie Fry</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
53
<div class="col-lg-3 col-md-4 col-sm-6 mb-4">
54
<div class="p-4">
55
<div
56
class="avatar w-100 white d-flex justify-content-center align-items-center"
57
>
58
<img
59
src="https://mdbootstrap.com/img/Photos/Avatars/img%20(8).jpg"
60
class="img-fluid rounded-circle z-depth-1"
61
/>
62
</div>
63
<div class="text-center mt-3">
64
<h6 class="font-weight-bold pt-2">Billy Turner</h6>
65
<p class="text-muted">
66
<small
67
><i
68
>Lorem ipsum dolor sit amet, consectetur adipiscing
69
elit.</i
70
></small
71
>
72
</p>
73
</div>
74
</div>
75
</div>
76
<div class="col-lg-3 col-md-4 col-sm-6 mb-4">
77
<div class="p-4">
78
<div
79
class="avatar w-100 white d-flex justify-content-center align-items-center"
80
>
81
<img
82
src="https://mdbootstrap.com/img/Photos/Avatars/img%20(4).jpg"
83
class="img-fluid rounded-circle z-depth-1"
84
/>
85
</div>
86
<div class="text-center mt-3">
87
<h6 class="font-weight-bold pt-2">Veronica Smith</h6>
88
<p class="text-muted">
89
<small
90
><i
91
>Lorem ipsum dolor sit amet, consectetur adipiscing
92
elit.</i
93
></small
94
>
95
</p>
96
</div>
97
</div>
98
</div>
99
</div>
100
</section>
101
</div>
1
1
1
1
Console errors: 0