-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
329 lines (329 loc) · 22 KB
/
index.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
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
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>YouTube</title>
<!-- google icons -->
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,[email protected],100..700,0..1,-50..200" />
<!-- other -->
<link rel="stylesheet" href="style.css">
<link rel="icon" href="images/logos/logo-1.png">
</head>
<body>
<nav class="d-flex justify-between align-center gap-15 px-23 h-55">
<div class="d-flex align-center">
<span class="material-symbols-outlined bg-dark hover:bg-dark p-9 rounded-50 pointer" id="toggle">menu</span>
<img src="images/logos/logo-2.png" alt="YouTube logo" class="w-122 ml-15">
</div>
<div class="d-flex align-center grow-1 max-w-500 md:d-none">
<form method="get" action="/" class="d-flex grow-1 h-40">
<input type="search" placeholder="Search" class="d-flex grow-1 h-100 rounded-left-19 px-13 border-2 border-right-none caret outline-none fs-1">
<button type="submit" class="h-100 rounded-right-19 px-18 border-2 bg-light hover:bg-light pointer outline-none">
<span class="material-symbols-outlined">search</span>
</button>
</form>
<span class="material-symbols-outlined bg-dark hover:bg-dark p-9 rounded-50 pointer ml-10">mic</span>
</div>
<div class="d-flex align-center gap-10">
<span class="material-symbols-outlined bg-dark hover:bg-dark p-9 rounded-50 pointer">video_call</span>
<span class="material-symbols-outlined bg-dark hover:bg-dark p-9 rounded-50 pointer">notifications</span>
<span class="material-symbols-outlined bg-dark hover:bg-dark p-9 rounded-50 pointer">account_circle</span>
</div>
</nav>
<main class="h-responsive bg-light">
<aside class="bg-dark scrollbar">
<nav class="d-flex flex-column text-black my-5 mx-13">
<a href="#" class="d-flex align-center text-black decoration-none hover:bg-dark rounded-8 p-9">
<span class="material-symbols-outlined">home</span>
<span class="ml-10 capitalize">home</span>
</a>
<a href="#" class="d-flex align-center text-black decoration-none hover:bg-dark rounded-8 p-9">
<span class="material-symbols-outlined">subscriptions</span>
<span class="ml-10 capitalize">subscriptions</span>
</a>
<a href="#" class="d-flex align-center text-black decoration-none hover:bg-dark rounded-8 p-9">
<span class="material-symbols-outlined">logout</span>
<span class="ml-10 capitalize">logout</span>
</a>
<hr class="mx-13 my-5">
<p class="p-9 capitalize">you</p>
<a href="#" class="d-flex align-center text-black decoration-none hover:bg-dark rounded-8 p-9">
<span class="material-symbols-outlined">history</span>
<span class="ml-10 capitalize">history</span>
</a>
<a href="#" class="d-flex align-center text-black decoration-none hover:bg-dark rounded-8 p-9">
<span class="material-symbols-outlined">playlist_play</span>
<span class="ml-10 capitalize">playlist</span>
</a>
<a href="#" class="d-flex align-center text-black decoration-none hover:bg-dark rounded-8 p-9">
<span class="material-symbols-outlined">schedule</span>
<span class="ml-10 capitalize">watch later</span>
</a>
<a href="#" class="d-flex align-center text-black decoration-none hover:bg-dark rounded-8 p-9">
<span class="material-symbols-outlined">thumb_up</span>
<span class="ml-10 capitalize">liked videos</span>
</a>
<a href="#" class="d-flex align-center text-black decoration-none hover:bg-dark rounded-8 p-9">
<span class="material-symbols-outlined">playlist_add</span>
<span class="ml-10 capitalize">playlist added</span>
</a>
<hr class="mx-13 my-5">
<p class="p-9 capitalize">subscriptions</p>
<a href="#" class="d-flex align-center text-black decoration-none hover:bg-dark rounded-8 p-9">
<img src="images/channels/profile-pic-1.jpg" alt="Channel Image" class="w-25 rounded-50">
<span class="ml-10 capitalize">codezilla</span>
</a>
<a href="#" class="d-flex align-center text-black decoration-none hover:bg-dark rounded-8 p-9">
<img src="images/channels/profile-pic-2.jpg" alt="Channel Image" class="w-25 rounded-50">
<span class="ml-10 capitalize">nour design</span>
</a>
<a href="#" class="d-flex align-center text-black decoration-none hover:bg-dark rounded-8 p-9">
<img src="images/channels/profile-pic-3.jpg" alt="Channel Image" class="w-25 rounded-50">
<span class="ml-10 capitalize">zAmericanEnglish</span>
</a>
<a href="#" class="d-flex align-center text-black decoration-none hover:bg-dark rounded-8 p-9">
<img src="images/channels/profile-pic-4.jpg" alt="Channel Image" class="w-25 rounded-50">
<span class="ml-10 capitalize">laracasts</span>
</a>
<a href="#" class="d-flex align-center text-black decoration-none hover:bg-dark rounded-8 p-9">
<img src="images/channels/profile-pic-5.jpg" alt="Channel Image" class="w-25 rounded-50">
<span class="ml-10 capitalize">yehia tech</span>
</a>
<a href="#" class="d-flex align-center text-black decoration-none hover:bg-dark rounded-8 p-9">
<img src="images/channels/profile-pic-6.jpg" alt="Channel Image" class="w-25 rounded-50">
<span class="ml-10 capitalize">elzero web school</span>
</a>
<hr class="mx-13 my-5">
<p class="p-9 capitalize">others</p>
<a href="#" class="d-flex align-center text-black decoration-none hover:bg-dark rounded-8 p-9">
<span class="material-symbols-outlined">settings</span>
<span class="ml-10 capitalize">settings</span>
</a>
</nav>
</aside>
<!-- alt + 0149 -->
<section class="scrollbar">
<div class="d-flex justify-center flex-wrap gap-15 my-5 mx-13">
<figure class="basis-19 grow-1">
<a href="#">
<img src="images/videos/video-1.webp" alt="Video Thumbnail" class="w-100 rounded-8">
</a>
<figcaption class="d-flex justify-between my-5">
<div class="d-flex">
<a href="#">
<img src="images/channels/profile-pic-1.jpg" alt="Channel Image" class="w-h-35 rounded-50">
</a>
<a href="#" class="d-flex flex-column text-black decoration-none ml-15">
<span>نقدي لتصميماتي من 5 سنين 🔥 - مستوايا اتطور؟ 🤩</span>
<span class="capitalize">nour design</span>
<span>1M views • 10 months ago</span>
</a>
</div>
<span class="material-symbols-outlined bg-dark hover:bg-dark rounded-50 pointer w-h-35 d-flex justify-center align-center">more_vert</span>
</figcaption>
</figure>
<figure class="basis-19 grow-1">
<a href="#">
<img src="images/videos/video-2.webp" alt="Video Thumbnail" class="w-100 rounded-8">
</a>
<figcaption class="d-flex justify-between my-5">
<div class="d-flex">
<a href="#">
<img src="images/channels/profile-pic-2.jpg" alt="Channel Image" class="w-h-35 rounded-50">
</a>
<a href="#" class="d-flex flex-column text-black decoration-none ml-15">
<span>نقدي لتصميماتي من 5 سنين 🔥 - مستوايا اتطور؟ 🤩</span>
<span class="capitalize">nour design</span>
<span>1M views • 10 months ago</span>
</a>
</div>
<span class="material-symbols-outlined bg-dark hover:bg-dark rounded-50 pointer w-h-35 d-flex justify-center align-center">more_vert</span>
</figcaption>
</figure>
<figure class="basis-19 grow-1">
<a href="#">
<img src="images/videos/video-3.webp" alt="Video Thumbnail" class="w-100 rounded-8">
</a>
<figcaption class="d-flex justify-between my-5">
<div class="d-flex">
<a href="#">
<img src="images/channels/profile-pic-3.jpg" alt="Channel Image" class="w-h-35 rounded-50">
</a>
<a href="#" class="d-flex flex-column text-black decoration-none ml-15">
<span>نقدي لتصميماتي من 5 سنين 🔥 - مستوايا اتطور؟ 🤩</span>
<span class="capitalize">nour design</span>
<span>1M views • 10 months ago</span>
</a>
</div>
<span class="material-symbols-outlined bg-dark hover:bg-dark rounded-50 pointer w-h-35 d-flex justify-center align-center">more_vert</span>
</figcaption>
</figure>
<figure class="basis-19 grow-1">
<a href="#">
<img src="images/videos/video-4.webp" alt="Video Thumbnail" class="w-100 rounded-8">
</a>
<figcaption class="d-flex justify-between my-5">
<div class="d-flex">
<a href="#">
<img src="images/channels/profile-pic-4.jpg" alt="Channel Image" class="w-h-35 rounded-50">
</a>
<a href="#" class="d-flex flex-column text-black decoration-none ml-15">
<span>نقدي لتصميماتي من 5 سنين 🔥 - مستوايا اتطور؟ 🤩</span>
<span class="capitalize">nour design</span>
<span>1M views • 10 months ago</span>
</a>
</div>
<span class="material-symbols-outlined bg-dark hover:bg-dark rounded-50 pointer w-h-35 d-flex justify-center align-center">more_vert</span>
</figcaption>
</figure>
<figure class="basis-19 grow-1">
<a href="#">
<img src="images/videos/video-5.webp" alt="Video Thumbnail" class="w-100 rounded-8">
</a>
<figcaption class="d-flex justify-between my-5">
<div class="d-flex">
<a href="#">
<img src="images/channels/profile-pic-1.jpg" alt="Channel Image" class="w-h-35 rounded-50">
</a>
<a href="#" class="d-flex flex-column text-black decoration-none ml-15">
<span>نقدي لتصميماتي من 5 سنين 🔥 - مستوايا اتطور؟ 🤩</span>
<span class="capitalize">nour design</span>
<span>1M views • 10 months ago</span>
</a>
</div>
<span class="material-symbols-outlined bg-dark hover:bg-dark rounded-50 pointer w-h-35 d-flex justify-center align-center">more_vert</span>
</figcaption>
</figure>
<figure class="basis-19 grow-1">
<a href="#">
<img src="images/videos/video-6.webp" alt="Video Thumbnail" class="w-100 rounded-8">
</a>
<figcaption class="d-flex justify-between my-5">
<div class="d-flex">
<a href="#">
<img src="images/channels/profile-pic-2.jpg" alt="Channel Image" class="w-h-35 rounded-50">
</a>
<a href="#" class="d-flex flex-column text-black decoration-none ml-15">
<span>نقدي لتصميماتي من 5 سنين 🔥 - مستوايا اتطور؟ 🤩</span>
<span class="capitalize">nour design</span>
<span>1M views • 10 months ago</span>
</a>
</div>
<span class="material-symbols-outlined bg-dark hover:bg-dark rounded-50 pointer w-h-35 d-flex justify-center align-center">more_vert</span>
</figcaption>
</figure>
<figure class="basis-19 grow-1">
<a href="#">
<img src="images/videos/video-7.webp" alt="Video Thumbnail" class="w-100 rounded-8">
</a>
<figcaption class="d-flex justify-between my-5">
<div class="d-flex">
<a href="#">
<img src="images/channels/profile-pic-3.jpg" alt="Channel Image" class="w-h-35 rounded-50">
</a>
<a href="#" class="d-flex flex-column text-black decoration-none ml-15">
<span>نقدي لتصميماتي من 5 سنين 🔥 - مستوايا اتطور؟ 🤩</span>
<span class="capitalize">nour design</span>
<span>1M views • 10 months ago</span>
</a>
</div>
<span class="material-symbols-outlined bg-dark hover:bg-dark rounded-50 pointer w-h-35 d-flex justify-center align-center">more_vert</span>
</figcaption>
</figure>
<figure class="basis-19 grow-1">
<a href="#">
<img src="images/videos/video-8.webp" alt="Video Thumbnail" class="w-100 rounded-8">
</a>
<figcaption class="d-flex justify-between my-5">
<div class="d-flex">
<a href="#">
<img src="images/channels/profile-pic-4.jpg" alt="Channel Image" class="w-h-35 rounded-50">
</a>
<a href="#" class="d-flex flex-column text-black decoration-none ml-15">
<span>نقدي لتصميماتي من 5 سنين 🔥 - مستوايا اتطور؟ 🤩</span>
<span class="capitalize">nour design</span>
<span>1M views • 10 months ago</span>
</a>
</div>
<span class="material-symbols-outlined bg-dark hover:bg-dark rounded-50 pointer w-h-35 d-flex justify-center align-center">more_vert</span>
</figcaption>
</figure>
<figure class="basis-19 grow-1">
<a href="#">
<img src="images/videos/video-9.webp" alt="Video Thumbnail" class="w-100 rounded-8">
</a>
<figcaption class="d-flex justify-between my-5">
<div class="d-flex">
<a href="#">
<img src="images/channels/profile-pic-5.jpg" alt="Channel Image" class="w-h-35 rounded-50">
</a>
<a href="#" class="d-flex flex-column text-black decoration-none ml-15">
<span>HTML & CSS in 90 Mins</span>
<span class="capitalize">yehia tech</span>
<span>1M views • 10 months ago</span>
</a>
</div>
<span class="material-symbols-outlined bg-dark hover:bg-dark rounded-50 pointer w-h-35 d-flex justify-center align-center">more_vert</span>
</figcaption>
</figure>
<figure class="basis-19 grow-1">
<a href="#">
<img src="images/videos/video-10.webp" alt="Video Thumbnail" class="w-100 rounded-8">
</a>
<figcaption class="d-flex justify-between my-5">
<div class="d-flex">
<a href="#">
<img src="images/channels/profile-pic-6.jpg" alt="Channel Image" class="w-h-35 rounded-50">
</a>
<a href="#" class="d-flex flex-column text-black decoration-none ml-15">
<span>فيها ايه لو خلصت الكورس في شهر</span>
<span class="capitalize">elzero web school</span>
<span>1M views • 10 months ago</span>
</a>
</div>
<span class="material-symbols-outlined bg-dark hover:bg-dark rounded-50 pointer w-h-35 d-flex justify-center align-center">more_vert</span>
</figcaption>
</figure>
<figure class="basis-19 grow-1">
<a href="#">
<img src="images/videos/video-11.webp" alt="Video Thumbnail" class="w-100 rounded-8">
</a>
<figcaption class="d-flex justify-between my-5">
<div class="d-flex">
<a href="#">
<img src="images/channels/profile-pic-5.jpg" alt="Channel Image" class="w-h-35 rounded-50">
</a>
<a href="#" class="d-flex flex-column text-black decoration-none ml-15">
<span>؟ Git ليه بنستخدم 🧡</span>
<span class="capitalize">yehia tech</span>
<span>1M views • 10 months ago</span>
</a>
</div>
<span class="material-symbols-outlined bg-dark hover:bg-dark rounded-50 pointer w-h-35 d-flex justify-center align-center">more_vert</span>
</figcaption>
</figure>
<figure class="basis-19 grow-1">
<a href="#">
<img src="images/videos/video-12.webp" alt="Video Thumbnail" class="w-100 rounded-8">
</a>
<figcaption class="d-flex justify-between my-5">
<div class="d-flex">
<a href="#">
<img src="images/channels/profile-pic-4.jpg" alt="Channel Image" class="w-h-35 rounded-50">
</a>
<a href="#" class="d-flex flex-column text-black decoration-none ml-15">
<span>PHP For Beginners - Complete Laracasts Course</span>
<span class="capitalize">laracasts</span>
<span>1M views • 10 months ago</span>
</a>
</div>
<span class="material-symbols-outlined bg-dark hover:bg-dark rounded-50 pointer w-h-35 d-flex justify-center align-center">more_vert</span>
</figcaption>
</figure>
</div>
</section>
</main>
<script src="script.js"></script>
</body>
</html>