-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
367 lines (357 loc) · 18.1 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
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title> PlayTube Streaming Video Platform : Amar Jondhalekar </title>
<!-- Linking Unicons for Icons -->
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="https://unicons.iconscout.com/release/v4.0.8/css/line.css">
</head>
<body>
<div class="container">
<!-- Header / Navbar -->
<header>
<nav class="navbar">
<div class="nav-section nav-left">
<button class="nav-button menu-button">
<i class="uil uil-bars"></i>
</button>
<a href="#" class="nav-logo">
<img src="images/ytlogo.jpg" alt="Logo" class="logo-image">
<h2 class="logo-text">PlayTube<span style="font-size: 12px; display: flex;">by amar</span></h2>
</a>
</div>
<div class="nav-section nav-center">
<form action="#" class="search-form">
<input type="search" placeholder="Search" class="search-input" required>
<button class="nav-button search-button">
<i class="uil uil-search"></i>
</button>
</form>
<button class="nav-button mic-button">
<i class="uil uil-microphone"></i>
</button>
</div>
<div class="nav-section nav-right">
<button class="nav-button search-button">
<i class="uil uil-search"></i>
</button>
<button class="nav-button theme-button">
<i class="uil uil-moon"></i>
</button>
<img src="images/user-1.jpg" alt="User Image" class="user-image">
</div>
</nav>
</header>
<!-- Main Layout -->
<main class="main-layout">
<div class="screen-overlay"></div>
<!-- Sidebar -->
<aside class="sidebar">
<div class="nav-section nav-left">
<button class="nav-button menu-button">
<i class="uil uil-bars"></i>
</button>
<a href="#" class="nav-logo">
<img src="images/ytlogo.jpg" alt="Logo" class="logo-image">
<h2 class="logo-text">PlayTube<span style="font-size: 12px; display: flex;">by amar</span></h2>
</a>
</div>
<div class="links-container">
<div class="link-section">
<a href="#" class="link-item">
<i class="uil uil-estate"></i> Home
</a>
<a href="#" class="link-item">
<i class="uil uil-video"></i> Shorts
</a>
<a href="#" class="link-item">
<i class="uil uil-tv-retro"></i> Subscriptions
</a>
</div>
<div class="section-separator"></div>
<div class="link-section">
<h4 class="section-title">You</h4>
<a href="#" class="link-item">
<i class="uil uil-user-square"></i> Your channel
</a>
<a href="#" class="link-item">
<i class="uil uil-history"></i> History
</a>
<a href="#" class="link-item">
<i class="uil uil-clock"></i> Watch later
</a>
</div>
<div class="section-separator"></div>
<div class="link-section">
<h4 class="section-title">Explore</h4>
<a href="#" class="link-item">
<i class="uil uil-fire"></i> Trending
</a>
<a href="#" class="link-item">
<i class="uil uil-music"></i> Music
</a>
<a href="#" class="link-item">
<i class="uil uil-basketball"></i> Gaming
</a>
<a href="#" class="link-item">
<i class="uil uil-trophy"></i> Sports
</a>
</div>
<div class="section-separator"></div>
<div class="link-section">
<h4 class="section-title">More from YouTube</h4>
<a href="#" class="link-item">
<i class="uil uil-shield-plus"></i> YouTube Plus
</a>
<a href="#" class="link-item">
<i class="uil uil-headphones-alt"></i> YouTube Music
</a>
<a href="#" class="link-item">
<i class="uil uil-airplay"></i> YouTube Kids
</a>
</div>
<div class="section-separator"></div>
<div class="link-section">
<a href="#" class="link-item">
<i class="uil uil-setting"></i> Settings
</a>
<a href="#" class="link-item">
<i class="uil uil-file-medical-alt"></i> Report
</a>
<a href="#" class="link-item">
<i class="uil uil-question-circle"></i> Help
</a>
<a href="#" class="link-item">
<i class="uil uil-exclamation-triangle"></i> Feedback
</a>
</div>
</div>
</aside>
<div class="content-wrapper">
<!-- Category List -->
<div class="category-list">
<button class="category-button active">All</button>
<button class="category-button">Website</button>
<button class="category-button">Music</button>
<button class="category-button">Gaming</button>
<button class="category-button">Node.js</button>
<button class="category-button">JavaScript</button>
<button class="category-button">React.js</button>
<button class="category-button">TypeScript</button>
<button class="category-button">Coding</button>
<button class="category-button">Next.js</button>
<button class="category-button">Data analysis</button>
<button class="category-button">Web design</button>
<button class="category-button">HTML</button>
<button class="category-button">Tailwind</button>
<button class="category-button">CSS</button>
<button class="category-button">Express.js</button>
</div>
<!-- Video List -->
<div class="video-list">
<a href="#" class="video-card" aria-label="Watch video: India's most watched and trending Blogspot Websites to Learn JavaScript">
<div class="thumbnail-container">
<img src="images/thumbnail11.jpg" alt="Thumbnail for India's most watched and trending Blogspot Websites to Learn JavaScript" class="thumbnail">
<p class="duration">10:03</p>
</div>
<div class="video-info">
<img src="images/chanel-logo-1913.jpg" alt="Channel Logo for PlayTube" class="icon">
<div class="video-details">
<h2 class="title">India's most watched and trending Blogspot Websites to Learn JavaScript</h2>
<p class="channel-name">PlayTube</p>
<p class="views">27k Views • 4 months ago</p>
</div>
</div>
</a>
<a href="#" class="video-card" aria-label="Watch video: India's most watched and trending Blogspot Websites to Learn JavaScript">
<div class="thumbnail-container">
<img src="images/thumbnail12.jpg" alt="Thumbnail for India's most watched and trending Blogspot Websites to Learn JavaScript" class="thumbnail">
<p class="duration">10:03</p>
</div>
<div class="video-info">
<img src="images/chanel-logo-1918.jpg" alt="Channel Logo for PlayTube" class="icon">
<div class="video-details">
<h2 class="title">India's most watched and trending Blogspot Websites to Learn JavaScript</h2>
<p class="channel-name">PlayTube</p>
<p class="views">27k Views • 4 months ago</p>
</div>
</div>
</a>
<a href="#" class="video-card" aria-label="Watch video: India's most watched and trending Blogspot Websites to Learn JavaScript">
<div class="thumbnail-container">
<img src="images/thumbnail3.jpg" alt="Thumbnail for India's most watched and trending Blogspot Websites to Learn JavaScript" class="thumbnail">
<p class="duration">10:03</p>
</div>
<div class="video-info">
<img src="images/chanel-logo-1941.png" alt="Channel Logo for PlayTube" class="icon">
<div class="video-details">
<h2 class="title">India's most watched and trending Blogspot Websites to Learn JavaScript</h2>
<p class="channel-name">PlayTube</p>
<p class="views">27k Views • 4 months ago</p>
</div>
</div>
</a>
<a href="#" class="video-card" aria-label="Watch video: India's most watched and trending Blogspot Websites to Learn JavaScript">
<div class="thumbnail-container">
<img src="images/thumbnail14.jpg" alt="Thumbnail for India's most watched and trending Blogspot Websites to Learn JavaScript" class="thumbnail">
<p class="duration">10:03</p>
</div>
<div class="video-info">
<img src="images/chanel-logo-1942.png" alt="Channel Logo for PlayTube" class="icon">
<div class="video-details">
<h2 class="title">India's most watched and trending Blogspot Websites to Learn JavaScript</h2>
<p class="channel-name">PlayTube</p>
<p class="views">27k Views • 4 months ago</p>
</div>
</div>
</a>
<a href="#" class="video-card" aria-label="Watch video: India's most watched and trending Blogspot Websites to Learn JavaScript">
<div class="thumbnail-container">
<img src="images/thumbnail14.jpg" alt="Thumbnail for India's most watched and trending Blogspot Websites to Learn JavaScript" class="thumbnail">
<p class="duration">10:03</p>
</div>
<div class="video-info">
<img src="images/chanel-logo-1943.png" alt="Channel Logo for PlayTube" class="icon">
<div class="video-details">
<h2 class="title">India's most watched and trending Blogspot Websites to Learn JavaScript</h2>
<p class="channel-name">PlayTube</p>
<p class="views">27k Views • 4 months ago</p>
</div>
</div>
</a>
<a href="#" class="video-card" aria-label="Watch video: India's most watched and trending Blogspot Websites to Learn JavaScript">
<div class="thumbnail-container">
<img src="images/thumbnail9.jpg" alt="Thumbnail for India's most watched and trending Blogspot Websites to Learn JavaScript" class="thumbnail">
<p class="duration">10:03</p>
</div>
<div class="video-info">
<img src="images/chanel-logo-1945.png" alt="Channel Logo for PlayTube" class="icon">
<div class="video-details">
<h2 class="title">India's most watched and trending Blogspot Websites to Learn JavaScript</h2>
<p class="channel-name">PlayTube</p>
<p class="views">27k Views • 4 months ago</p>
</div>
</div>
</a>
<a href="#" class="video-card" aria-label="Watch video: India's most watched and trending Blogspot Websites to Learn JavaScript">
<div class="thumbnail-container">
<img src="images/thumbnail5.jpg" alt="Thumbnail for India's most watched and trending Blogspot Websites to Learn JavaScript" class="thumbnail">
<p class="duration">10:03</p>
</div>
<div class="video-info">
<img src="images/chanel-logo-1913.jpg" alt="Channel Logo for PlayTube" class="icon">
<div class="video-details">
<h2 class="title">India's most watched and trending Blogspot Websites to Learn JavaScript</h2>
<p class="channel-name">PlayTube</p>
<p class="views">27k Views • 4 months ago</p>
</div>
</div>
</a>
<a href="#" class="video-card" aria-label="Watch video: India's most watched and trending Blogspot Websites to Learn JavaScript">
<div class="thumbnail-container">
<img src="images/thumbnail8.jpg" alt="Thumbnail for India's most watched and trending Blogspot Websites to Learn JavaScript" class="thumbnail">
<p class="duration">10:03</p>
</div>
<div class="video-info">
<img src="images/chanel-logo-1942.png" alt="Channel Logo for PlayTube" class="icon">
<div class="video-details">
<h2 class="title">India's most watched and trending Blogspot Websites to Learn JavaScript</h2>
<p class="channel-name">PlayTube</p>
<p class="views">27k Views • 4 months ago</p>
</div>
</div>
</a>
<a href="#" class="video-card" aria-label="Watch video: India's most watched and trending Blogspot Websites to Learn JavaScript">
<div class="thumbnail-container">
<img src="images/thumbnail9.jpg" alt="Thumbnail for India's most watched and trending Blogspot Websites to Learn JavaScript" class="thumbnail">
<p class="duration">10:03</p>
</div>
<div class="video-info">
<img src="images/chanel-logo-1945.png" alt="Channel Logo for PlayTube" class="icon">
<div class="video-details">
<h2 class="title">India's most watched and trending Blogspot Websites to Learn JavaScript</h2>
<p class="channel-name">PlayTube</p>
<p class="views">27k Views • 4 months ago</p>
</div>
</div>
</a>
<a href="#" class="video-card" aria-label="Watch video: India's most watched and trending Blogspot Websites to Learn JavaScript">
<div class="thumbnail-container">
<img src="images/thumbnail3.jpg" alt="Thumbnail for India's most watched and trending Blogspot Websites to Learn JavaScript" class="thumbnail">
<p class="duration">10:03</p>
</div>
<div class="video-info">
<img src="images/chanel-logo-1943.png" alt="Channel Logo for PlayTube" class="icon">
<div class="video-details">
<h2 class="title">India's most watched and trending Blogspot Websites to Learn JavaScript</h2>
<p class="channel-name">PlayTube</p>
<p class="views">27k Views • 4 months ago</p>
</div>
</div>
</a>
<a href="#" class="video-card" aria-label="Watch video: India's most watched and trending Blogspot Websites to Learn JavaScript">
<div class="thumbnail-container">
<img src="images/thumbnail11.jpg" alt="Thumbnail for India's most watched and trending Blogspot Websites to Learn JavaScript" class="thumbnail">
<p class="duration">10:03</p>
</div>
<div class="video-info">
<img src="images/chanel-logo-1913.jpg" alt="Channel Logo for PlayTube" class="icon">
<div class="video-details">
<h2 class="title">India's most watched and trending Blogspot Websites to Learn JavaScript</h2>
<p class="channel-name">PlayTube</p>
<p class="views">27k Views • 4 months ago</p>
</div>
</div>
</a>
<a href="#" class="video-card" aria-label="Watch video: India's most watched and trending Blogspot Websites to Learn JavaScript">
<div class="thumbnail-container">
<img src="images/thumbnail12.jpg" alt="Thumbnail for India's most watched and trending Blogspot Websites to Learn JavaScript" class="thumbnail">
<p class="duration">10:03</p>
</div>
<div class="video-info">
<img src="images/chanel-logo-1942.png" alt="Channel Logo for PlayTube" class="icon">
<div class="video-details">
<h2 class="title">India's most watched and trending Blogspot Websites to Learn JavaScript</h2>
<p class="channel-name">PlayTube</p>
<p class="views">27k Views • 4 months ago</p>
</div>
</div>
</a>
<a href="#" class="video-card" aria-label="Watch video: India's most watched and trending Blogspot Websites to Learn JavaScript">
<div class="thumbnail-container">
<img src="images/thumbnail13.jpg" alt="Thumbnail for India's most watched and trending Blogspot Websites to Learn JavaScript" class="thumbnail">
<p class="duration">10:03</p>
</div>
<div class="video-info">
<img src="images/chanel-logo-1945.png" alt="Channel Logo for PlayTube" class="icon">
<div class="video-details">
<h2 class="title">India's most watched and trending Blogspot Websites to Learn JavaScript</h2>
<p class="channel-name">PlayTube</p>
<p class="views">27k Views • 4 months ago</p>
</div>
</div>
</a>
<a href="#" class="video-card" aria-label="Watch video: India's most watched and trending Blogspot Websites to Learn JavaScript">
<div class="thumbnail-container">
<img src="images/thumbnail14.jpg" alt="Thumbnail for India's most watched and trending Blogspot Websites to Learn JavaScript" class="thumbnail">
<p class="duration">10:03</p>
</div>
<div class="video-info">
<img src="images/chanel-logo-1941.png" alt="Channel Logo for PlayTube" class="icon">
<div class="video-details">
<h2 class="title">India's most watched and trending Blogspot Websites to Learn JavaScript</h2>
<p class="channel-name">PlayTube</p>
<p class="views">50k Views • 4 months ago</p>
</div>
</div>
</a>
</div>
</div>
</main>
</div>
<!-- Linking custom script -->
<script src="script.js"></script>
</body>
</html>