-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
169 lines (167 loc) · 8.11 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css" integrity="sha512-DTOQO9RWCH3ppGqcWaEA1BIZOC6xxalwEsw9c2QQeAIftl+Vegovlnee1c9QX4TctnWMn13TZye+giMm8e2LwA==" crossorigin="anonymous" referrerpolicy="no-referrer" />
<link rel="icon" href="./assets/logo.png">
<title>Spotify - Web Player: Music for everyone</title>
<link rel="stylesheet" href="style.css">
<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:wght@300;400;500;600;700&display=swap" rel="stylesheet">
</head>
<body>
<div class="main">
<div class="sidebar">
<div class="nav">
<div class="nav-home">
<i class="fa-solid fa-house"></i>
<a href="#">Home</a>
</div>
<div class="nav-search">
<i class="fa-solid fa-magnifying-glass"></i>
<a href="#">Search</a>
</div>
</div>
<div class="library">
<div class="library-head">
<div class="option1">
<img src="./assets/library_icon.png" alt="wait for sec">
<a href="#">Your Library</a>
</div>
<div class="option2">
<i class="fa-solid fa-plus"></i>
<i class="fa-solid fa-arrow-right"></i>
</div>
</div>
<div class="library-card">
<div class="box">
<p class="p1">Create Your first playlist</p>
<p class="p2">It's easy, we'll help you</p>
<button class="badge">Create Playlist</button>
</div>
<div class="box">
<p class="p1">Let's find some podcasts to follow</p>
<p class="p2">We'll keep you updated on new episodes</p>
<button class="badge">Browse podcasts</button>
</div>
</div>
</div>
</div>
<div class="main-content">
<div class="sticky-nav">
<div class="part1">
<img src="./assets/backward_icon.png" alt="wait for sec">
<img src="./assets/forward_icon.png" class="disabled" alt="wait for sec">
</div>
<div class="part2">
<button class="badge disabled">Explore Premium</button>
<button class="badge dark-badge"><i class="fa-regular fa-circle-down"></i>Install App</button>
<i class="fa-regular fa-user"></i>
</div>
</div>
<div class="main-body">
<h2>Recently played</h2>
<div class="card-container">
<div class="card">
<img src="./assets/card1img.jpeg" alt="wait for sec">
<h3 class="title">Top 50-Global</h3>
<p class="info">Your daily update of the most played tracks rights...</p>
</div>
<div class="card">
<img src="./assets/card4img.jpeg" alt="wait for sec">
<h3 class="title">South Hits</h3>
<p class="info">Hear The Most Popular Songs From South India</p>
</div>
</div>
<h2>Trending now near you</h2>
<div class="card-container">
<div class="card">
<img src="./assets/card2img.jpeg" alt="wait for sec">
<h3 class="title">Bollywood Hits</h3>
<p class="info">Your daily update of the most played Bollywood hits </p>
</div>
<div class="card">
<img src="./assets/card3img.jpeg" alt="wait for sec">
<h3 class="title">Top 50-Old Bollywood hits</h3>
<p class="info">Explore The Old Bollywood tracks right Here...</p>
</div>
<div class="card">
<img src="./assets/card4img.jpeg" alt="wait for sec">
<h3 class="title">South Hits</h3>
<p class="info">Hear The Most Popular Songs From South India</p>
</div>
<div class="card">
<img src="./assets/card2img.jpeg" alt="wait for sec">
<h3 class="title">Bollywood Hits</h3>
<p class="info">Your daily update of the most played Bollywood hits</p>
</div>
<div class="card">
<img src="./assets/card5img.jpeg" alt="wait for sec">
<h3 class="title">Top 50-Global</h3>
<p class="info">Your daily update of the most played tracks rights...</p>
</div>
</div>
<h2> Popular Podcasts</h2>
<div class="card-container">
<div class="card">
<img src="./assets/card4img.jpeg" alt="wait for sec">
<h3 class="title">South Hits</h3>
<p class="info">Hear The Most Popular Songs From South India</p>
</div>
<div class="card">
<img src="./assets/card6img.jpeg" alt="wait for sec">
<h3 class="title">Top 50-Global</h3>
<p class="info">Your daily update of the most played tracks rights...</p>
</div>
<div class="card">
<img src="./assets/card5img.jpeg" alt="wait for sec">
<h3 class="title">Top 50-Global</h3>
<p class="info">Your daily update of the most played tracks rights...</p>
</div>
</div>
</div>
<div class="footer-line">
<div></div>
</div>
</div>
<div class="music-player">
<div class="album">
<div class="al-img-title">
<img src="./assets/alubm.png" alt="wait for sec">
<div class="ab-title">
<div>Daylight</div>
<p>David kushner</p>
</div>
</div>
<div class="al-icon">
<i class="fa-regular fa-heart"></i>
</div>
</div>
<div class="player">
<div class="player-controls">
<img src="./assets/player_icon1.png" alt="wait for sec">
<img src="./assets/player_icon2.png" alt="wait for sec">
<img src="./assets/player_icon3.png" alt="wait for sec" style="opacity: 1; height: 1.75rem; width: 1.75rem;">
<img src="./assets/player_icon4.png" alt="wait for sec">
<img src="./assets/player_icon5.png" alt="wait for sec">
</div>
<div class="progess-bar">
<span>00:00</span>
<input type="range" class="pb-range" min="0" max="100" step="1">
<span>3:33</span>
</div>
</div>
<div class="controls">
<i class="fa-solid fa-play"></i>
<i class="fa-solid fa-music"></i>
<i class="fa-solid fa-bars"></i>
<i class="fa-solid fa-computer"></i>
<label for="vol-bar"><i class="fa-solid fa-volume-high"></i></label>
<input type="range" min="0" max="100" step="1" id="vol-bar" class="vol-bar">
</div>
</div>
</div>
</body>
</html>