-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmusic.html
404 lines (375 loc) · 23.2 KB
/
music.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
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
<!DOCTYPE html>
<html lang="en">
<head>
<!-- META TAGS -->
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<meta name="theme-color" content="#5D99C6">
<meta name="Description" content="Developed by: Tim Nelson, Artist: Paul Middleton, Site: Paul M Music">
<!-- LINKS -->
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.2.0/css/all.css">
<link rel="stylesheet" href="assets/css/style.css" type="text/css">
<link rel='icon' sizes="192x192" href="assets/images/favicon.png" type="image/x-icon">
<title>Paul M Music | MUSIC</title>
</head>
<body>
<!-- HEADER / NAV -->
<header class="navbar-container">
<!-- LOGO -->
<div class="logo">
<a href="index.html">
<img src="assets/images/paul-middleton-logo.png" alt="Paul Middleton" title="Paul Middleton">
</a>
</div>
<!-- MENU -->
<div class="navbar-menu">
<i class="fas fa-bars fa-fw navbar-toggle toggle-open" onclick="navbarOpen()"></i>
</div>
<!-- NAV -->
<nav id="navbar-nav" class="navbar-nav text-upper">
<a href="javascript:void(0)" class="navbar-toggle toggle-close" onclick="navbarClose()">
<i class="fas fa-times fa-fw"></i>
</a>
<ul>
<li>
<a href="index.html" title="Home">Home</a>
</li>
<li>
<a href="music.html" title="Music" class="active">Music</a>
</li>
<li>
<a href="videos.html" title="Videos">Videos</a>
</li>
<li>
<a href="photos.html" title="Photos">Photos</a>
</li>
<li>
<a href="testimonials.html" title="Testimonials">Testimonials</a>
</li>
<li>
<a href="contact.html" title="Contact">Contact</a>
</li>
</ul>
</nav>
</header>
<!-- MAIN SECTION -->
<main class="main-container">
<!-- TOP IMAGE -->
<section class="top-img music-img"></section>
<!-- BODY -->
<section class="body-container">
<header class="body-title">
<h1 class="text-upper">Paul's Music</h1>
<h2 class="text-lower">listen | buy | share</h2>
</header>
<section class="body-section text-justify">
<p>To showcase his voice and talent, Paul is well-known and recognised for singing a broad range of popular
songs that are suited to any occasion. From huge classic 80s hits by Wham! and A-Ha, to modern world
music like Bruno Mars, Justin Timberlake, and Daft Punk, or to gentle songs of Adele and Cyndi Lauper.
Paul loves it all!</p>
</section>
</section>
<section class="music-container">
<!-- Hanging in There -->
<section class="music-album-container">
<section class="album-container">
<img src="assets/images/albums/hanging-in-there.jpg" alt="Hanging in There" title="Hanging in There" class="album-cover">
<header class="album-title">Hanging in There</header>
<div class="album-subtext">Single</div>
</section>
<section class="support-container">
<section class="bandcamp-container">
<header class="buy-header text-upper">BUY THIS ALBUM</header>
<p class="buy-text">Bandcamp gives more back to the artist,
and is the best way to support independent artists like Paul.</p>
<img src="assets/images/icons/bandcamp-soon.png" alt="Bandcamp" title="Support Paul on Bandcamp" class="buy-button">
</section>
<section class="buy-container">
<header class="buy-header text-upper">BUY THIS ALBUM</header>
<p class="buy-text">also available on</p>
<a href="https://itunes.apple.com/ie/album/hanging-in-there/1214280421?i=1214280427" target="_blank" rel="noopener">
<img src="assets/images/icons/app-store.png" alt="App Store" title="Support Paul on the App Store" class="buy-button">
</a>
<a href="https://play.google.com/store/music/album/Paul_Middleton_Hanging_in_There?id=Bs5eedxhz6de6anupgr6b4dxiji" target="_blank" rel="noopener">
<img src="assets/images/icons/google-play.png" alt="Play Store" title="Support Paul on Google Play" class="buy-button">
</a>
</section>
<section class="spotify-iframe">
<header class="buy-header text-upper">LISTEN ON SPOTIFY</header>
<p class="buy-text">Sign in to hear the full version.</p>
<iframe src="https://open.spotify.com/embed/album/4tXqYyTJAZjcJ3TRll9Tbk" height="80" frameborder="0" allowtransparency="true" allow="encrypted-media"></iframe>
</section>
</section>
</section>
<hr class="hr-small">
<!-- Covers 2 -->
<section class="music-album-container">
<section class="album-container">
<img src="assets/images/albums/covers-2.jpg" alt="Covers 2" title="Covers 2" class="album-cover">
<header class="album-title">Covers 2</header>
<div class="album-subtext">Album</div>
</section>
<section class="support-container">
<section class="bandcamp-container">
<header class="buy-header text-upper">BUY THIS ALBUM</header>
<p class="buy-text">Bandcamp gives more back to the artist,
and is the best way to support independent artists like Paul.</p>
<img src="assets/images/icons/bandcamp-soon.png" alt="Bandcamp" title="Support Paul on Bandcamp" class="buy-button">
</section>
<section class="buy-container">
<header class="buy-header text-upper">BUY THIS ALBUM</header>
<p class="buy-text">also available on</p>
<a href="https://itunes.apple.com/ie/album/covers-2/977851374" target="_blank" rel="noopener">
<img src="assets/images/icons/app-store.png" alt="App Store" title="Support Paul on the App Store" class="buy-button">
</a>
<a href="https://play.google.com/store/music/album/Paul_Middleton_Covers_2?id=Bnh27bsznmwxf7bxzbrbhuody7a" target="_blank" rel="noopener">
<img src="assets/images/icons/google-play.png" alt="Play Store" title="Support Paul on Google Play" class="buy-button">
</a>
</section>
<section class="spotify-iframe">
<header class="buy-header text-upper">LISTEN ON SPOTIFY</header>
<p class="buy-text">Sign in to hear the full version.</p>
<iframe src="https://open.spotify.com/embed/album/7I8QzJHOjWAIU3cV1aDVNb" height="330" frameborder="0" allowtransparency="true" allow="encrypted-media"></iframe>
</section>
</section>
</section>
<hr class="hr-small">
<!-- Covers -->
<section class="music-album-container">
<section class="album-container">
<img src="assets/images/albums/covers.jpg" alt="Covers" title="Covers" class="album-cover">
<header class="album-title">Covers</header>
<div class="album-subtext">Album</div>
</section>
<section class="support-container">
<section class="bandcamp-container">
<header class="buy-header text-upper">BUY THIS ALBUM</header>
<p class="buy-text">Bandcamp gives more back to the artist,
and is the best way to support independent artists like Paul.</p>
<a href="https://paulmiddleton.bandcamp.com/album/covers" target="_blank" rel="noopener">
<img src="assets/images/icons/bandcamp.png" alt="Bandcamp" title="Support Paul on Bandcamp" class="buy-button">
</a>
</section>
<section class="buy-container">
<header class="buy-header text-upper">BUY THIS ALBUM</header>
<p class="buy-text">also available on</p>
<a href="https://itunes.apple.com/ie/album/covers/728436974" target="_blank" rel="noopener">
<img src="assets/images/icons/app-store.png" alt="App Store" title="Support Paul on the App Store" class="buy-button">
</a>
<a href="https://play.google.com/store/music/album/Paul_Middleton_Covers?id=B26efis3zcytqtof7jst6yniyvy" target="_blank" rel="noopener">
<img src="assets/images/icons/google-play.png" alt="Play Store" title="Support Paul on Google Play" class="buy-button">
</a>
</section>
<section class="spotify-iframe">
<header class="buy-header text-upper">LISTEN ON SPOTIFY</header>
<p class="buy-text">Sign in to hear the full version.</p>
<iframe src="https://open.spotify.com/embed/album/45BC33Nnouf7lj4rPnDSqg" height="420" frameborder="0" allowtransparency="true" allow="encrypted-media"></iframe>
</section>
</section>
</section>
<hr class="hr-small">
<!-- Can't Stop the Feeling -->
<section class="music-album-container">
<section class="album-container">
<img src="assets/images/albums/cant-stop-the-feeling.jpg" alt="Can't Stop the Feeling" title="Can't Stop the Feeling" class="album-cover">
<header class="album-title">Can't Stop the Feeling</header>
<div class="album-subtext">Single</div>
</section>
<section class="support-container">
<section class="bandcamp-container">
<header class="buy-header text-upper">BUY THIS ALBUM</header>
<p class="buy-text">Bandcamp gives more back to the artist, and is the best way to support independent artists like Paul.</p>
<img src="assets/images/icons/bandcamp-soon.png" alt="Bandcamp" title="Support Paul on Bandcamp" class="buy-button">
</section>
<section class="buy-container">
<header class="buy-header text-upper">BUY THIS ALBUM</header>
<p class="buy-text">also available on</p>
<a href="https://itunes.apple.com/ie/album/cant-stop-the-feeling/1138443874?i=1138444024" target="_blank" rel="noopener">
<img src="assets/images/icons/app-store.png" alt="App Store" title="Support Paul on the App Store" class="buy-button">
</a>
<a href="https://play.google.com/store/music/album/Paul_Middleton_Can_t_Stop_the_Feeling?id=B32tw6rsxbgkypxeffnsgursgqu" target="_blank" rel="noopener">
<img src="assets/images/icons/google-play.png" alt="Play Store" title="Support Paul on Google Play" class="buy-button">
</a>
</section>
<section class="spotify-iframe">
<header class="buy-header text-upper">LISTEN ON SPOTIFY</header>
<p class="buy-text">Sign in to hear the full version.</p>
<iframe src="https://open.spotify.com/embed/album/1sC2OSuOi7rKsgf5gQ9N13" height="80" frameborder="0" allowtransparency="true" allow="encrypted-media"></iframe>
</section>
</section>
</section>
<hr class="hr-small">
<!-- When We Were Young -->
<section class="music-album-container">
<section class="album-container">
<img src="assets/images/albums/when-we-were-young.jpg" alt="When We Were Young" title="When We Were Young" class="album-cover">
<header class="album-title">When We Were Young</header>
<div class="album-subtext">Single</div>
</section>
<section class="support-container">
<section class="bandcamp-container">
<header class="buy-header text-upper">BUY THIS ALBUM</header>
<p class="buy-text">Bandcamp gives more back to the artist,
and is the best way to support independent artists like Paul.</p>
<img src="assets/images/icons/bandcamp-soon.png" alt="Bandcamp" title="Support Paul on Bandcamp" class="buy-button">
</section>
<section class="buy-container">
<header class="buy-header text-upper">BUY THIS ALBUM</header>
<p class="buy-text">also available on</p>
<a href="https://itunes.apple.com/ie/album/when-we-were-young/1087438768?i=1087438769" target="_blank" rel="noopener">
<img src="assets/images/icons/app-store.png" alt="App Store" title="Support Paul on the App Store" class="buy-button">
</a>
<a href="https://play.google.com/store/music/album/Paul_Middleton_When_We_Were_Young?id=Byn4zvspjl734mwtxdb7po32rqm" target="_blank" rel="noopener">
<img src="assets/images/icons/google-play.png" alt="Play Store" title="Support Paul on Google Play" class="buy-button">
</a>
</section>
<section class="spotify-iframe">
<header class="buy-header text-upper">LISTEN ON SPOTIFY</header>
<p class="buy-text">Sign in to hear the full version.</p>
<iframe src="https://open.spotify.com/embed/album/26ZWIURozo1s9kmX2YeNV8" height="80" frameborder="0" allowtransparency="true" allow="encrypted-media"></iframe>
</section>
</section>
</section>
<hr class="hr-small">
<!-- Baby Can I Hold You -->
<section class="music-album-container">
<section class="album-container">
<img src="assets/images/albums/baby-can-i-hold-you.jpg" alt="Baby Can I Hold You (Live)" title="Baby Can I Hold You (Live)" class="album-cover">
<header class="album-title">Baby Can I Hold You (Live)</header>
<div class="album-subtext">Single</div>
</section>
<section class="support-container">
<section class="bandcamp-container">
<header class="buy-header text-upper">BUY THIS ALBUM</header>
<p class="buy-text">Bandcamp gives more back to the artist,
and is the best way to support independent artists like Paul.</p>
<a href="https://paulmiddleton.bandcamp.com/track/baby-can-i-hold-you-live-single" target="_blank" rel="noopener">
<img src="assets/images/icons/bandcamp.png" alt="Bandcamp" title="Support Paul on Bandcamp" class="buy-button">
</a>
</section>
<section class="buy-container">
<header class="buy-header text-upper">BUY THIS ALBUM</header>
<p class="buy-text">also available on</p>
<a href="https://itunes.apple.com/ie/album/baby-can-i-hold-you-live/1068016400?i=1068016402" target="_blank" rel="noopener">
<img src="assets/images/icons/app-store.png" alt="App Store" title="Support Paul on the App Store" class="buy-button">
</a>
<a href="https://play.google.com/store/music/album/Paul_Middleton_Baby_Can_I_Hold_You_Live?id=Bkkzqazjfyzoyvy7oewul3ywqda" target="_blank" rel="noopener">
<img src="assets/images/icons/google-play.png" alt="Play Store" title="Support Paul on Google Play" class="buy-button">
</a>
</section>
<section class="spotify-iframe">
<header class="buy-header text-upper">LISTEN ON SPOTIFY</header>
<p class="buy-text">Sign in to hear the full version.</p>
<iframe src="https://open.spotify.com/embed/album/5df7PnEauZepc2w4dE6B1U" height="80" frameborder="0" allowtransparency="true" allow="encrypted-media"></iframe>
</section>
</section>
</section>
<hr class="hr-small">
<!-- Shine -->
<section class="music-album-container">
<section class="album-container">
<img src="assets/images/albums/shine.jpg" alt="Shine" title="Shine" class="album-cover">
<header class="album-title">Shine</header>
<div class="album-subtext">Single</div>
</section>
<section class="support-container">
<section class="bandcamp-container">
<header class="buy-header text-upper">BUY THIS ALBUM</header>
<p class="buy-text">Bandcamp gives more back to the artist,
and is the best way to support independent artists like Paul.</p>
<a href="https://paulmiddleton.bandcamp.com/album/shine-download-only-single-and-video" target="_blank" rel="noopener">
<img src="assets/images/icons/bandcamp.png" alt="Bandcamp" title="Support Paul on Bandcamp" class="buy-button">
</a>
</section>
<section class="buy-container">
<header class="buy-header text-upper">BUY THIS ALBUM</header>
<p class="buy-text">also available on</p>
<a href="https://itunes.apple.com/ie/album/shine/1048310902?i=1048310914" target="_blank" rel="noopener">
<img src="assets/images/icons/app-store.png" alt="App Store" title="Support Paul on the App Store" class="buy-button">
</a>
<a href="https://play.google.com/store/music/album/Paul_Middleton_Shine?id=Bvctcqlzrw3xviue6qahn5e3crq" target="_blank" rel="noopener">
<img src="assets/images/icons/google-play.png" alt="Play Store" title="Support Paul on Google Play" class="buy-button">
</a>
</section>
<section class="spotify-iframe">
<header class="buy-header text-upper">LISTEN ON SPOTIFY</header>
<p class="buy-text">Sign in to hear the full version.</p>
<img src="assets/images/icons/spotify-soon.png" alt="Coming Soon" title="Coming Soon" class="buy-button">
</section>
</section>
</section>
</section>
</main>
<!-- FOOTER -->
<footer class="footer-container">
<div class="footer-social">
<ul>
<li>
<a href="https://www.facebook.com/paulmiddletonofficial" target="_blank" rel="noopener" title="Paul Middleton | Facebook">
<i class="fab fa-facebook-f facebook" aria-hidden="true"></i>
</a>
</li>
<li>
<a href="https://www.youtube.com/user/paulmiddletonmusic" target="_blank" rel="noopener" title="Paul Middleton | YouTube">
<i class="fab fa-youtube youtube" aria-hidden="true"></i>
</a>
</li>
<li>
<a href="https://twitter.com/paulmmusic" target="_blank" rel="noopener" title="Paul Middleton | Twitter">
<i class="fab fa-twitter twitter" aria-hidden="true"></i>
</a>
</li>
<li>
<a href="https://www.instagram.com/paulmmusic" target="_blank" rel="noopener" title="Paul Middleton | Instagram">
<i class="fab fa-instagram instagram" aria-hidden="true"></i>
</a>
</li>
<li>
<a href="https://paulmiddleton.bandcamp.com/merch" target="_blank" rel="noopener" title="Paul Middleton | Bandcamp">
<i class="fab fa-bandcamp bandcamp" aria-hidden="true"></i>
</a>
</li>
<li>
<a href="https://open.spotify.com/artist/5mjRfG1TxOSSXeYOsKQQJh" target="_blank" rel="noopener"
title="Paul Middleton | Spotify">
<i class="fab fa-spotify spotify" aria-hidden="true"></i>
</a>
</li>
<li>
<a href="https://play.google.com/store/music/artist/Paul_Middleton?id=Aldnrb4wcvqju7npbpf5owy4kum"
target="_blank" rel="noopener" title="Paul Middleton | Play Store">
<i class="fab fa-google-play google" aria-hidden="true"></i>
</a>
</li>
<li>
<a href="https://itunes.apple.com/ie/artist/paul-middleton/202782999" target="_blank" rel="noopener"
title="Paul Middleton | iTunes">
<i class="fab fa-itunes itunes" aria-hidden="true"></i>
</a>
</li>
</ul>
</div>
<div class="footer-signature">
<p class="copyright">Copyright © 2018
<a href="index.html">Paul Middleton</a>
</p>
<p class="designer">Website by
<a href="https://github.com/TravelTimN" target="_blank" rel="noopener">Tim Nelson</a>
</p>
</div>
</footer>
<!-- SCRIPTS -->
<script>
// approved by mentor (Ignatius Ukwuoma) to use basic JS to incorporate menu transition
// onClick displays navbar-nav to full 100% height
function navbarOpen() {
document.getElementById("navbar-nav").style.height = "100%";
}
// onClick closes navbar-nav back to 0% height
function navbarClose() {
document.getElementById("navbar-nav").style.height = "0%";
}
</script>
</body>
</html>