-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
243 lines (221 loc) · 9.44 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>YouTube</title>
<link rel="icon" type="image/x-icon" href="assets/IconOfYT.png">
<!-- link for CSS -->
<link rel="stylesheet" href="css/index.css">
<link rel="stylesheet" href="css/navbar.css">
<!-- <link rel="stylesheet" href="aside.css"> -->
<link rel="stylesheet" href="css/main.css">
<!-- link for 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" />
<!-- link for 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&display=swap" rel="stylesheet">
</head>
<body>
<header>
<div id="nav">
<div class="left">
<span class="material-symbols-outlined">menu</span>
<img src="assets/youtube-logo-png-transparent-3.png" alt="logo" id="logoOfYT" title="YouTube Home">
</div>
<div class="middle">
<input type="search" placeholder="Search">
<button><span class="material-symbols-outlined" title="Search">search</span></button>
<span class="material-symbols-outlined" title="Search with your voice">mic</span>
</div>
<div class="right">
<span class="material-symbols-outlined" title="Settings">more_vert</span>
<div class="AccIcon-SignIn">
<span class="material-symbols-outlined">account_circle</span>
<span>Sign in</span>
</div>
</div>
</div>
</header>
<main>
<div class="main">
<div class="aside">
<div class="nav">
<a class="nav-link active" title="Home">
<span class="material-symbols-outlined">home</span>
<span>Home</span>
</a>
<a class="nav-link" title="Shorts">
<span class="material-symbols-outlined">slow_motion_video</span>
<span>Shorts</span>
</a>
<a class="nav-link" title="Subscriptions">
<span class="material-symbols-outlined">subscriptions</span>
<span>Subscriptions</span>
</a>
<hr>
<a class="nav-link" title="Library">
<span class="material-symbols-outlined">video_library</span>
<span>Library</span>
</a>
<a class="nav-link" title="History">
<span class="material-symbols-outlined">history</span>
<span>History</span>
</a>
<hr>
<div id="fewText">Sign in to like videos, comment, and subscribe.</div>
<div id="forBTN">
<span class="material-symbols-outlined">account_circle</span>
<span>Sign in</span>
</div>
<hr>
<a class="nav-link" title="Trending">
<span class="material-symbols-outlined">local_fire_department</span>
<span>Trending</span>
</a>
<a class="nav-link" title="Shopping">
<span class="material-symbols-outlined">local_mall</span>
<span>Shopping</span>
</a>
<a class="nav-link" title="Music">
<span class="material-symbols-outlined">music_note</span>
<span>Music</span>
</a>
<a class="nav-link" title="Movies & shows">
<span class="material-symbols-outlined">movie</span>
<span>Movies & shows</span>
</a>
<a class="nav-link" title="Live">
<span class="material-symbols-outlined">sensors</span>
<span>Live</span>
</a>
<a class="nav-link" title="Gaming">
<span class="material-symbols-outlined">stadia_controller</span>
<span>Gaming</span>
</a>
<a class="nav-link" title="News">
<span class="material-symbols-outlined">sticky_note_2</span>
<span>News</span>
</a>
<a class="nav-link" title="Sports">
<span class="material-symbols-outlined">military_tech</span>
<span>Sports</span>
</a>
</div>
</div>
<div class="content">
<div class="UpperButtons">
<button id="active">All</button>
<button>Cartoons</button>
<button>Food</button>
<button>Restaurant </button>
<button>Gaming</button>
<button>Music</button>
<button>Hollywood</button>
<button>News</button>
<button>Cricket</button>
<button>Computers</button>
<button>Disney</button>
<button>Travel</button>
<button>Toys</button>
<button>Anime</button>
</div>
<div class="videos">
<div class="video">
<div class="thumail">
<img src="assets/Raya the last Dragon.jpg" alt="Img">
</div>
<div class="details">
<div class="author">
<img src="assets/Disney.jpg" alt="" title="Walt Disney">
</div>
<div class="title">
<h3 title="Watch full movie in HD">Watch full movie in HD</h3>
<a href="" title="Walt Disney">Walt Disney</a>
<span>2M Views • 1 Year ago</span>
</div>
</div>
</div>
<div class="video">
<div class="thumail">
<img src="assets/Food.jpg" alt="Img">
</div>
<div class="details">
<div class="author">
<img src="assets/ForFood.png" alt="" title="KnowtheSpices">
</div>
<div class="title">
<h3 title="Indian best speices which you can use in any food">Indian best speices which you can use in any food</h3>
<a href="" title="KnowtheSpices">KnowtheSpices</a>
<span>60K Views • 3 Year ago</span>
</div>
</div>
</div>
<div class="video">
<div class="thumail">
<img src="assets/Northen.jpg" alt="rayaImg">
</div>
<div class="details">
<div class="author">
<img src="assets/ForNorthen.png" alt="" title="DreamPlaces">
</div>
<div class="title">
<h3 title="See the most beautiful place on the earth">See the most beautiful place on the earth</h3>
<a href="" title="DreamPlaces">DreamPlaces</a>
<span>6M Views • 5 Months ago</span>
</div>
</div>
</div>
<div class="video">
<div class="thumail">
<img src="assets/Broken Bridge.png" alt="Img">
</div>
<div class="details">
<div class="author">
<img src="assets/ForArt.jpg" alt="">
</div>
<div class="title">
<h3 title="Learn how to paint digitally in desktop devices">Learn how to paint digitally in desktop devices</h3>
<a href="" title="Magical Art">Magical Art</a>
<span>667K Views • 3 Year ago</span>
</div>
</div>
</div>
<div class="video">
<div class="thumail">
<img src="assets/Book.jpg" alt="Img">
</div>
<div class="details">
<div class="author">
<img src="assets/ForBook.webp" alt="">
</div>
<div class="title">
<h3 title="Books which will be helpful in your 20's">Books which will be helpful in your 20's</h3>
<a href="" title="World of Books">World of Books</a>
<span>1.1K Views • 14 Days ago</span>
</div>
</div>
</div>
<div class="video">
<div class="thumail">
<img src="assets/Story.png" alt="Img">
</div>
<div class="details">
<div class="author">
<img src="assets/sForStrory.jpg" alt="">
</div>
<div class="title">
<h3 title="Monk story beautifully explained to learn life lesson">Monk story beautifully explained to learn life lesson</h3>
<a href="" title="WordsOfWisdom">WordsOfWisdom</a>
<span>800K Views • 1.5 Year ago</span>
</div>
</div>
</div>
</div>
</div>
</div>
</main>
</body>
</html>