-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
236 lines (175 loc) · 11.7 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
<!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="Style.css"> <!-- This <link> tag use for linking CSS in HTML -->
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Caveat:wght@400;500;600;700&family=Dancing+Script:wght@400;700&display=swap"> <!-- 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">
<title>Musify</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">Musify</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>
<i class="left-menu-icon fa-solid fa-house-chimney"></i>
<a href="Login.html"><i class="left-menu-icon fa-solid fa-users"></i></a>
<a href="Sub.html" style="color: aliceblue;">Sub</a> <br>
<a href="feedback.html"><i class="left-menu-icon fa-solid fa-comments"></i></a>
<a href="about us page1.html" style="color: aliceblue;">about us</a> <br>
<a href="Thanks.html"><i class="left-menu-icon fa-solid fa-handshake-angle"></i></a>
</div>
<div class="container">
<div class="content-container">
<div class="featured-content">
<!-- <img src="img/EDM.jpg" alt="" class="featured-title"> -->
<p class="featured-desc">
"Melodies inside us,Tunes around us"<br><br>
If you are up for something new <br> <br>
We have a place where you can discover<br> <br>
New music suited for your taste
</p>
</div>
<div class="songs-list-container">
<h1 class="songs-list-title">
Artist
</h1>
<div class="songs-list-wrapper">
<div class="songs_list">
<div class="songs-list-item">
<img src="img/divine3.jpeg" alt="" class="songs-list-item-img">
<span class="songs-list-item-title">Divine</span>
<p class="songs-list-item-desc"></p>
<button class="songs-list-item-button"> <a href="Divine.html"><b>Listen now</b></a> </button>
</div>
<div class="songs-list-item">
<img src="img/taylor.jpg" alt="" class="songs-list-item-img">
<span class="songs-list-item-title">Taylor Swift</span>
<p class="songs-list-item-desc"></p>
<button class="songs-list-item-button"><a href="Taylor Swift.html"><b>Listen now</b></a></button>
</div>
<div class="songs-list-item">
<img src="img/local train2.jpg" alt="" class="songs-list-item-img">
<span class="songs-list-item-title">The Local Train</span>
<p class="songs-list-item-desc"></p>
<button class="songs-list-item-button"><a href="The local train.html"><b>Listen now</b></a></button>
</div>
<div class="songs-list-item">
<img src="img/BoyWithUke2.jpeg" alt="" class="songs-list-item-img">
<span class="songs-list-item-title">BoyWithUke</span>
<p class="songs-list-item-desc"></p>
<button class="songs-list-item-button"><a href="BoyWithUke.html"><b>Listen now</b></a></button>
</div>
<!-- <div class="songs-list-item">
<img src="" alt="" class="songs-list-item-img">
<span class="songs-list-item-title"></span>
<p class="songs-list-item-desc"></p>
<button class="songs-list-item-button"><a href=""><b>Listen now</b></a></button>
</div> -->
</div>
<div class="songs-wrapper">
<div class="songs-list-wrapper">
<div class="songs_list" style="margin-left: 400px;">
<div class="songs-list-item">
<img src="img/weeknd1.webp" alt="" class="songs-list-item-img">
<span class="songs-list-item-title">Weeknd</span>
<p class="songs-list-item-desc"></p>
<button class="songs-list-item-button"><a href="Weeknd.html"><b>Listen now</b></a></button>
</div>
<div class="songs-list-item">
<img src="img/Armaan Malik.jpg" alt="" class="songs-list-item-img">
<span class="songs-list-item-title">Armaan Malik</span>
<p class="songs-list-item-desc"></p>
<button class="songs-list-item-button"><a href="Armaan Malik.html"><b>Listen now</b></a></button>
</div>
</div>
<!-- <i class="fa-solid fa-chevron-right arrows"></i> -->
</div>
</div>
<div class="songs-list-container">
<h1 class="songs-list-title">
Genres
</h1>
<div class="songs-wrapper">
<div class="songs-list-wrapper">
<div class="songs_list">
<div class="songs-list-item">
<img src="img/hiphop genre.jpg" alt="" class="songs-list-item-img">
<span class="songs-list-item-title">INDIAN HIP-HOP </span>
<p class="songs-list-item-desc"></p>
<button class="songs-list-item-button"><a href="Hip-Hop.html"><b>Listen now</b></a></a></button>
</div>
<div class="songs-list-item">
<img src="img/popmusic.jpg" alt="" class="songs-list-item-img">
<span class="songs-list-item-title">POP</span>
<p class="songs-list-item-desc"></p>
<button class="songs-list-item-button"><a href="POP.html"><b>Listen now</b></a></button>
</div>
<div class="songs-list-item">
<img src="img/rb3.jpg" alt="" class="songs-list-item-img">
<span class="songs-list-item-title">Rhythm and Blues</span>
<p class="songs-list-item-desc"></p>
<button class="songs-list-item-button"><a href="Rhythm and Blues.html"><b>Listen now</b></a></button>
</div>
<div class="songs-list-item">
<img src="img/Alt Z.png" alt="" class="songs-list-item-img">
<span class="songs-list-item-title">Alt Z</span>
<p class="songs-list-item-desc"></p>
<button class="songs-list-item-button"><a href="Alt Z.html"><b>Listen now</b></a></button>
</div>
</div>
<!-- <i class="fa-solid fa-chevron-right arrow"></i> -->
</div>
<div class="songs-wrapper">
<div class="songs-list-wrapper">
<div class="songs_list" style="margin-left: 400px;">
<div class="songs-list-item">
<img src="img/genre.png" alt="" class="songs-list-item-img">
<span class="songs-list-item-title">Gaming Music</span>
<p class="songs-list-item-desc"></p>
<button class="songs-list-item-button"><a href="Gaming Music.html"><b>Listen now</b></a></button>
</div>
<div class="songs-list-item">
<img src="img/EDM.jpg" alt="" class="songs-list-item-img">
<span class="songs-list-item-title">EDM</span>
<p class="songs-list-item-desc"></p>
<button class="songs-list-item-button"> <a href="EDM.html"><b>Listen now</b></a> </button>
</div>
</div>
<!-- <i class="fa-solid fa-chevron-right arrow"></i> -->
</div>
</div>
</div>
</div>
</div>
<script src="App.js"></script>
</body>
</html>