-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmusic.html
More file actions
48 lines (41 loc) · 2.89 KB
/
music.html
File metadata and controls
48 lines (41 loc) · 2.89 KB
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
<!doctype html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width">
<title>niklas peters - music</title>
<meta name="description" content="singer-songwriter using the name jasper feels. electronic sample-based music using the name panglossia. releasing free music since 2009.">
<link href="css/main.css" rel="stylesheet" type="text/css">
<!-- mobile -->
<link href="css/mobile.css" rel="stylesheet" type="text/css" media="only screen and (max-width:810px)">
<script src="https://use.fontawesome.com/cfbbbe5631.js"></script>
<link rel="shortcut icon" type="image/x-icon" href="favicon.ico">
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-28038759-1', 'auto');
ga('send', 'pageview');
</script>
</head>
<body>
<header>
<h1><a href="../">niklas peters</a></h1>
<script src="../nav.js"></script>
</header>
<div id="container">
<div class="music"><h2>jasper feels</h2>
<p>i write songs under the name <a href="https://jasperfeels.bandcamp.com" target="_blank">jasper feels</a>. my latest release is entitled The Spectre of Loss. the full album is <a href="https://jasperfeels.bandcamp.com/album/the-spectre-of-loss" target="_blank">available on bandcamp</a>.</p>
<iframe style="border: 0; width: 100%; height: 120px;" src="https://bandcamp.com/EmbeddedPlayer/album=679212917/size=large/bgcol=ffffff/linkcol=0687f5/tracklist=false/artwork=small/transparent=true/" seamless><a href="https://jasperfeels.bandcamp.com/album/the-spectre-of-loss">The Spectre of Loss by Jasper Feels</a></iframe>
</div>
<div class="music"><h2>panglossia</h2>
<p>i have produced numerous electronic projects using the moniker <a href="http://soundcloud.com/panglossia" target="_blank">panglossia</a>. </p>
<iframe width="100%" height="166" scrolling="no" frameborder="no" src="https://w.soundcloud.com/player/?url=https%3A//api.soundcloud.com/tracks/1193928730&color=%23ff5500&auto_play=false&hide_related=false&show_comments=true&show_user=true&show_reposts=false&show_teaser=true"></iframe>
<iframe width="100%" height="166" scrolling="no" frameborder="no" src="https://w.soundcloud.com/player/?url=https%3A//api.soundcloud.com/tracks/20486648&color=ff5500&auto_play=false&hide_related=false&show_comments=true&show_user=true&show_reposts=false"></iframe>
<iframe width="100%" height="166" scrolling="no" frameborder="no" src="https://w.soundcloud.com/player/?url=https%3A//api.soundcloud.com/tracks/3733211&color=ff5500&auto_play=false&hide_related=false&show_comments=true&show_user=true&show_reposts=false"></iframe>
</div>
</div>
<script src="../social.js"></script>
</body>
</html>