-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
197 lines (196 loc) · 9.35 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Spotify - Web Player: Music for everyone</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.2/css/all.min.css"
integrity="sha512-z3gLpd7yknf1YoNbCzqRKc4qyor8gaKU1qmn+CShxbuBusANI9QpRohGBreCFkKxLhei6S9CQXFEbbKuqLg0DA=="
crossorigin="anonymous" referrerpolicy="no-referrer"
/>
<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=Montserrat:ital,wght@0,300;0,400;0,500;0,700;1,600&display=swap" rel="stylesheet">
<link rel="icon" href="./logo.png">
<link rel="stylesheet" href="index.css">
<link href="https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,400;0,500;0,600;1,600&display=swap" rel="stylesheet">
</head>
<body>
<div class="main">
<div class="sidebar-menu">
<div class="nav">
<div class="nav-option">
<a href="home" style="opacity: 1;"><i class="fa-solid fa-house"></i>Home</a>
</div>
<div class="nav-option">
<a href="search"><i class="fa-solid fa-magnifying-glass"></i>Search</a>
</div>
</div>
<div class="library_section">
<div class="library_buttons">
<div id="library_icon">
<a href="library"><img src="library_icon.png" alt="Library_icon">Your library</a>
</div>
<div id="add_icon">
<a href="Add"><i class="fa-sharp fa-solid fa-plus"></i></a>
</div>
<div id="arrow_icon">
<a href="arrow"><i class="fa-solid fa-arrow-right"></i></a>
</div>
</div>
<div id="box1">
<div id="box1-p1"><h5>Create your first playlist</h5></div>
<div id="box1-p2"><h6>we will help you<h6></h6></div>
<button type="submit">Create Playlist</button>
</div>
<div id="box2">
<div id="box2-p1"><h5>Let's find some podcasts to <br><br>follow</h5></div>
<div id="box2-p2"><h6>we will keep you updated on new <br><br>episodes</h6></div>
<button type="submit">Browse podcasts</button>
</div>
</div>
</div>
<div class="main-content">
<div id="top-nav-bar">
<div id="l-arrow" class="top-nav-btn">
<img src="backward_icon.png" alt="backward icon">
</div>
<div id="r-arrow" class="top-nav-btn" >
<img src="forward_icon.png" alt="forward icon">
</div>
<div id="exp-btn" class="top-nav-btn">
<button type="submit">Explore Premium</button>
</div>
<div id="inst-btn" class="top-nav-btn">
<button type="submit"><i class="fa-regular fa-circle-down"></i> Install App</button>
</div>
<div id="noti-btn" class="top-nav-btn">
<i class="fa-sharp fa-solid fa-bell"></i>
</div>
<div id="profile-btn" class="top-nav-btn">
<i class="fa-solid fa-user"></i>
</div>
</div>
<div class="heading1">
<h2>Recently Played</h2>
</div>
<div id="card">
<img src="card1img.jpeg" alt="card1 image">
<div id="writing1">
<h3>Top-50 Global</h3>
<p>Your update of the most played</p>
</div>
</div>
<div class="heading2">
<h2>Spotify original & exclusive podcasts</h2>
</div>
<div class="cards1">
<div class="card">
<img src="card2img.jpeg" alt="card1 image">
<div id="writing1">
<h3>Top-50 Global</h3>
<p>Your update of the most played</p>
</div>
</div>
<div class="card">
<img src="card3img.jpeg" alt="card1 image">
<div id="writing1">
<h3>Top-50 Global</h3>
<p>Your update of the most played</p>
</div>
</div>
<div class="card">
<img src="card4img.jpeg" alt="card1 image">
<div id="writing1">
<h3>Top-50 Global</h3>
<p>Your update of the most played</p>
</div>
</div>
</div>
<div class="heading3">
<h2>Featured charts</h2>
</div>
<div class="cards2">
<div class="card">
<img src="card5img.jpeg" alt="card1 image">
<div id="writing1">
<h3>Top-50 Global</h3>
<p>Your update of the most played</p>
</div>
</div>
<div class="card">
<img src="card6img.jpeg" alt="card1 image">
<div id="writing1">
<h3>Top-50 Global</h3>
<p>Your update of the most played</p>
</div>
</div>
<div class="card">
<img src="cardimage7.jpg" alt="card1 image">
<div id="writing1">
<h3>Top-50 Global</h3>
<p>Your update of the most played</p>
</div>
</div>
<div class="card">
<img src="cardimage8.png" alt="card1 image">
<div id="writing1">
<h3>Top-10 Global</h3>
<p>Your update of the most played</p>
</div>
</div>
</div>
<div id="footer">
<div id="footer-line"></div>
</div>
</div>
<div class="music-player">
<div class="album">
<div id="album-image">
<img src="card2img.jpeg" alt="album-image">
</div>
<div id="album-name">
<h3>Mahye jinna Sona</h3>
<p>Darshan Raval</p>
</div>
<div id="like-symbol">
<i class="fa-solid fa-heart"></i>
</div>
</div>
<div class="player-menu">
<div class="player-icons">
<div id="shuffle-icon" class="icons">
<img src="player_icon1.png" alt="shuffle-icon">
</div>
<div id="back-icon" class="icons">
<img src="player_icon2.png" alt="back-icon">
</div>
<div id="play-icon">
<img src="player_icon3.png" alt="play-icon">
</div>
<div id="forward-icon" class="icons">
<img src="player_icon4.png" alt="forward-icon">
</div>
<div id="loop-icon" class="icons">
<img src="player_icon5.png" alt="loop-icon">
</div>
</div>
<div id="player-bar">
<label for="play-bar">0:00</label>
<input type="range" id="play-bar" min="0" max="100" name="playback-bar" step="1">
<label for="play-bar">3:33</label>
</div>
</div>
<div class="controls-menu">
<div id="playing-view" class="control-icons">
<i class="fa-regular fa-circle-play"></i>
</div>
<label for="volume"><i class="fa-sharp fa-solid fa-volume-low"></i></label>
<div id="volume-range" class="volume-icons">
<input type="range" min="0" max="100" step="1" id="volume" name="volume">
</div>
</div>
</div>
</div>
</body>
</html>