-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
333 lines (297 loc) · 22 KB
/
index.html
File metadata and controls
333 lines (297 loc) · 22 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
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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Youtube</title>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.6.0/css/all.min.css" integrity="sha512-Kc323vGBEqzTmouAECnVceyQqyqdsSiqLQISBL29aUW4U/M7pSPA/gEUZQqv1cwx4OnYxTxve5UMg5GT6L4JJg==" crossorigin="anonymous" referrerpolicy="no-referrer" />
<link rel="shortcut icon" href="./img/youtube.png" type="img/x-icon">
<style>
.scroll::-webkit-scrollbar{
display: inline;
}
.custom-search-bar {
width: 600px;
border-radius: 50px;
border: 1px solid #ccc;
display: flex;
align-items: center;
background-color: #fff;
overflow: hidden;
}
.custom-search-bar input {
border: none;
flex-grow: 1;
padding: 10px 15px;
border-top-left-radius: 50px;
border-bottom-left-radius: 50px;
outline: none;
}
.custom-search-bar input::placeholder {
color: #999;
}
.custom-search-bar .search-icon {
background-color: transparent;
border: none;
padding: 0 15px;
display: flex;
align-items: center;
}
.custom-search-bar .search-icon i {
font-size: 1.4rem;
color: #333;
}
.custom-search-bar .search-icon:hover {
cursor: pointer;
color: #000;
}
/* Separate Mic Icon Positioned Outside */
.mic-container {
margin-left: 1px;
}
.mic-container .mic-icon {
background-color: #f1f1f1;
border-radius: 50%;
padding: 10px;
display: flex;
align-items: center;
justify-content: center;
width: 45px;
height: 45px;
}
.mic-container .mic-icon i {
font-size: 1.4rem;
color: #333;
}
.mic-container .mic-icon:hover {
cursor: pointer;
background-color: #e1e1e1;
}
.im:hover{
background-color: #333;
color: #e1e1e1;
}
</style>
</head>
<body>
<!-- outer start -->
<div class="container-fluid">
<!-- top row start -->
<div class="row sticky-top" style="height: 8vh;background: #fbfafa;">
<div class="col-sm-2 fs-4 my-auto"><i class="fa-solid fa-bars"></i> <i class="fa-brands ps-3 fa-youtube" style="color: #df0707;"></i> <b>Youtube</b><Sup>IN</Sup></div>
<div class="col-sm-6 mx-auto ">
<div class="container my-2">
<div class="d-flex justify-content-center align-items-center">
<!-- Search Bar -->
<div class="custom-search-bar">
<input type="text" placeholder="Search">
<span class="search-icon">
<img src="./img/search.png" alt="">
</span>
</div>
<!-- Mic Icon Outside -->
<div class="mic-container">
<div class="mic-icon">
<img src="./img/mic.png" alt="">
</div>
</div>
</div>
</div>
</div>
<div class="col-sm-2 "> <img src="./img/create.png" alt="" class="mx-3"> <img src="./img/notification-bell.png" alt="" class="mx-3"><button class="btn btn-outline-secondary my-2 mx-3 rounded-5 text-primary"><b>Sign in</b></button></div>
</div>
<!-- top row end -->
<!-- main -->
<div class="row" style="height: 92vh;">
<div class="col-2 bg-light text-black scroll" style="overflow-y: scroll; height: 92vh;">
<ul type="none" class="pt-2">
<li class="py-1 my-3 "><a href="" class="nav-link"><i class="fa-solid fa-house me-4"></i> Home</a></li>
<li class="py-1 my-3 "><a href="" class="nav-link "> <img src="./img/shorts.png" height="24px" width="24px" alt="" class="me-4">Shorts</a></li>
<li class="py-1 my-3 "><a href="" class="nav-link"><img src="./img/subscribe (1).png" height="24px" width="24px" alt="" class="me-4"> Subscriptions</a></li>
<hr style="height:4px;background-color:rgb(0, 0, 0)">
<span class="mx-2 my-5 "><b style="font-size:20px;">You</b></span>
<li class="py-1 my-3 "><a href="" class="nav-link"><img src="./img/person.png" height="24px" width="24px" alt="" class="me-4"> Your Channel</a></li>
<li class="py-1 my-3 "><a href="" class="nav-link"><img src="./img/history.png" height="24px" width="24px" alt="" class="me-4"> History</a></li>
<li class="py-1 my-3 "><a href="" class="nav-link"><img src="./img/playlist.png" height="24px" width="24px" alt="" class="me-4"> Playlists</a></li>
<li class="py-1 my-3 "><a href="" class="nav-link"><img src="./img/player.png" height="24px" width="24px" alt="" class="me-4"> Your Videos</a></li>
<li class="py-1 my-3 "><a href="" class="nav-link"><img src="./img/tips.png" height="24px" width="24px" alt="" class="me-4"> Your Courses</a></li>
<li class="py-1 my-3 "><a href="" class="nav-link"><img src="./img/clock.png" height="24px" width="24px" alt="" class="me-4"> Watch Later</a></li>
<li class="py-1 my-3 "><a href="" class="nav-link"><img src="./img/like.png" height="24px" width="24px" alt="" class="me-4"> Liked Videos</a></li>
<li class="py-1 my-3 "><a href="" class="nav-link"><img src="./img/download.png" height="24px" width="24px" alt="" class="me-4"> Downloads</a></li>
<li class="py-1 my-3 "><a href="" class="nav-link"><img src="./img/clip.png" height="24px" width="24px" alt="" class="me-4"> Your clips</a></li>
<hr style="height:7px;background-color:rgb(0, 0, 0)">
<span class="mx-2 my-5 "><b style="font-size:20px;">Explore</b></span>
<li class="py-1 my-3 "><a href="" class="nav-link"><img src="./img/trending.png" height="24px" width="24px" alt="" class="me-4"> Trending</a></li>
<li class="py-1 my-3 "><a href="" class="nav-link"><img src="./img/shopping.png" height="24px" width="24px" alt="" class="me-4"> Shopping</a></li>
<li class="py-1 my-3 "><a href="" class="nav-link"><img src="./img/music.png" height="24px" width="24px" alt="" class="me-4"> Music</a></li>
<li class="py-1 my-3 "><a href="" class="nav-link"><img src="./img/movies.png" height="24px" width="24px" alt="" class="me-4"> Movies</a></li>
<li class="py-1 my-3 "><a href="" class="nav-link"><img src="./img/live.png" height="24px" width="24px" alt="" class="me-4"> Live</a></li>
<li class="py-1 my-3 "><a href="" class="nav-link"><img src="./img/gaming.png" height="24px" width="24px" alt="" class="me-4"> Gaming</a></li>
<li class="py-1 my-3 "><a href="" class="nav-link"><img src="./img/news.png" height="24px" width="24px" alt="" class="me-4"> News</a></li>
<li class="py-1 my-3 "><a href="" class="nav-link"><img src="./img/sports.png" height="24px" width="24px" alt="" class="me-4"> Sports</a></li>
<li class="py-1 my-3 "><a href="" class="nav-link"><img src="./img/tips.png" height="24px" width="24px" alt="" class="me-4"> Courses</a></li>
<li class="py-1 my-3 "><a href="" class="nav-link"><img src="./img/fashion.png" height="24px" width="24px" alt="" class="me-4"> Fashion & Beauty</a></li>
<li class="py-1 my-3 "><a href="" class="nav-link"><img src="./img/podcast.png" height="24px" width="24px" alt="" class="me-4"> Podcasts</a></li>
<hr style="height:7px;background-color:rgb(0, 0, 0)">
<span class="mx-0 my-5 "><b style="font-size:16px;">More From Youtube</b></span>
<li class="py-1 my-3 "><a href="" class="nav-link"><img src="./img/youtube.png" height="20px" width="24px" alt="" class="me-4">Youtube Premium</a></li>
<li class="py-1 my-3 "><a href="" class="nav-link"><img src="./img/ystudio.png" height="24px" width="24px" alt="" class="me-4"> Youtube Studio</a></li>
<li class="py-1 my-3 "><a href="" class="nav-link"><img src="./img/ymusic.png" height="24px" width="24px" alt="" class="me-4"> Youtube Music</a></li>
<li class="py-1 my-3 "><a href="" class="nav-link"><img src="./img/kids.png" height="20px" width="24px" alt="" class="me-4">Youtube kids</a></li>
<hr style="height:4px;background-color:rgb(0, 0, 0)">
<li class="py-1 my-3 "><a href="" class="nav-link"><img src="./img/settings.png" height="20px" width="24px" alt=""class="me-4">Settings</a></li>
<li class="py-1 my-3 "><a href="" class="nav-link"><img src="./img/repo.png" height="24px" width="24px" alt="" class="me-4"> Report History</a></li>
<li class="py-1 my-3 "><a href="" class="nav-link"><img src="./img/help.png" height="24px" width="24px" alt="" class="me-4"> Help</a></li>
<li class="py-1 my-3 "><a href="" class="nav-link"><img src="./img/feedback.png" height="20px" width="24px" alt="" class="me-4">Send Feedback</a></li>
</ul>
<hr style="height:4px;background-color:rgb(0, 0, 0)">
<br><br><br>
<b class="text-black" style="justify-content:center;"> About Press Copyright Contact us Creators Advertise Developer <br><br> Terms PrivacyPolicy & SafetyHow YouTube worksTest new features
<br> <br>
© 2024 Google LLC</b>
</div>
<div class="col-10 bg-white text-light h-100">
<div class="d-flex p-2 py-2 mt-2 scroll" style="overflow: auto;height: 10vh;">
<p class="px-2 my-auto mx-1 "> <button class="im border border-0 rounded-2">All</button></p>
<p class="px-2 my-auto mx-1 "> <button class="im border border-0 rounded-2">Movies</button></p>
<p class="px-2 my-auto mx-1 "> <button class="im border border-0 rounded-2">songs</button> </</p>
<p class="px-2 my-auto mx-1 "> <button class="im border border-0 rounded-2">news</button> </</p>
<p class="px-2 my-auto mx-1 "> <button class=" im border border-0 rounded-2">drama</button></</p>
<p class="px-2 my-auto mx-1 "> <button class=" im border border-0 rounded-2">Indipop</button></</p>
<p class="px-2 my-auto mx-1 "> <button class=" im border border-0 rounded-2">live</button></</p>
<p class="px-2 my-auto mx-1 "> <button class="im border border-0 rounded-2">Ankit</button></ </p>
<p class="px-2 my-auto mx-1 "> <button class="im border border-0 rounded-2">R2H</button></</p>
<p class="px-2 my-auto mx-1 "> <button class="im border border-0 rounded-2">BBkiVines</button></</p>
<p class="px-2 my-auto mx-1 "> <button class=" im border border-0 rounded-2">Shreyians</button></</p>
<p class="px-2 my-auto mx-1 "> <button class="im border border-0 rounded-2">Mrbeast</button></</p>
<p class="px-2 my-auto mx-1 "><button class="im border border-0 rounded-2">wscubetech</button></p>
<p class="px-2 my-auto mx-1 "> <button class="im border border-0 rounded-2">letest</button></p>
<p class="px-2 my-auto mx-1 "> <button class="im border border-0 rounded-2">Action </button></p>
<p class="px-2 my-auto mx-1 "><button class="im border border-0 rounded-2">Amit </button> </p>
<p class="px-2 my-auto mx-1 "> <button class="im border border-0 rounded-2">lakshaya </button></p>
<p class="px-2 my-auto mx-1 "> <button class="im border border-0 rounded-2">Fukra </button></p>
<p class="px-2 my-auto mx-1 "> <button class="im border border-0 rounded-2">Triggered </button></p>
<p class="px-2 my-auto mx-1 "> <button class="im border border-0 rounded-2">Ashish </button></p>
</div>
<div class="row row-cols-1 row-cols-md-3 g-4 mt-3 bg-white text-black scroll" style="overflow: auto;height: 82vh;" >
<div class="col">
<div class="card h-100">
<img src="./img/ads.png" class="card-img-top" alt="...">
<div class="card-body">
<h5 class="card-title">Selling Fee Reduction on Amazon.in</h5>
<p class="card-text">Sell on India's most visited shopping destination with reduced selling <br>
<b>Sponsored</b>. Amazon Seller Services</p>
</div>
</div>
</div>
<div class="col">
<div class="card h-100">
<a href="player1.html" target="_blank"><img src="./img/panchayat.jpg" class="card-img-top" alt="..."></a>
<div class="card-body">
<img src="./img/tvf.png"height="34px" width="34px" class="rounded-circle mx-3" alt=""><b class="card-title">Tower ke liye Meeting Meeting</b>
<p class="card-text">Tower Ke Liye Meeting Meeting ft. Chandan Roy, Faisal Malik, Durgesh Kumar, Ashok Pathak</p>
</div>
</div>
</div>
<div class="col">
<div class="card h-100">
<a href="player2.html" target="_blank"><img src="./img/lofi1.jpg" class="card-img-top" alt="..."></a>
<div class="card-body">
<img src="./img/lofi11.jpg"height="34px" width="34px" class="rounded-circle mx-3" alt=""><b class="card-title">Rait Zara Si</b>
<p class="card-text">This is a longer card with supporting text below as a natural lead-in to additional content.</p>
</div>
</div>
</div>
<div class="col">
<div class="card h-100">
<a href="player3.html" target="_blank"><img src="./img/bb.jpg" class="card-img-top" alt="..."></a>
<div class="card-body">
<img src="./img/bb2.jpg"height="34px" width="34px" class="rounded-circle mx-3" alt=""><b class="card-title">BB Ki Vines | Angry Masterji Part 16</b>
<p class="card-text">Bhuvan, Bablooji and Sameer visit Bubbly sir to discuss Bhuvan's career plans. </p>
</div>
</div>
</div>
<div class="col">
<div class="card h-100">
<a href="player4.html" target="_blank"><img src="./img/radhe.jpg" class="card-img-top" alt="..."></a>
<div class="card-body">
<img src="./img/narci.jpg"height="34px" width="34px" class="rounded-circle mx-3" alt=""><b class="card-title">Radhe Govinda | Narci | Acyuta Gopi (Prod. By Narci)</b>
<p class="card-text">ORIGINAL BHAJAN: Radhe Govinda By Acyuta Gopi</p>
</div>
</div>
</div>
<div class="col">
<div class="card h-100">
<a href="player5.html" target="_blank"><img src="./img/surma.png" class="card-img-top" alt="..."></a>
<div class="card-body">
<img src="./img/gurur.jpg"height="34px" width="34px" class="rounded-circle mx-3" alt=""><b class="card-title">Surma Surma | ft. Guru Randhawa</b>
<p class="card-text">gururandhawa #slowedandreverb #lofi Surma Surma - Slowed & Reverb - Guru Randhawa / Jay Sean Singer: Guru Randhawa ft. Jay Sean</p>
</div>
</div>
</div>
<div class="col">
<div class="card h-100">
<a href="https://www.youtube.com/watch?v=eaOUpdKUa" target="_blank"><img src="./img/inlove.png" class="card-img-top" alt="..."></a>
<div class="card-body">
<img src="./img/gurur.jpg"height="34px" width="34px" class="rounded-circle mx-3" alt=""><b class="card-title">In Love | Lofi</b>
<p class="card-text">In Love - Slowed & Reverb - Guru Randhawa X Raja Kumari</p>
</div>
</div>
</div>
<div class="col">
<div class="card h-100">
<a href="https://www.youtube.com/watch?v=YIECFZb1IxQ" target="_blank"><img src="./img/r2h.jpg" class="card-img-top" alt="..."></a>
<div class="card-body">
<img src="./img/net.jpg"height="34px" width="34px" class="rounded-circle mx-3" alt=""><b class="card-title">Character goes Desi | Ft. Round2Hell</b>
<p class="card-text">@Round2hell Baney Desi Heart Ke Agents? | Heart of Stone | Netflix India</p>
</div>
</div>
</div>
<div class="col">
<div class="card h-100">
<a href="https://www.youtube.com/watch?v=J90eAAZaDRU" target="_blank"><img src="./img/surma.png" class="card-img-top" alt="..."></a>
<div class="card-body">
<img src="./img/gurur.jpg"height="34px" width="34px" class="rounded-circle mx-3" alt=""><b class="card-title">Tower ke liye Meeting Meeting</b>
<p class="card-text">This is a longer card with supporting text below as a natural lead-in to additional content. This content is a little bit longer.</p>
</div>
</div>
</div>
<div class="col">
<div class="card h-100">
<a href="https://www.youtube.com/watch?v=TAqmVWB-Ils" target="_blank"><img src="./img/guruji.jpg" class="card-img-top" alt="..."></a>
<div class="card-body">
<img src="./img/guru.jpg"height="34px" width="34px" class="rounded-circle mx-3" alt=""><b class="card-title">Airpods Max</b>
<p class="card-text">This is a longer card with supporting text below as a natural lead-in to additional content. This content is a little bit longer.</p>
</div>
</div>
</div>
<div class="col">
<div class="card h-100">
<a href="https://www.youtube.com/watch?v=5cjP0CWWOUw" target="_blank"><img src="./img/triggered.jpg" class="card-img-top" alt="..."></a>
<div class="card-body">
<img src="./img/tri.jpg"height="34px" width="34px" class="rounded-circle mx-3" alt=""><b class="card-title">India's Smartest Student - Exam Meme Review</b>
<p class="card-text">My name is Nischay Malhan. I'm from Delhi and I'm an engineering student. Now I am pursuing youtube Full Time. I make family friendly clean comedy videos on this channel for everyone to enjoy with their family. You don't need earphones to watch my videos😂
.</p>
</div>
</div>
</div>
<div class="col">
<div class="card h-100">
<a href="player4.html" target="_blank"><img src="./img/radhe.jpg" class="card-img-top" alt="..."></a>
<div class="card-body">
<img src="./img/narci.jpg"height="34px" width="34px" class="rounded-circle mx-3" alt=""><b class="card-title">Govinda Radhe
<p class="card-text">Music , videos </p>
</div>
</div>
</div>
</div>
<!-- <img src="./img/shorts1.png" height="25px" width="24px" class="my-3" alt=""><b style="color: black; font-size: 20px;">Shorts</b> -->
</div>
<!-- main end -->
</div>
<!-- outer end -->
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/bootstrap-icons/1.10.0/font/bootstrap-icons.min.js"></script>
</body>
</html>