-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathchat.html
More file actions
245 lines (234 loc) · 11.4 KB
/
Copy pathchat.html
File metadata and controls
245 lines (234 loc) · 11.4 KB
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
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap" rel="stylesheet">
<link rel="stylesheet" href="assets/style/style.css">
</head>
<body>
<div class="main">
<aside class="aside">
<a href="#" class="aside__logo">
<img src="./assets/icons/logo.svg" alt="">
</a>
<ul>
<li>
<a href="#" class="aside__link">
<img src="./assets/icons/home.svg" alt="">
Bosh sahifa
</a>
</li>
<li>
<a href="#" class="aside__link">
<img src="./assets/icons/student.svg" alt="">
Studentlar
</a>
</li>
<li>
<a href="new_teacher.html" class="aside__link">
<img src="./assets/icons/teacher.svg" alt="">
O'qituvchilar
</a>
</li>
<li>
<a href="#" class="aside__link">
<img src="./assets/icons/calendar.svg" alt="">
Hodisalar
</a>
</li>
<li>
<a href="#" class="aside__link">
<img src="./assets/icons/finance.svg" alt="">
Moliya
</a>
</li>
<li>
<a href="#" class="aside__link">
<img src="./assets/icons/food.svg" alt="">
Ovqat
</a>
</li>
<li>
<a href="#" class="aside__link">
<img src="./assets/icons/User.svg" alt="">
Foydalanuvchi
</a>
</li>
<li>
<a href="chat.html" class="aside__link active">
<img src="./assets/icons/chat.svg" alt="">
Chat
</a>
</li>
<li>
<a href="activity.html" class="aside__link">
<img src="./assets/icons/Activity.svg" alt="">
So'nggi hodisalar
</a>
</li>
</ul>
</aside>
<div class="wrapper">
<header class="header">
<h1>Chat</h1>
<div class="form__search ml-a">
<button>
<img src="./assets/icons/Search.svg" alt="">
</button>
<input type="text" placeholder="Qidirish">
</div>
<button class="btn--circle ml-40">
<img src="./assets/icons/bell.svg" alt="">
<span></span>
</button>
<button class="btn--circle ml-20">
<img src="./assets/icons/gear.svg" alt="">
</button>
<div class="header__user d-flex ml-20 aic">
<div class="right">
<div class="fz14 semibold blue">Nabila A.</div>
<div class="fz14 grey3">Admin</div>
</div>
<button class="ml-20">
<img src="./assets/img/avatar.jpg" alt="">
</button>
</div>
</header>
<section>
<div class="white__box white__box--nopadding">
<div class="chat">
<div class="chat__list white__box white__box--noright">
<div class="title">Xabarlar ro'yhati</div>
<div class="form__search form__search--border form__search--full mb-30 chat__search">
<button>
<img src="./assets/icons/Search.svg" alt="">
</button>
<input type="text" placeholder="Qidiruv">
</div>
<div class="chat__group mb-20">
<div class="fz18 semibold grey3 mb-10">Guruhlar</div>
<a href="#" class="chat__item">
<img src="./assets/img/group.jpg" alt="" class="chat__avatar">
<span>
<span class="chat__title">Class History VII-A</span>
<p>Lorem ipsum dolor sit amet...</p>
</span>
<span>
<p>12:45 PM</p>
<span class="notification">
2
</span>
</span>
</a>
<a href="#" class="chat__item">
<img src="./assets/img/group.jpg" alt="" class="chat__avatar">
<span>
<span class="chat__title">Class History VII-A</span>
<p>Lorem ipsum dolor sit amet...</p>
</span>
<span>
<p>12:45 PM</p>
<span class="notification">
2
</span>
</span>
</a>
</div>
<div class="chat__group">
<div class="fz18 semibold grey3 mb-10">Suhbatlar</div>
<a href="#" class="chat__item">
<img src="./assets/img/group.jpg" alt="" class="chat__avatar">
<span>
<span class="chat__title">Class History VII-A</span>
<p>Lorem ipsum dolor sit amet...</p>
</span>
<span>
<p>12:45 PM</p>
<span class="notification">
2
</span>
</span>
</a>
<a href="#" class="chat__item">
<img src="./assets/img/group.jpg" alt="" class="chat__avatar">
<span>
<span class="chat__title">Class History VII-A</span>
<p>Lorem ipsum dolor sit amet...</p>
</span>
<span>
<p>12:45 PM</p>
<span class="notification">
2
</span>
</span>
</a>
</div>
<button class="btn btn--grey mt-a">
Barchasi ko'rish
</button>
</div>
<div class="chat__view">
<div class="chat__head d-flex aic">
<img src="./assets/img/group.jpg" alt="">
<div>
<div class="title title--nomb">Samantha William</div>
<div class="chat__status">
<span class="span bg-green"></span>
Online
</div>
</div>
<button class="ml-a">
<img src="./assets/icons/Video.svg" alt="">
</button>
<button class="ml-40">
<img src="./assets/icons/Dots.svg" alt="">
</button>
</div>
<div class="chat__body">
<div class="chat__box">
<div class="chat__msg">Hello Nabila!</div>
<div class="chat__msg">Can i see your history lesson homework?</div>
<div class="chat__time">12:45 PM PM</div>
</div>
<div class="chat__box you">
<div class="chat__msg">Hello Nabila!</div>
<div class="chat__msg">Can i see your history lesson homework?</div>
<div class="chat__time">12:45 PM PM</div>
</div>
<div class="chat__box">
<div class="chat__msg">Hello Nabila!</div>
<div class="chat__msg">Can i see your history lesson homework?</div>
<div class="chat__time">12:45 PM PM</div>
</div>
<div class="chat__box you">
<div class="chat__msg">Hello Nabila!</div>
<div class="chat__msg">Can i see your history lesson homework?</div>
<div class="chat__time">12:45 PM PM</div>
</div>
</div>
<div class="chat__send">
<div class="form__send">
<input type="text" placeholder="Xabaringizni yozing">
<input type="file" name="" id="file">
<label for="file">
<img src="./assets/icons/Attachment.svg" alt="">
</label>
<button class="btn btn--little">
Send
<img src="./assets/icons/sent.svg" alt="">
</button>
</div>
</div>
</div>
</div>
</div>
</section>
</div>
</div>
</body>
</html>