-
Notifications
You must be signed in to change notification settings - Fork 0
/
kshitij.html
197 lines (192 loc) · 7.56 KB
/
kshitij.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">
<link rel = "stylesheet" href = "stylesheet.css">
<title>Document</title>
</head>
<body>
<nav>
<div class ="column">
<img src = "trebleclef.png">
</div>
<a href = "#Home" title ="Home"> Home</a>
<a href = "#Featured" title ="Featured Playlists"> Featured Playlists</a>
<a href = "#Recommended" title="Recomended Albums"> Recomended Albums</a>
<a href = "#User" title="User Reviews"> User Reviews</a>
</nav>
<br id = "Home">
<br>
<h2>Welcome to Melody</h2>
<br>
<div class = flexbox>
<div>
<h3>Stream</h3>
<br>
Let the Music Flow: Your Soundtrack, Anywhere You Go!
<br><br>
<br>
<a id = "featured" href = "#Featured" title ="Featured Playlists" style="background-color: rgb(51, 96, 243); position:relative; top:30px;"> Featured Playlists</a>
</div>
<img id = "introimg" src="music-svgrepo-com.svg" >
</div >
<br id = "Featured">
<br>
<h2>Featured Playlists</h2>
<p style="text-align: center;"> Curated Melodies: Your Gateway to Musical Bliss </p>
<div class="flexbox">
<div class="card">
<div id ="no"> 5 songs </div>
<img src="playlist.jpg" alt="Playlist" style="width:50%">
<div class="container">
<h4><b>Retro</b></h4>
<p>"Dive into the Retro Playlist and time-travel through the unforgettable beats of the 60s and 70s. </p>
</div>
</div>
<div class="card">
<div id ="no"> 7 songs </div>
<img src="playlist.jpg" alt="Playlist" style="width:50%">
<div class="container">
<h4><b>Party</b></h4>
<p>Get the party started with a high-energy playlist</p>
</div>
</div>
<div class="card">
<div id ="no"> 3 songs </div>
<img src="playlist.jpg" alt="Playlist" style="width:50%">
<div class="container">
<h4><b>Lo-fi</b></h4>
<p>Need to finish those assignments... We got you covered.</p>
</div>
</div>
<div class="card">
<div id ="no"> 8 songs </div>
<img src="playlist.jpg" alt="Playlist" style="width:50%">
<div class="container">
<h4><b>Rock</b></h4>
<p>Unleash your inner rebel with a powerhouse playlist of electrifying rock anthems</p>
</div>
</div>
<div class="card">
<div id ="no"> 9 songs </div>
<img src="playlist.jpg" alt="Playlist" style="width:50%">
<div class="container">
<h4><b>Jazz</b></h4>
<p>Immerse yourself in the soulful rhythms and timeless melodies of jazz </p>
</div>
</div>
</div>
<br id = "Recommended">
<br>
<h2> Recommended Albums</h2>
<form id = "searchbar">
<input type="text" placeholder="Search..">
<button type="submit"><img src = "search-svgrepo-com.svg"> </button>
</form>
<div class = "flexbox">
<div class="card" id = "album">
<img src="playlist.jpg" alt="Song" style="width:50%">
<div class="container">
<h4><b>Album 1</b></h4>
<h5>Artist 1</h5>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit.</p>
<div class = "button"><button> Know more</button></div>
</div>
</div>
<div class="card" id = "album">
<img src="playlist.jpg" alt="Song" style="width:50%">
<div class="container">
<h4><b>Album 2</b></h4>
<h5>Artist 2</h5>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit.</p>
<div class = "button"><button> Know more</button></div>
</div>
</div>
<div class="card" id = "album">
<img src="playlist.jpg" alt="Song" style="width:50%">
<div class="container">
<h4><b>Album 3</b></h4>
<h5>Artist 3</h5>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit.</p>
<div class = "button"><button> Know more</button></div>
</div>
</div>
<div class="card" id = "album">
<img src="playlist.jpg" alt="Song" style="width:50%">
<div class="container">
<h4><b>Album 4</b></h4>
<h5>Artist 4</h5>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit.</p>
<div class = "button"><button> Know more</button></div>
</div>
</div>
</div>
<br id = "User">
<br>
<h2>User Reviews</h2>
<p style="text-align: center;"> Discover What Our Listeners Are Saying </p>
<div class = "flexbox">
<div class="card" id = "profile">
<img src="profile.jpg" alt="UserReview" style="width:50%">
<div class="container">
<h4><b>Name</b></h4>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit.</p>
<div class = "button"><button> Know more</button></div>
</div>
</div>
<div class="card" id = "profile">
<img src="profile.jpg" alt="UserReview" style="width:50%">
<div class="container">
<h4><b>Name</b></h4>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit.</p>
<div class = "button"><button> Know more</button></div>
</div>
</div>
<div class="card" id = "profile">
<img src="profile.jpg" alt="UserReview" style="width:50%">
<div class="container">
<h4><b>Name</b></h4>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit.</p>
<div class = "button"><button> Know more</button></div>
</div>
</div>
</div>
<br>
<h3> Submit your Review</h3>
<div class = "form">
<form>
<p a>Submit your review</p>
<br><hr><br>
<label for="fname">First name:</label>
<input type="text" id="fname" name="fname" value="John" width="250px">  
<label for="lname">Last name:</label>
<input type="text" id="lname" name="lname" value="Doe" width="250px"><br><hr><br>
<label for="phone">Phone Number:</label>
<input type="tel" id = "phone", name = "phone" width="250px">
<br><hr><br>
<label for="email">Email:</label>
<input type="email" id = "email", name = "email" width="250px">
<br><hr><br>
<label for="review">Review:</label>
<textarea id = "review" name = "review"> </textarea>
<br><hr><br>
<input type="submit" value="Submit">
</form>
</div>
<br>
<footer>
<img src = "trebleclef.png">
<p> Follow us at:  
<a href = "https://instagram.com"><img src = "insta-removebg-preview.png" height="30px" id = "social"></a> 
<a href = "https://Facebook.com"><img src = "facebook-removebg-preview.png" id = "social" height="30px"></a> 
<a href = "https://x.com"><img src = "x.svg" id = "social1" height="22px"></a>
</p>
<p>
<a href = "#" target="_blank">Terms and Conditions</a>  
<a href = "#" target="_blank">Privacy Policy</a>
</p>
<p style="position: relative;"><a href = "#">Back to Top</a></p>
</footer>
</body>
</html>