forked from ishan-chaudhary/music-player
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Martin.html
313 lines (282 loc) · 10.3 KB
/
Martin.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
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
<!DOCTYPE html>
<html>
<head>
<title>Martin Garrix</title>
<!-- Linking CSS File -->
<link rel="stylesheet" type="text/css" href="styles.css"></link>
<!-- Including Font Awesome -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<!-- Incuding the Font that I have used -->
<link href="https://fonts.googleapis.com/css?family=Montserrat&display=swap" rel="stylesheet">
<!-- Including FriIconix, alternative to Font Awesome -->
<script defer src="https://friconix.com/cdn/friconix.js"></script>
<meta name="viewport" content="Width=device-width, initial-scale=1">
</head>
<body>
<!-- HEADER SECTION BEGINS -->
<header>
<div>
<!-- Adds the Logo and Name of the Home Page -->
<!-- Clicking the Logo also redirects to the Home Page -->
<a href="Index.html"><img class="iconimg" src="Images/IconImg.png" alt="Unable to Load"></a>
<div id="studiotext">
<span> <b>Alcatrazz</b> <br>Studios</br> </span>
</div>
<!-- Adds Search Bar to the Home Page -->
<div class="wrap">
<div class="search">
<input type="text" class="searchTerm" placeholder="Search">
<button type="submit" class="micButton">
<i class="fa fa-microphone"></i>
</button>
<button type="submit" class="searchButton">
<i class="fa fa-search"></i>
</button>
</div>
</div>
<!-- Adds the Notification Button to the Home Page -->
<div class="Notifications">
<button type="button" class="noti">
<i class="fa fa-bell"></i>
</button>
</div>
<!-- Adds Display Pic of the Creator -->
<div class="my-pic">
<img class="dp" src="Images/Gaurav.jpeg" alt="Unable to Load">
</div>
<!-- Hamburger icon used for drop down menu -->
<!-- Adds Responsiveness to the Page -->
<!-- After squeezing the page to a certain value, Search Bar,Notification Menu and Creator Pic gets converted into a Drop Menu -->
<div class = "dropdown-menu text-right">
<div class="bars">
<i class="fi-xnsuxl-three-bars-solid"></i>
</div>
<div class ="dropdown-list nav-menu">
<ul class = "no-list-style">
<li >
<a href=""> Search </a>
</li>
<li>
<a href=""> Notifications </a>
</li>
</ul>
</div>
</div>
</div>
</header>
<!-- MAIN SECTION BEGINS -->
<main>
<!-- Dedicated Page to Ed Sheeran Begins Here -->
<!-- Basic Info about Ed Sheeran -->
<section id="ed-sheeran">
<div class="ed-container">
<div class="ed-items">
<img src="Images/Martin2.jpg">
</div>
<div class="ed-info">
<h1 class="headings">
Martin Garrix
</h1>
<p class="text-grey-12">
DJ/Song Writer
</p>
<p class="text-grey-12">
Martijn Gerard Garritsen, professionally known as Martin Garrix, is a Dutch DJ and record producer from Amstelveen. His most known singles are "Animals," "In the Name of Love," and "Scared to be Lonely." He was ranked number one on DJ Mag's Top 100 DJs list for three consecutive years. He has performed at music festivals such as Coachella, Electric Daisy Carnival, Ultra Music Festival, Tomorrowland, and Creamfields.
</p>
<br>
<div class="pointer inline">
<a href="#show">
<div class="btn btn-six">
<span>Play All</span>
</div>
</a>
</div>
<div class="pointer inline">
<a href="#show">
<div class="btn btn-six">
<span>Follow</span>
</div>
</a>
</div>
<br>
<br>
<p>
<b> 250 Tracks | 120 Albums <b>
</p>
</div>
</div>
</section>
<!-- A section Containing some famous songs by Ed Sheeran -->
<section id="ed-sheeran-songs">
<div class="ed-queue-container">
<div class="ed-song-container">
<span>01</span>
<a href="#show"><img class="bx-blue" src="Images/Name of Love.jpg"></a>
<a href="#show"><span>In the Name of Love</span></a>
<i class="fi-xnsuxl-heart-solid ed-adjust"></i>
<i class="fi-xwsuxl-plus-solid"></i>
</div>
<div class="ed-song-container">
<span>02</span>
<a href="#show"><img class="bx-lb" src="Images/There.jpg"></a>
<a href="#show"><span>There for You</span></a>
<i class="fi-xnsuxl-heart-solid ed-adjust"></i>
<i class="fi-xwsuxl-plus-solid"></i>
</div>
<div class="ed-song-container">
<span>03</span>
<a href="#show"><img class="bx-blue" src="Images/SoFar.jpg"></a>
<a href="#show"><span>So Far Away</span></a>
<i class="fi-xnsuxl-heart-solid ed-adjust"></i>
<i class="fi-xwsuxl-plus-solid"></i>
</div>
<div class="ed-song-container">
<span>04</span>
<a href="#show"><img class="bx-white" src="Images/High on Life.jpg"></a>
<a href="#show"><span>High on Life</span></a>
<i class="fi-xnsuxl-heart-solid ed-adjust"></i>
<i class="fi-xwsuxl-plus-solid"></i>
</div>
<div class="ed-song-container">
<span>05</span>
<a href="#show"><img class="bx-violet" src="Images/Scared.jpg"></a>
<a href="#show"><span>Scared to be Lonely</span></a>
<i class="fi-xnsuxl-heart-solid ed-adjust"></i>
<i class="fi-xwsuxl-plus-solid"></i>
</div>
<div class="ed-song-container">
<span>06</span>
<a href="#show"><img class="bx-white" src="Images/Game.jpg"></a>
<a href="#show"><span>Game Over</span></a>
<i class="fi-xnsuxl-heart-solid ed-adjust"></i>
<i class="fi-xwsuxl-plus-solid"></i>
</div>
<div class="ed-song-container">
<span>07</span>
<a href="#show"><img class="bx-blue" src="Images/Summer_Days.png"></a>
<a href="#show"><span>Summer Days</span></a>
<i class="fi-xnsuxl-heart-solid ed-adjust"></i>
<i class="fi-xwsuxl-plus-solid"></i>
</div>
<div class="ed-song-container">
<span>08</span>
<a href="#show"><img class="bx-orange" src="Images/NoSleep.jpg"></a>
<a href="#show"><span>No Sleep</span></a>
<i class="fi-xnsuxl-heart-solid ed-adjust"></i>
<i class="fi-xwsuxl-plus-solid"></i>
</div>
<div class="ed-song-container">
<span>09</span>
<a href="#show"><img class="bx-white" src="Images/Ocean.png"></a>
<a href="#show"><span>Ocean</span></a>
<i class="fi-xnsuxl-heart-solid ed-adjust"></i>
<i class="fi-xwsuxl-plus-solid"></i>
</div>
<div class="ed-song-container">
<span>10</span>
<a href="#show"><img class="bx-green" src="Images/Animals.jpg"></a>
<a href="#show"><span>Animals</span></a>
<i class="fi-xnsuxl-heart-solid ed-adjust"></i>
<i class="fi-xwsuxl-plus-solid"></i>
</div>
</div>
</section>
</main>
<!-- ASIDE SECTION BEGINS -->
<aside>
<!-- Aside Section for Similar artists to Ed Sheeran -->
<h1 class="aside-headings">
Similar Artists
</h1>
<div class="queue-container">
<div class="latest-release-container-aside latest-release-container ">
<div class="flex-item">
<img src="Images/Avicii.jpg">
<div class="info-container">
<p class="pointer"> <b> Avicii </b> </p>
<br>
<p class="text-grey-12"> DJ </p>
</div>
</div>
<div class="flex-item">
<img src="Images/Chainsmokers.jpg">
<div class="info-container">
<p class="pointer"> <b> Chainsmokers </b> </p>
<br>
<p class="text-grey-12"> Pop Band </p>
</div>
</div>
<div class="flex-item">
<img src="Images/Jonas.jpg">
<div class="info-container">
<p class="pointer"> <b> Jonas Brothers </b> </p>
<br>
<p class="text-grey-12"> Pop Band </p>
</div>
</div>
<div class="flex-item">
<img src="Images/Marshmello.jpg">
<div class="info-container">
<p class="pointer"> <b> Marshmello </b> </p>
<br>
<p class="text-grey-12"> DJ </p>
</div>
</div>
</div>
</div>
<!-- Aside Bar for Queue of Recently Played Songs on Second Page -->
<h1 class="aside-headings">
Recently Played
</h1>
<div class="queue-container">
<div class="song-container">
<span>01</span>
<a href="#show"><img class="bx-pink" src="Images/Closer.jpg"></a>
<a href="#show"><span>Closer</span></a>
<i class="fi-xnsuxl-heart-solid adjust "></i>
</div>
<div class="song-container">
<span>02</span>
<a href="#show"><img class="bx-blue" src="Images/Divide.jpg"></a>
<a href="#show"><span>Perfect</span></a>
<i class="fi-xnsuxl-heart-solid adjust "></i>
</div>
<div class="song-container">
<span>03</span>
<a href="#show"><img class="bx-orange" src="Images/Plus.png"></a>
<a href="#show"><span>Lego House</span></a>
<i class="fi-xnsuxl-heart-solid adjust"></i>
</div>
<div class="song-container">
<span>04</span>
<a href="#show"><img class="bx-green" src="Images/X.png"></a>
<a href="#show"><span>Bloodstream</span></a>
<i class="fi-xnsuxl-heart-solid adjust"></i>
</div>
<div class="song-container">
<span>05</span>
<a href="#show"><img class="bx-blue" src="Images/Divide.jpg"></a>
<a href="#show"><span>Eraser</span></a>
<i class="fi-xnsuxl-heart-solid adjust"></i>
</div>
<div class="song-container">
<span>06</span>
<a href="#show"><img class="bx-orange" src="Images/Plus.png"></a>
<a href="#show"><span>Wake Me Up</span></a>
<i class="fi-xnsuxl-heart-solid adjust"></i>
</div>
</div>
</aside>
<!-- A Fixed Music Player outside MAIN And ASIDE which is set at middle of the webpage viewport -->
<!-- Even though Autoplay Property has been used, it isn't supported in CHROME AFTER REVISION OF THEIR PRIVACY POLICY IN JANUARY 2019 -->
<!-- Song can be played by clicking on the ALBUM PIC as well as NAME OF THE SONG -->
<section id="music-player">
<div id="show" class="audio-container">
<audio controls loop autoplay >
<source src="Song/Memories.mp3" type="audio/ogg">
Audio File not Supported
</audio>
</div>
</section>
</body>
</html>