HTML
xxxxxxxxxx
1
<div class="container my-5">
2
3
<!-- Section: Block Content -->
4
<section class="team-section">
5
6
<div class="card">
7
<div class="card-header white d-flex justify-content-between">
8
<p class="h5-responsive font-weight-bold mb-0">Latest Members</p>
9
<ul class="list-unstyled d-flex align-items-center mb-0">
10
<li><span class="badge badge-danger">8 New Members</span></li>
11
<li><i class="far fa-window-minimize fa-sm pl-3"></i></li>
12
<li><i class="fas fa-times fa-sm pl-3"></i></li>
13
</ul>
14
</div>
15
<div class="card-body">
16
<div class="row pt-4">
17
<div class="col-lg-3 col-md-4 col-sm-6 pb-4">
18
<div class="avatar white text-center">
19
<img src="https://mdbootstrap.com/img/Photos/Avatars/img%20(9).jpg" class="img-fluid rounded-circle z-depth-1"/>
20
</div>
21
<div class="text-center mt-2">
22
<h6 class="font-weight-bold pt-2 mb-0">Alan Turing</h6>
23
<p class="text-muted mb-0"><small>Today</small></p>
24
</div>
25
</div>
26
<div class="col-lg-3 col-md-4 col-sm-6 pb-4">
27
<div class="avatar white text-center">
28
<img src="https://mdbootstrap.com/img/Photos/Avatars/img%20(32).jpg" class="img-fluid rounded-circle z-depth-1"/>
29
</div>
30
<div class="text-center mt-2">
31
<h6 class="font-weight-bold pt-2 mb-0">Tom Johnson</h6>
32
<p class="text-muted mb-0"><small>Yesterday</small></p>
33
</div>
34
</div>
35
<div class="col-lg-3 col-md-4 col-sm-6 pb-4">
36
<div class="avatar white text-center">
37
<img src="https://mdbootstrap.com/img/Photos/Avatars/img%20(3).jpg" class="img-fluid rounded-circle z-depth-1"/>
38
</div>
39
<div class="text-center mt-2">
40
<h6 class="font-weight-bold pt-2 mb-0">Alex Laurie</h6>
41
<p class="text-muted mb-0"><small>29 Nov</small></p>
42
</div>
43
</div>
44
<div class="col-lg-3 col-md-4 col-sm-6 pb-4">
45
<div class="avatar white text-center">
46
<img src="https://mdbootstrap.com/img/Photos/Avatars/img%20(2).jpg" class="img-fluid rounded-circle z-depth-1"/>
47
</div>
48
<div class="text-center mt-2">
49
<h6 class="font-weight-bold pt-2 mb-0">Nathalie Fry</h6>
50
<p class="text-muted mb-0"><small>29 Nov</small></p>
51
</div>
52
</div>
53
<div class="col-lg-3 col-md-4 col-sm-6 pb-4">
54
<div class="avatar white text-center">
55
<img src="https://mdbootstrap.com/img/Photos/Avatars/img%20(31).jpg" class="img-fluid rounded-circle z-depth-1"/>
56
</div>
57
<div class="text-center mt-2">
58
<h6 class="font-weight-bold pt-2 mb-0">Emma Lovelace</h6>
59
<p class="text-muted mb-0"><small>28 Nov</small></p>
60
</div>
61
</div>
62
<div class="col-lg-3 col-md-4 col-sm-6 pb-4">
63
<div class="avatar white text-center">
64
<img src="https://mdbootstrap.com/img/Photos/Avatars/img%20(5).jpg" class="img-fluid rounded-circle z-depth-1"/>
65
</div>
66
<div class="text-center mt-2">
67
<h6 class="font-weight-bold pt-2 mb-0">Joanna Thompson</h6>
68
<p class="text-muted mb-0"><small>27 Nov</small></p>
69
</div>
70
</div>
71
<div class="col-lg-3 col-md-4 col-sm-6 pb-4">
72
<div class="avatar white text-center">
73
<img src="https://mdbootstrap.com/img/Photos/Avatars/img%20(8).jpg" class="img-fluid rounded-circle z-depth-1"/>
74
</div>
75
<div class="text-center mt-2">
76
<h6 class="font-weight-bold pt-2 mb-0">Billy Turner</h6>
77
<p class="text-muted mb-0"><small>26 Nov</small></p>
78
</div>
79
</div>
80
<div class="col-lg-3 col-md-4 col-sm-6 pb-4">
81
<div class="avatar white text-center">
82
<img src="https://mdbootstrap.com/img/Photos/Avatars/img%20(4).jpg" class="img-fluid rounded-circle z-depth-1"/>
83
</div>
84
<div class="text-center mt-2">
85
<h6 class="font-weight-bold pt-2 mb-0">Veronica Smith</h6>
86
<p class="text-muted mb-0"><small>26 Nov</small></p>
87
</div>
88
</div>
89
</div>
90
</div>
91
<div class="card-footer white text-center py-3">
92
<a href="#!">View All Users</a>
93
</div>
94
</div>
95
96
</section>
97
<!-- Section: Block Content -->
98
99
</div>
CSS
1
1
JS
1
1
Console errors: 0