-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
294 lines (278 loc) · 13.4 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="style.css" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.2/css/all.min.css"
integrity="sha512-z3gLpd7yknf1YoNbCzqRKc4qyor8gaKU1qmn+CShxbuBusANI9QpRohGBreCFkKxLhei6S9CQXFEbbKuqLg0DA=="
crossorigin="anonymous" referrerpolicy="no-referrer" />
<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=Roboto&display=swap" rel="stylesheet">
<title> Youtube Clone </title>
</head>
<body>
<!-- <div class="main"> main div -->
<div class="navbar">
<nav>
<ul>
<li class="menu" id="menu-icon"> <i class="fa-solid fa-bars"></i> </li>
<li class="menu"> <b class="clone"> YouTube </b> </li>
<input type="search" placeholder="Search.........." class="search">
<li class="search-icon"> <i class="fa-solid fa-magnifying-glass"></i> </li>
<button class="mic"> <i class="fa-solid fa-microphone-lines"></i> </button>
<li class="third-section"> <i class="fa-solid fa-video-slash"></i></li>
<li class="third-section"> <i class="fa-regular fa-bell"></i> </li>
<li class="third-section" id="dropbtn"> <img src="dp5.jpg" height="40px" width="40px"> </li>
</ul>
</nav>
</div>
<!-- ----- Side Bar-- -->
<div class="Home">
<div class="sidebar" id="slidebar">
<div class="first-section">
<li class="first-section-link" class="hover"> <i class="fa fa-home" aria-hidden="true"></i> <a
class="hover"> Home </a> </li>
<li class="first-section-link"> <i class="fa fa-youtube" aria-hidden="true"></i> <a> Shorts</a>
</li>
<li class="first-section-link"> <i class="fa-solid fa-money-check-dollar"></i></i> <a> Subscription</a>
</li>
</div>
<hr>
<div class="secound-section">
<li class="secound-section-link"> <i class="fa-solid fa-notes-medical"></i> <a>Library </a> </li>
<li class="secound-section-link"> <i class="fa fa-history" aria-hidden="true"></i> <a>History </a> </li>
<li class="secound-section-link"> <i class="fa-brands fa-youtube"></i> <a>Your Video </a> </li>
<li class="secound-section-link"> <i class="fa-regular fa-bookmark"></i> <a>Watch Later </a> </li>
<li class="secound-section-link"> <i class="fa fa-chevron-down" aria-hidden="true"></i> <a> Show More
</a> </li>
</div>
<hr>
<div class="third-section-slider">
<h3> Subscriptions </h3>
<li class="third-section-link"> <img src="./ajtak channel.jpg" width="20px" height="20px"> <a> Ajtak
India
</a></li>
<li class="third-section-link"> <img src="./apni kaksha.jpg" width="20px" height="20px"> <a> Apni Kaksha
</a></li>
<li class="third-section-link"> <img src="./yoyube.jfif" width="20px" height="20px"> <a> Youtube India
</a></li>
<li class="third-section-link"> <i class="fa fa-plus-circle" aria-hidden="true"></i> <a> Browse channels
</a></li>
</div>
<hr>
<div class="fourth-section">
<h3> Explore </h3>
<li class="fourth-section-link"> <i class="fa-solid fa-arrow-trend-up"></i> <a> Trending </a> </li>
<li class="fourth-section-link"> <i class="fa-solid fa-cart-shopping"></i> <a> Shopping </a> </li>
<li class="fourth-section-link"> <i class="fa-solid fa-music"></i> <a> Music </a> </li>
<li class="fourth-section-link"> <i class="fa-solid fa-clapperboard"></i> <a> Films </a> </li>
<li class="fourth-section-link"> <i class="fa-solid fa-wifi"></i> <a> Live </a> </li>
<li class="fourth-section-link"> <i class="fa-solid fa-gamepad"></i> <a> Gaming </a> </li>
<li class="fourth-section-link"> <i class="fa-regular fa-newspaper"></i> <a> News </a> </li>
<li class="fourth-section-link"> <i class="fa-solid fa-trophy"></i> <a> Sport </a> </li>
<li class="fourth-section-link"> <i class="fa-solid fa-graduation-cap"></i> <a> Learning </a> </li>
<li class="fourth-section-link"> <i class="fa-solid fa-podcast"></i> <a> Podcasts </a> </li>
</div>
<hr>
<div class="five-section">
<h3> More From Youtube </h3>
<li class="five-section-link"> <img src="./youtube logo.png" width="20px" height="20px"> <a> Youtube
Premium </a> </li>
<li class="five-section-link"> <img src="./y studio.jfif" width="20px" height="20px"> <a> Youtube Studio
</a> </li>
<li class="five-section-link"> <img src="./y music.png" width="20px" height="20px"> <a> Youtube Music
</a>
</li>
<li class="five-section-link"> <img src="./y kids.png" width="20px" height="20px"> <a> Youtube Kids </a>
</li>
</div>
<hr>
<div class="six-section">
<li class="six-section-link"> <i class="fa-solid fa-gear"></i> <a>Setting</a> </li>
<li class="six-section-link"> <i class="fa-regular fa-flag"></i> <a>Report history </a> </li>
<li class="six-section-link"> <i class="fa fa-question-circle" aria-hidden="true"></i> <a>Help </a>
</li>
<li class="six-section-link"> <i class="fa-regular fa-message"></i> <a> Send Feedback </a> </li>
</div>
<hr>
<div class="seven-section">
<p> About Press Copyright <br> Contact us Creator Advertise<br> Developers</p>
<p> Terms Privacy Policy & Safety<br> How YouTube works<br> Test new features </p>
<p> © 2023 Rawal LLC </p>
</div>
<!-- --- slider bar over----- -->
</div>
</div>
<div class="main-video-content">
<!-- one video container -->
<div class="contant">
<div class="thumbnail">
<a href="playvideo.html" class="click-video">
<img src="kalastar.jpg" height="220px" width="380px">
</a>
</div>
<div class="flex-fiv">
<div class="channel-DP">
<img src="apni kaksha.jpg" width="45px" height="45px">
</div>
<div class="title">
<a href="playvideo.html" class="next"> Best Song 2024 Lorem ipsum dolor sit </a>
<p> Apni class </p>
<p> 1M Views 2 Days Ago </p>
</div>
</div>
</div>
<!-- two video container -->
<div class="contant">
<div class="thumbnail">
<!-- <a href="playvideo.html" class="click-video"> -->
<img src="https://rb.gy/ojd3v" height="220px" width="380px">
<!-- </a> -->
</div>
<div class="flex-fiv">
<div class="channel-DP">
<img src="./dp5.jpg" width="45px" height="45px">
</div>
<div class="title">
<a href="playvideo.html"> Best Song 2024 Lorem ipsum dolor sit </a>
<p> Songs World </p>
<p> 1M Views 2 Days Ago </p>
</div>
</div>
</div>
<!-- three video container -->
<div class="contant">
<div class="thumbnail">
<a href="playvideo.html" class="click-video">
<img src="https://rb.gy/g7vfz" height="220px" width="380px">
</a>
</div>
<div class="flex-fiv">
<div class="channel-DP">
<img src="./channel dp.jpg" width="45px" height="45px">
</div>
<div class="title">
<a href="playvideo.html"> Best Song 2024 Lorem ipsum dolor sit </a>
<p> Songs World </p>
<p> 1M Views 2 Days Ago </p>
</div>
</div>
</div>
<!-- four video container -->
<div class="contant">
<div class="thumbnail">
<img src="./thumbnail4.jpg" height="220px" width="380px">
</div>
<div class="flex-fiv">
<div class="channel-DP">
<img src="./dp2.jpg" width="45px" height="45px">
</div>
<div class="title">
<a href="playvideo.html"> Best Song 2024 Lorem ipsum dolor sit </a>
<p> Songs World </p>
<p> 1M Views 2 Days Ago </p>
</div>
</div>
</div>
<!-- five video container -->
<div class="contant">
<div class="thumbnail">
<img src="https://shorturl.at/hFIV0" height="220px" width="380px">
</div>
<div class="flex-fiv">
<div class="channel-DP">
<img src="./dp3.jpg" width="45px" height="45px">
</div>
<div class="title">
<a href="playvideo.html"> Best Song 2024 Lorem ipsum dolor sit </a>
<p> Songs World </p>
<p> 1M Views 2 Days Ago </p>
</div>
</div>
</div>
<!-- six video container -->
<div class="contant">
<div class="thumbnail">
<img src="https://shorturl.at/izFMP" height="220px" width="380px">
</div>
<div class="flex-fiv">
<div class="channel-DP">
<img src="./dp4.jpg" width="45px" height="45px">
</div>
<div class="title">
<a href="playvideo.html"> Best Song 2024 Lorem ipsum dolor sit </a>
<p> Songs World </p>
<p> 1M Views 2 Days Ago </p>
</div>
</div>
</div>
<!-- seven video container -->
<div class="contant">
<div class="thumbnail">
<img src="./thumbnail2.jpg" height="220px" width="380px">
</div>
<div class="flex-fiv">
<div class="channel-DP">
<img src="./dp7.jpg" width="45px" height="45px">
</div>
<div class="title">
<a href="playvideo.html"> Best Song 2024 Lorem ipsum dolor sit </a>
<p> Songs World </p>
<p> 1M Views 2 Days Ago </p>
</div>
</div>
</div>
<!-- eight video container -->
<div class="contant">
<div class="thumbnail">
<img src="./tube logo.png" height="220px" width="380px">
</div>
<div class="flex-fiv">
<div class="channel-DP">
<img src="./dp1.jpg" width="45px" height="45px">
</div>
<div class="title">
<a> Best Song 2024 Lorem ipsum dolor sit </a>
<p> Songs World </p>
<p> 1M Views 2 Days Ago </p>
</div>
</div>
</div>
<!-- nine video container -->
<div class="contant">
<div class="thumbnail">
<img src="./thumbnail.jpg" height="220px" width="380px">
</div>
<div class="flex-fiv">
<div class="channel-DP">
<img src="./dp5.jpg" width="45px" height="45px">
</div>
<div class="title">
<a> Best Song 2024 Lorem ipsum dolor sit </a>
<p> Songs World </p>
<p> 1M Views 2 Days Ago </p>
</div>
</div>
</div>
<!-- ten video container -->
<div class="contant">
<div class="thumbnail">
<img src="./thumbnail2.jpg" height="220px" width="380px">
</div>
<div class="flex-fiv">
<div class="channel-DP">
<img src="./channel dp.jpg" width="45px" height="45px">
</div>
<div class="title">
<a> Best Song 2024 Lorem ipsum dolor sit </a>
<p> Songs World </p>
<p> 1M Views 2 Days Ago </p>
</div>
</div>
</div>
</div>
<script src="script.js"></script>
</body>
</html>