-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDesign-7.html
214 lines (198 loc) · 9.83 KB
/
Design-7.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
<meta http-equiv="x-ua-compatible" content="ie=edge" />
<title>Material Design for Bootstrap</title>
<link rel="icon" href="img/mdb-favicon.ico" type="image/x-icon" />
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.15.2/css/all.css" />
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&display=swap" />
<link rel="stylesheet" href="css/bootstrap-chat.min.css" />
</head>
<body>
<section style="background-color: #eee;">
<div class="container py-5">
<div class="row">
<div class="col-md-6 col-lg-5 col-xl-4 mb-4 mb-md-0">
<h5 class="font-weight-bold mb-3 text-center text-lg-start">Member</h5>
<div class="card">
<div class="card-body">
<ul class="list-unstyled mb-0">
<li class="p-2 border-bottom" style="background-color: #eee;">
<a href="#!" class="d-flex justify-content-between">
<div class="d-flex flex-row">
<img src="https://mdbcdn.b-cdn.net/img/Photos/Avatars/avatar-8.webp" alt="avatar"
class="rounded-circle d-flex align-self-center me-3 shadow-1-strong" width="60">
<div class="pt-1">
<p class="fw-bold mb-0">John Doe</p>
<p class="small text-muted">Hello, Are you there?</p>
</div>
</div>
<div class="pt-1">
<p class="small text-muted mb-1">Just now</p>
<span class="badge bg-danger float-end">1</span>
</div>
</a>
</li>
<li class="p-2 border-bottom">
<a href="#!" class="d-flex justify-content-between">
<div class="d-flex flex-row">
<img src="https://mdbcdn.b-cdn.net/img/Photos/Avatars/avatar-1.webp" alt="avatar"
class="rounded-circle d-flex align-self-center me-3 shadow-1-strong" width="60">
<div class="pt-1">
<p class="fw-bold mb-0">Danny Smith</p>
<p class="small text-muted">Lorem ipsum dolor sit.</p>
</div>
</div>
<div class="pt-1">
<p class="small text-muted mb-1">5 mins ago</p>
</div>
</a>
</li>
<li class="p-2 border-bottom">
<a href="#!" class="d-flex justify-content-between">
<div class="d-flex flex-row">
<img src="https://mdbcdn.b-cdn.net/img/Photos/Avatars/avatar-2.webp" alt="avatar"
class="rounded-circle d-flex align-self-center me-3 shadow-1-strong" width="60">
<div class="pt-1">
<p class="fw-bold mb-0">Alex Steward</p>
<p class="small text-muted">Lorem ipsum dolor sit.</p>
</div>
</div>
<div class="pt-1">
<p class="small text-muted mb-1">Yesterday</p>
</div>
</a>
</li>
<li class="p-2 border-bottom">
<a href="#!" class="d-flex justify-content-between">
<div class="d-flex flex-row">
<img src="https://mdbcdn.b-cdn.net/img/Photos/Avatars/avatar-3.webp" alt="avatar"
class="rounded-circle d-flex align-self-center me-3 shadow-1-strong" width="60">
<div class="pt-1">
<p class="fw-bold mb-0">Ashley Olsen</p>
<p class="small text-muted">Lorem ipsum dolor sit.</p>
</div>
</div>
<div class="pt-1">
<p class="small text-muted mb-1">Yesterday</p>
</div>
</a>
</li>
<li class="p-2 border-bottom">
<a href="#!" class="d-flex justify-content-between">
<div class="d-flex flex-row">
<img src="https://mdbcdn.b-cdn.net/img/Photos/Avatars/avatar-4.webp" alt="avatar"
class="rounded-circle d-flex align-self-center me-3 shadow-1-strong" width="60">
<div class="pt-1">
<p class="fw-bold mb-0">Kate Moss</p>
<p class="small text-muted">Lorem ipsum dolor sit.</p>
</div>
</div>
<div class="pt-1">
<p class="small text-muted mb-1">Yesterday</p>
</div>
</a>
</li>
<li class="p-2 border-bottom">
<a href="#!" class="d-flex justify-content-between">
<div class="d-flex flex-row">
<img src="https://mdbcdn.b-cdn.net/img/Photos/Avatars/avatar-5.webp" alt="avatar"
class="rounded-circle d-flex align-self-center me-3 shadow-1-strong" width="60">
<div class="pt-1">
<p class="fw-bold mb-0">Lara Croft</p>
<p class="small text-muted">Lorem ipsum dolor sit.</p>
</div>
</div>
<div class="pt-1">
<p class="small text-muted mb-1">Yesterday</p>
</div>
</a>
</li>
<li class="p-2">
<a href="#!" class="d-flex justify-content-between">
<div class="d-flex flex-row">
<img src="https://mdbcdn.b-cdn.net/img/Photos/Avatars/avatar-6.webp" alt="avatar"
class="rounded-circle d-flex align-self-center me-3 shadow-1-strong" width="60">
<div class="pt-1">
<p class="fw-bold mb-0">Brad Pitt</p>
<p class="small text-muted">Lorem ipsum dolor sit.</p>
</div>
</div>
<div class="pt-1">
<p class="small text-muted mb-1">5 mins ago</p>
<span class="text-muted float-end"><i class="fas fa-check" aria-hidden="true"></i></span>
</div>
</a>
</li>
</ul>
</div>
</div>
</div>
<div class="col-md-6 col-lg-7 col-xl-8">
<ul class="list-unstyled">
<li class="d-flex justify-content-between mb-4">
<img src="https://mdbcdn.b-cdn.net/img/Photos/Avatars/avatar-6.webp" alt="avatar"
class="rounded-circle d-flex align-self-start me-3 shadow-1-strong" width="60">
<div class="card">
<div class="card-header d-flex justify-content-between p-3">
<p class="fw-bold mb-0">Brad Pitt</p>
<p class="text-muted small mb-0"><i class="far fa-clock"></i> 12 mins ago</p>
</div>
<div class="card-body">
<p class="mb-0">
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut
labore et dolore magna aliqua.
</p>
</div>
</div>
</li>
<li class="d-flex justify-content-between mb-4">
<div class="card w-100">
<div class="card-header d-flex justify-content-between p-3">
<p class="fw-bold mb-0">Lara Croft</p>
<p class="text-muted small mb-0"><i class="far fa-clock"></i> 13 mins ago</p>
</div>
<div class="card-body">
<p class="mb-0">
Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque
laudantium.
</p>
</div>
</div>
<img src="https://mdbcdn.b-cdn.net/img/Photos/Avatars/avatar-5.webp" alt="avatar"
class="rounded-circle d-flex align-self-start ms-3 shadow-1-strong" width="60">
</li>
<li class="d-flex justify-content-between mb-4">
<img src="https://mdbcdn.b-cdn.net/img/Photos/Avatars/avatar-6.webp" alt="avatar"
class="rounded-circle d-flex align-self-start me-3 shadow-1-strong" width="60">
<div class="card">
<div class="card-header d-flex justify-content-between p-3">
<p class="fw-bold mb-0">Brad Pitt</p>
<p class="text-muted small mb-0"><i class="far fa-clock"></i> 10 mins ago</p>
</div>
<div class="card-body">
<p class="mb-0">
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut
labore et dolore magna aliqua.
</p>
</div>
</div>
</li>
<li class="bg-white mb-3">
<div class="form-outline">
<textarea class="form-control" id="textAreaExample2" rows="4"></textarea>
<label class="form-label" for="textAreaExample2">Message</label>
</div>
</li>
<button type="button" class="btn btn-info btn-rounded float-end">Send</button>
</ul>
</div>
</div>
</div>
</section>
<script type="text/javascript" src="js/mdb.min.js"></script>
<script type="text/javascript"></script>
</body>
</html>