-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
156 lines (152 loc) · 6.28 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
<!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 </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=Open+Sans:wght@400;500&family=Poppins:wght@300;400;500;600&family=Roboto:wght@300;400&display=swap" rel="stylesheet">
</head>
<body>
<div class="maincontainer">
<div class="homesearchbtn">
<div class="home">
<i class="fa-solid fa-house" style="color: #fafafa;"></i> <a href="#">Home</a>
</div>
<div class="search">
<i class="fa-solid fa-magnifying-glass" style="color: #fafafa;"></i> <a href="#">Search</a>
</div>
</div>
<br>
<div class="sidebarmenu">
<div class="icons">
<img src="Assets/library_icon.png" alt="helloo">
<a href="#">Your Library</a>
</div>
<div class="plusicon">
<i class="fa-solid fa-plus" style="color: #fafcff;"></i>
</div>
<div class="rightarrow">
<i class="fa-solid fa-arrow-right" style="color: #fafafa;"></i>
</div>
<div class="createplaylist">
<div class="texts">
<h3>Create your first playlist</h3>
<h5>It's easy,we'll help you</h5>
</div>
<div class="createplaylistbtn">
Create playlist
</div>
</div>
<div class="browsepodcasts">
<div class="text">
<h4>Let's find some podcasts to follow</h4>
<h6>We'll keep you updated on new episodes</h6>
</div>
<div class="browsepodcastsbtn">
Browse podcasts
</div>
</div>
</div>
<div class="mainscreen">
<div class="stickynav">
<div class="twodirarrow">
<img src="Assets/backward_icon.png" alt="#">
<img src="Assets/forward_icon.png" alt="#">
</div>
<div class="topleftoptions">
<button class="btnexpl">Explore Premium</button>
<button class="btninstallapp"><i class="fa-regular fa-circle-down" style="color: #fafafa;"></i> Install App </button>
<i id="user" class="fa-regular fa-user" style="color: #fafcff;"></i>
</div>
</div>
<h3>Recently Added</h3>
<div class="card1">
<img src="Assets/card1img.jpeg" alt="#">
<h4>Top 50 Global</h4>
<p>Your daily updates of the most played track</p>
</div>
<h3>Trending now near you</h3>
<div class="cards-container">
<div class="card1">
<img src="Assets/card2img.jpeg" alt="#">
<h4>Mahiye Jinna...</h4>
<p>Darshan Raval</p>
</div>
<div class="card1">
<img src="Assets/card3img.jpeg" alt="#">
<h4>Pasoori Nu</h4>
<p>Arijit Singh,Rochak Kohli,Tulsi Kumar</p>
</div>
<div class="card1">
<img src="Assets/card4img.jpeg" alt="#">
<h4>Naa Ready</h4>
<p>Anirudh Ravichander</p>
</div>
<div class="card1">
<img src="Assets/card1img.jpeg" alt="#">
<h4>Saroor</h4>
<p>Arjun Dhillon</p>
</div>
</div>
<h3>Featured Chats</h3>
<div class="cards-container">
<div class="card1">
<img src="Assets/card5img.jpeg" alt="#">
<h4>Top Songs Glob...</h4>
<p>Your weekly updates of the most played...</p>
</div>
<div class="card1">
<img src="Assets/card6img.jpeg" alt="#">
<h4>Top Songs-India</h4>
<p>Your weekly updates of the most played...</p>
</div>
<div class="card1">
<img src="Assets/card1img.jpeg" alt="#">
<h4>Top 50 Global</h4>
<p>Your daily updates of the most played track</p>
</div>
</div>
<br><br><br><br>
</div>
<div class="musicplayer">
<div class="left">
<img src="Assets/album_picture.jpeg" alt="#" class="photo">
<div class="texts2">
<h5>Daylight <br> <p>David Kushinwar</p></h5>
</div>
<img src="Assets/album_icon1.png" alt="#" class="likebtn">
<img src="Assets/album_icon2.png" alt="#" class="fitcontent">
</div>
<div class="middle">
<div class="controlicons">
<img src="Assets/player_icon1.png" alt="#" >
<img src="Assets/player_icon2.png" alt="#" >
<img src="Assets/player_icon3.png" alt="#" class="playbtn" style=" height: 2rem; opacity: 1;">
<img src="Assets/player_icon4.png" alt="#" >
<img src="Assets/player_icon5.png" alt="#" >
</div>
<div class="playbackbar">
<span>0.00</span>
<input type="range" min="0" max="100" class="progressbar">
<span>3.33</span>
</div>
</div>
<div class="right">
<img src="Assets/controls_icon1.png" alt="#">
<img src="Assets/controld_icon2.png" alt="#">
<img src="Assets/controls_icon3.png" alt="#" style="height: 20%; width: 10%;">
<img src="Assets/controls_icon4.png" alt="#" style="height: 20%; width: 10%;">
<img src="Assets/controls_icon5.png" alt="#">
<div class="soundbar">
<input type="range" min="0" max="120" class="progressbar">
</div>
</div>
</div>
</div>
</body>
</html>