-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathRhythm and Blues.html
365 lines (319 loc) · 21.2 KB
/
Rhythm and Blues.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
<!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"> <!-- The <meta> tag defines metadata about an HTML document. Metadata is data (information) about data. -->
<link rel="stylesheet" href="Style2.css"> <!-- This <link> tag use for linking CSS in HTML -->
<link href="https://fonts.googleapis.com/css2?family=Caveat:wght@400;500;600;700&family=Dancing+Script:wght@400;700&display=swap" rel="stylesheet"> <!-- This <link> tag use for linking font from the web in HTML -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.2.0/css/all.min.css"> <!-- This link is used for profile arrow icon -->
<link href="https://fonts.googleapis.com/css2?family=Macondo&family=Syne+Mono&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.7.2/font/bootstrap-icons.css">
<title>Rhythm and Blues</title>
</head>
<body>
<!-- This is <div> tag it is used to divied web-page into parts with class "topbar" which helps to identify in CSS -->
<div class="topbar">
<!-- This <div> tag is subset of "topbar" -->
<div class="topbar-container">
<!-- New <div> has start from here and subset of topbar-container -->
<div class="logo-container">
<!-- This <h1> contains website name -->
<h1 class="logo">Muzify</h1>
</div>
<!-- New <div> has start from here and subset of topbar-container -->
<div class="profile-container">
<!-- <img> tag is used for insert image with src attribute which used as source for image -->
<img class="profile-image" src="https://upload.wikimedia.org/wikipedia/commons/5/5f/Alberto_conversi_profile_pic.jpg" alt="">
<div class="profile-text-container">
<span class="profile-text">Profile</span>
<!-- This used for arrow which shown in beside profile -->
<i class="fa-sharp fa-solid fa-caret-down"></i>
</div>
<div class="toggle">
<i class="fa-solid fa-moon toggle-icon"></i>
<i class="fa-solid fa-sun toggle-icon"></i>
<div class="toggle-ball"></div>
</div>
</div>
</div>
</div>
<!-- This is another <div> tag it is used to divied web-page into parts with class "Sidebar" which helps to identify in CSS -->
<div class="sidebar">
<i class="left-menu-icon fa-solid fa-magnifying-glass"></i>
<a href="Index.html"><i class="left-menu-icon fa-solid fa-house-chimney"></i></a>
<i class="left-menu-icon fa-solid fa-users"></i>
<i class="left-menu-icon fa-solid fa-bookmark"></i>
</div>
<!-- This is yet another <div> for container(main content in website) -->
<div class="main_container">
<div class="container">
<div class="top_container" >
<img src="img/rb3.jpg" alt="" class="img-title">
<p class="img-desc">
"Rhythm and blues, frequently abbreviated as R&B or R'n'B, is a genre of popular music that originated in African-American communities in the 1940s.
R&B derived from gospel, jazz, folk, and traditional blues music and emerged in tandem with rock 'n' roll
Soul music is a popular music genre that originated in the African American community throughout the United States in the late 1950s and early 1960s.
It has its roots in African-American gospel music, rhythm and blues.
The term was originally used by record companies to describe recordings marketed predominantly to urban African Americans, at a time when "urbane, rocking, jazz based music ...
heavy, insistent beat" was becoming more popular. In the commercial rhythm and blues music typical of the 1950s through the 1970s, the bands usually consisted of piano,
one or two guitars, bass, drums, one or more saxophones, and sometimes background vocalists. R&B lyrical themes often encapsulate the African-American experience of pain
and the quest for freedom and joy, as well as triumphs and failures in terms of relationships, economics, and aspirations."
</img>
</div>
<div class="bottom_container">
<div class="artist-img">
<h1 class="title-artist">
Artist
</h1>
<div class="artist-img-wrapper">
<div class="artist-img-list">
<div class="artist-img-item">
<img src="img/w4.jpg" alt="" class="artist-img-item-1">
<span class="artist-img-title">Weeknd</span>
<p class="artist-img-desc">Abel Makkonen Tesfaye, known professionally as the Weeknd, is a Canadian singer, songwriter, and record producer.
Known for his sonic versatility and dark lyricism, his music explores escapism, romance, and melancholia. </p>
</div>
<div class="artist-img-item">
<img src="img/khalid3.jpg" alt="" class="artist-img-item-1">
<span class="artist-img-title">Khalid</span>
<p class="artist-img-desc">Khalid Donnel Robinson, known mononymously as Khalid, is an American singer and songwriter.
He rose to fame after the release of his debut studio album American Teen, which was certified
platinum by the Recording Industry Association of America." </p>
</div>
<div class="artist-img-item">
<img src="img/6lack2.webp" alt="" class="artist-img-item-1">
<span class="artist-img-title">6Lack</span>
<p class="artist-img-desc">Ricardo Valdez Valentine Jr., known professionally as 6lack, is an American singer and rapper.
He initially gained notable recognition following the release of his single, "Prblms", taken from his debut album, Free 6lack, which was released in November 2016. </p>
</div>
<div class="artist-img-item">
<img src="img/doja.webp" alt="" class="artist-img-item-1">
<span class="artist-img-title">Doja Cat</span>
<p class="artist-img-desc">Amala Ratna Zandile Dlamini, known professionally as Doja Cat, is an American rapper and singer.
Born and raised in Los Angeles, California, she began making and releasing music on SoundCloud as a teenager. </p>
</div>
</div>
</div>
</div>
<div class="song_list2">
<li class="song_Item">
<span class="span">01</span>
<img src="img/w6.jpg" alt="Alan" class="img_song">
<h5 class="h5">
Die For You <br>
<div class="subtitle">Weeknd</div>
</h5>
<div class="icon">
<audio controls class="audio">
<source src="audio/SnapSave.io - The Weeknd - DIE FOR YOU (Lyrics) (128 kbps).mp3" type="audio/mp3">
<i class="bi playListPlay bi-play-circle-fill" id="10"></i>
</audio>
</div>
</li>
<li class="song_Item">
<span class="span">02</span>
<img src="img/ty.webp" alt="Alan" class="img_song">
<h5 class="h5">
Chosen <br>
<div class="subtitle">Ty Dolla $ign</div>
</h5>
<div class="icon">
<audio controls class="audio">
<source src="audio/SnapSave.io - Blxst - Chosen (feat. Ty Dolla $ign & Tyga) [Official Music Video] (128 kbps).mp3" type="audio/mp3">
<i class="bi playListPlay bi-play-circle-fill" id="10"></i>
</audio>
</div>
</li>
<li class="song_Item">
<span class="span">03</span>
<img src="img/khalid00.jpg" alt="Alan" class="img_song">
<h5 class="h5">
Better <br>
<div class="subtitle">Khalid</div>
</h5>
<div class="icon">
<audio controls class="audio">
<source src="audio/SnapSave.io - Khalid - Better (Official Video) (128 kbps).mp3" type="audio/mp3">
<i class="bi playListPlay bi-play-circle-fill" id="10"></i>
</audio>
</div>
</li>
<li class="song_Item">
<span class="span">04</span>
<img src="img/jb.jpg" alt="Alan" class="img_song">
<h5 class="h5">
Come Around me <br>
<div class="subtitle">Justin Bieber</div>
</h5>
<div class="icon">
<audio controls class="audio">
<source src="audio/SnapSave.io - Justin Bieber - Come Around Me (CHANGES_ The Movement) (128 kbps).mp3" type="audio/mp3">
<i class="bi playListPlay bi-play-circle-fill" id="10"></i>
</audio>
</div>
</li>
</div>
<div class="song_list2">
<li class="song_Item">
<span class="span">05</span>
<img src="img/w4.jpg" alt="Alan" class="img_song">
<h5 class="h5">
In Your Eyes <br>
<div class="subtitle">Weeknd</div>
</h5>
<div class="icon">
<audio controls class="audio">
<source src="audio/SnapSave.io - The Weeknd - In Your Eyes (Official Audio) (128 kbps).mp3" type="audio/mp3">
<i class="bi playListPlay bi-play-circle-fill" id="10"></i>
</audio>
</div>
</li>
<li class="song_Item">
<span class="span">06</span>
<img src="img/riri.webp" alt="Alan" class="img_song">
<h5 class="h5">
We Found Love <br>
<div class="subtitle">Rihanna</div>
</h5>
<div class="icon">
<audio controls class="audio">
<source src="audio/SnapSave.io - Rihanna - We Found Love ft. Calvin Harris (128 kbps).mp3" type="audio/mp3">
<i class="bi playListPlay bi-play-circle-fill" id="10"></i>
</audio>
</div>
</li>
<li class="song_Item">
<span class="span">07</span>
<img src="img/always never.jpeg" alt="Alan" class="img_song">
<h5 class="h5">
Wylin <br>
<div class="subtitle">Always Never</div>
</h5>
<div class="icon">
<audio controls class="audio">
<source src="audio/SnapSave.io - Always Never - Wylin' (Official Lyric Video) (128 kbps).mp3" type="audio/mp3">
<i class="bi playListPlay bi-play-circle-fill" id="10"></i>
</audio>
</div>
</li>
<li class="song_Item">
<span class="span">08</span>
<img src="img/syd.jpg" alt="Alan" class="img_song">
<h5 class="h5">
Body <br>
<div class="subtitle">SYD</div>
</h5>
<div class="icon">
<audio controls class="audio">
<source src="audio/SnapSave.io - Syd - Body (Audio) (128 kbps).mp3" type="audio/mp3">
<i class="bi playListPlay bi-play-circle-fill" id="10"></i>
</audio>
</div>
</li>
<li class="song_Item">
<span class="span">09</span>
<img src="img/lackkk.webp" alt="Alan" class="img_song">
<h5 class="h5">
Free <br>
<div class="subtitle">6Lack</div>
</h5>
<div class="icon">
<audio controls class="audio">
<source src="audio/SnapSave.io - 6LACK - Free (Official Video) (128 kbps) (1).mp3" type="audio/mp3">
<i class="bi playListPlay bi-play-circle-fill" id="10"></i>
</audio>
</div>
</li>
<li class="song_Item">
<span class="span">10</span>
<img src="img/khalid.jpeg" alt="Alan" class="img_song">
<h5 class="h5">
OTW <br>
<div class="subtitle">Khalid</div>
</h5>
<div class="icon">
<audio controls class="audio">
<source src="audio/SnapSave.io - Khalid - OTW (Official Video) ft. 6LACK, Ty Dolla $ign (128 kbps).mp3" type="audio/mp3">
<i class="bi playListPlay bi-play-circle-fill" id="10"></i>
</audio>
</div>
</li>
<li class="song_Item">
<span class="span">11</span>
<img src="img/cat.jpeg" alt="Alan" class="img_song">
<h5 class="h5">
Need to Know <br>
<div class="subtitle">Doja Cat</div>
</h5>
<div class="icon">
<audio controls class="audio">
<source src="audio/SnapSave.io - Doja Cat - Need to Know (Official Video) (128 kbps).mp3" type="audio/mp3">
<i class="bi playListPlay bi-play-circle-fill" id="10"></i>
</audio>
</div>
</li>
<li class="song_Item">
<span class="span">12</span>
<img src="img/silence.jpg" alt="Alan" class="img_song">
<h5 class="h5">
Silence <br>
<div class="subtitle">Khalid</div>
</h5>
<div class="icon">
<audio controls class="audio">
<source src="audio/SnapSave.io - Marshmello ft. Khalid - Silence (Official Lyric Video) (128 kbps).mp3" type="audio/mp3">
<i class="bi playListPlay bi-play-circle-fill" id="10"></i>
</audio>
</div>
</li>
<li class="song_Item">
<span class="span">13</span>
<img src="img/i feel.jpeg" alt="Alan" class="img_song">
<h5 class="h5">
I Feel It Coming <br>
<div class="subtitle">Weeknd</div>
</h5>
<div class="icon">
<audio controls class="audio">
<source src="audio/SnapSave.io - The Weeknd - I Feel It Coming ft. Daft Punk (Official Video) (128 kbps).mp3" type="audio/mp3">
<i class="bi playListPlay bi-play-circle-fill" id="10"></i>
</audio>
</div>
</li>
<li class="song_Item">
<span class="span">14</span>
<img src="img/umbrella.jpeg" alt="Alan" class="img_song">
<h5 class="h5">
Umbrella <br>
<div class="subtitle">Rihanna</div>
</h5>
<div class="icon">
<audio controls class="audio">
<source src="audio/SnapSave.io - Rihanna - Umbrella (Orange Version) (Official Music Video) ft. JAY-Z (128 kbps).mp3" type="audio/mp3">
<i class="bi playListPlay bi-play-circle-fill" id="10"></i>
</audio>
</div>
</li>
<li class="song_Item">
<span class="span">15</span>
<img src="img/tony.jpeg" alt="Alan" class="img_song">
<h5 class="h5">
The Color Violet <br>
<div class="subtitle">Tony Lonez</div>
</h5>
<div class="icon">
<audio controls class="audio">
<source src="audio/SnapSave.io - Tory Lanez - The Color Violet [Official Audio] (128 kbps).mp3" type="audio/mp3">
<i class="bi playListPlay bi-play-circle-fill" id="10"></i>
</audio>
</div>
</li>
</div>
</div>
</div>
</div>
</div>
</body>
<script src="App.js"></script>
</html>