forked from virtual-tech-school/youtube-clone
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhome.html
More file actions
321 lines (205 loc) · 8.13 KB
/
home.html
File metadata and controls
321 lines (205 loc) · 8.13 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
<!DOCTYPE html>
<html>
<head>
<title>YouTube</title>
<!-- Bootstrap -->
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.0-beta1/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-0evHe/X+R7YkIZDRvuzKMRqM+OrBnVFBL6DOitfPri4tjfHxaWutUpFmBp4vmVor" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.0-beta1/dist/js/bootstrap.bundle.min.js"
integrity="sha384-pprn3073KE6tl6bjs2QrFaJGz5/SUsLqktiwsUTF55Jfv3qYSDhgCecCxMW52nD2"
crossorigin="anonymous"></script>
<!-- Fontawesome -->
<script src="https://kit.fontawesome.com/b94f5696ce.js" crossorigin="anonymous"></script>
<!-- Roboto Font -->
<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:wght@300;500&display=swap" rel="stylesheet">
<!-- jQuery -->
<script src="https://code.jquery.com/jquery-3.6.0.min.js"
integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<!-- Styles -->
<link href="assets/css/home.css" rel="stylesheet">
</head>
<body>
<!-- navbar -->
<div class="flex-div nav">
<div class="nav-left flex-div">
<i class="fa-solid fa-bars menu" id="menu"></i>
<img src="./assets/images/logo.png" class="logo" alt="Youtube Logo">
</div>
<div class="nav-middle flex-div">
<div class="search flex-div">
<input type="text" placeholder="Search" id="">
<i class="fa-solid fa-magnifying-glass"></i>
</div>
<i class="fa-solid fa-microphone mic"></i>
</div>
<div class="nav-right flex-div">
<i class="fa-solid fa-braille"></i>
<i class="fa-solid fa-bell"></i>
<i class="fa-solid fa-video-slash"></i>
<img src="./assets/images/apoorv.jpg" class="user" alt="Apoorv's Image">
</div>
</div>
<!-- navbar finish -->
<!-- sidebar -->
<div class="sidebar">
<!-- General Section -->
<div class="short">
<a href="#">
<i class="fa-solid fa-house"></i>
<p>Home</p>
</a>
<a href="#">
<i class="fa-solid fa-compass"></i>
<p>Explore</p>
</a>
<a href="#">
<i class="fa-solid fa-bolt"></i>
<p>Shorts</p>
</a>
<a href="#">
<i class="fa-brands fa-youtube"></i>
<p>Subscriptions</p>
</a>
<hr>
<!-- History Section -->
<a href="#">
<i class="fa-solid fa-clock-rotate-left"></i>
<p>History</p>
</a>
<a href="#">
<i class="fa-solid fa-photo-film"></i>
<p>Library</p>
</a>
<a href="#">
<i class="fa-solid fa-clock"></i>
<p>Watch later</p>
</a>
<hr>
</div>
<!-- Subscriptions Section -->
<div class="subscribe">
<h6>SUBSCRIPTIONS</h6>
<a href="#">
<img src="./assets/images/apoorv.jpg" alt="Apoorv's Image">
<p>Apoorv Goyal</p>
</a>
<a href="#">
<img src="./assets/images/kunal.jpg" alt="Kunal's Image">
<p>Kunal Kushwaha</p>
</a>
<a href="#">
<img src="./assets/images/sanu.jpg" alt="Shanu's Image">
<p>Khera Shanu</p>
</a>
<a href="#">
<img src="./assets/images/rana.jpg" alt="Rana's Image">
<p>Rana Paul</p>
</a>
</div>
<hr>
<!-- More From Youtube Section -->
<div class="more">
<h6>MORE FROM YOUTUBE</h6>
<a href="#">
<i class="fa-brands fa-youtube"></i>
<p>Youtube Premium</p>
</a>
<a href="#">
<i class="fa-solid fa-gamepad"></i>
<p>Gaming</p>
</a>
<a href="#">
<i class="fa-solid fa-tower-broadcast"></i>
<p>Live</p>
</a>
<a href="#">
<i class="fa-solid fa-trophy"></i>
<p>Sports</p>
</a>
<hr>
<a href="#">
<i class="fa-solid fa-gear"></i>
<p>Settings</p>
</a>
<a href="#">
<i class="fa-solid fa-circle-question"></i>
<p>Help</p>
</a>
<a href="#">
<i class="fa-solid fa-comment"></i>
<p>Send Feedback</p>
</a>
<hr>
</div>
<!-- Sidebar Footer Section -->
<div class="foot">
<small>About</small>
<small>Press</small>
<small>Copyright</small>
<small>Contact</small>
<small>Developers</small>
<small>Advertise</small>
<br>
<br>
<small>Terms</small>
<small>Privacy</small>
<small>Policy & Saftey</small>
<br>
<small>How YouTube Works</small>
<br>
<small>Test new features</small>
<br>
<br>
<small><i class="fa-solid fa-copyright"></i> 2022 Google LLC</small>
</div>
</div>
<!-- sidebar finish-->
<!-- Catagory Bar -->
<div class="catagory">
<button class="catagory_btn rounded-pill active">All</button>
<button class="catagory_btn rounded-pill">Live</button>
<button class="catagory_btn rounded-pill">Gaming</button>
<button class="catagory_btn rounded-pill">Music</button>
<button class="catagory_btn rounded-pill">JavaScript</button>
<button class="catagory_btn rounded-pill">Web Development</button>
<button class="catagory_btn rounded-pill">Cricket</button>
<button class="catagory_btn rounded-pill">Computer Programming</button>
<button class="catagory_btn rounded-pill">CSS</button>
<button class="catagory_btn rounded-pill">Artificial Intelligence</button>
<button class="catagory_btn rounded-pill">Chess</button>
<button class="catagory_btn rounded-pill">Stocks</button>
<button class="catagory_btn rounded-pill">Gadgets</button>
<button class="catagory_btn rounded-pill">Recently Upload</button>
<button class="catagory_btn rounded-pill">Watched</button>
<button class="catagory_btn rounded-pill">New to you</button>
</div>
<!-- Catagory Bar Finish-->
<!-- Script -->
<script src="assets/scripts/home.js"></script>
</body>
<head>
<!-- Bootstrap -->
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.0-beta1/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-0evHe/X+R7YkIZDRvuzKMRqM+OrBnVFBL6DOitfPri4tjfHxaWutUpFmBp4vmVor" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.0-beta1/dist/js/bootstrap.bundle.min.js"
integrity="sha384-pprn3073KE6tl6bjs2QrFaJGz5/SUsLqktiwsUTF55Jfv3qYSDhgCecCxMW52nD2"
crossorigin="anonymous"></script>
<!-- Fontawesome -->
<script src="https://kit.fontawesome.com/b94f5696ce.js" crossorigin="anonymous"></script>
<!-- Roboto Font -->
<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:wght@300;500&display=swap" rel="stylesheet">
<!-- jQuery -->
<script src="https://code.jquery.com/jquery-3.6.0.min.js"
integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<!-- Styles -->
<link href="assets/css/home.css" rel="stylesheet">
</head>
<body>
<!-- Script -->
<script src="assets/scripts/home.js"></script>
</body>
</html>