-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathHip-Hop.html
288 lines (241 loc) · 15.8 KB
/
Hip-Hop.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
<!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>Muzify</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/hiphop genre.jpg" height="350px" width="300px" alt="" class="img-title">
<p class="img-desc">
Indian hip hop is a genre of popular music developed in India. Desi hip hop is a term for music and culture which combines the influences of hip hop and the Indian subcontinent; the term desi referring to the South Asian diaspora. The term has also come to be used as an alternative for rap music and even pop music which involves rappers of South Asian origins.
<br> <br>
With the massive success of ‘Gully Boy’, Zoya Akhtar’s film based on Mumbai’s rap culture, the audience has had a glimpse of what authentic and raw street rap looks like. It revolves around the struggles of rap artists who have risen from Mumbai’s underground rap scene brimming with stories of poverty, economic disparities, violence, social and political issues
</img>
</div>
<div class="bottom_container">
<div class="artist-img">
<h1 class="title-artist">
Artists
</h1>
<div class="artist-img-wrapper">
<div class="artist-img-list">
<div class="artist-img-item">
<img src="img/krisna.jpg" alt="" class="artist-img-item-1">
<span class="artist-img-title">krisna</span>
<p class="artist-img-desc">. Krishna Kaul was born on 4 October 1987 to a Kashmiri Pandit family in Delhi. He spent a part of his childhood in South London, where he was raised and schooled for a few years
</p>
</div>
<div class="artist-img-item">
<img src="img/emiway bantai.jpg" alt="" class="artist-img-item-1">
<span class="artist-img-title">Eemiway bantai</span>
<p class="artist-img-desc">Emiway Bantai whose real name is Bilal Shaikh but who is better known by his stage name Emiway Bantai was born in Bengaluru, Karnataka, India</p>
</div>
<div class="artist-img-item">
<img src="img/devil.jpeg" alt="" class="artist-img-item-1">
<span class="artist-img-title">DHAVAL PARAB(DEEVIL)</span>
<p class="artist-img-desc">Dhaval Parab Aka D'Evil is a well-known Rapper in the Indian Hip-Hop scene. He is one of the eminent personalities who bring Hip-Hip Culture to the top.</p>
</div>
<div class="artist-img-item">
<img src="img/kaam bhari.jpg" alt="" class="artist-img-item-1">
<span class="artist-img-title">Kunal Pandagale</span>
<p class="artist-img-desc">The real name of Kaam Bhaari is Kunal Pandagale. He is a big fan of Ranveer Singh and has been instrumental in making Gully Boy a success as it ...
</p>
</div>
</div>
</div>
</div>
<div class="song_list2">
<li class="song_Item">
<span class="span">01</span>
<img src="img/krisna.jpg" alt="KR$NA" class="img_song">
<h5 class="h5">
Machayenge 4 <br>
<div class="subtitle">kr$na</div>
</h5>
<div class="icon">
<audio controls class="audio">
<source src="audio/Machayenge 4 - KRSNA.mp3.crdownload" 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/rollup.jpg" alt="KR$NA" class="img_song">
<h5 class="h5">
Roll Up <br>
<div class="subtitle">Kr$na</div>
</h5>
<div class="icon">
<audio controls class="audio">
<source src="audio/Roll Up - KRSNA n Badshah.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/shotdekegayab.jpg" alt="DIVINE" class="img_song">
<h5 class="h5">
Shot deke Gayab<br>
<div class="subtitle">DEVIL</div>
</h5>
<div class="icon">
<audio controls class="audio">
<source src="audio/SHOT DEKE GAYAB OFFICIAL MUSIC VIDEO LOKA X D EVIL HARRLIN DROPOUT.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/gullyboy.jpg" alt="DIVINE" class="img_song">
<h5 class="h5">
KAAM BHARI<br>
<div class="subtitle">KAAM BHARI</div>
</h5>
<div class="icon">
<audio controls class="audio">
<source src="audio/.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/PATAKA.jpg" alt="DIVINE" class="img_song">
<h5 class="h5">
PATAKA <br>
<div class="subtitle">KAAM BHARI</div>
</h5>
<div class="icon">
<audio controls class="audio">
<source src="audio/.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/GUESS.jpg" alt="EMIWAY" class="img_song">
<h5 class="h5">
Guess <br>
<div class="subtitle">EMIWAY BANTAI</div>
</h5>
<div class="icon">
<audio controls class="audio">
<source src="audio/GUESS - Emiway Bantai.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/haalaat.jpg" alt="DIVINE" class="img_song">
<h5 class="h5">
Asal hustle
<div class="subtitle">NAEZY</div>
</h5>
<div class="icon">
<audio controls class="audio">
<source src="audio/.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/outof.jpg" alt="EMIWAY" class="img_song">
<h5 class="h5">
Out of Sampark<br>
<div class="subtitle">EMIWAY BANTAI</div>
</h5>
<div class="icon">
<audio controls class="audio">
<source src="audio/.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/mawali qawali.jpg" alt="DEVIL" class="img_song">
<h5 class="h5">
MAWALI QAWALI<br>
<div class="subtitle">DEVIL</div>
</h5>
<div class="icon">
<audio controls class="audio">
<source src="audio/Mawali Qawali Ft. D Evil-MojoJojo-VlcMusic.CoM.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/kohinoor album.jpg" alt="DIVINE" class="img_song">
<h5 class="h5">
Gandhi Money <br>
<div class="subtitle">DIVINE</div>
</h5>
<div class="icon">
<audio controls class="audio">
<source src="audio/Gandhi Money Monsoon With Divine 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>