Updated 214 files via CloudCannon
This commit is contained in:
parent
71a7900563
commit
5b5882a132
214 changed files with 95060 additions and 4178 deletions
|
|
@ -137,31 +137,41 @@
|
||||||
<p>©2020 Basspistol | <a href="/webcreds/">Credits</a> | <a href="/cookies/">Cookies & Privacy</a></p>
|
<p>©2020 Basspistol | <a href="/webcreds/">Credits</a> | <a href="/cookies/">Cookies & Privacy</a></p>
|
||||||
</div>
|
</div>
|
||||||
</footer>
|
</footer>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<!-- Navigation -->
|
||||||
|
<div id="logo" class="logo">
|
||||||
|
<a href="/" class="smooth-scroll-middle"><img width="200em" src="/assets/panix-logo.svg" alt=" Logo" /></a>
|
||||||
|
<a href="#navbar" onclick="blurBody()" alt="Navigation Menu" title="Navigation Menu"><span style="font-size: 34px;" class="icon solid fa-bars"></span></a>
|
||||||
</div>
|
</div>
|
||||||
<!-- Navigation -->
|
|
||||||
|
|
||||||
<a id="logo" class="logo" href="#navbar" onclick="blurBody()"> </a>
|
<div id="navbar" style="display: block;" class="modalDialog">
|
||||||
<div id="navbar" style="display: block;" class="modalDialog">
|
<a href="#close" onclick="removeBlur()" alt="Close Menu" title="Close Menu"><div id="closearea"> </div></a>
|
||||||
<a href="#close" onclick="removeBlur()"><div id="closearea"> </div></a>
|
|
||||||
<nav>
|
<nav>
|
||||||
<a href="#close" title="Close" onclick="removeBlur()" class="close-button close" style="margin: 0 auto;">X</a>
|
<a href="#close" title="Close" onclick="removeBlur()" class="close-button close" style="margin: 0 auto;">X</a>
|
||||||
<ul>
|
<ul>
|
||||||
|
|
||||||
|
|
||||||
<li><a href="/" class="button small">Home</a></li>
|
<li><a href="/" class="button small">Home</a></li>
|
||||||
|
|
||||||
|
|
||||||
<li><a href="/#album0" onclick="removeBlur()" class="button small smooth-scroll-middle">music</a></li>
|
|
||||||
|
<li><a href="/releases/" class="button small">Releases</a></li>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<li><a href="/logs/" class="button small">Web-Log</a></li>
|
||||||
|
|
||||||
|
|
||||||
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</nav>
|
</nav>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
<!-- End Navigation -->
|
|
||||||
<!-- Scripts -->
|
|
||||||
|
|
||||||
|
|
||||||
|
<!-- End Navigation -->
|
||||||
|
|
||||||
|
<!-- Scripts -->
|
||||||
|
|
||||||
<script src="/assets/js/jquery.min.js"></script>
|
<script src="/assets/js/jquery.min.js"></script>
|
||||||
<script src="/assets/js/jquery.scrollex.min.js"></script>
|
<script src="/assets/js/jquery.scrollex.min.js"></script>
|
||||||
|
|
@ -171,17 +181,11 @@
|
||||||
<script src="/assets/js/util.js"></script>
|
<script src="/assets/js/util.js"></script>
|
||||||
<script src="/assets/js/main.js"></script>
|
<script src="/assets/js/main.js"></script>
|
||||||
<script src="/assets/js/set.js"></script>
|
<script src="/assets/js/set.js"></script>
|
||||||
<!-- <script>
|
|
||||||
var lang = navigator.language || navigator.userLanguage;
|
|
||||||
if (lang.indexOf('sv') == 0)
|
|
||||||
window.location = '/';
|
|
||||||
else
|
|
||||||
window.location = '/en/';
|
|
||||||
</script> -->
|
|
||||||
|
|
||||||
<div id="cookie-notice">
|
<div id="cookie-notice">
|
||||||
<p>I only use cookies if you agree to it. They don't contain any identifiable information about you, but they will just let me know if you comeback! <strong>If you accept the cookies, and come back in 2 days i'll give you a freebie!</strong> <br />Click <a href="#" id="cookie-notice-decline">here</a> if you want this shit to go away and never bother with cookies again. <br />Read more about how basspistol <a href="/en/cookies/">use of cookies</a> </p>
|
<p>We only use cookies if you consent to it. They don't contain any identifiable info: they just let us know if you enjoyed this enough to come back. <br />Click <a href="#" id="cookie-notice-decline">here</a> if you want this shit to go away without cookies. <br />Read more about how Basspistol <a href="/cookies/">use cookies</a> </p>
|
||||||
<a class="button small yes" href="#" id="cookie-notice-accept">Tasty Freebie!</a>
|
<a class="button small yes" href="#" id="cookie-notice-accept">I'm in!</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
|
|
@ -222,7 +226,7 @@
|
||||||
(function() {
|
(function() {
|
||||||
var u="https://terminalnetwork.matomo.cloud/";
|
var u="https://terminalnetwork.matomo.cloud/";
|
||||||
_paq.push(['setTrackerUrl', u+'matomo.php']);
|
_paq.push(['setTrackerUrl', u+'matomo.php']);
|
||||||
_paq.push(['setSiteId', '11']);
|
_paq.push(['setSiteId', '14']);
|
||||||
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
|
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
|
||||||
g.type='text/javascript'; g.async=true; g.defer=true; g.src='//cdn.matomo.cloud/terminalnetwork.matomo.cloud/matomo.js'; s.parentNode.insertBefore(g,s);
|
g.type='text/javascript'; g.async=true; g.defer=true; g.src='//cdn.matomo.cloud/terminalnetwork.matomo.cloud/matomo.js'; s.parentNode.insertBefore(g,s);
|
||||||
})();
|
})();
|
||||||
|
|
@ -246,7 +250,7 @@ _paq.push(['enableLinkTracking']);
|
||||||
(function() {
|
(function() {
|
||||||
var u="https://terminalnetwork.matomo.cloud/";
|
var u="https://terminalnetwork.matomo.cloud/";
|
||||||
_paq.push(['setTrackerUrl', u+'matomo.php']);
|
_paq.push(['setTrackerUrl', u+'matomo.php']);
|
||||||
_paq.push(['setSiteId', '11']);
|
_paq.push(['setSiteId', '14']);
|
||||||
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
|
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
|
||||||
g.type='text/javascript'; g.async=true; g.defer=true; g.src='//cdn.matomo.cloud/terminalnetwork.matomo.cloud/matomo.js'; s.parentNode.insertBefore(g,s);
|
g.type='text/javascript'; g.async=true; g.defer=true; g.src='//cdn.matomo.cloud/terminalnetwork.matomo.cloud/matomo.js'; s.parentNode.insertBefore(g,s);
|
||||||
})();
|
})();
|
||||||
|
|
@ -265,7 +269,7 @@ _paq.push(['enableLinkTracking']);
|
||||||
(function() {
|
(function() {
|
||||||
var u="https://terminalnetwork.matomo.cloud/";
|
var u="https://terminalnetwork.matomo.cloud/";
|
||||||
_paq.push(['setTrackerUrl', u+'matomo.php']);
|
_paq.push(['setTrackerUrl', u+'matomo.php']);
|
||||||
_paq.push(['setSiteId', '11']);
|
_paq.push(['setSiteId', '14']);
|
||||||
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
|
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
|
||||||
g.type='text/javascript'; g.async=true; g.defer=true; g.src='//cdn.matomo.cloud/terminalnetwork.matomo.cloud/matomo.js'; s.parentNode.insertBefore(g,s);
|
g.type='text/javascript'; g.async=true; g.defer=true; g.src='//cdn.matomo.cloud/terminalnetwork.matomo.cloud/matomo.js'; s.parentNode.insertBefore(g,s);
|
||||||
})();
|
})();
|
||||||
|
|
@ -293,5 +297,6 @@ _paq.push(['enableLinkTracking']);
|
||||||
|
|
||||||
|
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
400
albums/2012-grab-bag/1-lauantai/index.html
Normal file
400
albums/2012-grab-bag/1-lauantai/index.html
Normal file
|
|
@ -0,0 +1,400 @@
|
||||||
|
<!DOCTYPE html>
|
||||||
|
<!--
|
||||||
|
Based on _Story_ by html5up.net | @ajlkn
|
||||||
|
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
|
||||||
|
Remixed and Jekyllified by Setto
|
||||||
|
-->
|
||||||
|
<html lang="en">
|
||||||
|
<head>
|
||||||
|
<!-- Begin Jekyll SEO tag v2.6.1 -->
|
||||||
|
<meta name="generator" content="Jekyll v4.0.0" />
|
||||||
|
<meta property="og:title" content="1 Lauantai" />
|
||||||
|
<meta name="author" content="pax:nion" />
|
||||||
|
<meta property="og:locale" content="en" />
|
||||||
|
<meta name="description" content="PHI, Panix Heavy Industries" />
|
||||||
|
<meta property="og:description" content="PHI, Panix Heavy Industries" />
|
||||||
|
<link rel="canonical" href="https://panix.basspistol.com/albums/2012-grab-bag/1-lauantai/" />
|
||||||
|
<meta property="og:url" content="https://panix.basspistol.com/albums/2012-grab-bag/1-lauantai/" />
|
||||||
|
<meta property="og:site_name" content="pax:nion" />
|
||||||
|
<meta property="og:type" content="article" />
|
||||||
|
<meta property="article:published_time" content="2020-07-05T18:07:03+00:00" />
|
||||||
|
<script type="application/ld+json">
|
||||||
|
{"description":"PHI, Panix Heavy Industries","@type":"AudioObject","headline":"1 Lauantai","dateModified":"2020-07-05T18:07:00+00:00","datePublished":"2020-07-05T18:07:03+00:00","url":"https://panix.basspistol.com/albums/2012-grab-bag/1-lauantai/","author":{"@type":"Person","name":"pax:nion"},"publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://panix.basspistol.com/assets/img/setto_icon.png"},"name":"pax:nion"},"@context":"https://schema.org"}</script>
|
||||||
|
<!-- End Jekyll SEO tag -->
|
||||||
|
|
||||||
|
<link type="application/atom+xml" rel="alternate" href="https://panix.basspistol.com/feed.xml" title="" />
|
||||||
|
<!-- BEGIN seo.html -->
|
||||||
|
|
||||||
|
<title>Play Lauantai by Panix Hilton</title>
|
||||||
|
<meta name="title" content="Play Lauantai by Panix Hilton" />
|
||||||
|
|
||||||
|
<meta name="dc.date.modified" scheme="ISO8601" content="2020-07-05T18:07:00+00:00" />
|
||||||
|
<meta name="robots" content="index" />
|
||||||
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||||
|
<link rel="canonical" href="https://panix.basspistol.com/albums/2012-grab-bag/1-lauantai/" />
|
||||||
|
<link rel="alternate" hreflang="x-default" href="https://panix.basspistol.com/albums/2012-grab-bag/1-lauantai/" />
|
||||||
|
<meta name="geo.region" content="BJ-ZO" />
|
||||||
|
<meta name="geo.placename" content="Setto" />
|
||||||
|
<meta name="geo.position" content="7.48777;2.076389" />
|
||||||
|
<meta name="ICBM" content="7.48777, 2.076389" />
|
||||||
|
|
||||||
|
<!-- Dublin Core basic info -->
|
||||||
|
|
||||||
|
<meta name="dcterms.Identifier" content="https://panix.basspistol.com" />
|
||||||
|
<meta name="dcterms.Format" content="text/html" />
|
||||||
|
<meta name="dcterms.Relation" content="pax:nion" />
|
||||||
|
<meta name="dcterms.Publisher" content="pax:nion" />
|
||||||
|
<meta name="dcterms.Type" content="text/html" />
|
||||||
|
<meta name="dcterms.Coverage" content="https://panix.basspistol.com/" />
|
||||||
|
<meta name="dcterms.Rights" content="Copyright ©2020 pax:nion." />
|
||||||
|
|
||||||
|
<meta name="dcterms.Subject" content="Listen and to a track by Panix Hilton from the release 2012 Grab Bag and support your remote artist!" />
|
||||||
|
<meta name="dcterms.Title" content="Lauantai - Panix Hilton | pax:nion" />
|
||||||
|
|
||||||
|
<meta name="dcterms.Contributor" content="pax:nion" />
|
||||||
|
<meta name="dcterms.Date" content="2020-07-05" />
|
||||||
|
<meta name="dcterms.Description" content="" />
|
||||||
|
|
||||||
|
<!-- Twitter Card -->
|
||||||
|
|
||||||
|
<meta name="twitter:card" content="summary" />
|
||||||
|
<meta name="twitter:site" content="@" />
|
||||||
|
<meta name="twitter:title" content="1 Lauantai | pax:nion" />
|
||||||
|
<meta name="twitter:description" content="PHI, Panix Heavy Industries" />
|
||||||
|
|
||||||
|
<meta name="twitter:image" content="https://panix.basspistol.com/assets/albums/2012-grab-bag/1-lauantai.jpeg" />
|
||||||
|
|
||||||
|
<!-- END seo.html -->
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<meta charset="utf-8" />
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=yes" />
|
||||||
|
<link rel="stylesheet" href="../../../assets/css/main20200519.css" />
|
||||||
|
|
||||||
|
<link rel="apple-touch-icon" href="https://panix.basspistol.com/apple-touch-icon.png" />
|
||||||
|
<link rel="icon" type="image/png" href="https://panix.basspistol.com/touch-icon.png" sizes="192x192" />
|
||||||
|
<link rel="shortcut icon" href="https://panix.basspistol.com/assets/img/setto_icon.png" type="image/png" />
|
||||||
|
<noscript><link rel="stylesheet" href="../../../assets/css/noscript20200518-rev1.css" /></noscript>
|
||||||
|
</head>
|
||||||
|
|
||||||
|
<body class="is-preload" id="body">
|
||||||
|
<span id="top" style="display: none;"></span>
|
||||||
|
<!-- Wrapper -->
|
||||||
|
<div id="wrapper" class="divided" data-cms-content-wrapper="/_layouts/default.html">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<!-- Banner -->
|
||||||
|
<section
|
||||||
|
class="banner onload-image-fade-in onload-content-fade-right style3 fullscreen content-align-center image-position-center" style="background-image:url('https://media.basspistol.com/panix/2012-grab-bag/1-lauantai.jpeg');background-size: cover; background-repeat: no-repeat;">
|
||||||
|
<div style="z-index:0;position:absolute; top:0; left:0; width:100%;height:100%;background-color: rgba(13, 13 ,13, 0.85);"></div>
|
||||||
|
<div class="content" style="z-index:1">
|
||||||
|
<h1 style="margin-top:80px">Lauantai</h1>
|
||||||
|
|
||||||
|
<p><strong><span id="tracktime"></span></strong><span id="lauantai"></span></strong> <br />
|
||||||
|
Style: <strong>Electronic</strong>
|
||||||
|
</p>
|
||||||
|
<script type="text/javascript">
|
||||||
|
var lauantaitimestamp = 112;
|
||||||
|
var lauantaihours = Math.floor(lauantaitimestamp / 60 / 60);
|
||||||
|
var lauantaiminutes = Math.floor(lauantaitimestamp / 60) - (lauantaihours * 60);
|
||||||
|
var lauantaiseconds = lauantaitimestamp % 60;
|
||||||
|
var lauantaiformatted = lauantaihours.toString().padStart(2, '0') + ':' + lauantaiminutes.toString().padStart(2, '0') + ':' + lauantaiseconds.toString().padStart(2, '0');
|
||||||
|
var theSpan = document.getElementById("lauantai");
|
||||||
|
theSpan.innerHTML = lauantaiformatted;
|
||||||
|
</script>
|
||||||
|
|
||||||
|
|
||||||
|
<ul class="actions stacked">
|
||||||
|
<li><button id="mu_pause" class="smooth-scroll-middle button icon solid fa-play">Play dat!</button></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="image">
|
||||||
|
<img src="https://media.basspistol.com/panix/2012-grab-bag/1-lauantai.jpeg" alt="1 Lauantai logo" id="coverart" />
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
|
||||||
|
|
||||||
|
<!-- Page navigation -->
|
||||||
|
<section class="wrapper style1 align-center">
|
||||||
|
<div class="inner">
|
||||||
|
<div class="index align-left">
|
||||||
|
<!-- Author -->
|
||||||
|
<section class="streambox" style="margin-top:40px;padding: 40px;">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<h3 style="text-align: center;display: block;">This track can't be bought</h3>
|
||||||
|
<p>But other tracks are available here:</p>
|
||||||
|
|
||||||
|
|
||||||
|
<div class="streamer">
|
||||||
|
|
||||||
|
|
||||||
|
<a onclick="_paq.push(['trackEvent', 'StoreLink', 'Bandcamp']);" target="_blank" rel="noopener" href="https://panixheavyindustries.bandcamp.com" alt="Stream from Bandcamp" title="Stream from Bandcamp" class="button icon brands fa-bandcamp">Bandcamp</a>
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</section>
|
||||||
|
<section>
|
||||||
|
<!-- Content -->
|
||||||
|
<div class="content">
|
||||||
|
<!-- post Naviation -->
|
||||||
|
<div style="text-align: center;">
|
||||||
|
<h3>Play more songs grom this release</h3>
|
||||||
|
</div>
|
||||||
|
<div class="post-nav">
|
||||||
|
<div>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
<div class="post-nav-next">
|
||||||
|
|
||||||
|
<h4><a href="../../../albums/2012-grab-bag/2-hookin-for-cheeseburgers/"> Hookin For Cheeseburgers</a> <a
|
||||||
|
href="../../../albums/2012-grab-bag/2-hookin-for-cheeseburgers/" alt="Read Hookin For Cheeseburgers" title="Read Hookin For Cheeseburgers"><i class="fas fa-arrow-right"></i></a></h4>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<!-- End Post Navigation -->
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
<!-- Audio player-->
|
||||||
|
<audio autoplay preload="true" data-matomo-title="Lauantai">
|
||||||
|
<source src="https://media.basspistol.com/panix/2012-grab-bag/1-lauantai.mp3" type="audio/mpeg" ontimeupdate='updateTrackTime(this);' />
|
||||||
|
<h1>Your browser isn't ready for so much hotness. Use the download-link instead.</h1>.
|
||||||
|
</audio>
|
||||||
|
<!-- Footer -->
|
||||||
|
<footer id="footer" class="wrapper style1 align-center">
|
||||||
|
<div class="footflex">
|
||||||
|
<div>
|
||||||
|
<h4>pax:nion</h4>
|
||||||
|
<p>PHI, Panix Heavy Industries
|
||||||
|
<br /><a href="mailto:"></a></p>
|
||||||
|
</div>
|
||||||
|
<div>
|
||||||
|
<ul>
|
||||||
|
<li><a href="#top" class="smooth-scroll-middle">Back to top</a></li>
|
||||||
|
<li><a href="/#album0" class="smooth-scroll-middle">music</a></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<div><img src="/assets/panix-logo-dark.svg" style="max-width:300px" alt="pax:nion Logo" /></div>
|
||||||
|
</div>
|
||||||
|
<div class="inner">
|
||||||
|
<ul class="icons">
|
||||||
|
|
||||||
|
<!-- <li><a href="mailto:" class="icon style2 fa-envelope"><span class="label">Email</span></a></li> -->
|
||||||
|
</ul>
|
||||||
|
<p>©2020 Basspistol | <a href="../../../webcreds/">Credits</a> | <a href="../../../cookies/">Cookies & Privacy</a></p>
|
||||||
|
</div>
|
||||||
|
</footer>
|
||||||
|
|
||||||
|
|
||||||
|
<script type="text/javascript">
|
||||||
|
function loadUrl(newLocation) {
|
||||||
|
window.location = newLocation;
|
||||||
|
return false;
|
||||||
|
}
|
||||||
|
|
||||||
|
var mu = document.getElementsByTagName("audio")[0];
|
||||||
|
var pauseButton = document.getElementById("mu_pause");
|
||||||
|
var spincover = document.getElementById("coverart");
|
||||||
|
|
||||||
|
mu.addEventListener('ended', function () {
|
||||||
|
// only functional if "loop" is removed
|
||||||
|
mu.pause();
|
||||||
|
mu.currentTime = 0;
|
||||||
|
loadUrl("../../../2012-grab-bag/2-hookin-for-cheeseburgers/"); return false;
|
||||||
|
});
|
||||||
|
mu.onplaying = function() {
|
||||||
|
pauseButton.innerHTML = "Pause";
|
||||||
|
pauseButton.classList.remove("fa-play");
|
||||||
|
pauseButton.classList.add("fa-pause");
|
||||||
|
spincover.classList.add("spinnit");
|
||||||
|
spincover.classList.remove("paused");
|
||||||
|
};
|
||||||
|
|
||||||
|
pauseButton.addEventListener("click", function () {
|
||||||
|
if (mu.paused) {
|
||||||
|
mu.play();
|
||||||
|
|
||||||
|
}
|
||||||
|
else {
|
||||||
|
mu.pause();
|
||||||
|
pauseButton.innerHTML = "Resume";
|
||||||
|
pauseButton.classList.add("fa-play");
|
||||||
|
pauseButton.classList.remove("fa-pause");
|
||||||
|
spincover.classList.add("paused");
|
||||||
|
}
|
||||||
|
});
|
||||||
|
|
||||||
|
mu.addEventListener('timeupdate', function () {
|
||||||
|
var timestamp = Math.floor(mu.currentTime);
|
||||||
|
var hours = Math.floor(timestamp / 60 / 60);
|
||||||
|
var minutes = Math.floor(timestamp / 60) - (hours * 60);
|
||||||
|
var seconds = timestamp % 60;
|
||||||
|
var formatted = hours.toString().padStart(2, '0') + ':' + minutes.toString().padStart(2, '0') + ':' + seconds.toString().padStart(2, '0');
|
||||||
|
var thecurrentSpan = document.getElementById("tracktime");
|
||||||
|
thecurrentSpan.innerHTML = formatted + ' / ';
|
||||||
|
});
|
||||||
|
|
||||||
|
</script>
|
||||||
|
</div>
|
||||||
|
<!-- Navigation -->
|
||||||
|
<div id="logo" class="logo">
|
||||||
|
<a href="/" class="smooth-scroll-middle"><img width="200em" src="/assets/panix-logo.svg" alt=" Logo" /></a>
|
||||||
|
<a href="#navbar" onclick="blurBody()" alt="Navigation Menu" title="Navigation Menu"><span style="font-size: 34px;" class="icon solid fa-bars"></span></a>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div id="navbar" style="display: block;" class="modalDialog">
|
||||||
|
<a href="#close" onclick="removeBlur()" alt="Close Menu" title="Close Menu"><div id="closearea"> </div></a>
|
||||||
|
<nav>
|
||||||
|
<a href="#close" title="Close" onclick="removeBlur()" class="close-button close" style="margin: 0 auto;">X</a>
|
||||||
|
<ul>
|
||||||
|
|
||||||
|
|
||||||
|
<li><a href="../../../" class="button small">Home</a></li>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<li><a href="../../../releases/" class="button small">Releases</a></li>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<li><a href="../../../logs/" class="button small">Web-Log</a></li>
|
||||||
|
|
||||||
|
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
</nav>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
<!-- End Navigation -->
|
||||||
|
<!-- Scripts -->
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<script src="../../../assets/js/jquery.min.js"></script>
|
||||||
|
<script src="../../../assets/js/jquery.scrollex.min.js"></script>
|
||||||
|
<script src="../../../assets/js/jquery.scrolly.min.js"></script>
|
||||||
|
<script src="../../../assets/js/browser.min.js"></script>
|
||||||
|
<script src="../../../assets/js/breakpoints.min.js"></script>
|
||||||
|
<script src="../../../assets/js/util.js"></script>
|
||||||
|
<script src="../../../assets/js/main.js"></script>
|
||||||
|
<script src="../../../assets/js/set.js"></script>
|
||||||
|
|
||||||
|
|
||||||
|
<div id="cookie-notice">
|
||||||
|
<p>We only use cookies if you consent to it. They don't contain any identifiable info: they just let us know if you enjoyed this enough to come back. <br />Click <a href="#" id="cookie-notice-decline">here</a> if you want this shit to go away without cookies. <br />Read more about how Basspistol <a href="/cookies/">use cookies</a> </p>
|
||||||
|
<a class="button small yes" href="#" id="cookie-notice-accept">I'm in!</a>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<script>
|
||||||
|
function createCookie(name, value, days) {
|
||||||
|
var expires = "";
|
||||||
|
if (days) {
|
||||||
|
var date = new Date();
|
||||||
|
date.setTime(date.getTime() + (days * 24 * 60 * 60 * 1000));
|
||||||
|
expires = "; expires=" + date.toUTCString();
|
||||||
|
}
|
||||||
|
document.cookie = name + "=" + value + expires + "; path=/";
|
||||||
|
}
|
||||||
|
function readCookie(name) {
|
||||||
|
var nameEQ = name + "=";
|
||||||
|
var ca = document.cookie.split(';');
|
||||||
|
for (var i = 0; i < ca.length; i++) {
|
||||||
|
var c = ca[i];
|
||||||
|
while (c.charAt(0) == ' ') c = c.substring(1, c.length);
|
||||||
|
if (c.indexOf(nameEQ) == 0) return c.substring(nameEQ.length, c.length);
|
||||||
|
}
|
||||||
|
return null;
|
||||||
|
}
|
||||||
|
function eraseCookie(name) {
|
||||||
|
createCookie(name, "", -1);
|
||||||
|
}
|
||||||
|
|
||||||
|
if (readCookie('cookie-notice-dismissed') == 'wantCookies') {
|
||||||
|
|
||||||
|
//* Matomo Tag Manager *//
|
||||||
|
|
||||||
|
var _mtm = _mtm || [];
|
||||||
|
_mtm.push({'mtm.startTime': (new Date().getTime()), 'event': 'mtm.Start'});
|
||||||
|
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
|
||||||
|
g.type='text/javascript'; g.async=true; g.defer=true; g.src='https://cdn.matomo.cloud/terminalnetwork.matomo.cloud/container_aJ0T3vZ5.js'; s.parentNode.insertBefore(g,s);
|
||||||
|
|
||||||
|
//* End Matomo Tag Manager *//
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
} else {
|
||||||
|
document.getElementById('cookie-notice').style.display = 'flex';
|
||||||
|
|
||||||
|
var _paq = window._paq || [];
|
||||||
|
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */
|
||||||
|
_paq.push(["setDocumentTitle", document.domain + "/" + document.title]);
|
||||||
|
_paq.push(["disableCookies"]);
|
||||||
|
_paq.push(['trackPageView']);
|
||||||
|
_paq.push(['enableLinkTracking']);
|
||||||
|
(function() {
|
||||||
|
var u="https://terminalnetwork.matomo.cloud/";
|
||||||
|
_paq.push(['setTrackerUrl', u+'matomo.php']);
|
||||||
|
_paq.push(['setSiteId', '14']);
|
||||||
|
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
|
||||||
|
g.type='text/javascript'; g.async=true; g.defer=true; g.src='//cdn.matomo.cloud/terminalnetwork.matomo.cloud/matomo.js'; s.parentNode.insertBefore(g,s);
|
||||||
|
})();
|
||||||
|
|
||||||
|
|
||||||
|
}
|
||||||
|
if (readCookie('cookie-notice-dismissed') == 'dontWantCookies') {
|
||||||
|
document.getElementById('cookie-notice').style.display = 'none';
|
||||||
|
|
||||||
|
var _paq = window._paq || [];
|
||||||
|
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */
|
||||||
|
_paq.push(["setDocumentTitle", document.domain + "/" + document.title]);
|
||||||
|
_paq.push(["disableCookies"]);
|
||||||
|
_paq.push(['trackPageView']);
|
||||||
|
_paq.push(['enableLinkTracking']);
|
||||||
|
(function() {
|
||||||
|
var u="https://terminalnetwork.matomo.cloud/";
|
||||||
|
_paq.push(['setTrackerUrl', u+'matomo.php']);
|
||||||
|
_paq.push(['setSiteId', '14']);
|
||||||
|
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
|
||||||
|
g.type='text/javascript'; g.async=true; g.defer=true; g.src='//cdn.matomo.cloud/terminalnetwork.matomo.cloud/matomo.js'; s.parentNode.insertBefore(g,s);
|
||||||
|
})();
|
||||||
|
|
||||||
|
}
|
||||||
|
document.getElementById('cookie-notice-accept').addEventListener("click", function () {
|
||||||
|
createCookie('cookie-notice-dismissed', 'wantCookies', 31);
|
||||||
|
document.getElementById('cookie-notice').style.display = 'none';
|
||||||
|
_paq.push(['trackEvent', 'Consent', 'wantCookie']);
|
||||||
|
location.reload();
|
||||||
|
});
|
||||||
|
|
||||||
|
document.getElementById('cookie-notice-decline').addEventListener("click", function () {
|
||||||
|
createCookie('cookie-notice-dismissed', 'dontWantCookies', 31);
|
||||||
|
document.getElementById('cookie-notice').style.display = 'none';
|
||||||
|
_paq.push(['trackEvent', 'Consent', 'dontWantCookie']);
|
||||||
|
location.reload();
|
||||||
|
});
|
||||||
|
|
||||||
|
// document.getElementById('cookie-notice-gimme').addEventListener("click", function () {
|
||||||
|
// createCookie('cookie-notice-dismissed', 'wantCookies', 31);
|
||||||
|
// document.getElementById('cookie-notice').style.display = 'none';
|
||||||
|
// location.reload();
|
||||||
|
// });
|
||||||
|
|
||||||
|
|
||||||
|
</script>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
404
albums/2012-grab-bag/10-tracks/index.html
Normal file
404
albums/2012-grab-bag/10-tracks/index.html
Normal file
|
|
@ -0,0 +1,404 @@
|
||||||
|
<!DOCTYPE html>
|
||||||
|
<!--
|
||||||
|
Based on _Story_ by html5up.net | @ajlkn
|
||||||
|
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
|
||||||
|
Remixed and Jekyllified by Setto
|
||||||
|
-->
|
||||||
|
<html lang="en">
|
||||||
|
<head>
|
||||||
|
<!-- Begin Jekyll SEO tag v2.6.1 -->
|
||||||
|
<meta name="generator" content="Jekyll v4.0.0" />
|
||||||
|
<meta property="og:title" content="10 Tracks" />
|
||||||
|
<meta name="author" content="pax:nion" />
|
||||||
|
<meta property="og:locale" content="en" />
|
||||||
|
<meta name="description" content="PHI, Panix Heavy Industries" />
|
||||||
|
<meta property="og:description" content="PHI, Panix Heavy Industries" />
|
||||||
|
<link rel="canonical" href="https://panix.basspistol.com/albums/2012-grab-bag/10-tracks/" />
|
||||||
|
<meta property="og:url" content="https://panix.basspistol.com/albums/2012-grab-bag/10-tracks/" />
|
||||||
|
<meta property="og:site_name" content="pax:nion" />
|
||||||
|
<meta property="og:type" content="article" />
|
||||||
|
<meta property="article:published_time" content="2020-07-05T18:07:03+00:00" />
|
||||||
|
<script type="application/ld+json">
|
||||||
|
{"description":"PHI, Panix Heavy Industries","@type":"AudioObject","headline":"10 Tracks","dateModified":"2020-07-05T18:07:00+00:00","datePublished":"2020-07-05T18:07:03+00:00","url":"https://panix.basspistol.com/albums/2012-grab-bag/10-tracks/","author":{"@type":"Person","name":"pax:nion"},"publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://panix.basspistol.com/assets/img/setto_icon.png"},"name":"pax:nion"},"@context":"https://schema.org"}</script>
|
||||||
|
<!-- End Jekyll SEO tag -->
|
||||||
|
|
||||||
|
<link type="application/atom+xml" rel="alternate" href="https://panix.basspistol.com/feed.xml" title="" />
|
||||||
|
<!-- BEGIN seo.html -->
|
||||||
|
|
||||||
|
<title>Play Tracks by Panix Hilton</title>
|
||||||
|
<meta name="title" content="Play Tracks by Panix Hilton" />
|
||||||
|
|
||||||
|
<meta name="dc.date.modified" scheme="ISO8601" content="2020-07-05T18:07:00+00:00" />
|
||||||
|
<meta name="robots" content="index" />
|
||||||
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||||
|
<link rel="canonical" href="https://panix.basspistol.com/albums/2012-grab-bag/10-tracks/" />
|
||||||
|
<link rel="alternate" hreflang="x-default" href="https://panix.basspistol.com/albums/2012-grab-bag/10-tracks/" />
|
||||||
|
<meta name="geo.region" content="BJ-ZO" />
|
||||||
|
<meta name="geo.placename" content="Setto" />
|
||||||
|
<meta name="geo.position" content="7.48777;2.076389" />
|
||||||
|
<meta name="ICBM" content="7.48777, 2.076389" />
|
||||||
|
|
||||||
|
<!-- Dublin Core basic info -->
|
||||||
|
|
||||||
|
<meta name="dcterms.Identifier" content="https://panix.basspistol.com" />
|
||||||
|
<meta name="dcterms.Format" content="text/html" />
|
||||||
|
<meta name="dcterms.Relation" content="pax:nion" />
|
||||||
|
<meta name="dcterms.Publisher" content="pax:nion" />
|
||||||
|
<meta name="dcterms.Type" content="text/html" />
|
||||||
|
<meta name="dcterms.Coverage" content="https://panix.basspistol.com/" />
|
||||||
|
<meta name="dcterms.Rights" content="Copyright ©2020 pax:nion." />
|
||||||
|
|
||||||
|
<meta name="dcterms.Subject" content="Listen and to a track by Panix Hilton from the release 2012 Grab Bag and support your remote artist!" />
|
||||||
|
<meta name="dcterms.Title" content="Tracks - Panix Hilton | pax:nion" />
|
||||||
|
|
||||||
|
<meta name="dcterms.Contributor" content="pax:nion" />
|
||||||
|
<meta name="dcterms.Date" content="2020-07-05" />
|
||||||
|
<meta name="dcterms.Description" content="" />
|
||||||
|
|
||||||
|
<!-- Twitter Card -->
|
||||||
|
|
||||||
|
<meta name="twitter:card" content="summary" />
|
||||||
|
<meta name="twitter:site" content="@" />
|
||||||
|
<meta name="twitter:title" content="10 Tracks | pax:nion" />
|
||||||
|
<meta name="twitter:description" content="PHI, Panix Heavy Industries" />
|
||||||
|
|
||||||
|
<meta name="twitter:image" content="https://panix.basspistol.com/assets/albums/2012-grab-bag/10-tracks.jpeg" />
|
||||||
|
|
||||||
|
<!-- END seo.html -->
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<meta charset="utf-8" />
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=yes" />
|
||||||
|
<link rel="stylesheet" href="../../../assets/css/main20200519.css" />
|
||||||
|
|
||||||
|
<link rel="apple-touch-icon" href="https://panix.basspistol.com/apple-touch-icon.png" />
|
||||||
|
<link rel="icon" type="image/png" href="https://panix.basspistol.com/touch-icon.png" sizes="192x192" />
|
||||||
|
<link rel="shortcut icon" href="https://panix.basspistol.com/assets/img/setto_icon.png" type="image/png" />
|
||||||
|
<noscript><link rel="stylesheet" href="../../../assets/css/noscript20200518-rev1.css" /></noscript>
|
||||||
|
</head>
|
||||||
|
|
||||||
|
<body class="is-preload" id="body">
|
||||||
|
<span id="top" style="display: none;"></span>
|
||||||
|
<!-- Wrapper -->
|
||||||
|
<div id="wrapper" class="divided" data-cms-content-wrapper="/_layouts/default.html">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<!-- Banner -->
|
||||||
|
<section
|
||||||
|
class="banner onload-image-fade-in onload-content-fade-right style3 fullscreen content-align-center image-position-center" style="background-image:url('https://media.basspistol.com/panix/2012-grab-bag/10-tracks.jpeg');background-size: cover; background-repeat: no-repeat;">
|
||||||
|
<div style="z-index:0;position:absolute; top:0; left:0; width:100%;height:100%;background-color: rgba(13, 13 ,13, 0.85);"></div>
|
||||||
|
<div class="content" style="z-index:1">
|
||||||
|
<h1 style="margin-top:80px">Tracks</h1>
|
||||||
|
|
||||||
|
<p><strong><span id="tracktime"></span></strong><span id="tracks"></span></strong> <br />
|
||||||
|
Style: <strong>Electronic</strong>
|
||||||
|
</p>
|
||||||
|
<script type="text/javascript">
|
||||||
|
var trackstimestamp = 156;
|
||||||
|
var trackshours = Math.floor(trackstimestamp / 60 / 60);
|
||||||
|
var tracksminutes = Math.floor(trackstimestamp / 60) - (trackshours * 60);
|
||||||
|
var tracksseconds = trackstimestamp % 60;
|
||||||
|
var tracksformatted = trackshours.toString().padStart(2, '0') + ':' + tracksminutes.toString().padStart(2, '0') + ':' + tracksseconds.toString().padStart(2, '0');
|
||||||
|
var theSpan = document.getElementById("tracks");
|
||||||
|
theSpan.innerHTML = tracksformatted;
|
||||||
|
</script>
|
||||||
|
|
||||||
|
|
||||||
|
<ul class="actions stacked">
|
||||||
|
<li><button id="mu_pause" class="smooth-scroll-middle button icon solid fa-play">Play dat!</button></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="image">
|
||||||
|
<img src="https://media.basspistol.com/panix/2012-grab-bag/10-tracks.jpeg" alt="10 Tracks logo" id="coverart" />
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
|
||||||
|
|
||||||
|
<!-- Page navigation -->
|
||||||
|
<section class="wrapper style1 align-center">
|
||||||
|
<div class="inner">
|
||||||
|
<div class="index align-left">
|
||||||
|
<!-- Author -->
|
||||||
|
<section class="streambox" style="margin-top:40px;padding: 40px;">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<h3 style="text-align: center;display: block;">This track can't be bought</h3>
|
||||||
|
<p>But other tracks are available here:</p>
|
||||||
|
|
||||||
|
|
||||||
|
<div class="streamer">
|
||||||
|
|
||||||
|
|
||||||
|
<a onclick="_paq.push(['trackEvent', 'StoreLink', 'Bandcamp']);" target="_blank" rel="noopener" href="https://panixheavyindustries.bandcamp.com" alt="Stream from Bandcamp" title="Stream from Bandcamp" class="button icon brands fa-bandcamp">Bandcamp</a>
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</section>
|
||||||
|
<section>
|
||||||
|
<!-- Content -->
|
||||||
|
<div class="content">
|
||||||
|
<!-- post Naviation -->
|
||||||
|
<div style="text-align: center;">
|
||||||
|
<h3>Play more songs grom this release</h3>
|
||||||
|
</div>
|
||||||
|
<div class="post-nav">
|
||||||
|
<div>
|
||||||
|
|
||||||
|
<h4><a href="../../../albums/2012-grab-bag/9-skithink/" alt="Read Skithink" title="Read Skithink"><i class="fas fa-arrow-left"></i></a> <a
|
||||||
|
href="../../../albums/2012-grab-bag/9-skithink/"> Skithink</a>
|
||||||
|
</h4>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
<div class="post-nav-next">
|
||||||
|
|
||||||
|
<h4><a href="../../../albums/2012-grab-bag/11-verbophobia/"> Verbophobia</a> <a
|
||||||
|
href="../../../albums/2012-grab-bag/11-verbophobia/" alt="Read Verbophobia" title="Read Verbophobia"><i class="fas fa-arrow-right"></i></a></h4>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<!-- End Post Navigation -->
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
<!-- Audio player-->
|
||||||
|
<audio autoplay preload="true" data-matomo-title="Tracks">
|
||||||
|
<source src="https://media.basspistol.com/panix/2012-grab-bag/10-tracks.mp3" type="audio/mpeg" ontimeupdate='updateTrackTime(this);' />
|
||||||
|
<h1>Your browser isn't ready for so much hotness. Use the download-link instead.</h1>.
|
||||||
|
</audio>
|
||||||
|
<!-- Footer -->
|
||||||
|
<footer id="footer" class="wrapper style1 align-center">
|
||||||
|
<div class="footflex">
|
||||||
|
<div>
|
||||||
|
<h4>pax:nion</h4>
|
||||||
|
<p>PHI, Panix Heavy Industries
|
||||||
|
<br /><a href="mailto:"></a></p>
|
||||||
|
</div>
|
||||||
|
<div>
|
||||||
|
<ul>
|
||||||
|
<li><a href="#top" class="smooth-scroll-middle">Back to top</a></li>
|
||||||
|
<li><a href="/#album0" class="smooth-scroll-middle">music</a></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<div><img src="/assets/panix-logo-dark.svg" style="max-width:300px" alt="pax:nion Logo" /></div>
|
||||||
|
</div>
|
||||||
|
<div class="inner">
|
||||||
|
<ul class="icons">
|
||||||
|
|
||||||
|
<!-- <li><a href="mailto:" class="icon style2 fa-envelope"><span class="label">Email</span></a></li> -->
|
||||||
|
</ul>
|
||||||
|
<p>©2020 Basspistol | <a href="../../../webcreds/">Credits</a> | <a href="../../../cookies/">Cookies & Privacy</a></p>
|
||||||
|
</div>
|
||||||
|
</footer>
|
||||||
|
|
||||||
|
|
||||||
|
<script type="text/javascript">
|
||||||
|
function loadUrl(newLocation) {
|
||||||
|
window.location = newLocation;
|
||||||
|
return false;
|
||||||
|
}
|
||||||
|
|
||||||
|
var mu = document.getElementsByTagName("audio")[0];
|
||||||
|
var pauseButton = document.getElementById("mu_pause");
|
||||||
|
var spincover = document.getElementById("coverart");
|
||||||
|
|
||||||
|
mu.addEventListener('ended', function () {
|
||||||
|
// only functional if "loop" is removed
|
||||||
|
mu.pause();
|
||||||
|
mu.currentTime = 0;
|
||||||
|
loadUrl("../../../2012-grab-bag/11-verbophobia/"); return false;
|
||||||
|
});
|
||||||
|
mu.onplaying = function() {
|
||||||
|
pauseButton.innerHTML = "Pause";
|
||||||
|
pauseButton.classList.remove("fa-play");
|
||||||
|
pauseButton.classList.add("fa-pause");
|
||||||
|
spincover.classList.add("spinnit");
|
||||||
|
spincover.classList.remove("paused");
|
||||||
|
};
|
||||||
|
|
||||||
|
pauseButton.addEventListener("click", function () {
|
||||||
|
if (mu.paused) {
|
||||||
|
mu.play();
|
||||||
|
|
||||||
|
}
|
||||||
|
else {
|
||||||
|
mu.pause();
|
||||||
|
pauseButton.innerHTML = "Resume";
|
||||||
|
pauseButton.classList.add("fa-play");
|
||||||
|
pauseButton.classList.remove("fa-pause");
|
||||||
|
spincover.classList.add("paused");
|
||||||
|
}
|
||||||
|
});
|
||||||
|
|
||||||
|
mu.addEventListener('timeupdate', function () {
|
||||||
|
var timestamp = Math.floor(mu.currentTime);
|
||||||
|
var hours = Math.floor(timestamp / 60 / 60);
|
||||||
|
var minutes = Math.floor(timestamp / 60) - (hours * 60);
|
||||||
|
var seconds = timestamp % 60;
|
||||||
|
var formatted = hours.toString().padStart(2, '0') + ':' + minutes.toString().padStart(2, '0') + ':' + seconds.toString().padStart(2, '0');
|
||||||
|
var thecurrentSpan = document.getElementById("tracktime");
|
||||||
|
thecurrentSpan.innerHTML = formatted + ' / ';
|
||||||
|
});
|
||||||
|
|
||||||
|
</script>
|
||||||
|
</div>
|
||||||
|
<!-- Navigation -->
|
||||||
|
<div id="logo" class="logo">
|
||||||
|
<a href="/" class="smooth-scroll-middle"><img width="200em" src="/assets/panix-logo.svg" alt=" Logo" /></a>
|
||||||
|
<a href="#navbar" onclick="blurBody()" alt="Navigation Menu" title="Navigation Menu"><span style="font-size: 34px;" class="icon solid fa-bars"></span></a>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div id="navbar" style="display: block;" class="modalDialog">
|
||||||
|
<a href="#close" onclick="removeBlur()" alt="Close Menu" title="Close Menu"><div id="closearea"> </div></a>
|
||||||
|
<nav>
|
||||||
|
<a href="#close" title="Close" onclick="removeBlur()" class="close-button close" style="margin: 0 auto;">X</a>
|
||||||
|
<ul>
|
||||||
|
|
||||||
|
|
||||||
|
<li><a href="../../../" class="button small">Home</a></li>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<li><a href="../../../releases/" class="button small">Releases</a></li>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<li><a href="../../../logs/" class="button small">Web-Log</a></li>
|
||||||
|
|
||||||
|
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
</nav>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
<!-- End Navigation -->
|
||||||
|
<!-- Scripts -->
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<script src="../../../assets/js/jquery.min.js"></script>
|
||||||
|
<script src="../../../assets/js/jquery.scrollex.min.js"></script>
|
||||||
|
<script src="../../../assets/js/jquery.scrolly.min.js"></script>
|
||||||
|
<script src="../../../assets/js/browser.min.js"></script>
|
||||||
|
<script src="../../../assets/js/breakpoints.min.js"></script>
|
||||||
|
<script src="../../../assets/js/util.js"></script>
|
||||||
|
<script src="../../../assets/js/main.js"></script>
|
||||||
|
<script src="../../../assets/js/set.js"></script>
|
||||||
|
|
||||||
|
|
||||||
|
<div id="cookie-notice">
|
||||||
|
<p>We only use cookies if you consent to it. They don't contain any identifiable info: they just let us know if you enjoyed this enough to come back. <br />Click <a href="#" id="cookie-notice-decline">here</a> if you want this shit to go away without cookies. <br />Read more about how Basspistol <a href="/cookies/">use cookies</a> </p>
|
||||||
|
<a class="button small yes" href="#" id="cookie-notice-accept">I'm in!</a>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<script>
|
||||||
|
function createCookie(name, value, days) {
|
||||||
|
var expires = "";
|
||||||
|
if (days) {
|
||||||
|
var date = new Date();
|
||||||
|
date.setTime(date.getTime() + (days * 24 * 60 * 60 * 1000));
|
||||||
|
expires = "; expires=" + date.toUTCString();
|
||||||
|
}
|
||||||
|
document.cookie = name + "=" + value + expires + "; path=/";
|
||||||
|
}
|
||||||
|
function readCookie(name) {
|
||||||
|
var nameEQ = name + "=";
|
||||||
|
var ca = document.cookie.split(';');
|
||||||
|
for (var i = 0; i < ca.length; i++) {
|
||||||
|
var c = ca[i];
|
||||||
|
while (c.charAt(0) == ' ') c = c.substring(1, c.length);
|
||||||
|
if (c.indexOf(nameEQ) == 0) return c.substring(nameEQ.length, c.length);
|
||||||
|
}
|
||||||
|
return null;
|
||||||
|
}
|
||||||
|
function eraseCookie(name) {
|
||||||
|
createCookie(name, "", -1);
|
||||||
|
}
|
||||||
|
|
||||||
|
if (readCookie('cookie-notice-dismissed') == 'wantCookies') {
|
||||||
|
|
||||||
|
//* Matomo Tag Manager *//
|
||||||
|
|
||||||
|
var _mtm = _mtm || [];
|
||||||
|
_mtm.push({'mtm.startTime': (new Date().getTime()), 'event': 'mtm.Start'});
|
||||||
|
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
|
||||||
|
g.type='text/javascript'; g.async=true; g.defer=true; g.src='https://cdn.matomo.cloud/terminalnetwork.matomo.cloud/container_aJ0T3vZ5.js'; s.parentNode.insertBefore(g,s);
|
||||||
|
|
||||||
|
//* End Matomo Tag Manager *//
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
} else {
|
||||||
|
document.getElementById('cookie-notice').style.display = 'flex';
|
||||||
|
|
||||||
|
var _paq = window._paq || [];
|
||||||
|
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */
|
||||||
|
_paq.push(["setDocumentTitle", document.domain + "/" + document.title]);
|
||||||
|
_paq.push(["disableCookies"]);
|
||||||
|
_paq.push(['trackPageView']);
|
||||||
|
_paq.push(['enableLinkTracking']);
|
||||||
|
(function() {
|
||||||
|
var u="https://terminalnetwork.matomo.cloud/";
|
||||||
|
_paq.push(['setTrackerUrl', u+'matomo.php']);
|
||||||
|
_paq.push(['setSiteId', '14']);
|
||||||
|
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
|
||||||
|
g.type='text/javascript'; g.async=true; g.defer=true; g.src='//cdn.matomo.cloud/terminalnetwork.matomo.cloud/matomo.js'; s.parentNode.insertBefore(g,s);
|
||||||
|
})();
|
||||||
|
|
||||||
|
|
||||||
|
}
|
||||||
|
if (readCookie('cookie-notice-dismissed') == 'dontWantCookies') {
|
||||||
|
document.getElementById('cookie-notice').style.display = 'none';
|
||||||
|
|
||||||
|
var _paq = window._paq || [];
|
||||||
|
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */
|
||||||
|
_paq.push(["setDocumentTitle", document.domain + "/" + document.title]);
|
||||||
|
_paq.push(["disableCookies"]);
|
||||||
|
_paq.push(['trackPageView']);
|
||||||
|
_paq.push(['enableLinkTracking']);
|
||||||
|
(function() {
|
||||||
|
var u="https://terminalnetwork.matomo.cloud/";
|
||||||
|
_paq.push(['setTrackerUrl', u+'matomo.php']);
|
||||||
|
_paq.push(['setSiteId', '14']);
|
||||||
|
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
|
||||||
|
g.type='text/javascript'; g.async=true; g.defer=true; g.src='//cdn.matomo.cloud/terminalnetwork.matomo.cloud/matomo.js'; s.parentNode.insertBefore(g,s);
|
||||||
|
})();
|
||||||
|
|
||||||
|
}
|
||||||
|
document.getElementById('cookie-notice-accept').addEventListener("click", function () {
|
||||||
|
createCookie('cookie-notice-dismissed', 'wantCookies', 31);
|
||||||
|
document.getElementById('cookie-notice').style.display = 'none';
|
||||||
|
_paq.push(['trackEvent', 'Consent', 'wantCookie']);
|
||||||
|
location.reload();
|
||||||
|
});
|
||||||
|
|
||||||
|
document.getElementById('cookie-notice-decline').addEventListener("click", function () {
|
||||||
|
createCookie('cookie-notice-dismissed', 'dontWantCookies', 31);
|
||||||
|
document.getElementById('cookie-notice').style.display = 'none';
|
||||||
|
_paq.push(['trackEvent', 'Consent', 'dontWantCookie']);
|
||||||
|
location.reload();
|
||||||
|
});
|
||||||
|
|
||||||
|
// document.getElementById('cookie-notice-gimme').addEventListener("click", function () {
|
||||||
|
// createCookie('cookie-notice-dismissed', 'wantCookies', 31);
|
||||||
|
// document.getElementById('cookie-notice').style.display = 'none';
|
||||||
|
// location.reload();
|
||||||
|
// });
|
||||||
|
|
||||||
|
|
||||||
|
</script>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
404
albums/2012-grab-bag/11-verbophobia/index.html
Normal file
404
albums/2012-grab-bag/11-verbophobia/index.html
Normal file
|
|
@ -0,0 +1,404 @@
|
||||||
|
<!DOCTYPE html>
|
||||||
|
<!--
|
||||||
|
Based on _Story_ by html5up.net | @ajlkn
|
||||||
|
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
|
||||||
|
Remixed and Jekyllified by Setto
|
||||||
|
-->
|
||||||
|
<html lang="en">
|
||||||
|
<head>
|
||||||
|
<!-- Begin Jekyll SEO tag v2.6.1 -->
|
||||||
|
<meta name="generator" content="Jekyll v4.0.0" />
|
||||||
|
<meta property="og:title" content="11 Verbophobia" />
|
||||||
|
<meta name="author" content="pax:nion" />
|
||||||
|
<meta property="og:locale" content="en" />
|
||||||
|
<meta name="description" content="PHI, Panix Heavy Industries" />
|
||||||
|
<meta property="og:description" content="PHI, Panix Heavy Industries" />
|
||||||
|
<link rel="canonical" href="https://panix.basspistol.com/albums/2012-grab-bag/11-verbophobia/" />
|
||||||
|
<meta property="og:url" content="https://panix.basspistol.com/albums/2012-grab-bag/11-verbophobia/" />
|
||||||
|
<meta property="og:site_name" content="pax:nion" />
|
||||||
|
<meta property="og:type" content="article" />
|
||||||
|
<meta property="article:published_time" content="2020-07-05T18:07:03+00:00" />
|
||||||
|
<script type="application/ld+json">
|
||||||
|
{"description":"PHI, Panix Heavy Industries","@type":"AudioObject","headline":"11 Verbophobia","dateModified":"2020-07-05T18:07:00+00:00","datePublished":"2020-07-05T18:07:03+00:00","url":"https://panix.basspistol.com/albums/2012-grab-bag/11-verbophobia/","author":{"@type":"Person","name":"pax:nion"},"publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://panix.basspistol.com/assets/img/setto_icon.png"},"name":"pax:nion"},"@context":"https://schema.org"}</script>
|
||||||
|
<!-- End Jekyll SEO tag -->
|
||||||
|
|
||||||
|
<link type="application/atom+xml" rel="alternate" href="https://panix.basspistol.com/feed.xml" title="" />
|
||||||
|
<!-- BEGIN seo.html -->
|
||||||
|
|
||||||
|
<title>Play Verbophobia by Panix Hilton</title>
|
||||||
|
<meta name="title" content="Play Verbophobia by Panix Hilton" />
|
||||||
|
|
||||||
|
<meta name="dc.date.modified" scheme="ISO8601" content="2020-07-05T18:07:00+00:00" />
|
||||||
|
<meta name="robots" content="index" />
|
||||||
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||||
|
<link rel="canonical" href="https://panix.basspistol.com/albums/2012-grab-bag/11-verbophobia/" />
|
||||||
|
<link rel="alternate" hreflang="x-default" href="https://panix.basspistol.com/albums/2012-grab-bag/11-verbophobia/" />
|
||||||
|
<meta name="geo.region" content="BJ-ZO" />
|
||||||
|
<meta name="geo.placename" content="Setto" />
|
||||||
|
<meta name="geo.position" content="7.48777;2.076389" />
|
||||||
|
<meta name="ICBM" content="7.48777, 2.076389" />
|
||||||
|
|
||||||
|
<!-- Dublin Core basic info -->
|
||||||
|
|
||||||
|
<meta name="dcterms.Identifier" content="https://panix.basspistol.com" />
|
||||||
|
<meta name="dcterms.Format" content="text/html" />
|
||||||
|
<meta name="dcterms.Relation" content="pax:nion" />
|
||||||
|
<meta name="dcterms.Publisher" content="pax:nion" />
|
||||||
|
<meta name="dcterms.Type" content="text/html" />
|
||||||
|
<meta name="dcterms.Coverage" content="https://panix.basspistol.com/" />
|
||||||
|
<meta name="dcterms.Rights" content="Copyright ©2020 pax:nion." />
|
||||||
|
|
||||||
|
<meta name="dcterms.Subject" content="Listen and to a track by Panix Hilton from the release 2012 Grab Bag and support your remote artist!" />
|
||||||
|
<meta name="dcterms.Title" content="Verbophobia - Panix Hilton | pax:nion" />
|
||||||
|
|
||||||
|
<meta name="dcterms.Contributor" content="pax:nion" />
|
||||||
|
<meta name="dcterms.Date" content="2020-07-05" />
|
||||||
|
<meta name="dcterms.Description" content="" />
|
||||||
|
|
||||||
|
<!-- Twitter Card -->
|
||||||
|
|
||||||
|
<meta name="twitter:card" content="summary" />
|
||||||
|
<meta name="twitter:site" content="@" />
|
||||||
|
<meta name="twitter:title" content="11 Verbophobia | pax:nion" />
|
||||||
|
<meta name="twitter:description" content="PHI, Panix Heavy Industries" />
|
||||||
|
|
||||||
|
<meta name="twitter:image" content="https://panix.basspistol.com/assets/albums/2012-grab-bag/11-verbophobia.jpeg" />
|
||||||
|
|
||||||
|
<!-- END seo.html -->
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<meta charset="utf-8" />
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=yes" />
|
||||||
|
<link rel="stylesheet" href="../../../assets/css/main20200519.css" />
|
||||||
|
|
||||||
|
<link rel="apple-touch-icon" href="https://panix.basspistol.com/apple-touch-icon.png" />
|
||||||
|
<link rel="icon" type="image/png" href="https://panix.basspistol.com/touch-icon.png" sizes="192x192" />
|
||||||
|
<link rel="shortcut icon" href="https://panix.basspistol.com/assets/img/setto_icon.png" type="image/png" />
|
||||||
|
<noscript><link rel="stylesheet" href="../../../assets/css/noscript20200518-rev1.css" /></noscript>
|
||||||
|
</head>
|
||||||
|
|
||||||
|
<body class="is-preload" id="body">
|
||||||
|
<span id="top" style="display: none;"></span>
|
||||||
|
<!-- Wrapper -->
|
||||||
|
<div id="wrapper" class="divided" data-cms-content-wrapper="/_layouts/default.html">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<!-- Banner -->
|
||||||
|
<section
|
||||||
|
class="banner onload-image-fade-in onload-content-fade-right style3 fullscreen content-align-center image-position-center" style="background-image:url('https://media.basspistol.com/panix/2012-grab-bag/11-verbophobia.jpeg');background-size: cover; background-repeat: no-repeat;">
|
||||||
|
<div style="z-index:0;position:absolute; top:0; left:0; width:100%;height:100%;background-color: rgba(13, 13 ,13, 0.85);"></div>
|
||||||
|
<div class="content" style="z-index:1">
|
||||||
|
<h1 style="margin-top:80px">Verbophobia</h1>
|
||||||
|
|
||||||
|
<p><strong><span id="tracktime"></span></strong><span id="verbophobia"></span></strong> <br />
|
||||||
|
Style: <strong>Electronic</strong>
|
||||||
|
</p>
|
||||||
|
<script type="text/javascript">
|
||||||
|
var verbophobiatimestamp = 114;
|
||||||
|
var verbophobiahours = Math.floor(verbophobiatimestamp / 60 / 60);
|
||||||
|
var verbophobiaminutes = Math.floor(verbophobiatimestamp / 60) - (verbophobiahours * 60);
|
||||||
|
var verbophobiaseconds = verbophobiatimestamp % 60;
|
||||||
|
var verbophobiaformatted = verbophobiahours.toString().padStart(2, '0') + ':' + verbophobiaminutes.toString().padStart(2, '0') + ':' + verbophobiaseconds.toString().padStart(2, '0');
|
||||||
|
var theSpan = document.getElementById("verbophobia");
|
||||||
|
theSpan.innerHTML = verbophobiaformatted;
|
||||||
|
</script>
|
||||||
|
|
||||||
|
|
||||||
|
<ul class="actions stacked">
|
||||||
|
<li><button id="mu_pause" class="smooth-scroll-middle button icon solid fa-play">Play dat!</button></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="image">
|
||||||
|
<img src="https://media.basspistol.com/panix/2012-grab-bag/11-verbophobia.jpeg" alt="11 Verbophobia logo" id="coverart" />
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
|
||||||
|
|
||||||
|
<!-- Page navigation -->
|
||||||
|
<section class="wrapper style1 align-center">
|
||||||
|
<div class="inner">
|
||||||
|
<div class="index align-left">
|
||||||
|
<!-- Author -->
|
||||||
|
<section class="streambox" style="margin-top:40px;padding: 40px;">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<h3 style="text-align: center;display: block;">This track can't be bought</h3>
|
||||||
|
<p>But other tracks are available here:</p>
|
||||||
|
|
||||||
|
|
||||||
|
<div class="streamer">
|
||||||
|
|
||||||
|
|
||||||
|
<a onclick="_paq.push(['trackEvent', 'StoreLink', 'Bandcamp']);" target="_blank" rel="noopener" href="https://panixheavyindustries.bandcamp.com" alt="Stream from Bandcamp" title="Stream from Bandcamp" class="button icon brands fa-bandcamp">Bandcamp</a>
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</section>
|
||||||
|
<section>
|
||||||
|
<!-- Content -->
|
||||||
|
<div class="content">
|
||||||
|
<!-- post Naviation -->
|
||||||
|
<div style="text-align: center;">
|
||||||
|
<h3>Play more songs grom this release</h3>
|
||||||
|
</div>
|
||||||
|
<div class="post-nav">
|
||||||
|
<div>
|
||||||
|
|
||||||
|
<h4><a href="../../../albums/2012-grab-bag/10-tracks/" alt="Read Tracks" title="Read Tracks"><i class="fas fa-arrow-left"></i></a> <a
|
||||||
|
href="../../../albums/2012-grab-bag/10-tracks/"> Tracks</a>
|
||||||
|
</h4>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
<div class="post-nav-next">
|
||||||
|
|
||||||
|
<h4><a href="../../../albums/2012-grab-bag/1-lauantai/"> Lauantai</a> <a
|
||||||
|
href="../../../albums/2012-grab-bag/1-lauantai/" alt="Read Lauantai" title="Read Lauantai"><i class="fas fa-arrow-right"></i></a></h4>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<!-- End Post Navigation -->
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
<!-- Audio player-->
|
||||||
|
<audio autoplay preload="true" data-matomo-title="Verbophobia">
|
||||||
|
<source src="https://media.basspistol.com/panix/2012-grab-bag/11-verbophobia.mp3" type="audio/mpeg" ontimeupdate='updateTrackTime(this);' />
|
||||||
|
<h1>Your browser isn't ready for so much hotness. Use the download-link instead.</h1>.
|
||||||
|
</audio>
|
||||||
|
<!-- Footer -->
|
||||||
|
<footer id="footer" class="wrapper style1 align-center">
|
||||||
|
<div class="footflex">
|
||||||
|
<div>
|
||||||
|
<h4>pax:nion</h4>
|
||||||
|
<p>PHI, Panix Heavy Industries
|
||||||
|
<br /><a href="mailto:"></a></p>
|
||||||
|
</div>
|
||||||
|
<div>
|
||||||
|
<ul>
|
||||||
|
<li><a href="#top" class="smooth-scroll-middle">Back to top</a></li>
|
||||||
|
<li><a href="/#album0" class="smooth-scroll-middle">music</a></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<div><img src="/assets/panix-logo-dark.svg" style="max-width:300px" alt="pax:nion Logo" /></div>
|
||||||
|
</div>
|
||||||
|
<div class="inner">
|
||||||
|
<ul class="icons">
|
||||||
|
|
||||||
|
<!-- <li><a href="mailto:" class="icon style2 fa-envelope"><span class="label">Email</span></a></li> -->
|
||||||
|
</ul>
|
||||||
|
<p>©2020 Basspistol | <a href="../../../webcreds/">Credits</a> | <a href="../../../cookies/">Cookies & Privacy</a></p>
|
||||||
|
</div>
|
||||||
|
</footer>
|
||||||
|
|
||||||
|
|
||||||
|
<script type="text/javascript">
|
||||||
|
function loadUrl(newLocation) {
|
||||||
|
window.location = newLocation;
|
||||||
|
return false;
|
||||||
|
}
|
||||||
|
|
||||||
|
var mu = document.getElementsByTagName("audio")[0];
|
||||||
|
var pauseButton = document.getElementById("mu_pause");
|
||||||
|
var spincover = document.getElementById("coverart");
|
||||||
|
|
||||||
|
mu.addEventListener('ended', function () {
|
||||||
|
// only functional if "loop" is removed
|
||||||
|
mu.pause();
|
||||||
|
mu.currentTime = 0;
|
||||||
|
loadUrl("../../../2012-grab-bag/1-lauantai/"); return false;
|
||||||
|
});
|
||||||
|
mu.onplaying = function() {
|
||||||
|
pauseButton.innerHTML = "Pause";
|
||||||
|
pauseButton.classList.remove("fa-play");
|
||||||
|
pauseButton.classList.add("fa-pause");
|
||||||
|
spincover.classList.add("spinnit");
|
||||||
|
spincover.classList.remove("paused");
|
||||||
|
};
|
||||||
|
|
||||||
|
pauseButton.addEventListener("click", function () {
|
||||||
|
if (mu.paused) {
|
||||||
|
mu.play();
|
||||||
|
|
||||||
|
}
|
||||||
|
else {
|
||||||
|
mu.pause();
|
||||||
|
pauseButton.innerHTML = "Resume";
|
||||||
|
pauseButton.classList.add("fa-play");
|
||||||
|
pauseButton.classList.remove("fa-pause");
|
||||||
|
spincover.classList.add("paused");
|
||||||
|
}
|
||||||
|
});
|
||||||
|
|
||||||
|
mu.addEventListener('timeupdate', function () {
|
||||||
|
var timestamp = Math.floor(mu.currentTime);
|
||||||
|
var hours = Math.floor(timestamp / 60 / 60);
|
||||||
|
var minutes = Math.floor(timestamp / 60) - (hours * 60);
|
||||||
|
var seconds = timestamp % 60;
|
||||||
|
var formatted = hours.toString().padStart(2, '0') + ':' + minutes.toString().padStart(2, '0') + ':' + seconds.toString().padStart(2, '0');
|
||||||
|
var thecurrentSpan = document.getElementById("tracktime");
|
||||||
|
thecurrentSpan.innerHTML = formatted + ' / ';
|
||||||
|
});
|
||||||
|
|
||||||
|
</script>
|
||||||
|
</div>
|
||||||
|
<!-- Navigation -->
|
||||||
|
<div id="logo" class="logo">
|
||||||
|
<a href="/" class="smooth-scroll-middle"><img width="200em" src="/assets/panix-logo.svg" alt=" Logo" /></a>
|
||||||
|
<a href="#navbar" onclick="blurBody()" alt="Navigation Menu" title="Navigation Menu"><span style="font-size: 34px;" class="icon solid fa-bars"></span></a>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div id="navbar" style="display: block;" class="modalDialog">
|
||||||
|
<a href="#close" onclick="removeBlur()" alt="Close Menu" title="Close Menu"><div id="closearea"> </div></a>
|
||||||
|
<nav>
|
||||||
|
<a href="#close" title="Close" onclick="removeBlur()" class="close-button close" style="margin: 0 auto;">X</a>
|
||||||
|
<ul>
|
||||||
|
|
||||||
|
|
||||||
|
<li><a href="../../../" class="button small">Home</a></li>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<li><a href="../../../releases/" class="button small">Releases</a></li>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<li><a href="../../../logs/" class="button small">Web-Log</a></li>
|
||||||
|
|
||||||
|
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
</nav>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
<!-- End Navigation -->
|
||||||
|
<!-- Scripts -->
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<script src="../../../assets/js/jquery.min.js"></script>
|
||||||
|
<script src="../../../assets/js/jquery.scrollex.min.js"></script>
|
||||||
|
<script src="../../../assets/js/jquery.scrolly.min.js"></script>
|
||||||
|
<script src="../../../assets/js/browser.min.js"></script>
|
||||||
|
<script src="../../../assets/js/breakpoints.min.js"></script>
|
||||||
|
<script src="../../../assets/js/util.js"></script>
|
||||||
|
<script src="../../../assets/js/main.js"></script>
|
||||||
|
<script src="../../../assets/js/set.js"></script>
|
||||||
|
|
||||||
|
|
||||||
|
<div id="cookie-notice">
|
||||||
|
<p>We only use cookies if you consent to it. They don't contain any identifiable info: they just let us know if you enjoyed this enough to come back. <br />Click <a href="#" id="cookie-notice-decline">here</a> if you want this shit to go away without cookies. <br />Read more about how Basspistol <a href="/cookies/">use cookies</a> </p>
|
||||||
|
<a class="button small yes" href="#" id="cookie-notice-accept">I'm in!</a>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<script>
|
||||||
|
function createCookie(name, value, days) {
|
||||||
|
var expires = "";
|
||||||
|
if (days) {
|
||||||
|
var date = new Date();
|
||||||
|
date.setTime(date.getTime() + (days * 24 * 60 * 60 * 1000));
|
||||||
|
expires = "; expires=" + date.toUTCString();
|
||||||
|
}
|
||||||
|
document.cookie = name + "=" + value + expires + "; path=/";
|
||||||
|
}
|
||||||
|
function readCookie(name) {
|
||||||
|
var nameEQ = name + "=";
|
||||||
|
var ca = document.cookie.split(';');
|
||||||
|
for (var i = 0; i < ca.length; i++) {
|
||||||
|
var c = ca[i];
|
||||||
|
while (c.charAt(0) == ' ') c = c.substring(1, c.length);
|
||||||
|
if (c.indexOf(nameEQ) == 0) return c.substring(nameEQ.length, c.length);
|
||||||
|
}
|
||||||
|
return null;
|
||||||
|
}
|
||||||
|
function eraseCookie(name) {
|
||||||
|
createCookie(name, "", -1);
|
||||||
|
}
|
||||||
|
|
||||||
|
if (readCookie('cookie-notice-dismissed') == 'wantCookies') {
|
||||||
|
|
||||||
|
//* Matomo Tag Manager *//
|
||||||
|
|
||||||
|
var _mtm = _mtm || [];
|
||||||
|
_mtm.push({'mtm.startTime': (new Date().getTime()), 'event': 'mtm.Start'});
|
||||||
|
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
|
||||||
|
g.type='text/javascript'; g.async=true; g.defer=true; g.src='https://cdn.matomo.cloud/terminalnetwork.matomo.cloud/container_aJ0T3vZ5.js'; s.parentNode.insertBefore(g,s);
|
||||||
|
|
||||||
|
//* End Matomo Tag Manager *//
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
} else {
|
||||||
|
document.getElementById('cookie-notice').style.display = 'flex';
|
||||||
|
|
||||||
|
var _paq = window._paq || [];
|
||||||
|
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */
|
||||||
|
_paq.push(["setDocumentTitle", document.domain + "/" + document.title]);
|
||||||
|
_paq.push(["disableCookies"]);
|
||||||
|
_paq.push(['trackPageView']);
|
||||||
|
_paq.push(['enableLinkTracking']);
|
||||||
|
(function() {
|
||||||
|
var u="https://terminalnetwork.matomo.cloud/";
|
||||||
|
_paq.push(['setTrackerUrl', u+'matomo.php']);
|
||||||
|
_paq.push(['setSiteId', '14']);
|
||||||
|
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
|
||||||
|
g.type='text/javascript'; g.async=true; g.defer=true; g.src='//cdn.matomo.cloud/terminalnetwork.matomo.cloud/matomo.js'; s.parentNode.insertBefore(g,s);
|
||||||
|
})();
|
||||||
|
|
||||||
|
|
||||||
|
}
|
||||||
|
if (readCookie('cookie-notice-dismissed') == 'dontWantCookies') {
|
||||||
|
document.getElementById('cookie-notice').style.display = 'none';
|
||||||
|
|
||||||
|
var _paq = window._paq || [];
|
||||||
|
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */
|
||||||
|
_paq.push(["setDocumentTitle", document.domain + "/" + document.title]);
|
||||||
|
_paq.push(["disableCookies"]);
|
||||||
|
_paq.push(['trackPageView']);
|
||||||
|
_paq.push(['enableLinkTracking']);
|
||||||
|
(function() {
|
||||||
|
var u="https://terminalnetwork.matomo.cloud/";
|
||||||
|
_paq.push(['setTrackerUrl', u+'matomo.php']);
|
||||||
|
_paq.push(['setSiteId', '14']);
|
||||||
|
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
|
||||||
|
g.type='text/javascript'; g.async=true; g.defer=true; g.src='//cdn.matomo.cloud/terminalnetwork.matomo.cloud/matomo.js'; s.parentNode.insertBefore(g,s);
|
||||||
|
})();
|
||||||
|
|
||||||
|
}
|
||||||
|
document.getElementById('cookie-notice-accept').addEventListener("click", function () {
|
||||||
|
createCookie('cookie-notice-dismissed', 'wantCookies', 31);
|
||||||
|
document.getElementById('cookie-notice').style.display = 'none';
|
||||||
|
_paq.push(['trackEvent', 'Consent', 'wantCookie']);
|
||||||
|
location.reload();
|
||||||
|
});
|
||||||
|
|
||||||
|
document.getElementById('cookie-notice-decline').addEventListener("click", function () {
|
||||||
|
createCookie('cookie-notice-dismissed', 'dontWantCookies', 31);
|
||||||
|
document.getElementById('cookie-notice').style.display = 'none';
|
||||||
|
_paq.push(['trackEvent', 'Consent', 'dontWantCookie']);
|
||||||
|
location.reload();
|
||||||
|
});
|
||||||
|
|
||||||
|
// document.getElementById('cookie-notice-gimme').addEventListener("click", function () {
|
||||||
|
// createCookie('cookie-notice-dismissed', 'wantCookies', 31);
|
||||||
|
// document.getElementById('cookie-notice').style.display = 'none';
|
||||||
|
// location.reload();
|
||||||
|
// });
|
||||||
|
|
||||||
|
|
||||||
|
</script>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
404
albums/2012-grab-bag/2-hookin-for-cheeseburgers/index.html
Normal file
404
albums/2012-grab-bag/2-hookin-for-cheeseburgers/index.html
Normal file
|
|
@ -0,0 +1,404 @@
|
||||||
|
<!DOCTYPE html>
|
||||||
|
<!--
|
||||||
|
Based on _Story_ by html5up.net | @ajlkn
|
||||||
|
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
|
||||||
|
Remixed and Jekyllified by Setto
|
||||||
|
-->
|
||||||
|
<html lang="en">
|
||||||
|
<head>
|
||||||
|
<!-- Begin Jekyll SEO tag v2.6.1 -->
|
||||||
|
<meta name="generator" content="Jekyll v4.0.0" />
|
||||||
|
<meta property="og:title" content="2 Hookin For Cheeseburgers" />
|
||||||
|
<meta name="author" content="pax:nion" />
|
||||||
|
<meta property="og:locale" content="en" />
|
||||||
|
<meta name="description" content="PHI, Panix Heavy Industries" />
|
||||||
|
<meta property="og:description" content="PHI, Panix Heavy Industries" />
|
||||||
|
<link rel="canonical" href="https://panix.basspistol.com/albums/2012-grab-bag/2-hookin-for-cheeseburgers/" />
|
||||||
|
<meta property="og:url" content="https://panix.basspistol.com/albums/2012-grab-bag/2-hookin-for-cheeseburgers/" />
|
||||||
|
<meta property="og:site_name" content="pax:nion" />
|
||||||
|
<meta property="og:type" content="article" />
|
||||||
|
<meta property="article:published_time" content="2020-07-05T18:07:03+00:00" />
|
||||||
|
<script type="application/ld+json">
|
||||||
|
{"description":"PHI, Panix Heavy Industries","@type":"AudioObject","headline":"2 Hookin For Cheeseburgers","dateModified":"2020-07-05T18:07:00+00:00","datePublished":"2020-07-05T18:07:03+00:00","url":"https://panix.basspistol.com/albums/2012-grab-bag/2-hookin-for-cheeseburgers/","author":{"@type":"Person","name":"pax:nion"},"publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://panix.basspistol.com/assets/img/setto_icon.png"},"name":"pax:nion"},"@context":"https://schema.org"}</script>
|
||||||
|
<!-- End Jekyll SEO tag -->
|
||||||
|
|
||||||
|
<link type="application/atom+xml" rel="alternate" href="https://panix.basspistol.com/feed.xml" title="" />
|
||||||
|
<!-- BEGIN seo.html -->
|
||||||
|
|
||||||
|
<title>Play Hookin For Cheeseburgers by Panix Hilton</title>
|
||||||
|
<meta name="title" content="Play Hookin For Cheeseburgers by Panix Hilton" />
|
||||||
|
|
||||||
|
<meta name="dc.date.modified" scheme="ISO8601" content="2020-07-05T18:07:00+00:00" />
|
||||||
|
<meta name="robots" content="index" />
|
||||||
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||||
|
<link rel="canonical" href="https://panix.basspistol.com/albums/2012-grab-bag/2-hookin-for-cheeseburgers/" />
|
||||||
|
<link rel="alternate" hreflang="x-default" href="https://panix.basspistol.com/albums/2012-grab-bag/2-hookin-for-cheeseburgers/" />
|
||||||
|
<meta name="geo.region" content="BJ-ZO" />
|
||||||
|
<meta name="geo.placename" content="Setto" />
|
||||||
|
<meta name="geo.position" content="7.48777;2.076389" />
|
||||||
|
<meta name="ICBM" content="7.48777, 2.076389" />
|
||||||
|
|
||||||
|
<!-- Dublin Core basic info -->
|
||||||
|
|
||||||
|
<meta name="dcterms.Identifier" content="https://panix.basspistol.com" />
|
||||||
|
<meta name="dcterms.Format" content="text/html" />
|
||||||
|
<meta name="dcterms.Relation" content="pax:nion" />
|
||||||
|
<meta name="dcterms.Publisher" content="pax:nion" />
|
||||||
|
<meta name="dcterms.Type" content="text/html" />
|
||||||
|
<meta name="dcterms.Coverage" content="https://panix.basspistol.com/" />
|
||||||
|
<meta name="dcterms.Rights" content="Copyright ©2020 pax:nion." />
|
||||||
|
|
||||||
|
<meta name="dcterms.Subject" content="Listen and to a track by Panix Hilton from the release 2012 Grab Bag and support your remote artist!" />
|
||||||
|
<meta name="dcterms.Title" content="Hookin For Cheeseburgers - Panix Hilton | pax:nion" />
|
||||||
|
|
||||||
|
<meta name="dcterms.Contributor" content="pax:nion" />
|
||||||
|
<meta name="dcterms.Date" content="2020-07-05" />
|
||||||
|
<meta name="dcterms.Description" content="" />
|
||||||
|
|
||||||
|
<!-- Twitter Card -->
|
||||||
|
|
||||||
|
<meta name="twitter:card" content="summary" />
|
||||||
|
<meta name="twitter:site" content="@" />
|
||||||
|
<meta name="twitter:title" content="2 Hookin For Cheeseburgers | pax:nion" />
|
||||||
|
<meta name="twitter:description" content="PHI, Panix Heavy Industries" />
|
||||||
|
|
||||||
|
<meta name="twitter:image" content="https://panix.basspistol.com/assets/albums/2012-grab-bag/2-hookin-for-cheeseburgers.jpeg" />
|
||||||
|
|
||||||
|
<!-- END seo.html -->
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<meta charset="utf-8" />
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=yes" />
|
||||||
|
<link rel="stylesheet" href="../../../assets/css/main20200519.css" />
|
||||||
|
|
||||||
|
<link rel="apple-touch-icon" href="https://panix.basspistol.com/apple-touch-icon.png" />
|
||||||
|
<link rel="icon" type="image/png" href="https://panix.basspistol.com/touch-icon.png" sizes="192x192" />
|
||||||
|
<link rel="shortcut icon" href="https://panix.basspistol.com/assets/img/setto_icon.png" type="image/png" />
|
||||||
|
<noscript><link rel="stylesheet" href="../../../assets/css/noscript20200518-rev1.css" /></noscript>
|
||||||
|
</head>
|
||||||
|
|
||||||
|
<body class="is-preload" id="body">
|
||||||
|
<span id="top" style="display: none;"></span>
|
||||||
|
<!-- Wrapper -->
|
||||||
|
<div id="wrapper" class="divided" data-cms-content-wrapper="/_layouts/default.html">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<!-- Banner -->
|
||||||
|
<section
|
||||||
|
class="banner onload-image-fade-in onload-content-fade-right style3 fullscreen content-align-center image-position-center" style="background-image:url('https://media.basspistol.com/panix/2012-grab-bag/2-hookin-for-cheeseburgers.jpeg');background-size: cover; background-repeat: no-repeat;">
|
||||||
|
<div style="z-index:0;position:absolute; top:0; left:0; width:100%;height:100%;background-color: rgba(13, 13 ,13, 0.85);"></div>
|
||||||
|
<div class="content" style="z-index:1">
|
||||||
|
<h1 style="margin-top:80px">Hookin For Cheeseburgers</h1>
|
||||||
|
|
||||||
|
<p><strong><span id="tracktime"></span></strong><span id="hookinforcheeseburgers"></span></strong> <br />
|
||||||
|
Style: <strong>Electronic</strong>
|
||||||
|
</p>
|
||||||
|
<script type="text/javascript">
|
||||||
|
var hookinforcheeseburgerstimestamp = 113;
|
||||||
|
var hookinforcheeseburgershours = Math.floor(hookinforcheeseburgerstimestamp / 60 / 60);
|
||||||
|
var hookinforcheeseburgersminutes = Math.floor(hookinforcheeseburgerstimestamp / 60) - (hookinforcheeseburgershours * 60);
|
||||||
|
var hookinforcheeseburgersseconds = hookinforcheeseburgerstimestamp % 60;
|
||||||
|
var hookinforcheeseburgersformatted = hookinforcheeseburgershours.toString().padStart(2, '0') + ':' + hookinforcheeseburgersminutes.toString().padStart(2, '0') + ':' + hookinforcheeseburgersseconds.toString().padStart(2, '0');
|
||||||
|
var theSpan = document.getElementById("hookinforcheeseburgers");
|
||||||
|
theSpan.innerHTML = hookinforcheeseburgersformatted;
|
||||||
|
</script>
|
||||||
|
|
||||||
|
|
||||||
|
<ul class="actions stacked">
|
||||||
|
<li><button id="mu_pause" class="smooth-scroll-middle button icon solid fa-play">Play dat!</button></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="image">
|
||||||
|
<img src="https://media.basspistol.com/panix/2012-grab-bag/2-hookin-for-cheeseburgers.jpeg" alt="2 Hookin For Cheeseburgers logo" id="coverart" />
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
|
||||||
|
|
||||||
|
<!-- Page navigation -->
|
||||||
|
<section class="wrapper style1 align-center">
|
||||||
|
<div class="inner">
|
||||||
|
<div class="index align-left">
|
||||||
|
<!-- Author -->
|
||||||
|
<section class="streambox" style="margin-top:40px;padding: 40px;">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<h3 style="text-align: center;display: block;">This track can't be bought</h3>
|
||||||
|
<p>But other tracks are available here:</p>
|
||||||
|
|
||||||
|
|
||||||
|
<div class="streamer">
|
||||||
|
|
||||||
|
|
||||||
|
<a onclick="_paq.push(['trackEvent', 'StoreLink', 'Bandcamp']);" target="_blank" rel="noopener" href="https://panixheavyindustries.bandcamp.com" alt="Stream from Bandcamp" title="Stream from Bandcamp" class="button icon brands fa-bandcamp">Bandcamp</a>
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</section>
|
||||||
|
<section>
|
||||||
|
<!-- Content -->
|
||||||
|
<div class="content">
|
||||||
|
<!-- post Naviation -->
|
||||||
|
<div style="text-align: center;">
|
||||||
|
<h3>Play more songs grom this release</h3>
|
||||||
|
</div>
|
||||||
|
<div class="post-nav">
|
||||||
|
<div>
|
||||||
|
|
||||||
|
<h4><a href="../../../albums/2012-grab-bag/1-lauantai/" alt="Read Lauantai" title="Read Lauantai"><i class="fas fa-arrow-left"></i></a> <a
|
||||||
|
href="../../../albums/2012-grab-bag/1-lauantai/"> Lauantai</a>
|
||||||
|
</h4>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
<div class="post-nav-next">
|
||||||
|
|
||||||
|
<h4><a href="../../../albums/2012-grab-bag/3-mandaak/"> Mandaak</a> <a
|
||||||
|
href="../../../albums/2012-grab-bag/3-mandaak/" alt="Read Mandaak" title="Read Mandaak"><i class="fas fa-arrow-right"></i></a></h4>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<!-- End Post Navigation -->
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
<!-- Audio player-->
|
||||||
|
<audio autoplay preload="true" data-matomo-title="Hookin For Cheeseburgers">
|
||||||
|
<source src="https://media.basspistol.com/panix/2012-grab-bag/2-hookin-for-cheeseburgers.mp3" type="audio/mpeg" ontimeupdate='updateTrackTime(this);' />
|
||||||
|
<h1>Your browser isn't ready for so much hotness. Use the download-link instead.</h1>.
|
||||||
|
</audio>
|
||||||
|
<!-- Footer -->
|
||||||
|
<footer id="footer" class="wrapper style1 align-center">
|
||||||
|
<div class="footflex">
|
||||||
|
<div>
|
||||||
|
<h4>pax:nion</h4>
|
||||||
|
<p>PHI, Panix Heavy Industries
|
||||||
|
<br /><a href="mailto:"></a></p>
|
||||||
|
</div>
|
||||||
|
<div>
|
||||||
|
<ul>
|
||||||
|
<li><a href="#top" class="smooth-scroll-middle">Back to top</a></li>
|
||||||
|
<li><a href="/#album0" class="smooth-scroll-middle">music</a></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<div><img src="/assets/panix-logo-dark.svg" style="max-width:300px" alt="pax:nion Logo" /></div>
|
||||||
|
</div>
|
||||||
|
<div class="inner">
|
||||||
|
<ul class="icons">
|
||||||
|
|
||||||
|
<!-- <li><a href="mailto:" class="icon style2 fa-envelope"><span class="label">Email</span></a></li> -->
|
||||||
|
</ul>
|
||||||
|
<p>©2020 Basspistol | <a href="../../../webcreds/">Credits</a> | <a href="../../../cookies/">Cookies & Privacy</a></p>
|
||||||
|
</div>
|
||||||
|
</footer>
|
||||||
|
|
||||||
|
|
||||||
|
<script type="text/javascript">
|
||||||
|
function loadUrl(newLocation) {
|
||||||
|
window.location = newLocation;
|
||||||
|
return false;
|
||||||
|
}
|
||||||
|
|
||||||
|
var mu = document.getElementsByTagName("audio")[0];
|
||||||
|
var pauseButton = document.getElementById("mu_pause");
|
||||||
|
var spincover = document.getElementById("coverart");
|
||||||
|
|
||||||
|
mu.addEventListener('ended', function () {
|
||||||
|
// only functional if "loop" is removed
|
||||||
|
mu.pause();
|
||||||
|
mu.currentTime = 0;
|
||||||
|
loadUrl("../../../2012-grab-bag/3-mandaak/"); return false;
|
||||||
|
});
|
||||||
|
mu.onplaying = function() {
|
||||||
|
pauseButton.innerHTML = "Pause";
|
||||||
|
pauseButton.classList.remove("fa-play");
|
||||||
|
pauseButton.classList.add("fa-pause");
|
||||||
|
spincover.classList.add("spinnit");
|
||||||
|
spincover.classList.remove("paused");
|
||||||
|
};
|
||||||
|
|
||||||
|
pauseButton.addEventListener("click", function () {
|
||||||
|
if (mu.paused) {
|
||||||
|
mu.play();
|
||||||
|
|
||||||
|
}
|
||||||
|
else {
|
||||||
|
mu.pause();
|
||||||
|
pauseButton.innerHTML = "Resume";
|
||||||
|
pauseButton.classList.add("fa-play");
|
||||||
|
pauseButton.classList.remove("fa-pause");
|
||||||
|
spincover.classList.add("paused");
|
||||||
|
}
|
||||||
|
});
|
||||||
|
|
||||||
|
mu.addEventListener('timeupdate', function () {
|
||||||
|
var timestamp = Math.floor(mu.currentTime);
|
||||||
|
var hours = Math.floor(timestamp / 60 / 60);
|
||||||
|
var minutes = Math.floor(timestamp / 60) - (hours * 60);
|
||||||
|
var seconds = timestamp % 60;
|
||||||
|
var formatted = hours.toString().padStart(2, '0') + ':' + minutes.toString().padStart(2, '0') + ':' + seconds.toString().padStart(2, '0');
|
||||||
|
var thecurrentSpan = document.getElementById("tracktime");
|
||||||
|
thecurrentSpan.innerHTML = formatted + ' / ';
|
||||||
|
});
|
||||||
|
|
||||||
|
</script>
|
||||||
|
</div>
|
||||||
|
<!-- Navigation -->
|
||||||
|
<div id="logo" class="logo">
|
||||||
|
<a href="/" class="smooth-scroll-middle"><img width="200em" src="/assets/panix-logo.svg" alt=" Logo" /></a>
|
||||||
|
<a href="#navbar" onclick="blurBody()" alt="Navigation Menu" title="Navigation Menu"><span style="font-size: 34px;" class="icon solid fa-bars"></span></a>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div id="navbar" style="display: block;" class="modalDialog">
|
||||||
|
<a href="#close" onclick="removeBlur()" alt="Close Menu" title="Close Menu"><div id="closearea"> </div></a>
|
||||||
|
<nav>
|
||||||
|
<a href="#close" title="Close" onclick="removeBlur()" class="close-button close" style="margin: 0 auto;">X</a>
|
||||||
|
<ul>
|
||||||
|
|
||||||
|
|
||||||
|
<li><a href="../../../" class="button small">Home</a></li>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<li><a href="../../../releases/" class="button small">Releases</a></li>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<li><a href="../../../logs/" class="button small">Web-Log</a></li>
|
||||||
|
|
||||||
|
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
</nav>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
<!-- End Navigation -->
|
||||||
|
<!-- Scripts -->
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<script src="../../../assets/js/jquery.min.js"></script>
|
||||||
|
<script src="../../../assets/js/jquery.scrollex.min.js"></script>
|
||||||
|
<script src="../../../assets/js/jquery.scrolly.min.js"></script>
|
||||||
|
<script src="../../../assets/js/browser.min.js"></script>
|
||||||
|
<script src="../../../assets/js/breakpoints.min.js"></script>
|
||||||
|
<script src="../../../assets/js/util.js"></script>
|
||||||
|
<script src="../../../assets/js/main.js"></script>
|
||||||
|
<script src="../../../assets/js/set.js"></script>
|
||||||
|
|
||||||
|
|
||||||
|
<div id="cookie-notice">
|
||||||
|
<p>We only use cookies if you consent to it. They don't contain any identifiable info: they just let us know if you enjoyed this enough to come back. <br />Click <a href="#" id="cookie-notice-decline">here</a> if you want this shit to go away without cookies. <br />Read more about how Basspistol <a href="/cookies/">use cookies</a> </p>
|
||||||
|
<a class="button small yes" href="#" id="cookie-notice-accept">I'm in!</a>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<script>
|
||||||
|
function createCookie(name, value, days) {
|
||||||
|
var expires = "";
|
||||||
|
if (days) {
|
||||||
|
var date = new Date();
|
||||||
|
date.setTime(date.getTime() + (days * 24 * 60 * 60 * 1000));
|
||||||
|
expires = "; expires=" + date.toUTCString();
|
||||||
|
}
|
||||||
|
document.cookie = name + "=" + value + expires + "; path=/";
|
||||||
|
}
|
||||||
|
function readCookie(name) {
|
||||||
|
var nameEQ = name + "=";
|
||||||
|
var ca = document.cookie.split(';');
|
||||||
|
for (var i = 0; i < ca.length; i++) {
|
||||||
|
var c = ca[i];
|
||||||
|
while (c.charAt(0) == ' ') c = c.substring(1, c.length);
|
||||||
|
if (c.indexOf(nameEQ) == 0) return c.substring(nameEQ.length, c.length);
|
||||||
|
}
|
||||||
|
return null;
|
||||||
|
}
|
||||||
|
function eraseCookie(name) {
|
||||||
|
createCookie(name, "", -1);
|
||||||
|
}
|
||||||
|
|
||||||
|
if (readCookie('cookie-notice-dismissed') == 'wantCookies') {
|
||||||
|
|
||||||
|
//* Matomo Tag Manager *//
|
||||||
|
|
||||||
|
var _mtm = _mtm || [];
|
||||||
|
_mtm.push({'mtm.startTime': (new Date().getTime()), 'event': 'mtm.Start'});
|
||||||
|
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
|
||||||
|
g.type='text/javascript'; g.async=true; g.defer=true; g.src='https://cdn.matomo.cloud/terminalnetwork.matomo.cloud/container_aJ0T3vZ5.js'; s.parentNode.insertBefore(g,s);
|
||||||
|
|
||||||
|
//* End Matomo Tag Manager *//
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
} else {
|
||||||
|
document.getElementById('cookie-notice').style.display = 'flex';
|
||||||
|
|
||||||
|
var _paq = window._paq || [];
|
||||||
|
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */
|
||||||
|
_paq.push(["setDocumentTitle", document.domain + "/" + document.title]);
|
||||||
|
_paq.push(["disableCookies"]);
|
||||||
|
_paq.push(['trackPageView']);
|
||||||
|
_paq.push(['enableLinkTracking']);
|
||||||
|
(function() {
|
||||||
|
var u="https://terminalnetwork.matomo.cloud/";
|
||||||
|
_paq.push(['setTrackerUrl', u+'matomo.php']);
|
||||||
|
_paq.push(['setSiteId', '14']);
|
||||||
|
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
|
||||||
|
g.type='text/javascript'; g.async=true; g.defer=true; g.src='//cdn.matomo.cloud/terminalnetwork.matomo.cloud/matomo.js'; s.parentNode.insertBefore(g,s);
|
||||||
|
})();
|
||||||
|
|
||||||
|
|
||||||
|
}
|
||||||
|
if (readCookie('cookie-notice-dismissed') == 'dontWantCookies') {
|
||||||
|
document.getElementById('cookie-notice').style.display = 'none';
|
||||||
|
|
||||||
|
var _paq = window._paq || [];
|
||||||
|
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */
|
||||||
|
_paq.push(["setDocumentTitle", document.domain + "/" + document.title]);
|
||||||
|
_paq.push(["disableCookies"]);
|
||||||
|
_paq.push(['trackPageView']);
|
||||||
|
_paq.push(['enableLinkTracking']);
|
||||||
|
(function() {
|
||||||
|
var u="https://terminalnetwork.matomo.cloud/";
|
||||||
|
_paq.push(['setTrackerUrl', u+'matomo.php']);
|
||||||
|
_paq.push(['setSiteId', '14']);
|
||||||
|
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
|
||||||
|
g.type='text/javascript'; g.async=true; g.defer=true; g.src='//cdn.matomo.cloud/terminalnetwork.matomo.cloud/matomo.js'; s.parentNode.insertBefore(g,s);
|
||||||
|
})();
|
||||||
|
|
||||||
|
}
|
||||||
|
document.getElementById('cookie-notice-accept').addEventListener("click", function () {
|
||||||
|
createCookie('cookie-notice-dismissed', 'wantCookies', 31);
|
||||||
|
document.getElementById('cookie-notice').style.display = 'none';
|
||||||
|
_paq.push(['trackEvent', 'Consent', 'wantCookie']);
|
||||||
|
location.reload();
|
||||||
|
});
|
||||||
|
|
||||||
|
document.getElementById('cookie-notice-decline').addEventListener("click", function () {
|
||||||
|
createCookie('cookie-notice-dismissed', 'dontWantCookies', 31);
|
||||||
|
document.getElementById('cookie-notice').style.display = 'none';
|
||||||
|
_paq.push(['trackEvent', 'Consent', 'dontWantCookie']);
|
||||||
|
location.reload();
|
||||||
|
});
|
||||||
|
|
||||||
|
// document.getElementById('cookie-notice-gimme').addEventListener("click", function () {
|
||||||
|
// createCookie('cookie-notice-dismissed', 'wantCookies', 31);
|
||||||
|
// document.getElementById('cookie-notice').style.display = 'none';
|
||||||
|
// location.reload();
|
||||||
|
// });
|
||||||
|
|
||||||
|
|
||||||
|
</script>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
404
albums/2012-grab-bag/3-mandaak/index.html
Normal file
404
albums/2012-grab-bag/3-mandaak/index.html
Normal file
|
|
@ -0,0 +1,404 @@
|
||||||
|
<!DOCTYPE html>
|
||||||
|
<!--
|
||||||
|
Based on _Story_ by html5up.net | @ajlkn
|
||||||
|
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
|
||||||
|
Remixed and Jekyllified by Setto
|
||||||
|
-->
|
||||||
|
<html lang="en">
|
||||||
|
<head>
|
||||||
|
<!-- Begin Jekyll SEO tag v2.6.1 -->
|
||||||
|
<meta name="generator" content="Jekyll v4.0.0" />
|
||||||
|
<meta property="og:title" content="3 Mandaak" />
|
||||||
|
<meta name="author" content="pax:nion" />
|
||||||
|
<meta property="og:locale" content="en" />
|
||||||
|
<meta name="description" content="PHI, Panix Heavy Industries" />
|
||||||
|
<meta property="og:description" content="PHI, Panix Heavy Industries" />
|
||||||
|
<link rel="canonical" href="https://panix.basspistol.com/albums/2012-grab-bag/3-mandaak/" />
|
||||||
|
<meta property="og:url" content="https://panix.basspistol.com/albums/2012-grab-bag/3-mandaak/" />
|
||||||
|
<meta property="og:site_name" content="pax:nion" />
|
||||||
|
<meta property="og:type" content="article" />
|
||||||
|
<meta property="article:published_time" content="2020-07-05T18:07:03+00:00" />
|
||||||
|
<script type="application/ld+json">
|
||||||
|
{"description":"PHI, Panix Heavy Industries","@type":"AudioObject","headline":"3 Mandaak","dateModified":"2020-07-05T18:07:00+00:00","datePublished":"2020-07-05T18:07:03+00:00","url":"https://panix.basspistol.com/albums/2012-grab-bag/3-mandaak/","author":{"@type":"Person","name":"pax:nion"},"publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://panix.basspistol.com/assets/img/setto_icon.png"},"name":"pax:nion"},"@context":"https://schema.org"}</script>
|
||||||
|
<!-- End Jekyll SEO tag -->
|
||||||
|
|
||||||
|
<link type="application/atom+xml" rel="alternate" href="https://panix.basspistol.com/feed.xml" title="" />
|
||||||
|
<!-- BEGIN seo.html -->
|
||||||
|
|
||||||
|
<title>Play Mandaak by Panix Hilton</title>
|
||||||
|
<meta name="title" content="Play Mandaak by Panix Hilton" />
|
||||||
|
|
||||||
|
<meta name="dc.date.modified" scheme="ISO8601" content="2020-07-05T18:07:00+00:00" />
|
||||||
|
<meta name="robots" content="index" />
|
||||||
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||||
|
<link rel="canonical" href="https://panix.basspistol.com/albums/2012-grab-bag/3-mandaak/" />
|
||||||
|
<link rel="alternate" hreflang="x-default" href="https://panix.basspistol.com/albums/2012-grab-bag/3-mandaak/" />
|
||||||
|
<meta name="geo.region" content="BJ-ZO" />
|
||||||
|
<meta name="geo.placename" content="Setto" />
|
||||||
|
<meta name="geo.position" content="7.48777;2.076389" />
|
||||||
|
<meta name="ICBM" content="7.48777, 2.076389" />
|
||||||
|
|
||||||
|
<!-- Dublin Core basic info -->
|
||||||
|
|
||||||
|
<meta name="dcterms.Identifier" content="https://panix.basspistol.com" />
|
||||||
|
<meta name="dcterms.Format" content="text/html" />
|
||||||
|
<meta name="dcterms.Relation" content="pax:nion" />
|
||||||
|
<meta name="dcterms.Publisher" content="pax:nion" />
|
||||||
|
<meta name="dcterms.Type" content="text/html" />
|
||||||
|
<meta name="dcterms.Coverage" content="https://panix.basspistol.com/" />
|
||||||
|
<meta name="dcterms.Rights" content="Copyright ©2020 pax:nion." />
|
||||||
|
|
||||||
|
<meta name="dcterms.Subject" content="Listen and to a track by Panix Hilton from the release 2012 Grab Bag and support your remote artist!" />
|
||||||
|
<meta name="dcterms.Title" content="Mandaak - Panix Hilton | pax:nion" />
|
||||||
|
|
||||||
|
<meta name="dcterms.Contributor" content="pax:nion" />
|
||||||
|
<meta name="dcterms.Date" content="2020-07-05" />
|
||||||
|
<meta name="dcterms.Description" content="" />
|
||||||
|
|
||||||
|
<!-- Twitter Card -->
|
||||||
|
|
||||||
|
<meta name="twitter:card" content="summary" />
|
||||||
|
<meta name="twitter:site" content="@" />
|
||||||
|
<meta name="twitter:title" content="3 Mandaak | pax:nion" />
|
||||||
|
<meta name="twitter:description" content="PHI, Panix Heavy Industries" />
|
||||||
|
|
||||||
|
<meta name="twitter:image" content="https://panix.basspistol.com/assets/albums/2012-grab-bag/3-mandaak.jpeg" />
|
||||||
|
|
||||||
|
<!-- END seo.html -->
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<meta charset="utf-8" />
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=yes" />
|
||||||
|
<link rel="stylesheet" href="../../../assets/css/main20200519.css" />
|
||||||
|
|
||||||
|
<link rel="apple-touch-icon" href="https://panix.basspistol.com/apple-touch-icon.png" />
|
||||||
|
<link rel="icon" type="image/png" href="https://panix.basspistol.com/touch-icon.png" sizes="192x192" />
|
||||||
|
<link rel="shortcut icon" href="https://panix.basspistol.com/assets/img/setto_icon.png" type="image/png" />
|
||||||
|
<noscript><link rel="stylesheet" href="../../../assets/css/noscript20200518-rev1.css" /></noscript>
|
||||||
|
</head>
|
||||||
|
|
||||||
|
<body class="is-preload" id="body">
|
||||||
|
<span id="top" style="display: none;"></span>
|
||||||
|
<!-- Wrapper -->
|
||||||
|
<div id="wrapper" class="divided" data-cms-content-wrapper="/_layouts/default.html">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<!-- Banner -->
|
||||||
|
<section
|
||||||
|
class="banner onload-image-fade-in onload-content-fade-right style3 fullscreen content-align-center image-position-center" style="background-image:url('https://media.basspistol.com/panix/2012-grab-bag/3-mandaak.jpeg');background-size: cover; background-repeat: no-repeat;">
|
||||||
|
<div style="z-index:0;position:absolute; top:0; left:0; width:100%;height:100%;background-color: rgba(13, 13 ,13, 0.85);"></div>
|
||||||
|
<div class="content" style="z-index:1">
|
||||||
|
<h1 style="margin-top:80px">Mandaak</h1>
|
||||||
|
|
||||||
|
<p><strong><span id="tracktime"></span></strong><span id="mandaak"></span></strong> <br />
|
||||||
|
Style: <strong>Electronic</strong>
|
||||||
|
</p>
|
||||||
|
<script type="text/javascript">
|
||||||
|
var mandaaktimestamp = 141;
|
||||||
|
var mandaakhours = Math.floor(mandaaktimestamp / 60 / 60);
|
||||||
|
var mandaakminutes = Math.floor(mandaaktimestamp / 60) - (mandaakhours * 60);
|
||||||
|
var mandaakseconds = mandaaktimestamp % 60;
|
||||||
|
var mandaakformatted = mandaakhours.toString().padStart(2, '0') + ':' + mandaakminutes.toString().padStart(2, '0') + ':' + mandaakseconds.toString().padStart(2, '0');
|
||||||
|
var theSpan = document.getElementById("mandaak");
|
||||||
|
theSpan.innerHTML = mandaakformatted;
|
||||||
|
</script>
|
||||||
|
|
||||||
|
|
||||||
|
<ul class="actions stacked">
|
||||||
|
<li><button id="mu_pause" class="smooth-scroll-middle button icon solid fa-play">Play dat!</button></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="image">
|
||||||
|
<img src="https://media.basspistol.com/panix/2012-grab-bag/3-mandaak.jpeg" alt="3 Mandaak logo" id="coverart" />
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
|
||||||
|
|
||||||
|
<!-- Page navigation -->
|
||||||
|
<section class="wrapper style1 align-center">
|
||||||
|
<div class="inner">
|
||||||
|
<div class="index align-left">
|
||||||
|
<!-- Author -->
|
||||||
|
<section class="streambox" style="margin-top:40px;padding: 40px;">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<h3 style="text-align: center;display: block;">This track can't be bought</h3>
|
||||||
|
<p>But other tracks are available here:</p>
|
||||||
|
|
||||||
|
|
||||||
|
<div class="streamer">
|
||||||
|
|
||||||
|
|
||||||
|
<a onclick="_paq.push(['trackEvent', 'StoreLink', 'Bandcamp']);" target="_blank" rel="noopener" href="https://panixheavyindustries.bandcamp.com" alt="Stream from Bandcamp" title="Stream from Bandcamp" class="button icon brands fa-bandcamp">Bandcamp</a>
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</section>
|
||||||
|
<section>
|
||||||
|
<!-- Content -->
|
||||||
|
<div class="content">
|
||||||
|
<!-- post Naviation -->
|
||||||
|
<div style="text-align: center;">
|
||||||
|
<h3>Play more songs grom this release</h3>
|
||||||
|
</div>
|
||||||
|
<div class="post-nav">
|
||||||
|
<div>
|
||||||
|
|
||||||
|
<h4><a href="../../../albums/2012-grab-bag/2-hookin-for-cheeseburgers/" alt="Read Hookin For Cheeseburgers" title="Read Hookin For Cheeseburgers"><i class="fas fa-arrow-left"></i></a> <a
|
||||||
|
href="../../../albums/2012-grab-bag/2-hookin-for-cheeseburgers/"> Hookin For Cheeseburgers</a>
|
||||||
|
</h4>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
<div class="post-nav-next">
|
||||||
|
|
||||||
|
<h4><a href="../../../albums/2012-grab-bag/4-inte-sova/"> Inte Sova</a> <a
|
||||||
|
href="../../../albums/2012-grab-bag/4-inte-sova/" alt="Read Inte Sova" title="Read Inte Sova"><i class="fas fa-arrow-right"></i></a></h4>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<!-- End Post Navigation -->
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
<!-- Audio player-->
|
||||||
|
<audio autoplay preload="true" data-matomo-title="Mandaak">
|
||||||
|
<source src="https://media.basspistol.com/panix/2012-grab-bag/3-mandaak.mp3" type="audio/mpeg" ontimeupdate='updateTrackTime(this);' />
|
||||||
|
<h1>Your browser isn't ready for so much hotness. Use the download-link instead.</h1>.
|
||||||
|
</audio>
|
||||||
|
<!-- Footer -->
|
||||||
|
<footer id="footer" class="wrapper style1 align-center">
|
||||||
|
<div class="footflex">
|
||||||
|
<div>
|
||||||
|
<h4>pax:nion</h4>
|
||||||
|
<p>PHI, Panix Heavy Industries
|
||||||
|
<br /><a href="mailto:"></a></p>
|
||||||
|
</div>
|
||||||
|
<div>
|
||||||
|
<ul>
|
||||||
|
<li><a href="#top" class="smooth-scroll-middle">Back to top</a></li>
|
||||||
|
<li><a href="/#album0" class="smooth-scroll-middle">music</a></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<div><img src="/assets/panix-logo-dark.svg" style="max-width:300px" alt="pax:nion Logo" /></div>
|
||||||
|
</div>
|
||||||
|
<div class="inner">
|
||||||
|
<ul class="icons">
|
||||||
|
|
||||||
|
<!-- <li><a href="mailto:" class="icon style2 fa-envelope"><span class="label">Email</span></a></li> -->
|
||||||
|
</ul>
|
||||||
|
<p>©2020 Basspistol | <a href="../../../webcreds/">Credits</a> | <a href="../../../cookies/">Cookies & Privacy</a></p>
|
||||||
|
</div>
|
||||||
|
</footer>
|
||||||
|
|
||||||
|
|
||||||
|
<script type="text/javascript">
|
||||||
|
function loadUrl(newLocation) {
|
||||||
|
window.location = newLocation;
|
||||||
|
return false;
|
||||||
|
}
|
||||||
|
|
||||||
|
var mu = document.getElementsByTagName("audio")[0];
|
||||||
|
var pauseButton = document.getElementById("mu_pause");
|
||||||
|
var spincover = document.getElementById("coverart");
|
||||||
|
|
||||||
|
mu.addEventListener('ended', function () {
|
||||||
|
// only functional if "loop" is removed
|
||||||
|
mu.pause();
|
||||||
|
mu.currentTime = 0;
|
||||||
|
loadUrl("../../../2012-grab-bag/4-inte-sova/"); return false;
|
||||||
|
});
|
||||||
|
mu.onplaying = function() {
|
||||||
|
pauseButton.innerHTML = "Pause";
|
||||||
|
pauseButton.classList.remove("fa-play");
|
||||||
|
pauseButton.classList.add("fa-pause");
|
||||||
|
spincover.classList.add("spinnit");
|
||||||
|
spincover.classList.remove("paused");
|
||||||
|
};
|
||||||
|
|
||||||
|
pauseButton.addEventListener("click", function () {
|
||||||
|
if (mu.paused) {
|
||||||
|
mu.play();
|
||||||
|
|
||||||
|
}
|
||||||
|
else {
|
||||||
|
mu.pause();
|
||||||
|
pauseButton.innerHTML = "Resume";
|
||||||
|
pauseButton.classList.add("fa-play");
|
||||||
|
pauseButton.classList.remove("fa-pause");
|
||||||
|
spincover.classList.add("paused");
|
||||||
|
}
|
||||||
|
});
|
||||||
|
|
||||||
|
mu.addEventListener('timeupdate', function () {
|
||||||
|
var timestamp = Math.floor(mu.currentTime);
|
||||||
|
var hours = Math.floor(timestamp / 60 / 60);
|
||||||
|
var minutes = Math.floor(timestamp / 60) - (hours * 60);
|
||||||
|
var seconds = timestamp % 60;
|
||||||
|
var formatted = hours.toString().padStart(2, '0') + ':' + minutes.toString().padStart(2, '0') + ':' + seconds.toString().padStart(2, '0');
|
||||||
|
var thecurrentSpan = document.getElementById("tracktime");
|
||||||
|
thecurrentSpan.innerHTML = formatted + ' / ';
|
||||||
|
});
|
||||||
|
|
||||||
|
</script>
|
||||||
|
</div>
|
||||||
|
<!-- Navigation -->
|
||||||
|
<div id="logo" class="logo">
|
||||||
|
<a href="/" class="smooth-scroll-middle"><img width="200em" src="/assets/panix-logo.svg" alt=" Logo" /></a>
|
||||||
|
<a href="#navbar" onclick="blurBody()" alt="Navigation Menu" title="Navigation Menu"><span style="font-size: 34px;" class="icon solid fa-bars"></span></a>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div id="navbar" style="display: block;" class="modalDialog">
|
||||||
|
<a href="#close" onclick="removeBlur()" alt="Close Menu" title="Close Menu"><div id="closearea"> </div></a>
|
||||||
|
<nav>
|
||||||
|
<a href="#close" title="Close" onclick="removeBlur()" class="close-button close" style="margin: 0 auto;">X</a>
|
||||||
|
<ul>
|
||||||
|
|
||||||
|
|
||||||
|
<li><a href="../../../" class="button small">Home</a></li>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<li><a href="../../../releases/" class="button small">Releases</a></li>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<li><a href="../../../logs/" class="button small">Web-Log</a></li>
|
||||||
|
|
||||||
|
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
</nav>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
<!-- End Navigation -->
|
||||||
|
<!-- Scripts -->
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<script src="../../../assets/js/jquery.min.js"></script>
|
||||||
|
<script src="../../../assets/js/jquery.scrollex.min.js"></script>
|
||||||
|
<script src="../../../assets/js/jquery.scrolly.min.js"></script>
|
||||||
|
<script src="../../../assets/js/browser.min.js"></script>
|
||||||
|
<script src="../../../assets/js/breakpoints.min.js"></script>
|
||||||
|
<script src="../../../assets/js/util.js"></script>
|
||||||
|
<script src="../../../assets/js/main.js"></script>
|
||||||
|
<script src="../../../assets/js/set.js"></script>
|
||||||
|
|
||||||
|
|
||||||
|
<div id="cookie-notice">
|
||||||
|
<p>We only use cookies if you consent to it. They don't contain any identifiable info: they just let us know if you enjoyed this enough to come back. <br />Click <a href="#" id="cookie-notice-decline">here</a> if you want this shit to go away without cookies. <br />Read more about how Basspistol <a href="/cookies/">use cookies</a> </p>
|
||||||
|
<a class="button small yes" href="#" id="cookie-notice-accept">I'm in!</a>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<script>
|
||||||
|
function createCookie(name, value, days) {
|
||||||
|
var expires = "";
|
||||||
|
if (days) {
|
||||||
|
var date = new Date();
|
||||||
|
date.setTime(date.getTime() + (days * 24 * 60 * 60 * 1000));
|
||||||
|
expires = "; expires=" + date.toUTCString();
|
||||||
|
}
|
||||||
|
document.cookie = name + "=" + value + expires + "; path=/";
|
||||||
|
}
|
||||||
|
function readCookie(name) {
|
||||||
|
var nameEQ = name + "=";
|
||||||
|
var ca = document.cookie.split(';');
|
||||||
|
for (var i = 0; i < ca.length; i++) {
|
||||||
|
var c = ca[i];
|
||||||
|
while (c.charAt(0) == ' ') c = c.substring(1, c.length);
|
||||||
|
if (c.indexOf(nameEQ) == 0) return c.substring(nameEQ.length, c.length);
|
||||||
|
}
|
||||||
|
return null;
|
||||||
|
}
|
||||||
|
function eraseCookie(name) {
|
||||||
|
createCookie(name, "", -1);
|
||||||
|
}
|
||||||
|
|
||||||
|
if (readCookie('cookie-notice-dismissed') == 'wantCookies') {
|
||||||
|
|
||||||
|
//* Matomo Tag Manager *//
|
||||||
|
|
||||||
|
var _mtm = _mtm || [];
|
||||||
|
_mtm.push({'mtm.startTime': (new Date().getTime()), 'event': 'mtm.Start'});
|
||||||
|
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
|
||||||
|
g.type='text/javascript'; g.async=true; g.defer=true; g.src='https://cdn.matomo.cloud/terminalnetwork.matomo.cloud/container_aJ0T3vZ5.js'; s.parentNode.insertBefore(g,s);
|
||||||
|
|
||||||
|
//* End Matomo Tag Manager *//
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
} else {
|
||||||
|
document.getElementById('cookie-notice').style.display = 'flex';
|
||||||
|
|
||||||
|
var _paq = window._paq || [];
|
||||||
|
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */
|
||||||
|
_paq.push(["setDocumentTitle", document.domain + "/" + document.title]);
|
||||||
|
_paq.push(["disableCookies"]);
|
||||||
|
_paq.push(['trackPageView']);
|
||||||
|
_paq.push(['enableLinkTracking']);
|
||||||
|
(function() {
|
||||||
|
var u="https://terminalnetwork.matomo.cloud/";
|
||||||
|
_paq.push(['setTrackerUrl', u+'matomo.php']);
|
||||||
|
_paq.push(['setSiteId', '14']);
|
||||||
|
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
|
||||||
|
g.type='text/javascript'; g.async=true; g.defer=true; g.src='//cdn.matomo.cloud/terminalnetwork.matomo.cloud/matomo.js'; s.parentNode.insertBefore(g,s);
|
||||||
|
})();
|
||||||
|
|
||||||
|
|
||||||
|
}
|
||||||
|
if (readCookie('cookie-notice-dismissed') == 'dontWantCookies') {
|
||||||
|
document.getElementById('cookie-notice').style.display = 'none';
|
||||||
|
|
||||||
|
var _paq = window._paq || [];
|
||||||
|
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */
|
||||||
|
_paq.push(["setDocumentTitle", document.domain + "/" + document.title]);
|
||||||
|
_paq.push(["disableCookies"]);
|
||||||
|
_paq.push(['trackPageView']);
|
||||||
|
_paq.push(['enableLinkTracking']);
|
||||||
|
(function() {
|
||||||
|
var u="https://terminalnetwork.matomo.cloud/";
|
||||||
|
_paq.push(['setTrackerUrl', u+'matomo.php']);
|
||||||
|
_paq.push(['setSiteId', '14']);
|
||||||
|
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
|
||||||
|
g.type='text/javascript'; g.async=true; g.defer=true; g.src='//cdn.matomo.cloud/terminalnetwork.matomo.cloud/matomo.js'; s.parentNode.insertBefore(g,s);
|
||||||
|
})();
|
||||||
|
|
||||||
|
}
|
||||||
|
document.getElementById('cookie-notice-accept').addEventListener("click", function () {
|
||||||
|
createCookie('cookie-notice-dismissed', 'wantCookies', 31);
|
||||||
|
document.getElementById('cookie-notice').style.display = 'none';
|
||||||
|
_paq.push(['trackEvent', 'Consent', 'wantCookie']);
|
||||||
|
location.reload();
|
||||||
|
});
|
||||||
|
|
||||||
|
document.getElementById('cookie-notice-decline').addEventListener("click", function () {
|
||||||
|
createCookie('cookie-notice-dismissed', 'dontWantCookies', 31);
|
||||||
|
document.getElementById('cookie-notice').style.display = 'none';
|
||||||
|
_paq.push(['trackEvent', 'Consent', 'dontWantCookie']);
|
||||||
|
location.reload();
|
||||||
|
});
|
||||||
|
|
||||||
|
// document.getElementById('cookie-notice-gimme').addEventListener("click", function () {
|
||||||
|
// createCookie('cookie-notice-dismissed', 'wantCookies', 31);
|
||||||
|
// document.getElementById('cookie-notice').style.display = 'none';
|
||||||
|
// location.reload();
|
||||||
|
// });
|
||||||
|
|
||||||
|
|
||||||
|
</script>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
404
albums/2012-grab-bag/4-inte-sova/index.html
Normal file
404
albums/2012-grab-bag/4-inte-sova/index.html
Normal file
|
|
@ -0,0 +1,404 @@
|
||||||
|
<!DOCTYPE html>
|
||||||
|
<!--
|
||||||
|
Based on _Story_ by html5up.net | @ajlkn
|
||||||
|
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
|
||||||
|
Remixed and Jekyllified by Setto
|
||||||
|
-->
|
||||||
|
<html lang="en">
|
||||||
|
<head>
|
||||||
|
<!-- Begin Jekyll SEO tag v2.6.1 -->
|
||||||
|
<meta name="generator" content="Jekyll v4.0.0" />
|
||||||
|
<meta property="og:title" content="4 Inte Sova" />
|
||||||
|
<meta name="author" content="pax:nion" />
|
||||||
|
<meta property="og:locale" content="en" />
|
||||||
|
<meta name="description" content="PHI, Panix Heavy Industries" />
|
||||||
|
<meta property="og:description" content="PHI, Panix Heavy Industries" />
|
||||||
|
<link rel="canonical" href="https://panix.basspistol.com/albums/2012-grab-bag/4-inte-sova/" />
|
||||||
|
<meta property="og:url" content="https://panix.basspistol.com/albums/2012-grab-bag/4-inte-sova/" />
|
||||||
|
<meta property="og:site_name" content="pax:nion" />
|
||||||
|
<meta property="og:type" content="article" />
|
||||||
|
<meta property="article:published_time" content="2020-07-05T18:07:03+00:00" />
|
||||||
|
<script type="application/ld+json">
|
||||||
|
{"description":"PHI, Panix Heavy Industries","@type":"AudioObject","headline":"4 Inte Sova","dateModified":"2020-07-05T18:07:00+00:00","datePublished":"2020-07-05T18:07:03+00:00","url":"https://panix.basspistol.com/albums/2012-grab-bag/4-inte-sova/","author":{"@type":"Person","name":"pax:nion"},"publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://panix.basspistol.com/assets/img/setto_icon.png"},"name":"pax:nion"},"@context":"https://schema.org"}</script>
|
||||||
|
<!-- End Jekyll SEO tag -->
|
||||||
|
|
||||||
|
<link type="application/atom+xml" rel="alternate" href="https://panix.basspistol.com/feed.xml" title="" />
|
||||||
|
<!-- BEGIN seo.html -->
|
||||||
|
|
||||||
|
<title>Play Inte Sova by Panix Hilton</title>
|
||||||
|
<meta name="title" content="Play Inte Sova by Panix Hilton" />
|
||||||
|
|
||||||
|
<meta name="dc.date.modified" scheme="ISO8601" content="2020-07-05T18:07:00+00:00" />
|
||||||
|
<meta name="robots" content="index" />
|
||||||
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||||
|
<link rel="canonical" href="https://panix.basspistol.com/albums/2012-grab-bag/4-inte-sova/" />
|
||||||
|
<link rel="alternate" hreflang="x-default" href="https://panix.basspistol.com/albums/2012-grab-bag/4-inte-sova/" />
|
||||||
|
<meta name="geo.region" content="BJ-ZO" />
|
||||||
|
<meta name="geo.placename" content="Setto" />
|
||||||
|
<meta name="geo.position" content="7.48777;2.076389" />
|
||||||
|
<meta name="ICBM" content="7.48777, 2.076389" />
|
||||||
|
|
||||||
|
<!-- Dublin Core basic info -->
|
||||||
|
|
||||||
|
<meta name="dcterms.Identifier" content="https://panix.basspistol.com" />
|
||||||
|
<meta name="dcterms.Format" content="text/html" />
|
||||||
|
<meta name="dcterms.Relation" content="pax:nion" />
|
||||||
|
<meta name="dcterms.Publisher" content="pax:nion" />
|
||||||
|
<meta name="dcterms.Type" content="text/html" />
|
||||||
|
<meta name="dcterms.Coverage" content="https://panix.basspistol.com/" />
|
||||||
|
<meta name="dcterms.Rights" content="Copyright ©2020 pax:nion." />
|
||||||
|
|
||||||
|
<meta name="dcterms.Subject" content="Listen and to a track by Panix Hilton from the release 2012 Grab Bag and support your remote artist!" />
|
||||||
|
<meta name="dcterms.Title" content="Inte Sova - Panix Hilton | pax:nion" />
|
||||||
|
|
||||||
|
<meta name="dcterms.Contributor" content="pax:nion" />
|
||||||
|
<meta name="dcterms.Date" content="2020-07-05" />
|
||||||
|
<meta name="dcterms.Description" content="" />
|
||||||
|
|
||||||
|
<!-- Twitter Card -->
|
||||||
|
|
||||||
|
<meta name="twitter:card" content="summary" />
|
||||||
|
<meta name="twitter:site" content="@" />
|
||||||
|
<meta name="twitter:title" content="4 Inte Sova | pax:nion" />
|
||||||
|
<meta name="twitter:description" content="PHI, Panix Heavy Industries" />
|
||||||
|
|
||||||
|
<meta name="twitter:image" content="https://panix.basspistol.com/assets/albums/2012-grab-bag/4-inte-sova.jpeg" />
|
||||||
|
|
||||||
|
<!-- END seo.html -->
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<meta charset="utf-8" />
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=yes" />
|
||||||
|
<link rel="stylesheet" href="../../../assets/css/main20200519.css" />
|
||||||
|
|
||||||
|
<link rel="apple-touch-icon" href="https://panix.basspistol.com/apple-touch-icon.png" />
|
||||||
|
<link rel="icon" type="image/png" href="https://panix.basspistol.com/touch-icon.png" sizes="192x192" />
|
||||||
|
<link rel="shortcut icon" href="https://panix.basspistol.com/assets/img/setto_icon.png" type="image/png" />
|
||||||
|
<noscript><link rel="stylesheet" href="../../../assets/css/noscript20200518-rev1.css" /></noscript>
|
||||||
|
</head>
|
||||||
|
|
||||||
|
<body class="is-preload" id="body">
|
||||||
|
<span id="top" style="display: none;"></span>
|
||||||
|
<!-- Wrapper -->
|
||||||
|
<div id="wrapper" class="divided" data-cms-content-wrapper="/_layouts/default.html">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<!-- Banner -->
|
||||||
|
<section
|
||||||
|
class="banner onload-image-fade-in onload-content-fade-right style3 fullscreen content-align-center image-position-center" style="background-image:url('https://media.basspistol.com/panix/2012-grab-bag/4-inte-sova.jpeg');background-size: cover; background-repeat: no-repeat;">
|
||||||
|
<div style="z-index:0;position:absolute; top:0; left:0; width:100%;height:100%;background-color: rgba(13, 13 ,13, 0.85);"></div>
|
||||||
|
<div class="content" style="z-index:1">
|
||||||
|
<h1 style="margin-top:80px">Inte Sova</h1>
|
||||||
|
|
||||||
|
<p><strong><span id="tracktime"></span></strong><span id="intesova"></span></strong> <br />
|
||||||
|
Style: <strong>Electronic</strong>
|
||||||
|
</p>
|
||||||
|
<script type="text/javascript">
|
||||||
|
var intesovatimestamp = 131;
|
||||||
|
var intesovahours = Math.floor(intesovatimestamp / 60 / 60);
|
||||||
|
var intesovaminutes = Math.floor(intesovatimestamp / 60) - (intesovahours * 60);
|
||||||
|
var intesovaseconds = intesovatimestamp % 60;
|
||||||
|
var intesovaformatted = intesovahours.toString().padStart(2, '0') + ':' + intesovaminutes.toString().padStart(2, '0') + ':' + intesovaseconds.toString().padStart(2, '0');
|
||||||
|
var theSpan = document.getElementById("intesova");
|
||||||
|
theSpan.innerHTML = intesovaformatted;
|
||||||
|
</script>
|
||||||
|
|
||||||
|
|
||||||
|
<ul class="actions stacked">
|
||||||
|
<li><button id="mu_pause" class="smooth-scroll-middle button icon solid fa-play">Play dat!</button></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="image">
|
||||||
|
<img src="https://media.basspistol.com/panix/2012-grab-bag/4-inte-sova.jpeg" alt="4 Inte Sova logo" id="coverart" />
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
|
||||||
|
|
||||||
|
<!-- Page navigation -->
|
||||||
|
<section class="wrapper style1 align-center">
|
||||||
|
<div class="inner">
|
||||||
|
<div class="index align-left">
|
||||||
|
<!-- Author -->
|
||||||
|
<section class="streambox" style="margin-top:40px;padding: 40px;">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<h3 style="text-align: center;display: block;">This track can't be bought</h3>
|
||||||
|
<p>But other tracks are available here:</p>
|
||||||
|
|
||||||
|
|
||||||
|
<div class="streamer">
|
||||||
|
|
||||||
|
|
||||||
|
<a onclick="_paq.push(['trackEvent', 'StoreLink', 'Bandcamp']);" target="_blank" rel="noopener" href="https://panixheavyindustries.bandcamp.com" alt="Stream from Bandcamp" title="Stream from Bandcamp" class="button icon brands fa-bandcamp">Bandcamp</a>
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</section>
|
||||||
|
<section>
|
||||||
|
<!-- Content -->
|
||||||
|
<div class="content">
|
||||||
|
<!-- post Naviation -->
|
||||||
|
<div style="text-align: center;">
|
||||||
|
<h3>Play more songs grom this release</h3>
|
||||||
|
</div>
|
||||||
|
<div class="post-nav">
|
||||||
|
<div>
|
||||||
|
|
||||||
|
<h4><a href="../../../albums/2012-grab-bag/3-mandaak/" alt="Read Mandaak" title="Read Mandaak"><i class="fas fa-arrow-left"></i></a> <a
|
||||||
|
href="../../../albums/2012-grab-bag/3-mandaak/"> Mandaak</a>
|
||||||
|
</h4>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
<div class="post-nav-next">
|
||||||
|
|
||||||
|
<h4><a href="../../../albums/2012-grab-bag/5-you-need-it/"> You Need It</a> <a
|
||||||
|
href="../../../albums/2012-grab-bag/5-you-need-it/" alt="Read You Need It" title="Read You Need It"><i class="fas fa-arrow-right"></i></a></h4>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<!-- End Post Navigation -->
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
<!-- Audio player-->
|
||||||
|
<audio autoplay preload="true" data-matomo-title="Inte Sova">
|
||||||
|
<source src="https://media.basspistol.com/panix/2012-grab-bag/4-inte-sova.mp3" type="audio/mpeg" ontimeupdate='updateTrackTime(this);' />
|
||||||
|
<h1>Your browser isn't ready for so much hotness. Use the download-link instead.</h1>.
|
||||||
|
</audio>
|
||||||
|
<!-- Footer -->
|
||||||
|
<footer id="footer" class="wrapper style1 align-center">
|
||||||
|
<div class="footflex">
|
||||||
|
<div>
|
||||||
|
<h4>pax:nion</h4>
|
||||||
|
<p>PHI, Panix Heavy Industries
|
||||||
|
<br /><a href="mailto:"></a></p>
|
||||||
|
</div>
|
||||||
|
<div>
|
||||||
|
<ul>
|
||||||
|
<li><a href="#top" class="smooth-scroll-middle">Back to top</a></li>
|
||||||
|
<li><a href="/#album0" class="smooth-scroll-middle">music</a></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<div><img src="/assets/panix-logo-dark.svg" style="max-width:300px" alt="pax:nion Logo" /></div>
|
||||||
|
</div>
|
||||||
|
<div class="inner">
|
||||||
|
<ul class="icons">
|
||||||
|
|
||||||
|
<!-- <li><a href="mailto:" class="icon style2 fa-envelope"><span class="label">Email</span></a></li> -->
|
||||||
|
</ul>
|
||||||
|
<p>©2020 Basspistol | <a href="../../../webcreds/">Credits</a> | <a href="../../../cookies/">Cookies & Privacy</a></p>
|
||||||
|
</div>
|
||||||
|
</footer>
|
||||||
|
|
||||||
|
|
||||||
|
<script type="text/javascript">
|
||||||
|
function loadUrl(newLocation) {
|
||||||
|
window.location = newLocation;
|
||||||
|
return false;
|
||||||
|
}
|
||||||
|
|
||||||
|
var mu = document.getElementsByTagName("audio")[0];
|
||||||
|
var pauseButton = document.getElementById("mu_pause");
|
||||||
|
var spincover = document.getElementById("coverart");
|
||||||
|
|
||||||
|
mu.addEventListener('ended', function () {
|
||||||
|
// only functional if "loop" is removed
|
||||||
|
mu.pause();
|
||||||
|
mu.currentTime = 0;
|
||||||
|
loadUrl("../../../2012-grab-bag/5-you-need-it/"); return false;
|
||||||
|
});
|
||||||
|
mu.onplaying = function() {
|
||||||
|
pauseButton.innerHTML = "Pause";
|
||||||
|
pauseButton.classList.remove("fa-play");
|
||||||
|
pauseButton.classList.add("fa-pause");
|
||||||
|
spincover.classList.add("spinnit");
|
||||||
|
spincover.classList.remove("paused");
|
||||||
|
};
|
||||||
|
|
||||||
|
pauseButton.addEventListener("click", function () {
|
||||||
|
if (mu.paused) {
|
||||||
|
mu.play();
|
||||||
|
|
||||||
|
}
|
||||||
|
else {
|
||||||
|
mu.pause();
|
||||||
|
pauseButton.innerHTML = "Resume";
|
||||||
|
pauseButton.classList.add("fa-play");
|
||||||
|
pauseButton.classList.remove("fa-pause");
|
||||||
|
spincover.classList.add("paused");
|
||||||
|
}
|
||||||
|
});
|
||||||
|
|
||||||
|
mu.addEventListener('timeupdate', function () {
|
||||||
|
var timestamp = Math.floor(mu.currentTime);
|
||||||
|
var hours = Math.floor(timestamp / 60 / 60);
|
||||||
|
var minutes = Math.floor(timestamp / 60) - (hours * 60);
|
||||||
|
var seconds = timestamp % 60;
|
||||||
|
var formatted = hours.toString().padStart(2, '0') + ':' + minutes.toString().padStart(2, '0') + ':' + seconds.toString().padStart(2, '0');
|
||||||
|
var thecurrentSpan = document.getElementById("tracktime");
|
||||||
|
thecurrentSpan.innerHTML = formatted + ' / ';
|
||||||
|
});
|
||||||
|
|
||||||
|
</script>
|
||||||
|
</div>
|
||||||
|
<!-- Navigation -->
|
||||||
|
<div id="logo" class="logo">
|
||||||
|
<a href="/" class="smooth-scroll-middle"><img width="200em" src="/assets/panix-logo.svg" alt=" Logo" /></a>
|
||||||
|
<a href="#navbar" onclick="blurBody()" alt="Navigation Menu" title="Navigation Menu"><span style="font-size: 34px;" class="icon solid fa-bars"></span></a>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div id="navbar" style="display: block;" class="modalDialog">
|
||||||
|
<a href="#close" onclick="removeBlur()" alt="Close Menu" title="Close Menu"><div id="closearea"> </div></a>
|
||||||
|
<nav>
|
||||||
|
<a href="#close" title="Close" onclick="removeBlur()" class="close-button close" style="margin: 0 auto;">X</a>
|
||||||
|
<ul>
|
||||||
|
|
||||||
|
|
||||||
|
<li><a href="../../../" class="button small">Home</a></li>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<li><a href="../../../releases/" class="button small">Releases</a></li>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<li><a href="../../../logs/" class="button small">Web-Log</a></li>
|
||||||
|
|
||||||
|
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
</nav>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
<!-- End Navigation -->
|
||||||
|
<!-- Scripts -->
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<script src="../../../assets/js/jquery.min.js"></script>
|
||||||
|
<script src="../../../assets/js/jquery.scrollex.min.js"></script>
|
||||||
|
<script src="../../../assets/js/jquery.scrolly.min.js"></script>
|
||||||
|
<script src="../../../assets/js/browser.min.js"></script>
|
||||||
|
<script src="../../../assets/js/breakpoints.min.js"></script>
|
||||||
|
<script src="../../../assets/js/util.js"></script>
|
||||||
|
<script src="../../../assets/js/main.js"></script>
|
||||||
|
<script src="../../../assets/js/set.js"></script>
|
||||||
|
|
||||||
|
|
||||||
|
<div id="cookie-notice">
|
||||||
|
<p>We only use cookies if you consent to it. They don't contain any identifiable info: they just let us know if you enjoyed this enough to come back. <br />Click <a href="#" id="cookie-notice-decline">here</a> if you want this shit to go away without cookies. <br />Read more about how Basspistol <a href="/cookies/">use cookies</a> </p>
|
||||||
|
<a class="button small yes" href="#" id="cookie-notice-accept">I'm in!</a>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<script>
|
||||||
|
function createCookie(name, value, days) {
|
||||||
|
var expires = "";
|
||||||
|
if (days) {
|
||||||
|
var date = new Date();
|
||||||
|
date.setTime(date.getTime() + (days * 24 * 60 * 60 * 1000));
|
||||||
|
expires = "; expires=" + date.toUTCString();
|
||||||
|
}
|
||||||
|
document.cookie = name + "=" + value + expires + "; path=/";
|
||||||
|
}
|
||||||
|
function readCookie(name) {
|
||||||
|
var nameEQ = name + "=";
|
||||||
|
var ca = document.cookie.split(';');
|
||||||
|
for (var i = 0; i < ca.length; i++) {
|
||||||
|
var c = ca[i];
|
||||||
|
while (c.charAt(0) == ' ') c = c.substring(1, c.length);
|
||||||
|
if (c.indexOf(nameEQ) == 0) return c.substring(nameEQ.length, c.length);
|
||||||
|
}
|
||||||
|
return null;
|
||||||
|
}
|
||||||
|
function eraseCookie(name) {
|
||||||
|
createCookie(name, "", -1);
|
||||||
|
}
|
||||||
|
|
||||||
|
if (readCookie('cookie-notice-dismissed') == 'wantCookies') {
|
||||||
|
|
||||||
|
//* Matomo Tag Manager *//
|
||||||
|
|
||||||
|
var _mtm = _mtm || [];
|
||||||
|
_mtm.push({'mtm.startTime': (new Date().getTime()), 'event': 'mtm.Start'});
|
||||||
|
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
|
||||||
|
g.type='text/javascript'; g.async=true; g.defer=true; g.src='https://cdn.matomo.cloud/terminalnetwork.matomo.cloud/container_aJ0T3vZ5.js'; s.parentNode.insertBefore(g,s);
|
||||||
|
|
||||||
|
//* End Matomo Tag Manager *//
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
} else {
|
||||||
|
document.getElementById('cookie-notice').style.display = 'flex';
|
||||||
|
|
||||||
|
var _paq = window._paq || [];
|
||||||
|
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */
|
||||||
|
_paq.push(["setDocumentTitle", document.domain + "/" + document.title]);
|
||||||
|
_paq.push(["disableCookies"]);
|
||||||
|
_paq.push(['trackPageView']);
|
||||||
|
_paq.push(['enableLinkTracking']);
|
||||||
|
(function() {
|
||||||
|
var u="https://terminalnetwork.matomo.cloud/";
|
||||||
|
_paq.push(['setTrackerUrl', u+'matomo.php']);
|
||||||
|
_paq.push(['setSiteId', '14']);
|
||||||
|
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
|
||||||
|
g.type='text/javascript'; g.async=true; g.defer=true; g.src='//cdn.matomo.cloud/terminalnetwork.matomo.cloud/matomo.js'; s.parentNode.insertBefore(g,s);
|
||||||
|
})();
|
||||||
|
|
||||||
|
|
||||||
|
}
|
||||||
|
if (readCookie('cookie-notice-dismissed') == 'dontWantCookies') {
|
||||||
|
document.getElementById('cookie-notice').style.display = 'none';
|
||||||
|
|
||||||
|
var _paq = window._paq || [];
|
||||||
|
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */
|
||||||
|
_paq.push(["setDocumentTitle", document.domain + "/" + document.title]);
|
||||||
|
_paq.push(["disableCookies"]);
|
||||||
|
_paq.push(['trackPageView']);
|
||||||
|
_paq.push(['enableLinkTracking']);
|
||||||
|
(function() {
|
||||||
|
var u="https://terminalnetwork.matomo.cloud/";
|
||||||
|
_paq.push(['setTrackerUrl', u+'matomo.php']);
|
||||||
|
_paq.push(['setSiteId', '14']);
|
||||||
|
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
|
||||||
|
g.type='text/javascript'; g.async=true; g.defer=true; g.src='//cdn.matomo.cloud/terminalnetwork.matomo.cloud/matomo.js'; s.parentNode.insertBefore(g,s);
|
||||||
|
})();
|
||||||
|
|
||||||
|
}
|
||||||
|
document.getElementById('cookie-notice-accept').addEventListener("click", function () {
|
||||||
|
createCookie('cookie-notice-dismissed', 'wantCookies', 31);
|
||||||
|
document.getElementById('cookie-notice').style.display = 'none';
|
||||||
|
_paq.push(['trackEvent', 'Consent', 'wantCookie']);
|
||||||
|
location.reload();
|
||||||
|
});
|
||||||
|
|
||||||
|
document.getElementById('cookie-notice-decline').addEventListener("click", function () {
|
||||||
|
createCookie('cookie-notice-dismissed', 'dontWantCookies', 31);
|
||||||
|
document.getElementById('cookie-notice').style.display = 'none';
|
||||||
|
_paq.push(['trackEvent', 'Consent', 'dontWantCookie']);
|
||||||
|
location.reload();
|
||||||
|
});
|
||||||
|
|
||||||
|
// document.getElementById('cookie-notice-gimme').addEventListener("click", function () {
|
||||||
|
// createCookie('cookie-notice-dismissed', 'wantCookies', 31);
|
||||||
|
// document.getElementById('cookie-notice').style.display = 'none';
|
||||||
|
// location.reload();
|
||||||
|
// });
|
||||||
|
|
||||||
|
|
||||||
|
</script>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
404
albums/2012-grab-bag/5-you-need-it/index.html
Normal file
404
albums/2012-grab-bag/5-you-need-it/index.html
Normal file
|
|
@ -0,0 +1,404 @@
|
||||||
|
<!DOCTYPE html>
|
||||||
|
<!--
|
||||||
|
Based on _Story_ by html5up.net | @ajlkn
|
||||||
|
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
|
||||||
|
Remixed and Jekyllified by Setto
|
||||||
|
-->
|
||||||
|
<html lang="en">
|
||||||
|
<head>
|
||||||
|
<!-- Begin Jekyll SEO tag v2.6.1 -->
|
||||||
|
<meta name="generator" content="Jekyll v4.0.0" />
|
||||||
|
<meta property="og:title" content="5 You Need It" />
|
||||||
|
<meta name="author" content="pax:nion" />
|
||||||
|
<meta property="og:locale" content="en" />
|
||||||
|
<meta name="description" content="PHI, Panix Heavy Industries" />
|
||||||
|
<meta property="og:description" content="PHI, Panix Heavy Industries" />
|
||||||
|
<link rel="canonical" href="https://panix.basspistol.com/albums/2012-grab-bag/5-you-need-it/" />
|
||||||
|
<meta property="og:url" content="https://panix.basspistol.com/albums/2012-grab-bag/5-you-need-it/" />
|
||||||
|
<meta property="og:site_name" content="pax:nion" />
|
||||||
|
<meta property="og:type" content="article" />
|
||||||
|
<meta property="article:published_time" content="2020-07-05T18:07:03+00:00" />
|
||||||
|
<script type="application/ld+json">
|
||||||
|
{"description":"PHI, Panix Heavy Industries","@type":"AudioObject","headline":"5 You Need It","dateModified":"2020-07-05T18:07:00+00:00","datePublished":"2020-07-05T18:07:03+00:00","url":"https://panix.basspistol.com/albums/2012-grab-bag/5-you-need-it/","author":{"@type":"Person","name":"pax:nion"},"publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://panix.basspistol.com/assets/img/setto_icon.png"},"name":"pax:nion"},"@context":"https://schema.org"}</script>
|
||||||
|
<!-- End Jekyll SEO tag -->
|
||||||
|
|
||||||
|
<link type="application/atom+xml" rel="alternate" href="https://panix.basspistol.com/feed.xml" title="" />
|
||||||
|
<!-- BEGIN seo.html -->
|
||||||
|
|
||||||
|
<title>Play You Need It by Panix Hilton</title>
|
||||||
|
<meta name="title" content="Play You Need It by Panix Hilton" />
|
||||||
|
|
||||||
|
<meta name="dc.date.modified" scheme="ISO8601" content="2020-07-05T18:07:00+00:00" />
|
||||||
|
<meta name="robots" content="index" />
|
||||||
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||||
|
<link rel="canonical" href="https://panix.basspistol.com/albums/2012-grab-bag/5-you-need-it/" />
|
||||||
|
<link rel="alternate" hreflang="x-default" href="https://panix.basspistol.com/albums/2012-grab-bag/5-you-need-it/" />
|
||||||
|
<meta name="geo.region" content="BJ-ZO" />
|
||||||
|
<meta name="geo.placename" content="Setto" />
|
||||||
|
<meta name="geo.position" content="7.48777;2.076389" />
|
||||||
|
<meta name="ICBM" content="7.48777, 2.076389" />
|
||||||
|
|
||||||
|
<!-- Dublin Core basic info -->
|
||||||
|
|
||||||
|
<meta name="dcterms.Identifier" content="https://panix.basspistol.com" />
|
||||||
|
<meta name="dcterms.Format" content="text/html" />
|
||||||
|
<meta name="dcterms.Relation" content="pax:nion" />
|
||||||
|
<meta name="dcterms.Publisher" content="pax:nion" />
|
||||||
|
<meta name="dcterms.Type" content="text/html" />
|
||||||
|
<meta name="dcterms.Coverage" content="https://panix.basspistol.com/" />
|
||||||
|
<meta name="dcterms.Rights" content="Copyright ©2020 pax:nion." />
|
||||||
|
|
||||||
|
<meta name="dcterms.Subject" content="Listen and to a track by Panix Hilton from the release 2012 Grab Bag and support your remote artist!" />
|
||||||
|
<meta name="dcterms.Title" content="You Need It - Panix Hilton | pax:nion" />
|
||||||
|
|
||||||
|
<meta name="dcterms.Contributor" content="pax:nion" />
|
||||||
|
<meta name="dcterms.Date" content="2020-07-05" />
|
||||||
|
<meta name="dcterms.Description" content="" />
|
||||||
|
|
||||||
|
<!-- Twitter Card -->
|
||||||
|
|
||||||
|
<meta name="twitter:card" content="summary" />
|
||||||
|
<meta name="twitter:site" content="@" />
|
||||||
|
<meta name="twitter:title" content="5 You Need It | pax:nion" />
|
||||||
|
<meta name="twitter:description" content="PHI, Panix Heavy Industries" />
|
||||||
|
|
||||||
|
<meta name="twitter:image" content="https://panix.basspistol.com/assets/albums/2012-grab-bag/5-you-need-it.jpeg" />
|
||||||
|
|
||||||
|
<!-- END seo.html -->
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<meta charset="utf-8" />
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=yes" />
|
||||||
|
<link rel="stylesheet" href="../../../assets/css/main20200519.css" />
|
||||||
|
|
||||||
|
<link rel="apple-touch-icon" href="https://panix.basspistol.com/apple-touch-icon.png" />
|
||||||
|
<link rel="icon" type="image/png" href="https://panix.basspistol.com/touch-icon.png" sizes="192x192" />
|
||||||
|
<link rel="shortcut icon" href="https://panix.basspistol.com/assets/img/setto_icon.png" type="image/png" />
|
||||||
|
<noscript><link rel="stylesheet" href="../../../assets/css/noscript20200518-rev1.css" /></noscript>
|
||||||
|
</head>
|
||||||
|
|
||||||
|
<body class="is-preload" id="body">
|
||||||
|
<span id="top" style="display: none;"></span>
|
||||||
|
<!-- Wrapper -->
|
||||||
|
<div id="wrapper" class="divided" data-cms-content-wrapper="/_layouts/default.html">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<!-- Banner -->
|
||||||
|
<section
|
||||||
|
class="banner onload-image-fade-in onload-content-fade-right style3 fullscreen content-align-center image-position-center" style="background-image:url('https://media.basspistol.com/panix/2012-grab-bag/5-you-need-it.jpeg');background-size: cover; background-repeat: no-repeat;">
|
||||||
|
<div style="z-index:0;position:absolute; top:0; left:0; width:100%;height:100%;background-color: rgba(13, 13 ,13, 0.85);"></div>
|
||||||
|
<div class="content" style="z-index:1">
|
||||||
|
<h1 style="margin-top:80px">You Need It</h1>
|
||||||
|
|
||||||
|
<p><strong><span id="tracktime"></span></strong><span id="youneedit"></span></strong> <br />
|
||||||
|
Style: <strong>Electronic</strong>
|
||||||
|
</p>
|
||||||
|
<script type="text/javascript">
|
||||||
|
var youneedittimestamp = 147;
|
||||||
|
var youneedithours = Math.floor(youneedittimestamp / 60 / 60);
|
||||||
|
var youneeditminutes = Math.floor(youneedittimestamp / 60) - (youneedithours * 60);
|
||||||
|
var youneeditseconds = youneedittimestamp % 60;
|
||||||
|
var youneeditformatted = youneedithours.toString().padStart(2, '0') + ':' + youneeditminutes.toString().padStart(2, '0') + ':' + youneeditseconds.toString().padStart(2, '0');
|
||||||
|
var theSpan = document.getElementById("youneedit");
|
||||||
|
theSpan.innerHTML = youneeditformatted;
|
||||||
|
</script>
|
||||||
|
|
||||||
|
|
||||||
|
<ul class="actions stacked">
|
||||||
|
<li><button id="mu_pause" class="smooth-scroll-middle button icon solid fa-play">Play dat!</button></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="image">
|
||||||
|
<img src="https://media.basspistol.com/panix/2012-grab-bag/5-you-need-it.jpeg" alt="5 You Need It logo" id="coverart" />
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
|
||||||
|
|
||||||
|
<!-- Page navigation -->
|
||||||
|
<section class="wrapper style1 align-center">
|
||||||
|
<div class="inner">
|
||||||
|
<div class="index align-left">
|
||||||
|
<!-- Author -->
|
||||||
|
<section class="streambox" style="margin-top:40px;padding: 40px;">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<h3 style="text-align: center;display: block;">This track can't be bought</h3>
|
||||||
|
<p>But other tracks are available here:</p>
|
||||||
|
|
||||||
|
|
||||||
|
<div class="streamer">
|
||||||
|
|
||||||
|
|
||||||
|
<a onclick="_paq.push(['trackEvent', 'StoreLink', 'Bandcamp']);" target="_blank" rel="noopener" href="https://panixheavyindustries.bandcamp.com" alt="Stream from Bandcamp" title="Stream from Bandcamp" class="button icon brands fa-bandcamp">Bandcamp</a>
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</section>
|
||||||
|
<section>
|
||||||
|
<!-- Content -->
|
||||||
|
<div class="content">
|
||||||
|
<!-- post Naviation -->
|
||||||
|
<div style="text-align: center;">
|
||||||
|
<h3>Play more songs grom this release</h3>
|
||||||
|
</div>
|
||||||
|
<div class="post-nav">
|
||||||
|
<div>
|
||||||
|
|
||||||
|
<h4><a href="../../../albums/2012-grab-bag/4-inte-sova/" alt="Read Inte Sova" title="Read Inte Sova"><i class="fas fa-arrow-left"></i></a> <a
|
||||||
|
href="../../../albums/2012-grab-bag/4-inte-sova/"> Inte Sova</a>
|
||||||
|
</h4>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
<div class="post-nav-next">
|
||||||
|
|
||||||
|
<h4><a href="../../../albums/2012-grab-bag/6-spinal-cord-forever/"> Spinal Cord Forever</a> <a
|
||||||
|
href="../../../albums/2012-grab-bag/6-spinal-cord-forever/" alt="Read Spinal Cord Forever" title="Read Spinal Cord Forever"><i class="fas fa-arrow-right"></i></a></h4>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<!-- End Post Navigation -->
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
<!-- Audio player-->
|
||||||
|
<audio autoplay preload="true" data-matomo-title="You Need It">
|
||||||
|
<source src="https://media.basspistol.com/panix/2012-grab-bag/5-you-need-it.mp3" type="audio/mpeg" ontimeupdate='updateTrackTime(this);' />
|
||||||
|
<h1>Your browser isn't ready for so much hotness. Use the download-link instead.</h1>.
|
||||||
|
</audio>
|
||||||
|
<!-- Footer -->
|
||||||
|
<footer id="footer" class="wrapper style1 align-center">
|
||||||
|
<div class="footflex">
|
||||||
|
<div>
|
||||||
|
<h4>pax:nion</h4>
|
||||||
|
<p>PHI, Panix Heavy Industries
|
||||||
|
<br /><a href="mailto:"></a></p>
|
||||||
|
</div>
|
||||||
|
<div>
|
||||||
|
<ul>
|
||||||
|
<li><a href="#top" class="smooth-scroll-middle">Back to top</a></li>
|
||||||
|
<li><a href="/#album0" class="smooth-scroll-middle">music</a></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<div><img src="/assets/panix-logo-dark.svg" style="max-width:300px" alt="pax:nion Logo" /></div>
|
||||||
|
</div>
|
||||||
|
<div class="inner">
|
||||||
|
<ul class="icons">
|
||||||
|
|
||||||
|
<!-- <li><a href="mailto:" class="icon style2 fa-envelope"><span class="label">Email</span></a></li> -->
|
||||||
|
</ul>
|
||||||
|
<p>©2020 Basspistol | <a href="../../../webcreds/">Credits</a> | <a href="../../../cookies/">Cookies & Privacy</a></p>
|
||||||
|
</div>
|
||||||
|
</footer>
|
||||||
|
|
||||||
|
|
||||||
|
<script type="text/javascript">
|
||||||
|
function loadUrl(newLocation) {
|
||||||
|
window.location = newLocation;
|
||||||
|
return false;
|
||||||
|
}
|
||||||
|
|
||||||
|
var mu = document.getElementsByTagName("audio")[0];
|
||||||
|
var pauseButton = document.getElementById("mu_pause");
|
||||||
|
var spincover = document.getElementById("coverart");
|
||||||
|
|
||||||
|
mu.addEventListener('ended', function () {
|
||||||
|
// only functional if "loop" is removed
|
||||||
|
mu.pause();
|
||||||
|
mu.currentTime = 0;
|
||||||
|
loadUrl("../../../2012-grab-bag/6-spinal-cord-forever/"); return false;
|
||||||
|
});
|
||||||
|
mu.onplaying = function() {
|
||||||
|
pauseButton.innerHTML = "Pause";
|
||||||
|
pauseButton.classList.remove("fa-play");
|
||||||
|
pauseButton.classList.add("fa-pause");
|
||||||
|
spincover.classList.add("spinnit");
|
||||||
|
spincover.classList.remove("paused");
|
||||||
|
};
|
||||||
|
|
||||||
|
pauseButton.addEventListener("click", function () {
|
||||||
|
if (mu.paused) {
|
||||||
|
mu.play();
|
||||||
|
|
||||||
|
}
|
||||||
|
else {
|
||||||
|
mu.pause();
|
||||||
|
pauseButton.innerHTML = "Resume";
|
||||||
|
pauseButton.classList.add("fa-play");
|
||||||
|
pauseButton.classList.remove("fa-pause");
|
||||||
|
spincover.classList.add("paused");
|
||||||
|
}
|
||||||
|
});
|
||||||
|
|
||||||
|
mu.addEventListener('timeupdate', function () {
|
||||||
|
var timestamp = Math.floor(mu.currentTime);
|
||||||
|
var hours = Math.floor(timestamp / 60 / 60);
|
||||||
|
var minutes = Math.floor(timestamp / 60) - (hours * 60);
|
||||||
|
var seconds = timestamp % 60;
|
||||||
|
var formatted = hours.toString().padStart(2, '0') + ':' + minutes.toString().padStart(2, '0') + ':' + seconds.toString().padStart(2, '0');
|
||||||
|
var thecurrentSpan = document.getElementById("tracktime");
|
||||||
|
thecurrentSpan.innerHTML = formatted + ' / ';
|
||||||
|
});
|
||||||
|
|
||||||
|
</script>
|
||||||
|
</div>
|
||||||
|
<!-- Navigation -->
|
||||||
|
<div id="logo" class="logo">
|
||||||
|
<a href="/" class="smooth-scroll-middle"><img width="200em" src="/assets/panix-logo.svg" alt=" Logo" /></a>
|
||||||
|
<a href="#navbar" onclick="blurBody()" alt="Navigation Menu" title="Navigation Menu"><span style="font-size: 34px;" class="icon solid fa-bars"></span></a>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div id="navbar" style="display: block;" class="modalDialog">
|
||||||
|
<a href="#close" onclick="removeBlur()" alt="Close Menu" title="Close Menu"><div id="closearea"> </div></a>
|
||||||
|
<nav>
|
||||||
|
<a href="#close" title="Close" onclick="removeBlur()" class="close-button close" style="margin: 0 auto;">X</a>
|
||||||
|
<ul>
|
||||||
|
|
||||||
|
|
||||||
|
<li><a href="../../../" class="button small">Home</a></li>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<li><a href="../../../releases/" class="button small">Releases</a></li>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<li><a href="../../../logs/" class="button small">Web-Log</a></li>
|
||||||
|
|
||||||
|
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
</nav>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
<!-- End Navigation -->
|
||||||
|
<!-- Scripts -->
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<script src="../../../assets/js/jquery.min.js"></script>
|
||||||
|
<script src="../../../assets/js/jquery.scrollex.min.js"></script>
|
||||||
|
<script src="../../../assets/js/jquery.scrolly.min.js"></script>
|
||||||
|
<script src="../../../assets/js/browser.min.js"></script>
|
||||||
|
<script src="../../../assets/js/breakpoints.min.js"></script>
|
||||||
|
<script src="../../../assets/js/util.js"></script>
|
||||||
|
<script src="../../../assets/js/main.js"></script>
|
||||||
|
<script src="../../../assets/js/set.js"></script>
|
||||||
|
|
||||||
|
|
||||||
|
<div id="cookie-notice">
|
||||||
|
<p>We only use cookies if you consent to it. They don't contain any identifiable info: they just let us know if you enjoyed this enough to come back. <br />Click <a href="#" id="cookie-notice-decline">here</a> if you want this shit to go away without cookies. <br />Read more about how Basspistol <a href="/cookies/">use cookies</a> </p>
|
||||||
|
<a class="button small yes" href="#" id="cookie-notice-accept">I'm in!</a>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<script>
|
||||||
|
function createCookie(name, value, days) {
|
||||||
|
var expires = "";
|
||||||
|
if (days) {
|
||||||
|
var date = new Date();
|
||||||
|
date.setTime(date.getTime() + (days * 24 * 60 * 60 * 1000));
|
||||||
|
expires = "; expires=" + date.toUTCString();
|
||||||
|
}
|
||||||
|
document.cookie = name + "=" + value + expires + "; path=/";
|
||||||
|
}
|
||||||
|
function readCookie(name) {
|
||||||
|
var nameEQ = name + "=";
|
||||||
|
var ca = document.cookie.split(';');
|
||||||
|
for (var i = 0; i < ca.length; i++) {
|
||||||
|
var c = ca[i];
|
||||||
|
while (c.charAt(0) == ' ') c = c.substring(1, c.length);
|
||||||
|
if (c.indexOf(nameEQ) == 0) return c.substring(nameEQ.length, c.length);
|
||||||
|
}
|
||||||
|
return null;
|
||||||
|
}
|
||||||
|
function eraseCookie(name) {
|
||||||
|
createCookie(name, "", -1);
|
||||||
|
}
|
||||||
|
|
||||||
|
if (readCookie('cookie-notice-dismissed') == 'wantCookies') {
|
||||||
|
|
||||||
|
//* Matomo Tag Manager *//
|
||||||
|
|
||||||
|
var _mtm = _mtm || [];
|
||||||
|
_mtm.push({'mtm.startTime': (new Date().getTime()), 'event': 'mtm.Start'});
|
||||||
|
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
|
||||||
|
g.type='text/javascript'; g.async=true; g.defer=true; g.src='https://cdn.matomo.cloud/terminalnetwork.matomo.cloud/container_aJ0T3vZ5.js'; s.parentNode.insertBefore(g,s);
|
||||||
|
|
||||||
|
//* End Matomo Tag Manager *//
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
} else {
|
||||||
|
document.getElementById('cookie-notice').style.display = 'flex';
|
||||||
|
|
||||||
|
var _paq = window._paq || [];
|
||||||
|
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */
|
||||||
|
_paq.push(["setDocumentTitle", document.domain + "/" + document.title]);
|
||||||
|
_paq.push(["disableCookies"]);
|
||||||
|
_paq.push(['trackPageView']);
|
||||||
|
_paq.push(['enableLinkTracking']);
|
||||||
|
(function() {
|
||||||
|
var u="https://terminalnetwork.matomo.cloud/";
|
||||||
|
_paq.push(['setTrackerUrl', u+'matomo.php']);
|
||||||
|
_paq.push(['setSiteId', '14']);
|
||||||
|
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
|
||||||
|
g.type='text/javascript'; g.async=true; g.defer=true; g.src='//cdn.matomo.cloud/terminalnetwork.matomo.cloud/matomo.js'; s.parentNode.insertBefore(g,s);
|
||||||
|
})();
|
||||||
|
|
||||||
|
|
||||||
|
}
|
||||||
|
if (readCookie('cookie-notice-dismissed') == 'dontWantCookies') {
|
||||||
|
document.getElementById('cookie-notice').style.display = 'none';
|
||||||
|
|
||||||
|
var _paq = window._paq || [];
|
||||||
|
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */
|
||||||
|
_paq.push(["setDocumentTitle", document.domain + "/" + document.title]);
|
||||||
|
_paq.push(["disableCookies"]);
|
||||||
|
_paq.push(['trackPageView']);
|
||||||
|
_paq.push(['enableLinkTracking']);
|
||||||
|
(function() {
|
||||||
|
var u="https://terminalnetwork.matomo.cloud/";
|
||||||
|
_paq.push(['setTrackerUrl', u+'matomo.php']);
|
||||||
|
_paq.push(['setSiteId', '14']);
|
||||||
|
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
|
||||||
|
g.type='text/javascript'; g.async=true; g.defer=true; g.src='//cdn.matomo.cloud/terminalnetwork.matomo.cloud/matomo.js'; s.parentNode.insertBefore(g,s);
|
||||||
|
})();
|
||||||
|
|
||||||
|
}
|
||||||
|
document.getElementById('cookie-notice-accept').addEventListener("click", function () {
|
||||||
|
createCookie('cookie-notice-dismissed', 'wantCookies', 31);
|
||||||
|
document.getElementById('cookie-notice').style.display = 'none';
|
||||||
|
_paq.push(['trackEvent', 'Consent', 'wantCookie']);
|
||||||
|
location.reload();
|
||||||
|
});
|
||||||
|
|
||||||
|
document.getElementById('cookie-notice-decline').addEventListener("click", function () {
|
||||||
|
createCookie('cookie-notice-dismissed', 'dontWantCookies', 31);
|
||||||
|
document.getElementById('cookie-notice').style.display = 'none';
|
||||||
|
_paq.push(['trackEvent', 'Consent', 'dontWantCookie']);
|
||||||
|
location.reload();
|
||||||
|
});
|
||||||
|
|
||||||
|
// document.getElementById('cookie-notice-gimme').addEventListener("click", function () {
|
||||||
|
// createCookie('cookie-notice-dismissed', 'wantCookies', 31);
|
||||||
|
// document.getElementById('cookie-notice').style.display = 'none';
|
||||||
|
// location.reload();
|
||||||
|
// });
|
||||||
|
|
||||||
|
|
||||||
|
</script>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
404
albums/2012-grab-bag/6-spinal-cord-forever/index.html
Normal file
404
albums/2012-grab-bag/6-spinal-cord-forever/index.html
Normal file
|
|
@ -0,0 +1,404 @@
|
||||||
|
<!DOCTYPE html>
|
||||||
|
<!--
|
||||||
|
Based on _Story_ by html5up.net | @ajlkn
|
||||||
|
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
|
||||||
|
Remixed and Jekyllified by Setto
|
||||||
|
-->
|
||||||
|
<html lang="en">
|
||||||
|
<head>
|
||||||
|
<!-- Begin Jekyll SEO tag v2.6.1 -->
|
||||||
|
<meta name="generator" content="Jekyll v4.0.0" />
|
||||||
|
<meta property="og:title" content="6 Spinal Cord Forever" />
|
||||||
|
<meta name="author" content="pax:nion" />
|
||||||
|
<meta property="og:locale" content="en" />
|
||||||
|
<meta name="description" content="PHI, Panix Heavy Industries" />
|
||||||
|
<meta property="og:description" content="PHI, Panix Heavy Industries" />
|
||||||
|
<link rel="canonical" href="https://panix.basspistol.com/albums/2012-grab-bag/6-spinal-cord-forever/" />
|
||||||
|
<meta property="og:url" content="https://panix.basspistol.com/albums/2012-grab-bag/6-spinal-cord-forever/" />
|
||||||
|
<meta property="og:site_name" content="pax:nion" />
|
||||||
|
<meta property="og:type" content="article" />
|
||||||
|
<meta property="article:published_time" content="2020-07-05T18:07:03+00:00" />
|
||||||
|
<script type="application/ld+json">
|
||||||
|
{"description":"PHI, Panix Heavy Industries","@type":"AudioObject","headline":"6 Spinal Cord Forever","dateModified":"2020-07-05T18:07:00+00:00","datePublished":"2020-07-05T18:07:03+00:00","url":"https://panix.basspistol.com/albums/2012-grab-bag/6-spinal-cord-forever/","author":{"@type":"Person","name":"pax:nion"},"publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://panix.basspistol.com/assets/img/setto_icon.png"},"name":"pax:nion"},"@context":"https://schema.org"}</script>
|
||||||
|
<!-- End Jekyll SEO tag -->
|
||||||
|
|
||||||
|
<link type="application/atom+xml" rel="alternate" href="https://panix.basspistol.com/feed.xml" title="" />
|
||||||
|
<!-- BEGIN seo.html -->
|
||||||
|
|
||||||
|
<title>Play Spinal Cord Forever by Panix Hilton</title>
|
||||||
|
<meta name="title" content="Play Spinal Cord Forever by Panix Hilton" />
|
||||||
|
|
||||||
|
<meta name="dc.date.modified" scheme="ISO8601" content="2020-07-05T18:07:00+00:00" />
|
||||||
|
<meta name="robots" content="index" />
|
||||||
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||||
|
<link rel="canonical" href="https://panix.basspistol.com/albums/2012-grab-bag/6-spinal-cord-forever/" />
|
||||||
|
<link rel="alternate" hreflang="x-default" href="https://panix.basspistol.com/albums/2012-grab-bag/6-spinal-cord-forever/" />
|
||||||
|
<meta name="geo.region" content="BJ-ZO" />
|
||||||
|
<meta name="geo.placename" content="Setto" />
|
||||||
|
<meta name="geo.position" content="7.48777;2.076389" />
|
||||||
|
<meta name="ICBM" content="7.48777, 2.076389" />
|
||||||
|
|
||||||
|
<!-- Dublin Core basic info -->
|
||||||
|
|
||||||
|
<meta name="dcterms.Identifier" content="https://panix.basspistol.com" />
|
||||||
|
<meta name="dcterms.Format" content="text/html" />
|
||||||
|
<meta name="dcterms.Relation" content="pax:nion" />
|
||||||
|
<meta name="dcterms.Publisher" content="pax:nion" />
|
||||||
|
<meta name="dcterms.Type" content="text/html" />
|
||||||
|
<meta name="dcterms.Coverage" content="https://panix.basspistol.com/" />
|
||||||
|
<meta name="dcterms.Rights" content="Copyright ©2020 pax:nion." />
|
||||||
|
|
||||||
|
<meta name="dcterms.Subject" content="Listen and to a track by Panix Hilton from the release 2012 Grab Bag and support your remote artist!" />
|
||||||
|
<meta name="dcterms.Title" content="Spinal Cord Forever - Panix Hilton | pax:nion" />
|
||||||
|
|
||||||
|
<meta name="dcterms.Contributor" content="pax:nion" />
|
||||||
|
<meta name="dcterms.Date" content="2020-07-05" />
|
||||||
|
<meta name="dcterms.Description" content="" />
|
||||||
|
|
||||||
|
<!-- Twitter Card -->
|
||||||
|
|
||||||
|
<meta name="twitter:card" content="summary" />
|
||||||
|
<meta name="twitter:site" content="@" />
|
||||||
|
<meta name="twitter:title" content="6 Spinal Cord Forever | pax:nion" />
|
||||||
|
<meta name="twitter:description" content="PHI, Panix Heavy Industries" />
|
||||||
|
|
||||||
|
<meta name="twitter:image" content="https://panix.basspistol.com/assets/albums/2012-grab-bag/6-spinal-cord-forever.jpeg" />
|
||||||
|
|
||||||
|
<!-- END seo.html -->
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<meta charset="utf-8" />
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=yes" />
|
||||||
|
<link rel="stylesheet" href="../../../assets/css/main20200519.css" />
|
||||||
|
|
||||||
|
<link rel="apple-touch-icon" href="https://panix.basspistol.com/apple-touch-icon.png" />
|
||||||
|
<link rel="icon" type="image/png" href="https://panix.basspistol.com/touch-icon.png" sizes="192x192" />
|
||||||
|
<link rel="shortcut icon" href="https://panix.basspistol.com/assets/img/setto_icon.png" type="image/png" />
|
||||||
|
<noscript><link rel="stylesheet" href="../../../assets/css/noscript20200518-rev1.css" /></noscript>
|
||||||
|
</head>
|
||||||
|
|
||||||
|
<body class="is-preload" id="body">
|
||||||
|
<span id="top" style="display: none;"></span>
|
||||||
|
<!-- Wrapper -->
|
||||||
|
<div id="wrapper" class="divided" data-cms-content-wrapper="/_layouts/default.html">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<!-- Banner -->
|
||||||
|
<section
|
||||||
|
class="banner onload-image-fade-in onload-content-fade-right style3 fullscreen content-align-center image-position-center" style="background-image:url('https://media.basspistol.com/panix/2012-grab-bag/6-spinal-cord-forever.jpeg');background-size: cover; background-repeat: no-repeat;">
|
||||||
|
<div style="z-index:0;position:absolute; top:0; left:0; width:100%;height:100%;background-color: rgba(13, 13 ,13, 0.85);"></div>
|
||||||
|
<div class="content" style="z-index:1">
|
||||||
|
<h1 style="margin-top:80px">Spinal Cord Forever</h1>
|
||||||
|
|
||||||
|
<p><strong><span id="tracktime"></span></strong><span id="spinalcordforever"></span></strong> <br />
|
||||||
|
Style: <strong>Electronic</strong>
|
||||||
|
</p>
|
||||||
|
<script type="text/javascript">
|
||||||
|
var spinalcordforevertimestamp = 143;
|
||||||
|
var spinalcordforeverhours = Math.floor(spinalcordforevertimestamp / 60 / 60);
|
||||||
|
var spinalcordforeverminutes = Math.floor(spinalcordforevertimestamp / 60) - (spinalcordforeverhours * 60);
|
||||||
|
var spinalcordforeverseconds = spinalcordforevertimestamp % 60;
|
||||||
|
var spinalcordforeverformatted = spinalcordforeverhours.toString().padStart(2, '0') + ':' + spinalcordforeverminutes.toString().padStart(2, '0') + ':' + spinalcordforeverseconds.toString().padStart(2, '0');
|
||||||
|
var theSpan = document.getElementById("spinalcordforever");
|
||||||
|
theSpan.innerHTML = spinalcordforeverformatted;
|
||||||
|
</script>
|
||||||
|
|
||||||
|
|
||||||
|
<ul class="actions stacked">
|
||||||
|
<li><button id="mu_pause" class="smooth-scroll-middle button icon solid fa-play">Play dat!</button></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="image">
|
||||||
|
<img src="https://media.basspistol.com/panix/2012-grab-bag/6-spinal-cord-forever.jpeg" alt="6 Spinal Cord Forever logo" id="coverart" />
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
|
||||||
|
|
||||||
|
<!-- Page navigation -->
|
||||||
|
<section class="wrapper style1 align-center">
|
||||||
|
<div class="inner">
|
||||||
|
<div class="index align-left">
|
||||||
|
<!-- Author -->
|
||||||
|
<section class="streambox" style="margin-top:40px;padding: 40px;">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<h3 style="text-align: center;display: block;">This track can't be bought</h3>
|
||||||
|
<p>But other tracks are available here:</p>
|
||||||
|
|
||||||
|
|
||||||
|
<div class="streamer">
|
||||||
|
|
||||||
|
|
||||||
|
<a onclick="_paq.push(['trackEvent', 'StoreLink', 'Bandcamp']);" target="_blank" rel="noopener" href="https://panixheavyindustries.bandcamp.com" alt="Stream from Bandcamp" title="Stream from Bandcamp" class="button icon brands fa-bandcamp">Bandcamp</a>
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</section>
|
||||||
|
<section>
|
||||||
|
<!-- Content -->
|
||||||
|
<div class="content">
|
||||||
|
<!-- post Naviation -->
|
||||||
|
<div style="text-align: center;">
|
||||||
|
<h3>Play more songs grom this release</h3>
|
||||||
|
</div>
|
||||||
|
<div class="post-nav">
|
||||||
|
<div>
|
||||||
|
|
||||||
|
<h4><a href="../../../albums/2012-grab-bag/5-you-need-it/" alt="Read You Need It" title="Read You Need It"><i class="fas fa-arrow-left"></i></a> <a
|
||||||
|
href="../../../albums/2012-grab-bag/5-you-need-it/"> You Need It</a>
|
||||||
|
</h4>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
<div class="post-nav-next">
|
||||||
|
|
||||||
|
<h4><a href="../../../albums/2012-grab-bag/7-bored-beyond-belief/"> Bored Beyond Belief</a> <a
|
||||||
|
href="../../../albums/2012-grab-bag/7-bored-beyond-belief/" alt="Read Bored Beyond Belief" title="Read Bored Beyond Belief"><i class="fas fa-arrow-right"></i></a></h4>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<!-- End Post Navigation -->
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
<!-- Audio player-->
|
||||||
|
<audio autoplay preload="true" data-matomo-title="Spinal Cord Forever">
|
||||||
|
<source src="https://media.basspistol.com/panix/2012-grab-bag/6-spinal-cord-forever.mp3" type="audio/mpeg" ontimeupdate='updateTrackTime(this);' />
|
||||||
|
<h1>Your browser isn't ready for so much hotness. Use the download-link instead.</h1>.
|
||||||
|
</audio>
|
||||||
|
<!-- Footer -->
|
||||||
|
<footer id="footer" class="wrapper style1 align-center">
|
||||||
|
<div class="footflex">
|
||||||
|
<div>
|
||||||
|
<h4>pax:nion</h4>
|
||||||
|
<p>PHI, Panix Heavy Industries
|
||||||
|
<br /><a href="mailto:"></a></p>
|
||||||
|
</div>
|
||||||
|
<div>
|
||||||
|
<ul>
|
||||||
|
<li><a href="#top" class="smooth-scroll-middle">Back to top</a></li>
|
||||||
|
<li><a href="/#album0" class="smooth-scroll-middle">music</a></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<div><img src="/assets/panix-logo-dark.svg" style="max-width:300px" alt="pax:nion Logo" /></div>
|
||||||
|
</div>
|
||||||
|
<div class="inner">
|
||||||
|
<ul class="icons">
|
||||||
|
|
||||||
|
<!-- <li><a href="mailto:" class="icon style2 fa-envelope"><span class="label">Email</span></a></li> -->
|
||||||
|
</ul>
|
||||||
|
<p>©2020 Basspistol | <a href="../../../webcreds/">Credits</a> | <a href="../../../cookies/">Cookies & Privacy</a></p>
|
||||||
|
</div>
|
||||||
|
</footer>
|
||||||
|
|
||||||
|
|
||||||
|
<script type="text/javascript">
|
||||||
|
function loadUrl(newLocation) {
|
||||||
|
window.location = newLocation;
|
||||||
|
return false;
|
||||||
|
}
|
||||||
|
|
||||||
|
var mu = document.getElementsByTagName("audio")[0];
|
||||||
|
var pauseButton = document.getElementById("mu_pause");
|
||||||
|
var spincover = document.getElementById("coverart");
|
||||||
|
|
||||||
|
mu.addEventListener('ended', function () {
|
||||||
|
// only functional if "loop" is removed
|
||||||
|
mu.pause();
|
||||||
|
mu.currentTime = 0;
|
||||||
|
loadUrl("../../../2012-grab-bag/7-bored-beyond-belief/"); return false;
|
||||||
|
});
|
||||||
|
mu.onplaying = function() {
|
||||||
|
pauseButton.innerHTML = "Pause";
|
||||||
|
pauseButton.classList.remove("fa-play");
|
||||||
|
pauseButton.classList.add("fa-pause");
|
||||||
|
spincover.classList.add("spinnit");
|
||||||
|
spincover.classList.remove("paused");
|
||||||
|
};
|
||||||
|
|
||||||
|
pauseButton.addEventListener("click", function () {
|
||||||
|
if (mu.paused) {
|
||||||
|
mu.play();
|
||||||
|
|
||||||
|
}
|
||||||
|
else {
|
||||||
|
mu.pause();
|
||||||
|
pauseButton.innerHTML = "Resume";
|
||||||
|
pauseButton.classList.add("fa-play");
|
||||||
|
pauseButton.classList.remove("fa-pause");
|
||||||
|
spincover.classList.add("paused");
|
||||||
|
}
|
||||||
|
});
|
||||||
|
|
||||||
|
mu.addEventListener('timeupdate', function () {
|
||||||
|
var timestamp = Math.floor(mu.currentTime);
|
||||||
|
var hours = Math.floor(timestamp / 60 / 60);
|
||||||
|
var minutes = Math.floor(timestamp / 60) - (hours * 60);
|
||||||
|
var seconds = timestamp % 60;
|
||||||
|
var formatted = hours.toString().padStart(2, '0') + ':' + minutes.toString().padStart(2, '0') + ':' + seconds.toString().padStart(2, '0');
|
||||||
|
var thecurrentSpan = document.getElementById("tracktime");
|
||||||
|
thecurrentSpan.innerHTML = formatted + ' / ';
|
||||||
|
});
|
||||||
|
|
||||||
|
</script>
|
||||||
|
</div>
|
||||||
|
<!-- Navigation -->
|
||||||
|
<div id="logo" class="logo">
|
||||||
|
<a href="/" class="smooth-scroll-middle"><img width="200em" src="/assets/panix-logo.svg" alt=" Logo" /></a>
|
||||||
|
<a href="#navbar" onclick="blurBody()" alt="Navigation Menu" title="Navigation Menu"><span style="font-size: 34px;" class="icon solid fa-bars"></span></a>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div id="navbar" style="display: block;" class="modalDialog">
|
||||||
|
<a href="#close" onclick="removeBlur()" alt="Close Menu" title="Close Menu"><div id="closearea"> </div></a>
|
||||||
|
<nav>
|
||||||
|
<a href="#close" title="Close" onclick="removeBlur()" class="close-button close" style="margin: 0 auto;">X</a>
|
||||||
|
<ul>
|
||||||
|
|
||||||
|
|
||||||
|
<li><a href="../../../" class="button small">Home</a></li>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<li><a href="../../../releases/" class="button small">Releases</a></li>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<li><a href="../../../logs/" class="button small">Web-Log</a></li>
|
||||||
|
|
||||||
|
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
</nav>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
<!-- End Navigation -->
|
||||||
|
<!-- Scripts -->
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<script src="../../../assets/js/jquery.min.js"></script>
|
||||||
|
<script src="../../../assets/js/jquery.scrollex.min.js"></script>
|
||||||
|
<script src="../../../assets/js/jquery.scrolly.min.js"></script>
|
||||||
|
<script src="../../../assets/js/browser.min.js"></script>
|
||||||
|
<script src="../../../assets/js/breakpoints.min.js"></script>
|
||||||
|
<script src="../../../assets/js/util.js"></script>
|
||||||
|
<script src="../../../assets/js/main.js"></script>
|
||||||
|
<script src="../../../assets/js/set.js"></script>
|
||||||
|
|
||||||
|
|
||||||
|
<div id="cookie-notice">
|
||||||
|
<p>We only use cookies if you consent to it. They don't contain any identifiable info: they just let us know if you enjoyed this enough to come back. <br />Click <a href="#" id="cookie-notice-decline">here</a> if you want this shit to go away without cookies. <br />Read more about how Basspistol <a href="/cookies/">use cookies</a> </p>
|
||||||
|
<a class="button small yes" href="#" id="cookie-notice-accept">I'm in!</a>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<script>
|
||||||
|
function createCookie(name, value, days) {
|
||||||
|
var expires = "";
|
||||||
|
if (days) {
|
||||||
|
var date = new Date();
|
||||||
|
date.setTime(date.getTime() + (days * 24 * 60 * 60 * 1000));
|
||||||
|
expires = "; expires=" + date.toUTCString();
|
||||||
|
}
|
||||||
|
document.cookie = name + "=" + value + expires + "; path=/";
|
||||||
|
}
|
||||||
|
function readCookie(name) {
|
||||||
|
var nameEQ = name + "=";
|
||||||
|
var ca = document.cookie.split(';');
|
||||||
|
for (var i = 0; i < ca.length; i++) {
|
||||||
|
var c = ca[i];
|
||||||
|
while (c.charAt(0) == ' ') c = c.substring(1, c.length);
|
||||||
|
if (c.indexOf(nameEQ) == 0) return c.substring(nameEQ.length, c.length);
|
||||||
|
}
|
||||||
|
return null;
|
||||||
|
}
|
||||||
|
function eraseCookie(name) {
|
||||||
|
createCookie(name, "", -1);
|
||||||
|
}
|
||||||
|
|
||||||
|
if (readCookie('cookie-notice-dismissed') == 'wantCookies') {
|
||||||
|
|
||||||
|
//* Matomo Tag Manager *//
|
||||||
|
|
||||||
|
var _mtm = _mtm || [];
|
||||||
|
_mtm.push({'mtm.startTime': (new Date().getTime()), 'event': 'mtm.Start'});
|
||||||
|
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
|
||||||
|
g.type='text/javascript'; g.async=true; g.defer=true; g.src='https://cdn.matomo.cloud/terminalnetwork.matomo.cloud/container_aJ0T3vZ5.js'; s.parentNode.insertBefore(g,s);
|
||||||
|
|
||||||
|
//* End Matomo Tag Manager *//
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
} else {
|
||||||
|
document.getElementById('cookie-notice').style.display = 'flex';
|
||||||
|
|
||||||
|
var _paq = window._paq || [];
|
||||||
|
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */
|
||||||
|
_paq.push(["setDocumentTitle", document.domain + "/" + document.title]);
|
||||||
|
_paq.push(["disableCookies"]);
|
||||||
|
_paq.push(['trackPageView']);
|
||||||
|
_paq.push(['enableLinkTracking']);
|
||||||
|
(function() {
|
||||||
|
var u="https://terminalnetwork.matomo.cloud/";
|
||||||
|
_paq.push(['setTrackerUrl', u+'matomo.php']);
|
||||||
|
_paq.push(['setSiteId', '14']);
|
||||||
|
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
|
||||||
|
g.type='text/javascript'; g.async=true; g.defer=true; g.src='//cdn.matomo.cloud/terminalnetwork.matomo.cloud/matomo.js'; s.parentNode.insertBefore(g,s);
|
||||||
|
})();
|
||||||
|
|
||||||
|
|
||||||
|
}
|
||||||
|
if (readCookie('cookie-notice-dismissed') == 'dontWantCookies') {
|
||||||
|
document.getElementById('cookie-notice').style.display = 'none';
|
||||||
|
|
||||||
|
var _paq = window._paq || [];
|
||||||
|
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */
|
||||||
|
_paq.push(["setDocumentTitle", document.domain + "/" + document.title]);
|
||||||
|
_paq.push(["disableCookies"]);
|
||||||
|
_paq.push(['trackPageView']);
|
||||||
|
_paq.push(['enableLinkTracking']);
|
||||||
|
(function() {
|
||||||
|
var u="https://terminalnetwork.matomo.cloud/";
|
||||||
|
_paq.push(['setTrackerUrl', u+'matomo.php']);
|
||||||
|
_paq.push(['setSiteId', '14']);
|
||||||
|
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
|
||||||
|
g.type='text/javascript'; g.async=true; g.defer=true; g.src='//cdn.matomo.cloud/terminalnetwork.matomo.cloud/matomo.js'; s.parentNode.insertBefore(g,s);
|
||||||
|
})();
|
||||||
|
|
||||||
|
}
|
||||||
|
document.getElementById('cookie-notice-accept').addEventListener("click", function () {
|
||||||
|
createCookie('cookie-notice-dismissed', 'wantCookies', 31);
|
||||||
|
document.getElementById('cookie-notice').style.display = 'none';
|
||||||
|
_paq.push(['trackEvent', 'Consent', 'wantCookie']);
|
||||||
|
location.reload();
|
||||||
|
});
|
||||||
|
|
||||||
|
document.getElementById('cookie-notice-decline').addEventListener("click", function () {
|
||||||
|
createCookie('cookie-notice-dismissed', 'dontWantCookies', 31);
|
||||||
|
document.getElementById('cookie-notice').style.display = 'none';
|
||||||
|
_paq.push(['trackEvent', 'Consent', 'dontWantCookie']);
|
||||||
|
location.reload();
|
||||||
|
});
|
||||||
|
|
||||||
|
// document.getElementById('cookie-notice-gimme').addEventListener("click", function () {
|
||||||
|
// createCookie('cookie-notice-dismissed', 'wantCookies', 31);
|
||||||
|
// document.getElementById('cookie-notice').style.display = 'none';
|
||||||
|
// location.reload();
|
||||||
|
// });
|
||||||
|
|
||||||
|
|
||||||
|
</script>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
404
albums/2012-grab-bag/7-bored-beyond-belief/index.html
Normal file
404
albums/2012-grab-bag/7-bored-beyond-belief/index.html
Normal file
|
|
@ -0,0 +1,404 @@
|
||||||
|
<!DOCTYPE html>
|
||||||
|
<!--
|
||||||
|
Based on _Story_ by html5up.net | @ajlkn
|
||||||
|
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
|
||||||
|
Remixed and Jekyllified by Setto
|
||||||
|
-->
|
||||||
|
<html lang="en">
|
||||||
|
<head>
|
||||||
|
<!-- Begin Jekyll SEO tag v2.6.1 -->
|
||||||
|
<meta name="generator" content="Jekyll v4.0.0" />
|
||||||
|
<meta property="og:title" content="7 Bored Beyond Belief" />
|
||||||
|
<meta name="author" content="pax:nion" />
|
||||||
|
<meta property="og:locale" content="en" />
|
||||||
|
<meta name="description" content="PHI, Panix Heavy Industries" />
|
||||||
|
<meta property="og:description" content="PHI, Panix Heavy Industries" />
|
||||||
|
<link rel="canonical" href="https://panix.basspistol.com/albums/2012-grab-bag/7-bored-beyond-belief/" />
|
||||||
|
<meta property="og:url" content="https://panix.basspistol.com/albums/2012-grab-bag/7-bored-beyond-belief/" />
|
||||||
|
<meta property="og:site_name" content="pax:nion" />
|
||||||
|
<meta property="og:type" content="article" />
|
||||||
|
<meta property="article:published_time" content="2020-07-05T18:07:03+00:00" />
|
||||||
|
<script type="application/ld+json">
|
||||||
|
{"description":"PHI, Panix Heavy Industries","@type":"AudioObject","headline":"7 Bored Beyond Belief","dateModified":"2020-07-05T18:07:00+00:00","datePublished":"2020-07-05T18:07:03+00:00","url":"https://panix.basspistol.com/albums/2012-grab-bag/7-bored-beyond-belief/","author":{"@type":"Person","name":"pax:nion"},"publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://panix.basspistol.com/assets/img/setto_icon.png"},"name":"pax:nion"},"@context":"https://schema.org"}</script>
|
||||||
|
<!-- End Jekyll SEO tag -->
|
||||||
|
|
||||||
|
<link type="application/atom+xml" rel="alternate" href="https://panix.basspistol.com/feed.xml" title="" />
|
||||||
|
<!-- BEGIN seo.html -->
|
||||||
|
|
||||||
|
<title>Play Bored Beyond Belief by Panix Hilton</title>
|
||||||
|
<meta name="title" content="Play Bored Beyond Belief by Panix Hilton" />
|
||||||
|
|
||||||
|
<meta name="dc.date.modified" scheme="ISO8601" content="2020-07-05T18:07:00+00:00" />
|
||||||
|
<meta name="robots" content="index" />
|
||||||
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||||
|
<link rel="canonical" href="https://panix.basspistol.com/albums/2012-grab-bag/7-bored-beyond-belief/" />
|
||||||
|
<link rel="alternate" hreflang="x-default" href="https://panix.basspistol.com/albums/2012-grab-bag/7-bored-beyond-belief/" />
|
||||||
|
<meta name="geo.region" content="BJ-ZO" />
|
||||||
|
<meta name="geo.placename" content="Setto" />
|
||||||
|
<meta name="geo.position" content="7.48777;2.076389" />
|
||||||
|
<meta name="ICBM" content="7.48777, 2.076389" />
|
||||||
|
|
||||||
|
<!-- Dublin Core basic info -->
|
||||||
|
|
||||||
|
<meta name="dcterms.Identifier" content="https://panix.basspistol.com" />
|
||||||
|
<meta name="dcterms.Format" content="text/html" />
|
||||||
|
<meta name="dcterms.Relation" content="pax:nion" />
|
||||||
|
<meta name="dcterms.Publisher" content="pax:nion" />
|
||||||
|
<meta name="dcterms.Type" content="text/html" />
|
||||||
|
<meta name="dcterms.Coverage" content="https://panix.basspistol.com/" />
|
||||||
|
<meta name="dcterms.Rights" content="Copyright ©2020 pax:nion." />
|
||||||
|
|
||||||
|
<meta name="dcterms.Subject" content="Listen and to a track by Panix Hilton from the release 2012 Grab Bag and support your remote artist!" />
|
||||||
|
<meta name="dcterms.Title" content="Bored Beyond Belief - Panix Hilton | pax:nion" />
|
||||||
|
|
||||||
|
<meta name="dcterms.Contributor" content="pax:nion" />
|
||||||
|
<meta name="dcterms.Date" content="2020-07-05" />
|
||||||
|
<meta name="dcterms.Description" content="" />
|
||||||
|
|
||||||
|
<!-- Twitter Card -->
|
||||||
|
|
||||||
|
<meta name="twitter:card" content="summary" />
|
||||||
|
<meta name="twitter:site" content="@" />
|
||||||
|
<meta name="twitter:title" content="7 Bored Beyond Belief | pax:nion" />
|
||||||
|
<meta name="twitter:description" content="PHI, Panix Heavy Industries" />
|
||||||
|
|
||||||
|
<meta name="twitter:image" content="https://panix.basspistol.com/assets/albums/2012-grab-bag/7-bored-beyond-belief.jpeg" />
|
||||||
|
|
||||||
|
<!-- END seo.html -->
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<meta charset="utf-8" />
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=yes" />
|
||||||
|
<link rel="stylesheet" href="../../../assets/css/main20200519.css" />
|
||||||
|
|
||||||
|
<link rel="apple-touch-icon" href="https://panix.basspistol.com/apple-touch-icon.png" />
|
||||||
|
<link rel="icon" type="image/png" href="https://panix.basspistol.com/touch-icon.png" sizes="192x192" />
|
||||||
|
<link rel="shortcut icon" href="https://panix.basspistol.com/assets/img/setto_icon.png" type="image/png" />
|
||||||
|
<noscript><link rel="stylesheet" href="../../../assets/css/noscript20200518-rev1.css" /></noscript>
|
||||||
|
</head>
|
||||||
|
|
||||||
|
<body class="is-preload" id="body">
|
||||||
|
<span id="top" style="display: none;"></span>
|
||||||
|
<!-- Wrapper -->
|
||||||
|
<div id="wrapper" class="divided" data-cms-content-wrapper="/_layouts/default.html">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<!-- Banner -->
|
||||||
|
<section
|
||||||
|
class="banner onload-image-fade-in onload-content-fade-right style3 fullscreen content-align-center image-position-center" style="background-image:url('https://media.basspistol.com/panix/2012-grab-bag/7-bored-beyond-belief.jpeg');background-size: cover; background-repeat: no-repeat;">
|
||||||
|
<div style="z-index:0;position:absolute; top:0; left:0; width:100%;height:100%;background-color: rgba(13, 13 ,13, 0.85);"></div>
|
||||||
|
<div class="content" style="z-index:1">
|
||||||
|
<h1 style="margin-top:80px">Bored Beyond Belief</h1>
|
||||||
|
|
||||||
|
<p><strong><span id="tracktime"></span></strong><span id="boredbeyondbelief"></span></strong> <br />
|
||||||
|
Style: <strong>Electronic</strong>
|
||||||
|
</p>
|
||||||
|
<script type="text/javascript">
|
||||||
|
var boredbeyondbelieftimestamp = 86;
|
||||||
|
var boredbeyondbeliefhours = Math.floor(boredbeyondbelieftimestamp / 60 / 60);
|
||||||
|
var boredbeyondbeliefminutes = Math.floor(boredbeyondbelieftimestamp / 60) - (boredbeyondbeliefhours * 60);
|
||||||
|
var boredbeyondbeliefseconds = boredbeyondbelieftimestamp % 60;
|
||||||
|
var boredbeyondbeliefformatted = boredbeyondbeliefhours.toString().padStart(2, '0') + ':' + boredbeyondbeliefminutes.toString().padStart(2, '0') + ':' + boredbeyondbeliefseconds.toString().padStart(2, '0');
|
||||||
|
var theSpan = document.getElementById("boredbeyondbelief");
|
||||||
|
theSpan.innerHTML = boredbeyondbeliefformatted;
|
||||||
|
</script>
|
||||||
|
|
||||||
|
|
||||||
|
<ul class="actions stacked">
|
||||||
|
<li><button id="mu_pause" class="smooth-scroll-middle button icon solid fa-play">Play dat!</button></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="image">
|
||||||
|
<img src="https://media.basspistol.com/panix/2012-grab-bag/7-bored-beyond-belief.jpeg" alt="7 Bored Beyond Belief logo" id="coverart" />
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
|
||||||
|
|
||||||
|
<!-- Page navigation -->
|
||||||
|
<section class="wrapper style1 align-center">
|
||||||
|
<div class="inner">
|
||||||
|
<div class="index align-left">
|
||||||
|
<!-- Author -->
|
||||||
|
<section class="streambox" style="margin-top:40px;padding: 40px;">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<h3 style="text-align: center;display: block;">This track can't be bought</h3>
|
||||||
|
<p>But other tracks are available here:</p>
|
||||||
|
|
||||||
|
|
||||||
|
<div class="streamer">
|
||||||
|
|
||||||
|
|
||||||
|
<a onclick="_paq.push(['trackEvent', 'StoreLink', 'Bandcamp']);" target="_blank" rel="noopener" href="https://panixheavyindustries.bandcamp.com" alt="Stream from Bandcamp" title="Stream from Bandcamp" class="button icon brands fa-bandcamp">Bandcamp</a>
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</section>
|
||||||
|
<section>
|
||||||
|
<!-- Content -->
|
||||||
|
<div class="content">
|
||||||
|
<!-- post Naviation -->
|
||||||
|
<div style="text-align: center;">
|
||||||
|
<h3>Play more songs grom this release</h3>
|
||||||
|
</div>
|
||||||
|
<div class="post-nav">
|
||||||
|
<div>
|
||||||
|
|
||||||
|
<h4><a href="../../../albums/2012-grab-bag/6-spinal-cord-forever/" alt="Read Spinal Cord Forever" title="Read Spinal Cord Forever"><i class="fas fa-arrow-left"></i></a> <a
|
||||||
|
href="../../../albums/2012-grab-bag/6-spinal-cord-forever/"> Spinal Cord Forever</a>
|
||||||
|
</h4>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
<div class="post-nav-next">
|
||||||
|
|
||||||
|
<h4><a href="../../../albums/2012-grab-bag/8-orkarnt/"> Orkarnt</a> <a
|
||||||
|
href="../../../albums/2012-grab-bag/8-orkarnt/" alt="Read Orkarnt" title="Read Orkarnt"><i class="fas fa-arrow-right"></i></a></h4>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<!-- End Post Navigation -->
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
<!-- Audio player-->
|
||||||
|
<audio autoplay preload="true" data-matomo-title="Bored Beyond Belief">
|
||||||
|
<source src="https://media.basspistol.com/panix/2012-grab-bag/7-bored-beyond-belief.mp3" type="audio/mpeg" ontimeupdate='updateTrackTime(this);' />
|
||||||
|
<h1>Your browser isn't ready for so much hotness. Use the download-link instead.</h1>.
|
||||||
|
</audio>
|
||||||
|
<!-- Footer -->
|
||||||
|
<footer id="footer" class="wrapper style1 align-center">
|
||||||
|
<div class="footflex">
|
||||||
|
<div>
|
||||||
|
<h4>pax:nion</h4>
|
||||||
|
<p>PHI, Panix Heavy Industries
|
||||||
|
<br /><a href="mailto:"></a></p>
|
||||||
|
</div>
|
||||||
|
<div>
|
||||||
|
<ul>
|
||||||
|
<li><a href="#top" class="smooth-scroll-middle">Back to top</a></li>
|
||||||
|
<li><a href="/#album0" class="smooth-scroll-middle">music</a></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<div><img src="/assets/panix-logo-dark.svg" style="max-width:300px" alt="pax:nion Logo" /></div>
|
||||||
|
</div>
|
||||||
|
<div class="inner">
|
||||||
|
<ul class="icons">
|
||||||
|
|
||||||
|
<!-- <li><a href="mailto:" class="icon style2 fa-envelope"><span class="label">Email</span></a></li> -->
|
||||||
|
</ul>
|
||||||
|
<p>©2020 Basspistol | <a href="../../../webcreds/">Credits</a> | <a href="../../../cookies/">Cookies & Privacy</a></p>
|
||||||
|
</div>
|
||||||
|
</footer>
|
||||||
|
|
||||||
|
|
||||||
|
<script type="text/javascript">
|
||||||
|
function loadUrl(newLocation) {
|
||||||
|
window.location = newLocation;
|
||||||
|
return false;
|
||||||
|
}
|
||||||
|
|
||||||
|
var mu = document.getElementsByTagName("audio")[0];
|
||||||
|
var pauseButton = document.getElementById("mu_pause");
|
||||||
|
var spincover = document.getElementById("coverart");
|
||||||
|
|
||||||
|
mu.addEventListener('ended', function () {
|
||||||
|
// only functional if "loop" is removed
|
||||||
|
mu.pause();
|
||||||
|
mu.currentTime = 0;
|
||||||
|
loadUrl("../../../2012-grab-bag/8-orkarnt/"); return false;
|
||||||
|
});
|
||||||
|
mu.onplaying = function() {
|
||||||
|
pauseButton.innerHTML = "Pause";
|
||||||
|
pauseButton.classList.remove("fa-play");
|
||||||
|
pauseButton.classList.add("fa-pause");
|
||||||
|
spincover.classList.add("spinnit");
|
||||||
|
spincover.classList.remove("paused");
|
||||||
|
};
|
||||||
|
|
||||||
|
pauseButton.addEventListener("click", function () {
|
||||||
|
if (mu.paused) {
|
||||||
|
mu.play();
|
||||||
|
|
||||||
|
}
|
||||||
|
else {
|
||||||
|
mu.pause();
|
||||||
|
pauseButton.innerHTML = "Resume";
|
||||||
|
pauseButton.classList.add("fa-play");
|
||||||
|
pauseButton.classList.remove("fa-pause");
|
||||||
|
spincover.classList.add("paused");
|
||||||
|
}
|
||||||
|
});
|
||||||
|
|
||||||
|
mu.addEventListener('timeupdate', function () {
|
||||||
|
var timestamp = Math.floor(mu.currentTime);
|
||||||
|
var hours = Math.floor(timestamp / 60 / 60);
|
||||||
|
var minutes = Math.floor(timestamp / 60) - (hours * 60);
|
||||||
|
var seconds = timestamp % 60;
|
||||||
|
var formatted = hours.toString().padStart(2, '0') + ':' + minutes.toString().padStart(2, '0') + ':' + seconds.toString().padStart(2, '0');
|
||||||
|
var thecurrentSpan = document.getElementById("tracktime");
|
||||||
|
thecurrentSpan.innerHTML = formatted + ' / ';
|
||||||
|
});
|
||||||
|
|
||||||
|
</script>
|
||||||
|
</div>
|
||||||
|
<!-- Navigation -->
|
||||||
|
<div id="logo" class="logo">
|
||||||
|
<a href="/" class="smooth-scroll-middle"><img width="200em" src="/assets/panix-logo.svg" alt=" Logo" /></a>
|
||||||
|
<a href="#navbar" onclick="blurBody()" alt="Navigation Menu" title="Navigation Menu"><span style="font-size: 34px;" class="icon solid fa-bars"></span></a>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div id="navbar" style="display: block;" class="modalDialog">
|
||||||
|
<a href="#close" onclick="removeBlur()" alt="Close Menu" title="Close Menu"><div id="closearea"> </div></a>
|
||||||
|
<nav>
|
||||||
|
<a href="#close" title="Close" onclick="removeBlur()" class="close-button close" style="margin: 0 auto;">X</a>
|
||||||
|
<ul>
|
||||||
|
|
||||||
|
|
||||||
|
<li><a href="../../../" class="button small">Home</a></li>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<li><a href="../../../releases/" class="button small">Releases</a></li>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<li><a href="../../../logs/" class="button small">Web-Log</a></li>
|
||||||
|
|
||||||
|
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
</nav>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
<!-- End Navigation -->
|
||||||
|
<!-- Scripts -->
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<script src="../../../assets/js/jquery.min.js"></script>
|
||||||
|
<script src="../../../assets/js/jquery.scrollex.min.js"></script>
|
||||||
|
<script src="../../../assets/js/jquery.scrolly.min.js"></script>
|
||||||
|
<script src="../../../assets/js/browser.min.js"></script>
|
||||||
|
<script src="../../../assets/js/breakpoints.min.js"></script>
|
||||||
|
<script src="../../../assets/js/util.js"></script>
|
||||||
|
<script src="../../../assets/js/main.js"></script>
|
||||||
|
<script src="../../../assets/js/set.js"></script>
|
||||||
|
|
||||||
|
|
||||||
|
<div id="cookie-notice">
|
||||||
|
<p>We only use cookies if you consent to it. They don't contain any identifiable info: they just let us know if you enjoyed this enough to come back. <br />Click <a href="#" id="cookie-notice-decline">here</a> if you want this shit to go away without cookies. <br />Read more about how Basspistol <a href="/cookies/">use cookies</a> </p>
|
||||||
|
<a class="button small yes" href="#" id="cookie-notice-accept">I'm in!</a>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<script>
|
||||||
|
function createCookie(name, value, days) {
|
||||||
|
var expires = "";
|
||||||
|
if (days) {
|
||||||
|
var date = new Date();
|
||||||
|
date.setTime(date.getTime() + (days * 24 * 60 * 60 * 1000));
|
||||||
|
expires = "; expires=" + date.toUTCString();
|
||||||
|
}
|
||||||
|
document.cookie = name + "=" + value + expires + "; path=/";
|
||||||
|
}
|
||||||
|
function readCookie(name) {
|
||||||
|
var nameEQ = name + "=";
|
||||||
|
var ca = document.cookie.split(';');
|
||||||
|
for (var i = 0; i < ca.length; i++) {
|
||||||
|
var c = ca[i];
|
||||||
|
while (c.charAt(0) == ' ') c = c.substring(1, c.length);
|
||||||
|
if (c.indexOf(nameEQ) == 0) return c.substring(nameEQ.length, c.length);
|
||||||
|
}
|
||||||
|
return null;
|
||||||
|
}
|
||||||
|
function eraseCookie(name) {
|
||||||
|
createCookie(name, "", -1);
|
||||||
|
}
|
||||||
|
|
||||||
|
if (readCookie('cookie-notice-dismissed') == 'wantCookies') {
|
||||||
|
|
||||||
|
//* Matomo Tag Manager *//
|
||||||
|
|
||||||
|
var _mtm = _mtm || [];
|
||||||
|
_mtm.push({'mtm.startTime': (new Date().getTime()), 'event': 'mtm.Start'});
|
||||||
|
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
|
||||||
|
g.type='text/javascript'; g.async=true; g.defer=true; g.src='https://cdn.matomo.cloud/terminalnetwork.matomo.cloud/container_aJ0T3vZ5.js'; s.parentNode.insertBefore(g,s);
|
||||||
|
|
||||||
|
//* End Matomo Tag Manager *//
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
} else {
|
||||||
|
document.getElementById('cookie-notice').style.display = 'flex';
|
||||||
|
|
||||||
|
var _paq = window._paq || [];
|
||||||
|
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */
|
||||||
|
_paq.push(["setDocumentTitle", document.domain + "/" + document.title]);
|
||||||
|
_paq.push(["disableCookies"]);
|
||||||
|
_paq.push(['trackPageView']);
|
||||||
|
_paq.push(['enableLinkTracking']);
|
||||||
|
(function() {
|
||||||
|
var u="https://terminalnetwork.matomo.cloud/";
|
||||||
|
_paq.push(['setTrackerUrl', u+'matomo.php']);
|
||||||
|
_paq.push(['setSiteId', '14']);
|
||||||
|
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
|
||||||
|
g.type='text/javascript'; g.async=true; g.defer=true; g.src='//cdn.matomo.cloud/terminalnetwork.matomo.cloud/matomo.js'; s.parentNode.insertBefore(g,s);
|
||||||
|
})();
|
||||||
|
|
||||||
|
|
||||||
|
}
|
||||||
|
if (readCookie('cookie-notice-dismissed') == 'dontWantCookies') {
|
||||||
|
document.getElementById('cookie-notice').style.display = 'none';
|
||||||
|
|
||||||
|
var _paq = window._paq || [];
|
||||||
|
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */
|
||||||
|
_paq.push(["setDocumentTitle", document.domain + "/" + document.title]);
|
||||||
|
_paq.push(["disableCookies"]);
|
||||||
|
_paq.push(['trackPageView']);
|
||||||
|
_paq.push(['enableLinkTracking']);
|
||||||
|
(function() {
|
||||||
|
var u="https://terminalnetwork.matomo.cloud/";
|
||||||
|
_paq.push(['setTrackerUrl', u+'matomo.php']);
|
||||||
|
_paq.push(['setSiteId', '14']);
|
||||||
|
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
|
||||||
|
g.type='text/javascript'; g.async=true; g.defer=true; g.src='//cdn.matomo.cloud/terminalnetwork.matomo.cloud/matomo.js'; s.parentNode.insertBefore(g,s);
|
||||||
|
})();
|
||||||
|
|
||||||
|
}
|
||||||
|
document.getElementById('cookie-notice-accept').addEventListener("click", function () {
|
||||||
|
createCookie('cookie-notice-dismissed', 'wantCookies', 31);
|
||||||
|
document.getElementById('cookie-notice').style.display = 'none';
|
||||||
|
_paq.push(['trackEvent', 'Consent', 'wantCookie']);
|
||||||
|
location.reload();
|
||||||
|
});
|
||||||
|
|
||||||
|
document.getElementById('cookie-notice-decline').addEventListener("click", function () {
|
||||||
|
createCookie('cookie-notice-dismissed', 'dontWantCookies', 31);
|
||||||
|
document.getElementById('cookie-notice').style.display = 'none';
|
||||||
|
_paq.push(['trackEvent', 'Consent', 'dontWantCookie']);
|
||||||
|
location.reload();
|
||||||
|
});
|
||||||
|
|
||||||
|
// document.getElementById('cookie-notice-gimme').addEventListener("click", function () {
|
||||||
|
// createCookie('cookie-notice-dismissed', 'wantCookies', 31);
|
||||||
|
// document.getElementById('cookie-notice').style.display = 'none';
|
||||||
|
// location.reload();
|
||||||
|
// });
|
||||||
|
|
||||||
|
|
||||||
|
</script>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
404
albums/2012-grab-bag/8-orkarnt/index.html
Normal file
404
albums/2012-grab-bag/8-orkarnt/index.html
Normal file
|
|
@ -0,0 +1,404 @@
|
||||||
|
<!DOCTYPE html>
|
||||||
|
<!--
|
||||||
|
Based on _Story_ by html5up.net | @ajlkn
|
||||||
|
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
|
||||||
|
Remixed and Jekyllified by Setto
|
||||||
|
-->
|
||||||
|
<html lang="en">
|
||||||
|
<head>
|
||||||
|
<!-- Begin Jekyll SEO tag v2.6.1 -->
|
||||||
|
<meta name="generator" content="Jekyll v4.0.0" />
|
||||||
|
<meta property="og:title" content="8 Orkarnt" />
|
||||||
|
<meta name="author" content="pax:nion" />
|
||||||
|
<meta property="og:locale" content="en" />
|
||||||
|
<meta name="description" content="PHI, Panix Heavy Industries" />
|
||||||
|
<meta property="og:description" content="PHI, Panix Heavy Industries" />
|
||||||
|
<link rel="canonical" href="https://panix.basspistol.com/albums/2012-grab-bag/8-orkarnt/" />
|
||||||
|
<meta property="og:url" content="https://panix.basspistol.com/albums/2012-grab-bag/8-orkarnt/" />
|
||||||
|
<meta property="og:site_name" content="pax:nion" />
|
||||||
|
<meta property="og:type" content="article" />
|
||||||
|
<meta property="article:published_time" content="2020-07-05T18:07:03+00:00" />
|
||||||
|
<script type="application/ld+json">
|
||||||
|
{"description":"PHI, Panix Heavy Industries","@type":"AudioObject","headline":"8 Orkarnt","dateModified":"2020-07-05T18:07:00+00:00","datePublished":"2020-07-05T18:07:03+00:00","url":"https://panix.basspistol.com/albums/2012-grab-bag/8-orkarnt/","author":{"@type":"Person","name":"pax:nion"},"publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://panix.basspistol.com/assets/img/setto_icon.png"},"name":"pax:nion"},"@context":"https://schema.org"}</script>
|
||||||
|
<!-- End Jekyll SEO tag -->
|
||||||
|
|
||||||
|
<link type="application/atom+xml" rel="alternate" href="https://panix.basspistol.com/feed.xml" title="" />
|
||||||
|
<!-- BEGIN seo.html -->
|
||||||
|
|
||||||
|
<title>Play Orkarnt by Panix Hilton</title>
|
||||||
|
<meta name="title" content="Play Orkarnt by Panix Hilton" />
|
||||||
|
|
||||||
|
<meta name="dc.date.modified" scheme="ISO8601" content="2020-07-05T18:07:00+00:00" />
|
||||||
|
<meta name="robots" content="index" />
|
||||||
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||||
|
<link rel="canonical" href="https://panix.basspistol.com/albums/2012-grab-bag/8-orkarnt/" />
|
||||||
|
<link rel="alternate" hreflang="x-default" href="https://panix.basspistol.com/albums/2012-grab-bag/8-orkarnt/" />
|
||||||
|
<meta name="geo.region" content="BJ-ZO" />
|
||||||
|
<meta name="geo.placename" content="Setto" />
|
||||||
|
<meta name="geo.position" content="7.48777;2.076389" />
|
||||||
|
<meta name="ICBM" content="7.48777, 2.076389" />
|
||||||
|
|
||||||
|
<!-- Dublin Core basic info -->
|
||||||
|
|
||||||
|
<meta name="dcterms.Identifier" content="https://panix.basspistol.com" />
|
||||||
|
<meta name="dcterms.Format" content="text/html" />
|
||||||
|
<meta name="dcterms.Relation" content="pax:nion" />
|
||||||
|
<meta name="dcterms.Publisher" content="pax:nion" />
|
||||||
|
<meta name="dcterms.Type" content="text/html" />
|
||||||
|
<meta name="dcterms.Coverage" content="https://panix.basspistol.com/" />
|
||||||
|
<meta name="dcterms.Rights" content="Copyright ©2020 pax:nion." />
|
||||||
|
|
||||||
|
<meta name="dcterms.Subject" content="Listen and to a track by Panix Hilton from the release 2012 Grab Bag and support your remote artist!" />
|
||||||
|
<meta name="dcterms.Title" content="Orkarnt - Panix Hilton | pax:nion" />
|
||||||
|
|
||||||
|
<meta name="dcterms.Contributor" content="pax:nion" />
|
||||||
|
<meta name="dcterms.Date" content="2020-07-05" />
|
||||||
|
<meta name="dcterms.Description" content="" />
|
||||||
|
|
||||||
|
<!-- Twitter Card -->
|
||||||
|
|
||||||
|
<meta name="twitter:card" content="summary" />
|
||||||
|
<meta name="twitter:site" content="@" />
|
||||||
|
<meta name="twitter:title" content="8 Orkarnt | pax:nion" />
|
||||||
|
<meta name="twitter:description" content="PHI, Panix Heavy Industries" />
|
||||||
|
|
||||||
|
<meta name="twitter:image" content="https://panix.basspistol.com/assets/albums/2012-grab-bag/8-orkarnt.jpeg" />
|
||||||
|
|
||||||
|
<!-- END seo.html -->
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<meta charset="utf-8" />
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=yes" />
|
||||||
|
<link rel="stylesheet" href="../../../assets/css/main20200519.css" />
|
||||||
|
|
||||||
|
<link rel="apple-touch-icon" href="https://panix.basspistol.com/apple-touch-icon.png" />
|
||||||
|
<link rel="icon" type="image/png" href="https://panix.basspistol.com/touch-icon.png" sizes="192x192" />
|
||||||
|
<link rel="shortcut icon" href="https://panix.basspistol.com/assets/img/setto_icon.png" type="image/png" />
|
||||||
|
<noscript><link rel="stylesheet" href="../../../assets/css/noscript20200518-rev1.css" /></noscript>
|
||||||
|
</head>
|
||||||
|
|
||||||
|
<body class="is-preload" id="body">
|
||||||
|
<span id="top" style="display: none;"></span>
|
||||||
|
<!-- Wrapper -->
|
||||||
|
<div id="wrapper" class="divided" data-cms-content-wrapper="/_layouts/default.html">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<!-- Banner -->
|
||||||
|
<section
|
||||||
|
class="banner onload-image-fade-in onload-content-fade-right style3 fullscreen content-align-center image-position-center" style="background-image:url('https://media.basspistol.com/panix/2012-grab-bag/8-orkarnt.jpeg');background-size: cover; background-repeat: no-repeat;">
|
||||||
|
<div style="z-index:0;position:absolute; top:0; left:0; width:100%;height:100%;background-color: rgba(13, 13 ,13, 0.85);"></div>
|
||||||
|
<div class="content" style="z-index:1">
|
||||||
|
<h1 style="margin-top:80px">Orkarnt</h1>
|
||||||
|
|
||||||
|
<p><strong><span id="tracktime"></span></strong><span id="orkarnt"></span></strong> <br />
|
||||||
|
Style: <strong>Electronic</strong>
|
||||||
|
</p>
|
||||||
|
<script type="text/javascript">
|
||||||
|
var orkarnttimestamp = 127;
|
||||||
|
var orkarnthours = Math.floor(orkarnttimestamp / 60 / 60);
|
||||||
|
var orkarntminutes = Math.floor(orkarnttimestamp / 60) - (orkarnthours * 60);
|
||||||
|
var orkarntseconds = orkarnttimestamp % 60;
|
||||||
|
var orkarntformatted = orkarnthours.toString().padStart(2, '0') + ':' + orkarntminutes.toString().padStart(2, '0') + ':' + orkarntseconds.toString().padStart(2, '0');
|
||||||
|
var theSpan = document.getElementById("orkarnt");
|
||||||
|
theSpan.innerHTML = orkarntformatted;
|
||||||
|
</script>
|
||||||
|
|
||||||
|
|
||||||
|
<ul class="actions stacked">
|
||||||
|
<li><button id="mu_pause" class="smooth-scroll-middle button icon solid fa-play">Play dat!</button></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="image">
|
||||||
|
<img src="https://media.basspistol.com/panix/2012-grab-bag/8-orkarnt.jpeg" alt="8 Orkarnt logo" id="coverart" />
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
|
||||||
|
|
||||||
|
<!-- Page navigation -->
|
||||||
|
<section class="wrapper style1 align-center">
|
||||||
|
<div class="inner">
|
||||||
|
<div class="index align-left">
|
||||||
|
<!-- Author -->
|
||||||
|
<section class="streambox" style="margin-top:40px;padding: 40px;">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<h3 style="text-align: center;display: block;">This track can't be bought</h3>
|
||||||
|
<p>But other tracks are available here:</p>
|
||||||
|
|
||||||
|
|
||||||
|
<div class="streamer">
|
||||||
|
|
||||||
|
|
||||||
|
<a onclick="_paq.push(['trackEvent', 'StoreLink', 'Bandcamp']);" target="_blank" rel="noopener" href="https://panixheavyindustries.bandcamp.com" alt="Stream from Bandcamp" title="Stream from Bandcamp" class="button icon brands fa-bandcamp">Bandcamp</a>
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</section>
|
||||||
|
<section>
|
||||||
|
<!-- Content -->
|
||||||
|
<div class="content">
|
||||||
|
<!-- post Naviation -->
|
||||||
|
<div style="text-align: center;">
|
||||||
|
<h3>Play more songs grom this release</h3>
|
||||||
|
</div>
|
||||||
|
<div class="post-nav">
|
||||||
|
<div>
|
||||||
|
|
||||||
|
<h4><a href="../../../albums/2012-grab-bag/7-bored-beyond-belief/" alt="Read Bored Beyond Belief" title="Read Bored Beyond Belief"><i class="fas fa-arrow-left"></i></a> <a
|
||||||
|
href="../../../albums/2012-grab-bag/7-bored-beyond-belief/"> Bored Beyond Belief</a>
|
||||||
|
</h4>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
<div class="post-nav-next">
|
||||||
|
|
||||||
|
<h4><a href="../../../albums/2012-grab-bag/9-skithink/"> Skithink</a> <a
|
||||||
|
href="../../../albums/2012-grab-bag/9-skithink/" alt="Read Skithink" title="Read Skithink"><i class="fas fa-arrow-right"></i></a></h4>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<!-- End Post Navigation -->
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
<!-- Audio player-->
|
||||||
|
<audio autoplay preload="true" data-matomo-title="Orkarnt">
|
||||||
|
<source src="https://media.basspistol.com/panix/2012-grab-bag/8-orkarnt.mp3" type="audio/mpeg" ontimeupdate='updateTrackTime(this);' />
|
||||||
|
<h1>Your browser isn't ready for so much hotness. Use the download-link instead.</h1>.
|
||||||
|
</audio>
|
||||||
|
<!-- Footer -->
|
||||||
|
<footer id="footer" class="wrapper style1 align-center">
|
||||||
|
<div class="footflex">
|
||||||
|
<div>
|
||||||
|
<h4>pax:nion</h4>
|
||||||
|
<p>PHI, Panix Heavy Industries
|
||||||
|
<br /><a href="mailto:"></a></p>
|
||||||
|
</div>
|
||||||
|
<div>
|
||||||
|
<ul>
|
||||||
|
<li><a href="#top" class="smooth-scroll-middle">Back to top</a></li>
|
||||||
|
<li><a href="/#album0" class="smooth-scroll-middle">music</a></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<div><img src="/assets/panix-logo-dark.svg" style="max-width:300px" alt="pax:nion Logo" /></div>
|
||||||
|
</div>
|
||||||
|
<div class="inner">
|
||||||
|
<ul class="icons">
|
||||||
|
|
||||||
|
<!-- <li><a href="mailto:" class="icon style2 fa-envelope"><span class="label">Email</span></a></li> -->
|
||||||
|
</ul>
|
||||||
|
<p>©2020 Basspistol | <a href="../../../webcreds/">Credits</a> | <a href="../../../cookies/">Cookies & Privacy</a></p>
|
||||||
|
</div>
|
||||||
|
</footer>
|
||||||
|
|
||||||
|
|
||||||
|
<script type="text/javascript">
|
||||||
|
function loadUrl(newLocation) {
|
||||||
|
window.location = newLocation;
|
||||||
|
return false;
|
||||||
|
}
|
||||||
|
|
||||||
|
var mu = document.getElementsByTagName("audio")[0];
|
||||||
|
var pauseButton = document.getElementById("mu_pause");
|
||||||
|
var spincover = document.getElementById("coverart");
|
||||||
|
|
||||||
|
mu.addEventListener('ended', function () {
|
||||||
|
// only functional if "loop" is removed
|
||||||
|
mu.pause();
|
||||||
|
mu.currentTime = 0;
|
||||||
|
loadUrl("../../../2012-grab-bag/9-skithink/"); return false;
|
||||||
|
});
|
||||||
|
mu.onplaying = function() {
|
||||||
|
pauseButton.innerHTML = "Pause";
|
||||||
|
pauseButton.classList.remove("fa-play");
|
||||||
|
pauseButton.classList.add("fa-pause");
|
||||||
|
spincover.classList.add("spinnit");
|
||||||
|
spincover.classList.remove("paused");
|
||||||
|
};
|
||||||
|
|
||||||
|
pauseButton.addEventListener("click", function () {
|
||||||
|
if (mu.paused) {
|
||||||
|
mu.play();
|
||||||
|
|
||||||
|
}
|
||||||
|
else {
|
||||||
|
mu.pause();
|
||||||
|
pauseButton.innerHTML = "Resume";
|
||||||
|
pauseButton.classList.add("fa-play");
|
||||||
|
pauseButton.classList.remove("fa-pause");
|
||||||
|
spincover.classList.add("paused");
|
||||||
|
}
|
||||||
|
});
|
||||||
|
|
||||||
|
mu.addEventListener('timeupdate', function () {
|
||||||
|
var timestamp = Math.floor(mu.currentTime);
|
||||||
|
var hours = Math.floor(timestamp / 60 / 60);
|
||||||
|
var minutes = Math.floor(timestamp / 60) - (hours * 60);
|
||||||
|
var seconds = timestamp % 60;
|
||||||
|
var formatted = hours.toString().padStart(2, '0') + ':' + minutes.toString().padStart(2, '0') + ':' + seconds.toString().padStart(2, '0');
|
||||||
|
var thecurrentSpan = document.getElementById("tracktime");
|
||||||
|
thecurrentSpan.innerHTML = formatted + ' / ';
|
||||||
|
});
|
||||||
|
|
||||||
|
</script>
|
||||||
|
</div>
|
||||||
|
<!-- Navigation -->
|
||||||
|
<div id="logo" class="logo">
|
||||||
|
<a href="/" class="smooth-scroll-middle"><img width="200em" src="/assets/panix-logo.svg" alt=" Logo" /></a>
|
||||||
|
<a href="#navbar" onclick="blurBody()" alt="Navigation Menu" title="Navigation Menu"><span style="font-size: 34px;" class="icon solid fa-bars"></span></a>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div id="navbar" style="display: block;" class="modalDialog">
|
||||||
|
<a href="#close" onclick="removeBlur()" alt="Close Menu" title="Close Menu"><div id="closearea"> </div></a>
|
||||||
|
<nav>
|
||||||
|
<a href="#close" title="Close" onclick="removeBlur()" class="close-button close" style="margin: 0 auto;">X</a>
|
||||||
|
<ul>
|
||||||
|
|
||||||
|
|
||||||
|
<li><a href="../../../" class="button small">Home</a></li>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<li><a href="../../../releases/" class="button small">Releases</a></li>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<li><a href="../../../logs/" class="button small">Web-Log</a></li>
|
||||||
|
|
||||||
|
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
</nav>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
<!-- End Navigation -->
|
||||||
|
<!-- Scripts -->
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<script src="../../../assets/js/jquery.min.js"></script>
|
||||||
|
<script src="../../../assets/js/jquery.scrollex.min.js"></script>
|
||||||
|
<script src="../../../assets/js/jquery.scrolly.min.js"></script>
|
||||||
|
<script src="../../../assets/js/browser.min.js"></script>
|
||||||
|
<script src="../../../assets/js/breakpoints.min.js"></script>
|
||||||
|
<script src="../../../assets/js/util.js"></script>
|
||||||
|
<script src="../../../assets/js/main.js"></script>
|
||||||
|
<script src="../../../assets/js/set.js"></script>
|
||||||
|
|
||||||
|
|
||||||
|
<div id="cookie-notice">
|
||||||
|
<p>We only use cookies if you consent to it. They don't contain any identifiable info: they just let us know if you enjoyed this enough to come back. <br />Click <a href="#" id="cookie-notice-decline">here</a> if you want this shit to go away without cookies. <br />Read more about how Basspistol <a href="/cookies/">use cookies</a> </p>
|
||||||
|
<a class="button small yes" href="#" id="cookie-notice-accept">I'm in!</a>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<script>
|
||||||
|
function createCookie(name, value, days) {
|
||||||
|
var expires = "";
|
||||||
|
if (days) {
|
||||||
|
var date = new Date();
|
||||||
|
date.setTime(date.getTime() + (days * 24 * 60 * 60 * 1000));
|
||||||
|
expires = "; expires=" + date.toUTCString();
|
||||||
|
}
|
||||||
|
document.cookie = name + "=" + value + expires + "; path=/";
|
||||||
|
}
|
||||||
|
function readCookie(name) {
|
||||||
|
var nameEQ = name + "=";
|
||||||
|
var ca = document.cookie.split(';');
|
||||||
|
for (var i = 0; i < ca.length; i++) {
|
||||||
|
var c = ca[i];
|
||||||
|
while (c.charAt(0) == ' ') c = c.substring(1, c.length);
|
||||||
|
if (c.indexOf(nameEQ) == 0) return c.substring(nameEQ.length, c.length);
|
||||||
|
}
|
||||||
|
return null;
|
||||||
|
}
|
||||||
|
function eraseCookie(name) {
|
||||||
|
createCookie(name, "", -1);
|
||||||
|
}
|
||||||
|
|
||||||
|
if (readCookie('cookie-notice-dismissed') == 'wantCookies') {
|
||||||
|
|
||||||
|
//* Matomo Tag Manager *//
|
||||||
|
|
||||||
|
var _mtm = _mtm || [];
|
||||||
|
_mtm.push({'mtm.startTime': (new Date().getTime()), 'event': 'mtm.Start'});
|
||||||
|
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
|
||||||
|
g.type='text/javascript'; g.async=true; g.defer=true; g.src='https://cdn.matomo.cloud/terminalnetwork.matomo.cloud/container_aJ0T3vZ5.js'; s.parentNode.insertBefore(g,s);
|
||||||
|
|
||||||
|
//* End Matomo Tag Manager *//
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
} else {
|
||||||
|
document.getElementById('cookie-notice').style.display = 'flex';
|
||||||
|
|
||||||
|
var _paq = window._paq || [];
|
||||||
|
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */
|
||||||
|
_paq.push(["setDocumentTitle", document.domain + "/" + document.title]);
|
||||||
|
_paq.push(["disableCookies"]);
|
||||||
|
_paq.push(['trackPageView']);
|
||||||
|
_paq.push(['enableLinkTracking']);
|
||||||
|
(function() {
|
||||||
|
var u="https://terminalnetwork.matomo.cloud/";
|
||||||
|
_paq.push(['setTrackerUrl', u+'matomo.php']);
|
||||||
|
_paq.push(['setSiteId', '14']);
|
||||||
|
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
|
||||||
|
g.type='text/javascript'; g.async=true; g.defer=true; g.src='//cdn.matomo.cloud/terminalnetwork.matomo.cloud/matomo.js'; s.parentNode.insertBefore(g,s);
|
||||||
|
})();
|
||||||
|
|
||||||
|
|
||||||
|
}
|
||||||
|
if (readCookie('cookie-notice-dismissed') == 'dontWantCookies') {
|
||||||
|
document.getElementById('cookie-notice').style.display = 'none';
|
||||||
|
|
||||||
|
var _paq = window._paq || [];
|
||||||
|
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */
|
||||||
|
_paq.push(["setDocumentTitle", document.domain + "/" + document.title]);
|
||||||
|
_paq.push(["disableCookies"]);
|
||||||
|
_paq.push(['trackPageView']);
|
||||||
|
_paq.push(['enableLinkTracking']);
|
||||||
|
(function() {
|
||||||
|
var u="https://terminalnetwork.matomo.cloud/";
|
||||||
|
_paq.push(['setTrackerUrl', u+'matomo.php']);
|
||||||
|
_paq.push(['setSiteId', '14']);
|
||||||
|
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
|
||||||
|
g.type='text/javascript'; g.async=true; g.defer=true; g.src='//cdn.matomo.cloud/terminalnetwork.matomo.cloud/matomo.js'; s.parentNode.insertBefore(g,s);
|
||||||
|
})();
|
||||||
|
|
||||||
|
}
|
||||||
|
document.getElementById('cookie-notice-accept').addEventListener("click", function () {
|
||||||
|
createCookie('cookie-notice-dismissed', 'wantCookies', 31);
|
||||||
|
document.getElementById('cookie-notice').style.display = 'none';
|
||||||
|
_paq.push(['trackEvent', 'Consent', 'wantCookie']);
|
||||||
|
location.reload();
|
||||||
|
});
|
||||||
|
|
||||||
|
document.getElementById('cookie-notice-decline').addEventListener("click", function () {
|
||||||
|
createCookie('cookie-notice-dismissed', 'dontWantCookies', 31);
|
||||||
|
document.getElementById('cookie-notice').style.display = 'none';
|
||||||
|
_paq.push(['trackEvent', 'Consent', 'dontWantCookie']);
|
||||||
|
location.reload();
|
||||||
|
});
|
||||||
|
|
||||||
|
// document.getElementById('cookie-notice-gimme').addEventListener("click", function () {
|
||||||
|
// createCookie('cookie-notice-dismissed', 'wantCookies', 31);
|
||||||
|
// document.getElementById('cookie-notice').style.display = 'none';
|
||||||
|
// location.reload();
|
||||||
|
// });
|
||||||
|
|
||||||
|
|
||||||
|
</script>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
404
albums/2012-grab-bag/9-skithink/index.html
Normal file
404
albums/2012-grab-bag/9-skithink/index.html
Normal file
|
|
@ -0,0 +1,404 @@
|
||||||
|
<!DOCTYPE html>
|
||||||
|
<!--
|
||||||
|
Based on _Story_ by html5up.net | @ajlkn
|
||||||
|
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
|
||||||
|
Remixed and Jekyllified by Setto
|
||||||
|
-->
|
||||||
|
<html lang="en">
|
||||||
|
<head>
|
||||||
|
<!-- Begin Jekyll SEO tag v2.6.1 -->
|
||||||
|
<meta name="generator" content="Jekyll v4.0.0" />
|
||||||
|
<meta property="og:title" content="9 Skithink" />
|
||||||
|
<meta name="author" content="pax:nion" />
|
||||||
|
<meta property="og:locale" content="en" />
|
||||||
|
<meta name="description" content="PHI, Panix Heavy Industries" />
|
||||||
|
<meta property="og:description" content="PHI, Panix Heavy Industries" />
|
||||||
|
<link rel="canonical" href="https://panix.basspistol.com/albums/2012-grab-bag/9-skithink/" />
|
||||||
|
<meta property="og:url" content="https://panix.basspistol.com/albums/2012-grab-bag/9-skithink/" />
|
||||||
|
<meta property="og:site_name" content="pax:nion" />
|
||||||
|
<meta property="og:type" content="article" />
|
||||||
|
<meta property="article:published_time" content="2020-07-05T18:07:03+00:00" />
|
||||||
|
<script type="application/ld+json">
|
||||||
|
{"description":"PHI, Panix Heavy Industries","@type":"AudioObject","headline":"9 Skithink","dateModified":"2020-07-05T18:07:00+00:00","datePublished":"2020-07-05T18:07:03+00:00","url":"https://panix.basspistol.com/albums/2012-grab-bag/9-skithink/","author":{"@type":"Person","name":"pax:nion"},"publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://panix.basspistol.com/assets/img/setto_icon.png"},"name":"pax:nion"},"@context":"https://schema.org"}</script>
|
||||||
|
<!-- End Jekyll SEO tag -->
|
||||||
|
|
||||||
|
<link type="application/atom+xml" rel="alternate" href="https://panix.basspistol.com/feed.xml" title="" />
|
||||||
|
<!-- BEGIN seo.html -->
|
||||||
|
|
||||||
|
<title>Play Skithink by Panix Hilton</title>
|
||||||
|
<meta name="title" content="Play Skithink by Panix Hilton" />
|
||||||
|
|
||||||
|
<meta name="dc.date.modified" scheme="ISO8601" content="2020-07-05T18:07:00+00:00" />
|
||||||
|
<meta name="robots" content="index" />
|
||||||
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||||
|
<link rel="canonical" href="https://panix.basspistol.com/albums/2012-grab-bag/9-skithink/" />
|
||||||
|
<link rel="alternate" hreflang="x-default" href="https://panix.basspistol.com/albums/2012-grab-bag/9-skithink/" />
|
||||||
|
<meta name="geo.region" content="BJ-ZO" />
|
||||||
|
<meta name="geo.placename" content="Setto" />
|
||||||
|
<meta name="geo.position" content="7.48777;2.076389" />
|
||||||
|
<meta name="ICBM" content="7.48777, 2.076389" />
|
||||||
|
|
||||||
|
<!-- Dublin Core basic info -->
|
||||||
|
|
||||||
|
<meta name="dcterms.Identifier" content="https://panix.basspistol.com" />
|
||||||
|
<meta name="dcterms.Format" content="text/html" />
|
||||||
|
<meta name="dcterms.Relation" content="pax:nion" />
|
||||||
|
<meta name="dcterms.Publisher" content="pax:nion" />
|
||||||
|
<meta name="dcterms.Type" content="text/html" />
|
||||||
|
<meta name="dcterms.Coverage" content="https://panix.basspistol.com/" />
|
||||||
|
<meta name="dcterms.Rights" content="Copyright ©2020 pax:nion." />
|
||||||
|
|
||||||
|
<meta name="dcterms.Subject" content="Listen and to a track by Panix Hilton from the release 2012 Grab Bag and support your remote artist!" />
|
||||||
|
<meta name="dcterms.Title" content="Skithink - Panix Hilton | pax:nion" />
|
||||||
|
|
||||||
|
<meta name="dcterms.Contributor" content="pax:nion" />
|
||||||
|
<meta name="dcterms.Date" content="2020-07-05" />
|
||||||
|
<meta name="dcterms.Description" content="" />
|
||||||
|
|
||||||
|
<!-- Twitter Card -->
|
||||||
|
|
||||||
|
<meta name="twitter:card" content="summary" />
|
||||||
|
<meta name="twitter:site" content="@" />
|
||||||
|
<meta name="twitter:title" content="9 Skithink | pax:nion" />
|
||||||
|
<meta name="twitter:description" content="PHI, Panix Heavy Industries" />
|
||||||
|
|
||||||
|
<meta name="twitter:image" content="https://panix.basspistol.com/assets/albums/2012-grab-bag/9-skithink.jpeg" />
|
||||||
|
|
||||||
|
<!-- END seo.html -->
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<meta charset="utf-8" />
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=yes" />
|
||||||
|
<link rel="stylesheet" href="../../../assets/css/main20200519.css" />
|
||||||
|
|
||||||
|
<link rel="apple-touch-icon" href="https://panix.basspistol.com/apple-touch-icon.png" />
|
||||||
|
<link rel="icon" type="image/png" href="https://panix.basspistol.com/touch-icon.png" sizes="192x192" />
|
||||||
|
<link rel="shortcut icon" href="https://panix.basspistol.com/assets/img/setto_icon.png" type="image/png" />
|
||||||
|
<noscript><link rel="stylesheet" href="../../../assets/css/noscript20200518-rev1.css" /></noscript>
|
||||||
|
</head>
|
||||||
|
|
||||||
|
<body class="is-preload" id="body">
|
||||||
|
<span id="top" style="display: none;"></span>
|
||||||
|
<!-- Wrapper -->
|
||||||
|
<div id="wrapper" class="divided" data-cms-content-wrapper="/_layouts/default.html">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<!-- Banner -->
|
||||||
|
<section
|
||||||
|
class="banner onload-image-fade-in onload-content-fade-right style3 fullscreen content-align-center image-position-center" style="background-image:url('https://media.basspistol.com/panix/2012-grab-bag/9-skithink.jpeg');background-size: cover; background-repeat: no-repeat;">
|
||||||
|
<div style="z-index:0;position:absolute; top:0; left:0; width:100%;height:100%;background-color: rgba(13, 13 ,13, 0.85);"></div>
|
||||||
|
<div class="content" style="z-index:1">
|
||||||
|
<h1 style="margin-top:80px">Skithink</h1>
|
||||||
|
|
||||||
|
<p><strong><span id="tracktime"></span></strong><span id="skithink"></span></strong> <br />
|
||||||
|
Style: <strong>Electronic</strong>
|
||||||
|
</p>
|
||||||
|
<script type="text/javascript">
|
||||||
|
var skithinktimestamp = 103;
|
||||||
|
var skithinkhours = Math.floor(skithinktimestamp / 60 / 60);
|
||||||
|
var skithinkminutes = Math.floor(skithinktimestamp / 60) - (skithinkhours * 60);
|
||||||
|
var skithinkseconds = skithinktimestamp % 60;
|
||||||
|
var skithinkformatted = skithinkhours.toString().padStart(2, '0') + ':' + skithinkminutes.toString().padStart(2, '0') + ':' + skithinkseconds.toString().padStart(2, '0');
|
||||||
|
var theSpan = document.getElementById("skithink");
|
||||||
|
theSpan.innerHTML = skithinkformatted;
|
||||||
|
</script>
|
||||||
|
|
||||||
|
|
||||||
|
<ul class="actions stacked">
|
||||||
|
<li><button id="mu_pause" class="smooth-scroll-middle button icon solid fa-play">Play dat!</button></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="image">
|
||||||
|
<img src="https://media.basspistol.com/panix/2012-grab-bag/9-skithink.jpeg" alt="9 Skithink logo" id="coverart" />
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
|
||||||
|
|
||||||
|
<!-- Page navigation -->
|
||||||
|
<section class="wrapper style1 align-center">
|
||||||
|
<div class="inner">
|
||||||
|
<div class="index align-left">
|
||||||
|
<!-- Author -->
|
||||||
|
<section class="streambox" style="margin-top:40px;padding: 40px;">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<h3 style="text-align: center;display: block;">This track can't be bought</h3>
|
||||||
|
<p>But other tracks are available here:</p>
|
||||||
|
|
||||||
|
|
||||||
|
<div class="streamer">
|
||||||
|
|
||||||
|
|
||||||
|
<a onclick="_paq.push(['trackEvent', 'StoreLink', 'Bandcamp']);" target="_blank" rel="noopener" href="https://panixheavyindustries.bandcamp.com" alt="Stream from Bandcamp" title="Stream from Bandcamp" class="button icon brands fa-bandcamp">Bandcamp</a>
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</section>
|
||||||
|
<section>
|
||||||
|
<!-- Content -->
|
||||||
|
<div class="content">
|
||||||
|
<!-- post Naviation -->
|
||||||
|
<div style="text-align: center;">
|
||||||
|
<h3>Play more songs grom this release</h3>
|
||||||
|
</div>
|
||||||
|
<div class="post-nav">
|
||||||
|
<div>
|
||||||
|
|
||||||
|
<h4><a href="../../../albums/2012-grab-bag/8-orkarnt/" alt="Read Orkarnt" title="Read Orkarnt"><i class="fas fa-arrow-left"></i></a> <a
|
||||||
|
href="../../../albums/2012-grab-bag/8-orkarnt/"> Orkarnt</a>
|
||||||
|
</h4>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
<div class="post-nav-next">
|
||||||
|
|
||||||
|
<h4><a href="../../../albums/2012-grab-bag/10-tracks/"> Tracks</a> <a
|
||||||
|
href="../../../albums/2012-grab-bag/10-tracks/" alt="Read Tracks" title="Read Tracks"><i class="fas fa-arrow-right"></i></a></h4>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<!-- End Post Navigation -->
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
<!-- Audio player-->
|
||||||
|
<audio autoplay preload="true" data-matomo-title="Skithink">
|
||||||
|
<source src="https://media.basspistol.com/panix/2012-grab-bag/9-skithink.mp3" type="audio/mpeg" ontimeupdate='updateTrackTime(this);' />
|
||||||
|
<h1>Your browser isn't ready for so much hotness. Use the download-link instead.</h1>.
|
||||||
|
</audio>
|
||||||
|
<!-- Footer -->
|
||||||
|
<footer id="footer" class="wrapper style1 align-center">
|
||||||
|
<div class="footflex">
|
||||||
|
<div>
|
||||||
|
<h4>pax:nion</h4>
|
||||||
|
<p>PHI, Panix Heavy Industries
|
||||||
|
<br /><a href="mailto:"></a></p>
|
||||||
|
</div>
|
||||||
|
<div>
|
||||||
|
<ul>
|
||||||
|
<li><a href="#top" class="smooth-scroll-middle">Back to top</a></li>
|
||||||
|
<li><a href="/#album0" class="smooth-scroll-middle">music</a></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<div><img src="/assets/panix-logo-dark.svg" style="max-width:300px" alt="pax:nion Logo" /></div>
|
||||||
|
</div>
|
||||||
|
<div class="inner">
|
||||||
|
<ul class="icons">
|
||||||
|
|
||||||
|
<!-- <li><a href="mailto:" class="icon style2 fa-envelope"><span class="label">Email</span></a></li> -->
|
||||||
|
</ul>
|
||||||
|
<p>©2020 Basspistol | <a href="../../../webcreds/">Credits</a> | <a href="../../../cookies/">Cookies & Privacy</a></p>
|
||||||
|
</div>
|
||||||
|
</footer>
|
||||||
|
|
||||||
|
|
||||||
|
<script type="text/javascript">
|
||||||
|
function loadUrl(newLocation) {
|
||||||
|
window.location = newLocation;
|
||||||
|
return false;
|
||||||
|
}
|
||||||
|
|
||||||
|
var mu = document.getElementsByTagName("audio")[0];
|
||||||
|
var pauseButton = document.getElementById("mu_pause");
|
||||||
|
var spincover = document.getElementById("coverart");
|
||||||
|
|
||||||
|
mu.addEventListener('ended', function () {
|
||||||
|
// only functional if "loop" is removed
|
||||||
|
mu.pause();
|
||||||
|
mu.currentTime = 0;
|
||||||
|
loadUrl("../../../2012-grab-bag/10-tracks/"); return false;
|
||||||
|
});
|
||||||
|
mu.onplaying = function() {
|
||||||
|
pauseButton.innerHTML = "Pause";
|
||||||
|
pauseButton.classList.remove("fa-play");
|
||||||
|
pauseButton.classList.add("fa-pause");
|
||||||
|
spincover.classList.add("spinnit");
|
||||||
|
spincover.classList.remove("paused");
|
||||||
|
};
|
||||||
|
|
||||||
|
pauseButton.addEventListener("click", function () {
|
||||||
|
if (mu.paused) {
|
||||||
|
mu.play();
|
||||||
|
|
||||||
|
}
|
||||||
|
else {
|
||||||
|
mu.pause();
|
||||||
|
pauseButton.innerHTML = "Resume";
|
||||||
|
pauseButton.classList.add("fa-play");
|
||||||
|
pauseButton.classList.remove("fa-pause");
|
||||||
|
spincover.classList.add("paused");
|
||||||
|
}
|
||||||
|
});
|
||||||
|
|
||||||
|
mu.addEventListener('timeupdate', function () {
|
||||||
|
var timestamp = Math.floor(mu.currentTime);
|
||||||
|
var hours = Math.floor(timestamp / 60 / 60);
|
||||||
|
var minutes = Math.floor(timestamp / 60) - (hours * 60);
|
||||||
|
var seconds = timestamp % 60;
|
||||||
|
var formatted = hours.toString().padStart(2, '0') + ':' + minutes.toString().padStart(2, '0') + ':' + seconds.toString().padStart(2, '0');
|
||||||
|
var thecurrentSpan = document.getElementById("tracktime");
|
||||||
|
thecurrentSpan.innerHTML = formatted + ' / ';
|
||||||
|
});
|
||||||
|
|
||||||
|
</script>
|
||||||
|
</div>
|
||||||
|
<!-- Navigation -->
|
||||||
|
<div id="logo" class="logo">
|
||||||
|
<a href="/" class="smooth-scroll-middle"><img width="200em" src="/assets/panix-logo.svg" alt=" Logo" /></a>
|
||||||
|
<a href="#navbar" onclick="blurBody()" alt="Navigation Menu" title="Navigation Menu"><span style="font-size: 34px;" class="icon solid fa-bars"></span></a>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div id="navbar" style="display: block;" class="modalDialog">
|
||||||
|
<a href="#close" onclick="removeBlur()" alt="Close Menu" title="Close Menu"><div id="closearea"> </div></a>
|
||||||
|
<nav>
|
||||||
|
<a href="#close" title="Close" onclick="removeBlur()" class="close-button close" style="margin: 0 auto;">X</a>
|
||||||
|
<ul>
|
||||||
|
|
||||||
|
|
||||||
|
<li><a href="../../../" class="button small">Home</a></li>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<li><a href="../../../releases/" class="button small">Releases</a></li>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<li><a href="../../../logs/" class="button small">Web-Log</a></li>
|
||||||
|
|
||||||
|
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
</nav>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
<!-- End Navigation -->
|
||||||
|
<!-- Scripts -->
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<script src="../../../assets/js/jquery.min.js"></script>
|
||||||
|
<script src="../../../assets/js/jquery.scrollex.min.js"></script>
|
||||||
|
<script src="../../../assets/js/jquery.scrolly.min.js"></script>
|
||||||
|
<script src="../../../assets/js/browser.min.js"></script>
|
||||||
|
<script src="../../../assets/js/breakpoints.min.js"></script>
|
||||||
|
<script src="../../../assets/js/util.js"></script>
|
||||||
|
<script src="../../../assets/js/main.js"></script>
|
||||||
|
<script src="../../../assets/js/set.js"></script>
|
||||||
|
|
||||||
|
|
||||||
|
<div id="cookie-notice">
|
||||||
|
<p>We only use cookies if you consent to it. They don't contain any identifiable info: they just let us know if you enjoyed this enough to come back. <br />Click <a href="#" id="cookie-notice-decline">here</a> if you want this shit to go away without cookies. <br />Read more about how Basspistol <a href="/cookies/">use cookies</a> </p>
|
||||||
|
<a class="button small yes" href="#" id="cookie-notice-accept">I'm in!</a>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<script>
|
||||||
|
function createCookie(name, value, days) {
|
||||||
|
var expires = "";
|
||||||
|
if (days) {
|
||||||
|
var date = new Date();
|
||||||
|
date.setTime(date.getTime() + (days * 24 * 60 * 60 * 1000));
|
||||||
|
expires = "; expires=" + date.toUTCString();
|
||||||
|
}
|
||||||
|
document.cookie = name + "=" + value + expires + "; path=/";
|
||||||
|
}
|
||||||
|
function readCookie(name) {
|
||||||
|
var nameEQ = name + "=";
|
||||||
|
var ca = document.cookie.split(';');
|
||||||
|
for (var i = 0; i < ca.length; i++) {
|
||||||
|
var c = ca[i];
|
||||||
|
while (c.charAt(0) == ' ') c = c.substring(1, c.length);
|
||||||
|
if (c.indexOf(nameEQ) == 0) return c.substring(nameEQ.length, c.length);
|
||||||
|
}
|
||||||
|
return null;
|
||||||
|
}
|
||||||
|
function eraseCookie(name) {
|
||||||
|
createCookie(name, "", -1);
|
||||||
|
}
|
||||||
|
|
||||||
|
if (readCookie('cookie-notice-dismissed') == 'wantCookies') {
|
||||||
|
|
||||||
|
//* Matomo Tag Manager *//
|
||||||
|
|
||||||
|
var _mtm = _mtm || [];
|
||||||
|
_mtm.push({'mtm.startTime': (new Date().getTime()), 'event': 'mtm.Start'});
|
||||||
|
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
|
||||||
|
g.type='text/javascript'; g.async=true; g.defer=true; g.src='https://cdn.matomo.cloud/terminalnetwork.matomo.cloud/container_aJ0T3vZ5.js'; s.parentNode.insertBefore(g,s);
|
||||||
|
|
||||||
|
//* End Matomo Tag Manager *//
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
} else {
|
||||||
|
document.getElementById('cookie-notice').style.display = 'flex';
|
||||||
|
|
||||||
|
var _paq = window._paq || [];
|
||||||
|
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */
|
||||||
|
_paq.push(["setDocumentTitle", document.domain + "/" + document.title]);
|
||||||
|
_paq.push(["disableCookies"]);
|
||||||
|
_paq.push(['trackPageView']);
|
||||||
|
_paq.push(['enableLinkTracking']);
|
||||||
|
(function() {
|
||||||
|
var u="https://terminalnetwork.matomo.cloud/";
|
||||||
|
_paq.push(['setTrackerUrl', u+'matomo.php']);
|
||||||
|
_paq.push(['setSiteId', '14']);
|
||||||
|
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
|
||||||
|
g.type='text/javascript'; g.async=true; g.defer=true; g.src='//cdn.matomo.cloud/terminalnetwork.matomo.cloud/matomo.js'; s.parentNode.insertBefore(g,s);
|
||||||
|
})();
|
||||||
|
|
||||||
|
|
||||||
|
}
|
||||||
|
if (readCookie('cookie-notice-dismissed') == 'dontWantCookies') {
|
||||||
|
document.getElementById('cookie-notice').style.display = 'none';
|
||||||
|
|
||||||
|
var _paq = window._paq || [];
|
||||||
|
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */
|
||||||
|
_paq.push(["setDocumentTitle", document.domain + "/" + document.title]);
|
||||||
|
_paq.push(["disableCookies"]);
|
||||||
|
_paq.push(['trackPageView']);
|
||||||
|
_paq.push(['enableLinkTracking']);
|
||||||
|
(function() {
|
||||||
|
var u="https://terminalnetwork.matomo.cloud/";
|
||||||
|
_paq.push(['setTrackerUrl', u+'matomo.php']);
|
||||||
|
_paq.push(['setSiteId', '14']);
|
||||||
|
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
|
||||||
|
g.type='text/javascript'; g.async=true; g.defer=true; g.src='//cdn.matomo.cloud/terminalnetwork.matomo.cloud/matomo.js'; s.parentNode.insertBefore(g,s);
|
||||||
|
})();
|
||||||
|
|
||||||
|
}
|
||||||
|
document.getElementById('cookie-notice-accept').addEventListener("click", function () {
|
||||||
|
createCookie('cookie-notice-dismissed', 'wantCookies', 31);
|
||||||
|
document.getElementById('cookie-notice').style.display = 'none';
|
||||||
|
_paq.push(['trackEvent', 'Consent', 'wantCookie']);
|
||||||
|
location.reload();
|
||||||
|
});
|
||||||
|
|
||||||
|
document.getElementById('cookie-notice-decline').addEventListener("click", function () {
|
||||||
|
createCookie('cookie-notice-dismissed', 'dontWantCookies', 31);
|
||||||
|
document.getElementById('cookie-notice').style.display = 'none';
|
||||||
|
_paq.push(['trackEvent', 'Consent', 'dontWantCookie']);
|
||||||
|
location.reload();
|
||||||
|
});
|
||||||
|
|
||||||
|
// document.getElementById('cookie-notice-gimme').addEventListener("click", function () {
|
||||||
|
// createCookie('cookie-notice-dismissed', 'wantCookies', 31);
|
||||||
|
// document.getElementById('cookie-notice').style.display = 'none';
|
||||||
|
// location.reload();
|
||||||
|
// });
|
||||||
|
|
||||||
|
|
||||||
|
</script>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
955
albums/2012-grab-bag/index.html
Normal file
955
albums/2012-grab-bag/index.html
Normal file
|
|
@ -0,0 +1,955 @@
|
||||||
|
<!DOCTYPE html>
|
||||||
|
<!--
|
||||||
|
Based on _Story_ by html5up.net | @ajlkn
|
||||||
|
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
|
||||||
|
Remixed and Jekyllified by Setto
|
||||||
|
-->
|
||||||
|
<html lang="en">
|
||||||
|
<head>
|
||||||
|
<!-- Begin Jekyll SEO tag v2.6.1 -->
|
||||||
|
<meta name="generator" content="Jekyll v4.0.0" />
|
||||||
|
<meta property="og:title" content="2012 Grab Bag" />
|
||||||
|
<meta name="author" content="pax:nion" />
|
||||||
|
<meta property="og:locale" content="en" />
|
||||||
|
<meta name="description" content="PHI, Panix Heavy Industries" />
|
||||||
|
<meta property="og:description" content="PHI, Panix Heavy Industries" />
|
||||||
|
<link rel="canonical" href="https://panix.basspistol.com/albums/2012-grab-bag/" />
|
||||||
|
<meta property="og:url" content="https://panix.basspistol.com/albums/2012-grab-bag/" />
|
||||||
|
<meta property="og:site_name" content="pax:nion" />
|
||||||
|
<meta property="og:type" content="article" />
|
||||||
|
<meta property="article:published_time" content="2012-01-01T00:00:00+00:00" />
|
||||||
|
<script type="application/ld+json">
|
||||||
|
{"description":"PHI, Panix Heavy Industries","@type":"BlogPosting","headline":"2012 Grab Bag","dateModified":"2020-07-05T18:07:00+00:00","datePublished":"2012-01-01T00:00:00+00:00","mainEntityOfPage":{"@type":"WebPage","@id":"https://panix.basspistol.com/albums/2012-grab-bag/"},"url":"https://panix.basspistol.com/albums/2012-grab-bag/","author":{"@type":"Person","name":"pax:nion"},"publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://panix.basspistol.com/assets/img/setto_icon.png"},"name":"pax:nion"},"@context":"https://schema.org"}</script>
|
||||||
|
<!-- End Jekyll SEO tag -->
|
||||||
|
|
||||||
|
<link type="application/atom+xml" rel="alternate" href="https://panix.basspistol.com/feed.xml" title="" />
|
||||||
|
<!-- BEGIN seo.html -->
|
||||||
|
|
||||||
|
<title>2012 Grab Bag | pax:nion</title>
|
||||||
|
<meta name="title" content="2012 Grab Bag | pax:nion" />
|
||||||
|
|
||||||
|
<meta name="dc.date.modified" scheme="ISO8601" content="2020-07-05T18:07:00+00:00" />
|
||||||
|
<meta name="robots" content="index" />
|
||||||
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||||
|
<link rel="canonical" href="https://panix.basspistol.com/albums/2012-grab-bag/" />
|
||||||
|
<link rel="alternate" hreflang="x-default" href="https://panix.basspistol.com/albums/2012-grab-bag/" />
|
||||||
|
<meta name="geo.region" content="BJ-ZO" />
|
||||||
|
<meta name="geo.placename" content="Setto" />
|
||||||
|
<meta name="geo.position" content="7.48777;2.076389" />
|
||||||
|
<meta name="ICBM" content="7.48777, 2.076389" />
|
||||||
|
|
||||||
|
<!-- Dublin Core basic info -->
|
||||||
|
|
||||||
|
<meta name="dcterms.Identifier" content="https://panix.basspistol.com" />
|
||||||
|
<meta name="dcterms.Format" content="text/html" />
|
||||||
|
<meta name="dcterms.Relation" content="pax:nion" />
|
||||||
|
<meta name="dcterms.Publisher" content="pax:nion" />
|
||||||
|
<meta name="dcterms.Type" content="text/html" />
|
||||||
|
<meta name="dcterms.Coverage" content="https://panix.basspistol.com/" />
|
||||||
|
<meta name="dcterms.Rights" content="Copyright ©2020 pax:nion." />
|
||||||
|
|
||||||
|
<meta name="dcterms.Subject" content="PHI, Panix Heavy Industries" />
|
||||||
|
<meta name="dcterms.Title" content="2012 Grab Bag | pax:nion" />
|
||||||
|
|
||||||
|
<meta name="dcterms.Contributor" content="pax:nion" />
|
||||||
|
<meta name="dcterms.Date" content="2012-01-01" />
|
||||||
|
<meta name="dcterms.Description" content="" />
|
||||||
|
|
||||||
|
<!-- Twitter Card -->
|
||||||
|
|
||||||
|
<meta name="twitter:card" content="summary" />
|
||||||
|
<meta name="twitter:site" content="@" />
|
||||||
|
<meta name="twitter:title" content="2012 Grab Bag | pax:nion" />
|
||||||
|
<meta name="twitter:description" content="PHI, Panix Heavy Industries" />
|
||||||
|
|
||||||
|
<meta name="twitter:image" content="https://panix.basspistol.com" />
|
||||||
|
|
||||||
|
<!-- END seo.html -->
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<meta charset="utf-8" />
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=yes" />
|
||||||
|
<link rel="stylesheet" href="../../assets/css/main20200519.css" />
|
||||||
|
<link rel="apple-touch-icon" href="https://panix.basspistol.com/apple-touch-icon.png" />
|
||||||
|
<link rel="icon" type="image/png" href="https://panix.basspistol.com/touch-icon.png" sizes="192x192" />
|
||||||
|
<link rel="shortcut icon" href="https://panix.basspistol.com/assets/img/setto_icon.png" type="image/png" />
|
||||||
|
<noscript><link rel="stylesheet" href="../../assets/css/noscript20200518-rev1.css" /></noscript>
|
||||||
|
</head>
|
||||||
|
<body class="is-preload" id="body">
|
||||||
|
<span id="top" style="display: none;"></span>
|
||||||
|
<!-- Wrapper -->
|
||||||
|
<div id="wrapper" class="divided">
|
||||||
|
|
||||||
|
<!-- Banner -->
|
||||||
|
<section class="banner onload-image-fade-in onload-content-fade-right style2 fullscreen content-align-center image-position-center" style="height:100vh;background-color: rgba(13,13,13,0.85);">
|
||||||
|
<div class="content editable" data-cms-source="/_layouts/album.html" data-cms-index="0">
|
||||||
|
<h1 class="editable" data-cms-source="/_layouts/album.html" data-cms-index="1">2012 Grab Bag</h1>
|
||||||
|
<p></p>
|
||||||
|
<ul class="actions stacked">
|
||||||
|
<li><a href="#moe" class="button small smooth-scroll-middle">cheggit!</a></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<div class="image">
|
||||||
|
<img src="https://media.basspistol.com/panix/2012-grab-bag/1-lauantai.jpeg" alt="2012 Grab Bag" class="editable" data-cms-source="/_layouts/album.html" data-cms-index="2" />
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
<!-- Content -->
|
||||||
|
<section class="wrapper style1 align-center">
|
||||||
|
<div class="inner" style="padding-top: 40px;">
|
||||||
|
<div class="index align-left">
|
||||||
|
<!-- Author -->
|
||||||
|
<section style="padding-top:40px;" id="moe">
|
||||||
|
|
||||||
|
|
||||||
|
<header id="author">
|
||||||
|
<div class="bio">
|
||||||
|
|
||||||
|
|
||||||
|
<h6>
|
||||||
|
|
||||||
|
Share this page:
|
||||||
|
</h6>
|
||||||
|
<ul class="icons">
|
||||||
|
<li><a target="_blank" rel="nofollow noopener" title="Share to facebook" alt="Share to facebook" href="https://touch.facebook.com/sharer.php?u=https://panix.basspistol.com/albums/2012-grab-bag/&quote=2012 Grab Bag%20by%20pax:nion%20via%20https://panix.basspistol.com" class="icon brands style1 fa-facebook-f"><span class="label">Facebook</span></a></li>
|
||||||
|
<li><a target="_blank" rel="nofollow noopener" title="Share to twitter" alt="Share to twitter" href="https://twitter.com/share?url=https://panix.basspistol.com/albums/2012-grab-bag/&text=2012 Grab Bag%20by%20pax:nion%20&hashtags=paxNion" class="icon brands style1 fa-twitter"><span class="label">Twitter</span></a></li>
|
||||||
|
<li><a target="_blank" rel="nofollow noopener" title="Share to telegram" alt="Share to telgram" href="https://telegram.me/share/url?url=https://panix.basspistol.com/albums/2012-grab-bag/&text=2012 Grab Bag%20by%20pax:nion" class="icon brands style1 fa-telegram"><span class="label">Telegram</span></a></li>
|
||||||
|
<li><a target="_blank" rel="nofollow noopener" title="Share to reddit" alt="Share to reddit" href="https://reddit.com/submit/?url=https://panix.basspistol.com/albums/2012-grab-bag/&title=2012 Grab Bag%20by%20pax:nion" class="icon brands style1 fa-reddit"><span class="label">Reddit</span></a></li>
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</header>
|
||||||
|
<!-- Content -->
|
||||||
|
<div class="content">
|
||||||
|
|
||||||
|
|
||||||
|
<!-- HERE BEGINS MADNESS -->
|
||||||
|
|
||||||
|
|
||||||
|
<!-- Content -->
|
||||||
|
<div class="content">
|
||||||
|
<div id="mainwrap">
|
||||||
|
<div id="nowPlay">
|
||||||
|
<p class="right" id="npTitle" style="font-weight: bold;"></p>
|
||||||
|
<p class="left" id="npAction">Paused...</p>
|
||||||
|
</div>
|
||||||
|
<div id="audiowrap">
|
||||||
|
<div id="audio0">
|
||||||
|
<audio id="audio1" controls="controls">Your browser does not support HTML5
|
||||||
|
Audio!</audio>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div id="tracks">
|
||||||
|
<a id="btnPrev"><span class="icon solid fa-fast-backward"></span></a>
|
||||||
|
<a id="btnNext"><span class="icon solid fa-fast-forward"></span></a>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
<div id="plwrap">
|
||||||
|
<ul id="plList">
|
||||||
|
|
||||||
|
<li>
|
||||||
|
<div class="plItem">
|
||||||
|
<div class="plNum">1.</div>
|
||||||
|
<div class="plTitle">Lauantai</div>
|
||||||
|
<div class="plLength">1:52</div>
|
||||||
|
</div>
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li>
|
||||||
|
<div class="plItem">
|
||||||
|
<div class="plNum">2.</div>
|
||||||
|
<div class="plTitle">Hookin For Cheeseburgers</div>
|
||||||
|
<div class="plLength">1:53</div>
|
||||||
|
</div>
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li>
|
||||||
|
<div class="plItem">
|
||||||
|
<div class="plNum">3.</div>
|
||||||
|
<div class="plTitle">Mandaak</div>
|
||||||
|
<div class="plLength">2:21</div>
|
||||||
|
</div>
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li>
|
||||||
|
<div class="plItem">
|
||||||
|
<div class="plNum">4.</div>
|
||||||
|
<div class="plTitle">Inte Sova</div>
|
||||||
|
<div class="plLength">2:11</div>
|
||||||
|
</div>
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li>
|
||||||
|
<div class="plItem">
|
||||||
|
<div class="plNum">5.</div>
|
||||||
|
<div class="plTitle">You Need It</div>
|
||||||
|
<div class="plLength">2:27</div>
|
||||||
|
</div>
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li>
|
||||||
|
<div class="plItem">
|
||||||
|
<div class="plNum">6.</div>
|
||||||
|
<div class="plTitle">Spinal Cord Forever</div>
|
||||||
|
<div class="plLength">2:23</div>
|
||||||
|
</div>
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li>
|
||||||
|
<div class="plItem">
|
||||||
|
<div class="plNum">7.</div>
|
||||||
|
<div class="plTitle">Bored Beyond Belief</div>
|
||||||
|
<div class="plLength">1:26</div>
|
||||||
|
</div>
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li>
|
||||||
|
<div class="plItem">
|
||||||
|
<div class="plNum">8.</div>
|
||||||
|
<div class="plTitle">Orkarnt</div>
|
||||||
|
<div class="plLength">2:07</div>
|
||||||
|
</div>
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li>
|
||||||
|
<div class="plItem">
|
||||||
|
<div class="plNum">9.</div>
|
||||||
|
<div class="plTitle">Skithink</div>
|
||||||
|
<div class="plLength">1:43</div>
|
||||||
|
</div>
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li>
|
||||||
|
<div class="plItem">
|
||||||
|
<div class="plNum">10.</div>
|
||||||
|
<div class="plTitle">Tracks</div>
|
||||||
|
<div class="plLength">2:36</div>
|
||||||
|
</div>
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li>
|
||||||
|
<div class="plItem">
|
||||||
|
<div class="plNum">11.</div>
|
||||||
|
<div class="plTitle">Verbophobia</div>
|
||||||
|
<div class="plLength">1:54</div>
|
||||||
|
</div>
|
||||||
|
</li>
|
||||||
|
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div id="noJSalbum">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<div class="plItem">
|
||||||
|
<div class="plNum">1.</div>
|
||||||
|
<div class="plTitle"><a href="https://media.basspistol.com/panix/2012-grab-bag/1-lauantai.mp3">Lauantai </a></div>
|
||||||
|
<div class="plLength">1:52</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<div class="plItem">
|
||||||
|
<div class="plNum">2.</div>
|
||||||
|
<div class="plTitle"><a href="https://media.basspistol.com/panix/2012-grab-bag/2-hookin-for-cheeseburgers.mp3">Hookin For Cheeseburgers </a></div>
|
||||||
|
<div class="plLength">1:53</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<div class="plItem">
|
||||||
|
<div class="plNum">3.</div>
|
||||||
|
<div class="plTitle"><a href="https://media.basspistol.com/panix/2012-grab-bag/3-mandaak.mp3">Mandaak </a></div>
|
||||||
|
<div class="plLength">2:21</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<div class="plItem">
|
||||||
|
<div class="plNum">4.</div>
|
||||||
|
<div class="plTitle"><a href="https://media.basspistol.com/panix/2012-grab-bag/4-inte-sova.mp3">Inte Sova </a></div>
|
||||||
|
<div class="plLength">2:11</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<div class="plItem">
|
||||||
|
<div class="plNum">5.</div>
|
||||||
|
<div class="plTitle"><a href="https://media.basspistol.com/panix/2012-grab-bag/5-you-need-it.mp3">You Need It </a></div>
|
||||||
|
<div class="plLength">2:27</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<div class="plItem">
|
||||||
|
<div class="plNum">6.</div>
|
||||||
|
<div class="plTitle"><a href="https://media.basspistol.com/panix/2012-grab-bag/6-spinal-cord-forever.mp3">Spinal Cord Forever </a></div>
|
||||||
|
<div class="plLength">2:23</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<div class="plItem">
|
||||||
|
<div class="plNum">7.</div>
|
||||||
|
<div class="plTitle"><a href="https://media.basspistol.com/panix/2012-grab-bag/7-bored-beyond-belief.mp3">Bored Beyond Belief </a></div>
|
||||||
|
<div class="plLength">1:26</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<div class="plItem">
|
||||||
|
<div class="plNum">8.</div>
|
||||||
|
<div class="plTitle"><a href="https://media.basspistol.com/panix/2012-grab-bag/8-orkarnt.mp3">Orkarnt </a></div>
|
||||||
|
<div class="plLength">2:7</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<div class="plItem">
|
||||||
|
<div class="plNum">9.</div>
|
||||||
|
<div class="plTitle"><a href="https://media.basspistol.com/panix/2012-grab-bag/9-skithink.mp3">Skithink </a></div>
|
||||||
|
<div class="plLength">1:43</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<div class="plItem">
|
||||||
|
<div class="plNum">10.</div>
|
||||||
|
<div class="plTitle"><a href="https://media.basspistol.com/panix/2012-grab-bag/10-tracks.mp3">Tracks </a></div>
|
||||||
|
<div class="plLength">2:36</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<div class="plItem">
|
||||||
|
<div class="plNum">11.</div>
|
||||||
|
<div class="plTitle"><a href="https://media.basspistol.com/panix/2012-grab-bag/11-verbophobia.mp3">Verbophobia </a></div>
|
||||||
|
<div class="plLength">1:54</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="content" style="font-family: monospace;font-size: 16px;margin-top:60px;">
|
||||||
|
|
||||||
|
|
||||||
|
<p></p>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
|
||||||
|
|
||||||
|
<!-- HERE ENDS MADNESS -->
|
||||||
|
|
||||||
|
<section class="wrapper style1 align-center">
|
||||||
|
|
||||||
|
<div class="inner">
|
||||||
|
<h2>Track list</h2>
|
||||||
|
<p>Use thses pages to share one song in particulare</p>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</section>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<section class="spotlight style4 orient-left content-align-right image-position-center onscroll-image-fade-in" style="box-shadow: none;" >
|
||||||
|
<div class="content">
|
||||||
|
<h3>Lauantai</h3>
|
||||||
|
<p>
|
||||||
|
1:52
|
||||||
|
<br /><strong>Electronic</strong>
|
||||||
|
<br />2012</p>
|
||||||
|
|
||||||
|
<ul class="actions stacked">
|
||||||
|
<li><a href="../../albums/2012-grab-bag/1-lauantai/" class="button">Track</a></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<div class="image">
|
||||||
|
<img src="https://media.basspistol.com/panix/2012-grab-bag/1-lauantai.jpeg" alt="Lauantai" />
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<section class="spotlight style4 orient-right content-align-left image-position-center onscroll-image-fade-in" >
|
||||||
|
<div class="content">
|
||||||
|
<h3>Hookin For Cheeseburgers</h3>
|
||||||
|
<p>
|
||||||
|
1:53
|
||||||
|
<br /><strong>Electronic</strong>
|
||||||
|
<br />2012</p>
|
||||||
|
|
||||||
|
<ul class="actions stacked">
|
||||||
|
<li><a href="../../albums/2012-grab-bag/2-hookin-for-cheeseburgers/" class="button">Track</a></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<div class="image">
|
||||||
|
<img src="https://media.basspistol.com/panix/2012-grab-bag/2-hookin-for-cheeseburgers.jpeg" alt="Hookin For Cheeseburgers" />
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<section class="spotlight style4 orient-left content-align-right image-position-center onscroll-image-fade-in" >
|
||||||
|
<div class="content">
|
||||||
|
<h3>Mandaak</h3>
|
||||||
|
<p>
|
||||||
|
2:21
|
||||||
|
<br /><strong>Electronic</strong>
|
||||||
|
<br />2012</p>
|
||||||
|
|
||||||
|
<ul class="actions stacked">
|
||||||
|
<li><a href="../../albums/2012-grab-bag/3-mandaak/" class="button">Track</a></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<div class="image">
|
||||||
|
<img src="https://media.basspistol.com/panix/2012-grab-bag/3-mandaak.jpeg" alt="Mandaak" />
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<section class="spotlight style4 orient-right content-align-left image-position-center onscroll-image-fade-in" >
|
||||||
|
<div class="content">
|
||||||
|
<h3>Inte Sova</h3>
|
||||||
|
<p>
|
||||||
|
2:11
|
||||||
|
<br /><strong>Electronic</strong>
|
||||||
|
<br />2012</p>
|
||||||
|
|
||||||
|
<ul class="actions stacked">
|
||||||
|
<li><a href="../../albums/2012-grab-bag/4-inte-sova/" class="button">Track</a></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<div class="image">
|
||||||
|
<img src="https://media.basspistol.com/panix/2012-grab-bag/4-inte-sova.jpeg" alt="Inte Sova" />
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<section class="spotlight style4 orient-left content-align-right image-position-center onscroll-image-fade-in" >
|
||||||
|
<div class="content">
|
||||||
|
<h3>You Need It</h3>
|
||||||
|
<p>
|
||||||
|
2:27
|
||||||
|
<br /><strong>Electronic</strong>
|
||||||
|
<br />2012</p>
|
||||||
|
|
||||||
|
<ul class="actions stacked">
|
||||||
|
<li><a href="../../albums/2012-grab-bag/5-you-need-it/" class="button">Track</a></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<div class="image">
|
||||||
|
<img src="https://media.basspistol.com/panix/2012-grab-bag/5-you-need-it.jpeg" alt="You Need It" />
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<section class="spotlight style4 orient-right content-align-left image-position-center onscroll-image-fade-in" >
|
||||||
|
<div class="content">
|
||||||
|
<h3>Spinal Cord Forever</h3>
|
||||||
|
<p>
|
||||||
|
2:23
|
||||||
|
<br /><strong>Electronic</strong>
|
||||||
|
<br />2012</p>
|
||||||
|
|
||||||
|
<ul class="actions stacked">
|
||||||
|
<li><a href="../../albums/2012-grab-bag/6-spinal-cord-forever/" class="button">Track</a></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<div class="image">
|
||||||
|
<img src="https://media.basspistol.com/panix/2012-grab-bag/6-spinal-cord-forever.jpeg" alt="Spinal Cord Forever" />
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<section class="spotlight style4 orient-left content-align-right image-position-center onscroll-image-fade-in" >
|
||||||
|
<div class="content">
|
||||||
|
<h3>Bored Beyond Belief</h3>
|
||||||
|
<p>
|
||||||
|
1:26
|
||||||
|
<br /><strong>Electronic</strong>
|
||||||
|
<br />2012</p>
|
||||||
|
|
||||||
|
<ul class="actions stacked">
|
||||||
|
<li><a href="../../albums/2012-grab-bag/7-bored-beyond-belief/" class="button">Track</a></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<div class="image">
|
||||||
|
<img src="https://media.basspistol.com/panix/2012-grab-bag/7-bored-beyond-belief.jpeg" alt="Bored Beyond Belief" />
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<section class="spotlight style4 orient-right content-align-left image-position-center onscroll-image-fade-in" >
|
||||||
|
<div class="content">
|
||||||
|
<h3>Orkarnt</h3>
|
||||||
|
<p>
|
||||||
|
2:7
|
||||||
|
<br /><strong>Electronic</strong>
|
||||||
|
<br />2012</p>
|
||||||
|
|
||||||
|
<ul class="actions stacked">
|
||||||
|
<li><a href="../../albums/2012-grab-bag/8-orkarnt/" class="button">Track</a></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<div class="image">
|
||||||
|
<img src="https://media.basspistol.com/panix/2012-grab-bag/8-orkarnt.jpeg" alt="Orkarnt" />
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<section class="spotlight style4 orient-left content-align-right image-position-center onscroll-image-fade-in" >
|
||||||
|
<div class="content">
|
||||||
|
<h3>Skithink</h3>
|
||||||
|
<p>
|
||||||
|
1:43
|
||||||
|
<br /><strong>Electronic</strong>
|
||||||
|
<br />2012</p>
|
||||||
|
|
||||||
|
<ul class="actions stacked">
|
||||||
|
<li><a href="../../albums/2012-grab-bag/9-skithink/" class="button">Track</a></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<div class="image">
|
||||||
|
<img src="https://media.basspistol.com/panix/2012-grab-bag/9-skithink.jpeg" alt="Skithink" />
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<section class="spotlight style4 orient-right content-align-left image-position-center onscroll-image-fade-in" >
|
||||||
|
<div class="content">
|
||||||
|
<h3>Tracks</h3>
|
||||||
|
<p>
|
||||||
|
2:36
|
||||||
|
<br /><strong>Electronic</strong>
|
||||||
|
<br />2012</p>
|
||||||
|
|
||||||
|
<ul class="actions stacked">
|
||||||
|
<li><a href="../../albums/2012-grab-bag/10-tracks/" class="button">Track</a></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<div class="image">
|
||||||
|
<img src="https://media.basspistol.com/panix/2012-grab-bag/10-tracks.jpeg" alt="Tracks" />
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<section class="spotlight style4 orient-left content-align-right image-position-center onscroll-image-fade-in" >
|
||||||
|
<div class="content">
|
||||||
|
<h3>Verbophobia</h3>
|
||||||
|
<p>
|
||||||
|
1:54
|
||||||
|
<br /><strong>Electronic</strong>
|
||||||
|
<br />2012</p>
|
||||||
|
|
||||||
|
<ul class="actions stacked">
|
||||||
|
<li><a href="../../albums/2012-grab-bag/11-verbophobia/" class="button">Track</a></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<div class="image">
|
||||||
|
<img src="https://media.basspistol.com/panix/2012-grab-bag/11-verbophobia.jpeg" alt="Verbophobia" />
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<section class="streambox" style="margin-top:40px;padding: 40px;">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<h3 style="text-align: center;display: block;">This release can't be bought</h3>
|
||||||
|
<p>But other releases are available here:</p>
|
||||||
|
|
||||||
|
|
||||||
|
<div class="streamer">
|
||||||
|
|
||||||
|
|
||||||
|
<a onclick="_paq.push(['trackEvent', 'StoreLink', 'Bandcamp']);" target="_blank" rel="noopener" href="https://panixheavyindustries.bandcamp.com" alt="Stream from Bandcamp" title="Stream from Bandcamp" class="button icon brands fa-bandcamp">Bandcamp</a>
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</section>
|
||||||
|
|
||||||
|
<section class="wrapper style1 align-center">
|
||||||
|
<div class="inner">
|
||||||
|
<div class="index align-left">
|
||||||
|
<!-- Author -->
|
||||||
|
|
||||||
|
<section>
|
||||||
|
|
||||||
|
<!-- Content -->
|
||||||
|
<div class="content">
|
||||||
|
<!-- post Naviation -->
|
||||||
|
<div style="text-align: center;">
|
||||||
|
<h3>More releases</h3>
|
||||||
|
</div>
|
||||||
|
<div class="post-nav">
|
||||||
|
<div>
|
||||||
|
|
||||||
|
<h4><a href="/albums/that-s-s-ho-r-t/" alt="Read That S S Ho R T" title="Read That S S Ho R T"><i class="fas fa-arrow-left"></i></a> <a href="/albums/that-s-s-ho-r-t/"> That S S Ho R T</a></h4>
|
||||||
|
<p style="margin-right: 20px"></p>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
<div class="post-nav-next">
|
||||||
|
|
||||||
|
<h4><a href="/albums/extender/"> Extender</a> <a href="/albums/extender/" alt="Read Extender" title="Read Extender"><i class="fas fa-arrow-right"></i></a></h4>
|
||||||
|
<p style="margin-left: 20px"></p>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<!-- End Post Navigation -->
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
|
||||||
|
|
||||||
|
<!-- Footer -->
|
||||||
|
<footer id="footer" class="wrapper style1 align-center">
|
||||||
|
<div class="footflex">
|
||||||
|
<div>
|
||||||
|
<h4>pax:nion</h4>
|
||||||
|
<p>PHI, Panix Heavy Industries
|
||||||
|
<br /><a href="mailto:"></a></p>
|
||||||
|
</div>
|
||||||
|
<div>
|
||||||
|
<ul>
|
||||||
|
<li><a href="#top" class="smooth-scroll-middle">Back to top</a></li>
|
||||||
|
<li><a href="/#album0" class="smooth-scroll-middle">music</a></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<div><img src="/assets/panix-logo-dark.svg" style="max-width:300px" alt="pax:nion Logo" /></div>
|
||||||
|
</div>
|
||||||
|
<div class="inner">
|
||||||
|
<ul class="icons">
|
||||||
|
|
||||||
|
<!-- <li><a href="mailto:" class="icon style2 fa-envelope"><span class="label">Email</span></a></li> -->
|
||||||
|
</ul>
|
||||||
|
<p>©2020 Basspistol | <a href="../../webcreds/">Credits</a> | <a href="../../cookies/">Cookies & Privacy</a></p>
|
||||||
|
</div>
|
||||||
|
</footer>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
<!-- Navigation -->
|
||||||
|
<div id="logo" class="logo">
|
||||||
|
<a href="/" class="smooth-scroll-middle"><img width="200em" src="/assets/panix-logo.svg" alt=" Logo" /></a>
|
||||||
|
<a href="#navbar" onclick="blurBody()" alt="Navigation Menu" title="Navigation Menu"><span style="font-size: 34px;" class="icon solid fa-bars"></span></a>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div id="navbar" style="display: block;" class="modalDialog">
|
||||||
|
<a href="#close" onclick="removeBlur()" alt="Close Menu" title="Close Menu"><div id="closearea"> </div></a>
|
||||||
|
<nav>
|
||||||
|
<a href="#close" title="Close" onclick="removeBlur()" class="close-button close" style="margin: 0 auto;">X</a>
|
||||||
|
<ul>
|
||||||
|
|
||||||
|
|
||||||
|
<li><a href="../../" class="button small">Home</a></li>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<li><a href="../../releases/" class="button small">Releases</a></li>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<li><a href="../../logs/" class="button small">Web-Log</a></li>
|
||||||
|
|
||||||
|
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
</nav>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
<!-- End Navigation -->
|
||||||
|
<!-- Scripts -->
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<script src="../../assets/js/jquery.min.js"></script>
|
||||||
|
<script src="../../assets/js/jquery.scrollex.min.js"></script>
|
||||||
|
<script src="../../assets/js/jquery.scrolly.min.js"></script>
|
||||||
|
<script src="../../assets/js/browser.min.js"></script>
|
||||||
|
<script src="../../assets/js/breakpoints.min.js"></script>
|
||||||
|
<script src="../../assets/js/util.js"></script>
|
||||||
|
<script src="../../assets/js/main.js"></script>
|
||||||
|
<script src="../../assets/js/set.js"></script>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<script type="text/javascript">
|
||||||
|
// html5media enables <video> and <audio> tags in all major browsers
|
||||||
|
// External File: http://api.html5media.info/1.1.8/html5media.min.js
|
||||||
|
|
||||||
|
|
||||||
|
// Add user agent as an attribute on the <html> tag...
|
||||||
|
// Inspiration: http://css-tricks.com/ie-10-specific-styles/
|
||||||
|
var b = document.documentElement;
|
||||||
|
b.setAttribute('data-useragent', navigator.userAgent);
|
||||||
|
b.setAttribute('data-platform', navigator.platform);
|
||||||
|
|
||||||
|
|
||||||
|
// HTML5 audio player + playlist controls...
|
||||||
|
// Inspiration: http://jonhall.info/how_to/create_a_playlist_for_html5_audio
|
||||||
|
// Mythium Archive: https://archive.org/details/mythium/
|
||||||
|
jQuery(function ($) {
|
||||||
|
var supportsAudio = !!document.createElement('audio').canPlayType;
|
||||||
|
if (supportsAudio) {
|
||||||
|
var index = 0,
|
||||||
|
playing = false,
|
||||||
|
mediaPath = '',
|
||||||
|
extension = '',
|
||||||
|
tracks = [{
|
||||||
|
"track": 1,
|
||||||
|
"name": "Lauantai",
|
||||||
|
"length": "1:52",
|
||||||
|
"file": "https://media.basspistol.com/panix/2012-grab-bag/1-lauantai"
|
||||||
|
},{
|
||||||
|
"track": 2,
|
||||||
|
"name": "Hookin For Cheeseburgers",
|
||||||
|
"length": "1:53",
|
||||||
|
"file": "https://media.basspistol.com/panix/2012-grab-bag/2-hookin-for-cheeseburgers"
|
||||||
|
},{
|
||||||
|
"track": 3,
|
||||||
|
"name": "Mandaak",
|
||||||
|
"length": "2:21",
|
||||||
|
"file": "https://media.basspistol.com/panix/2012-grab-bag/3-mandaak"
|
||||||
|
},{
|
||||||
|
"track": 4,
|
||||||
|
"name": "Inte Sova",
|
||||||
|
"length": "2:11",
|
||||||
|
"file": "https://media.basspistol.com/panix/2012-grab-bag/4-inte-sova"
|
||||||
|
},{
|
||||||
|
"track": 5,
|
||||||
|
"name": "You Need It",
|
||||||
|
"length": "2:27",
|
||||||
|
"file": "https://media.basspistol.com/panix/2012-grab-bag/5-you-need-it"
|
||||||
|
},{
|
||||||
|
"track": 6,
|
||||||
|
"name": "Spinal Cord Forever",
|
||||||
|
"length": "2:23",
|
||||||
|
"file": "https://media.basspistol.com/panix/2012-grab-bag/6-spinal-cord-forever"
|
||||||
|
},{
|
||||||
|
"track": 7,
|
||||||
|
"name": "Bored Beyond Belief",
|
||||||
|
"length": "1:26",
|
||||||
|
"file": "https://media.basspistol.com/panix/2012-grab-bag/7-bored-beyond-belief"
|
||||||
|
},{
|
||||||
|
"track": 8,
|
||||||
|
"name": "Orkarnt",
|
||||||
|
"length": "2:7",
|
||||||
|
"file": "https://media.basspistol.com/panix/2012-grab-bag/8-orkarnt"
|
||||||
|
},{
|
||||||
|
"track": 9,
|
||||||
|
"name": "Skithink",
|
||||||
|
"length": "1:43",
|
||||||
|
"file": "https://media.basspistol.com/panix/2012-grab-bag/9-skithink"
|
||||||
|
},{
|
||||||
|
"track": 10,
|
||||||
|
"name": "Tracks",
|
||||||
|
"length": "2:36",
|
||||||
|
"file": "https://media.basspistol.com/panix/2012-grab-bag/10-tracks"
|
||||||
|
},{
|
||||||
|
"track": 11,
|
||||||
|
"name": "Verbophobia",
|
||||||
|
"length": "1:54",
|
||||||
|
"file": "https://media.basspistol.com/panix/2012-grab-bag/11-verbophobia"
|
||||||
|
}],
|
||||||
|
trackCount = tracks.length,
|
||||||
|
npAction = $('#npAction'),
|
||||||
|
npTitle = $('#npTitle'),
|
||||||
|
audio = $('#audio1').bind('play', function () {
|
||||||
|
playing = true;
|
||||||
|
npAction.text('Playing...');
|
||||||
|
}).bind('pause', function () {
|
||||||
|
playing = false;
|
||||||
|
npAction.text('Paused...');
|
||||||
|
}).bind('ended', function () {
|
||||||
|
npAction.text('Paused...');
|
||||||
|
if ((index + 1) < trackCount) {
|
||||||
|
index++;
|
||||||
|
loadTrack(index);
|
||||||
|
audio.play();
|
||||||
|
} else {
|
||||||
|
audio.pause();
|
||||||
|
index = 0;
|
||||||
|
loadTrack(index);
|
||||||
|
}
|
||||||
|
}).get(0),
|
||||||
|
btnPrev = $('#btnPrev').click(function () {
|
||||||
|
if ((index - 1) > -1) {
|
||||||
|
index--;
|
||||||
|
loadTrack(index);
|
||||||
|
if (playing) {
|
||||||
|
audio.play();
|
||||||
|
}
|
||||||
|
} else {
|
||||||
|
audio.pause();
|
||||||
|
index = 0;
|
||||||
|
loadTrack(index);
|
||||||
|
}
|
||||||
|
}),
|
||||||
|
btnNext = $('#btnNext').click(function () {
|
||||||
|
if ((index + 1) < trackCount) {
|
||||||
|
index++;
|
||||||
|
loadTrack(index);
|
||||||
|
if (playing) {
|
||||||
|
audio.play();
|
||||||
|
}
|
||||||
|
} else {
|
||||||
|
audio.pause();
|
||||||
|
index = 0;
|
||||||
|
loadTrack(index);
|
||||||
|
}
|
||||||
|
}),
|
||||||
|
li = $('#plList li').click(function () {
|
||||||
|
var id = parseInt($(this).index());
|
||||||
|
if (id !== index) {
|
||||||
|
playTrack(id);
|
||||||
|
}
|
||||||
|
}),
|
||||||
|
loadTrack = function (id) {
|
||||||
|
$('.plSel').removeClass('plSel');
|
||||||
|
$('#plList li:eq(' + id + ')').addClass('plSel');
|
||||||
|
npTitle.text(tracks[id].name);
|
||||||
|
index = id;
|
||||||
|
audio.src = mediaPath + tracks[id].file + extension;
|
||||||
|
$('audio').attr("data-matomo-title", tracks[id].name);
|
||||||
|
},
|
||||||
|
playTrack = function (id) {
|
||||||
|
loadTrack(id);
|
||||||
|
audio.play();
|
||||||
|
};
|
||||||
|
extension = audio.canPlayType('audio/mpeg') ? '.mp3' : audio.canPlayType('audio/ogg') ? '.ogg' : '';
|
||||||
|
loadTrack(index);
|
||||||
|
}
|
||||||
|
});
|
||||||
|
|
||||||
|
</script>
|
||||||
|
|
||||||
|
|
||||||
|
<div id="cookie-notice">
|
||||||
|
<p>We only use cookies if you consent to it. They don't contain any identifiable info: they just let us know if you enjoyed this enough to come back. <br />Click <a href="#" id="cookie-notice-decline">here</a> if you want this shit to go away without cookies. <br />Read more about how Basspistol <a href="/cookies/">use cookies</a> </p>
|
||||||
|
<a class="button small yes" href="#" id="cookie-notice-accept">I'm in!</a>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<script>
|
||||||
|
function createCookie(name, value, days) {
|
||||||
|
var expires = "";
|
||||||
|
if (days) {
|
||||||
|
var date = new Date();
|
||||||
|
date.setTime(date.getTime() + (days * 24 * 60 * 60 * 1000));
|
||||||
|
expires = "; expires=" + date.toUTCString();
|
||||||
|
}
|
||||||
|
document.cookie = name + "=" + value + expires + "; path=/";
|
||||||
|
}
|
||||||
|
function readCookie(name) {
|
||||||
|
var nameEQ = name + "=";
|
||||||
|
var ca = document.cookie.split(';');
|
||||||
|
for (var i = 0; i < ca.length; i++) {
|
||||||
|
var c = ca[i];
|
||||||
|
while (c.charAt(0) == ' ') c = c.substring(1, c.length);
|
||||||
|
if (c.indexOf(nameEQ) == 0) return c.substring(nameEQ.length, c.length);
|
||||||
|
}
|
||||||
|
return null;
|
||||||
|
}
|
||||||
|
function eraseCookie(name) {
|
||||||
|
createCookie(name, "", -1);
|
||||||
|
}
|
||||||
|
|
||||||
|
if (readCookie('cookie-notice-dismissed') == 'wantCookies') {
|
||||||
|
|
||||||
|
//* Matomo Tag Manager *//
|
||||||
|
|
||||||
|
var _mtm = _mtm || [];
|
||||||
|
_mtm.push({'mtm.startTime': (new Date().getTime()), 'event': 'mtm.Start'});
|
||||||
|
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
|
||||||
|
g.type='text/javascript'; g.async=true; g.defer=true; g.src='https://cdn.matomo.cloud/terminalnetwork.matomo.cloud/container_aJ0T3vZ5.js'; s.parentNode.insertBefore(g,s);
|
||||||
|
|
||||||
|
//* End Matomo Tag Manager *//
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
} else {
|
||||||
|
document.getElementById('cookie-notice').style.display = 'flex';
|
||||||
|
|
||||||
|
var _paq = window._paq || [];
|
||||||
|
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */
|
||||||
|
_paq.push(["setDocumentTitle", document.domain + "/" + document.title]);
|
||||||
|
_paq.push(["disableCookies"]);
|
||||||
|
_paq.push(['trackPageView']);
|
||||||
|
_paq.push(['enableLinkTracking']);
|
||||||
|
(function() {
|
||||||
|
var u="https://terminalnetwork.matomo.cloud/";
|
||||||
|
_paq.push(['setTrackerUrl', u+'matomo.php']);
|
||||||
|
_paq.push(['setSiteId', '14']);
|
||||||
|
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
|
||||||
|
g.type='text/javascript'; g.async=true; g.defer=true; g.src='//cdn.matomo.cloud/terminalnetwork.matomo.cloud/matomo.js'; s.parentNode.insertBefore(g,s);
|
||||||
|
})();
|
||||||
|
|
||||||
|
|
||||||
|
}
|
||||||
|
if (readCookie('cookie-notice-dismissed') == 'dontWantCookies') {
|
||||||
|
document.getElementById('cookie-notice').style.display = 'none';
|
||||||
|
|
||||||
|
var _paq = window._paq || [];
|
||||||
|
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */
|
||||||
|
_paq.push(["setDocumentTitle", document.domain + "/" + document.title]);
|
||||||
|
_paq.push(["disableCookies"]);
|
||||||
|
_paq.push(['trackPageView']);
|
||||||
|
_paq.push(['enableLinkTracking']);
|
||||||
|
(function() {
|
||||||
|
var u="https://terminalnetwork.matomo.cloud/";
|
||||||
|
_paq.push(['setTrackerUrl', u+'matomo.php']);
|
||||||
|
_paq.push(['setSiteId', '14']);
|
||||||
|
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
|
||||||
|
g.type='text/javascript'; g.async=true; g.defer=true; g.src='//cdn.matomo.cloud/terminalnetwork.matomo.cloud/matomo.js'; s.parentNode.insertBefore(g,s);
|
||||||
|
})();
|
||||||
|
|
||||||
|
}
|
||||||
|
document.getElementById('cookie-notice-accept').addEventListener("click", function () {
|
||||||
|
createCookie('cookie-notice-dismissed', 'wantCookies', 31);
|
||||||
|
document.getElementById('cookie-notice').style.display = 'none';
|
||||||
|
_paq.push(['trackEvent', 'Consent', 'wantCookie']);
|
||||||
|
location.reload();
|
||||||
|
});
|
||||||
|
|
||||||
|
document.getElementById('cookie-notice-decline').addEventListener("click", function () {
|
||||||
|
createCookie('cookie-notice-dismissed', 'dontWantCookies', 31);
|
||||||
|
document.getElementById('cookie-notice').style.display = 'none';
|
||||||
|
_paq.push(['trackEvent', 'Consent', 'dontWantCookie']);
|
||||||
|
location.reload();
|
||||||
|
});
|
||||||
|
|
||||||
|
// document.getElementById('cookie-notice-gimme').addEventListener("click", function () {
|
||||||
|
// createCookie('cookie-notice-dismissed', 'wantCookies', 31);
|
||||||
|
// document.getElementById('cookie-notice').style.display = 'none';
|
||||||
|
// location.reload();
|
||||||
|
// });
|
||||||
|
|
||||||
|
|
||||||
|
</script>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
404
albums/andra-stuk/1-distanser/index.html
Normal file
404
albums/andra-stuk/1-distanser/index.html
Normal file
|
|
@ -0,0 +1,404 @@
|
||||||
|
<!DOCTYPE html>
|
||||||
|
<!--
|
||||||
|
Based on _Story_ by html5up.net | @ajlkn
|
||||||
|
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
|
||||||
|
Remixed and Jekyllified by Setto
|
||||||
|
-->
|
||||||
|
<html lang="en">
|
||||||
|
<head>
|
||||||
|
<!-- Begin Jekyll SEO tag v2.6.1 -->
|
||||||
|
<meta name="generator" content="Jekyll v4.0.0" />
|
||||||
|
<meta property="og:title" content="1 Distanser" />
|
||||||
|
<meta name="author" content="pax:nion" />
|
||||||
|
<meta property="og:locale" content="en" />
|
||||||
|
<meta name="description" content="PHI, Panix Heavy Industries" />
|
||||||
|
<meta property="og:description" content="PHI, Panix Heavy Industries" />
|
||||||
|
<link rel="canonical" href="https://panix.basspistol.com/albums/andra-stuk/1-distanser/" />
|
||||||
|
<meta property="og:url" content="https://panix.basspistol.com/albums/andra-stuk/1-distanser/" />
|
||||||
|
<meta property="og:site_name" content="pax:nion" />
|
||||||
|
<meta property="og:type" content="article" />
|
||||||
|
<meta property="article:published_time" content="2020-07-05T18:07:03+00:00" />
|
||||||
|
<script type="application/ld+json">
|
||||||
|
{"description":"PHI, Panix Heavy Industries","@type":"AudioObject","headline":"1 Distanser","dateModified":"2020-07-05T18:06:59+00:00","datePublished":"2020-07-05T18:07:03+00:00","url":"https://panix.basspistol.com/albums/andra-stuk/1-distanser/","author":{"@type":"Person","name":"pax:nion"},"publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://panix.basspistol.com/assets/img/setto_icon.png"},"name":"pax:nion"},"@context":"https://schema.org"}</script>
|
||||||
|
<!-- End Jekyll SEO tag -->
|
||||||
|
|
||||||
|
<link type="application/atom+xml" rel="alternate" href="https://panix.basspistol.com/feed.xml" title="" />
|
||||||
|
<!-- BEGIN seo.html -->
|
||||||
|
|
||||||
|
<title>Play Distanser by Panixonik</title>
|
||||||
|
<meta name="title" content="Play Distanser by Panixonik" />
|
||||||
|
|
||||||
|
<meta name="dc.date.modified" scheme="ISO8601" content="2020-07-05T18:06:59+00:00" />
|
||||||
|
<meta name="robots" content="index" />
|
||||||
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||||
|
<link rel="canonical" href="https://panix.basspistol.com/albums/andra-stuk/1-distanser/" />
|
||||||
|
<link rel="alternate" hreflang="x-default" href="https://panix.basspistol.com/albums/andra-stuk/1-distanser/" />
|
||||||
|
<meta name="geo.region" content="BJ-ZO" />
|
||||||
|
<meta name="geo.placename" content="Setto" />
|
||||||
|
<meta name="geo.position" content="7.48777;2.076389" />
|
||||||
|
<meta name="ICBM" content="7.48777, 2.076389" />
|
||||||
|
|
||||||
|
<!-- Dublin Core basic info -->
|
||||||
|
|
||||||
|
<meta name="dcterms.Identifier" content="https://panix.basspistol.com" />
|
||||||
|
<meta name="dcterms.Format" content="text/html" />
|
||||||
|
<meta name="dcterms.Relation" content="pax:nion" />
|
||||||
|
<meta name="dcterms.Publisher" content="pax:nion" />
|
||||||
|
<meta name="dcterms.Type" content="text/html" />
|
||||||
|
<meta name="dcterms.Coverage" content="https://panix.basspistol.com/" />
|
||||||
|
<meta name="dcterms.Rights" content="Copyright ©2020 pax:nion." />
|
||||||
|
|
||||||
|
<meta name="dcterms.Subject" content="Listen and to a track by Panixonik from the release Andra Stuk and support your remote artist!" />
|
||||||
|
<meta name="dcterms.Title" content="Distanser - Panixonik | pax:nion" />
|
||||||
|
|
||||||
|
<meta name="dcterms.Contributor" content="pax:nion" />
|
||||||
|
<meta name="dcterms.Date" content="2020-07-05" />
|
||||||
|
<meta name="dcterms.Description" content="" />
|
||||||
|
|
||||||
|
<!-- Twitter Card -->
|
||||||
|
|
||||||
|
<meta name="twitter:card" content="summary" />
|
||||||
|
<meta name="twitter:site" content="@" />
|
||||||
|
<meta name="twitter:title" content="1 Distanser | pax:nion" />
|
||||||
|
<meta name="twitter:description" content="PHI, Panix Heavy Industries" />
|
||||||
|
|
||||||
|
<meta name="twitter:image" content="https://panix.basspistol.com/assets/albums/andra-stuk/1-distanser.jpeg" />
|
||||||
|
|
||||||
|
<!-- END seo.html -->
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<meta charset="utf-8" />
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=yes" />
|
||||||
|
<link rel="stylesheet" href="../../../assets/css/main20200519.css" />
|
||||||
|
|
||||||
|
<link rel="apple-touch-icon" href="https://panix.basspistol.com/apple-touch-icon.png" />
|
||||||
|
<link rel="icon" type="image/png" href="https://panix.basspistol.com/touch-icon.png" sizes="192x192" />
|
||||||
|
<link rel="shortcut icon" href="https://panix.basspistol.com/assets/img/setto_icon.png" type="image/png" />
|
||||||
|
<noscript><link rel="stylesheet" href="../../../assets/css/noscript20200518-rev1.css" /></noscript>
|
||||||
|
</head>
|
||||||
|
|
||||||
|
<body class="is-preload" id="body">
|
||||||
|
<span id="top" style="display: none;"></span>
|
||||||
|
<!-- Wrapper -->
|
||||||
|
<div id="wrapper" class="divided" data-cms-content-wrapper="/_layouts/default.html">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<!-- Banner -->
|
||||||
|
<section
|
||||||
|
class="banner onload-image-fade-in onload-content-fade-right style3 fullscreen content-align-center image-position-center" style="background-image:url('https://media.basspistol.com/panix/andra-stuk/1-distanser.jpeg');background-size: cover; background-repeat: no-repeat;">
|
||||||
|
<div style="z-index:0;position:absolute; top:0; left:0; width:100%;height:100%;background-color: rgba(13, 13 ,13, 0.85);"></div>
|
||||||
|
<div class="content" style="z-index:1">
|
||||||
|
<h1 style="margin-top:80px">Distanser</h1>
|
||||||
|
|
||||||
|
<p><strong><span id="tracktime"></span></strong><span id="distanser"></span></strong> <br />
|
||||||
|
Style: <strong>Electronic</strong>
|
||||||
|
</p>
|
||||||
|
<script type="text/javascript">
|
||||||
|
var distansertimestamp = 131;
|
||||||
|
var distanserhours = Math.floor(distansertimestamp / 60 / 60);
|
||||||
|
var distanserminutes = Math.floor(distansertimestamp / 60) - (distanserhours * 60);
|
||||||
|
var distanserseconds = distansertimestamp % 60;
|
||||||
|
var distanserformatted = distanserhours.toString().padStart(2, '0') + ':' + distanserminutes.toString().padStart(2, '0') + ':' + distanserseconds.toString().padStart(2, '0');
|
||||||
|
var theSpan = document.getElementById("distanser");
|
||||||
|
theSpan.innerHTML = distanserformatted;
|
||||||
|
</script>
|
||||||
|
|
||||||
|
|
||||||
|
<ul class="actions stacked">
|
||||||
|
<li><button id="mu_pause" class="smooth-scroll-middle button icon solid fa-play">Play dat!</button></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="image">
|
||||||
|
<img src="https://media.basspistol.com/panix/andra-stuk/1-distanser.jpeg" alt="1 Distanser logo" id="coverart" />
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
|
||||||
|
|
||||||
|
<!-- Page navigation -->
|
||||||
|
<section class="wrapper style1 align-center">
|
||||||
|
<div class="inner">
|
||||||
|
<div class="index align-left">
|
||||||
|
<!-- Author -->
|
||||||
|
<section class="streambox" style="margin-top:40px;padding: 40px;">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<h3 style="text-align: center;display: block;">This track can't be bought</h3>
|
||||||
|
<p>But other tracks are available here:</p>
|
||||||
|
|
||||||
|
|
||||||
|
<div class="streamer">
|
||||||
|
|
||||||
|
|
||||||
|
<a onclick="_paq.push(['trackEvent', 'StoreLink', 'Bandcamp']);" target="_blank" rel="noopener" href="https://panixheavyindustries.bandcamp.com" alt="Stream from Bandcamp" title="Stream from Bandcamp" class="button icon brands fa-bandcamp">Bandcamp</a>
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</section>
|
||||||
|
<section>
|
||||||
|
<!-- Content -->
|
||||||
|
<div class="content">
|
||||||
|
<!-- post Naviation -->
|
||||||
|
<div style="text-align: center;">
|
||||||
|
<h3>Play more songs grom this release</h3>
|
||||||
|
</div>
|
||||||
|
<div class="post-nav">
|
||||||
|
<div>
|
||||||
|
|
||||||
|
<h4><a href="../../../albums/andra-stuk/4-matlagning/" alt="Read Matlagning" title="Read Matlagning"><i class="fas fa-arrow-left"></i></a> <a
|
||||||
|
href="../../../albums/andra-stuk/4-matlagning/"> Matlagning</a>
|
||||||
|
</h4>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
<div class="post-nav-next">
|
||||||
|
|
||||||
|
<h4><a href="../../../albums/andra-stuk/2-brustabletter/"> Brustabletter</a> <a
|
||||||
|
href="../../../albums/andra-stuk/2-brustabletter/" alt="Read Brustabletter" title="Read Brustabletter"><i class="fas fa-arrow-right"></i></a></h4>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<!-- End Post Navigation -->
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
<!-- Audio player-->
|
||||||
|
<audio autoplay preload="true" data-matomo-title="Distanser">
|
||||||
|
<source src="https://media.basspistol.com/panix/andra-stuk/1-distanser.mp3" type="audio/mpeg" ontimeupdate='updateTrackTime(this);' />
|
||||||
|
<h1>Your browser isn't ready for so much hotness. Use the download-link instead.</h1>.
|
||||||
|
</audio>
|
||||||
|
<!-- Footer -->
|
||||||
|
<footer id="footer" class="wrapper style1 align-center">
|
||||||
|
<div class="footflex">
|
||||||
|
<div>
|
||||||
|
<h4>pax:nion</h4>
|
||||||
|
<p>PHI, Panix Heavy Industries
|
||||||
|
<br /><a href="mailto:"></a></p>
|
||||||
|
</div>
|
||||||
|
<div>
|
||||||
|
<ul>
|
||||||
|
<li><a href="#top" class="smooth-scroll-middle">Back to top</a></li>
|
||||||
|
<li><a href="/#album0" class="smooth-scroll-middle">music</a></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<div><img src="/assets/panix-logo-dark.svg" style="max-width:300px" alt="pax:nion Logo" /></div>
|
||||||
|
</div>
|
||||||
|
<div class="inner">
|
||||||
|
<ul class="icons">
|
||||||
|
|
||||||
|
<!-- <li><a href="mailto:" class="icon style2 fa-envelope"><span class="label">Email</span></a></li> -->
|
||||||
|
</ul>
|
||||||
|
<p>©2020 Basspistol | <a href="../../../webcreds/">Credits</a> | <a href="../../../cookies/">Cookies & Privacy</a></p>
|
||||||
|
</div>
|
||||||
|
</footer>
|
||||||
|
|
||||||
|
|
||||||
|
<script type="text/javascript">
|
||||||
|
function loadUrl(newLocation) {
|
||||||
|
window.location = newLocation;
|
||||||
|
return false;
|
||||||
|
}
|
||||||
|
|
||||||
|
var mu = document.getElementsByTagName("audio")[0];
|
||||||
|
var pauseButton = document.getElementById("mu_pause");
|
||||||
|
var spincover = document.getElementById("coverart");
|
||||||
|
|
||||||
|
mu.addEventListener('ended', function () {
|
||||||
|
// only functional if "loop" is removed
|
||||||
|
mu.pause();
|
||||||
|
mu.currentTime = 0;
|
||||||
|
loadUrl("../../../andra-stuk/2-brustabletter/"); return false;
|
||||||
|
});
|
||||||
|
mu.onplaying = function() {
|
||||||
|
pauseButton.innerHTML = "Pause";
|
||||||
|
pauseButton.classList.remove("fa-play");
|
||||||
|
pauseButton.classList.add("fa-pause");
|
||||||
|
spincover.classList.add("spinnit");
|
||||||
|
spincover.classList.remove("paused");
|
||||||
|
};
|
||||||
|
|
||||||
|
pauseButton.addEventListener("click", function () {
|
||||||
|
if (mu.paused) {
|
||||||
|
mu.play();
|
||||||
|
|
||||||
|
}
|
||||||
|
else {
|
||||||
|
mu.pause();
|
||||||
|
pauseButton.innerHTML = "Resume";
|
||||||
|
pauseButton.classList.add("fa-play");
|
||||||
|
pauseButton.classList.remove("fa-pause");
|
||||||
|
spincover.classList.add("paused");
|
||||||
|
}
|
||||||
|
});
|
||||||
|
|
||||||
|
mu.addEventListener('timeupdate', function () {
|
||||||
|
var timestamp = Math.floor(mu.currentTime);
|
||||||
|
var hours = Math.floor(timestamp / 60 / 60);
|
||||||
|
var minutes = Math.floor(timestamp / 60) - (hours * 60);
|
||||||
|
var seconds = timestamp % 60;
|
||||||
|
var formatted = hours.toString().padStart(2, '0') + ':' + minutes.toString().padStart(2, '0') + ':' + seconds.toString().padStart(2, '0');
|
||||||
|
var thecurrentSpan = document.getElementById("tracktime");
|
||||||
|
thecurrentSpan.innerHTML = formatted + ' / ';
|
||||||
|
});
|
||||||
|
|
||||||
|
</script>
|
||||||
|
</div>
|
||||||
|
<!-- Navigation -->
|
||||||
|
<div id="logo" class="logo">
|
||||||
|
<a href="/" class="smooth-scroll-middle"><img width="200em" src="/assets/panix-logo.svg" alt=" Logo" /></a>
|
||||||
|
<a href="#navbar" onclick="blurBody()" alt="Navigation Menu" title="Navigation Menu"><span style="font-size: 34px;" class="icon solid fa-bars"></span></a>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div id="navbar" style="display: block;" class="modalDialog">
|
||||||
|
<a href="#close" onclick="removeBlur()" alt="Close Menu" title="Close Menu"><div id="closearea"> </div></a>
|
||||||
|
<nav>
|
||||||
|
<a href="#close" title="Close" onclick="removeBlur()" class="close-button close" style="margin: 0 auto;">X</a>
|
||||||
|
<ul>
|
||||||
|
|
||||||
|
|
||||||
|
<li><a href="../../../" class="button small">Home</a></li>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<li><a href="../../../releases/" class="button small">Releases</a></li>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<li><a href="../../../logs/" class="button small">Web-Log</a></li>
|
||||||
|
|
||||||
|
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
</nav>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
<!-- End Navigation -->
|
||||||
|
<!-- Scripts -->
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<script src="../../../assets/js/jquery.min.js"></script>
|
||||||
|
<script src="../../../assets/js/jquery.scrollex.min.js"></script>
|
||||||
|
<script src="../../../assets/js/jquery.scrolly.min.js"></script>
|
||||||
|
<script src="../../../assets/js/browser.min.js"></script>
|
||||||
|
<script src="../../../assets/js/breakpoints.min.js"></script>
|
||||||
|
<script src="../../../assets/js/util.js"></script>
|
||||||
|
<script src="../../../assets/js/main.js"></script>
|
||||||
|
<script src="../../../assets/js/set.js"></script>
|
||||||
|
|
||||||
|
|
||||||
|
<div id="cookie-notice">
|
||||||
|
<p>We only use cookies if you consent to it. They don't contain any identifiable info: they just let us know if you enjoyed this enough to come back. <br />Click <a href="#" id="cookie-notice-decline">here</a> if you want this shit to go away without cookies. <br />Read more about how Basspistol <a href="/cookies/">use cookies</a> </p>
|
||||||
|
<a class="button small yes" href="#" id="cookie-notice-accept">I'm in!</a>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<script>
|
||||||
|
function createCookie(name, value, days) {
|
||||||
|
var expires = "";
|
||||||
|
if (days) {
|
||||||
|
var date = new Date();
|
||||||
|
date.setTime(date.getTime() + (days * 24 * 60 * 60 * 1000));
|
||||||
|
expires = "; expires=" + date.toUTCString();
|
||||||
|
}
|
||||||
|
document.cookie = name + "=" + value + expires + "; path=/";
|
||||||
|
}
|
||||||
|
function readCookie(name) {
|
||||||
|
var nameEQ = name + "=";
|
||||||
|
var ca = document.cookie.split(';');
|
||||||
|
for (var i = 0; i < ca.length; i++) {
|
||||||
|
var c = ca[i];
|
||||||
|
while (c.charAt(0) == ' ') c = c.substring(1, c.length);
|
||||||
|
if (c.indexOf(nameEQ) == 0) return c.substring(nameEQ.length, c.length);
|
||||||
|
}
|
||||||
|
return null;
|
||||||
|
}
|
||||||
|
function eraseCookie(name) {
|
||||||
|
createCookie(name, "", -1);
|
||||||
|
}
|
||||||
|
|
||||||
|
if (readCookie('cookie-notice-dismissed') == 'wantCookies') {
|
||||||
|
|
||||||
|
//* Matomo Tag Manager *//
|
||||||
|
|
||||||
|
var _mtm = _mtm || [];
|
||||||
|
_mtm.push({'mtm.startTime': (new Date().getTime()), 'event': 'mtm.Start'});
|
||||||
|
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
|
||||||
|
g.type='text/javascript'; g.async=true; g.defer=true; g.src='https://cdn.matomo.cloud/terminalnetwork.matomo.cloud/container_aJ0T3vZ5.js'; s.parentNode.insertBefore(g,s);
|
||||||
|
|
||||||
|
//* End Matomo Tag Manager *//
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
} else {
|
||||||
|
document.getElementById('cookie-notice').style.display = 'flex';
|
||||||
|
|
||||||
|
var _paq = window._paq || [];
|
||||||
|
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */
|
||||||
|
_paq.push(["setDocumentTitle", document.domain + "/" + document.title]);
|
||||||
|
_paq.push(["disableCookies"]);
|
||||||
|
_paq.push(['trackPageView']);
|
||||||
|
_paq.push(['enableLinkTracking']);
|
||||||
|
(function() {
|
||||||
|
var u="https://terminalnetwork.matomo.cloud/";
|
||||||
|
_paq.push(['setTrackerUrl', u+'matomo.php']);
|
||||||
|
_paq.push(['setSiteId', '14']);
|
||||||
|
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
|
||||||
|
g.type='text/javascript'; g.async=true; g.defer=true; g.src='//cdn.matomo.cloud/terminalnetwork.matomo.cloud/matomo.js'; s.parentNode.insertBefore(g,s);
|
||||||
|
})();
|
||||||
|
|
||||||
|
|
||||||
|
}
|
||||||
|
if (readCookie('cookie-notice-dismissed') == 'dontWantCookies') {
|
||||||
|
document.getElementById('cookie-notice').style.display = 'none';
|
||||||
|
|
||||||
|
var _paq = window._paq || [];
|
||||||
|
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */
|
||||||
|
_paq.push(["setDocumentTitle", document.domain + "/" + document.title]);
|
||||||
|
_paq.push(["disableCookies"]);
|
||||||
|
_paq.push(['trackPageView']);
|
||||||
|
_paq.push(['enableLinkTracking']);
|
||||||
|
(function() {
|
||||||
|
var u="https://terminalnetwork.matomo.cloud/";
|
||||||
|
_paq.push(['setTrackerUrl', u+'matomo.php']);
|
||||||
|
_paq.push(['setSiteId', '14']);
|
||||||
|
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
|
||||||
|
g.type='text/javascript'; g.async=true; g.defer=true; g.src='//cdn.matomo.cloud/terminalnetwork.matomo.cloud/matomo.js'; s.parentNode.insertBefore(g,s);
|
||||||
|
})();
|
||||||
|
|
||||||
|
}
|
||||||
|
document.getElementById('cookie-notice-accept').addEventListener("click", function () {
|
||||||
|
createCookie('cookie-notice-dismissed', 'wantCookies', 31);
|
||||||
|
document.getElementById('cookie-notice').style.display = 'none';
|
||||||
|
_paq.push(['trackEvent', 'Consent', 'wantCookie']);
|
||||||
|
location.reload();
|
||||||
|
});
|
||||||
|
|
||||||
|
document.getElementById('cookie-notice-decline').addEventListener("click", function () {
|
||||||
|
createCookie('cookie-notice-dismissed', 'dontWantCookies', 31);
|
||||||
|
document.getElementById('cookie-notice').style.display = 'none';
|
||||||
|
_paq.push(['trackEvent', 'Consent', 'dontWantCookie']);
|
||||||
|
location.reload();
|
||||||
|
});
|
||||||
|
|
||||||
|
// document.getElementById('cookie-notice-gimme').addEventListener("click", function () {
|
||||||
|
// createCookie('cookie-notice-dismissed', 'wantCookies', 31);
|
||||||
|
// document.getElementById('cookie-notice').style.display = 'none';
|
||||||
|
// location.reload();
|
||||||
|
// });
|
||||||
|
|
||||||
|
|
||||||
|
</script>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
404
albums/andra-stuk/2-brustabletter/index.html
Normal file
404
albums/andra-stuk/2-brustabletter/index.html
Normal file
|
|
@ -0,0 +1,404 @@
|
||||||
|
<!DOCTYPE html>
|
||||||
|
<!--
|
||||||
|
Based on _Story_ by html5up.net | @ajlkn
|
||||||
|
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
|
||||||
|
Remixed and Jekyllified by Setto
|
||||||
|
-->
|
||||||
|
<html lang="en">
|
||||||
|
<head>
|
||||||
|
<!-- Begin Jekyll SEO tag v2.6.1 -->
|
||||||
|
<meta name="generator" content="Jekyll v4.0.0" />
|
||||||
|
<meta property="og:title" content="2 Brustabletter" />
|
||||||
|
<meta name="author" content="pax:nion" />
|
||||||
|
<meta property="og:locale" content="en" />
|
||||||
|
<meta name="description" content="PHI, Panix Heavy Industries" />
|
||||||
|
<meta property="og:description" content="PHI, Panix Heavy Industries" />
|
||||||
|
<link rel="canonical" href="https://panix.basspistol.com/albums/andra-stuk/2-brustabletter/" />
|
||||||
|
<meta property="og:url" content="https://panix.basspistol.com/albums/andra-stuk/2-brustabletter/" />
|
||||||
|
<meta property="og:site_name" content="pax:nion" />
|
||||||
|
<meta property="og:type" content="article" />
|
||||||
|
<meta property="article:published_time" content="2020-07-05T18:07:03+00:00" />
|
||||||
|
<script type="application/ld+json">
|
||||||
|
{"description":"PHI, Panix Heavy Industries","@type":"AudioObject","headline":"2 Brustabletter","dateModified":"2020-07-05T18:06:59+00:00","datePublished":"2020-07-05T18:07:03+00:00","url":"https://panix.basspistol.com/albums/andra-stuk/2-brustabletter/","author":{"@type":"Person","name":"pax:nion"},"publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://panix.basspistol.com/assets/img/setto_icon.png"},"name":"pax:nion"},"@context":"https://schema.org"}</script>
|
||||||
|
<!-- End Jekyll SEO tag -->
|
||||||
|
|
||||||
|
<link type="application/atom+xml" rel="alternate" href="https://panix.basspistol.com/feed.xml" title="" />
|
||||||
|
<!-- BEGIN seo.html -->
|
||||||
|
|
||||||
|
<title>Play Brustabletter by Panixonik</title>
|
||||||
|
<meta name="title" content="Play Brustabletter by Panixonik" />
|
||||||
|
|
||||||
|
<meta name="dc.date.modified" scheme="ISO8601" content="2020-07-05T18:06:59+00:00" />
|
||||||
|
<meta name="robots" content="index" />
|
||||||
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||||
|
<link rel="canonical" href="https://panix.basspistol.com/albums/andra-stuk/2-brustabletter/" />
|
||||||
|
<link rel="alternate" hreflang="x-default" href="https://panix.basspistol.com/albums/andra-stuk/2-brustabletter/" />
|
||||||
|
<meta name="geo.region" content="BJ-ZO" />
|
||||||
|
<meta name="geo.placename" content="Setto" />
|
||||||
|
<meta name="geo.position" content="7.48777;2.076389" />
|
||||||
|
<meta name="ICBM" content="7.48777, 2.076389" />
|
||||||
|
|
||||||
|
<!-- Dublin Core basic info -->
|
||||||
|
|
||||||
|
<meta name="dcterms.Identifier" content="https://panix.basspistol.com" />
|
||||||
|
<meta name="dcterms.Format" content="text/html" />
|
||||||
|
<meta name="dcterms.Relation" content="pax:nion" />
|
||||||
|
<meta name="dcterms.Publisher" content="pax:nion" />
|
||||||
|
<meta name="dcterms.Type" content="text/html" />
|
||||||
|
<meta name="dcterms.Coverage" content="https://panix.basspistol.com/" />
|
||||||
|
<meta name="dcterms.Rights" content="Copyright ©2020 pax:nion." />
|
||||||
|
|
||||||
|
<meta name="dcterms.Subject" content="Listen and to a track by Panixonik from the release Andra Stuk and support your remote artist!" />
|
||||||
|
<meta name="dcterms.Title" content="Brustabletter - Panixonik | pax:nion" />
|
||||||
|
|
||||||
|
<meta name="dcterms.Contributor" content="pax:nion" />
|
||||||
|
<meta name="dcterms.Date" content="2020-07-05" />
|
||||||
|
<meta name="dcterms.Description" content="" />
|
||||||
|
|
||||||
|
<!-- Twitter Card -->
|
||||||
|
|
||||||
|
<meta name="twitter:card" content="summary" />
|
||||||
|
<meta name="twitter:site" content="@" />
|
||||||
|
<meta name="twitter:title" content="2 Brustabletter | pax:nion" />
|
||||||
|
<meta name="twitter:description" content="PHI, Panix Heavy Industries" />
|
||||||
|
|
||||||
|
<meta name="twitter:image" content="https://panix.basspistol.com/assets/albums/andra-stuk/2-brustabletter.jpeg" />
|
||||||
|
|
||||||
|
<!-- END seo.html -->
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<meta charset="utf-8" />
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=yes" />
|
||||||
|
<link rel="stylesheet" href="../../../assets/css/main20200519.css" />
|
||||||
|
|
||||||
|
<link rel="apple-touch-icon" href="https://panix.basspistol.com/apple-touch-icon.png" />
|
||||||
|
<link rel="icon" type="image/png" href="https://panix.basspistol.com/touch-icon.png" sizes="192x192" />
|
||||||
|
<link rel="shortcut icon" href="https://panix.basspistol.com/assets/img/setto_icon.png" type="image/png" />
|
||||||
|
<noscript><link rel="stylesheet" href="../../../assets/css/noscript20200518-rev1.css" /></noscript>
|
||||||
|
</head>
|
||||||
|
|
||||||
|
<body class="is-preload" id="body">
|
||||||
|
<span id="top" style="display: none;"></span>
|
||||||
|
<!-- Wrapper -->
|
||||||
|
<div id="wrapper" class="divided" data-cms-content-wrapper="/_layouts/default.html">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<!-- Banner -->
|
||||||
|
<section
|
||||||
|
class="banner onload-image-fade-in onload-content-fade-right style3 fullscreen content-align-center image-position-center" style="background-image:url('https://media.basspistol.com/panix/andra-stuk/2-brustabletter.jpeg');background-size: cover; background-repeat: no-repeat;">
|
||||||
|
<div style="z-index:0;position:absolute; top:0; left:0; width:100%;height:100%;background-color: rgba(13, 13 ,13, 0.85);"></div>
|
||||||
|
<div class="content" style="z-index:1">
|
||||||
|
<h1 style="margin-top:80px">Brustabletter</h1>
|
||||||
|
|
||||||
|
<p><strong><span id="tracktime"></span></strong><span id="brustabletter"></span></strong> <br />
|
||||||
|
Style: <strong>Electronic</strong>
|
||||||
|
</p>
|
||||||
|
<script type="text/javascript">
|
||||||
|
var brustablettertimestamp = 152;
|
||||||
|
var brustabletterhours = Math.floor(brustablettertimestamp / 60 / 60);
|
||||||
|
var brustabletterminutes = Math.floor(brustablettertimestamp / 60) - (brustabletterhours * 60);
|
||||||
|
var brustabletterseconds = brustablettertimestamp % 60;
|
||||||
|
var brustabletterformatted = brustabletterhours.toString().padStart(2, '0') + ':' + brustabletterminutes.toString().padStart(2, '0') + ':' + brustabletterseconds.toString().padStart(2, '0');
|
||||||
|
var theSpan = document.getElementById("brustabletter");
|
||||||
|
theSpan.innerHTML = brustabletterformatted;
|
||||||
|
</script>
|
||||||
|
|
||||||
|
|
||||||
|
<ul class="actions stacked">
|
||||||
|
<li><button id="mu_pause" class="smooth-scroll-middle button icon solid fa-play">Play dat!</button></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="image">
|
||||||
|
<img src="https://media.basspistol.com/panix/andra-stuk/2-brustabletter.jpeg" alt="2 Brustabletter logo" id="coverart" />
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
|
||||||
|
|
||||||
|
<!-- Page navigation -->
|
||||||
|
<section class="wrapper style1 align-center">
|
||||||
|
<div class="inner">
|
||||||
|
<div class="index align-left">
|
||||||
|
<!-- Author -->
|
||||||
|
<section class="streambox" style="margin-top:40px;padding: 40px;">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<h3 style="text-align: center;display: block;">This track can't be bought</h3>
|
||||||
|
<p>But other tracks are available here:</p>
|
||||||
|
|
||||||
|
|
||||||
|
<div class="streamer">
|
||||||
|
|
||||||
|
|
||||||
|
<a onclick="_paq.push(['trackEvent', 'StoreLink', 'Bandcamp']);" target="_blank" rel="noopener" href="https://panixheavyindustries.bandcamp.com" alt="Stream from Bandcamp" title="Stream from Bandcamp" class="button icon brands fa-bandcamp">Bandcamp</a>
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</section>
|
||||||
|
<section>
|
||||||
|
<!-- Content -->
|
||||||
|
<div class="content">
|
||||||
|
<!-- post Naviation -->
|
||||||
|
<div style="text-align: center;">
|
||||||
|
<h3>Play more songs grom this release</h3>
|
||||||
|
</div>
|
||||||
|
<div class="post-nav">
|
||||||
|
<div>
|
||||||
|
|
||||||
|
<h4><a href="../../../albums/andra-stuk/1-distanser/" alt="Read Distanser" title="Read Distanser"><i class="fas fa-arrow-left"></i></a> <a
|
||||||
|
href="../../../albums/andra-stuk/1-distanser/"> Distanser</a>
|
||||||
|
</h4>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
<div class="post-nav-next">
|
||||||
|
|
||||||
|
<h4><a href="../../../albums/andra-stuk/3-temptemp/"> Temptemp</a> <a
|
||||||
|
href="../../../albums/andra-stuk/3-temptemp/" alt="Read Temptemp" title="Read Temptemp"><i class="fas fa-arrow-right"></i></a></h4>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<!-- End Post Navigation -->
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
<!-- Audio player-->
|
||||||
|
<audio autoplay preload="true" data-matomo-title="Brustabletter">
|
||||||
|
<source src="https://media.basspistol.com/panix/andra-stuk/2-brustabletter.mp3" type="audio/mpeg" ontimeupdate='updateTrackTime(this);' />
|
||||||
|
<h1>Your browser isn't ready for so much hotness. Use the download-link instead.</h1>.
|
||||||
|
</audio>
|
||||||
|
<!-- Footer -->
|
||||||
|
<footer id="footer" class="wrapper style1 align-center">
|
||||||
|
<div class="footflex">
|
||||||
|
<div>
|
||||||
|
<h4>pax:nion</h4>
|
||||||
|
<p>PHI, Panix Heavy Industries
|
||||||
|
<br /><a href="mailto:"></a></p>
|
||||||
|
</div>
|
||||||
|
<div>
|
||||||
|
<ul>
|
||||||
|
<li><a href="#top" class="smooth-scroll-middle">Back to top</a></li>
|
||||||
|
<li><a href="/#album0" class="smooth-scroll-middle">music</a></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<div><img src="/assets/panix-logo-dark.svg" style="max-width:300px" alt="pax:nion Logo" /></div>
|
||||||
|
</div>
|
||||||
|
<div class="inner">
|
||||||
|
<ul class="icons">
|
||||||
|
|
||||||
|
<!-- <li><a href="mailto:" class="icon style2 fa-envelope"><span class="label">Email</span></a></li> -->
|
||||||
|
</ul>
|
||||||
|
<p>©2020 Basspistol | <a href="../../../webcreds/">Credits</a> | <a href="../../../cookies/">Cookies & Privacy</a></p>
|
||||||
|
</div>
|
||||||
|
</footer>
|
||||||
|
|
||||||
|
|
||||||
|
<script type="text/javascript">
|
||||||
|
function loadUrl(newLocation) {
|
||||||
|
window.location = newLocation;
|
||||||
|
return false;
|
||||||
|
}
|
||||||
|
|
||||||
|
var mu = document.getElementsByTagName("audio")[0];
|
||||||
|
var pauseButton = document.getElementById("mu_pause");
|
||||||
|
var spincover = document.getElementById("coverart");
|
||||||
|
|
||||||
|
mu.addEventListener('ended', function () {
|
||||||
|
// only functional if "loop" is removed
|
||||||
|
mu.pause();
|
||||||
|
mu.currentTime = 0;
|
||||||
|
loadUrl("../../../andra-stuk/3-temptemp/"); return false;
|
||||||
|
});
|
||||||
|
mu.onplaying = function() {
|
||||||
|
pauseButton.innerHTML = "Pause";
|
||||||
|
pauseButton.classList.remove("fa-play");
|
||||||
|
pauseButton.classList.add("fa-pause");
|
||||||
|
spincover.classList.add("spinnit");
|
||||||
|
spincover.classList.remove("paused");
|
||||||
|
};
|
||||||
|
|
||||||
|
pauseButton.addEventListener("click", function () {
|
||||||
|
if (mu.paused) {
|
||||||
|
mu.play();
|
||||||
|
|
||||||
|
}
|
||||||
|
else {
|
||||||
|
mu.pause();
|
||||||
|
pauseButton.innerHTML = "Resume";
|
||||||
|
pauseButton.classList.add("fa-play");
|
||||||
|
pauseButton.classList.remove("fa-pause");
|
||||||
|
spincover.classList.add("paused");
|
||||||
|
}
|
||||||
|
});
|
||||||
|
|
||||||
|
mu.addEventListener('timeupdate', function () {
|
||||||
|
var timestamp = Math.floor(mu.currentTime);
|
||||||
|
var hours = Math.floor(timestamp / 60 / 60);
|
||||||
|
var minutes = Math.floor(timestamp / 60) - (hours * 60);
|
||||||
|
var seconds = timestamp % 60;
|
||||||
|
var formatted = hours.toString().padStart(2, '0') + ':' + minutes.toString().padStart(2, '0') + ':' + seconds.toString().padStart(2, '0');
|
||||||
|
var thecurrentSpan = document.getElementById("tracktime");
|
||||||
|
thecurrentSpan.innerHTML = formatted + ' / ';
|
||||||
|
});
|
||||||
|
|
||||||
|
</script>
|
||||||
|
</div>
|
||||||
|
<!-- Navigation -->
|
||||||
|
<div id="logo" class="logo">
|
||||||
|
<a href="/" class="smooth-scroll-middle"><img width="200em" src="/assets/panix-logo.svg" alt=" Logo" /></a>
|
||||||
|
<a href="#navbar" onclick="blurBody()" alt="Navigation Menu" title="Navigation Menu"><span style="font-size: 34px;" class="icon solid fa-bars"></span></a>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div id="navbar" style="display: block;" class="modalDialog">
|
||||||
|
<a href="#close" onclick="removeBlur()" alt="Close Menu" title="Close Menu"><div id="closearea"> </div></a>
|
||||||
|
<nav>
|
||||||
|
<a href="#close" title="Close" onclick="removeBlur()" class="close-button close" style="margin: 0 auto;">X</a>
|
||||||
|
<ul>
|
||||||
|
|
||||||
|
|
||||||
|
<li><a href="../../../" class="button small">Home</a></li>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<li><a href="../../../releases/" class="button small">Releases</a></li>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<li><a href="../../../logs/" class="button small">Web-Log</a></li>
|
||||||
|
|
||||||
|
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
</nav>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
<!-- End Navigation -->
|
||||||
|
<!-- Scripts -->
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<script src="../../../assets/js/jquery.min.js"></script>
|
||||||
|
<script src="../../../assets/js/jquery.scrollex.min.js"></script>
|
||||||
|
<script src="../../../assets/js/jquery.scrolly.min.js"></script>
|
||||||
|
<script src="../../../assets/js/browser.min.js"></script>
|
||||||
|
<script src="../../../assets/js/breakpoints.min.js"></script>
|
||||||
|
<script src="../../../assets/js/util.js"></script>
|
||||||
|
<script src="../../../assets/js/main.js"></script>
|
||||||
|
<script src="../../../assets/js/set.js"></script>
|
||||||
|
|
||||||
|
|
||||||
|
<div id="cookie-notice">
|
||||||
|
<p>We only use cookies if you consent to it. They don't contain any identifiable info: they just let us know if you enjoyed this enough to come back. <br />Click <a href="#" id="cookie-notice-decline">here</a> if you want this shit to go away without cookies. <br />Read more about how Basspistol <a href="/cookies/">use cookies</a> </p>
|
||||||
|
<a class="button small yes" href="#" id="cookie-notice-accept">I'm in!</a>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<script>
|
||||||
|
function createCookie(name, value, days) {
|
||||||
|
var expires = "";
|
||||||
|
if (days) {
|
||||||
|
var date = new Date();
|
||||||
|
date.setTime(date.getTime() + (days * 24 * 60 * 60 * 1000));
|
||||||
|
expires = "; expires=" + date.toUTCString();
|
||||||
|
}
|
||||||
|
document.cookie = name + "=" + value + expires + "; path=/";
|
||||||
|
}
|
||||||
|
function readCookie(name) {
|
||||||
|
var nameEQ = name + "=";
|
||||||
|
var ca = document.cookie.split(';');
|
||||||
|
for (var i = 0; i < ca.length; i++) {
|
||||||
|
var c = ca[i];
|
||||||
|
while (c.charAt(0) == ' ') c = c.substring(1, c.length);
|
||||||
|
if (c.indexOf(nameEQ) == 0) return c.substring(nameEQ.length, c.length);
|
||||||
|
}
|
||||||
|
return null;
|
||||||
|
}
|
||||||
|
function eraseCookie(name) {
|
||||||
|
createCookie(name, "", -1);
|
||||||
|
}
|
||||||
|
|
||||||
|
if (readCookie('cookie-notice-dismissed') == 'wantCookies') {
|
||||||
|
|
||||||
|
//* Matomo Tag Manager *//
|
||||||
|
|
||||||
|
var _mtm = _mtm || [];
|
||||||
|
_mtm.push({'mtm.startTime': (new Date().getTime()), 'event': 'mtm.Start'});
|
||||||
|
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
|
||||||
|
g.type='text/javascript'; g.async=true; g.defer=true; g.src='https://cdn.matomo.cloud/terminalnetwork.matomo.cloud/container_aJ0T3vZ5.js'; s.parentNode.insertBefore(g,s);
|
||||||
|
|
||||||
|
//* End Matomo Tag Manager *//
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
} else {
|
||||||
|
document.getElementById('cookie-notice').style.display = 'flex';
|
||||||
|
|
||||||
|
var _paq = window._paq || [];
|
||||||
|
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */
|
||||||
|
_paq.push(["setDocumentTitle", document.domain + "/" + document.title]);
|
||||||
|
_paq.push(["disableCookies"]);
|
||||||
|
_paq.push(['trackPageView']);
|
||||||
|
_paq.push(['enableLinkTracking']);
|
||||||
|
(function() {
|
||||||
|
var u="https://terminalnetwork.matomo.cloud/";
|
||||||
|
_paq.push(['setTrackerUrl', u+'matomo.php']);
|
||||||
|
_paq.push(['setSiteId', '14']);
|
||||||
|
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
|
||||||
|
g.type='text/javascript'; g.async=true; g.defer=true; g.src='//cdn.matomo.cloud/terminalnetwork.matomo.cloud/matomo.js'; s.parentNode.insertBefore(g,s);
|
||||||
|
})();
|
||||||
|
|
||||||
|
|
||||||
|
}
|
||||||
|
if (readCookie('cookie-notice-dismissed') == 'dontWantCookies') {
|
||||||
|
document.getElementById('cookie-notice').style.display = 'none';
|
||||||
|
|
||||||
|
var _paq = window._paq || [];
|
||||||
|
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */
|
||||||
|
_paq.push(["setDocumentTitle", document.domain + "/" + document.title]);
|
||||||
|
_paq.push(["disableCookies"]);
|
||||||
|
_paq.push(['trackPageView']);
|
||||||
|
_paq.push(['enableLinkTracking']);
|
||||||
|
(function() {
|
||||||
|
var u="https://terminalnetwork.matomo.cloud/";
|
||||||
|
_paq.push(['setTrackerUrl', u+'matomo.php']);
|
||||||
|
_paq.push(['setSiteId', '14']);
|
||||||
|
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
|
||||||
|
g.type='text/javascript'; g.async=true; g.defer=true; g.src='//cdn.matomo.cloud/terminalnetwork.matomo.cloud/matomo.js'; s.parentNode.insertBefore(g,s);
|
||||||
|
})();
|
||||||
|
|
||||||
|
}
|
||||||
|
document.getElementById('cookie-notice-accept').addEventListener("click", function () {
|
||||||
|
createCookie('cookie-notice-dismissed', 'wantCookies', 31);
|
||||||
|
document.getElementById('cookie-notice').style.display = 'none';
|
||||||
|
_paq.push(['trackEvent', 'Consent', 'wantCookie']);
|
||||||
|
location.reload();
|
||||||
|
});
|
||||||
|
|
||||||
|
document.getElementById('cookie-notice-decline').addEventListener("click", function () {
|
||||||
|
createCookie('cookie-notice-dismissed', 'dontWantCookies', 31);
|
||||||
|
document.getElementById('cookie-notice').style.display = 'none';
|
||||||
|
_paq.push(['trackEvent', 'Consent', 'dontWantCookie']);
|
||||||
|
location.reload();
|
||||||
|
});
|
||||||
|
|
||||||
|
// document.getElementById('cookie-notice-gimme').addEventListener("click", function () {
|
||||||
|
// createCookie('cookie-notice-dismissed', 'wantCookies', 31);
|
||||||
|
// document.getElementById('cookie-notice').style.display = 'none';
|
||||||
|
// location.reload();
|
||||||
|
// });
|
||||||
|
|
||||||
|
|
||||||
|
</script>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
404
albums/andra-stuk/3-temptemp/index.html
Normal file
404
albums/andra-stuk/3-temptemp/index.html
Normal file
|
|
@ -0,0 +1,404 @@
|
||||||
|
<!DOCTYPE html>
|
||||||
|
<!--
|
||||||
|
Based on _Story_ by html5up.net | @ajlkn
|
||||||
|
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
|
||||||
|
Remixed and Jekyllified by Setto
|
||||||
|
-->
|
||||||
|
<html lang="en">
|
||||||
|
<head>
|
||||||
|
<!-- Begin Jekyll SEO tag v2.6.1 -->
|
||||||
|
<meta name="generator" content="Jekyll v4.0.0" />
|
||||||
|
<meta property="og:title" content="3 Temptemp" />
|
||||||
|
<meta name="author" content="pax:nion" />
|
||||||
|
<meta property="og:locale" content="en" />
|
||||||
|
<meta name="description" content="PHI, Panix Heavy Industries" />
|
||||||
|
<meta property="og:description" content="PHI, Panix Heavy Industries" />
|
||||||
|
<link rel="canonical" href="https://panix.basspistol.com/albums/andra-stuk/3-temptemp/" />
|
||||||
|
<meta property="og:url" content="https://panix.basspistol.com/albums/andra-stuk/3-temptemp/" />
|
||||||
|
<meta property="og:site_name" content="pax:nion" />
|
||||||
|
<meta property="og:type" content="article" />
|
||||||
|
<meta property="article:published_time" content="2020-07-05T18:07:03+00:00" />
|
||||||
|
<script type="application/ld+json">
|
||||||
|
{"description":"PHI, Panix Heavy Industries","@type":"AudioObject","headline":"3 Temptemp","dateModified":"2020-07-05T18:06:59+00:00","datePublished":"2020-07-05T18:07:03+00:00","url":"https://panix.basspistol.com/albums/andra-stuk/3-temptemp/","author":{"@type":"Person","name":"pax:nion"},"publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://panix.basspistol.com/assets/img/setto_icon.png"},"name":"pax:nion"},"@context":"https://schema.org"}</script>
|
||||||
|
<!-- End Jekyll SEO tag -->
|
||||||
|
|
||||||
|
<link type="application/atom+xml" rel="alternate" href="https://panix.basspistol.com/feed.xml" title="" />
|
||||||
|
<!-- BEGIN seo.html -->
|
||||||
|
|
||||||
|
<title>Play Temptemp by Panixonik</title>
|
||||||
|
<meta name="title" content="Play Temptemp by Panixonik" />
|
||||||
|
|
||||||
|
<meta name="dc.date.modified" scheme="ISO8601" content="2020-07-05T18:06:59+00:00" />
|
||||||
|
<meta name="robots" content="index" />
|
||||||
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||||
|
<link rel="canonical" href="https://panix.basspistol.com/albums/andra-stuk/3-temptemp/" />
|
||||||
|
<link rel="alternate" hreflang="x-default" href="https://panix.basspistol.com/albums/andra-stuk/3-temptemp/" />
|
||||||
|
<meta name="geo.region" content="BJ-ZO" />
|
||||||
|
<meta name="geo.placename" content="Setto" />
|
||||||
|
<meta name="geo.position" content="7.48777;2.076389" />
|
||||||
|
<meta name="ICBM" content="7.48777, 2.076389" />
|
||||||
|
|
||||||
|
<!-- Dublin Core basic info -->
|
||||||
|
|
||||||
|
<meta name="dcterms.Identifier" content="https://panix.basspistol.com" />
|
||||||
|
<meta name="dcterms.Format" content="text/html" />
|
||||||
|
<meta name="dcterms.Relation" content="pax:nion" />
|
||||||
|
<meta name="dcterms.Publisher" content="pax:nion" />
|
||||||
|
<meta name="dcterms.Type" content="text/html" />
|
||||||
|
<meta name="dcterms.Coverage" content="https://panix.basspistol.com/" />
|
||||||
|
<meta name="dcterms.Rights" content="Copyright ©2020 pax:nion." />
|
||||||
|
|
||||||
|
<meta name="dcterms.Subject" content="Listen and to a track by Panixonik from the release Andra Stuk and support your remote artist!" />
|
||||||
|
<meta name="dcterms.Title" content="Temptemp - Panixonik | pax:nion" />
|
||||||
|
|
||||||
|
<meta name="dcterms.Contributor" content="pax:nion" />
|
||||||
|
<meta name="dcterms.Date" content="2020-07-05" />
|
||||||
|
<meta name="dcterms.Description" content="" />
|
||||||
|
|
||||||
|
<!-- Twitter Card -->
|
||||||
|
|
||||||
|
<meta name="twitter:card" content="summary" />
|
||||||
|
<meta name="twitter:site" content="@" />
|
||||||
|
<meta name="twitter:title" content="3 Temptemp | pax:nion" />
|
||||||
|
<meta name="twitter:description" content="PHI, Panix Heavy Industries" />
|
||||||
|
|
||||||
|
<meta name="twitter:image" content="https://panix.basspistol.com/assets/albums/andra-stuk/3-temptemp.jpeg" />
|
||||||
|
|
||||||
|
<!-- END seo.html -->
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<meta charset="utf-8" />
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=yes" />
|
||||||
|
<link rel="stylesheet" href="../../../assets/css/main20200519.css" />
|
||||||
|
|
||||||
|
<link rel="apple-touch-icon" href="https://panix.basspistol.com/apple-touch-icon.png" />
|
||||||
|
<link rel="icon" type="image/png" href="https://panix.basspistol.com/touch-icon.png" sizes="192x192" />
|
||||||
|
<link rel="shortcut icon" href="https://panix.basspistol.com/assets/img/setto_icon.png" type="image/png" />
|
||||||
|
<noscript><link rel="stylesheet" href="../../../assets/css/noscript20200518-rev1.css" /></noscript>
|
||||||
|
</head>
|
||||||
|
|
||||||
|
<body class="is-preload" id="body">
|
||||||
|
<span id="top" style="display: none;"></span>
|
||||||
|
<!-- Wrapper -->
|
||||||
|
<div id="wrapper" class="divided" data-cms-content-wrapper="/_layouts/default.html">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<!-- Banner -->
|
||||||
|
<section
|
||||||
|
class="banner onload-image-fade-in onload-content-fade-right style3 fullscreen content-align-center image-position-center" style="background-image:url('https://media.basspistol.com/panix/andra-stuk/3-temptemp.jpeg');background-size: cover; background-repeat: no-repeat;">
|
||||||
|
<div style="z-index:0;position:absolute; top:0; left:0; width:100%;height:100%;background-color: rgba(13, 13 ,13, 0.85);"></div>
|
||||||
|
<div class="content" style="z-index:1">
|
||||||
|
<h1 style="margin-top:80px">Temptemp</h1>
|
||||||
|
|
||||||
|
<p><strong><span id="tracktime"></span></strong><span id="temptemp"></span></strong> <br />
|
||||||
|
Style: <strong>Electronic</strong>
|
||||||
|
</p>
|
||||||
|
<script type="text/javascript">
|
||||||
|
var temptemptimestamp = 65;
|
||||||
|
var temptemphours = Math.floor(temptemptimestamp / 60 / 60);
|
||||||
|
var temptempminutes = Math.floor(temptemptimestamp / 60) - (temptemphours * 60);
|
||||||
|
var temptempseconds = temptemptimestamp % 60;
|
||||||
|
var temptempformatted = temptemphours.toString().padStart(2, '0') + ':' + temptempminutes.toString().padStart(2, '0') + ':' + temptempseconds.toString().padStart(2, '0');
|
||||||
|
var theSpan = document.getElementById("temptemp");
|
||||||
|
theSpan.innerHTML = temptempformatted;
|
||||||
|
</script>
|
||||||
|
|
||||||
|
|
||||||
|
<ul class="actions stacked">
|
||||||
|
<li><button id="mu_pause" class="smooth-scroll-middle button icon solid fa-play">Play dat!</button></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="image">
|
||||||
|
<img src="https://media.basspistol.com/panix/andra-stuk/3-temptemp.jpeg" alt="3 Temptemp logo" id="coverart" />
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
|
||||||
|
|
||||||
|
<!-- Page navigation -->
|
||||||
|
<section class="wrapper style1 align-center">
|
||||||
|
<div class="inner">
|
||||||
|
<div class="index align-left">
|
||||||
|
<!-- Author -->
|
||||||
|
<section class="streambox" style="margin-top:40px;padding: 40px;">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<h3 style="text-align: center;display: block;">This track can't be bought</h3>
|
||||||
|
<p>But other tracks are available here:</p>
|
||||||
|
|
||||||
|
|
||||||
|
<div class="streamer">
|
||||||
|
|
||||||
|
|
||||||
|
<a onclick="_paq.push(['trackEvent', 'StoreLink', 'Bandcamp']);" target="_blank" rel="noopener" href="https://panixheavyindustries.bandcamp.com" alt="Stream from Bandcamp" title="Stream from Bandcamp" class="button icon brands fa-bandcamp">Bandcamp</a>
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</section>
|
||||||
|
<section>
|
||||||
|
<!-- Content -->
|
||||||
|
<div class="content">
|
||||||
|
<!-- post Naviation -->
|
||||||
|
<div style="text-align: center;">
|
||||||
|
<h3>Play more songs grom this release</h3>
|
||||||
|
</div>
|
||||||
|
<div class="post-nav">
|
||||||
|
<div>
|
||||||
|
|
||||||
|
<h4><a href="../../../albums/andra-stuk/2-brustabletter/" alt="Read Brustabletter" title="Read Brustabletter"><i class="fas fa-arrow-left"></i></a> <a
|
||||||
|
href="../../../albums/andra-stuk/2-brustabletter/"> Brustabletter</a>
|
||||||
|
</h4>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
<div class="post-nav-next">
|
||||||
|
|
||||||
|
<h4><a href="../../../albums/andra-stuk/4-matlagning/"> Matlagning</a> <a
|
||||||
|
href="../../../albums/andra-stuk/4-matlagning/" alt="Read Matlagning" title="Read Matlagning"><i class="fas fa-arrow-right"></i></a></h4>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<!-- End Post Navigation -->
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
<!-- Audio player-->
|
||||||
|
<audio autoplay preload="true" data-matomo-title="Temptemp">
|
||||||
|
<source src="https://media.basspistol.com/panix/andra-stuk/3-temptemp.mp3" type="audio/mpeg" ontimeupdate='updateTrackTime(this);' />
|
||||||
|
<h1>Your browser isn't ready for so much hotness. Use the download-link instead.</h1>.
|
||||||
|
</audio>
|
||||||
|
<!-- Footer -->
|
||||||
|
<footer id="footer" class="wrapper style1 align-center">
|
||||||
|
<div class="footflex">
|
||||||
|
<div>
|
||||||
|
<h4>pax:nion</h4>
|
||||||
|
<p>PHI, Panix Heavy Industries
|
||||||
|
<br /><a href="mailto:"></a></p>
|
||||||
|
</div>
|
||||||
|
<div>
|
||||||
|
<ul>
|
||||||
|
<li><a href="#top" class="smooth-scroll-middle">Back to top</a></li>
|
||||||
|
<li><a href="/#album0" class="smooth-scroll-middle">music</a></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<div><img src="/assets/panix-logo-dark.svg" style="max-width:300px" alt="pax:nion Logo" /></div>
|
||||||
|
</div>
|
||||||
|
<div class="inner">
|
||||||
|
<ul class="icons">
|
||||||
|
|
||||||
|
<!-- <li><a href="mailto:" class="icon style2 fa-envelope"><span class="label">Email</span></a></li> -->
|
||||||
|
</ul>
|
||||||
|
<p>©2020 Basspistol | <a href="../../../webcreds/">Credits</a> | <a href="../../../cookies/">Cookies & Privacy</a></p>
|
||||||
|
</div>
|
||||||
|
</footer>
|
||||||
|
|
||||||
|
|
||||||
|
<script type="text/javascript">
|
||||||
|
function loadUrl(newLocation) {
|
||||||
|
window.location = newLocation;
|
||||||
|
return false;
|
||||||
|
}
|
||||||
|
|
||||||
|
var mu = document.getElementsByTagName("audio")[0];
|
||||||
|
var pauseButton = document.getElementById("mu_pause");
|
||||||
|
var spincover = document.getElementById("coverart");
|
||||||
|
|
||||||
|
mu.addEventListener('ended', function () {
|
||||||
|
// only functional if "loop" is removed
|
||||||
|
mu.pause();
|
||||||
|
mu.currentTime = 0;
|
||||||
|
loadUrl("../../../andra-stuk/4-matlagning/"); return false;
|
||||||
|
});
|
||||||
|
mu.onplaying = function() {
|
||||||
|
pauseButton.innerHTML = "Pause";
|
||||||
|
pauseButton.classList.remove("fa-play");
|
||||||
|
pauseButton.classList.add("fa-pause");
|
||||||
|
spincover.classList.add("spinnit");
|
||||||
|
spincover.classList.remove("paused");
|
||||||
|
};
|
||||||
|
|
||||||
|
pauseButton.addEventListener("click", function () {
|
||||||
|
if (mu.paused) {
|
||||||
|
mu.play();
|
||||||
|
|
||||||
|
}
|
||||||
|
else {
|
||||||
|
mu.pause();
|
||||||
|
pauseButton.innerHTML = "Resume";
|
||||||
|
pauseButton.classList.add("fa-play");
|
||||||
|
pauseButton.classList.remove("fa-pause");
|
||||||
|
spincover.classList.add("paused");
|
||||||
|
}
|
||||||
|
});
|
||||||
|
|
||||||
|
mu.addEventListener('timeupdate', function () {
|
||||||
|
var timestamp = Math.floor(mu.currentTime);
|
||||||
|
var hours = Math.floor(timestamp / 60 / 60);
|
||||||
|
var minutes = Math.floor(timestamp / 60) - (hours * 60);
|
||||||
|
var seconds = timestamp % 60;
|
||||||
|
var formatted = hours.toString().padStart(2, '0') + ':' + minutes.toString().padStart(2, '0') + ':' + seconds.toString().padStart(2, '0');
|
||||||
|
var thecurrentSpan = document.getElementById("tracktime");
|
||||||
|
thecurrentSpan.innerHTML = formatted + ' / ';
|
||||||
|
});
|
||||||
|
|
||||||
|
</script>
|
||||||
|
</div>
|
||||||
|
<!-- Navigation -->
|
||||||
|
<div id="logo" class="logo">
|
||||||
|
<a href="/" class="smooth-scroll-middle"><img width="200em" src="/assets/panix-logo.svg" alt=" Logo" /></a>
|
||||||
|
<a href="#navbar" onclick="blurBody()" alt="Navigation Menu" title="Navigation Menu"><span style="font-size: 34px;" class="icon solid fa-bars"></span></a>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div id="navbar" style="display: block;" class="modalDialog">
|
||||||
|
<a href="#close" onclick="removeBlur()" alt="Close Menu" title="Close Menu"><div id="closearea"> </div></a>
|
||||||
|
<nav>
|
||||||
|
<a href="#close" title="Close" onclick="removeBlur()" class="close-button close" style="margin: 0 auto;">X</a>
|
||||||
|
<ul>
|
||||||
|
|
||||||
|
|
||||||
|
<li><a href="../../../" class="button small">Home</a></li>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<li><a href="../../../releases/" class="button small">Releases</a></li>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<li><a href="../../../logs/" class="button small">Web-Log</a></li>
|
||||||
|
|
||||||
|
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
</nav>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
<!-- End Navigation -->
|
||||||
|
<!-- Scripts -->
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<script src="../../../assets/js/jquery.min.js"></script>
|
||||||
|
<script src="../../../assets/js/jquery.scrollex.min.js"></script>
|
||||||
|
<script src="../../../assets/js/jquery.scrolly.min.js"></script>
|
||||||
|
<script src="../../../assets/js/browser.min.js"></script>
|
||||||
|
<script src="../../../assets/js/breakpoints.min.js"></script>
|
||||||
|
<script src="../../../assets/js/util.js"></script>
|
||||||
|
<script src="../../../assets/js/main.js"></script>
|
||||||
|
<script src="../../../assets/js/set.js"></script>
|
||||||
|
|
||||||
|
|
||||||
|
<div id="cookie-notice">
|
||||||
|
<p>We only use cookies if you consent to it. They don't contain any identifiable info: they just let us know if you enjoyed this enough to come back. <br />Click <a href="#" id="cookie-notice-decline">here</a> if you want this shit to go away without cookies. <br />Read more about how Basspistol <a href="/cookies/">use cookies</a> </p>
|
||||||
|
<a class="button small yes" href="#" id="cookie-notice-accept">I'm in!</a>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<script>
|
||||||
|
function createCookie(name, value, days) {
|
||||||
|
var expires = "";
|
||||||
|
if (days) {
|
||||||
|
var date = new Date();
|
||||||
|
date.setTime(date.getTime() + (days * 24 * 60 * 60 * 1000));
|
||||||
|
expires = "; expires=" + date.toUTCString();
|
||||||
|
}
|
||||||
|
document.cookie = name + "=" + value + expires + "; path=/";
|
||||||
|
}
|
||||||
|
function readCookie(name) {
|
||||||
|
var nameEQ = name + "=";
|
||||||
|
var ca = document.cookie.split(';');
|
||||||
|
for (var i = 0; i < ca.length; i++) {
|
||||||
|
var c = ca[i];
|
||||||
|
while (c.charAt(0) == ' ') c = c.substring(1, c.length);
|
||||||
|
if (c.indexOf(nameEQ) == 0) return c.substring(nameEQ.length, c.length);
|
||||||
|
}
|
||||||
|
return null;
|
||||||
|
}
|
||||||
|
function eraseCookie(name) {
|
||||||
|
createCookie(name, "", -1);
|
||||||
|
}
|
||||||
|
|
||||||
|
if (readCookie('cookie-notice-dismissed') == 'wantCookies') {
|
||||||
|
|
||||||
|
//* Matomo Tag Manager *//
|
||||||
|
|
||||||
|
var _mtm = _mtm || [];
|
||||||
|
_mtm.push({'mtm.startTime': (new Date().getTime()), 'event': 'mtm.Start'});
|
||||||
|
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
|
||||||
|
g.type='text/javascript'; g.async=true; g.defer=true; g.src='https://cdn.matomo.cloud/terminalnetwork.matomo.cloud/container_aJ0T3vZ5.js'; s.parentNode.insertBefore(g,s);
|
||||||
|
|
||||||
|
//* End Matomo Tag Manager *//
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
} else {
|
||||||
|
document.getElementById('cookie-notice').style.display = 'flex';
|
||||||
|
|
||||||
|
var _paq = window._paq || [];
|
||||||
|
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */
|
||||||
|
_paq.push(["setDocumentTitle", document.domain + "/" + document.title]);
|
||||||
|
_paq.push(["disableCookies"]);
|
||||||
|
_paq.push(['trackPageView']);
|
||||||
|
_paq.push(['enableLinkTracking']);
|
||||||
|
(function() {
|
||||||
|
var u="https://terminalnetwork.matomo.cloud/";
|
||||||
|
_paq.push(['setTrackerUrl', u+'matomo.php']);
|
||||||
|
_paq.push(['setSiteId', '14']);
|
||||||
|
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
|
||||||
|
g.type='text/javascript'; g.async=true; g.defer=true; g.src='//cdn.matomo.cloud/terminalnetwork.matomo.cloud/matomo.js'; s.parentNode.insertBefore(g,s);
|
||||||
|
})();
|
||||||
|
|
||||||
|
|
||||||
|
}
|
||||||
|
if (readCookie('cookie-notice-dismissed') == 'dontWantCookies') {
|
||||||
|
document.getElementById('cookie-notice').style.display = 'none';
|
||||||
|
|
||||||
|
var _paq = window._paq || [];
|
||||||
|
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */
|
||||||
|
_paq.push(["setDocumentTitle", document.domain + "/" + document.title]);
|
||||||
|
_paq.push(["disableCookies"]);
|
||||||
|
_paq.push(['trackPageView']);
|
||||||
|
_paq.push(['enableLinkTracking']);
|
||||||
|
(function() {
|
||||||
|
var u="https://terminalnetwork.matomo.cloud/";
|
||||||
|
_paq.push(['setTrackerUrl', u+'matomo.php']);
|
||||||
|
_paq.push(['setSiteId', '14']);
|
||||||
|
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
|
||||||
|
g.type='text/javascript'; g.async=true; g.defer=true; g.src='//cdn.matomo.cloud/terminalnetwork.matomo.cloud/matomo.js'; s.parentNode.insertBefore(g,s);
|
||||||
|
})();
|
||||||
|
|
||||||
|
}
|
||||||
|
document.getElementById('cookie-notice-accept').addEventListener("click", function () {
|
||||||
|
createCookie('cookie-notice-dismissed', 'wantCookies', 31);
|
||||||
|
document.getElementById('cookie-notice').style.display = 'none';
|
||||||
|
_paq.push(['trackEvent', 'Consent', 'wantCookie']);
|
||||||
|
location.reload();
|
||||||
|
});
|
||||||
|
|
||||||
|
document.getElementById('cookie-notice-decline').addEventListener("click", function () {
|
||||||
|
createCookie('cookie-notice-dismissed', 'dontWantCookies', 31);
|
||||||
|
document.getElementById('cookie-notice').style.display = 'none';
|
||||||
|
_paq.push(['trackEvent', 'Consent', 'dontWantCookie']);
|
||||||
|
location.reload();
|
||||||
|
});
|
||||||
|
|
||||||
|
// document.getElementById('cookie-notice-gimme').addEventListener("click", function () {
|
||||||
|
// createCookie('cookie-notice-dismissed', 'wantCookies', 31);
|
||||||
|
// document.getElementById('cookie-notice').style.display = 'none';
|
||||||
|
// location.reload();
|
||||||
|
// });
|
||||||
|
|
||||||
|
|
||||||
|
</script>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
404
albums/andra-stuk/4-matlagning/index.html
Normal file
404
albums/andra-stuk/4-matlagning/index.html
Normal file
|
|
@ -0,0 +1,404 @@
|
||||||
|
<!DOCTYPE html>
|
||||||
|
<!--
|
||||||
|
Based on _Story_ by html5up.net | @ajlkn
|
||||||
|
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
|
||||||
|
Remixed and Jekyllified by Setto
|
||||||
|
-->
|
||||||
|
<html lang="en">
|
||||||
|
<head>
|
||||||
|
<!-- Begin Jekyll SEO tag v2.6.1 -->
|
||||||
|
<meta name="generator" content="Jekyll v4.0.0" />
|
||||||
|
<meta property="og:title" content="4 Matlagning" />
|
||||||
|
<meta name="author" content="pax:nion" />
|
||||||
|
<meta property="og:locale" content="en" />
|
||||||
|
<meta name="description" content="PHI, Panix Heavy Industries" />
|
||||||
|
<meta property="og:description" content="PHI, Panix Heavy Industries" />
|
||||||
|
<link rel="canonical" href="https://panix.basspistol.com/albums/andra-stuk/4-matlagning/" />
|
||||||
|
<meta property="og:url" content="https://panix.basspistol.com/albums/andra-stuk/4-matlagning/" />
|
||||||
|
<meta property="og:site_name" content="pax:nion" />
|
||||||
|
<meta property="og:type" content="article" />
|
||||||
|
<meta property="article:published_time" content="2020-07-05T18:07:03+00:00" />
|
||||||
|
<script type="application/ld+json">
|
||||||
|
{"description":"PHI, Panix Heavy Industries","@type":"AudioObject","headline":"4 Matlagning","dateModified":"2020-07-05T18:06:59+00:00","datePublished":"2020-07-05T18:07:03+00:00","url":"https://panix.basspistol.com/albums/andra-stuk/4-matlagning/","author":{"@type":"Person","name":"pax:nion"},"publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://panix.basspistol.com/assets/img/setto_icon.png"},"name":"pax:nion"},"@context":"https://schema.org"}</script>
|
||||||
|
<!-- End Jekyll SEO tag -->
|
||||||
|
|
||||||
|
<link type="application/atom+xml" rel="alternate" href="https://panix.basspistol.com/feed.xml" title="" />
|
||||||
|
<!-- BEGIN seo.html -->
|
||||||
|
|
||||||
|
<title>Play Matlagning by Panixonik</title>
|
||||||
|
<meta name="title" content="Play Matlagning by Panixonik" />
|
||||||
|
|
||||||
|
<meta name="dc.date.modified" scheme="ISO8601" content="2020-07-05T18:06:59+00:00" />
|
||||||
|
<meta name="robots" content="index" />
|
||||||
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||||
|
<link rel="canonical" href="https://panix.basspistol.com/albums/andra-stuk/4-matlagning/" />
|
||||||
|
<link rel="alternate" hreflang="x-default" href="https://panix.basspistol.com/albums/andra-stuk/4-matlagning/" />
|
||||||
|
<meta name="geo.region" content="BJ-ZO" />
|
||||||
|
<meta name="geo.placename" content="Setto" />
|
||||||
|
<meta name="geo.position" content="7.48777;2.076389" />
|
||||||
|
<meta name="ICBM" content="7.48777, 2.076389" />
|
||||||
|
|
||||||
|
<!-- Dublin Core basic info -->
|
||||||
|
|
||||||
|
<meta name="dcterms.Identifier" content="https://panix.basspistol.com" />
|
||||||
|
<meta name="dcterms.Format" content="text/html" />
|
||||||
|
<meta name="dcterms.Relation" content="pax:nion" />
|
||||||
|
<meta name="dcterms.Publisher" content="pax:nion" />
|
||||||
|
<meta name="dcterms.Type" content="text/html" />
|
||||||
|
<meta name="dcterms.Coverage" content="https://panix.basspistol.com/" />
|
||||||
|
<meta name="dcterms.Rights" content="Copyright ©2020 pax:nion." />
|
||||||
|
|
||||||
|
<meta name="dcterms.Subject" content="Listen and to a track by Panixonik from the release Andra Stuk and support your remote artist!" />
|
||||||
|
<meta name="dcterms.Title" content="Matlagning - Panixonik | pax:nion" />
|
||||||
|
|
||||||
|
<meta name="dcterms.Contributor" content="pax:nion" />
|
||||||
|
<meta name="dcterms.Date" content="2020-07-05" />
|
||||||
|
<meta name="dcterms.Description" content="" />
|
||||||
|
|
||||||
|
<!-- Twitter Card -->
|
||||||
|
|
||||||
|
<meta name="twitter:card" content="summary" />
|
||||||
|
<meta name="twitter:site" content="@" />
|
||||||
|
<meta name="twitter:title" content="4 Matlagning | pax:nion" />
|
||||||
|
<meta name="twitter:description" content="PHI, Panix Heavy Industries" />
|
||||||
|
|
||||||
|
<meta name="twitter:image" content="https://panix.basspistol.com/assets/albums/andra-stuk/4-matlagning.jpeg" />
|
||||||
|
|
||||||
|
<!-- END seo.html -->
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<meta charset="utf-8" />
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=yes" />
|
||||||
|
<link rel="stylesheet" href="../../../assets/css/main20200519.css" />
|
||||||
|
|
||||||
|
<link rel="apple-touch-icon" href="https://panix.basspistol.com/apple-touch-icon.png" />
|
||||||
|
<link rel="icon" type="image/png" href="https://panix.basspistol.com/touch-icon.png" sizes="192x192" />
|
||||||
|
<link rel="shortcut icon" href="https://panix.basspistol.com/assets/img/setto_icon.png" type="image/png" />
|
||||||
|
<noscript><link rel="stylesheet" href="../../../assets/css/noscript20200518-rev1.css" /></noscript>
|
||||||
|
</head>
|
||||||
|
|
||||||
|
<body class="is-preload" id="body">
|
||||||
|
<span id="top" style="display: none;"></span>
|
||||||
|
<!-- Wrapper -->
|
||||||
|
<div id="wrapper" class="divided" data-cms-content-wrapper="/_layouts/default.html">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<!-- Banner -->
|
||||||
|
<section
|
||||||
|
class="banner onload-image-fade-in onload-content-fade-right style3 fullscreen content-align-center image-position-center" style="background-image:url('https://media.basspistol.com/panix/andra-stuk/4-matlagning.jpeg');background-size: cover; background-repeat: no-repeat;">
|
||||||
|
<div style="z-index:0;position:absolute; top:0; left:0; width:100%;height:100%;background-color: rgba(13, 13 ,13, 0.85);"></div>
|
||||||
|
<div class="content" style="z-index:1">
|
||||||
|
<h1 style="margin-top:80px">Matlagning</h1>
|
||||||
|
|
||||||
|
<p><strong><span id="tracktime"></span></strong><span id="matlagning"></span></strong> <br />
|
||||||
|
Style: <strong>Electronic</strong>
|
||||||
|
</p>
|
||||||
|
<script type="text/javascript">
|
||||||
|
var matlagningtimestamp = 59;
|
||||||
|
var matlagninghours = Math.floor(matlagningtimestamp / 60 / 60);
|
||||||
|
var matlagningminutes = Math.floor(matlagningtimestamp / 60) - (matlagninghours * 60);
|
||||||
|
var matlagningseconds = matlagningtimestamp % 60;
|
||||||
|
var matlagningformatted = matlagninghours.toString().padStart(2, '0') + ':' + matlagningminutes.toString().padStart(2, '0') + ':' + matlagningseconds.toString().padStart(2, '0');
|
||||||
|
var theSpan = document.getElementById("matlagning");
|
||||||
|
theSpan.innerHTML = matlagningformatted;
|
||||||
|
</script>
|
||||||
|
|
||||||
|
|
||||||
|
<ul class="actions stacked">
|
||||||
|
<li><button id="mu_pause" class="smooth-scroll-middle button icon solid fa-play">Play dat!</button></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="image">
|
||||||
|
<img src="https://media.basspistol.com/panix/andra-stuk/4-matlagning.jpeg" alt="4 Matlagning logo" id="coverart" />
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
|
||||||
|
|
||||||
|
<!-- Page navigation -->
|
||||||
|
<section class="wrapper style1 align-center">
|
||||||
|
<div class="inner">
|
||||||
|
<div class="index align-left">
|
||||||
|
<!-- Author -->
|
||||||
|
<section class="streambox" style="margin-top:40px;padding: 40px;">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<h3 style="text-align: center;display: block;">This track can't be bought</h3>
|
||||||
|
<p>But other tracks are available here:</p>
|
||||||
|
|
||||||
|
|
||||||
|
<div class="streamer">
|
||||||
|
|
||||||
|
|
||||||
|
<a onclick="_paq.push(['trackEvent', 'StoreLink', 'Bandcamp']);" target="_blank" rel="noopener" href="https://panixheavyindustries.bandcamp.com" alt="Stream from Bandcamp" title="Stream from Bandcamp" class="button icon brands fa-bandcamp">Bandcamp</a>
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</section>
|
||||||
|
<section>
|
||||||
|
<!-- Content -->
|
||||||
|
<div class="content">
|
||||||
|
<!-- post Naviation -->
|
||||||
|
<div style="text-align: center;">
|
||||||
|
<h3>Play more songs grom this release</h3>
|
||||||
|
</div>
|
||||||
|
<div class="post-nav">
|
||||||
|
<div>
|
||||||
|
|
||||||
|
<h4><a href="../../../albums/andra-stuk/3-temptemp/" alt="Read Temptemp" title="Read Temptemp"><i class="fas fa-arrow-left"></i></a> <a
|
||||||
|
href="../../../albums/andra-stuk/3-temptemp/"> Temptemp</a>
|
||||||
|
</h4>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
<div class="post-nav-next">
|
||||||
|
|
||||||
|
<h4><a href="../../../albums/andra-stuk/1-distanser/"> Distanser</a> <a
|
||||||
|
href="../../../albums/andra-stuk/1-distanser/" alt="Read Distanser" title="Read Distanser"><i class="fas fa-arrow-right"></i></a></h4>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<!-- End Post Navigation -->
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
<!-- Audio player-->
|
||||||
|
<audio autoplay preload="true" data-matomo-title="Matlagning">
|
||||||
|
<source src="https://media.basspistol.com/panix/andra-stuk/4-matlagning.mp3" type="audio/mpeg" ontimeupdate='updateTrackTime(this);' />
|
||||||
|
<h1>Your browser isn't ready for so much hotness. Use the download-link instead.</h1>.
|
||||||
|
</audio>
|
||||||
|
<!-- Footer -->
|
||||||
|
<footer id="footer" class="wrapper style1 align-center">
|
||||||
|
<div class="footflex">
|
||||||
|
<div>
|
||||||
|
<h4>pax:nion</h4>
|
||||||
|
<p>PHI, Panix Heavy Industries
|
||||||
|
<br /><a href="mailto:"></a></p>
|
||||||
|
</div>
|
||||||
|
<div>
|
||||||
|
<ul>
|
||||||
|
<li><a href="#top" class="smooth-scroll-middle">Back to top</a></li>
|
||||||
|
<li><a href="/#album0" class="smooth-scroll-middle">music</a></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<div><img src="/assets/panix-logo-dark.svg" style="max-width:300px" alt="pax:nion Logo" /></div>
|
||||||
|
</div>
|
||||||
|
<div class="inner">
|
||||||
|
<ul class="icons">
|
||||||
|
|
||||||
|
<!-- <li><a href="mailto:" class="icon style2 fa-envelope"><span class="label">Email</span></a></li> -->
|
||||||
|
</ul>
|
||||||
|
<p>©2020 Basspistol | <a href="../../../webcreds/">Credits</a> | <a href="../../../cookies/">Cookies & Privacy</a></p>
|
||||||
|
</div>
|
||||||
|
</footer>
|
||||||
|
|
||||||
|
|
||||||
|
<script type="text/javascript">
|
||||||
|
function loadUrl(newLocation) {
|
||||||
|
window.location = newLocation;
|
||||||
|
return false;
|
||||||
|
}
|
||||||
|
|
||||||
|
var mu = document.getElementsByTagName("audio")[0];
|
||||||
|
var pauseButton = document.getElementById("mu_pause");
|
||||||
|
var spincover = document.getElementById("coverart");
|
||||||
|
|
||||||
|
mu.addEventListener('ended', function () {
|
||||||
|
// only functional if "loop" is removed
|
||||||
|
mu.pause();
|
||||||
|
mu.currentTime = 0;
|
||||||
|
loadUrl("../../../andra-stuk/1-distanser/"); return false;
|
||||||
|
});
|
||||||
|
mu.onplaying = function() {
|
||||||
|
pauseButton.innerHTML = "Pause";
|
||||||
|
pauseButton.classList.remove("fa-play");
|
||||||
|
pauseButton.classList.add("fa-pause");
|
||||||
|
spincover.classList.add("spinnit");
|
||||||
|
spincover.classList.remove("paused");
|
||||||
|
};
|
||||||
|
|
||||||
|
pauseButton.addEventListener("click", function () {
|
||||||
|
if (mu.paused) {
|
||||||
|
mu.play();
|
||||||
|
|
||||||
|
}
|
||||||
|
else {
|
||||||
|
mu.pause();
|
||||||
|
pauseButton.innerHTML = "Resume";
|
||||||
|
pauseButton.classList.add("fa-play");
|
||||||
|
pauseButton.classList.remove("fa-pause");
|
||||||
|
spincover.classList.add("paused");
|
||||||
|
}
|
||||||
|
});
|
||||||
|
|
||||||
|
mu.addEventListener('timeupdate', function () {
|
||||||
|
var timestamp = Math.floor(mu.currentTime);
|
||||||
|
var hours = Math.floor(timestamp / 60 / 60);
|
||||||
|
var minutes = Math.floor(timestamp / 60) - (hours * 60);
|
||||||
|
var seconds = timestamp % 60;
|
||||||
|
var formatted = hours.toString().padStart(2, '0') + ':' + minutes.toString().padStart(2, '0') + ':' + seconds.toString().padStart(2, '0');
|
||||||
|
var thecurrentSpan = document.getElementById("tracktime");
|
||||||
|
thecurrentSpan.innerHTML = formatted + ' / ';
|
||||||
|
});
|
||||||
|
|
||||||
|
</script>
|
||||||
|
</div>
|
||||||
|
<!-- Navigation -->
|
||||||
|
<div id="logo" class="logo">
|
||||||
|
<a href="/" class="smooth-scroll-middle"><img width="200em" src="/assets/panix-logo.svg" alt=" Logo" /></a>
|
||||||
|
<a href="#navbar" onclick="blurBody()" alt="Navigation Menu" title="Navigation Menu"><span style="font-size: 34px;" class="icon solid fa-bars"></span></a>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div id="navbar" style="display: block;" class="modalDialog">
|
||||||
|
<a href="#close" onclick="removeBlur()" alt="Close Menu" title="Close Menu"><div id="closearea"> </div></a>
|
||||||
|
<nav>
|
||||||
|
<a href="#close" title="Close" onclick="removeBlur()" class="close-button close" style="margin: 0 auto;">X</a>
|
||||||
|
<ul>
|
||||||
|
|
||||||
|
|
||||||
|
<li><a href="../../../" class="button small">Home</a></li>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<li><a href="../../../releases/" class="button small">Releases</a></li>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<li><a href="../../../logs/" class="button small">Web-Log</a></li>
|
||||||
|
|
||||||
|
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
</nav>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
<!-- End Navigation -->
|
||||||
|
<!-- Scripts -->
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<script src="../../../assets/js/jquery.min.js"></script>
|
||||||
|
<script src="../../../assets/js/jquery.scrollex.min.js"></script>
|
||||||
|
<script src="../../../assets/js/jquery.scrolly.min.js"></script>
|
||||||
|
<script src="../../../assets/js/browser.min.js"></script>
|
||||||
|
<script src="../../../assets/js/breakpoints.min.js"></script>
|
||||||
|
<script src="../../../assets/js/util.js"></script>
|
||||||
|
<script src="../../../assets/js/main.js"></script>
|
||||||
|
<script src="../../../assets/js/set.js"></script>
|
||||||
|
|
||||||
|
|
||||||
|
<div id="cookie-notice">
|
||||||
|
<p>We only use cookies if you consent to it. They don't contain any identifiable info: they just let us know if you enjoyed this enough to come back. <br />Click <a href="#" id="cookie-notice-decline">here</a> if you want this shit to go away without cookies. <br />Read more about how Basspistol <a href="/cookies/">use cookies</a> </p>
|
||||||
|
<a class="button small yes" href="#" id="cookie-notice-accept">I'm in!</a>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<script>
|
||||||
|
function createCookie(name, value, days) {
|
||||||
|
var expires = "";
|
||||||
|
if (days) {
|
||||||
|
var date = new Date();
|
||||||
|
date.setTime(date.getTime() + (days * 24 * 60 * 60 * 1000));
|
||||||
|
expires = "; expires=" + date.toUTCString();
|
||||||
|
}
|
||||||
|
document.cookie = name + "=" + value + expires + "; path=/";
|
||||||
|
}
|
||||||
|
function readCookie(name) {
|
||||||
|
var nameEQ = name + "=";
|
||||||
|
var ca = document.cookie.split(';');
|
||||||
|
for (var i = 0; i < ca.length; i++) {
|
||||||
|
var c = ca[i];
|
||||||
|
while (c.charAt(0) == ' ') c = c.substring(1, c.length);
|
||||||
|
if (c.indexOf(nameEQ) == 0) return c.substring(nameEQ.length, c.length);
|
||||||
|
}
|
||||||
|
return null;
|
||||||
|
}
|
||||||
|
function eraseCookie(name) {
|
||||||
|
createCookie(name, "", -1);
|
||||||
|
}
|
||||||
|
|
||||||
|
if (readCookie('cookie-notice-dismissed') == 'wantCookies') {
|
||||||
|
|
||||||
|
//* Matomo Tag Manager *//
|
||||||
|
|
||||||
|
var _mtm = _mtm || [];
|
||||||
|
_mtm.push({'mtm.startTime': (new Date().getTime()), 'event': 'mtm.Start'});
|
||||||
|
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
|
||||||
|
g.type='text/javascript'; g.async=true; g.defer=true; g.src='https://cdn.matomo.cloud/terminalnetwork.matomo.cloud/container_aJ0T3vZ5.js'; s.parentNode.insertBefore(g,s);
|
||||||
|
|
||||||
|
//* End Matomo Tag Manager *//
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
} else {
|
||||||
|
document.getElementById('cookie-notice').style.display = 'flex';
|
||||||
|
|
||||||
|
var _paq = window._paq || [];
|
||||||
|
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */
|
||||||
|
_paq.push(["setDocumentTitle", document.domain + "/" + document.title]);
|
||||||
|
_paq.push(["disableCookies"]);
|
||||||
|
_paq.push(['trackPageView']);
|
||||||
|
_paq.push(['enableLinkTracking']);
|
||||||
|
(function() {
|
||||||
|
var u="https://terminalnetwork.matomo.cloud/";
|
||||||
|
_paq.push(['setTrackerUrl', u+'matomo.php']);
|
||||||
|
_paq.push(['setSiteId', '14']);
|
||||||
|
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
|
||||||
|
g.type='text/javascript'; g.async=true; g.defer=true; g.src='//cdn.matomo.cloud/terminalnetwork.matomo.cloud/matomo.js'; s.parentNode.insertBefore(g,s);
|
||||||
|
})();
|
||||||
|
|
||||||
|
|
||||||
|
}
|
||||||
|
if (readCookie('cookie-notice-dismissed') == 'dontWantCookies') {
|
||||||
|
document.getElementById('cookie-notice').style.display = 'none';
|
||||||
|
|
||||||
|
var _paq = window._paq || [];
|
||||||
|
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */
|
||||||
|
_paq.push(["setDocumentTitle", document.domain + "/" + document.title]);
|
||||||
|
_paq.push(["disableCookies"]);
|
||||||
|
_paq.push(['trackPageView']);
|
||||||
|
_paq.push(['enableLinkTracking']);
|
||||||
|
(function() {
|
||||||
|
var u="https://terminalnetwork.matomo.cloud/";
|
||||||
|
_paq.push(['setTrackerUrl', u+'matomo.php']);
|
||||||
|
_paq.push(['setSiteId', '14']);
|
||||||
|
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
|
||||||
|
g.type='text/javascript'; g.async=true; g.defer=true; g.src='//cdn.matomo.cloud/terminalnetwork.matomo.cloud/matomo.js'; s.parentNode.insertBefore(g,s);
|
||||||
|
})();
|
||||||
|
|
||||||
|
}
|
||||||
|
document.getElementById('cookie-notice-accept').addEventListener("click", function () {
|
||||||
|
createCookie('cookie-notice-dismissed', 'wantCookies', 31);
|
||||||
|
document.getElementById('cookie-notice').style.display = 'none';
|
||||||
|
_paq.push(['trackEvent', 'Consent', 'wantCookie']);
|
||||||
|
location.reload();
|
||||||
|
});
|
||||||
|
|
||||||
|
document.getElementById('cookie-notice-decline').addEventListener("click", function () {
|
||||||
|
createCookie('cookie-notice-dismissed', 'dontWantCookies', 31);
|
||||||
|
document.getElementById('cookie-notice').style.display = 'none';
|
||||||
|
_paq.push(['trackEvent', 'Consent', 'dontWantCookie']);
|
||||||
|
location.reload();
|
||||||
|
});
|
||||||
|
|
||||||
|
// document.getElementById('cookie-notice-gimme').addEventListener("click", function () {
|
||||||
|
// createCookie('cookie-notice-dismissed', 'wantCookies', 31);
|
||||||
|
// document.getElementById('cookie-notice').style.display = 'none';
|
||||||
|
// location.reload();
|
||||||
|
// });
|
||||||
|
|
||||||
|
|
||||||
|
</script>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
675
albums/andra-stuk/index.html
Normal file
675
albums/andra-stuk/index.html
Normal file
|
|
@ -0,0 +1,675 @@
|
||||||
|
<!DOCTYPE html>
|
||||||
|
<!--
|
||||||
|
Based on _Story_ by html5up.net | @ajlkn
|
||||||
|
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
|
||||||
|
Remixed and Jekyllified by Setto
|
||||||
|
-->
|
||||||
|
<html lang="en">
|
||||||
|
<head>
|
||||||
|
<!-- Begin Jekyll SEO tag v2.6.1 -->
|
||||||
|
<meta name="generator" content="Jekyll v4.0.0" />
|
||||||
|
<meta property="og:title" content="Andra Stuk" />
|
||||||
|
<meta name="author" content="pax:nion" />
|
||||||
|
<meta property="og:locale" content="en" />
|
||||||
|
<meta name="description" content="PHI, Panix Heavy Industries" />
|
||||||
|
<meta property="og:description" content="PHI, Panix Heavy Industries" />
|
||||||
|
<link rel="canonical" href="https://panix.basspistol.com/albums/andra-stuk/" />
|
||||||
|
<meta property="og:url" content="https://panix.basspistol.com/albums/andra-stuk/" />
|
||||||
|
<meta property="og:site_name" content="pax:nion" />
|
||||||
|
<meta property="og:type" content="article" />
|
||||||
|
<meta property="article:published_time" content="2010-01-01T00:00:00+00:00" />
|
||||||
|
<script type="application/ld+json">
|
||||||
|
{"description":"PHI, Panix Heavy Industries","@type":"BlogPosting","headline":"Andra Stuk","dateModified":"2020-07-05T18:07:00+00:00","datePublished":"2010-01-01T00:00:00+00:00","mainEntityOfPage":{"@type":"WebPage","@id":"https://panix.basspistol.com/albums/andra-stuk/"},"url":"https://panix.basspistol.com/albums/andra-stuk/","author":{"@type":"Person","name":"pax:nion"},"publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://panix.basspistol.com/assets/img/setto_icon.png"},"name":"pax:nion"},"@context":"https://schema.org"}</script>
|
||||||
|
<!-- End Jekyll SEO tag -->
|
||||||
|
|
||||||
|
<link type="application/atom+xml" rel="alternate" href="https://panix.basspistol.com/feed.xml" title="" />
|
||||||
|
<!-- BEGIN seo.html -->
|
||||||
|
|
||||||
|
<title>Andra Stuk | pax:nion</title>
|
||||||
|
<meta name="title" content="Andra Stuk | pax:nion" />
|
||||||
|
|
||||||
|
<meta name="dc.date.modified" scheme="ISO8601" content="2020-07-05T18:07:00+00:00" />
|
||||||
|
<meta name="robots" content="index" />
|
||||||
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||||
|
<link rel="canonical" href="https://panix.basspistol.com/albums/andra-stuk/" />
|
||||||
|
<link rel="alternate" hreflang="x-default" href="https://panix.basspistol.com/albums/andra-stuk/" />
|
||||||
|
<meta name="geo.region" content="BJ-ZO" />
|
||||||
|
<meta name="geo.placename" content="Setto" />
|
||||||
|
<meta name="geo.position" content="7.48777;2.076389" />
|
||||||
|
<meta name="ICBM" content="7.48777, 2.076389" />
|
||||||
|
|
||||||
|
<!-- Dublin Core basic info -->
|
||||||
|
|
||||||
|
<meta name="dcterms.Identifier" content="https://panix.basspistol.com" />
|
||||||
|
<meta name="dcterms.Format" content="text/html" />
|
||||||
|
<meta name="dcterms.Relation" content="pax:nion" />
|
||||||
|
<meta name="dcterms.Publisher" content="pax:nion" />
|
||||||
|
<meta name="dcterms.Type" content="text/html" />
|
||||||
|
<meta name="dcterms.Coverage" content="https://panix.basspistol.com/" />
|
||||||
|
<meta name="dcterms.Rights" content="Copyright ©2020 pax:nion." />
|
||||||
|
|
||||||
|
<meta name="dcterms.Subject" content="PHI, Panix Heavy Industries" />
|
||||||
|
<meta name="dcterms.Title" content="Andra Stuk | pax:nion" />
|
||||||
|
|
||||||
|
<meta name="dcterms.Contributor" content="pax:nion" />
|
||||||
|
<meta name="dcterms.Date" content="2010-01-01" />
|
||||||
|
<meta name="dcterms.Description" content="" />
|
||||||
|
|
||||||
|
<!-- Twitter Card -->
|
||||||
|
|
||||||
|
<meta name="twitter:card" content="summary" />
|
||||||
|
<meta name="twitter:site" content="@" />
|
||||||
|
<meta name="twitter:title" content="Andra Stuk | pax:nion" />
|
||||||
|
<meta name="twitter:description" content="PHI, Panix Heavy Industries" />
|
||||||
|
|
||||||
|
<meta name="twitter:image" content="https://panix.basspistol.com" />
|
||||||
|
|
||||||
|
<!-- END seo.html -->
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<meta charset="utf-8" />
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=yes" />
|
||||||
|
<link rel="stylesheet" href="../../assets/css/main20200519.css" />
|
||||||
|
<link rel="apple-touch-icon" href="https://panix.basspistol.com/apple-touch-icon.png" />
|
||||||
|
<link rel="icon" type="image/png" href="https://panix.basspistol.com/touch-icon.png" sizes="192x192" />
|
||||||
|
<link rel="shortcut icon" href="https://panix.basspistol.com/assets/img/setto_icon.png" type="image/png" />
|
||||||
|
<noscript><link rel="stylesheet" href="../../assets/css/noscript20200518-rev1.css" /></noscript>
|
||||||
|
</head>
|
||||||
|
<body class="is-preload" id="body">
|
||||||
|
<span id="top" style="display: none;"></span>
|
||||||
|
<!-- Wrapper -->
|
||||||
|
<div id="wrapper" class="divided">
|
||||||
|
|
||||||
|
<!-- Banner -->
|
||||||
|
<section class="banner onload-image-fade-in onload-content-fade-right style2 fullscreen content-align-center image-position-center" style="height:100vh;background-color: rgba(13,13,13,0.85);">
|
||||||
|
<div class="content editable" data-cms-source="/_layouts/album.html" data-cms-index="0">
|
||||||
|
<h1 class="editable" data-cms-source="/_layouts/album.html" data-cms-index="1">Andra Stuk</h1>
|
||||||
|
<p></p>
|
||||||
|
<ul class="actions stacked">
|
||||||
|
<li><a href="#moe" class="button small smooth-scroll-middle">cheggit!</a></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<div class="image">
|
||||||
|
<img src="https://media.basspistol.com/panix/andra-stuk/1-distanser.jpeg" alt="Andra Stuk" class="editable" data-cms-source="/_layouts/album.html" data-cms-index="2" />
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
<!-- Content -->
|
||||||
|
<section class="wrapper style1 align-center">
|
||||||
|
<div class="inner" style="padding-top: 40px;">
|
||||||
|
<div class="index align-left">
|
||||||
|
<!-- Author -->
|
||||||
|
<section style="padding-top:40px;" id="moe">
|
||||||
|
|
||||||
|
|
||||||
|
<header id="author">
|
||||||
|
<div class="bio">
|
||||||
|
|
||||||
|
|
||||||
|
<h6>
|
||||||
|
|
||||||
|
Share this page:
|
||||||
|
</h6>
|
||||||
|
<ul class="icons">
|
||||||
|
<li><a target="_blank" rel="nofollow noopener" title="Share to facebook" alt="Share to facebook" href="https://touch.facebook.com/sharer.php?u=https://panix.basspistol.com/albums/andra-stuk/&quote=Andra Stuk%20by%20pax:nion%20via%20https://panix.basspistol.com" class="icon brands style1 fa-facebook-f"><span class="label">Facebook</span></a></li>
|
||||||
|
<li><a target="_blank" rel="nofollow noopener" title="Share to twitter" alt="Share to twitter" href="https://twitter.com/share?url=https://panix.basspistol.com/albums/andra-stuk/&text=Andra Stuk%20by%20pax:nion%20&hashtags=paxNion" class="icon brands style1 fa-twitter"><span class="label">Twitter</span></a></li>
|
||||||
|
<li><a target="_blank" rel="nofollow noopener" title="Share to telegram" alt="Share to telgram" href="https://telegram.me/share/url?url=https://panix.basspistol.com/albums/andra-stuk/&text=Andra Stuk%20by%20pax:nion" class="icon brands style1 fa-telegram"><span class="label">Telegram</span></a></li>
|
||||||
|
<li><a target="_blank" rel="nofollow noopener" title="Share to reddit" alt="Share to reddit" href="https://reddit.com/submit/?url=https://panix.basspistol.com/albums/andra-stuk/&title=Andra Stuk%20by%20pax:nion" class="icon brands style1 fa-reddit"><span class="label">Reddit</span></a></li>
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</header>
|
||||||
|
<!-- Content -->
|
||||||
|
<div class="content">
|
||||||
|
|
||||||
|
|
||||||
|
<!-- HERE BEGINS MADNESS -->
|
||||||
|
|
||||||
|
|
||||||
|
<!-- Content -->
|
||||||
|
<div class="content">
|
||||||
|
<div id="mainwrap">
|
||||||
|
<div id="nowPlay">
|
||||||
|
<p class="right" id="npTitle" style="font-weight: bold;"></p>
|
||||||
|
<p class="left" id="npAction">Paused...</p>
|
||||||
|
</div>
|
||||||
|
<div id="audiowrap">
|
||||||
|
<div id="audio0">
|
||||||
|
<audio id="audio1" controls="controls">Your browser does not support HTML5
|
||||||
|
Audio!</audio>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div id="tracks">
|
||||||
|
<a id="btnPrev"><span class="icon solid fa-fast-backward"></span></a>
|
||||||
|
<a id="btnNext"><span class="icon solid fa-fast-forward"></span></a>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
<div id="plwrap">
|
||||||
|
<ul id="plList">
|
||||||
|
|
||||||
|
<li>
|
||||||
|
<div class="plItem">
|
||||||
|
<div class="plNum">1.</div>
|
||||||
|
<div class="plTitle">Distanser</div>
|
||||||
|
<div class="plLength">2:11</div>
|
||||||
|
</div>
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li>
|
||||||
|
<div class="plItem">
|
||||||
|
<div class="plNum">2.</div>
|
||||||
|
<div class="plTitle">Brustabletter</div>
|
||||||
|
<div class="plLength">2:32</div>
|
||||||
|
</div>
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li>
|
||||||
|
<div class="plItem">
|
||||||
|
<div class="plNum">3.</div>
|
||||||
|
<div class="plTitle">Temptemp</div>
|
||||||
|
<div class="plLength">1:05</div>
|
||||||
|
</div>
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li>
|
||||||
|
<div class="plItem">
|
||||||
|
<div class="plNum">4.</div>
|
||||||
|
<div class="plTitle">Matlagning</div>
|
||||||
|
<div class="plLength">0:59</div>
|
||||||
|
</div>
|
||||||
|
</li>
|
||||||
|
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div id="noJSalbum">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<div class="plItem">
|
||||||
|
<div class="plNum">1.</div>
|
||||||
|
<div class="plTitle"><a href="https://media.basspistol.com/panix/andra-stuk/1-distanser.mp3">Distanser </a></div>
|
||||||
|
<div class="plLength">2:11</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<div class="plItem">
|
||||||
|
<div class="plNum">2.</div>
|
||||||
|
<div class="plTitle"><a href="https://media.basspistol.com/panix/andra-stuk/2-brustabletter.mp3">Brustabletter </a></div>
|
||||||
|
<div class="plLength">2:32</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<div class="plItem">
|
||||||
|
<div class="plNum">3.</div>
|
||||||
|
<div class="plTitle"><a href="https://media.basspistol.com/panix/andra-stuk/3-temptemp.mp3">Temptemp </a></div>
|
||||||
|
<div class="plLength">1:5</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<div class="plItem">
|
||||||
|
<div class="plNum">4.</div>
|
||||||
|
<div class="plTitle"><a href="https://media.basspistol.com/panix/andra-stuk/4-matlagning.mp3">Matlagning </a></div>
|
||||||
|
<div class="plLength">0:59</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="content" style="font-family: monospace;font-size: 16px;margin-top:60px;">
|
||||||
|
|
||||||
|
|
||||||
|
<p></p>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
|
||||||
|
|
||||||
|
<!-- HERE ENDS MADNESS -->
|
||||||
|
|
||||||
|
<section class="wrapper style1 align-center">
|
||||||
|
|
||||||
|
<div class="inner">
|
||||||
|
<h2>Track list</h2>
|
||||||
|
<p>Use thses pages to share one song in particulare</p>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</section>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<section class="spotlight style4 orient-left content-align-right image-position-center onscroll-image-fade-in" style="box-shadow: none;" >
|
||||||
|
<div class="content">
|
||||||
|
<h3>Distanser</h3>
|
||||||
|
<p>
|
||||||
|
2:11
|
||||||
|
<br /><strong>Electronic</strong>
|
||||||
|
<br />2010</p>
|
||||||
|
|
||||||
|
<ul class="actions stacked">
|
||||||
|
<li><a href="../../albums/andra-stuk/1-distanser/" class="button">Track</a></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<div class="image">
|
||||||
|
<img src="https://media.basspistol.com/panix/andra-stuk/1-distanser.jpeg" alt="Distanser" />
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<section class="spotlight style4 orient-right content-align-left image-position-center onscroll-image-fade-in" >
|
||||||
|
<div class="content">
|
||||||
|
<h3>Brustabletter</h3>
|
||||||
|
<p>
|
||||||
|
2:32
|
||||||
|
<br /><strong>Electronic</strong>
|
||||||
|
<br />2010</p>
|
||||||
|
|
||||||
|
<ul class="actions stacked">
|
||||||
|
<li><a href="../../albums/andra-stuk/2-brustabletter/" class="button">Track</a></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<div class="image">
|
||||||
|
<img src="https://media.basspistol.com/panix/andra-stuk/2-brustabletter.jpeg" alt="Brustabletter" />
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<section class="spotlight style4 orient-left content-align-right image-position-center onscroll-image-fade-in" >
|
||||||
|
<div class="content">
|
||||||
|
<h3>Temptemp</h3>
|
||||||
|
<p>
|
||||||
|
1:5
|
||||||
|
<br /><strong>Electronic</strong>
|
||||||
|
<br />2010</p>
|
||||||
|
|
||||||
|
<ul class="actions stacked">
|
||||||
|
<li><a href="../../albums/andra-stuk/3-temptemp/" class="button">Track</a></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<div class="image">
|
||||||
|
<img src="https://media.basspistol.com/panix/andra-stuk/3-temptemp.jpeg" alt="Temptemp" />
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<section class="spotlight style4 orient-right content-align-left image-position-center onscroll-image-fade-in" >
|
||||||
|
<div class="content">
|
||||||
|
<h3>Matlagning</h3>
|
||||||
|
<p>
|
||||||
|
0:59
|
||||||
|
<br /><strong>Electronic</strong>
|
||||||
|
<br />2010</p>
|
||||||
|
|
||||||
|
<ul class="actions stacked">
|
||||||
|
<li><a href="../../albums/andra-stuk/4-matlagning/" class="button">Track</a></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<div class="image">
|
||||||
|
<img src="https://media.basspistol.com/panix/andra-stuk/4-matlagning.jpeg" alt="Matlagning" />
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<section class="streambox" style="margin-top:40px;padding: 40px;">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<h3 style="text-align: center;display: block;">This release can't be bought</h3>
|
||||||
|
<p>But other releases are available here:</p>
|
||||||
|
|
||||||
|
|
||||||
|
<div class="streamer">
|
||||||
|
|
||||||
|
|
||||||
|
<a onclick="_paq.push(['trackEvent', 'StoreLink', 'Bandcamp']);" target="_blank" rel="noopener" href="https://panixheavyindustries.bandcamp.com" alt="Stream from Bandcamp" title="Stream from Bandcamp" class="button icon brands fa-bandcamp">Bandcamp</a>
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</section>
|
||||||
|
|
||||||
|
<section class="wrapper style1 align-center">
|
||||||
|
<div class="inner">
|
||||||
|
<div class="index align-left">
|
||||||
|
<!-- Author -->
|
||||||
|
|
||||||
|
<section>
|
||||||
|
|
||||||
|
<!-- Content -->
|
||||||
|
<div class="content">
|
||||||
|
<!-- post Naviation -->
|
||||||
|
<div style="text-align: center;">
|
||||||
|
<h3>More releases</h3>
|
||||||
|
</div>
|
||||||
|
<div class="post-nav">
|
||||||
|
<div>
|
||||||
|
|
||||||
|
<h4><a href="/albums/turnpot-pop/" alt="Read Turnpot Pop" title="Read Turnpot Pop"><i class="fas fa-arrow-left"></i></a> <a href="/albums/turnpot-pop/"> Turnpot Pop</a></h4>
|
||||||
|
<p style="margin-right: 20px"></p>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
<div class="post-nav-next">
|
||||||
|
|
||||||
|
<h4><a href="/albums/end2010-start2011/"> End2010 Start2011</a> <a href="/albums/end2010-start2011/" alt="Read End2010 Start2011" title="Read End2010 Start2011"><i class="fas fa-arrow-right"></i></a></h4>
|
||||||
|
<p style="margin-left: 20px"></p>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<!-- End Post Navigation -->
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
|
||||||
|
|
||||||
|
<!-- Footer -->
|
||||||
|
<footer id="footer" class="wrapper style1 align-center">
|
||||||
|
<div class="footflex">
|
||||||
|
<div>
|
||||||
|
<h4>pax:nion</h4>
|
||||||
|
<p>PHI, Panix Heavy Industries
|
||||||
|
<br /><a href="mailto:"></a></p>
|
||||||
|
</div>
|
||||||
|
<div>
|
||||||
|
<ul>
|
||||||
|
<li><a href="#top" class="smooth-scroll-middle">Back to top</a></li>
|
||||||
|
<li><a href="/#album0" class="smooth-scroll-middle">music</a></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<div><img src="/assets/panix-logo-dark.svg" style="max-width:300px" alt="pax:nion Logo" /></div>
|
||||||
|
</div>
|
||||||
|
<div class="inner">
|
||||||
|
<ul class="icons">
|
||||||
|
|
||||||
|
<!-- <li><a href="mailto:" class="icon style2 fa-envelope"><span class="label">Email</span></a></li> -->
|
||||||
|
</ul>
|
||||||
|
<p>©2020 Basspistol | <a href="../../webcreds/">Credits</a> | <a href="../../cookies/">Cookies & Privacy</a></p>
|
||||||
|
</div>
|
||||||
|
</footer>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
<!-- Navigation -->
|
||||||
|
<div id="logo" class="logo">
|
||||||
|
<a href="/" class="smooth-scroll-middle"><img width="200em" src="/assets/panix-logo.svg" alt=" Logo" /></a>
|
||||||
|
<a href="#navbar" onclick="blurBody()" alt="Navigation Menu" title="Navigation Menu"><span style="font-size: 34px;" class="icon solid fa-bars"></span></a>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div id="navbar" style="display: block;" class="modalDialog">
|
||||||
|
<a href="#close" onclick="removeBlur()" alt="Close Menu" title="Close Menu"><div id="closearea"> </div></a>
|
||||||
|
<nav>
|
||||||
|
<a href="#close" title="Close" onclick="removeBlur()" class="close-button close" style="margin: 0 auto;">X</a>
|
||||||
|
<ul>
|
||||||
|
|
||||||
|
|
||||||
|
<li><a href="../../" class="button small">Home</a></li>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<li><a href="../../releases/" class="button small">Releases</a></li>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<li><a href="../../logs/" class="button small">Web-Log</a></li>
|
||||||
|
|
||||||
|
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
</nav>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
<!-- End Navigation -->
|
||||||
|
<!-- Scripts -->
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<script src="../../assets/js/jquery.min.js"></script>
|
||||||
|
<script src="../../assets/js/jquery.scrollex.min.js"></script>
|
||||||
|
<script src="../../assets/js/jquery.scrolly.min.js"></script>
|
||||||
|
<script src="../../assets/js/browser.min.js"></script>
|
||||||
|
<script src="../../assets/js/breakpoints.min.js"></script>
|
||||||
|
<script src="../../assets/js/util.js"></script>
|
||||||
|
<script src="../../assets/js/main.js"></script>
|
||||||
|
<script src="../../assets/js/set.js"></script>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<script type="text/javascript">
|
||||||
|
// html5media enables <video> and <audio> tags in all major browsers
|
||||||
|
// External File: http://api.html5media.info/1.1.8/html5media.min.js
|
||||||
|
|
||||||
|
|
||||||
|
// Add user agent as an attribute on the <html> tag...
|
||||||
|
// Inspiration: http://css-tricks.com/ie-10-specific-styles/
|
||||||
|
var b = document.documentElement;
|
||||||
|
b.setAttribute('data-useragent', navigator.userAgent);
|
||||||
|
b.setAttribute('data-platform', navigator.platform);
|
||||||
|
|
||||||
|
|
||||||
|
// HTML5 audio player + playlist controls...
|
||||||
|
// Inspiration: http://jonhall.info/how_to/create_a_playlist_for_html5_audio
|
||||||
|
// Mythium Archive: https://archive.org/details/mythium/
|
||||||
|
jQuery(function ($) {
|
||||||
|
var supportsAudio = !!document.createElement('audio').canPlayType;
|
||||||
|
if (supportsAudio) {
|
||||||
|
var index = 0,
|
||||||
|
playing = false,
|
||||||
|
mediaPath = '',
|
||||||
|
extension = '',
|
||||||
|
tracks = [{
|
||||||
|
"track": 1,
|
||||||
|
"name": "Distanser",
|
||||||
|
"length": "2:11",
|
||||||
|
"file": "https://media.basspistol.com/panix/andra-stuk/1-distanser"
|
||||||
|
},{
|
||||||
|
"track": 2,
|
||||||
|
"name": "Brustabletter",
|
||||||
|
"length": "2:32",
|
||||||
|
"file": "https://media.basspistol.com/panix/andra-stuk/2-brustabletter"
|
||||||
|
},{
|
||||||
|
"track": 3,
|
||||||
|
"name": "Temptemp",
|
||||||
|
"length": "1:5",
|
||||||
|
"file": "https://media.basspistol.com/panix/andra-stuk/3-temptemp"
|
||||||
|
},{
|
||||||
|
"track": 4,
|
||||||
|
"name": "Matlagning",
|
||||||
|
"length": "0:59",
|
||||||
|
"file": "https://media.basspistol.com/panix/andra-stuk/4-matlagning"
|
||||||
|
}],
|
||||||
|
trackCount = tracks.length,
|
||||||
|
npAction = $('#npAction'),
|
||||||
|
npTitle = $('#npTitle'),
|
||||||
|
audio = $('#audio1').bind('play', function () {
|
||||||
|
playing = true;
|
||||||
|
npAction.text('Playing...');
|
||||||
|
}).bind('pause', function () {
|
||||||
|
playing = false;
|
||||||
|
npAction.text('Paused...');
|
||||||
|
}).bind('ended', function () {
|
||||||
|
npAction.text('Paused...');
|
||||||
|
if ((index + 1) < trackCount) {
|
||||||
|
index++;
|
||||||
|
loadTrack(index);
|
||||||
|
audio.play();
|
||||||
|
} else {
|
||||||
|
audio.pause();
|
||||||
|
index = 0;
|
||||||
|
loadTrack(index);
|
||||||
|
}
|
||||||
|
}).get(0),
|
||||||
|
btnPrev = $('#btnPrev').click(function () {
|
||||||
|
if ((index - 1) > -1) {
|
||||||
|
index--;
|
||||||
|
loadTrack(index);
|
||||||
|
if (playing) {
|
||||||
|
audio.play();
|
||||||
|
}
|
||||||
|
} else {
|
||||||
|
audio.pause();
|
||||||
|
index = 0;
|
||||||
|
loadTrack(index);
|
||||||
|
}
|
||||||
|
}),
|
||||||
|
btnNext = $('#btnNext').click(function () {
|
||||||
|
if ((index + 1) < trackCount) {
|
||||||
|
index++;
|
||||||
|
loadTrack(index);
|
||||||
|
if (playing) {
|
||||||
|
audio.play();
|
||||||
|
}
|
||||||
|
} else {
|
||||||
|
audio.pause();
|
||||||
|
index = 0;
|
||||||
|
loadTrack(index);
|
||||||
|
}
|
||||||
|
}),
|
||||||
|
li = $('#plList li').click(function () {
|
||||||
|
var id = parseInt($(this).index());
|
||||||
|
if (id !== index) {
|
||||||
|
playTrack(id);
|
||||||
|
}
|
||||||
|
}),
|
||||||
|
loadTrack = function (id) {
|
||||||
|
$('.plSel').removeClass('plSel');
|
||||||
|
$('#plList li:eq(' + id + ')').addClass('plSel');
|
||||||
|
npTitle.text(tracks[id].name);
|
||||||
|
index = id;
|
||||||
|
audio.src = mediaPath + tracks[id].file + extension;
|
||||||
|
$('audio').attr("data-matomo-title", tracks[id].name);
|
||||||
|
},
|
||||||
|
playTrack = function (id) {
|
||||||
|
loadTrack(id);
|
||||||
|
audio.play();
|
||||||
|
};
|
||||||
|
extension = audio.canPlayType('audio/mpeg') ? '.mp3' : audio.canPlayType('audio/ogg') ? '.ogg' : '';
|
||||||
|
loadTrack(index);
|
||||||
|
}
|
||||||
|
});
|
||||||
|
|
||||||
|
</script>
|
||||||
|
|
||||||
|
|
||||||
|
<div id="cookie-notice">
|
||||||
|
<p>We only use cookies if you consent to it. They don't contain any identifiable info: they just let us know if you enjoyed this enough to come back. <br />Click <a href="#" id="cookie-notice-decline">here</a> if you want this shit to go away without cookies. <br />Read more about how Basspistol <a href="/cookies/">use cookies</a> </p>
|
||||||
|
<a class="button small yes" href="#" id="cookie-notice-accept">I'm in!</a>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<script>
|
||||||
|
function createCookie(name, value, days) {
|
||||||
|
var expires = "";
|
||||||
|
if (days) {
|
||||||
|
var date = new Date();
|
||||||
|
date.setTime(date.getTime() + (days * 24 * 60 * 60 * 1000));
|
||||||
|
expires = "; expires=" + date.toUTCString();
|
||||||
|
}
|
||||||
|
document.cookie = name + "=" + value + expires + "; path=/";
|
||||||
|
}
|
||||||
|
function readCookie(name) {
|
||||||
|
var nameEQ = name + "=";
|
||||||
|
var ca = document.cookie.split(';');
|
||||||
|
for (var i = 0; i < ca.length; i++) {
|
||||||
|
var c = ca[i];
|
||||||
|
while (c.charAt(0) == ' ') c = c.substring(1, c.length);
|
||||||
|
if (c.indexOf(nameEQ) == 0) return c.substring(nameEQ.length, c.length);
|
||||||
|
}
|
||||||
|
return null;
|
||||||
|
}
|
||||||
|
function eraseCookie(name) {
|
||||||
|
createCookie(name, "", -1);
|
||||||
|
}
|
||||||
|
|
||||||
|
if (readCookie('cookie-notice-dismissed') == 'wantCookies') {
|
||||||
|
|
||||||
|
//* Matomo Tag Manager *//
|
||||||
|
|
||||||
|
var _mtm = _mtm || [];
|
||||||
|
_mtm.push({'mtm.startTime': (new Date().getTime()), 'event': 'mtm.Start'});
|
||||||
|
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
|
||||||
|
g.type='text/javascript'; g.async=true; g.defer=true; g.src='https://cdn.matomo.cloud/terminalnetwork.matomo.cloud/container_aJ0T3vZ5.js'; s.parentNode.insertBefore(g,s);
|
||||||
|
|
||||||
|
//* End Matomo Tag Manager *//
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
} else {
|
||||||
|
document.getElementById('cookie-notice').style.display = 'flex';
|
||||||
|
|
||||||
|
var _paq = window._paq || [];
|
||||||
|
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */
|
||||||
|
_paq.push(["setDocumentTitle", document.domain + "/" + document.title]);
|
||||||
|
_paq.push(["disableCookies"]);
|
||||||
|
_paq.push(['trackPageView']);
|
||||||
|
_paq.push(['enableLinkTracking']);
|
||||||
|
(function() {
|
||||||
|
var u="https://terminalnetwork.matomo.cloud/";
|
||||||
|
_paq.push(['setTrackerUrl', u+'matomo.php']);
|
||||||
|
_paq.push(['setSiteId', '14']);
|
||||||
|
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
|
||||||
|
g.type='text/javascript'; g.async=true; g.defer=true; g.src='//cdn.matomo.cloud/terminalnetwork.matomo.cloud/matomo.js'; s.parentNode.insertBefore(g,s);
|
||||||
|
})();
|
||||||
|
|
||||||
|
|
||||||
|
}
|
||||||
|
if (readCookie('cookie-notice-dismissed') == 'dontWantCookies') {
|
||||||
|
document.getElementById('cookie-notice').style.display = 'none';
|
||||||
|
|
||||||
|
var _paq = window._paq || [];
|
||||||
|
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */
|
||||||
|
_paq.push(["setDocumentTitle", document.domain + "/" + document.title]);
|
||||||
|
_paq.push(["disableCookies"]);
|
||||||
|
_paq.push(['trackPageView']);
|
||||||
|
_paq.push(['enableLinkTracking']);
|
||||||
|
(function() {
|
||||||
|
var u="https://terminalnetwork.matomo.cloud/";
|
||||||
|
_paq.push(['setTrackerUrl', u+'matomo.php']);
|
||||||
|
_paq.push(['setSiteId', '14']);
|
||||||
|
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
|
||||||
|
g.type='text/javascript'; g.async=true; g.defer=true; g.src='//cdn.matomo.cloud/terminalnetwork.matomo.cloud/matomo.js'; s.parentNode.insertBefore(g,s);
|
||||||
|
})();
|
||||||
|
|
||||||
|
}
|
||||||
|
document.getElementById('cookie-notice-accept').addEventListener("click", function () {
|
||||||
|
createCookie('cookie-notice-dismissed', 'wantCookies', 31);
|
||||||
|
document.getElementById('cookie-notice').style.display = 'none';
|
||||||
|
_paq.push(['trackEvent', 'Consent', 'wantCookie']);
|
||||||
|
location.reload();
|
||||||
|
});
|
||||||
|
|
||||||
|
document.getElementById('cookie-notice-decline').addEventListener("click", function () {
|
||||||
|
createCookie('cookie-notice-dismissed', 'dontWantCookies', 31);
|
||||||
|
document.getElementById('cookie-notice').style.display = 'none';
|
||||||
|
_paq.push(['trackEvent', 'Consent', 'dontWantCookie']);
|
||||||
|
location.reload();
|
||||||
|
});
|
||||||
|
|
||||||
|
// document.getElementById('cookie-notice-gimme').addEventListener("click", function () {
|
||||||
|
// createCookie('cookie-notice-dismissed', 'wantCookies', 31);
|
||||||
|
// document.getElementById('cookie-notice').style.display = 'none';
|
||||||
|
// location.reload();
|
||||||
|
// });
|
||||||
|
|
||||||
|
|
||||||
|
</script>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
404
albums/autumn-leaves/1-hot-ears/index.html
Normal file
404
albums/autumn-leaves/1-hot-ears/index.html
Normal file
|
|
@ -0,0 +1,404 @@
|
||||||
|
<!DOCTYPE html>
|
||||||
|
<!--
|
||||||
|
Based on _Story_ by html5up.net | @ajlkn
|
||||||
|
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
|
||||||
|
Remixed and Jekyllified by Setto
|
||||||
|
-->
|
||||||
|
<html lang="en">
|
||||||
|
<head>
|
||||||
|
<!-- Begin Jekyll SEO tag v2.6.1 -->
|
||||||
|
<meta name="generator" content="Jekyll v4.0.0" />
|
||||||
|
<meta property="og:title" content="1 Hot Ears" />
|
||||||
|
<meta name="author" content="pax:nion" />
|
||||||
|
<meta property="og:locale" content="en" />
|
||||||
|
<meta name="description" content="PHI, Panix Heavy Industries" />
|
||||||
|
<meta property="og:description" content="PHI, Panix Heavy Industries" />
|
||||||
|
<link rel="canonical" href="https://panix.basspistol.com/albums/autumn-leaves/1-hot-ears/" />
|
||||||
|
<meta property="og:url" content="https://panix.basspistol.com/albums/autumn-leaves/1-hot-ears/" />
|
||||||
|
<meta property="og:site_name" content="pax:nion" />
|
||||||
|
<meta property="og:type" content="article" />
|
||||||
|
<meta property="article:published_time" content="2020-07-05T18:07:03+00:00" />
|
||||||
|
<script type="application/ld+json">
|
||||||
|
{"description":"PHI, Panix Heavy Industries","@type":"AudioObject","headline":"1 Hot Ears","dateModified":"2020-07-05T18:06:59+00:00","datePublished":"2020-07-05T18:07:03+00:00","url":"https://panix.basspistol.com/albums/autumn-leaves/1-hot-ears/","author":{"@type":"Person","name":"pax:nion"},"publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://panix.basspistol.com/assets/img/setto_icon.png"},"name":"pax:nion"},"@context":"https://schema.org"}</script>
|
||||||
|
<!-- End Jekyll SEO tag -->
|
||||||
|
|
||||||
|
<link type="application/atom+xml" rel="alternate" href="https://panix.basspistol.com/feed.xml" title="" />
|
||||||
|
<!-- BEGIN seo.html -->
|
||||||
|
|
||||||
|
<title>Play Hot Ears by Panixonik</title>
|
||||||
|
<meta name="title" content="Play Hot Ears by Panixonik" />
|
||||||
|
|
||||||
|
<meta name="dc.date.modified" scheme="ISO8601" content="2020-07-05T18:06:59+00:00" />
|
||||||
|
<meta name="robots" content="index" />
|
||||||
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||||
|
<link rel="canonical" href="https://panix.basspistol.com/albums/autumn-leaves/1-hot-ears/" />
|
||||||
|
<link rel="alternate" hreflang="x-default" href="https://panix.basspistol.com/albums/autumn-leaves/1-hot-ears/" />
|
||||||
|
<meta name="geo.region" content="BJ-ZO" />
|
||||||
|
<meta name="geo.placename" content="Setto" />
|
||||||
|
<meta name="geo.position" content="7.48777;2.076389" />
|
||||||
|
<meta name="ICBM" content="7.48777, 2.076389" />
|
||||||
|
|
||||||
|
<!-- Dublin Core basic info -->
|
||||||
|
|
||||||
|
<meta name="dcterms.Identifier" content="https://panix.basspistol.com" />
|
||||||
|
<meta name="dcterms.Format" content="text/html" />
|
||||||
|
<meta name="dcterms.Relation" content="pax:nion" />
|
||||||
|
<meta name="dcterms.Publisher" content="pax:nion" />
|
||||||
|
<meta name="dcterms.Type" content="text/html" />
|
||||||
|
<meta name="dcterms.Coverage" content="https://panix.basspistol.com/" />
|
||||||
|
<meta name="dcterms.Rights" content="Copyright ©2020 pax:nion." />
|
||||||
|
|
||||||
|
<meta name="dcterms.Subject" content="Listen and to a track by Panixonik from the release Autumn Leaves and support your remote artist!" />
|
||||||
|
<meta name="dcterms.Title" content="Hot Ears - Panixonik | pax:nion" />
|
||||||
|
|
||||||
|
<meta name="dcterms.Contributor" content="pax:nion" />
|
||||||
|
<meta name="dcterms.Date" content="2020-07-05" />
|
||||||
|
<meta name="dcterms.Description" content="" />
|
||||||
|
|
||||||
|
<!-- Twitter Card -->
|
||||||
|
|
||||||
|
<meta name="twitter:card" content="summary" />
|
||||||
|
<meta name="twitter:site" content="@" />
|
||||||
|
<meta name="twitter:title" content="1 Hot Ears | pax:nion" />
|
||||||
|
<meta name="twitter:description" content="PHI, Panix Heavy Industries" />
|
||||||
|
|
||||||
|
<meta name="twitter:image" content="https://panix.basspistol.com/assets/albums/autumn-leaves/1-hot-ears.jpeg" />
|
||||||
|
|
||||||
|
<!-- END seo.html -->
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<meta charset="utf-8" />
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=yes" />
|
||||||
|
<link rel="stylesheet" href="../../../assets/css/main20200519.css" />
|
||||||
|
|
||||||
|
<link rel="apple-touch-icon" href="https://panix.basspistol.com/apple-touch-icon.png" />
|
||||||
|
<link rel="icon" type="image/png" href="https://panix.basspistol.com/touch-icon.png" sizes="192x192" />
|
||||||
|
<link rel="shortcut icon" href="https://panix.basspistol.com/assets/img/setto_icon.png" type="image/png" />
|
||||||
|
<noscript><link rel="stylesheet" href="../../../assets/css/noscript20200518-rev1.css" /></noscript>
|
||||||
|
</head>
|
||||||
|
|
||||||
|
<body class="is-preload" id="body">
|
||||||
|
<span id="top" style="display: none;"></span>
|
||||||
|
<!-- Wrapper -->
|
||||||
|
<div id="wrapper" class="divided" data-cms-content-wrapper="/_layouts/default.html">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<!-- Banner -->
|
||||||
|
<section
|
||||||
|
class="banner onload-image-fade-in onload-content-fade-right style3 fullscreen content-align-center image-position-center" style="background-image:url('https://media.basspistol.com/panix/autumn-leaves/1-hot-ears.jpeg');background-size: cover; background-repeat: no-repeat;">
|
||||||
|
<div style="z-index:0;position:absolute; top:0; left:0; width:100%;height:100%;background-color: rgba(13, 13 ,13, 0.85);"></div>
|
||||||
|
<div class="content" style="z-index:1">
|
||||||
|
<h1 style="margin-top:80px">Hot Ears</h1>
|
||||||
|
|
||||||
|
<p><strong><span id="tracktime"></span></strong><span id="hotears"></span></strong> <br />
|
||||||
|
Style: <strong>Electronic</strong>
|
||||||
|
</p>
|
||||||
|
<script type="text/javascript">
|
||||||
|
var hotearstimestamp = 166;
|
||||||
|
var hotearshours = Math.floor(hotearstimestamp / 60 / 60);
|
||||||
|
var hotearsminutes = Math.floor(hotearstimestamp / 60) - (hotearshours * 60);
|
||||||
|
var hotearsseconds = hotearstimestamp % 60;
|
||||||
|
var hotearsformatted = hotearshours.toString().padStart(2, '0') + ':' + hotearsminutes.toString().padStart(2, '0') + ':' + hotearsseconds.toString().padStart(2, '0');
|
||||||
|
var theSpan = document.getElementById("hotears");
|
||||||
|
theSpan.innerHTML = hotearsformatted;
|
||||||
|
</script>
|
||||||
|
|
||||||
|
|
||||||
|
<ul class="actions stacked">
|
||||||
|
<li><button id="mu_pause" class="smooth-scroll-middle button icon solid fa-play">Play dat!</button></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="image">
|
||||||
|
<img src="https://media.basspistol.com/panix/autumn-leaves/1-hot-ears.jpeg" alt="1 Hot Ears logo" id="coverart" />
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
|
||||||
|
|
||||||
|
<!-- Page navigation -->
|
||||||
|
<section class="wrapper style1 align-center">
|
||||||
|
<div class="inner">
|
||||||
|
<div class="index align-left">
|
||||||
|
<!-- Author -->
|
||||||
|
<section class="streambox" style="margin-top:40px;padding: 40px;">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<h3 style="text-align: center;display: block;">This track can't be bought</h3>
|
||||||
|
<p>But other tracks are available here:</p>
|
||||||
|
|
||||||
|
|
||||||
|
<div class="streamer">
|
||||||
|
|
||||||
|
|
||||||
|
<a onclick="_paq.push(['trackEvent', 'StoreLink', 'Bandcamp']);" target="_blank" rel="noopener" href="https://panixheavyindustries.bandcamp.com" alt="Stream from Bandcamp" title="Stream from Bandcamp" class="button icon brands fa-bandcamp">Bandcamp</a>
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</section>
|
||||||
|
<section>
|
||||||
|
<!-- Content -->
|
||||||
|
<div class="content">
|
||||||
|
<!-- post Naviation -->
|
||||||
|
<div style="text-align: center;">
|
||||||
|
<h3>Play more songs grom this release</h3>
|
||||||
|
</div>
|
||||||
|
<div class="post-nav">
|
||||||
|
<div>
|
||||||
|
|
||||||
|
<h4><a href="../../../albums/autumn-leaves/4-jappjapp/" alt="Read Jappjapp" title="Read Jappjapp"><i class="fas fa-arrow-left"></i></a> <a
|
||||||
|
href="../../../albums/autumn-leaves/4-jappjapp/"> Jappjapp</a>
|
||||||
|
</h4>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
<div class="post-nav-next">
|
||||||
|
|
||||||
|
<h4><a href="../../../albums/autumn-leaves/2-bonjour-tristesse/"> Bonjour Tristesse</a> <a
|
||||||
|
href="../../../albums/autumn-leaves/2-bonjour-tristesse/" alt="Read Bonjour Tristesse" title="Read Bonjour Tristesse"><i class="fas fa-arrow-right"></i></a></h4>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<!-- End Post Navigation -->
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
<!-- Audio player-->
|
||||||
|
<audio autoplay preload="true" data-matomo-title="Hot Ears">
|
||||||
|
<source src="https://media.basspistol.com/panix/autumn-leaves/1-hot-ears.mp3" type="audio/mpeg" ontimeupdate='updateTrackTime(this);' />
|
||||||
|
<h1>Your browser isn't ready for so much hotness. Use the download-link instead.</h1>.
|
||||||
|
</audio>
|
||||||
|
<!-- Footer -->
|
||||||
|
<footer id="footer" class="wrapper style1 align-center">
|
||||||
|
<div class="footflex">
|
||||||
|
<div>
|
||||||
|
<h4>pax:nion</h4>
|
||||||
|
<p>PHI, Panix Heavy Industries
|
||||||
|
<br /><a href="mailto:"></a></p>
|
||||||
|
</div>
|
||||||
|
<div>
|
||||||
|
<ul>
|
||||||
|
<li><a href="#top" class="smooth-scroll-middle">Back to top</a></li>
|
||||||
|
<li><a href="/#album0" class="smooth-scroll-middle">music</a></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<div><img src="/assets/panix-logo-dark.svg" style="max-width:300px" alt="pax:nion Logo" /></div>
|
||||||
|
</div>
|
||||||
|
<div class="inner">
|
||||||
|
<ul class="icons">
|
||||||
|
|
||||||
|
<!-- <li><a href="mailto:" class="icon style2 fa-envelope"><span class="label">Email</span></a></li> -->
|
||||||
|
</ul>
|
||||||
|
<p>©2020 Basspistol | <a href="../../../webcreds/">Credits</a> | <a href="../../../cookies/">Cookies & Privacy</a></p>
|
||||||
|
</div>
|
||||||
|
</footer>
|
||||||
|
|
||||||
|
|
||||||
|
<script type="text/javascript">
|
||||||
|
function loadUrl(newLocation) {
|
||||||
|
window.location = newLocation;
|
||||||
|
return false;
|
||||||
|
}
|
||||||
|
|
||||||
|
var mu = document.getElementsByTagName("audio")[0];
|
||||||
|
var pauseButton = document.getElementById("mu_pause");
|
||||||
|
var spincover = document.getElementById("coverart");
|
||||||
|
|
||||||
|
mu.addEventListener('ended', function () {
|
||||||
|
// only functional if "loop" is removed
|
||||||
|
mu.pause();
|
||||||
|
mu.currentTime = 0;
|
||||||
|
loadUrl("../../../autumn-leaves/2-bonjour-tristesse/"); return false;
|
||||||
|
});
|
||||||
|
mu.onplaying = function() {
|
||||||
|
pauseButton.innerHTML = "Pause";
|
||||||
|
pauseButton.classList.remove("fa-play");
|
||||||
|
pauseButton.classList.add("fa-pause");
|
||||||
|
spincover.classList.add("spinnit");
|
||||||
|
spincover.classList.remove("paused");
|
||||||
|
};
|
||||||
|
|
||||||
|
pauseButton.addEventListener("click", function () {
|
||||||
|
if (mu.paused) {
|
||||||
|
mu.play();
|
||||||
|
|
||||||
|
}
|
||||||
|
else {
|
||||||
|
mu.pause();
|
||||||
|
pauseButton.innerHTML = "Resume";
|
||||||
|
pauseButton.classList.add("fa-play");
|
||||||
|
pauseButton.classList.remove("fa-pause");
|
||||||
|
spincover.classList.add("paused");
|
||||||
|
}
|
||||||
|
});
|
||||||
|
|
||||||
|
mu.addEventListener('timeupdate', function () {
|
||||||
|
var timestamp = Math.floor(mu.currentTime);
|
||||||
|
var hours = Math.floor(timestamp / 60 / 60);
|
||||||
|
var minutes = Math.floor(timestamp / 60) - (hours * 60);
|
||||||
|
var seconds = timestamp % 60;
|
||||||
|
var formatted = hours.toString().padStart(2, '0') + ':' + minutes.toString().padStart(2, '0') + ':' + seconds.toString().padStart(2, '0');
|
||||||
|
var thecurrentSpan = document.getElementById("tracktime");
|
||||||
|
thecurrentSpan.innerHTML = formatted + ' / ';
|
||||||
|
});
|
||||||
|
|
||||||
|
</script>
|
||||||
|
</div>
|
||||||
|
<!-- Navigation -->
|
||||||
|
<div id="logo" class="logo">
|
||||||
|
<a href="/" class="smooth-scroll-middle"><img width="200em" src="/assets/panix-logo.svg" alt=" Logo" /></a>
|
||||||
|
<a href="#navbar" onclick="blurBody()" alt="Navigation Menu" title="Navigation Menu"><span style="font-size: 34px;" class="icon solid fa-bars"></span></a>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div id="navbar" style="display: block;" class="modalDialog">
|
||||||
|
<a href="#close" onclick="removeBlur()" alt="Close Menu" title="Close Menu"><div id="closearea"> </div></a>
|
||||||
|
<nav>
|
||||||
|
<a href="#close" title="Close" onclick="removeBlur()" class="close-button close" style="margin: 0 auto;">X</a>
|
||||||
|
<ul>
|
||||||
|
|
||||||
|
|
||||||
|
<li><a href="../../../" class="button small">Home</a></li>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<li><a href="../../../releases/" class="button small">Releases</a></li>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<li><a href="../../../logs/" class="button small">Web-Log</a></li>
|
||||||
|
|
||||||
|
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
</nav>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
<!-- End Navigation -->
|
||||||
|
<!-- Scripts -->
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<script src="../../../assets/js/jquery.min.js"></script>
|
||||||
|
<script src="../../../assets/js/jquery.scrollex.min.js"></script>
|
||||||
|
<script src="../../../assets/js/jquery.scrolly.min.js"></script>
|
||||||
|
<script src="../../../assets/js/browser.min.js"></script>
|
||||||
|
<script src="../../../assets/js/breakpoints.min.js"></script>
|
||||||
|
<script src="../../../assets/js/util.js"></script>
|
||||||
|
<script src="../../../assets/js/main.js"></script>
|
||||||
|
<script src="../../../assets/js/set.js"></script>
|
||||||
|
|
||||||
|
|
||||||
|
<div id="cookie-notice">
|
||||||
|
<p>We only use cookies if you consent to it. They don't contain any identifiable info: they just let us know if you enjoyed this enough to come back. <br />Click <a href="#" id="cookie-notice-decline">here</a> if you want this shit to go away without cookies. <br />Read more about how Basspistol <a href="/cookies/">use cookies</a> </p>
|
||||||
|
<a class="button small yes" href="#" id="cookie-notice-accept">I'm in!</a>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<script>
|
||||||
|
function createCookie(name, value, days) {
|
||||||
|
var expires = "";
|
||||||
|
if (days) {
|
||||||
|
var date = new Date();
|
||||||
|
date.setTime(date.getTime() + (days * 24 * 60 * 60 * 1000));
|
||||||
|
expires = "; expires=" + date.toUTCString();
|
||||||
|
}
|
||||||
|
document.cookie = name + "=" + value + expires + "; path=/";
|
||||||
|
}
|
||||||
|
function readCookie(name) {
|
||||||
|
var nameEQ = name + "=";
|
||||||
|
var ca = document.cookie.split(';');
|
||||||
|
for (var i = 0; i < ca.length; i++) {
|
||||||
|
var c = ca[i];
|
||||||
|
while (c.charAt(0) == ' ') c = c.substring(1, c.length);
|
||||||
|
if (c.indexOf(nameEQ) == 0) return c.substring(nameEQ.length, c.length);
|
||||||
|
}
|
||||||
|
return null;
|
||||||
|
}
|
||||||
|
function eraseCookie(name) {
|
||||||
|
createCookie(name, "", -1);
|
||||||
|
}
|
||||||
|
|
||||||
|
if (readCookie('cookie-notice-dismissed') == 'wantCookies') {
|
||||||
|
|
||||||
|
//* Matomo Tag Manager *//
|
||||||
|
|
||||||
|
var _mtm = _mtm || [];
|
||||||
|
_mtm.push({'mtm.startTime': (new Date().getTime()), 'event': 'mtm.Start'});
|
||||||
|
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
|
||||||
|
g.type='text/javascript'; g.async=true; g.defer=true; g.src='https://cdn.matomo.cloud/terminalnetwork.matomo.cloud/container_aJ0T3vZ5.js'; s.parentNode.insertBefore(g,s);
|
||||||
|
|
||||||
|
//* End Matomo Tag Manager *//
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
} else {
|
||||||
|
document.getElementById('cookie-notice').style.display = 'flex';
|
||||||
|
|
||||||
|
var _paq = window._paq || [];
|
||||||
|
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */
|
||||||
|
_paq.push(["setDocumentTitle", document.domain + "/" + document.title]);
|
||||||
|
_paq.push(["disableCookies"]);
|
||||||
|
_paq.push(['trackPageView']);
|
||||||
|
_paq.push(['enableLinkTracking']);
|
||||||
|
(function() {
|
||||||
|
var u="https://terminalnetwork.matomo.cloud/";
|
||||||
|
_paq.push(['setTrackerUrl', u+'matomo.php']);
|
||||||
|
_paq.push(['setSiteId', '14']);
|
||||||
|
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
|
||||||
|
g.type='text/javascript'; g.async=true; g.defer=true; g.src='//cdn.matomo.cloud/terminalnetwork.matomo.cloud/matomo.js'; s.parentNode.insertBefore(g,s);
|
||||||
|
})();
|
||||||
|
|
||||||
|
|
||||||
|
}
|
||||||
|
if (readCookie('cookie-notice-dismissed') == 'dontWantCookies') {
|
||||||
|
document.getElementById('cookie-notice').style.display = 'none';
|
||||||
|
|
||||||
|
var _paq = window._paq || [];
|
||||||
|
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */
|
||||||
|
_paq.push(["setDocumentTitle", document.domain + "/" + document.title]);
|
||||||
|
_paq.push(["disableCookies"]);
|
||||||
|
_paq.push(['trackPageView']);
|
||||||
|
_paq.push(['enableLinkTracking']);
|
||||||
|
(function() {
|
||||||
|
var u="https://terminalnetwork.matomo.cloud/";
|
||||||
|
_paq.push(['setTrackerUrl', u+'matomo.php']);
|
||||||
|
_paq.push(['setSiteId', '14']);
|
||||||
|
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
|
||||||
|
g.type='text/javascript'; g.async=true; g.defer=true; g.src='//cdn.matomo.cloud/terminalnetwork.matomo.cloud/matomo.js'; s.parentNode.insertBefore(g,s);
|
||||||
|
})();
|
||||||
|
|
||||||
|
}
|
||||||
|
document.getElementById('cookie-notice-accept').addEventListener("click", function () {
|
||||||
|
createCookie('cookie-notice-dismissed', 'wantCookies', 31);
|
||||||
|
document.getElementById('cookie-notice').style.display = 'none';
|
||||||
|
_paq.push(['trackEvent', 'Consent', 'wantCookie']);
|
||||||
|
location.reload();
|
||||||
|
});
|
||||||
|
|
||||||
|
document.getElementById('cookie-notice-decline').addEventListener("click", function () {
|
||||||
|
createCookie('cookie-notice-dismissed', 'dontWantCookies', 31);
|
||||||
|
document.getElementById('cookie-notice').style.display = 'none';
|
||||||
|
_paq.push(['trackEvent', 'Consent', 'dontWantCookie']);
|
||||||
|
location.reload();
|
||||||
|
});
|
||||||
|
|
||||||
|
// document.getElementById('cookie-notice-gimme').addEventListener("click", function () {
|
||||||
|
// createCookie('cookie-notice-dismissed', 'wantCookies', 31);
|
||||||
|
// document.getElementById('cookie-notice').style.display = 'none';
|
||||||
|
// location.reload();
|
||||||
|
// });
|
||||||
|
|
||||||
|
|
||||||
|
</script>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
404
albums/autumn-leaves/2-bonjour-tristesse/index.html
Normal file
404
albums/autumn-leaves/2-bonjour-tristesse/index.html
Normal file
|
|
@ -0,0 +1,404 @@
|
||||||
|
<!DOCTYPE html>
|
||||||
|
<!--
|
||||||
|
Based on _Story_ by html5up.net | @ajlkn
|
||||||
|
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
|
||||||
|
Remixed and Jekyllified by Setto
|
||||||
|
-->
|
||||||
|
<html lang="en">
|
||||||
|
<head>
|
||||||
|
<!-- Begin Jekyll SEO tag v2.6.1 -->
|
||||||
|
<meta name="generator" content="Jekyll v4.0.0" />
|
||||||
|
<meta property="og:title" content="2 Bonjour Tristesse" />
|
||||||
|
<meta name="author" content="pax:nion" />
|
||||||
|
<meta property="og:locale" content="en" />
|
||||||
|
<meta name="description" content="PHI, Panix Heavy Industries" />
|
||||||
|
<meta property="og:description" content="PHI, Panix Heavy Industries" />
|
||||||
|
<link rel="canonical" href="https://panix.basspistol.com/albums/autumn-leaves/2-bonjour-tristesse/" />
|
||||||
|
<meta property="og:url" content="https://panix.basspistol.com/albums/autumn-leaves/2-bonjour-tristesse/" />
|
||||||
|
<meta property="og:site_name" content="pax:nion" />
|
||||||
|
<meta property="og:type" content="article" />
|
||||||
|
<meta property="article:published_time" content="2020-07-05T18:07:03+00:00" />
|
||||||
|
<script type="application/ld+json">
|
||||||
|
{"description":"PHI, Panix Heavy Industries","@type":"AudioObject","headline":"2 Bonjour Tristesse","dateModified":"2020-07-05T18:06:59+00:00","datePublished":"2020-07-05T18:07:03+00:00","url":"https://panix.basspistol.com/albums/autumn-leaves/2-bonjour-tristesse/","author":{"@type":"Person","name":"pax:nion"},"publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://panix.basspistol.com/assets/img/setto_icon.png"},"name":"pax:nion"},"@context":"https://schema.org"}</script>
|
||||||
|
<!-- End Jekyll SEO tag -->
|
||||||
|
|
||||||
|
<link type="application/atom+xml" rel="alternate" href="https://panix.basspistol.com/feed.xml" title="" />
|
||||||
|
<!-- BEGIN seo.html -->
|
||||||
|
|
||||||
|
<title>Play Bonjour Tristesse by Panixonik</title>
|
||||||
|
<meta name="title" content="Play Bonjour Tristesse by Panixonik" />
|
||||||
|
|
||||||
|
<meta name="dc.date.modified" scheme="ISO8601" content="2020-07-05T18:06:59+00:00" />
|
||||||
|
<meta name="robots" content="index" />
|
||||||
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||||
|
<link rel="canonical" href="https://panix.basspistol.com/albums/autumn-leaves/2-bonjour-tristesse/" />
|
||||||
|
<link rel="alternate" hreflang="x-default" href="https://panix.basspistol.com/albums/autumn-leaves/2-bonjour-tristesse/" />
|
||||||
|
<meta name="geo.region" content="BJ-ZO" />
|
||||||
|
<meta name="geo.placename" content="Setto" />
|
||||||
|
<meta name="geo.position" content="7.48777;2.076389" />
|
||||||
|
<meta name="ICBM" content="7.48777, 2.076389" />
|
||||||
|
|
||||||
|
<!-- Dublin Core basic info -->
|
||||||
|
|
||||||
|
<meta name="dcterms.Identifier" content="https://panix.basspistol.com" />
|
||||||
|
<meta name="dcterms.Format" content="text/html" />
|
||||||
|
<meta name="dcterms.Relation" content="pax:nion" />
|
||||||
|
<meta name="dcterms.Publisher" content="pax:nion" />
|
||||||
|
<meta name="dcterms.Type" content="text/html" />
|
||||||
|
<meta name="dcterms.Coverage" content="https://panix.basspistol.com/" />
|
||||||
|
<meta name="dcterms.Rights" content="Copyright ©2020 pax:nion." />
|
||||||
|
|
||||||
|
<meta name="dcterms.Subject" content="Listen and to a track by Panixonik from the release Autumn Leaves and support your remote artist!" />
|
||||||
|
<meta name="dcterms.Title" content="Bonjour Tristesse - Panixonik | pax:nion" />
|
||||||
|
|
||||||
|
<meta name="dcterms.Contributor" content="pax:nion" />
|
||||||
|
<meta name="dcterms.Date" content="2020-07-05" />
|
||||||
|
<meta name="dcterms.Description" content="" />
|
||||||
|
|
||||||
|
<!-- Twitter Card -->
|
||||||
|
|
||||||
|
<meta name="twitter:card" content="summary" />
|
||||||
|
<meta name="twitter:site" content="@" />
|
||||||
|
<meta name="twitter:title" content="2 Bonjour Tristesse | pax:nion" />
|
||||||
|
<meta name="twitter:description" content="PHI, Panix Heavy Industries" />
|
||||||
|
|
||||||
|
<meta name="twitter:image" content="https://panix.basspistol.com/assets/albums/autumn-leaves/2-bonjour-tristesse.jpeg" />
|
||||||
|
|
||||||
|
<!-- END seo.html -->
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<meta charset="utf-8" />
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=yes" />
|
||||||
|
<link rel="stylesheet" href="../../../assets/css/main20200519.css" />
|
||||||
|
|
||||||
|
<link rel="apple-touch-icon" href="https://panix.basspistol.com/apple-touch-icon.png" />
|
||||||
|
<link rel="icon" type="image/png" href="https://panix.basspistol.com/touch-icon.png" sizes="192x192" />
|
||||||
|
<link rel="shortcut icon" href="https://panix.basspistol.com/assets/img/setto_icon.png" type="image/png" />
|
||||||
|
<noscript><link rel="stylesheet" href="../../../assets/css/noscript20200518-rev1.css" /></noscript>
|
||||||
|
</head>
|
||||||
|
|
||||||
|
<body class="is-preload" id="body">
|
||||||
|
<span id="top" style="display: none;"></span>
|
||||||
|
<!-- Wrapper -->
|
||||||
|
<div id="wrapper" class="divided" data-cms-content-wrapper="/_layouts/default.html">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<!-- Banner -->
|
||||||
|
<section
|
||||||
|
class="banner onload-image-fade-in onload-content-fade-right style3 fullscreen content-align-center image-position-center" style="background-image:url('https://media.basspistol.com/panix/autumn-leaves/2-bonjour-tristesse.jpeg');background-size: cover; background-repeat: no-repeat;">
|
||||||
|
<div style="z-index:0;position:absolute; top:0; left:0; width:100%;height:100%;background-color: rgba(13, 13 ,13, 0.85);"></div>
|
||||||
|
<div class="content" style="z-index:1">
|
||||||
|
<h1 style="margin-top:80px">Bonjour Tristesse</h1>
|
||||||
|
|
||||||
|
<p><strong><span id="tracktime"></span></strong><span id="bonjourtristesse"></span></strong> <br />
|
||||||
|
Style: <strong>Electronic</strong>
|
||||||
|
</p>
|
||||||
|
<script type="text/javascript">
|
||||||
|
var bonjourtristessetimestamp = 164;
|
||||||
|
var bonjourtristessehours = Math.floor(bonjourtristessetimestamp / 60 / 60);
|
||||||
|
var bonjourtristesseminutes = Math.floor(bonjourtristessetimestamp / 60) - (bonjourtristessehours * 60);
|
||||||
|
var bonjourtristesseseconds = bonjourtristessetimestamp % 60;
|
||||||
|
var bonjourtristesseformatted = bonjourtristessehours.toString().padStart(2, '0') + ':' + bonjourtristesseminutes.toString().padStart(2, '0') + ':' + bonjourtristesseseconds.toString().padStart(2, '0');
|
||||||
|
var theSpan = document.getElementById("bonjourtristesse");
|
||||||
|
theSpan.innerHTML = bonjourtristesseformatted;
|
||||||
|
</script>
|
||||||
|
|
||||||
|
|
||||||
|
<ul class="actions stacked">
|
||||||
|
<li><button id="mu_pause" class="smooth-scroll-middle button icon solid fa-play">Play dat!</button></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="image">
|
||||||
|
<img src="https://media.basspistol.com/panix/autumn-leaves/2-bonjour-tristesse.jpeg" alt="2 Bonjour Tristesse logo" id="coverart" />
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
|
||||||
|
|
||||||
|
<!-- Page navigation -->
|
||||||
|
<section class="wrapper style1 align-center">
|
||||||
|
<div class="inner">
|
||||||
|
<div class="index align-left">
|
||||||
|
<!-- Author -->
|
||||||
|
<section class="streambox" style="margin-top:40px;padding: 40px;">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<h3 style="text-align: center;display: block;">This track can't be bought</h3>
|
||||||
|
<p>But other tracks are available here:</p>
|
||||||
|
|
||||||
|
|
||||||
|
<div class="streamer">
|
||||||
|
|
||||||
|
|
||||||
|
<a onclick="_paq.push(['trackEvent', 'StoreLink', 'Bandcamp']);" target="_blank" rel="noopener" href="https://panixheavyindustries.bandcamp.com" alt="Stream from Bandcamp" title="Stream from Bandcamp" class="button icon brands fa-bandcamp">Bandcamp</a>
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</section>
|
||||||
|
<section>
|
||||||
|
<!-- Content -->
|
||||||
|
<div class="content">
|
||||||
|
<!-- post Naviation -->
|
||||||
|
<div style="text-align: center;">
|
||||||
|
<h3>Play more songs grom this release</h3>
|
||||||
|
</div>
|
||||||
|
<div class="post-nav">
|
||||||
|
<div>
|
||||||
|
|
||||||
|
<h4><a href="../../../albums/autumn-leaves/1-hot-ears/" alt="Read Hot Ears" title="Read Hot Ears"><i class="fas fa-arrow-left"></i></a> <a
|
||||||
|
href="../../../albums/autumn-leaves/1-hot-ears/"> Hot Ears</a>
|
||||||
|
</h4>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
<div class="post-nav-next">
|
||||||
|
|
||||||
|
<h4><a href="../../../albums/autumn-leaves/3-kafferep/"> Kafferep</a> <a
|
||||||
|
href="../../../albums/autumn-leaves/3-kafferep/" alt="Read Kafferep" title="Read Kafferep"><i class="fas fa-arrow-right"></i></a></h4>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<!-- End Post Navigation -->
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
<!-- Audio player-->
|
||||||
|
<audio autoplay preload="true" data-matomo-title="Bonjour Tristesse">
|
||||||
|
<source src="https://media.basspistol.com/panix/autumn-leaves/2-bonjour-tristesse.mp3" type="audio/mpeg" ontimeupdate='updateTrackTime(this);' />
|
||||||
|
<h1>Your browser isn't ready for so much hotness. Use the download-link instead.</h1>.
|
||||||
|
</audio>
|
||||||
|
<!-- Footer -->
|
||||||
|
<footer id="footer" class="wrapper style1 align-center">
|
||||||
|
<div class="footflex">
|
||||||
|
<div>
|
||||||
|
<h4>pax:nion</h4>
|
||||||
|
<p>PHI, Panix Heavy Industries
|
||||||
|
<br /><a href="mailto:"></a></p>
|
||||||
|
</div>
|
||||||
|
<div>
|
||||||
|
<ul>
|
||||||
|
<li><a href="#top" class="smooth-scroll-middle">Back to top</a></li>
|
||||||
|
<li><a href="/#album0" class="smooth-scroll-middle">music</a></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<div><img src="/assets/panix-logo-dark.svg" style="max-width:300px" alt="pax:nion Logo" /></div>
|
||||||
|
</div>
|
||||||
|
<div class="inner">
|
||||||
|
<ul class="icons">
|
||||||
|
|
||||||
|
<!-- <li><a href="mailto:" class="icon style2 fa-envelope"><span class="label">Email</span></a></li> -->
|
||||||
|
</ul>
|
||||||
|
<p>©2020 Basspistol | <a href="../../../webcreds/">Credits</a> | <a href="../../../cookies/">Cookies & Privacy</a></p>
|
||||||
|
</div>
|
||||||
|
</footer>
|
||||||
|
|
||||||
|
|
||||||
|
<script type="text/javascript">
|
||||||
|
function loadUrl(newLocation) {
|
||||||
|
window.location = newLocation;
|
||||||
|
return false;
|
||||||
|
}
|
||||||
|
|
||||||
|
var mu = document.getElementsByTagName("audio")[0];
|
||||||
|
var pauseButton = document.getElementById("mu_pause");
|
||||||
|
var spincover = document.getElementById("coverart");
|
||||||
|
|
||||||
|
mu.addEventListener('ended', function () {
|
||||||
|
// only functional if "loop" is removed
|
||||||
|
mu.pause();
|
||||||
|
mu.currentTime = 0;
|
||||||
|
loadUrl("../../../autumn-leaves/3-kafferep/"); return false;
|
||||||
|
});
|
||||||
|
mu.onplaying = function() {
|
||||||
|
pauseButton.innerHTML = "Pause";
|
||||||
|
pauseButton.classList.remove("fa-play");
|
||||||
|
pauseButton.classList.add("fa-pause");
|
||||||
|
spincover.classList.add("spinnit");
|
||||||
|
spincover.classList.remove("paused");
|
||||||
|
};
|
||||||
|
|
||||||
|
pauseButton.addEventListener("click", function () {
|
||||||
|
if (mu.paused) {
|
||||||
|
mu.play();
|
||||||
|
|
||||||
|
}
|
||||||
|
else {
|
||||||
|
mu.pause();
|
||||||
|
pauseButton.innerHTML = "Resume";
|
||||||
|
pauseButton.classList.add("fa-play");
|
||||||
|
pauseButton.classList.remove("fa-pause");
|
||||||
|
spincover.classList.add("paused");
|
||||||
|
}
|
||||||
|
});
|
||||||
|
|
||||||
|
mu.addEventListener('timeupdate', function () {
|
||||||
|
var timestamp = Math.floor(mu.currentTime);
|
||||||
|
var hours = Math.floor(timestamp / 60 / 60);
|
||||||
|
var minutes = Math.floor(timestamp / 60) - (hours * 60);
|
||||||
|
var seconds = timestamp % 60;
|
||||||
|
var formatted = hours.toString().padStart(2, '0') + ':' + minutes.toString().padStart(2, '0') + ':' + seconds.toString().padStart(2, '0');
|
||||||
|
var thecurrentSpan = document.getElementById("tracktime");
|
||||||
|
thecurrentSpan.innerHTML = formatted + ' / ';
|
||||||
|
});
|
||||||
|
|
||||||
|
</script>
|
||||||
|
</div>
|
||||||
|
<!-- Navigation -->
|
||||||
|
<div id="logo" class="logo">
|
||||||
|
<a href="/" class="smooth-scroll-middle"><img width="200em" src="/assets/panix-logo.svg" alt=" Logo" /></a>
|
||||||
|
<a href="#navbar" onclick="blurBody()" alt="Navigation Menu" title="Navigation Menu"><span style="font-size: 34px;" class="icon solid fa-bars"></span></a>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div id="navbar" style="display: block;" class="modalDialog">
|
||||||
|
<a href="#close" onclick="removeBlur()" alt="Close Menu" title="Close Menu"><div id="closearea"> </div></a>
|
||||||
|
<nav>
|
||||||
|
<a href="#close" title="Close" onclick="removeBlur()" class="close-button close" style="margin: 0 auto;">X</a>
|
||||||
|
<ul>
|
||||||
|
|
||||||
|
|
||||||
|
<li><a href="../../../" class="button small">Home</a></li>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<li><a href="../../../releases/" class="button small">Releases</a></li>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<li><a href="../../../logs/" class="button small">Web-Log</a></li>
|
||||||
|
|
||||||
|
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
</nav>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
<!-- End Navigation -->
|
||||||
|
<!-- Scripts -->
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<script src="../../../assets/js/jquery.min.js"></script>
|
||||||
|
<script src="../../../assets/js/jquery.scrollex.min.js"></script>
|
||||||
|
<script src="../../../assets/js/jquery.scrolly.min.js"></script>
|
||||||
|
<script src="../../../assets/js/browser.min.js"></script>
|
||||||
|
<script src="../../../assets/js/breakpoints.min.js"></script>
|
||||||
|
<script src="../../../assets/js/util.js"></script>
|
||||||
|
<script src="../../../assets/js/main.js"></script>
|
||||||
|
<script src="../../../assets/js/set.js"></script>
|
||||||
|
|
||||||
|
|
||||||
|
<div id="cookie-notice">
|
||||||
|
<p>We only use cookies if you consent to it. They don't contain any identifiable info: they just let us know if you enjoyed this enough to come back. <br />Click <a href="#" id="cookie-notice-decline">here</a> if you want this shit to go away without cookies. <br />Read more about how Basspistol <a href="/cookies/">use cookies</a> </p>
|
||||||
|
<a class="button small yes" href="#" id="cookie-notice-accept">I'm in!</a>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<script>
|
||||||
|
function createCookie(name, value, days) {
|
||||||
|
var expires = "";
|
||||||
|
if (days) {
|
||||||
|
var date = new Date();
|
||||||
|
date.setTime(date.getTime() + (days * 24 * 60 * 60 * 1000));
|
||||||
|
expires = "; expires=" + date.toUTCString();
|
||||||
|
}
|
||||||
|
document.cookie = name + "=" + value + expires + "; path=/";
|
||||||
|
}
|
||||||
|
function readCookie(name) {
|
||||||
|
var nameEQ = name + "=";
|
||||||
|
var ca = document.cookie.split(';');
|
||||||
|
for (var i = 0; i < ca.length; i++) {
|
||||||
|
var c = ca[i];
|
||||||
|
while (c.charAt(0) == ' ') c = c.substring(1, c.length);
|
||||||
|
if (c.indexOf(nameEQ) == 0) return c.substring(nameEQ.length, c.length);
|
||||||
|
}
|
||||||
|
return null;
|
||||||
|
}
|
||||||
|
function eraseCookie(name) {
|
||||||
|
createCookie(name, "", -1);
|
||||||
|
}
|
||||||
|
|
||||||
|
if (readCookie('cookie-notice-dismissed') == 'wantCookies') {
|
||||||
|
|
||||||
|
//* Matomo Tag Manager *//
|
||||||
|
|
||||||
|
var _mtm = _mtm || [];
|
||||||
|
_mtm.push({'mtm.startTime': (new Date().getTime()), 'event': 'mtm.Start'});
|
||||||
|
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
|
||||||
|
g.type='text/javascript'; g.async=true; g.defer=true; g.src='https://cdn.matomo.cloud/terminalnetwork.matomo.cloud/container_aJ0T3vZ5.js'; s.parentNode.insertBefore(g,s);
|
||||||
|
|
||||||
|
//* End Matomo Tag Manager *//
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
} else {
|
||||||
|
document.getElementById('cookie-notice').style.display = 'flex';
|
||||||
|
|
||||||
|
var _paq = window._paq || [];
|
||||||
|
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */
|
||||||
|
_paq.push(["setDocumentTitle", document.domain + "/" + document.title]);
|
||||||
|
_paq.push(["disableCookies"]);
|
||||||
|
_paq.push(['trackPageView']);
|
||||||
|
_paq.push(['enableLinkTracking']);
|
||||||
|
(function() {
|
||||||
|
var u="https://terminalnetwork.matomo.cloud/";
|
||||||
|
_paq.push(['setTrackerUrl', u+'matomo.php']);
|
||||||
|
_paq.push(['setSiteId', '14']);
|
||||||
|
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
|
||||||
|
g.type='text/javascript'; g.async=true; g.defer=true; g.src='//cdn.matomo.cloud/terminalnetwork.matomo.cloud/matomo.js'; s.parentNode.insertBefore(g,s);
|
||||||
|
})();
|
||||||
|
|
||||||
|
|
||||||
|
}
|
||||||
|
if (readCookie('cookie-notice-dismissed') == 'dontWantCookies') {
|
||||||
|
document.getElementById('cookie-notice').style.display = 'none';
|
||||||
|
|
||||||
|
var _paq = window._paq || [];
|
||||||
|
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */
|
||||||
|
_paq.push(["setDocumentTitle", document.domain + "/" + document.title]);
|
||||||
|
_paq.push(["disableCookies"]);
|
||||||
|
_paq.push(['trackPageView']);
|
||||||
|
_paq.push(['enableLinkTracking']);
|
||||||
|
(function() {
|
||||||
|
var u="https://terminalnetwork.matomo.cloud/";
|
||||||
|
_paq.push(['setTrackerUrl', u+'matomo.php']);
|
||||||
|
_paq.push(['setSiteId', '14']);
|
||||||
|
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
|
||||||
|
g.type='text/javascript'; g.async=true; g.defer=true; g.src='//cdn.matomo.cloud/terminalnetwork.matomo.cloud/matomo.js'; s.parentNode.insertBefore(g,s);
|
||||||
|
})();
|
||||||
|
|
||||||
|
}
|
||||||
|
document.getElementById('cookie-notice-accept').addEventListener("click", function () {
|
||||||
|
createCookie('cookie-notice-dismissed', 'wantCookies', 31);
|
||||||
|
document.getElementById('cookie-notice').style.display = 'none';
|
||||||
|
_paq.push(['trackEvent', 'Consent', 'wantCookie']);
|
||||||
|
location.reload();
|
||||||
|
});
|
||||||
|
|
||||||
|
document.getElementById('cookie-notice-decline').addEventListener("click", function () {
|
||||||
|
createCookie('cookie-notice-dismissed', 'dontWantCookies', 31);
|
||||||
|
document.getElementById('cookie-notice').style.display = 'none';
|
||||||
|
_paq.push(['trackEvent', 'Consent', 'dontWantCookie']);
|
||||||
|
location.reload();
|
||||||
|
});
|
||||||
|
|
||||||
|
// document.getElementById('cookie-notice-gimme').addEventListener("click", function () {
|
||||||
|
// createCookie('cookie-notice-dismissed', 'wantCookies', 31);
|
||||||
|
// document.getElementById('cookie-notice').style.display = 'none';
|
||||||
|
// location.reload();
|
||||||
|
// });
|
||||||
|
|
||||||
|
|
||||||
|
</script>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
404
albums/autumn-leaves/3-kafferep/index.html
Normal file
404
albums/autumn-leaves/3-kafferep/index.html
Normal file
|
|
@ -0,0 +1,404 @@
|
||||||
|
<!DOCTYPE html>
|
||||||
|
<!--
|
||||||
|
Based on _Story_ by html5up.net | @ajlkn
|
||||||
|
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
|
||||||
|
Remixed and Jekyllified by Setto
|
||||||
|
-->
|
||||||
|
<html lang="en">
|
||||||
|
<head>
|
||||||
|
<!-- Begin Jekyll SEO tag v2.6.1 -->
|
||||||
|
<meta name="generator" content="Jekyll v4.0.0" />
|
||||||
|
<meta property="og:title" content="3 Kafferep" />
|
||||||
|
<meta name="author" content="pax:nion" />
|
||||||
|
<meta property="og:locale" content="en" />
|
||||||
|
<meta name="description" content="PHI, Panix Heavy Industries" />
|
||||||
|
<meta property="og:description" content="PHI, Panix Heavy Industries" />
|
||||||
|
<link rel="canonical" href="https://panix.basspistol.com/albums/autumn-leaves/3-kafferep/" />
|
||||||
|
<meta property="og:url" content="https://panix.basspistol.com/albums/autumn-leaves/3-kafferep/" />
|
||||||
|
<meta property="og:site_name" content="pax:nion" />
|
||||||
|
<meta property="og:type" content="article" />
|
||||||
|
<meta property="article:published_time" content="2020-07-05T18:07:03+00:00" />
|
||||||
|
<script type="application/ld+json">
|
||||||
|
{"description":"PHI, Panix Heavy Industries","@type":"AudioObject","headline":"3 Kafferep","dateModified":"2020-07-05T18:06:59+00:00","datePublished":"2020-07-05T18:07:03+00:00","url":"https://panix.basspistol.com/albums/autumn-leaves/3-kafferep/","author":{"@type":"Person","name":"pax:nion"},"publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://panix.basspistol.com/assets/img/setto_icon.png"},"name":"pax:nion"},"@context":"https://schema.org"}</script>
|
||||||
|
<!-- End Jekyll SEO tag -->
|
||||||
|
|
||||||
|
<link type="application/atom+xml" rel="alternate" href="https://panix.basspistol.com/feed.xml" title="" />
|
||||||
|
<!-- BEGIN seo.html -->
|
||||||
|
|
||||||
|
<title>Play Kafferep by Panixonik</title>
|
||||||
|
<meta name="title" content="Play Kafferep by Panixonik" />
|
||||||
|
|
||||||
|
<meta name="dc.date.modified" scheme="ISO8601" content="2020-07-05T18:06:59+00:00" />
|
||||||
|
<meta name="robots" content="index" />
|
||||||
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||||
|
<link rel="canonical" href="https://panix.basspistol.com/albums/autumn-leaves/3-kafferep/" />
|
||||||
|
<link rel="alternate" hreflang="x-default" href="https://panix.basspistol.com/albums/autumn-leaves/3-kafferep/" />
|
||||||
|
<meta name="geo.region" content="BJ-ZO" />
|
||||||
|
<meta name="geo.placename" content="Setto" />
|
||||||
|
<meta name="geo.position" content="7.48777;2.076389" />
|
||||||
|
<meta name="ICBM" content="7.48777, 2.076389" />
|
||||||
|
|
||||||
|
<!-- Dublin Core basic info -->
|
||||||
|
|
||||||
|
<meta name="dcterms.Identifier" content="https://panix.basspistol.com" />
|
||||||
|
<meta name="dcterms.Format" content="text/html" />
|
||||||
|
<meta name="dcterms.Relation" content="pax:nion" />
|
||||||
|
<meta name="dcterms.Publisher" content="pax:nion" />
|
||||||
|
<meta name="dcterms.Type" content="text/html" />
|
||||||
|
<meta name="dcterms.Coverage" content="https://panix.basspistol.com/" />
|
||||||
|
<meta name="dcterms.Rights" content="Copyright ©2020 pax:nion." />
|
||||||
|
|
||||||
|
<meta name="dcterms.Subject" content="Listen and to a track by Panixonik from the release Autumn Leaves and support your remote artist!" />
|
||||||
|
<meta name="dcterms.Title" content="Kafferep - Panixonik | pax:nion" />
|
||||||
|
|
||||||
|
<meta name="dcterms.Contributor" content="pax:nion" />
|
||||||
|
<meta name="dcterms.Date" content="2020-07-05" />
|
||||||
|
<meta name="dcterms.Description" content="" />
|
||||||
|
|
||||||
|
<!-- Twitter Card -->
|
||||||
|
|
||||||
|
<meta name="twitter:card" content="summary" />
|
||||||
|
<meta name="twitter:site" content="@" />
|
||||||
|
<meta name="twitter:title" content="3 Kafferep | pax:nion" />
|
||||||
|
<meta name="twitter:description" content="PHI, Panix Heavy Industries" />
|
||||||
|
|
||||||
|
<meta name="twitter:image" content="https://panix.basspistol.com/assets/albums/autumn-leaves/3-kafferep.jpeg" />
|
||||||
|
|
||||||
|
<!-- END seo.html -->
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<meta charset="utf-8" />
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=yes" />
|
||||||
|
<link rel="stylesheet" href="../../../assets/css/main20200519.css" />
|
||||||
|
|
||||||
|
<link rel="apple-touch-icon" href="https://panix.basspistol.com/apple-touch-icon.png" />
|
||||||
|
<link rel="icon" type="image/png" href="https://panix.basspistol.com/touch-icon.png" sizes="192x192" />
|
||||||
|
<link rel="shortcut icon" href="https://panix.basspistol.com/assets/img/setto_icon.png" type="image/png" />
|
||||||
|
<noscript><link rel="stylesheet" href="../../../assets/css/noscript20200518-rev1.css" /></noscript>
|
||||||
|
</head>
|
||||||
|
|
||||||
|
<body class="is-preload" id="body">
|
||||||
|
<span id="top" style="display: none;"></span>
|
||||||
|
<!-- Wrapper -->
|
||||||
|
<div id="wrapper" class="divided" data-cms-content-wrapper="/_layouts/default.html">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<!-- Banner -->
|
||||||
|
<section
|
||||||
|
class="banner onload-image-fade-in onload-content-fade-right style3 fullscreen content-align-center image-position-center" style="background-image:url('https://media.basspistol.com/panix/autumn-leaves/3-kafferep.jpeg');background-size: cover; background-repeat: no-repeat;">
|
||||||
|
<div style="z-index:0;position:absolute; top:0; left:0; width:100%;height:100%;background-color: rgba(13, 13 ,13, 0.85);"></div>
|
||||||
|
<div class="content" style="z-index:1">
|
||||||
|
<h1 style="margin-top:80px">Kafferep</h1>
|
||||||
|
|
||||||
|
<p><strong><span id="tracktime"></span></strong><span id="kafferep"></span></strong> <br />
|
||||||
|
Style: <strong>Electronic</strong>
|
||||||
|
</p>
|
||||||
|
<script type="text/javascript">
|
||||||
|
var kaffereptimestamp = 179;
|
||||||
|
var kafferephours = Math.floor(kaffereptimestamp / 60 / 60);
|
||||||
|
var kafferepminutes = Math.floor(kaffereptimestamp / 60) - (kafferephours * 60);
|
||||||
|
var kafferepseconds = kaffereptimestamp % 60;
|
||||||
|
var kafferepformatted = kafferephours.toString().padStart(2, '0') + ':' + kafferepminutes.toString().padStart(2, '0') + ':' + kafferepseconds.toString().padStart(2, '0');
|
||||||
|
var theSpan = document.getElementById("kafferep");
|
||||||
|
theSpan.innerHTML = kafferepformatted;
|
||||||
|
</script>
|
||||||
|
|
||||||
|
|
||||||
|
<ul class="actions stacked">
|
||||||
|
<li><button id="mu_pause" class="smooth-scroll-middle button icon solid fa-play">Play dat!</button></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="image">
|
||||||
|
<img src="https://media.basspistol.com/panix/autumn-leaves/3-kafferep.jpeg" alt="3 Kafferep logo" id="coverart" />
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
|
||||||
|
|
||||||
|
<!-- Page navigation -->
|
||||||
|
<section class="wrapper style1 align-center">
|
||||||
|
<div class="inner">
|
||||||
|
<div class="index align-left">
|
||||||
|
<!-- Author -->
|
||||||
|
<section class="streambox" style="margin-top:40px;padding: 40px;">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<h3 style="text-align: center;display: block;">This track can't be bought</h3>
|
||||||
|
<p>But other tracks are available here:</p>
|
||||||
|
|
||||||
|
|
||||||
|
<div class="streamer">
|
||||||
|
|
||||||
|
|
||||||
|
<a onclick="_paq.push(['trackEvent', 'StoreLink', 'Bandcamp']);" target="_blank" rel="noopener" href="https://panixheavyindustries.bandcamp.com" alt="Stream from Bandcamp" title="Stream from Bandcamp" class="button icon brands fa-bandcamp">Bandcamp</a>
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</section>
|
||||||
|
<section>
|
||||||
|
<!-- Content -->
|
||||||
|
<div class="content">
|
||||||
|
<!-- post Naviation -->
|
||||||
|
<div style="text-align: center;">
|
||||||
|
<h3>Play more songs grom this release</h3>
|
||||||
|
</div>
|
||||||
|
<div class="post-nav">
|
||||||
|
<div>
|
||||||
|
|
||||||
|
<h4><a href="../../../albums/autumn-leaves/2-bonjour-tristesse/" alt="Read Bonjour Tristesse" title="Read Bonjour Tristesse"><i class="fas fa-arrow-left"></i></a> <a
|
||||||
|
href="../../../albums/autumn-leaves/2-bonjour-tristesse/"> Bonjour Tristesse</a>
|
||||||
|
</h4>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
<div class="post-nav-next">
|
||||||
|
|
||||||
|
<h4><a href="../../../albums/autumn-leaves/4-jappjapp/"> Jappjapp</a> <a
|
||||||
|
href="../../../albums/autumn-leaves/4-jappjapp/" alt="Read Jappjapp" title="Read Jappjapp"><i class="fas fa-arrow-right"></i></a></h4>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<!-- End Post Navigation -->
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
<!-- Audio player-->
|
||||||
|
<audio autoplay preload="true" data-matomo-title="Kafferep">
|
||||||
|
<source src="https://media.basspistol.com/panix/autumn-leaves/3-kafferep.mp3" type="audio/mpeg" ontimeupdate='updateTrackTime(this);' />
|
||||||
|
<h1>Your browser isn't ready for so much hotness. Use the download-link instead.</h1>.
|
||||||
|
</audio>
|
||||||
|
<!-- Footer -->
|
||||||
|
<footer id="footer" class="wrapper style1 align-center">
|
||||||
|
<div class="footflex">
|
||||||
|
<div>
|
||||||
|
<h4>pax:nion</h4>
|
||||||
|
<p>PHI, Panix Heavy Industries
|
||||||
|
<br /><a href="mailto:"></a></p>
|
||||||
|
</div>
|
||||||
|
<div>
|
||||||
|
<ul>
|
||||||
|
<li><a href="#top" class="smooth-scroll-middle">Back to top</a></li>
|
||||||
|
<li><a href="/#album0" class="smooth-scroll-middle">music</a></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<div><img src="/assets/panix-logo-dark.svg" style="max-width:300px" alt="pax:nion Logo" /></div>
|
||||||
|
</div>
|
||||||
|
<div class="inner">
|
||||||
|
<ul class="icons">
|
||||||
|
|
||||||
|
<!-- <li><a href="mailto:" class="icon style2 fa-envelope"><span class="label">Email</span></a></li> -->
|
||||||
|
</ul>
|
||||||
|
<p>©2020 Basspistol | <a href="../../../webcreds/">Credits</a> | <a href="../../../cookies/">Cookies & Privacy</a></p>
|
||||||
|
</div>
|
||||||
|
</footer>
|
||||||
|
|
||||||
|
|
||||||
|
<script type="text/javascript">
|
||||||
|
function loadUrl(newLocation) {
|
||||||
|
window.location = newLocation;
|
||||||
|
return false;
|
||||||
|
}
|
||||||
|
|
||||||
|
var mu = document.getElementsByTagName("audio")[0];
|
||||||
|
var pauseButton = document.getElementById("mu_pause");
|
||||||
|
var spincover = document.getElementById("coverart");
|
||||||
|
|
||||||
|
mu.addEventListener('ended', function () {
|
||||||
|
// only functional if "loop" is removed
|
||||||
|
mu.pause();
|
||||||
|
mu.currentTime = 0;
|
||||||
|
loadUrl("../../../autumn-leaves/4-jappjapp/"); return false;
|
||||||
|
});
|
||||||
|
mu.onplaying = function() {
|
||||||
|
pauseButton.innerHTML = "Pause";
|
||||||
|
pauseButton.classList.remove("fa-play");
|
||||||
|
pauseButton.classList.add("fa-pause");
|
||||||
|
spincover.classList.add("spinnit");
|
||||||
|
spincover.classList.remove("paused");
|
||||||
|
};
|
||||||
|
|
||||||
|
pauseButton.addEventListener("click", function () {
|
||||||
|
if (mu.paused) {
|
||||||
|
mu.play();
|
||||||
|
|
||||||
|
}
|
||||||
|
else {
|
||||||
|
mu.pause();
|
||||||
|
pauseButton.innerHTML = "Resume";
|
||||||
|
pauseButton.classList.add("fa-play");
|
||||||
|
pauseButton.classList.remove("fa-pause");
|
||||||
|
spincover.classList.add("paused");
|
||||||
|
}
|
||||||
|
});
|
||||||
|
|
||||||
|
mu.addEventListener('timeupdate', function () {
|
||||||
|
var timestamp = Math.floor(mu.currentTime);
|
||||||
|
var hours = Math.floor(timestamp / 60 / 60);
|
||||||
|
var minutes = Math.floor(timestamp / 60) - (hours * 60);
|
||||||
|
var seconds = timestamp % 60;
|
||||||
|
var formatted = hours.toString().padStart(2, '0') + ':' + minutes.toString().padStart(2, '0') + ':' + seconds.toString().padStart(2, '0');
|
||||||
|
var thecurrentSpan = document.getElementById("tracktime");
|
||||||
|
thecurrentSpan.innerHTML = formatted + ' / ';
|
||||||
|
});
|
||||||
|
|
||||||
|
</script>
|
||||||
|
</div>
|
||||||
|
<!-- Navigation -->
|
||||||
|
<div id="logo" class="logo">
|
||||||
|
<a href="/" class="smooth-scroll-middle"><img width="200em" src="/assets/panix-logo.svg" alt=" Logo" /></a>
|
||||||
|
<a href="#navbar" onclick="blurBody()" alt="Navigation Menu" title="Navigation Menu"><span style="font-size: 34px;" class="icon solid fa-bars"></span></a>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div id="navbar" style="display: block;" class="modalDialog">
|
||||||
|
<a href="#close" onclick="removeBlur()" alt="Close Menu" title="Close Menu"><div id="closearea"> </div></a>
|
||||||
|
<nav>
|
||||||
|
<a href="#close" title="Close" onclick="removeBlur()" class="close-button close" style="margin: 0 auto;">X</a>
|
||||||
|
<ul>
|
||||||
|
|
||||||
|
|
||||||
|
<li><a href="../../../" class="button small">Home</a></li>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<li><a href="../../../releases/" class="button small">Releases</a></li>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<li><a href="../../../logs/" class="button small">Web-Log</a></li>
|
||||||
|
|
||||||
|
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
</nav>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
<!-- End Navigation -->
|
||||||
|
<!-- Scripts -->
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<script src="../../../assets/js/jquery.min.js"></script>
|
||||||
|
<script src="../../../assets/js/jquery.scrollex.min.js"></script>
|
||||||
|
<script src="../../../assets/js/jquery.scrolly.min.js"></script>
|
||||||
|
<script src="../../../assets/js/browser.min.js"></script>
|
||||||
|
<script src="../../../assets/js/breakpoints.min.js"></script>
|
||||||
|
<script src="../../../assets/js/util.js"></script>
|
||||||
|
<script src="../../../assets/js/main.js"></script>
|
||||||
|
<script src="../../../assets/js/set.js"></script>
|
||||||
|
|
||||||
|
|
||||||
|
<div id="cookie-notice">
|
||||||
|
<p>We only use cookies if you consent to it. They don't contain any identifiable info: they just let us know if you enjoyed this enough to come back. <br />Click <a href="#" id="cookie-notice-decline">here</a> if you want this shit to go away without cookies. <br />Read more about how Basspistol <a href="/cookies/">use cookies</a> </p>
|
||||||
|
<a class="button small yes" href="#" id="cookie-notice-accept">I'm in!</a>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<script>
|
||||||
|
function createCookie(name, value, days) {
|
||||||
|
var expires = "";
|
||||||
|
if (days) {
|
||||||
|
var date = new Date();
|
||||||
|
date.setTime(date.getTime() + (days * 24 * 60 * 60 * 1000));
|
||||||
|
expires = "; expires=" + date.toUTCString();
|
||||||
|
}
|
||||||
|
document.cookie = name + "=" + value + expires + "; path=/";
|
||||||
|
}
|
||||||
|
function readCookie(name) {
|
||||||
|
var nameEQ = name + "=";
|
||||||
|
var ca = document.cookie.split(';');
|
||||||
|
for (var i = 0; i < ca.length; i++) {
|
||||||
|
var c = ca[i];
|
||||||
|
while (c.charAt(0) == ' ') c = c.substring(1, c.length);
|
||||||
|
if (c.indexOf(nameEQ) == 0) return c.substring(nameEQ.length, c.length);
|
||||||
|
}
|
||||||
|
return null;
|
||||||
|
}
|
||||||
|
function eraseCookie(name) {
|
||||||
|
createCookie(name, "", -1);
|
||||||
|
}
|
||||||
|
|
||||||
|
if (readCookie('cookie-notice-dismissed') == 'wantCookies') {
|
||||||
|
|
||||||
|
//* Matomo Tag Manager *//
|
||||||
|
|
||||||
|
var _mtm = _mtm || [];
|
||||||
|
_mtm.push({'mtm.startTime': (new Date().getTime()), 'event': 'mtm.Start'});
|
||||||
|
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
|
||||||
|
g.type='text/javascript'; g.async=true; g.defer=true; g.src='https://cdn.matomo.cloud/terminalnetwork.matomo.cloud/container_aJ0T3vZ5.js'; s.parentNode.insertBefore(g,s);
|
||||||
|
|
||||||
|
//* End Matomo Tag Manager *//
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
} else {
|
||||||
|
document.getElementById('cookie-notice').style.display = 'flex';
|
||||||
|
|
||||||
|
var _paq = window._paq || [];
|
||||||
|
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */
|
||||||
|
_paq.push(["setDocumentTitle", document.domain + "/" + document.title]);
|
||||||
|
_paq.push(["disableCookies"]);
|
||||||
|
_paq.push(['trackPageView']);
|
||||||
|
_paq.push(['enableLinkTracking']);
|
||||||
|
(function() {
|
||||||
|
var u="https://terminalnetwork.matomo.cloud/";
|
||||||
|
_paq.push(['setTrackerUrl', u+'matomo.php']);
|
||||||
|
_paq.push(['setSiteId', '14']);
|
||||||
|
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
|
||||||
|
g.type='text/javascript'; g.async=true; g.defer=true; g.src='//cdn.matomo.cloud/terminalnetwork.matomo.cloud/matomo.js'; s.parentNode.insertBefore(g,s);
|
||||||
|
})();
|
||||||
|
|
||||||
|
|
||||||
|
}
|
||||||
|
if (readCookie('cookie-notice-dismissed') == 'dontWantCookies') {
|
||||||
|
document.getElementById('cookie-notice').style.display = 'none';
|
||||||
|
|
||||||
|
var _paq = window._paq || [];
|
||||||
|
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */
|
||||||
|
_paq.push(["setDocumentTitle", document.domain + "/" + document.title]);
|
||||||
|
_paq.push(["disableCookies"]);
|
||||||
|
_paq.push(['trackPageView']);
|
||||||
|
_paq.push(['enableLinkTracking']);
|
||||||
|
(function() {
|
||||||
|
var u="https://terminalnetwork.matomo.cloud/";
|
||||||
|
_paq.push(['setTrackerUrl', u+'matomo.php']);
|
||||||
|
_paq.push(['setSiteId', '14']);
|
||||||
|
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
|
||||||
|
g.type='text/javascript'; g.async=true; g.defer=true; g.src='//cdn.matomo.cloud/terminalnetwork.matomo.cloud/matomo.js'; s.parentNode.insertBefore(g,s);
|
||||||
|
})();
|
||||||
|
|
||||||
|
}
|
||||||
|
document.getElementById('cookie-notice-accept').addEventListener("click", function () {
|
||||||
|
createCookie('cookie-notice-dismissed', 'wantCookies', 31);
|
||||||
|
document.getElementById('cookie-notice').style.display = 'none';
|
||||||
|
_paq.push(['trackEvent', 'Consent', 'wantCookie']);
|
||||||
|
location.reload();
|
||||||
|
});
|
||||||
|
|
||||||
|
document.getElementById('cookie-notice-decline').addEventListener("click", function () {
|
||||||
|
createCookie('cookie-notice-dismissed', 'dontWantCookies', 31);
|
||||||
|
document.getElementById('cookie-notice').style.display = 'none';
|
||||||
|
_paq.push(['trackEvent', 'Consent', 'dontWantCookie']);
|
||||||
|
location.reload();
|
||||||
|
});
|
||||||
|
|
||||||
|
// document.getElementById('cookie-notice-gimme').addEventListener("click", function () {
|
||||||
|
// createCookie('cookie-notice-dismissed', 'wantCookies', 31);
|
||||||
|
// document.getElementById('cookie-notice').style.display = 'none';
|
||||||
|
// location.reload();
|
||||||
|
// });
|
||||||
|
|
||||||
|
|
||||||
|
</script>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
404
albums/autumn-leaves/4-jappjapp/index.html
Normal file
404
albums/autumn-leaves/4-jappjapp/index.html
Normal file
|
|
@ -0,0 +1,404 @@
|
||||||
|
<!DOCTYPE html>
|
||||||
|
<!--
|
||||||
|
Based on _Story_ by html5up.net | @ajlkn
|
||||||
|
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
|
||||||
|
Remixed and Jekyllified by Setto
|
||||||
|
-->
|
||||||
|
<html lang="en">
|
||||||
|
<head>
|
||||||
|
<!-- Begin Jekyll SEO tag v2.6.1 -->
|
||||||
|
<meta name="generator" content="Jekyll v4.0.0" />
|
||||||
|
<meta property="og:title" content="4 Jappjapp" />
|
||||||
|
<meta name="author" content="pax:nion" />
|
||||||
|
<meta property="og:locale" content="en" />
|
||||||
|
<meta name="description" content="PHI, Panix Heavy Industries" />
|
||||||
|
<meta property="og:description" content="PHI, Panix Heavy Industries" />
|
||||||
|
<link rel="canonical" href="https://panix.basspistol.com/albums/autumn-leaves/4-jappjapp/" />
|
||||||
|
<meta property="og:url" content="https://panix.basspistol.com/albums/autumn-leaves/4-jappjapp/" />
|
||||||
|
<meta property="og:site_name" content="pax:nion" />
|
||||||
|
<meta property="og:type" content="article" />
|
||||||
|
<meta property="article:published_time" content="2020-07-05T18:07:03+00:00" />
|
||||||
|
<script type="application/ld+json">
|
||||||
|
{"description":"PHI, Panix Heavy Industries","@type":"AudioObject","headline":"4 Jappjapp","dateModified":"2020-07-05T18:06:59+00:00","datePublished":"2020-07-05T18:07:03+00:00","url":"https://panix.basspistol.com/albums/autumn-leaves/4-jappjapp/","author":{"@type":"Person","name":"pax:nion"},"publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://panix.basspistol.com/assets/img/setto_icon.png"},"name":"pax:nion"},"@context":"https://schema.org"}</script>
|
||||||
|
<!-- End Jekyll SEO tag -->
|
||||||
|
|
||||||
|
<link type="application/atom+xml" rel="alternate" href="https://panix.basspistol.com/feed.xml" title="" />
|
||||||
|
<!-- BEGIN seo.html -->
|
||||||
|
|
||||||
|
<title>Play Jappjapp by Panixonik</title>
|
||||||
|
<meta name="title" content="Play Jappjapp by Panixonik" />
|
||||||
|
|
||||||
|
<meta name="dc.date.modified" scheme="ISO8601" content="2020-07-05T18:06:59+00:00" />
|
||||||
|
<meta name="robots" content="index" />
|
||||||
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||||
|
<link rel="canonical" href="https://panix.basspistol.com/albums/autumn-leaves/4-jappjapp/" />
|
||||||
|
<link rel="alternate" hreflang="x-default" href="https://panix.basspistol.com/albums/autumn-leaves/4-jappjapp/" />
|
||||||
|
<meta name="geo.region" content="BJ-ZO" />
|
||||||
|
<meta name="geo.placename" content="Setto" />
|
||||||
|
<meta name="geo.position" content="7.48777;2.076389" />
|
||||||
|
<meta name="ICBM" content="7.48777, 2.076389" />
|
||||||
|
|
||||||
|
<!-- Dublin Core basic info -->
|
||||||
|
|
||||||
|
<meta name="dcterms.Identifier" content="https://panix.basspistol.com" />
|
||||||
|
<meta name="dcterms.Format" content="text/html" />
|
||||||
|
<meta name="dcterms.Relation" content="pax:nion" />
|
||||||
|
<meta name="dcterms.Publisher" content="pax:nion" />
|
||||||
|
<meta name="dcterms.Type" content="text/html" />
|
||||||
|
<meta name="dcterms.Coverage" content="https://panix.basspistol.com/" />
|
||||||
|
<meta name="dcterms.Rights" content="Copyright ©2020 pax:nion." />
|
||||||
|
|
||||||
|
<meta name="dcterms.Subject" content="Listen and to a track by Panixonik from the release Autumn Leaves and support your remote artist!" />
|
||||||
|
<meta name="dcterms.Title" content="Jappjapp - Panixonik | pax:nion" />
|
||||||
|
|
||||||
|
<meta name="dcterms.Contributor" content="pax:nion" />
|
||||||
|
<meta name="dcterms.Date" content="2020-07-05" />
|
||||||
|
<meta name="dcterms.Description" content="" />
|
||||||
|
|
||||||
|
<!-- Twitter Card -->
|
||||||
|
|
||||||
|
<meta name="twitter:card" content="summary" />
|
||||||
|
<meta name="twitter:site" content="@" />
|
||||||
|
<meta name="twitter:title" content="4 Jappjapp | pax:nion" />
|
||||||
|
<meta name="twitter:description" content="PHI, Panix Heavy Industries" />
|
||||||
|
|
||||||
|
<meta name="twitter:image" content="https://panix.basspistol.com/assets/albums/autumn-leaves/4-jappjapp.jpeg" />
|
||||||
|
|
||||||
|
<!-- END seo.html -->
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<meta charset="utf-8" />
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=yes" />
|
||||||
|
<link rel="stylesheet" href="../../../assets/css/main20200519.css" />
|
||||||
|
|
||||||
|
<link rel="apple-touch-icon" href="https://panix.basspistol.com/apple-touch-icon.png" />
|
||||||
|
<link rel="icon" type="image/png" href="https://panix.basspistol.com/touch-icon.png" sizes="192x192" />
|
||||||
|
<link rel="shortcut icon" href="https://panix.basspistol.com/assets/img/setto_icon.png" type="image/png" />
|
||||||
|
<noscript><link rel="stylesheet" href="../../../assets/css/noscript20200518-rev1.css" /></noscript>
|
||||||
|
</head>
|
||||||
|
|
||||||
|
<body class="is-preload" id="body">
|
||||||
|
<span id="top" style="display: none;"></span>
|
||||||
|
<!-- Wrapper -->
|
||||||
|
<div id="wrapper" class="divided" data-cms-content-wrapper="/_layouts/default.html">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<!-- Banner -->
|
||||||
|
<section
|
||||||
|
class="banner onload-image-fade-in onload-content-fade-right style3 fullscreen content-align-center image-position-center" style="background-image:url('https://media.basspistol.com/panix/autumn-leaves/4-jappjapp.jpeg');background-size: cover; background-repeat: no-repeat;">
|
||||||
|
<div style="z-index:0;position:absolute; top:0; left:0; width:100%;height:100%;background-color: rgba(13, 13 ,13, 0.85);"></div>
|
||||||
|
<div class="content" style="z-index:1">
|
||||||
|
<h1 style="margin-top:80px">Jappjapp</h1>
|
||||||
|
|
||||||
|
<p><strong><span id="tracktime"></span></strong><span id="jappjapp"></span></strong> <br />
|
||||||
|
Style: <strong>Electronic</strong>
|
||||||
|
</p>
|
||||||
|
<script type="text/javascript">
|
||||||
|
var jappjapptimestamp = 112;
|
||||||
|
var jappjapphours = Math.floor(jappjapptimestamp / 60 / 60);
|
||||||
|
var jappjappminutes = Math.floor(jappjapptimestamp / 60) - (jappjapphours * 60);
|
||||||
|
var jappjappseconds = jappjapptimestamp % 60;
|
||||||
|
var jappjappformatted = jappjapphours.toString().padStart(2, '0') + ':' + jappjappminutes.toString().padStart(2, '0') + ':' + jappjappseconds.toString().padStart(2, '0');
|
||||||
|
var theSpan = document.getElementById("jappjapp");
|
||||||
|
theSpan.innerHTML = jappjappformatted;
|
||||||
|
</script>
|
||||||
|
|
||||||
|
|
||||||
|
<ul class="actions stacked">
|
||||||
|
<li><button id="mu_pause" class="smooth-scroll-middle button icon solid fa-play">Play dat!</button></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="image">
|
||||||
|
<img src="https://media.basspistol.com/panix/autumn-leaves/4-jappjapp.jpeg" alt="4 Jappjapp logo" id="coverart" />
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
|
||||||
|
|
||||||
|
<!-- Page navigation -->
|
||||||
|
<section class="wrapper style1 align-center">
|
||||||
|
<div class="inner">
|
||||||
|
<div class="index align-left">
|
||||||
|
<!-- Author -->
|
||||||
|
<section class="streambox" style="margin-top:40px;padding: 40px;">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<h3 style="text-align: center;display: block;">This track can't be bought</h3>
|
||||||
|
<p>But other tracks are available here:</p>
|
||||||
|
|
||||||
|
|
||||||
|
<div class="streamer">
|
||||||
|
|
||||||
|
|
||||||
|
<a onclick="_paq.push(['trackEvent', 'StoreLink', 'Bandcamp']);" target="_blank" rel="noopener" href="https://panixheavyindustries.bandcamp.com" alt="Stream from Bandcamp" title="Stream from Bandcamp" class="button icon brands fa-bandcamp">Bandcamp</a>
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</section>
|
||||||
|
<section>
|
||||||
|
<!-- Content -->
|
||||||
|
<div class="content">
|
||||||
|
<!-- post Naviation -->
|
||||||
|
<div style="text-align: center;">
|
||||||
|
<h3>Play more songs grom this release</h3>
|
||||||
|
</div>
|
||||||
|
<div class="post-nav">
|
||||||
|
<div>
|
||||||
|
|
||||||
|
<h4><a href="../../../albums/autumn-leaves/3-kafferep/" alt="Read Kafferep" title="Read Kafferep"><i class="fas fa-arrow-left"></i></a> <a
|
||||||
|
href="../../../albums/autumn-leaves/3-kafferep/"> Kafferep</a>
|
||||||
|
</h4>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
<div class="post-nav-next">
|
||||||
|
|
||||||
|
<h4><a href="../../../albums/autumn-leaves/1-hot-ears/"> Hot Ears</a> <a
|
||||||
|
href="../../../albums/autumn-leaves/1-hot-ears/" alt="Read Hot Ears" title="Read Hot Ears"><i class="fas fa-arrow-right"></i></a></h4>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<!-- End Post Navigation -->
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
<!-- Audio player-->
|
||||||
|
<audio autoplay preload="true" data-matomo-title="Jappjapp">
|
||||||
|
<source src="https://media.basspistol.com/panix/autumn-leaves/4-jappjapp.mp3" type="audio/mpeg" ontimeupdate='updateTrackTime(this);' />
|
||||||
|
<h1>Your browser isn't ready for so much hotness. Use the download-link instead.</h1>.
|
||||||
|
</audio>
|
||||||
|
<!-- Footer -->
|
||||||
|
<footer id="footer" class="wrapper style1 align-center">
|
||||||
|
<div class="footflex">
|
||||||
|
<div>
|
||||||
|
<h4>pax:nion</h4>
|
||||||
|
<p>PHI, Panix Heavy Industries
|
||||||
|
<br /><a href="mailto:"></a></p>
|
||||||
|
</div>
|
||||||
|
<div>
|
||||||
|
<ul>
|
||||||
|
<li><a href="#top" class="smooth-scroll-middle">Back to top</a></li>
|
||||||
|
<li><a href="/#album0" class="smooth-scroll-middle">music</a></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<div><img src="/assets/panix-logo-dark.svg" style="max-width:300px" alt="pax:nion Logo" /></div>
|
||||||
|
</div>
|
||||||
|
<div class="inner">
|
||||||
|
<ul class="icons">
|
||||||
|
|
||||||
|
<!-- <li><a href="mailto:" class="icon style2 fa-envelope"><span class="label">Email</span></a></li> -->
|
||||||
|
</ul>
|
||||||
|
<p>©2020 Basspistol | <a href="../../../webcreds/">Credits</a> | <a href="../../../cookies/">Cookies & Privacy</a></p>
|
||||||
|
</div>
|
||||||
|
</footer>
|
||||||
|
|
||||||
|
|
||||||
|
<script type="text/javascript">
|
||||||
|
function loadUrl(newLocation) {
|
||||||
|
window.location = newLocation;
|
||||||
|
return false;
|
||||||
|
}
|
||||||
|
|
||||||
|
var mu = document.getElementsByTagName("audio")[0];
|
||||||
|
var pauseButton = document.getElementById("mu_pause");
|
||||||
|
var spincover = document.getElementById("coverart");
|
||||||
|
|
||||||
|
mu.addEventListener('ended', function () {
|
||||||
|
// only functional if "loop" is removed
|
||||||
|
mu.pause();
|
||||||
|
mu.currentTime = 0;
|
||||||
|
loadUrl("../../../autumn-leaves/1-hot-ears/"); return false;
|
||||||
|
});
|
||||||
|
mu.onplaying = function() {
|
||||||
|
pauseButton.innerHTML = "Pause";
|
||||||
|
pauseButton.classList.remove("fa-play");
|
||||||
|
pauseButton.classList.add("fa-pause");
|
||||||
|
spincover.classList.add("spinnit");
|
||||||
|
spincover.classList.remove("paused");
|
||||||
|
};
|
||||||
|
|
||||||
|
pauseButton.addEventListener("click", function () {
|
||||||
|
if (mu.paused) {
|
||||||
|
mu.play();
|
||||||
|
|
||||||
|
}
|
||||||
|
else {
|
||||||
|
mu.pause();
|
||||||
|
pauseButton.innerHTML = "Resume";
|
||||||
|
pauseButton.classList.add("fa-play");
|
||||||
|
pauseButton.classList.remove("fa-pause");
|
||||||
|
spincover.classList.add("paused");
|
||||||
|
}
|
||||||
|
});
|
||||||
|
|
||||||
|
mu.addEventListener('timeupdate', function () {
|
||||||
|
var timestamp = Math.floor(mu.currentTime);
|
||||||
|
var hours = Math.floor(timestamp / 60 / 60);
|
||||||
|
var minutes = Math.floor(timestamp / 60) - (hours * 60);
|
||||||
|
var seconds = timestamp % 60;
|
||||||
|
var formatted = hours.toString().padStart(2, '0') + ':' + minutes.toString().padStart(2, '0') + ':' + seconds.toString().padStart(2, '0');
|
||||||
|
var thecurrentSpan = document.getElementById("tracktime");
|
||||||
|
thecurrentSpan.innerHTML = formatted + ' / ';
|
||||||
|
});
|
||||||
|
|
||||||
|
</script>
|
||||||
|
</div>
|
||||||
|
<!-- Navigation -->
|
||||||
|
<div id="logo" class="logo">
|
||||||
|
<a href="/" class="smooth-scroll-middle"><img width="200em" src="/assets/panix-logo.svg" alt=" Logo" /></a>
|
||||||
|
<a href="#navbar" onclick="blurBody()" alt="Navigation Menu" title="Navigation Menu"><span style="font-size: 34px;" class="icon solid fa-bars"></span></a>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div id="navbar" style="display: block;" class="modalDialog">
|
||||||
|
<a href="#close" onclick="removeBlur()" alt="Close Menu" title="Close Menu"><div id="closearea"> </div></a>
|
||||||
|
<nav>
|
||||||
|
<a href="#close" title="Close" onclick="removeBlur()" class="close-button close" style="margin: 0 auto;">X</a>
|
||||||
|
<ul>
|
||||||
|
|
||||||
|
|
||||||
|
<li><a href="../../../" class="button small">Home</a></li>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<li><a href="../../../releases/" class="button small">Releases</a></li>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<li><a href="../../../logs/" class="button small">Web-Log</a></li>
|
||||||
|
|
||||||
|
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
</nav>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
<!-- End Navigation -->
|
||||||
|
<!-- Scripts -->
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<script src="../../../assets/js/jquery.min.js"></script>
|
||||||
|
<script src="../../../assets/js/jquery.scrollex.min.js"></script>
|
||||||
|
<script src="../../../assets/js/jquery.scrolly.min.js"></script>
|
||||||
|
<script src="../../../assets/js/browser.min.js"></script>
|
||||||
|
<script src="../../../assets/js/breakpoints.min.js"></script>
|
||||||
|
<script src="../../../assets/js/util.js"></script>
|
||||||
|
<script src="../../../assets/js/main.js"></script>
|
||||||
|
<script src="../../../assets/js/set.js"></script>
|
||||||
|
|
||||||
|
|
||||||
|
<div id="cookie-notice">
|
||||||
|
<p>We only use cookies if you consent to it. They don't contain any identifiable info: they just let us know if you enjoyed this enough to come back. <br />Click <a href="#" id="cookie-notice-decline">here</a> if you want this shit to go away without cookies. <br />Read more about how Basspistol <a href="/cookies/">use cookies</a> </p>
|
||||||
|
<a class="button small yes" href="#" id="cookie-notice-accept">I'm in!</a>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<script>
|
||||||
|
function createCookie(name, value, days) {
|
||||||
|
var expires = "";
|
||||||
|
if (days) {
|
||||||
|
var date = new Date();
|
||||||
|
date.setTime(date.getTime() + (days * 24 * 60 * 60 * 1000));
|
||||||
|
expires = "; expires=" + date.toUTCString();
|
||||||
|
}
|
||||||
|
document.cookie = name + "=" + value + expires + "; path=/";
|
||||||
|
}
|
||||||
|
function readCookie(name) {
|
||||||
|
var nameEQ = name + "=";
|
||||||
|
var ca = document.cookie.split(';');
|
||||||
|
for (var i = 0; i < ca.length; i++) {
|
||||||
|
var c = ca[i];
|
||||||
|
while (c.charAt(0) == ' ') c = c.substring(1, c.length);
|
||||||
|
if (c.indexOf(nameEQ) == 0) return c.substring(nameEQ.length, c.length);
|
||||||
|
}
|
||||||
|
return null;
|
||||||
|
}
|
||||||
|
function eraseCookie(name) {
|
||||||
|
createCookie(name, "", -1);
|
||||||
|
}
|
||||||
|
|
||||||
|
if (readCookie('cookie-notice-dismissed') == 'wantCookies') {
|
||||||
|
|
||||||
|
//* Matomo Tag Manager *//
|
||||||
|
|
||||||
|
var _mtm = _mtm || [];
|
||||||
|
_mtm.push({'mtm.startTime': (new Date().getTime()), 'event': 'mtm.Start'});
|
||||||
|
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
|
||||||
|
g.type='text/javascript'; g.async=true; g.defer=true; g.src='https://cdn.matomo.cloud/terminalnetwork.matomo.cloud/container_aJ0T3vZ5.js'; s.parentNode.insertBefore(g,s);
|
||||||
|
|
||||||
|
//* End Matomo Tag Manager *//
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
} else {
|
||||||
|
document.getElementById('cookie-notice').style.display = 'flex';
|
||||||
|
|
||||||
|
var _paq = window._paq || [];
|
||||||
|
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */
|
||||||
|
_paq.push(["setDocumentTitle", document.domain + "/" + document.title]);
|
||||||
|
_paq.push(["disableCookies"]);
|
||||||
|
_paq.push(['trackPageView']);
|
||||||
|
_paq.push(['enableLinkTracking']);
|
||||||
|
(function() {
|
||||||
|
var u="https://terminalnetwork.matomo.cloud/";
|
||||||
|
_paq.push(['setTrackerUrl', u+'matomo.php']);
|
||||||
|
_paq.push(['setSiteId', '14']);
|
||||||
|
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
|
||||||
|
g.type='text/javascript'; g.async=true; g.defer=true; g.src='//cdn.matomo.cloud/terminalnetwork.matomo.cloud/matomo.js'; s.parentNode.insertBefore(g,s);
|
||||||
|
})();
|
||||||
|
|
||||||
|
|
||||||
|
}
|
||||||
|
if (readCookie('cookie-notice-dismissed') == 'dontWantCookies') {
|
||||||
|
document.getElementById('cookie-notice').style.display = 'none';
|
||||||
|
|
||||||
|
var _paq = window._paq || [];
|
||||||
|
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */
|
||||||
|
_paq.push(["setDocumentTitle", document.domain + "/" + document.title]);
|
||||||
|
_paq.push(["disableCookies"]);
|
||||||
|
_paq.push(['trackPageView']);
|
||||||
|
_paq.push(['enableLinkTracking']);
|
||||||
|
(function() {
|
||||||
|
var u="https://terminalnetwork.matomo.cloud/";
|
||||||
|
_paq.push(['setTrackerUrl', u+'matomo.php']);
|
||||||
|
_paq.push(['setSiteId', '14']);
|
||||||
|
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
|
||||||
|
g.type='text/javascript'; g.async=true; g.defer=true; g.src='//cdn.matomo.cloud/terminalnetwork.matomo.cloud/matomo.js'; s.parentNode.insertBefore(g,s);
|
||||||
|
})();
|
||||||
|
|
||||||
|
}
|
||||||
|
document.getElementById('cookie-notice-accept').addEventListener("click", function () {
|
||||||
|
createCookie('cookie-notice-dismissed', 'wantCookies', 31);
|
||||||
|
document.getElementById('cookie-notice').style.display = 'none';
|
||||||
|
_paq.push(['trackEvent', 'Consent', 'wantCookie']);
|
||||||
|
location.reload();
|
||||||
|
});
|
||||||
|
|
||||||
|
document.getElementById('cookie-notice-decline').addEventListener("click", function () {
|
||||||
|
createCookie('cookie-notice-dismissed', 'dontWantCookies', 31);
|
||||||
|
document.getElementById('cookie-notice').style.display = 'none';
|
||||||
|
_paq.push(['trackEvent', 'Consent', 'dontWantCookie']);
|
||||||
|
location.reload();
|
||||||
|
});
|
||||||
|
|
||||||
|
// document.getElementById('cookie-notice-gimme').addEventListener("click", function () {
|
||||||
|
// createCookie('cookie-notice-dismissed', 'wantCookies', 31);
|
||||||
|
// document.getElementById('cookie-notice').style.display = 'none';
|
||||||
|
// location.reload();
|
||||||
|
// });
|
||||||
|
|
||||||
|
|
||||||
|
</script>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
675
albums/autumn-leaves/index.html
Normal file
675
albums/autumn-leaves/index.html
Normal file
|
|
@ -0,0 +1,675 @@
|
||||||
|
<!DOCTYPE html>
|
||||||
|
<!--
|
||||||
|
Based on _Story_ by html5up.net | @ajlkn
|
||||||
|
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
|
||||||
|
Remixed and Jekyllified by Setto
|
||||||
|
-->
|
||||||
|
<html lang="en">
|
||||||
|
<head>
|
||||||
|
<!-- Begin Jekyll SEO tag v2.6.1 -->
|
||||||
|
<meta name="generator" content="Jekyll v4.0.0" />
|
||||||
|
<meta property="og:title" content="Autumn Leaves" />
|
||||||
|
<meta name="author" content="pax:nion" />
|
||||||
|
<meta property="og:locale" content="en" />
|
||||||
|
<meta name="description" content="PHI, Panix Heavy Industries" />
|
||||||
|
<meta property="og:description" content="PHI, Panix Heavy Industries" />
|
||||||
|
<link rel="canonical" href="https://panix.basspistol.com/albums/autumn-leaves/" />
|
||||||
|
<meta property="og:url" content="https://panix.basspistol.com/albums/autumn-leaves/" />
|
||||||
|
<meta property="og:site_name" content="pax:nion" />
|
||||||
|
<meta property="og:type" content="article" />
|
||||||
|
<meta property="article:published_time" content="2009-01-01T00:00:00+00:00" />
|
||||||
|
<script type="application/ld+json">
|
||||||
|
{"description":"PHI, Panix Heavy Industries","@type":"BlogPosting","headline":"Autumn Leaves","dateModified":"2020-07-05T18:07:00+00:00","datePublished":"2009-01-01T00:00:00+00:00","mainEntityOfPage":{"@type":"WebPage","@id":"https://panix.basspistol.com/albums/autumn-leaves/"},"url":"https://panix.basspistol.com/albums/autumn-leaves/","author":{"@type":"Person","name":"pax:nion"},"publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://panix.basspistol.com/assets/img/setto_icon.png"},"name":"pax:nion"},"@context":"https://schema.org"}</script>
|
||||||
|
<!-- End Jekyll SEO tag -->
|
||||||
|
|
||||||
|
<link type="application/atom+xml" rel="alternate" href="https://panix.basspistol.com/feed.xml" title="" />
|
||||||
|
<!-- BEGIN seo.html -->
|
||||||
|
|
||||||
|
<title>Autumn Leaves | pax:nion</title>
|
||||||
|
<meta name="title" content="Autumn Leaves | pax:nion" />
|
||||||
|
|
||||||
|
<meta name="dc.date.modified" scheme="ISO8601" content="2020-07-05T18:07:00+00:00" />
|
||||||
|
<meta name="robots" content="index" />
|
||||||
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||||
|
<link rel="canonical" href="https://panix.basspistol.com/albums/autumn-leaves/" />
|
||||||
|
<link rel="alternate" hreflang="x-default" href="https://panix.basspistol.com/albums/autumn-leaves/" />
|
||||||
|
<meta name="geo.region" content="BJ-ZO" />
|
||||||
|
<meta name="geo.placename" content="Setto" />
|
||||||
|
<meta name="geo.position" content="7.48777;2.076389" />
|
||||||
|
<meta name="ICBM" content="7.48777, 2.076389" />
|
||||||
|
|
||||||
|
<!-- Dublin Core basic info -->
|
||||||
|
|
||||||
|
<meta name="dcterms.Identifier" content="https://panix.basspistol.com" />
|
||||||
|
<meta name="dcterms.Format" content="text/html" />
|
||||||
|
<meta name="dcterms.Relation" content="pax:nion" />
|
||||||
|
<meta name="dcterms.Publisher" content="pax:nion" />
|
||||||
|
<meta name="dcterms.Type" content="text/html" />
|
||||||
|
<meta name="dcterms.Coverage" content="https://panix.basspistol.com/" />
|
||||||
|
<meta name="dcterms.Rights" content="Copyright ©2020 pax:nion." />
|
||||||
|
|
||||||
|
<meta name="dcterms.Subject" content="PHI, Panix Heavy Industries" />
|
||||||
|
<meta name="dcterms.Title" content="Autumn Leaves | pax:nion" />
|
||||||
|
|
||||||
|
<meta name="dcterms.Contributor" content="pax:nion" />
|
||||||
|
<meta name="dcterms.Date" content="2009-01-01" />
|
||||||
|
<meta name="dcterms.Description" content="" />
|
||||||
|
|
||||||
|
<!-- Twitter Card -->
|
||||||
|
|
||||||
|
<meta name="twitter:card" content="summary" />
|
||||||
|
<meta name="twitter:site" content="@" />
|
||||||
|
<meta name="twitter:title" content="Autumn Leaves | pax:nion" />
|
||||||
|
<meta name="twitter:description" content="PHI, Panix Heavy Industries" />
|
||||||
|
|
||||||
|
<meta name="twitter:image" content="https://panix.basspistol.com" />
|
||||||
|
|
||||||
|
<!-- END seo.html -->
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<meta charset="utf-8" />
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=yes" />
|
||||||
|
<link rel="stylesheet" href="../../assets/css/main20200519.css" />
|
||||||
|
<link rel="apple-touch-icon" href="https://panix.basspistol.com/apple-touch-icon.png" />
|
||||||
|
<link rel="icon" type="image/png" href="https://panix.basspistol.com/touch-icon.png" sizes="192x192" />
|
||||||
|
<link rel="shortcut icon" href="https://panix.basspistol.com/assets/img/setto_icon.png" type="image/png" />
|
||||||
|
<noscript><link rel="stylesheet" href="../../assets/css/noscript20200518-rev1.css" /></noscript>
|
||||||
|
</head>
|
||||||
|
<body class="is-preload" id="body">
|
||||||
|
<span id="top" style="display: none;"></span>
|
||||||
|
<!-- Wrapper -->
|
||||||
|
<div id="wrapper" class="divided">
|
||||||
|
|
||||||
|
<!-- Banner -->
|
||||||
|
<section class="banner onload-image-fade-in onload-content-fade-right style2 fullscreen content-align-center image-position-center" style="height:100vh;background-color: rgba(13,13,13,0.85);">
|
||||||
|
<div class="content editable" data-cms-source="/_layouts/album.html" data-cms-index="0">
|
||||||
|
<h1 class="editable" data-cms-source="/_layouts/album.html" data-cms-index="1">Autumn Leaves</h1>
|
||||||
|
<p></p>
|
||||||
|
<ul class="actions stacked">
|
||||||
|
<li><a href="#moe" class="button small smooth-scroll-middle">cheggit!</a></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<div class="image">
|
||||||
|
<img src="https://media.basspistol.com/panix/autumn-leaves/1-hot-ears.jpeg" alt="Autumn Leaves" class="editable" data-cms-source="/_layouts/album.html" data-cms-index="2" />
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
<!-- Content -->
|
||||||
|
<section class="wrapper style1 align-center">
|
||||||
|
<div class="inner" style="padding-top: 40px;">
|
||||||
|
<div class="index align-left">
|
||||||
|
<!-- Author -->
|
||||||
|
<section style="padding-top:40px;" id="moe">
|
||||||
|
|
||||||
|
|
||||||
|
<header id="author">
|
||||||
|
<div class="bio">
|
||||||
|
|
||||||
|
|
||||||
|
<h6>
|
||||||
|
|
||||||
|
Share this page:
|
||||||
|
</h6>
|
||||||
|
<ul class="icons">
|
||||||
|
<li><a target="_blank" rel="nofollow noopener" title="Share to facebook" alt="Share to facebook" href="https://touch.facebook.com/sharer.php?u=https://panix.basspistol.com/albums/autumn-leaves/&quote=Autumn Leaves%20by%20pax:nion%20via%20https://panix.basspistol.com" class="icon brands style1 fa-facebook-f"><span class="label">Facebook</span></a></li>
|
||||||
|
<li><a target="_blank" rel="nofollow noopener" title="Share to twitter" alt="Share to twitter" href="https://twitter.com/share?url=https://panix.basspistol.com/albums/autumn-leaves/&text=Autumn Leaves%20by%20pax:nion%20&hashtags=paxNion" class="icon brands style1 fa-twitter"><span class="label">Twitter</span></a></li>
|
||||||
|
<li><a target="_blank" rel="nofollow noopener" title="Share to telegram" alt="Share to telgram" href="https://telegram.me/share/url?url=https://panix.basspistol.com/albums/autumn-leaves/&text=Autumn Leaves%20by%20pax:nion" class="icon brands style1 fa-telegram"><span class="label">Telegram</span></a></li>
|
||||||
|
<li><a target="_blank" rel="nofollow noopener" title="Share to reddit" alt="Share to reddit" href="https://reddit.com/submit/?url=https://panix.basspistol.com/albums/autumn-leaves/&title=Autumn Leaves%20by%20pax:nion" class="icon brands style1 fa-reddit"><span class="label">Reddit</span></a></li>
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</header>
|
||||||
|
<!-- Content -->
|
||||||
|
<div class="content">
|
||||||
|
|
||||||
|
|
||||||
|
<!-- HERE BEGINS MADNESS -->
|
||||||
|
|
||||||
|
|
||||||
|
<!-- Content -->
|
||||||
|
<div class="content">
|
||||||
|
<div id="mainwrap">
|
||||||
|
<div id="nowPlay">
|
||||||
|
<p class="right" id="npTitle" style="font-weight: bold;"></p>
|
||||||
|
<p class="left" id="npAction">Paused...</p>
|
||||||
|
</div>
|
||||||
|
<div id="audiowrap">
|
||||||
|
<div id="audio0">
|
||||||
|
<audio id="audio1" controls="controls">Your browser does not support HTML5
|
||||||
|
Audio!</audio>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div id="tracks">
|
||||||
|
<a id="btnPrev"><span class="icon solid fa-fast-backward"></span></a>
|
||||||
|
<a id="btnNext"><span class="icon solid fa-fast-forward"></span></a>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
<div id="plwrap">
|
||||||
|
<ul id="plList">
|
||||||
|
|
||||||
|
<li>
|
||||||
|
<div class="plItem">
|
||||||
|
<div class="plNum">1.</div>
|
||||||
|
<div class="plTitle">Hot Ears</div>
|
||||||
|
<div class="plLength">2:46</div>
|
||||||
|
</div>
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li>
|
||||||
|
<div class="plItem">
|
||||||
|
<div class="plNum">2.</div>
|
||||||
|
<div class="plTitle">Bonjour Tristesse</div>
|
||||||
|
<div class="plLength">2:44</div>
|
||||||
|
</div>
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li>
|
||||||
|
<div class="plItem">
|
||||||
|
<div class="plNum">3.</div>
|
||||||
|
<div class="plTitle">Kafferep</div>
|
||||||
|
<div class="plLength">2:59</div>
|
||||||
|
</div>
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li>
|
||||||
|
<div class="plItem">
|
||||||
|
<div class="plNum">4.</div>
|
||||||
|
<div class="plTitle">Jappjapp</div>
|
||||||
|
<div class="plLength">1:52</div>
|
||||||
|
</div>
|
||||||
|
</li>
|
||||||
|
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div id="noJSalbum">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<div class="plItem">
|
||||||
|
<div class="plNum">1.</div>
|
||||||
|
<div class="plTitle"><a href="https://media.basspistol.com/panix/autumn-leaves/1-hot-ears.mp3">Hot Ears </a></div>
|
||||||
|
<div class="plLength">2:46</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<div class="plItem">
|
||||||
|
<div class="plNum">2.</div>
|
||||||
|
<div class="plTitle"><a href="https://media.basspistol.com/panix/autumn-leaves/2-bonjour-tristesse.mp3">Bonjour Tristesse </a></div>
|
||||||
|
<div class="plLength">2:44</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<div class="plItem">
|
||||||
|
<div class="plNum">3.</div>
|
||||||
|
<div class="plTitle"><a href="https://media.basspistol.com/panix/autumn-leaves/3-kafferep.mp3">Kafferep </a></div>
|
||||||
|
<div class="plLength">2:59</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<div class="plItem">
|
||||||
|
<div class="plNum">4.</div>
|
||||||
|
<div class="plTitle"><a href="https://media.basspistol.com/panix/autumn-leaves/4-jappjapp.mp3">Jappjapp </a></div>
|
||||||
|
<div class="plLength">1:52</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="content" style="font-family: monospace;font-size: 16px;margin-top:60px;">
|
||||||
|
|
||||||
|
|
||||||
|
<p></p>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
|
||||||
|
|
||||||
|
<!-- HERE ENDS MADNESS -->
|
||||||
|
|
||||||
|
<section class="wrapper style1 align-center">
|
||||||
|
|
||||||
|
<div class="inner">
|
||||||
|
<h2>Track list</h2>
|
||||||
|
<p>Use thses pages to share one song in particulare</p>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</section>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<section class="spotlight style4 orient-right content-align-left image-position-center onscroll-image-fade-in" style="box-shadow: none;" >
|
||||||
|
<div class="content">
|
||||||
|
<h3>Hot Ears</h3>
|
||||||
|
<p>
|
||||||
|
2:46
|
||||||
|
<br /><strong>Electronic</strong>
|
||||||
|
<br />2009</p>
|
||||||
|
|
||||||
|
<ul class="actions stacked">
|
||||||
|
<li><a href="../../albums/autumn-leaves/1-hot-ears/" class="button">Track</a></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<div class="image">
|
||||||
|
<img src="https://media.basspistol.com/panix/autumn-leaves/1-hot-ears.jpeg" alt="Hot Ears" />
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<section class="spotlight style4 orient-left content-align-right image-position-center onscroll-image-fade-in" >
|
||||||
|
<div class="content">
|
||||||
|
<h3>Bonjour Tristesse</h3>
|
||||||
|
<p>
|
||||||
|
2:44
|
||||||
|
<br /><strong>Electronic</strong>
|
||||||
|
<br />2009</p>
|
||||||
|
|
||||||
|
<ul class="actions stacked">
|
||||||
|
<li><a href="../../albums/autumn-leaves/2-bonjour-tristesse/" class="button">Track</a></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<div class="image">
|
||||||
|
<img src="https://media.basspistol.com/panix/autumn-leaves/2-bonjour-tristesse.jpeg" alt="Bonjour Tristesse" />
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<section class="spotlight style4 orient-right content-align-left image-position-center onscroll-image-fade-in" >
|
||||||
|
<div class="content">
|
||||||
|
<h3>Kafferep</h3>
|
||||||
|
<p>
|
||||||
|
2:59
|
||||||
|
<br /><strong>Electronic</strong>
|
||||||
|
<br />2009</p>
|
||||||
|
|
||||||
|
<ul class="actions stacked">
|
||||||
|
<li><a href="../../albums/autumn-leaves/3-kafferep/" class="button">Track</a></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<div class="image">
|
||||||
|
<img src="https://media.basspistol.com/panix/autumn-leaves/3-kafferep.jpeg" alt="Kafferep" />
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<section class="spotlight style4 orient-left content-align-right image-position-center onscroll-image-fade-in" >
|
||||||
|
<div class="content">
|
||||||
|
<h3>Jappjapp</h3>
|
||||||
|
<p>
|
||||||
|
1:52
|
||||||
|
<br /><strong>Electronic</strong>
|
||||||
|
<br />2009</p>
|
||||||
|
|
||||||
|
<ul class="actions stacked">
|
||||||
|
<li><a href="../../albums/autumn-leaves/4-jappjapp/" class="button">Track</a></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<div class="image">
|
||||||
|
<img src="https://media.basspistol.com/panix/autumn-leaves/4-jappjapp.jpeg" alt="Jappjapp" />
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<section class="streambox" style="margin-top:40px;padding: 40px;">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<h3 style="text-align: center;display: block;">This release can't be bought</h3>
|
||||||
|
<p>But other releases are available here:</p>
|
||||||
|
|
||||||
|
|
||||||
|
<div class="streamer">
|
||||||
|
|
||||||
|
|
||||||
|
<a onclick="_paq.push(['trackEvent', 'StoreLink', 'Bandcamp']);" target="_blank" rel="noopener" href="https://panixheavyindustries.bandcamp.com" alt="Stream from Bandcamp" title="Stream from Bandcamp" class="button icon brands fa-bandcamp">Bandcamp</a>
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</section>
|
||||||
|
|
||||||
|
<section class="wrapper style1 align-center">
|
||||||
|
<div class="inner">
|
||||||
|
<div class="index align-left">
|
||||||
|
<!-- Author -->
|
||||||
|
|
||||||
|
<section>
|
||||||
|
|
||||||
|
<!-- Content -->
|
||||||
|
<div class="content">
|
||||||
|
<!-- post Naviation -->
|
||||||
|
<div style="text-align: center;">
|
||||||
|
<h3>More releases</h3>
|
||||||
|
</div>
|
||||||
|
<div class="post-nav">
|
||||||
|
<div>
|
||||||
|
|
||||||
|
<h4><a href="/albums/sidcosis/" alt="Read Sidcosis" title="Read Sidcosis"><i class="fas fa-arrow-left"></i></a> <a href="/albums/sidcosis/"> Sidcosis</a></h4>
|
||||||
|
<p style="margin-right: 20px"></p>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
<div class="post-nav-next">
|
||||||
|
|
||||||
|
<h4><a href="/albums/buy-a-vowel/"> Buy A Vowel</a> <a href="/albums/buy-a-vowel/" alt="Read Buy A Vowel" title="Read Buy A Vowel"><i class="fas fa-arrow-right"></i></a></h4>
|
||||||
|
<p style="margin-left: 20px"></p>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<!-- End Post Navigation -->
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
|
||||||
|
|
||||||
|
<!-- Footer -->
|
||||||
|
<footer id="footer" class="wrapper style1 align-center">
|
||||||
|
<div class="footflex">
|
||||||
|
<div>
|
||||||
|
<h4>pax:nion</h4>
|
||||||
|
<p>PHI, Panix Heavy Industries
|
||||||
|
<br /><a href="mailto:"></a></p>
|
||||||
|
</div>
|
||||||
|
<div>
|
||||||
|
<ul>
|
||||||
|
<li><a href="#top" class="smooth-scroll-middle">Back to top</a></li>
|
||||||
|
<li><a href="/#album0" class="smooth-scroll-middle">music</a></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<div><img src="/assets/panix-logo-dark.svg" style="max-width:300px" alt="pax:nion Logo" /></div>
|
||||||
|
</div>
|
||||||
|
<div class="inner">
|
||||||
|
<ul class="icons">
|
||||||
|
|
||||||
|
<!-- <li><a href="mailto:" class="icon style2 fa-envelope"><span class="label">Email</span></a></li> -->
|
||||||
|
</ul>
|
||||||
|
<p>©2020 Basspistol | <a href="../../webcreds/">Credits</a> | <a href="../../cookies/">Cookies & Privacy</a></p>
|
||||||
|
</div>
|
||||||
|
</footer>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
<!-- Navigation -->
|
||||||
|
<div id="logo" class="logo">
|
||||||
|
<a href="/" class="smooth-scroll-middle"><img width="200em" src="/assets/panix-logo.svg" alt=" Logo" /></a>
|
||||||
|
<a href="#navbar" onclick="blurBody()" alt="Navigation Menu" title="Navigation Menu"><span style="font-size: 34px;" class="icon solid fa-bars"></span></a>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div id="navbar" style="display: block;" class="modalDialog">
|
||||||
|
<a href="#close" onclick="removeBlur()" alt="Close Menu" title="Close Menu"><div id="closearea"> </div></a>
|
||||||
|
<nav>
|
||||||
|
<a href="#close" title="Close" onclick="removeBlur()" class="close-button close" style="margin: 0 auto;">X</a>
|
||||||
|
<ul>
|
||||||
|
|
||||||
|
|
||||||
|
<li><a href="../../" class="button small">Home</a></li>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<li><a href="../../releases/" class="button small">Releases</a></li>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<li><a href="../../logs/" class="button small">Web-Log</a></li>
|
||||||
|
|
||||||
|
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
</nav>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
<!-- End Navigation -->
|
||||||
|
<!-- Scripts -->
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<script src="../../assets/js/jquery.min.js"></script>
|
||||||
|
<script src="../../assets/js/jquery.scrollex.min.js"></script>
|
||||||
|
<script src="../../assets/js/jquery.scrolly.min.js"></script>
|
||||||
|
<script src="../../assets/js/browser.min.js"></script>
|
||||||
|
<script src="../../assets/js/breakpoints.min.js"></script>
|
||||||
|
<script src="../../assets/js/util.js"></script>
|
||||||
|
<script src="../../assets/js/main.js"></script>
|
||||||
|
<script src="../../assets/js/set.js"></script>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<script type="text/javascript">
|
||||||
|
// html5media enables <video> and <audio> tags in all major browsers
|
||||||
|
// External File: http://api.html5media.info/1.1.8/html5media.min.js
|
||||||
|
|
||||||
|
|
||||||
|
// Add user agent as an attribute on the <html> tag...
|
||||||
|
// Inspiration: http://css-tricks.com/ie-10-specific-styles/
|
||||||
|
var b = document.documentElement;
|
||||||
|
b.setAttribute('data-useragent', navigator.userAgent);
|
||||||
|
b.setAttribute('data-platform', navigator.platform);
|
||||||
|
|
||||||
|
|
||||||
|
// HTML5 audio player + playlist controls...
|
||||||
|
// Inspiration: http://jonhall.info/how_to/create_a_playlist_for_html5_audio
|
||||||
|
// Mythium Archive: https://archive.org/details/mythium/
|
||||||
|
jQuery(function ($) {
|
||||||
|
var supportsAudio = !!document.createElement('audio').canPlayType;
|
||||||
|
if (supportsAudio) {
|
||||||
|
var index = 0,
|
||||||
|
playing = false,
|
||||||
|
mediaPath = '',
|
||||||
|
extension = '',
|
||||||
|
tracks = [{
|
||||||
|
"track": 1,
|
||||||
|
"name": "Hot Ears",
|
||||||
|
"length": "2:46",
|
||||||
|
"file": "https://media.basspistol.com/panix/autumn-leaves/1-hot-ears"
|
||||||
|
},{
|
||||||
|
"track": 2,
|
||||||
|
"name": "Bonjour Tristesse",
|
||||||
|
"length": "2:44",
|
||||||
|
"file": "https://media.basspistol.com/panix/autumn-leaves/2-bonjour-tristesse"
|
||||||
|
},{
|
||||||
|
"track": 3,
|
||||||
|
"name": "Kafferep",
|
||||||
|
"length": "2:59",
|
||||||
|
"file": "https://media.basspistol.com/panix/autumn-leaves/3-kafferep"
|
||||||
|
},{
|
||||||
|
"track": 4,
|
||||||
|
"name": "Jappjapp",
|
||||||
|
"length": "1:52",
|
||||||
|
"file": "https://media.basspistol.com/panix/autumn-leaves/4-jappjapp"
|
||||||
|
}],
|
||||||
|
trackCount = tracks.length,
|
||||||
|
npAction = $('#npAction'),
|
||||||
|
npTitle = $('#npTitle'),
|
||||||
|
audio = $('#audio1').bind('play', function () {
|
||||||
|
playing = true;
|
||||||
|
npAction.text('Playing...');
|
||||||
|
}).bind('pause', function () {
|
||||||
|
playing = false;
|
||||||
|
npAction.text('Paused...');
|
||||||
|
}).bind('ended', function () {
|
||||||
|
npAction.text('Paused...');
|
||||||
|
if ((index + 1) < trackCount) {
|
||||||
|
index++;
|
||||||
|
loadTrack(index);
|
||||||
|
audio.play();
|
||||||
|
} else {
|
||||||
|
audio.pause();
|
||||||
|
index = 0;
|
||||||
|
loadTrack(index);
|
||||||
|
}
|
||||||
|
}).get(0),
|
||||||
|
btnPrev = $('#btnPrev').click(function () {
|
||||||
|
if ((index - 1) > -1) {
|
||||||
|
index--;
|
||||||
|
loadTrack(index);
|
||||||
|
if (playing) {
|
||||||
|
audio.play();
|
||||||
|
}
|
||||||
|
} else {
|
||||||
|
audio.pause();
|
||||||
|
index = 0;
|
||||||
|
loadTrack(index);
|
||||||
|
}
|
||||||
|
}),
|
||||||
|
btnNext = $('#btnNext').click(function () {
|
||||||
|
if ((index + 1) < trackCount) {
|
||||||
|
index++;
|
||||||
|
loadTrack(index);
|
||||||
|
if (playing) {
|
||||||
|
audio.play();
|
||||||
|
}
|
||||||
|
} else {
|
||||||
|
audio.pause();
|
||||||
|
index = 0;
|
||||||
|
loadTrack(index);
|
||||||
|
}
|
||||||
|
}),
|
||||||
|
li = $('#plList li').click(function () {
|
||||||
|
var id = parseInt($(this).index());
|
||||||
|
if (id !== index) {
|
||||||
|
playTrack(id);
|
||||||
|
}
|
||||||
|
}),
|
||||||
|
loadTrack = function (id) {
|
||||||
|
$('.plSel').removeClass('plSel');
|
||||||
|
$('#plList li:eq(' + id + ')').addClass('plSel');
|
||||||
|
npTitle.text(tracks[id].name);
|
||||||
|
index = id;
|
||||||
|
audio.src = mediaPath + tracks[id].file + extension;
|
||||||
|
$('audio').attr("data-matomo-title", tracks[id].name);
|
||||||
|
},
|
||||||
|
playTrack = function (id) {
|
||||||
|
loadTrack(id);
|
||||||
|
audio.play();
|
||||||
|
};
|
||||||
|
extension = audio.canPlayType('audio/mpeg') ? '.mp3' : audio.canPlayType('audio/ogg') ? '.ogg' : '';
|
||||||
|
loadTrack(index);
|
||||||
|
}
|
||||||
|
});
|
||||||
|
|
||||||
|
</script>
|
||||||
|
|
||||||
|
|
||||||
|
<div id="cookie-notice">
|
||||||
|
<p>We only use cookies if you consent to it. They don't contain any identifiable info: they just let us know if you enjoyed this enough to come back. <br />Click <a href="#" id="cookie-notice-decline">here</a> if you want this shit to go away without cookies. <br />Read more about how Basspistol <a href="/cookies/">use cookies</a> </p>
|
||||||
|
<a class="button small yes" href="#" id="cookie-notice-accept">I'm in!</a>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<script>
|
||||||
|
function createCookie(name, value, days) {
|
||||||
|
var expires = "";
|
||||||
|
if (days) {
|
||||||
|
var date = new Date();
|
||||||
|
date.setTime(date.getTime() + (days * 24 * 60 * 60 * 1000));
|
||||||
|
expires = "; expires=" + date.toUTCString();
|
||||||
|
}
|
||||||
|
document.cookie = name + "=" + value + expires + "; path=/";
|
||||||
|
}
|
||||||
|
function readCookie(name) {
|
||||||
|
var nameEQ = name + "=";
|
||||||
|
var ca = document.cookie.split(';');
|
||||||
|
for (var i = 0; i < ca.length; i++) {
|
||||||
|
var c = ca[i];
|
||||||
|
while (c.charAt(0) == ' ') c = c.substring(1, c.length);
|
||||||
|
if (c.indexOf(nameEQ) == 0) return c.substring(nameEQ.length, c.length);
|
||||||
|
}
|
||||||
|
return null;
|
||||||
|
}
|
||||||
|
function eraseCookie(name) {
|
||||||
|
createCookie(name, "", -1);
|
||||||
|
}
|
||||||
|
|
||||||
|
if (readCookie('cookie-notice-dismissed') == 'wantCookies') {
|
||||||
|
|
||||||
|
//* Matomo Tag Manager *//
|
||||||
|
|
||||||
|
var _mtm = _mtm || [];
|
||||||
|
_mtm.push({'mtm.startTime': (new Date().getTime()), 'event': 'mtm.Start'});
|
||||||
|
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
|
||||||
|
g.type='text/javascript'; g.async=true; g.defer=true; g.src='https://cdn.matomo.cloud/terminalnetwork.matomo.cloud/container_aJ0T3vZ5.js'; s.parentNode.insertBefore(g,s);
|
||||||
|
|
||||||
|
//* End Matomo Tag Manager *//
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
} else {
|
||||||
|
document.getElementById('cookie-notice').style.display = 'flex';
|
||||||
|
|
||||||
|
var _paq = window._paq || [];
|
||||||
|
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */
|
||||||
|
_paq.push(["setDocumentTitle", document.domain + "/" + document.title]);
|
||||||
|
_paq.push(["disableCookies"]);
|
||||||
|
_paq.push(['trackPageView']);
|
||||||
|
_paq.push(['enableLinkTracking']);
|
||||||
|
(function() {
|
||||||
|
var u="https://terminalnetwork.matomo.cloud/";
|
||||||
|
_paq.push(['setTrackerUrl', u+'matomo.php']);
|
||||||
|
_paq.push(['setSiteId', '14']);
|
||||||
|
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
|
||||||
|
g.type='text/javascript'; g.async=true; g.defer=true; g.src='//cdn.matomo.cloud/terminalnetwork.matomo.cloud/matomo.js'; s.parentNode.insertBefore(g,s);
|
||||||
|
})();
|
||||||
|
|
||||||
|
|
||||||
|
}
|
||||||
|
if (readCookie('cookie-notice-dismissed') == 'dontWantCookies') {
|
||||||
|
document.getElementById('cookie-notice').style.display = 'none';
|
||||||
|
|
||||||
|
var _paq = window._paq || [];
|
||||||
|
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */
|
||||||
|
_paq.push(["setDocumentTitle", document.domain + "/" + document.title]);
|
||||||
|
_paq.push(["disableCookies"]);
|
||||||
|
_paq.push(['trackPageView']);
|
||||||
|
_paq.push(['enableLinkTracking']);
|
||||||
|
(function() {
|
||||||
|
var u="https://terminalnetwork.matomo.cloud/";
|
||||||
|
_paq.push(['setTrackerUrl', u+'matomo.php']);
|
||||||
|
_paq.push(['setSiteId', '14']);
|
||||||
|
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
|
||||||
|
g.type='text/javascript'; g.async=true; g.defer=true; g.src='//cdn.matomo.cloud/terminalnetwork.matomo.cloud/matomo.js'; s.parentNode.insertBefore(g,s);
|
||||||
|
})();
|
||||||
|
|
||||||
|
}
|
||||||
|
document.getElementById('cookie-notice-accept').addEventListener("click", function () {
|
||||||
|
createCookie('cookie-notice-dismissed', 'wantCookies', 31);
|
||||||
|
document.getElementById('cookie-notice').style.display = 'none';
|
||||||
|
_paq.push(['trackEvent', 'Consent', 'wantCookie']);
|
||||||
|
location.reload();
|
||||||
|
});
|
||||||
|
|
||||||
|
document.getElementById('cookie-notice-decline').addEventListener("click", function () {
|
||||||
|
createCookie('cookie-notice-dismissed', 'dontWantCookies', 31);
|
||||||
|
document.getElementById('cookie-notice').style.display = 'none';
|
||||||
|
_paq.push(['trackEvent', 'Consent', 'dontWantCookie']);
|
||||||
|
location.reload();
|
||||||
|
});
|
||||||
|
|
||||||
|
// document.getElementById('cookie-notice-gimme').addEventListener("click", function () {
|
||||||
|
// createCookie('cookie-notice-dismissed', 'wantCookies', 31);
|
||||||
|
// document.getElementById('cookie-notice').style.display = 'none';
|
||||||
|
// location.reload();
|
||||||
|
// });
|
||||||
|
|
||||||
|
|
||||||
|
</script>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
404
albums/bamegoy/1-nebelwerfer/index.html
Normal file
404
albums/bamegoy/1-nebelwerfer/index.html
Normal file
|
|
@ -0,0 +1,404 @@
|
||||||
|
<!DOCTYPE html>
|
||||||
|
<!--
|
||||||
|
Based on _Story_ by html5up.net | @ajlkn
|
||||||
|
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
|
||||||
|
Remixed and Jekyllified by Setto
|
||||||
|
-->
|
||||||
|
<html lang="en">
|
||||||
|
<head>
|
||||||
|
<!-- Begin Jekyll SEO tag v2.6.1 -->
|
||||||
|
<meta name="generator" content="Jekyll v4.0.0" />
|
||||||
|
<meta property="og:title" content="1 Nebelwerfer" />
|
||||||
|
<meta name="author" content="pax:nion" />
|
||||||
|
<meta property="og:locale" content="en" />
|
||||||
|
<meta name="description" content="PHI, Panix Heavy Industries" />
|
||||||
|
<meta property="og:description" content="PHI, Panix Heavy Industries" />
|
||||||
|
<link rel="canonical" href="https://panix.basspistol.com/albums/bamegoy/1-nebelwerfer/" />
|
||||||
|
<meta property="og:url" content="https://panix.basspistol.com/albums/bamegoy/1-nebelwerfer/" />
|
||||||
|
<meta property="og:site_name" content="pax:nion" />
|
||||||
|
<meta property="og:type" content="article" />
|
||||||
|
<meta property="article:published_time" content="2020-07-05T18:07:03+00:00" />
|
||||||
|
<script type="application/ld+json">
|
||||||
|
{"description":"PHI, Panix Heavy Industries","@type":"AudioObject","headline":"1 Nebelwerfer","dateModified":"2020-07-05T18:07:00+00:00","datePublished":"2020-07-05T18:07:03+00:00","url":"https://panix.basspistol.com/albums/bamegoy/1-nebelwerfer/","author":{"@type":"Person","name":"pax:nion"},"publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://panix.basspistol.com/assets/img/setto_icon.png"},"name":"pax:nion"},"@context":"https://schema.org"}</script>
|
||||||
|
<!-- End Jekyll SEO tag -->
|
||||||
|
|
||||||
|
<link type="application/atom+xml" rel="alternate" href="https://panix.basspistol.com/feed.xml" title="" />
|
||||||
|
<!-- BEGIN seo.html -->
|
||||||
|
|
||||||
|
<title>Play Nebelwerfer by Pan1k</title>
|
||||||
|
<meta name="title" content="Play Nebelwerfer by Pan1k" />
|
||||||
|
|
||||||
|
<meta name="dc.date.modified" scheme="ISO8601" content="2020-07-05T18:07:00+00:00" />
|
||||||
|
<meta name="robots" content="index" />
|
||||||
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||||
|
<link rel="canonical" href="https://panix.basspistol.com/albums/bamegoy/1-nebelwerfer/" />
|
||||||
|
<link rel="alternate" hreflang="x-default" href="https://panix.basspistol.com/albums/bamegoy/1-nebelwerfer/" />
|
||||||
|
<meta name="geo.region" content="BJ-ZO" />
|
||||||
|
<meta name="geo.placename" content="Setto" />
|
||||||
|
<meta name="geo.position" content="7.48777;2.076389" />
|
||||||
|
<meta name="ICBM" content="7.48777, 2.076389" />
|
||||||
|
|
||||||
|
<!-- Dublin Core basic info -->
|
||||||
|
|
||||||
|
<meta name="dcterms.Identifier" content="https://panix.basspistol.com" />
|
||||||
|
<meta name="dcterms.Format" content="text/html" />
|
||||||
|
<meta name="dcterms.Relation" content="pax:nion" />
|
||||||
|
<meta name="dcterms.Publisher" content="pax:nion" />
|
||||||
|
<meta name="dcterms.Type" content="text/html" />
|
||||||
|
<meta name="dcterms.Coverage" content="https://panix.basspistol.com/" />
|
||||||
|
<meta name="dcterms.Rights" content="Copyright ©2020 pax:nion." />
|
||||||
|
|
||||||
|
<meta name="dcterms.Subject" content="Listen and to a track by Pan1k from the release Bamegoy and support your remote artist!" />
|
||||||
|
<meta name="dcterms.Title" content="Nebelwerfer - Pan1k | pax:nion" />
|
||||||
|
|
||||||
|
<meta name="dcterms.Contributor" content="pax:nion" />
|
||||||
|
<meta name="dcterms.Date" content="2020-07-05" />
|
||||||
|
<meta name="dcterms.Description" content="" />
|
||||||
|
|
||||||
|
<!-- Twitter Card -->
|
||||||
|
|
||||||
|
<meta name="twitter:card" content="summary" />
|
||||||
|
<meta name="twitter:site" content="@" />
|
||||||
|
<meta name="twitter:title" content="1 Nebelwerfer | pax:nion" />
|
||||||
|
<meta name="twitter:description" content="PHI, Panix Heavy Industries" />
|
||||||
|
|
||||||
|
<meta name="twitter:image" content="https://panix.basspistol.com/assets/albums/bamegoy/1-nebelwerfer.jpeg" />
|
||||||
|
|
||||||
|
<!-- END seo.html -->
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<meta charset="utf-8" />
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=yes" />
|
||||||
|
<link rel="stylesheet" href="../../../assets/css/main20200519.css" />
|
||||||
|
|
||||||
|
<link rel="apple-touch-icon" href="https://panix.basspistol.com/apple-touch-icon.png" />
|
||||||
|
<link rel="icon" type="image/png" href="https://panix.basspistol.com/touch-icon.png" sizes="192x192" />
|
||||||
|
<link rel="shortcut icon" href="https://panix.basspistol.com/assets/img/setto_icon.png" type="image/png" />
|
||||||
|
<noscript><link rel="stylesheet" href="../../../assets/css/noscript20200518-rev1.css" /></noscript>
|
||||||
|
</head>
|
||||||
|
|
||||||
|
<body class="is-preload" id="body">
|
||||||
|
<span id="top" style="display: none;"></span>
|
||||||
|
<!-- Wrapper -->
|
||||||
|
<div id="wrapper" class="divided" data-cms-content-wrapper="/_layouts/default.html">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<!-- Banner -->
|
||||||
|
<section
|
||||||
|
class="banner onload-image-fade-in onload-content-fade-right style3 fullscreen content-align-center image-position-center" style="background-image:url('https://media.basspistol.com/panix/bamegoy/1-nebelwerfer.jpeg');background-size: cover; background-repeat: no-repeat;">
|
||||||
|
<div style="z-index:0;position:absolute; top:0; left:0; width:100%;height:100%;background-color: rgba(13, 13 ,13, 0.85);"></div>
|
||||||
|
<div class="content" style="z-index:1">
|
||||||
|
<h1 style="margin-top:80px">Nebelwerfer</h1>
|
||||||
|
|
||||||
|
<p><strong><span id="tracktime"></span></strong><span id="nebelwerfer"></span></strong> <br />
|
||||||
|
Style: <strong>Electronic</strong>
|
||||||
|
</p>
|
||||||
|
<script type="text/javascript">
|
||||||
|
var nebelwerfertimestamp = 163;
|
||||||
|
var nebelwerferhours = Math.floor(nebelwerfertimestamp / 60 / 60);
|
||||||
|
var nebelwerferminutes = Math.floor(nebelwerfertimestamp / 60) - (nebelwerferhours * 60);
|
||||||
|
var nebelwerferseconds = nebelwerfertimestamp % 60;
|
||||||
|
var nebelwerferformatted = nebelwerferhours.toString().padStart(2, '0') + ':' + nebelwerferminutes.toString().padStart(2, '0') + ':' + nebelwerferseconds.toString().padStart(2, '0');
|
||||||
|
var theSpan = document.getElementById("nebelwerfer");
|
||||||
|
theSpan.innerHTML = nebelwerferformatted;
|
||||||
|
</script>
|
||||||
|
|
||||||
|
|
||||||
|
<ul class="actions stacked">
|
||||||
|
<li><button id="mu_pause" class="smooth-scroll-middle button icon solid fa-play">Play dat!</button></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="image">
|
||||||
|
<img src="https://media.basspistol.com/panix/bamegoy/1-nebelwerfer.jpeg" alt="1 Nebelwerfer logo" id="coverart" />
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
|
||||||
|
|
||||||
|
<!-- Page navigation -->
|
||||||
|
<section class="wrapper style1 align-center">
|
||||||
|
<div class="inner">
|
||||||
|
<div class="index align-left">
|
||||||
|
<!-- Author -->
|
||||||
|
<section class="streambox" style="margin-top:40px;padding: 40px;">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<h3 style="text-align: center;display: block;">This track can't be bought</h3>
|
||||||
|
<p>But other tracks are available here:</p>
|
||||||
|
|
||||||
|
|
||||||
|
<div class="streamer">
|
||||||
|
|
||||||
|
|
||||||
|
<a onclick="_paq.push(['trackEvent', 'StoreLink', 'Bandcamp']);" target="_blank" rel="noopener" href="https://panixheavyindustries.bandcamp.com" alt="Stream from Bandcamp" title="Stream from Bandcamp" class="button icon brands fa-bandcamp">Bandcamp</a>
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</section>
|
||||||
|
<section>
|
||||||
|
<!-- Content -->
|
||||||
|
<div class="content">
|
||||||
|
<!-- post Naviation -->
|
||||||
|
<div style="text-align: center;">
|
||||||
|
<h3>Play more songs grom this release</h3>
|
||||||
|
</div>
|
||||||
|
<div class="post-nav">
|
||||||
|
<div>
|
||||||
|
|
||||||
|
<h4><a href="../../../albums/bamegoy/3-isolierung/" alt="Read Isolierung" title="Read Isolierung"><i class="fas fa-arrow-left"></i></a> <a
|
||||||
|
href="../../../albums/bamegoy/3-isolierung/"> Isolierung</a>
|
||||||
|
</h4>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
<div class="post-nav-next">
|
||||||
|
|
||||||
|
<h4><a href="../../../albums/bamegoy/2-totenkopf/"> Totenkopf</a> <a
|
||||||
|
href="../../../albums/bamegoy/2-totenkopf/" alt="Read Totenkopf" title="Read Totenkopf"><i class="fas fa-arrow-right"></i></a></h4>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<!-- End Post Navigation -->
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
<!-- Audio player-->
|
||||||
|
<audio autoplay preload="true" data-matomo-title="Nebelwerfer">
|
||||||
|
<source src="https://media.basspistol.com/panix/bamegoy/1-nebelwerfer.mp3" type="audio/mpeg" ontimeupdate='updateTrackTime(this);' />
|
||||||
|
<h1>Your browser isn't ready for so much hotness. Use the download-link instead.</h1>.
|
||||||
|
</audio>
|
||||||
|
<!-- Footer -->
|
||||||
|
<footer id="footer" class="wrapper style1 align-center">
|
||||||
|
<div class="footflex">
|
||||||
|
<div>
|
||||||
|
<h4>pax:nion</h4>
|
||||||
|
<p>PHI, Panix Heavy Industries
|
||||||
|
<br /><a href="mailto:"></a></p>
|
||||||
|
</div>
|
||||||
|
<div>
|
||||||
|
<ul>
|
||||||
|
<li><a href="#top" class="smooth-scroll-middle">Back to top</a></li>
|
||||||
|
<li><a href="/#album0" class="smooth-scroll-middle">music</a></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<div><img src="/assets/panix-logo-dark.svg" style="max-width:300px" alt="pax:nion Logo" /></div>
|
||||||
|
</div>
|
||||||
|
<div class="inner">
|
||||||
|
<ul class="icons">
|
||||||
|
|
||||||
|
<!-- <li><a href="mailto:" class="icon style2 fa-envelope"><span class="label">Email</span></a></li> -->
|
||||||
|
</ul>
|
||||||
|
<p>©2020 Basspistol | <a href="../../../webcreds/">Credits</a> | <a href="../../../cookies/">Cookies & Privacy</a></p>
|
||||||
|
</div>
|
||||||
|
</footer>
|
||||||
|
|
||||||
|
|
||||||
|
<script type="text/javascript">
|
||||||
|
function loadUrl(newLocation) {
|
||||||
|
window.location = newLocation;
|
||||||
|
return false;
|
||||||
|
}
|
||||||
|
|
||||||
|
var mu = document.getElementsByTagName("audio")[0];
|
||||||
|
var pauseButton = document.getElementById("mu_pause");
|
||||||
|
var spincover = document.getElementById("coverart");
|
||||||
|
|
||||||
|
mu.addEventListener('ended', function () {
|
||||||
|
// only functional if "loop" is removed
|
||||||
|
mu.pause();
|
||||||
|
mu.currentTime = 0;
|
||||||
|
loadUrl("../../../bamegoy/2-totenkopf/"); return false;
|
||||||
|
});
|
||||||
|
mu.onplaying = function() {
|
||||||
|
pauseButton.innerHTML = "Pause";
|
||||||
|
pauseButton.classList.remove("fa-play");
|
||||||
|
pauseButton.classList.add("fa-pause");
|
||||||
|
spincover.classList.add("spinnit");
|
||||||
|
spincover.classList.remove("paused");
|
||||||
|
};
|
||||||
|
|
||||||
|
pauseButton.addEventListener("click", function () {
|
||||||
|
if (mu.paused) {
|
||||||
|
mu.play();
|
||||||
|
|
||||||
|
}
|
||||||
|
else {
|
||||||
|
mu.pause();
|
||||||
|
pauseButton.innerHTML = "Resume";
|
||||||
|
pauseButton.classList.add("fa-play");
|
||||||
|
pauseButton.classList.remove("fa-pause");
|
||||||
|
spincover.classList.add("paused");
|
||||||
|
}
|
||||||
|
});
|
||||||
|
|
||||||
|
mu.addEventListener('timeupdate', function () {
|
||||||
|
var timestamp = Math.floor(mu.currentTime);
|
||||||
|
var hours = Math.floor(timestamp / 60 / 60);
|
||||||
|
var minutes = Math.floor(timestamp / 60) - (hours * 60);
|
||||||
|
var seconds = timestamp % 60;
|
||||||
|
var formatted = hours.toString().padStart(2, '0') + ':' + minutes.toString().padStart(2, '0') + ':' + seconds.toString().padStart(2, '0');
|
||||||
|
var thecurrentSpan = document.getElementById("tracktime");
|
||||||
|
thecurrentSpan.innerHTML = formatted + ' / ';
|
||||||
|
});
|
||||||
|
|
||||||
|
</script>
|
||||||
|
</div>
|
||||||
|
<!-- Navigation -->
|
||||||
|
<div id="logo" class="logo">
|
||||||
|
<a href="/" class="smooth-scroll-middle"><img width="200em" src="/assets/panix-logo.svg" alt=" Logo" /></a>
|
||||||
|
<a href="#navbar" onclick="blurBody()" alt="Navigation Menu" title="Navigation Menu"><span style="font-size: 34px;" class="icon solid fa-bars"></span></a>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div id="navbar" style="display: block;" class="modalDialog">
|
||||||
|
<a href="#close" onclick="removeBlur()" alt="Close Menu" title="Close Menu"><div id="closearea"> </div></a>
|
||||||
|
<nav>
|
||||||
|
<a href="#close" title="Close" onclick="removeBlur()" class="close-button close" style="margin: 0 auto;">X</a>
|
||||||
|
<ul>
|
||||||
|
|
||||||
|
|
||||||
|
<li><a href="../../../" class="button small">Home</a></li>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<li><a href="../../../releases/" class="button small">Releases</a></li>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<li><a href="../../../logs/" class="button small">Web-Log</a></li>
|
||||||
|
|
||||||
|
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
</nav>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
<!-- End Navigation -->
|
||||||
|
<!-- Scripts -->
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<script src="../../../assets/js/jquery.min.js"></script>
|
||||||
|
<script src="../../../assets/js/jquery.scrollex.min.js"></script>
|
||||||
|
<script src="../../../assets/js/jquery.scrolly.min.js"></script>
|
||||||
|
<script src="../../../assets/js/browser.min.js"></script>
|
||||||
|
<script src="../../../assets/js/breakpoints.min.js"></script>
|
||||||
|
<script src="../../../assets/js/util.js"></script>
|
||||||
|
<script src="../../../assets/js/main.js"></script>
|
||||||
|
<script src="../../../assets/js/set.js"></script>
|
||||||
|
|
||||||
|
|
||||||
|
<div id="cookie-notice">
|
||||||
|
<p>We only use cookies if you consent to it. They don't contain any identifiable info: they just let us know if you enjoyed this enough to come back. <br />Click <a href="#" id="cookie-notice-decline">here</a> if you want this shit to go away without cookies. <br />Read more about how Basspistol <a href="/cookies/">use cookies</a> </p>
|
||||||
|
<a class="button small yes" href="#" id="cookie-notice-accept">I'm in!</a>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<script>
|
||||||
|
function createCookie(name, value, days) {
|
||||||
|
var expires = "";
|
||||||
|
if (days) {
|
||||||
|
var date = new Date();
|
||||||
|
date.setTime(date.getTime() + (days * 24 * 60 * 60 * 1000));
|
||||||
|
expires = "; expires=" + date.toUTCString();
|
||||||
|
}
|
||||||
|
document.cookie = name + "=" + value + expires + "; path=/";
|
||||||
|
}
|
||||||
|
function readCookie(name) {
|
||||||
|
var nameEQ = name + "=";
|
||||||
|
var ca = document.cookie.split(';');
|
||||||
|
for (var i = 0; i < ca.length; i++) {
|
||||||
|
var c = ca[i];
|
||||||
|
while (c.charAt(0) == ' ') c = c.substring(1, c.length);
|
||||||
|
if (c.indexOf(nameEQ) == 0) return c.substring(nameEQ.length, c.length);
|
||||||
|
}
|
||||||
|
return null;
|
||||||
|
}
|
||||||
|
function eraseCookie(name) {
|
||||||
|
createCookie(name, "", -1);
|
||||||
|
}
|
||||||
|
|
||||||
|
if (readCookie('cookie-notice-dismissed') == 'wantCookies') {
|
||||||
|
|
||||||
|
//* Matomo Tag Manager *//
|
||||||
|
|
||||||
|
var _mtm = _mtm || [];
|
||||||
|
_mtm.push({'mtm.startTime': (new Date().getTime()), 'event': 'mtm.Start'});
|
||||||
|
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
|
||||||
|
g.type='text/javascript'; g.async=true; g.defer=true; g.src='https://cdn.matomo.cloud/terminalnetwork.matomo.cloud/container_aJ0T3vZ5.js'; s.parentNode.insertBefore(g,s);
|
||||||
|
|
||||||
|
//* End Matomo Tag Manager *//
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
} else {
|
||||||
|
document.getElementById('cookie-notice').style.display = 'flex';
|
||||||
|
|
||||||
|
var _paq = window._paq || [];
|
||||||
|
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */
|
||||||
|
_paq.push(["setDocumentTitle", document.domain + "/" + document.title]);
|
||||||
|
_paq.push(["disableCookies"]);
|
||||||
|
_paq.push(['trackPageView']);
|
||||||
|
_paq.push(['enableLinkTracking']);
|
||||||
|
(function() {
|
||||||
|
var u="https://terminalnetwork.matomo.cloud/";
|
||||||
|
_paq.push(['setTrackerUrl', u+'matomo.php']);
|
||||||
|
_paq.push(['setSiteId', '14']);
|
||||||
|
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
|
||||||
|
g.type='text/javascript'; g.async=true; g.defer=true; g.src='//cdn.matomo.cloud/terminalnetwork.matomo.cloud/matomo.js'; s.parentNode.insertBefore(g,s);
|
||||||
|
})();
|
||||||
|
|
||||||
|
|
||||||
|
}
|
||||||
|
if (readCookie('cookie-notice-dismissed') == 'dontWantCookies') {
|
||||||
|
document.getElementById('cookie-notice').style.display = 'none';
|
||||||
|
|
||||||
|
var _paq = window._paq || [];
|
||||||
|
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */
|
||||||
|
_paq.push(["setDocumentTitle", document.domain + "/" + document.title]);
|
||||||
|
_paq.push(["disableCookies"]);
|
||||||
|
_paq.push(['trackPageView']);
|
||||||
|
_paq.push(['enableLinkTracking']);
|
||||||
|
(function() {
|
||||||
|
var u="https://terminalnetwork.matomo.cloud/";
|
||||||
|
_paq.push(['setTrackerUrl', u+'matomo.php']);
|
||||||
|
_paq.push(['setSiteId', '14']);
|
||||||
|
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
|
||||||
|
g.type='text/javascript'; g.async=true; g.defer=true; g.src='//cdn.matomo.cloud/terminalnetwork.matomo.cloud/matomo.js'; s.parentNode.insertBefore(g,s);
|
||||||
|
})();
|
||||||
|
|
||||||
|
}
|
||||||
|
document.getElementById('cookie-notice-accept').addEventListener("click", function () {
|
||||||
|
createCookie('cookie-notice-dismissed', 'wantCookies', 31);
|
||||||
|
document.getElementById('cookie-notice').style.display = 'none';
|
||||||
|
_paq.push(['trackEvent', 'Consent', 'wantCookie']);
|
||||||
|
location.reload();
|
||||||
|
});
|
||||||
|
|
||||||
|
document.getElementById('cookie-notice-decline').addEventListener("click", function () {
|
||||||
|
createCookie('cookie-notice-dismissed', 'dontWantCookies', 31);
|
||||||
|
document.getElementById('cookie-notice').style.display = 'none';
|
||||||
|
_paq.push(['trackEvent', 'Consent', 'dontWantCookie']);
|
||||||
|
location.reload();
|
||||||
|
});
|
||||||
|
|
||||||
|
// document.getElementById('cookie-notice-gimme').addEventListener("click", function () {
|
||||||
|
// createCookie('cookie-notice-dismissed', 'wantCookies', 31);
|
||||||
|
// document.getElementById('cookie-notice').style.display = 'none';
|
||||||
|
// location.reload();
|
||||||
|
// });
|
||||||
|
|
||||||
|
|
||||||
|
</script>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
404
albums/bamegoy/2-totenkopf/index.html
Normal file
404
albums/bamegoy/2-totenkopf/index.html
Normal file
|
|
@ -0,0 +1,404 @@
|
||||||
|
<!DOCTYPE html>
|
||||||
|
<!--
|
||||||
|
Based on _Story_ by html5up.net | @ajlkn
|
||||||
|
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
|
||||||
|
Remixed and Jekyllified by Setto
|
||||||
|
-->
|
||||||
|
<html lang="en">
|
||||||
|
<head>
|
||||||
|
<!-- Begin Jekyll SEO tag v2.6.1 -->
|
||||||
|
<meta name="generator" content="Jekyll v4.0.0" />
|
||||||
|
<meta property="og:title" content="2 Totenkopf" />
|
||||||
|
<meta name="author" content="pax:nion" />
|
||||||
|
<meta property="og:locale" content="en" />
|
||||||
|
<meta name="description" content="PHI, Panix Heavy Industries" />
|
||||||
|
<meta property="og:description" content="PHI, Panix Heavy Industries" />
|
||||||
|
<link rel="canonical" href="https://panix.basspistol.com/albums/bamegoy/2-totenkopf/" />
|
||||||
|
<meta property="og:url" content="https://panix.basspistol.com/albums/bamegoy/2-totenkopf/" />
|
||||||
|
<meta property="og:site_name" content="pax:nion" />
|
||||||
|
<meta property="og:type" content="article" />
|
||||||
|
<meta property="article:published_time" content="2020-07-05T18:07:03+00:00" />
|
||||||
|
<script type="application/ld+json">
|
||||||
|
{"description":"PHI, Panix Heavy Industries","@type":"AudioObject","headline":"2 Totenkopf","dateModified":"2020-07-05T18:07:00+00:00","datePublished":"2020-07-05T18:07:03+00:00","url":"https://panix.basspistol.com/albums/bamegoy/2-totenkopf/","author":{"@type":"Person","name":"pax:nion"},"publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://panix.basspistol.com/assets/img/setto_icon.png"},"name":"pax:nion"},"@context":"https://schema.org"}</script>
|
||||||
|
<!-- End Jekyll SEO tag -->
|
||||||
|
|
||||||
|
<link type="application/atom+xml" rel="alternate" href="https://panix.basspistol.com/feed.xml" title="" />
|
||||||
|
<!-- BEGIN seo.html -->
|
||||||
|
|
||||||
|
<title>Play Totenkopf by Pan1k</title>
|
||||||
|
<meta name="title" content="Play Totenkopf by Pan1k" />
|
||||||
|
|
||||||
|
<meta name="dc.date.modified" scheme="ISO8601" content="2020-07-05T18:07:00+00:00" />
|
||||||
|
<meta name="robots" content="index" />
|
||||||
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||||
|
<link rel="canonical" href="https://panix.basspistol.com/albums/bamegoy/2-totenkopf/" />
|
||||||
|
<link rel="alternate" hreflang="x-default" href="https://panix.basspistol.com/albums/bamegoy/2-totenkopf/" />
|
||||||
|
<meta name="geo.region" content="BJ-ZO" />
|
||||||
|
<meta name="geo.placename" content="Setto" />
|
||||||
|
<meta name="geo.position" content="7.48777;2.076389" />
|
||||||
|
<meta name="ICBM" content="7.48777, 2.076389" />
|
||||||
|
|
||||||
|
<!-- Dublin Core basic info -->
|
||||||
|
|
||||||
|
<meta name="dcterms.Identifier" content="https://panix.basspistol.com" />
|
||||||
|
<meta name="dcterms.Format" content="text/html" />
|
||||||
|
<meta name="dcterms.Relation" content="pax:nion" />
|
||||||
|
<meta name="dcterms.Publisher" content="pax:nion" />
|
||||||
|
<meta name="dcterms.Type" content="text/html" />
|
||||||
|
<meta name="dcterms.Coverage" content="https://panix.basspistol.com/" />
|
||||||
|
<meta name="dcterms.Rights" content="Copyright ©2020 pax:nion." />
|
||||||
|
|
||||||
|
<meta name="dcterms.Subject" content="Listen and to a track by Pan1k from the release Bamegoy and support your remote artist!" />
|
||||||
|
<meta name="dcterms.Title" content="Totenkopf - Pan1k | pax:nion" />
|
||||||
|
|
||||||
|
<meta name="dcterms.Contributor" content="pax:nion" />
|
||||||
|
<meta name="dcterms.Date" content="2020-07-05" />
|
||||||
|
<meta name="dcterms.Description" content="" />
|
||||||
|
|
||||||
|
<!-- Twitter Card -->
|
||||||
|
|
||||||
|
<meta name="twitter:card" content="summary" />
|
||||||
|
<meta name="twitter:site" content="@" />
|
||||||
|
<meta name="twitter:title" content="2 Totenkopf | pax:nion" />
|
||||||
|
<meta name="twitter:description" content="PHI, Panix Heavy Industries" />
|
||||||
|
|
||||||
|
<meta name="twitter:image" content="https://panix.basspistol.com/assets/albums/bamegoy/2-totenkopf.jpeg" />
|
||||||
|
|
||||||
|
<!-- END seo.html -->
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<meta charset="utf-8" />
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=yes" />
|
||||||
|
<link rel="stylesheet" href="../../../assets/css/main20200519.css" />
|
||||||
|
|
||||||
|
<link rel="apple-touch-icon" href="https://panix.basspistol.com/apple-touch-icon.png" />
|
||||||
|
<link rel="icon" type="image/png" href="https://panix.basspistol.com/touch-icon.png" sizes="192x192" />
|
||||||
|
<link rel="shortcut icon" href="https://panix.basspistol.com/assets/img/setto_icon.png" type="image/png" />
|
||||||
|
<noscript><link rel="stylesheet" href="../../../assets/css/noscript20200518-rev1.css" /></noscript>
|
||||||
|
</head>
|
||||||
|
|
||||||
|
<body class="is-preload" id="body">
|
||||||
|
<span id="top" style="display: none;"></span>
|
||||||
|
<!-- Wrapper -->
|
||||||
|
<div id="wrapper" class="divided" data-cms-content-wrapper="/_layouts/default.html">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<!-- Banner -->
|
||||||
|
<section
|
||||||
|
class="banner onload-image-fade-in onload-content-fade-right style3 fullscreen content-align-center image-position-center" style="background-image:url('https://media.basspistol.com/panix/bamegoy/2-totenkopf.jpeg');background-size: cover; background-repeat: no-repeat;">
|
||||||
|
<div style="z-index:0;position:absolute; top:0; left:0; width:100%;height:100%;background-color: rgba(13, 13 ,13, 0.85);"></div>
|
||||||
|
<div class="content" style="z-index:1">
|
||||||
|
<h1 style="margin-top:80px">Totenkopf</h1>
|
||||||
|
|
||||||
|
<p><strong><span id="tracktime"></span></strong><span id="totenkopf"></span></strong> <br />
|
||||||
|
Style: <strong>Electronic</strong>
|
||||||
|
</p>
|
||||||
|
<script type="text/javascript">
|
||||||
|
var totenkopftimestamp = 129;
|
||||||
|
var totenkopfhours = Math.floor(totenkopftimestamp / 60 / 60);
|
||||||
|
var totenkopfminutes = Math.floor(totenkopftimestamp / 60) - (totenkopfhours * 60);
|
||||||
|
var totenkopfseconds = totenkopftimestamp % 60;
|
||||||
|
var totenkopfformatted = totenkopfhours.toString().padStart(2, '0') + ':' + totenkopfminutes.toString().padStart(2, '0') + ':' + totenkopfseconds.toString().padStart(2, '0');
|
||||||
|
var theSpan = document.getElementById("totenkopf");
|
||||||
|
theSpan.innerHTML = totenkopfformatted;
|
||||||
|
</script>
|
||||||
|
|
||||||
|
|
||||||
|
<ul class="actions stacked">
|
||||||
|
<li><button id="mu_pause" class="smooth-scroll-middle button icon solid fa-play">Play dat!</button></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="image">
|
||||||
|
<img src="https://media.basspistol.com/panix/bamegoy/2-totenkopf.jpeg" alt="2 Totenkopf logo" id="coverart" />
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
|
||||||
|
|
||||||
|
<!-- Page navigation -->
|
||||||
|
<section class="wrapper style1 align-center">
|
||||||
|
<div class="inner">
|
||||||
|
<div class="index align-left">
|
||||||
|
<!-- Author -->
|
||||||
|
<section class="streambox" style="margin-top:40px;padding: 40px;">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<h3 style="text-align: center;display: block;">This track can't be bought</h3>
|
||||||
|
<p>But other tracks are available here:</p>
|
||||||
|
|
||||||
|
|
||||||
|
<div class="streamer">
|
||||||
|
|
||||||
|
|
||||||
|
<a onclick="_paq.push(['trackEvent', 'StoreLink', 'Bandcamp']);" target="_blank" rel="noopener" href="https://panixheavyindustries.bandcamp.com" alt="Stream from Bandcamp" title="Stream from Bandcamp" class="button icon brands fa-bandcamp">Bandcamp</a>
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</section>
|
||||||
|
<section>
|
||||||
|
<!-- Content -->
|
||||||
|
<div class="content">
|
||||||
|
<!-- post Naviation -->
|
||||||
|
<div style="text-align: center;">
|
||||||
|
<h3>Play more songs grom this release</h3>
|
||||||
|
</div>
|
||||||
|
<div class="post-nav">
|
||||||
|
<div>
|
||||||
|
|
||||||
|
<h4><a href="../../../albums/bamegoy/1-nebelwerfer/" alt="Read Nebelwerfer" title="Read Nebelwerfer"><i class="fas fa-arrow-left"></i></a> <a
|
||||||
|
href="../../../albums/bamegoy/1-nebelwerfer/"> Nebelwerfer</a>
|
||||||
|
</h4>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
<div class="post-nav-next">
|
||||||
|
|
||||||
|
<h4><a href="../../../albums/bamegoy/3-isolierung/"> Isolierung</a> <a
|
||||||
|
href="../../../albums/bamegoy/3-isolierung/" alt="Read Isolierung" title="Read Isolierung"><i class="fas fa-arrow-right"></i></a></h4>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<!-- End Post Navigation -->
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
<!-- Audio player-->
|
||||||
|
<audio autoplay preload="true" data-matomo-title="Totenkopf">
|
||||||
|
<source src="https://media.basspistol.com/panix/bamegoy/2-totenkopf.mp3" type="audio/mpeg" ontimeupdate='updateTrackTime(this);' />
|
||||||
|
<h1>Your browser isn't ready for so much hotness. Use the download-link instead.</h1>.
|
||||||
|
</audio>
|
||||||
|
<!-- Footer -->
|
||||||
|
<footer id="footer" class="wrapper style1 align-center">
|
||||||
|
<div class="footflex">
|
||||||
|
<div>
|
||||||
|
<h4>pax:nion</h4>
|
||||||
|
<p>PHI, Panix Heavy Industries
|
||||||
|
<br /><a href="mailto:"></a></p>
|
||||||
|
</div>
|
||||||
|
<div>
|
||||||
|
<ul>
|
||||||
|
<li><a href="#top" class="smooth-scroll-middle">Back to top</a></li>
|
||||||
|
<li><a href="/#album0" class="smooth-scroll-middle">music</a></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<div><img src="/assets/panix-logo-dark.svg" style="max-width:300px" alt="pax:nion Logo" /></div>
|
||||||
|
</div>
|
||||||
|
<div class="inner">
|
||||||
|
<ul class="icons">
|
||||||
|
|
||||||
|
<!-- <li><a href="mailto:" class="icon style2 fa-envelope"><span class="label">Email</span></a></li> -->
|
||||||
|
</ul>
|
||||||
|
<p>©2020 Basspistol | <a href="../../../webcreds/">Credits</a> | <a href="../../../cookies/">Cookies & Privacy</a></p>
|
||||||
|
</div>
|
||||||
|
</footer>
|
||||||
|
|
||||||
|
|
||||||
|
<script type="text/javascript">
|
||||||
|
function loadUrl(newLocation) {
|
||||||
|
window.location = newLocation;
|
||||||
|
return false;
|
||||||
|
}
|
||||||
|
|
||||||
|
var mu = document.getElementsByTagName("audio")[0];
|
||||||
|
var pauseButton = document.getElementById("mu_pause");
|
||||||
|
var spincover = document.getElementById("coverart");
|
||||||
|
|
||||||
|
mu.addEventListener('ended', function () {
|
||||||
|
// only functional if "loop" is removed
|
||||||
|
mu.pause();
|
||||||
|
mu.currentTime = 0;
|
||||||
|
loadUrl("../../../bamegoy/3-isolierung/"); return false;
|
||||||
|
});
|
||||||
|
mu.onplaying = function() {
|
||||||
|
pauseButton.innerHTML = "Pause";
|
||||||
|
pauseButton.classList.remove("fa-play");
|
||||||
|
pauseButton.classList.add("fa-pause");
|
||||||
|
spincover.classList.add("spinnit");
|
||||||
|
spincover.classList.remove("paused");
|
||||||
|
};
|
||||||
|
|
||||||
|
pauseButton.addEventListener("click", function () {
|
||||||
|
if (mu.paused) {
|
||||||
|
mu.play();
|
||||||
|
|
||||||
|
}
|
||||||
|
else {
|
||||||
|
mu.pause();
|
||||||
|
pauseButton.innerHTML = "Resume";
|
||||||
|
pauseButton.classList.add("fa-play");
|
||||||
|
pauseButton.classList.remove("fa-pause");
|
||||||
|
spincover.classList.add("paused");
|
||||||
|
}
|
||||||
|
});
|
||||||
|
|
||||||
|
mu.addEventListener('timeupdate', function () {
|
||||||
|
var timestamp = Math.floor(mu.currentTime);
|
||||||
|
var hours = Math.floor(timestamp / 60 / 60);
|
||||||
|
var minutes = Math.floor(timestamp / 60) - (hours * 60);
|
||||||
|
var seconds = timestamp % 60;
|
||||||
|
var formatted = hours.toString().padStart(2, '0') + ':' + minutes.toString().padStart(2, '0') + ':' + seconds.toString().padStart(2, '0');
|
||||||
|
var thecurrentSpan = document.getElementById("tracktime");
|
||||||
|
thecurrentSpan.innerHTML = formatted + ' / ';
|
||||||
|
});
|
||||||
|
|
||||||
|
</script>
|
||||||
|
</div>
|
||||||
|
<!-- Navigation -->
|
||||||
|
<div id="logo" class="logo">
|
||||||
|
<a href="/" class="smooth-scroll-middle"><img width="200em" src="/assets/panix-logo.svg" alt=" Logo" /></a>
|
||||||
|
<a href="#navbar" onclick="blurBody()" alt="Navigation Menu" title="Navigation Menu"><span style="font-size: 34px;" class="icon solid fa-bars"></span></a>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div id="navbar" style="display: block;" class="modalDialog">
|
||||||
|
<a href="#close" onclick="removeBlur()" alt="Close Menu" title="Close Menu"><div id="closearea"> </div></a>
|
||||||
|
<nav>
|
||||||
|
<a href="#close" title="Close" onclick="removeBlur()" class="close-button close" style="margin: 0 auto;">X</a>
|
||||||
|
<ul>
|
||||||
|
|
||||||
|
|
||||||
|
<li><a href="../../../" class="button small">Home</a></li>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<li><a href="../../../releases/" class="button small">Releases</a></li>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<li><a href="../../../logs/" class="button small">Web-Log</a></li>
|
||||||
|
|
||||||
|
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
</nav>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
<!-- End Navigation -->
|
||||||
|
<!-- Scripts -->
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<script src="../../../assets/js/jquery.min.js"></script>
|
||||||
|
<script src="../../../assets/js/jquery.scrollex.min.js"></script>
|
||||||
|
<script src="../../../assets/js/jquery.scrolly.min.js"></script>
|
||||||
|
<script src="../../../assets/js/browser.min.js"></script>
|
||||||
|
<script src="../../../assets/js/breakpoints.min.js"></script>
|
||||||
|
<script src="../../../assets/js/util.js"></script>
|
||||||
|
<script src="../../../assets/js/main.js"></script>
|
||||||
|
<script src="../../../assets/js/set.js"></script>
|
||||||
|
|
||||||
|
|
||||||
|
<div id="cookie-notice">
|
||||||
|
<p>We only use cookies if you consent to it. They don't contain any identifiable info: they just let us know if you enjoyed this enough to come back. <br />Click <a href="#" id="cookie-notice-decline">here</a> if you want this shit to go away without cookies. <br />Read more about how Basspistol <a href="/cookies/">use cookies</a> </p>
|
||||||
|
<a class="button small yes" href="#" id="cookie-notice-accept">I'm in!</a>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<script>
|
||||||
|
function createCookie(name, value, days) {
|
||||||
|
var expires = "";
|
||||||
|
if (days) {
|
||||||
|
var date = new Date();
|
||||||
|
date.setTime(date.getTime() + (days * 24 * 60 * 60 * 1000));
|
||||||
|
expires = "; expires=" + date.toUTCString();
|
||||||
|
}
|
||||||
|
document.cookie = name + "=" + value + expires + "; path=/";
|
||||||
|
}
|
||||||
|
function readCookie(name) {
|
||||||
|
var nameEQ = name + "=";
|
||||||
|
var ca = document.cookie.split(';');
|
||||||
|
for (var i = 0; i < ca.length; i++) {
|
||||||
|
var c = ca[i];
|
||||||
|
while (c.charAt(0) == ' ') c = c.substring(1, c.length);
|
||||||
|
if (c.indexOf(nameEQ) == 0) return c.substring(nameEQ.length, c.length);
|
||||||
|
}
|
||||||
|
return null;
|
||||||
|
}
|
||||||
|
function eraseCookie(name) {
|
||||||
|
createCookie(name, "", -1);
|
||||||
|
}
|
||||||
|
|
||||||
|
if (readCookie('cookie-notice-dismissed') == 'wantCookies') {
|
||||||
|
|
||||||
|
//* Matomo Tag Manager *//
|
||||||
|
|
||||||
|
var _mtm = _mtm || [];
|
||||||
|
_mtm.push({'mtm.startTime': (new Date().getTime()), 'event': 'mtm.Start'});
|
||||||
|
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
|
||||||
|
g.type='text/javascript'; g.async=true; g.defer=true; g.src='https://cdn.matomo.cloud/terminalnetwork.matomo.cloud/container_aJ0T3vZ5.js'; s.parentNode.insertBefore(g,s);
|
||||||
|
|
||||||
|
//* End Matomo Tag Manager *//
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
} else {
|
||||||
|
document.getElementById('cookie-notice').style.display = 'flex';
|
||||||
|
|
||||||
|
var _paq = window._paq || [];
|
||||||
|
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */
|
||||||
|
_paq.push(["setDocumentTitle", document.domain + "/" + document.title]);
|
||||||
|
_paq.push(["disableCookies"]);
|
||||||
|
_paq.push(['trackPageView']);
|
||||||
|
_paq.push(['enableLinkTracking']);
|
||||||
|
(function() {
|
||||||
|
var u="https://terminalnetwork.matomo.cloud/";
|
||||||
|
_paq.push(['setTrackerUrl', u+'matomo.php']);
|
||||||
|
_paq.push(['setSiteId', '14']);
|
||||||
|
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
|
||||||
|
g.type='text/javascript'; g.async=true; g.defer=true; g.src='//cdn.matomo.cloud/terminalnetwork.matomo.cloud/matomo.js'; s.parentNode.insertBefore(g,s);
|
||||||
|
})();
|
||||||
|
|
||||||
|
|
||||||
|
}
|
||||||
|
if (readCookie('cookie-notice-dismissed') == 'dontWantCookies') {
|
||||||
|
document.getElementById('cookie-notice').style.display = 'none';
|
||||||
|
|
||||||
|
var _paq = window._paq || [];
|
||||||
|
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */
|
||||||
|
_paq.push(["setDocumentTitle", document.domain + "/" + document.title]);
|
||||||
|
_paq.push(["disableCookies"]);
|
||||||
|
_paq.push(['trackPageView']);
|
||||||
|
_paq.push(['enableLinkTracking']);
|
||||||
|
(function() {
|
||||||
|
var u="https://terminalnetwork.matomo.cloud/";
|
||||||
|
_paq.push(['setTrackerUrl', u+'matomo.php']);
|
||||||
|
_paq.push(['setSiteId', '14']);
|
||||||
|
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
|
||||||
|
g.type='text/javascript'; g.async=true; g.defer=true; g.src='//cdn.matomo.cloud/terminalnetwork.matomo.cloud/matomo.js'; s.parentNode.insertBefore(g,s);
|
||||||
|
})();
|
||||||
|
|
||||||
|
}
|
||||||
|
document.getElementById('cookie-notice-accept').addEventListener("click", function () {
|
||||||
|
createCookie('cookie-notice-dismissed', 'wantCookies', 31);
|
||||||
|
document.getElementById('cookie-notice').style.display = 'none';
|
||||||
|
_paq.push(['trackEvent', 'Consent', 'wantCookie']);
|
||||||
|
location.reload();
|
||||||
|
});
|
||||||
|
|
||||||
|
document.getElementById('cookie-notice-decline').addEventListener("click", function () {
|
||||||
|
createCookie('cookie-notice-dismissed', 'dontWantCookies', 31);
|
||||||
|
document.getElementById('cookie-notice').style.display = 'none';
|
||||||
|
_paq.push(['trackEvent', 'Consent', 'dontWantCookie']);
|
||||||
|
location.reload();
|
||||||
|
});
|
||||||
|
|
||||||
|
// document.getElementById('cookie-notice-gimme').addEventListener("click", function () {
|
||||||
|
// createCookie('cookie-notice-dismissed', 'wantCookies', 31);
|
||||||
|
// document.getElementById('cookie-notice').style.display = 'none';
|
||||||
|
// location.reload();
|
||||||
|
// });
|
||||||
|
|
||||||
|
|
||||||
|
</script>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
404
albums/bamegoy/3-isolierung/index.html
Normal file
404
albums/bamegoy/3-isolierung/index.html
Normal file
|
|
@ -0,0 +1,404 @@
|
||||||
|
<!DOCTYPE html>
|
||||||
|
<!--
|
||||||
|
Based on _Story_ by html5up.net | @ajlkn
|
||||||
|
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
|
||||||
|
Remixed and Jekyllified by Setto
|
||||||
|
-->
|
||||||
|
<html lang="en">
|
||||||
|
<head>
|
||||||
|
<!-- Begin Jekyll SEO tag v2.6.1 -->
|
||||||
|
<meta name="generator" content="Jekyll v4.0.0" />
|
||||||
|
<meta property="og:title" content="3 Isolierung" />
|
||||||
|
<meta name="author" content="pax:nion" />
|
||||||
|
<meta property="og:locale" content="en" />
|
||||||
|
<meta name="description" content="PHI, Panix Heavy Industries" />
|
||||||
|
<meta property="og:description" content="PHI, Panix Heavy Industries" />
|
||||||
|
<link rel="canonical" href="https://panix.basspistol.com/albums/bamegoy/3-isolierung/" />
|
||||||
|
<meta property="og:url" content="https://panix.basspistol.com/albums/bamegoy/3-isolierung/" />
|
||||||
|
<meta property="og:site_name" content="pax:nion" />
|
||||||
|
<meta property="og:type" content="article" />
|
||||||
|
<meta property="article:published_time" content="2020-07-05T18:07:03+00:00" />
|
||||||
|
<script type="application/ld+json">
|
||||||
|
{"description":"PHI, Panix Heavy Industries","@type":"AudioObject","headline":"3 Isolierung","dateModified":"2020-07-05T18:07:00+00:00","datePublished":"2020-07-05T18:07:03+00:00","url":"https://panix.basspistol.com/albums/bamegoy/3-isolierung/","author":{"@type":"Person","name":"pax:nion"},"publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://panix.basspistol.com/assets/img/setto_icon.png"},"name":"pax:nion"},"@context":"https://schema.org"}</script>
|
||||||
|
<!-- End Jekyll SEO tag -->
|
||||||
|
|
||||||
|
<link type="application/atom+xml" rel="alternate" href="https://panix.basspistol.com/feed.xml" title="" />
|
||||||
|
<!-- BEGIN seo.html -->
|
||||||
|
|
||||||
|
<title>Play Isolierung by Pan1k</title>
|
||||||
|
<meta name="title" content="Play Isolierung by Pan1k" />
|
||||||
|
|
||||||
|
<meta name="dc.date.modified" scheme="ISO8601" content="2020-07-05T18:07:00+00:00" />
|
||||||
|
<meta name="robots" content="index" />
|
||||||
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||||
|
<link rel="canonical" href="https://panix.basspistol.com/albums/bamegoy/3-isolierung/" />
|
||||||
|
<link rel="alternate" hreflang="x-default" href="https://panix.basspistol.com/albums/bamegoy/3-isolierung/" />
|
||||||
|
<meta name="geo.region" content="BJ-ZO" />
|
||||||
|
<meta name="geo.placename" content="Setto" />
|
||||||
|
<meta name="geo.position" content="7.48777;2.076389" />
|
||||||
|
<meta name="ICBM" content="7.48777, 2.076389" />
|
||||||
|
|
||||||
|
<!-- Dublin Core basic info -->
|
||||||
|
|
||||||
|
<meta name="dcterms.Identifier" content="https://panix.basspistol.com" />
|
||||||
|
<meta name="dcterms.Format" content="text/html" />
|
||||||
|
<meta name="dcterms.Relation" content="pax:nion" />
|
||||||
|
<meta name="dcterms.Publisher" content="pax:nion" />
|
||||||
|
<meta name="dcterms.Type" content="text/html" />
|
||||||
|
<meta name="dcterms.Coverage" content="https://panix.basspistol.com/" />
|
||||||
|
<meta name="dcterms.Rights" content="Copyright ©2020 pax:nion." />
|
||||||
|
|
||||||
|
<meta name="dcterms.Subject" content="Listen and to a track by Pan1k from the release Bamegoy and support your remote artist!" />
|
||||||
|
<meta name="dcterms.Title" content="Isolierung - Pan1k | pax:nion" />
|
||||||
|
|
||||||
|
<meta name="dcterms.Contributor" content="pax:nion" />
|
||||||
|
<meta name="dcterms.Date" content="2020-07-05" />
|
||||||
|
<meta name="dcterms.Description" content="" />
|
||||||
|
|
||||||
|
<!-- Twitter Card -->
|
||||||
|
|
||||||
|
<meta name="twitter:card" content="summary" />
|
||||||
|
<meta name="twitter:site" content="@" />
|
||||||
|
<meta name="twitter:title" content="3 Isolierung | pax:nion" />
|
||||||
|
<meta name="twitter:description" content="PHI, Panix Heavy Industries" />
|
||||||
|
|
||||||
|
<meta name="twitter:image" content="https://panix.basspistol.com/assets/albums/bamegoy/3-isolierung.jpeg" />
|
||||||
|
|
||||||
|
<!-- END seo.html -->
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<meta charset="utf-8" />
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=yes" />
|
||||||
|
<link rel="stylesheet" href="../../../assets/css/main20200519.css" />
|
||||||
|
|
||||||
|
<link rel="apple-touch-icon" href="https://panix.basspistol.com/apple-touch-icon.png" />
|
||||||
|
<link rel="icon" type="image/png" href="https://panix.basspistol.com/touch-icon.png" sizes="192x192" />
|
||||||
|
<link rel="shortcut icon" href="https://panix.basspistol.com/assets/img/setto_icon.png" type="image/png" />
|
||||||
|
<noscript><link rel="stylesheet" href="../../../assets/css/noscript20200518-rev1.css" /></noscript>
|
||||||
|
</head>
|
||||||
|
|
||||||
|
<body class="is-preload" id="body">
|
||||||
|
<span id="top" style="display: none;"></span>
|
||||||
|
<!-- Wrapper -->
|
||||||
|
<div id="wrapper" class="divided" data-cms-content-wrapper="/_layouts/default.html">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<!-- Banner -->
|
||||||
|
<section
|
||||||
|
class="banner onload-image-fade-in onload-content-fade-right style3 fullscreen content-align-center image-position-center" style="background-image:url('https://media.basspistol.com/panix/bamegoy/3-isolierung.jpeg');background-size: cover; background-repeat: no-repeat;">
|
||||||
|
<div style="z-index:0;position:absolute; top:0; left:0; width:100%;height:100%;background-color: rgba(13, 13 ,13, 0.85);"></div>
|
||||||
|
<div class="content" style="z-index:1">
|
||||||
|
<h1 style="margin-top:80px">Isolierung</h1>
|
||||||
|
|
||||||
|
<p><strong><span id="tracktime"></span></strong><span id="isolierung"></span></strong> <br />
|
||||||
|
Style: <strong>Electronic</strong>
|
||||||
|
</p>
|
||||||
|
<script type="text/javascript">
|
||||||
|
var isolierungtimestamp = 103;
|
||||||
|
var isolierunghours = Math.floor(isolierungtimestamp / 60 / 60);
|
||||||
|
var isolierungminutes = Math.floor(isolierungtimestamp / 60) - (isolierunghours * 60);
|
||||||
|
var isolierungseconds = isolierungtimestamp % 60;
|
||||||
|
var isolierungformatted = isolierunghours.toString().padStart(2, '0') + ':' + isolierungminutes.toString().padStart(2, '0') + ':' + isolierungseconds.toString().padStart(2, '0');
|
||||||
|
var theSpan = document.getElementById("isolierung");
|
||||||
|
theSpan.innerHTML = isolierungformatted;
|
||||||
|
</script>
|
||||||
|
|
||||||
|
|
||||||
|
<ul class="actions stacked">
|
||||||
|
<li><button id="mu_pause" class="smooth-scroll-middle button icon solid fa-play">Play dat!</button></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="image">
|
||||||
|
<img src="https://media.basspistol.com/panix/bamegoy/3-isolierung.jpeg" alt="3 Isolierung logo" id="coverart" />
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
|
||||||
|
|
||||||
|
<!-- Page navigation -->
|
||||||
|
<section class="wrapper style1 align-center">
|
||||||
|
<div class="inner">
|
||||||
|
<div class="index align-left">
|
||||||
|
<!-- Author -->
|
||||||
|
<section class="streambox" style="margin-top:40px;padding: 40px;">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<h3 style="text-align: center;display: block;">This track can't be bought</h3>
|
||||||
|
<p>But other tracks are available here:</p>
|
||||||
|
|
||||||
|
|
||||||
|
<div class="streamer">
|
||||||
|
|
||||||
|
|
||||||
|
<a onclick="_paq.push(['trackEvent', 'StoreLink', 'Bandcamp']);" target="_blank" rel="noopener" href="https://panixheavyindustries.bandcamp.com" alt="Stream from Bandcamp" title="Stream from Bandcamp" class="button icon brands fa-bandcamp">Bandcamp</a>
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</section>
|
||||||
|
<section>
|
||||||
|
<!-- Content -->
|
||||||
|
<div class="content">
|
||||||
|
<!-- post Naviation -->
|
||||||
|
<div style="text-align: center;">
|
||||||
|
<h3>Play more songs grom this release</h3>
|
||||||
|
</div>
|
||||||
|
<div class="post-nav">
|
||||||
|
<div>
|
||||||
|
|
||||||
|
<h4><a href="../../../albums/bamegoy/2-totenkopf/" alt="Read Totenkopf" title="Read Totenkopf"><i class="fas fa-arrow-left"></i></a> <a
|
||||||
|
href="../../../albums/bamegoy/2-totenkopf/"> Totenkopf</a>
|
||||||
|
</h4>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
<div class="post-nav-next">
|
||||||
|
|
||||||
|
<h4><a href="../../../albums/bamegoy/1-nebelwerfer/"> Nebelwerfer</a> <a
|
||||||
|
href="../../../albums/bamegoy/1-nebelwerfer/" alt="Read Nebelwerfer" title="Read Nebelwerfer"><i class="fas fa-arrow-right"></i></a></h4>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<!-- End Post Navigation -->
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
<!-- Audio player-->
|
||||||
|
<audio autoplay preload="true" data-matomo-title="Isolierung">
|
||||||
|
<source src="https://media.basspistol.com/panix/bamegoy/3-isolierung.mp3" type="audio/mpeg" ontimeupdate='updateTrackTime(this);' />
|
||||||
|
<h1>Your browser isn't ready for so much hotness. Use the download-link instead.</h1>.
|
||||||
|
</audio>
|
||||||
|
<!-- Footer -->
|
||||||
|
<footer id="footer" class="wrapper style1 align-center">
|
||||||
|
<div class="footflex">
|
||||||
|
<div>
|
||||||
|
<h4>pax:nion</h4>
|
||||||
|
<p>PHI, Panix Heavy Industries
|
||||||
|
<br /><a href="mailto:"></a></p>
|
||||||
|
</div>
|
||||||
|
<div>
|
||||||
|
<ul>
|
||||||
|
<li><a href="#top" class="smooth-scroll-middle">Back to top</a></li>
|
||||||
|
<li><a href="/#album0" class="smooth-scroll-middle">music</a></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<div><img src="/assets/panix-logo-dark.svg" style="max-width:300px" alt="pax:nion Logo" /></div>
|
||||||
|
</div>
|
||||||
|
<div class="inner">
|
||||||
|
<ul class="icons">
|
||||||
|
|
||||||
|
<!-- <li><a href="mailto:" class="icon style2 fa-envelope"><span class="label">Email</span></a></li> -->
|
||||||
|
</ul>
|
||||||
|
<p>©2020 Basspistol | <a href="../../../webcreds/">Credits</a> | <a href="../../../cookies/">Cookies & Privacy</a></p>
|
||||||
|
</div>
|
||||||
|
</footer>
|
||||||
|
|
||||||
|
|
||||||
|
<script type="text/javascript">
|
||||||
|
function loadUrl(newLocation) {
|
||||||
|
window.location = newLocation;
|
||||||
|
return false;
|
||||||
|
}
|
||||||
|
|
||||||
|
var mu = document.getElementsByTagName("audio")[0];
|
||||||
|
var pauseButton = document.getElementById("mu_pause");
|
||||||
|
var spincover = document.getElementById("coverart");
|
||||||
|
|
||||||
|
mu.addEventListener('ended', function () {
|
||||||
|
// only functional if "loop" is removed
|
||||||
|
mu.pause();
|
||||||
|
mu.currentTime = 0;
|
||||||
|
loadUrl("../../../bamegoy/1-nebelwerfer/"); return false;
|
||||||
|
});
|
||||||
|
mu.onplaying = function() {
|
||||||
|
pauseButton.innerHTML = "Pause";
|
||||||
|
pauseButton.classList.remove("fa-play");
|
||||||
|
pauseButton.classList.add("fa-pause");
|
||||||
|
spincover.classList.add("spinnit");
|
||||||
|
spincover.classList.remove("paused");
|
||||||
|
};
|
||||||
|
|
||||||
|
pauseButton.addEventListener("click", function () {
|
||||||
|
if (mu.paused) {
|
||||||
|
mu.play();
|
||||||
|
|
||||||
|
}
|
||||||
|
else {
|
||||||
|
mu.pause();
|
||||||
|
pauseButton.innerHTML = "Resume";
|
||||||
|
pauseButton.classList.add("fa-play");
|
||||||
|
pauseButton.classList.remove("fa-pause");
|
||||||
|
spincover.classList.add("paused");
|
||||||
|
}
|
||||||
|
});
|
||||||
|
|
||||||
|
mu.addEventListener('timeupdate', function () {
|
||||||
|
var timestamp = Math.floor(mu.currentTime);
|
||||||
|
var hours = Math.floor(timestamp / 60 / 60);
|
||||||
|
var minutes = Math.floor(timestamp / 60) - (hours * 60);
|
||||||
|
var seconds = timestamp % 60;
|
||||||
|
var formatted = hours.toString().padStart(2, '0') + ':' + minutes.toString().padStart(2, '0') + ':' + seconds.toString().padStart(2, '0');
|
||||||
|
var thecurrentSpan = document.getElementById("tracktime");
|
||||||
|
thecurrentSpan.innerHTML = formatted + ' / ';
|
||||||
|
});
|
||||||
|
|
||||||
|
</script>
|
||||||
|
</div>
|
||||||
|
<!-- Navigation -->
|
||||||
|
<div id="logo" class="logo">
|
||||||
|
<a href="/" class="smooth-scroll-middle"><img width="200em" src="/assets/panix-logo.svg" alt=" Logo" /></a>
|
||||||
|
<a href="#navbar" onclick="blurBody()" alt="Navigation Menu" title="Navigation Menu"><span style="font-size: 34px;" class="icon solid fa-bars"></span></a>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div id="navbar" style="display: block;" class="modalDialog">
|
||||||
|
<a href="#close" onclick="removeBlur()" alt="Close Menu" title="Close Menu"><div id="closearea"> </div></a>
|
||||||
|
<nav>
|
||||||
|
<a href="#close" title="Close" onclick="removeBlur()" class="close-button close" style="margin: 0 auto;">X</a>
|
||||||
|
<ul>
|
||||||
|
|
||||||
|
|
||||||
|
<li><a href="../../../" class="button small">Home</a></li>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<li><a href="../../../releases/" class="button small">Releases</a></li>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<li><a href="../../../logs/" class="button small">Web-Log</a></li>
|
||||||
|
|
||||||
|
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
</nav>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
<!-- End Navigation -->
|
||||||
|
<!-- Scripts -->
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<script src="../../../assets/js/jquery.min.js"></script>
|
||||||
|
<script src="../../../assets/js/jquery.scrollex.min.js"></script>
|
||||||
|
<script src="../../../assets/js/jquery.scrolly.min.js"></script>
|
||||||
|
<script src="../../../assets/js/browser.min.js"></script>
|
||||||
|
<script src="../../../assets/js/breakpoints.min.js"></script>
|
||||||
|
<script src="../../../assets/js/util.js"></script>
|
||||||
|
<script src="../../../assets/js/main.js"></script>
|
||||||
|
<script src="../../../assets/js/set.js"></script>
|
||||||
|
|
||||||
|
|
||||||
|
<div id="cookie-notice">
|
||||||
|
<p>We only use cookies if you consent to it. They don't contain any identifiable info: they just let us know if you enjoyed this enough to come back. <br />Click <a href="#" id="cookie-notice-decline">here</a> if you want this shit to go away without cookies. <br />Read more about how Basspistol <a href="/cookies/">use cookies</a> </p>
|
||||||
|
<a class="button small yes" href="#" id="cookie-notice-accept">I'm in!</a>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<script>
|
||||||
|
function createCookie(name, value, days) {
|
||||||
|
var expires = "";
|
||||||
|
if (days) {
|
||||||
|
var date = new Date();
|
||||||
|
date.setTime(date.getTime() + (days * 24 * 60 * 60 * 1000));
|
||||||
|
expires = "; expires=" + date.toUTCString();
|
||||||
|
}
|
||||||
|
document.cookie = name + "=" + value + expires + "; path=/";
|
||||||
|
}
|
||||||
|
function readCookie(name) {
|
||||||
|
var nameEQ = name + "=";
|
||||||
|
var ca = document.cookie.split(';');
|
||||||
|
for (var i = 0; i < ca.length; i++) {
|
||||||
|
var c = ca[i];
|
||||||
|
while (c.charAt(0) == ' ') c = c.substring(1, c.length);
|
||||||
|
if (c.indexOf(nameEQ) == 0) return c.substring(nameEQ.length, c.length);
|
||||||
|
}
|
||||||
|
return null;
|
||||||
|
}
|
||||||
|
function eraseCookie(name) {
|
||||||
|
createCookie(name, "", -1);
|
||||||
|
}
|
||||||
|
|
||||||
|
if (readCookie('cookie-notice-dismissed') == 'wantCookies') {
|
||||||
|
|
||||||
|
//* Matomo Tag Manager *//
|
||||||
|
|
||||||
|
var _mtm = _mtm || [];
|
||||||
|
_mtm.push({'mtm.startTime': (new Date().getTime()), 'event': 'mtm.Start'});
|
||||||
|
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
|
||||||
|
g.type='text/javascript'; g.async=true; g.defer=true; g.src='https://cdn.matomo.cloud/terminalnetwork.matomo.cloud/container_aJ0T3vZ5.js'; s.parentNode.insertBefore(g,s);
|
||||||
|
|
||||||
|
//* End Matomo Tag Manager *//
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
} else {
|
||||||
|
document.getElementById('cookie-notice').style.display = 'flex';
|
||||||
|
|
||||||
|
var _paq = window._paq || [];
|
||||||
|
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */
|
||||||
|
_paq.push(["setDocumentTitle", document.domain + "/" + document.title]);
|
||||||
|
_paq.push(["disableCookies"]);
|
||||||
|
_paq.push(['trackPageView']);
|
||||||
|
_paq.push(['enableLinkTracking']);
|
||||||
|
(function() {
|
||||||
|
var u="https://terminalnetwork.matomo.cloud/";
|
||||||
|
_paq.push(['setTrackerUrl', u+'matomo.php']);
|
||||||
|
_paq.push(['setSiteId', '14']);
|
||||||
|
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
|
||||||
|
g.type='text/javascript'; g.async=true; g.defer=true; g.src='//cdn.matomo.cloud/terminalnetwork.matomo.cloud/matomo.js'; s.parentNode.insertBefore(g,s);
|
||||||
|
})();
|
||||||
|
|
||||||
|
|
||||||
|
}
|
||||||
|
if (readCookie('cookie-notice-dismissed') == 'dontWantCookies') {
|
||||||
|
document.getElementById('cookie-notice').style.display = 'none';
|
||||||
|
|
||||||
|
var _paq = window._paq || [];
|
||||||
|
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */
|
||||||
|
_paq.push(["setDocumentTitle", document.domain + "/" + document.title]);
|
||||||
|
_paq.push(["disableCookies"]);
|
||||||
|
_paq.push(['trackPageView']);
|
||||||
|
_paq.push(['enableLinkTracking']);
|
||||||
|
(function() {
|
||||||
|
var u="https://terminalnetwork.matomo.cloud/";
|
||||||
|
_paq.push(['setTrackerUrl', u+'matomo.php']);
|
||||||
|
_paq.push(['setSiteId', '14']);
|
||||||
|
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
|
||||||
|
g.type='text/javascript'; g.async=true; g.defer=true; g.src='//cdn.matomo.cloud/terminalnetwork.matomo.cloud/matomo.js'; s.parentNode.insertBefore(g,s);
|
||||||
|
})();
|
||||||
|
|
||||||
|
}
|
||||||
|
document.getElementById('cookie-notice-accept').addEventListener("click", function () {
|
||||||
|
createCookie('cookie-notice-dismissed', 'wantCookies', 31);
|
||||||
|
document.getElementById('cookie-notice').style.display = 'none';
|
||||||
|
_paq.push(['trackEvent', 'Consent', 'wantCookie']);
|
||||||
|
location.reload();
|
||||||
|
});
|
||||||
|
|
||||||
|
document.getElementById('cookie-notice-decline').addEventListener("click", function () {
|
||||||
|
createCookie('cookie-notice-dismissed', 'dontWantCookies', 31);
|
||||||
|
document.getElementById('cookie-notice').style.display = 'none';
|
||||||
|
_paq.push(['trackEvent', 'Consent', 'dontWantCookie']);
|
||||||
|
location.reload();
|
||||||
|
});
|
||||||
|
|
||||||
|
// document.getElementById('cookie-notice-gimme').addEventListener("click", function () {
|
||||||
|
// createCookie('cookie-notice-dismissed', 'wantCookies', 31);
|
||||||
|
// document.getElementById('cookie-notice').style.display = 'none';
|
||||||
|
// location.reload();
|
||||||
|
// });
|
||||||
|
|
||||||
|
|
||||||
|
</script>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
635
albums/bamegoy/index.html
Normal file
635
albums/bamegoy/index.html
Normal file
|
|
@ -0,0 +1,635 @@
|
||||||
|
<!DOCTYPE html>
|
||||||
|
<!--
|
||||||
|
Based on _Story_ by html5up.net | @ajlkn
|
||||||
|
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
|
||||||
|
Remixed and Jekyllified by Setto
|
||||||
|
-->
|
||||||
|
<html lang="en">
|
||||||
|
<head>
|
||||||
|
<!-- Begin Jekyll SEO tag v2.6.1 -->
|
||||||
|
<meta name="generator" content="Jekyll v4.0.0" />
|
||||||
|
<meta property="og:title" content="Bamegoy" />
|
||||||
|
<meta name="author" content="pax:nion" />
|
||||||
|
<meta property="og:locale" content="en" />
|
||||||
|
<meta name="description" content="PHI, Panix Heavy Industries" />
|
||||||
|
<meta property="og:description" content="PHI, Panix Heavy Industries" />
|
||||||
|
<link rel="canonical" href="https://panix.basspistol.com/albums/bamegoy/" />
|
||||||
|
<meta property="og:url" content="https://panix.basspistol.com/albums/bamegoy/" />
|
||||||
|
<meta property="og:site_name" content="pax:nion" />
|
||||||
|
<meta property="og:type" content="article" />
|
||||||
|
<meta property="article:published_time" content="2001-01-01T00:00:00+00:00" />
|
||||||
|
<script type="application/ld+json">
|
||||||
|
{"description":"PHI, Panix Heavy Industries","@type":"BlogPosting","headline":"Bamegoy","dateModified":"2020-07-05T18:07:00+00:00","datePublished":"2001-01-01T00:00:00+00:00","mainEntityOfPage":{"@type":"WebPage","@id":"https://panix.basspistol.com/albums/bamegoy/"},"url":"https://panix.basspistol.com/albums/bamegoy/","author":{"@type":"Person","name":"pax:nion"},"publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://panix.basspistol.com/assets/img/setto_icon.png"},"name":"pax:nion"},"@context":"https://schema.org"}</script>
|
||||||
|
<!-- End Jekyll SEO tag -->
|
||||||
|
|
||||||
|
<link type="application/atom+xml" rel="alternate" href="https://panix.basspistol.com/feed.xml" title="" />
|
||||||
|
<!-- BEGIN seo.html -->
|
||||||
|
|
||||||
|
<title>Bamegoy | pax:nion</title>
|
||||||
|
<meta name="title" content="Bamegoy | pax:nion" />
|
||||||
|
|
||||||
|
<meta name="dc.date.modified" scheme="ISO8601" content="2020-07-05T18:07:00+00:00" />
|
||||||
|
<meta name="robots" content="index" />
|
||||||
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||||
|
<link rel="canonical" href="https://panix.basspistol.com/albums/bamegoy/" />
|
||||||
|
<link rel="alternate" hreflang="x-default" href="https://panix.basspistol.com/albums/bamegoy/" />
|
||||||
|
<meta name="geo.region" content="BJ-ZO" />
|
||||||
|
<meta name="geo.placename" content="Setto" />
|
||||||
|
<meta name="geo.position" content="7.48777;2.076389" />
|
||||||
|
<meta name="ICBM" content="7.48777, 2.076389" />
|
||||||
|
|
||||||
|
<!-- Dublin Core basic info -->
|
||||||
|
|
||||||
|
<meta name="dcterms.Identifier" content="https://panix.basspistol.com" />
|
||||||
|
<meta name="dcterms.Format" content="text/html" />
|
||||||
|
<meta name="dcterms.Relation" content="pax:nion" />
|
||||||
|
<meta name="dcterms.Publisher" content="pax:nion" />
|
||||||
|
<meta name="dcterms.Type" content="text/html" />
|
||||||
|
<meta name="dcterms.Coverage" content="https://panix.basspistol.com/" />
|
||||||
|
<meta name="dcterms.Rights" content="Copyright ©2020 pax:nion." />
|
||||||
|
|
||||||
|
<meta name="dcterms.Subject" content="PHI, Panix Heavy Industries" />
|
||||||
|
<meta name="dcterms.Title" content="Bamegoy | pax:nion" />
|
||||||
|
|
||||||
|
<meta name="dcterms.Contributor" content="pax:nion" />
|
||||||
|
<meta name="dcterms.Date" content="2001-01-01" />
|
||||||
|
<meta name="dcterms.Description" content="" />
|
||||||
|
|
||||||
|
<!-- Twitter Card -->
|
||||||
|
|
||||||
|
<meta name="twitter:card" content="summary" />
|
||||||
|
<meta name="twitter:site" content="@" />
|
||||||
|
<meta name="twitter:title" content="Bamegoy | pax:nion" />
|
||||||
|
<meta name="twitter:description" content="PHI, Panix Heavy Industries" />
|
||||||
|
|
||||||
|
<meta name="twitter:image" content="https://panix.basspistol.com" />
|
||||||
|
|
||||||
|
<!-- END seo.html -->
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<meta charset="utf-8" />
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=yes" />
|
||||||
|
<link rel="stylesheet" href="../../assets/css/main20200519.css" />
|
||||||
|
<link rel="apple-touch-icon" href="https://panix.basspistol.com/apple-touch-icon.png" />
|
||||||
|
<link rel="icon" type="image/png" href="https://panix.basspistol.com/touch-icon.png" sizes="192x192" />
|
||||||
|
<link rel="shortcut icon" href="https://panix.basspistol.com/assets/img/setto_icon.png" type="image/png" />
|
||||||
|
<noscript><link rel="stylesheet" href="../../assets/css/noscript20200518-rev1.css" /></noscript>
|
||||||
|
</head>
|
||||||
|
<body class="is-preload" id="body">
|
||||||
|
<span id="top" style="display: none;"></span>
|
||||||
|
<!-- Wrapper -->
|
||||||
|
<div id="wrapper" class="divided">
|
||||||
|
|
||||||
|
<!-- Banner -->
|
||||||
|
<section class="banner onload-image-fade-in onload-content-fade-right style2 fullscreen content-align-center image-position-center" style="height:100vh;background-color: rgba(13,13,13,0.85);">
|
||||||
|
<div class="content editable" data-cms-source="/_layouts/album.html" data-cms-index="0">
|
||||||
|
<h1 class="editable" data-cms-source="/_layouts/album.html" data-cms-index="1">Bamegoy</h1>
|
||||||
|
<p></p>
|
||||||
|
<ul class="actions stacked">
|
||||||
|
<li><a href="#moe" class="button small smooth-scroll-middle">cheggit!</a></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<div class="image">
|
||||||
|
<img src="https://media.basspistol.com/panix/bamegoy/1-nebelwerfer.jpeg" alt="Bamegoy" class="editable" data-cms-source="/_layouts/album.html" data-cms-index="2" />
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
<!-- Content -->
|
||||||
|
<section class="wrapper style1 align-center">
|
||||||
|
<div class="inner" style="padding-top: 40px;">
|
||||||
|
<div class="index align-left">
|
||||||
|
<!-- Author -->
|
||||||
|
<section style="padding-top:40px;" id="moe">
|
||||||
|
|
||||||
|
|
||||||
|
<header id="author">
|
||||||
|
<div class="bio">
|
||||||
|
|
||||||
|
|
||||||
|
<h6>
|
||||||
|
|
||||||
|
Share this page:
|
||||||
|
</h6>
|
||||||
|
<ul class="icons">
|
||||||
|
<li><a target="_blank" rel="nofollow noopener" title="Share to facebook" alt="Share to facebook" href="https://touch.facebook.com/sharer.php?u=https://panix.basspistol.com/albums/bamegoy/&quote=Bamegoy%20by%20pax:nion%20via%20https://panix.basspistol.com" class="icon brands style1 fa-facebook-f"><span class="label">Facebook</span></a></li>
|
||||||
|
<li><a target="_blank" rel="nofollow noopener" title="Share to twitter" alt="Share to twitter" href="https://twitter.com/share?url=https://panix.basspistol.com/albums/bamegoy/&text=Bamegoy%20by%20pax:nion%20&hashtags=paxNion" class="icon brands style1 fa-twitter"><span class="label">Twitter</span></a></li>
|
||||||
|
<li><a target="_blank" rel="nofollow noopener" title="Share to telegram" alt="Share to telgram" href="https://telegram.me/share/url?url=https://panix.basspistol.com/albums/bamegoy/&text=Bamegoy%20by%20pax:nion" class="icon brands style1 fa-telegram"><span class="label">Telegram</span></a></li>
|
||||||
|
<li><a target="_blank" rel="nofollow noopener" title="Share to reddit" alt="Share to reddit" href="https://reddit.com/submit/?url=https://panix.basspistol.com/albums/bamegoy/&title=Bamegoy%20by%20pax:nion" class="icon brands style1 fa-reddit"><span class="label">Reddit</span></a></li>
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</header>
|
||||||
|
<!-- Content -->
|
||||||
|
<div class="content">
|
||||||
|
|
||||||
|
|
||||||
|
<!-- HERE BEGINS MADNESS -->
|
||||||
|
|
||||||
|
|
||||||
|
<!-- Content -->
|
||||||
|
<div class="content">
|
||||||
|
<div id="mainwrap">
|
||||||
|
<div id="nowPlay">
|
||||||
|
<p class="right" id="npTitle" style="font-weight: bold;"></p>
|
||||||
|
<p class="left" id="npAction">Paused...</p>
|
||||||
|
</div>
|
||||||
|
<div id="audiowrap">
|
||||||
|
<div id="audio0">
|
||||||
|
<audio id="audio1" controls="controls">Your browser does not support HTML5
|
||||||
|
Audio!</audio>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div id="tracks">
|
||||||
|
<a id="btnPrev"><span class="icon solid fa-fast-backward"></span></a>
|
||||||
|
<a id="btnNext"><span class="icon solid fa-fast-forward"></span></a>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
<div id="plwrap">
|
||||||
|
<ul id="plList">
|
||||||
|
|
||||||
|
<li>
|
||||||
|
<div class="plItem">
|
||||||
|
<div class="plNum">1.</div>
|
||||||
|
<div class="plTitle">Nebelwerfer</div>
|
||||||
|
<div class="plLength">2:43</div>
|
||||||
|
</div>
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li>
|
||||||
|
<div class="plItem">
|
||||||
|
<div class="plNum">2.</div>
|
||||||
|
<div class="plTitle">Totenkopf</div>
|
||||||
|
<div class="plLength">2:09</div>
|
||||||
|
</div>
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li>
|
||||||
|
<div class="plItem">
|
||||||
|
<div class="plNum">3.</div>
|
||||||
|
<div class="plTitle">Isolierung</div>
|
||||||
|
<div class="plLength">1:43</div>
|
||||||
|
</div>
|
||||||
|
</li>
|
||||||
|
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div id="noJSalbum">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<div class="plItem">
|
||||||
|
<div class="plNum">1.</div>
|
||||||
|
<div class="plTitle"><a href="https://media.basspistol.com/panix/bamegoy/1-nebelwerfer.mp3">Nebelwerfer </a></div>
|
||||||
|
<div class="plLength">2:43</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<div class="plItem">
|
||||||
|
<div class="plNum">2.</div>
|
||||||
|
<div class="plTitle"><a href="https://media.basspistol.com/panix/bamegoy/2-totenkopf.mp3">Totenkopf </a></div>
|
||||||
|
<div class="plLength">2:9</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<div class="plItem">
|
||||||
|
<div class="plNum">3.</div>
|
||||||
|
<div class="plTitle"><a href="https://media.basspistol.com/panix/bamegoy/3-isolierung.mp3">Isolierung </a></div>
|
||||||
|
<div class="plLength">1:43</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="content" style="font-family: monospace;font-size: 16px;margin-top:60px;">
|
||||||
|
|
||||||
|
|
||||||
|
<p></p>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
|
||||||
|
|
||||||
|
<!-- HERE ENDS MADNESS -->
|
||||||
|
|
||||||
|
<section class="wrapper style1 align-center">
|
||||||
|
|
||||||
|
<div class="inner">
|
||||||
|
<h2>Track list</h2>
|
||||||
|
<p>Use thses pages to share one song in particulare</p>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</section>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<section class="spotlight style4 orient-left content-align-right image-position-center onscroll-image-fade-in" style="box-shadow: none;" >
|
||||||
|
<div class="content">
|
||||||
|
<h3>Nebelwerfer</h3>
|
||||||
|
<p>
|
||||||
|
2:43
|
||||||
|
<br /><strong>Electronic</strong>
|
||||||
|
<br />2001</p>
|
||||||
|
|
||||||
|
<ul class="actions stacked">
|
||||||
|
<li><a href="../../albums/bamegoy/1-nebelwerfer/" class="button">Track</a></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<div class="image">
|
||||||
|
<img src="https://media.basspistol.com/panix/bamegoy/1-nebelwerfer.jpeg" alt="Nebelwerfer" />
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<section class="spotlight style4 orient-right content-align-left image-position-center onscroll-image-fade-in" >
|
||||||
|
<div class="content">
|
||||||
|
<h3>Totenkopf</h3>
|
||||||
|
<p>
|
||||||
|
2:9
|
||||||
|
<br /><strong>Electronic</strong>
|
||||||
|
<br />2001</p>
|
||||||
|
|
||||||
|
<ul class="actions stacked">
|
||||||
|
<li><a href="../../albums/bamegoy/2-totenkopf/" class="button">Track</a></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<div class="image">
|
||||||
|
<img src="https://media.basspistol.com/panix/bamegoy/2-totenkopf.jpeg" alt="Totenkopf" />
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<section class="spotlight style4 orient-left content-align-right image-position-center onscroll-image-fade-in" >
|
||||||
|
<div class="content">
|
||||||
|
<h3>Isolierung</h3>
|
||||||
|
<p>
|
||||||
|
1:43
|
||||||
|
<br /><strong>Electronic</strong>
|
||||||
|
<br />2001</p>
|
||||||
|
|
||||||
|
<ul class="actions stacked">
|
||||||
|
<li><a href="../../albums/bamegoy/3-isolierung/" class="button">Track</a></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<div class="image">
|
||||||
|
<img src="https://media.basspistol.com/panix/bamegoy/3-isolierung.jpeg" alt="Isolierung" />
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<section class="streambox" style="margin-top:40px;padding: 40px;">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<h3 style="text-align: center;display: block;">This release can't be bought</h3>
|
||||||
|
<p>But other releases are available here:</p>
|
||||||
|
|
||||||
|
|
||||||
|
<div class="streamer">
|
||||||
|
|
||||||
|
|
||||||
|
<a onclick="_paq.push(['trackEvent', 'StoreLink', 'Bandcamp']);" target="_blank" rel="noopener" href="https://panixheavyindustries.bandcamp.com" alt="Stream from Bandcamp" title="Stream from Bandcamp" class="button icon brands fa-bandcamp">Bandcamp</a>
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</section>
|
||||||
|
|
||||||
|
<section class="wrapper style1 align-center">
|
||||||
|
<div class="inner">
|
||||||
|
<div class="index align-left">
|
||||||
|
<!-- Author -->
|
||||||
|
|
||||||
|
<section>
|
||||||
|
|
||||||
|
<!-- Content -->
|
||||||
|
<div class="content">
|
||||||
|
<!-- post Naviation -->
|
||||||
|
<div style="text-align: center;">
|
||||||
|
<h3>More releases</h3>
|
||||||
|
</div>
|
||||||
|
<div class="post-nav">
|
||||||
|
<div>
|
||||||
|
|
||||||
|
<h4><a href="/albums/broken-tracks/" alt="Read Broken Tracks" title="Read Broken Tracks"><i class="fas fa-arrow-left"></i></a> <a href="/albums/broken-tracks/"> Broken Tracks</a></h4>
|
||||||
|
<p style="margin-right: 20px"></p>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
<div class="post-nav-next">
|
||||||
|
|
||||||
|
<h4><a href="/albums/katze/"> Katze</a> <a href="/albums/katze/" alt="Read Katze" title="Read Katze"><i class="fas fa-arrow-right"></i></a></h4>
|
||||||
|
<p style="margin-left: 20px"></p>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<!-- End Post Navigation -->
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
|
||||||
|
|
||||||
|
<!-- Footer -->
|
||||||
|
<footer id="footer" class="wrapper style1 align-center">
|
||||||
|
<div class="footflex">
|
||||||
|
<div>
|
||||||
|
<h4>pax:nion</h4>
|
||||||
|
<p>PHI, Panix Heavy Industries
|
||||||
|
<br /><a href="mailto:"></a></p>
|
||||||
|
</div>
|
||||||
|
<div>
|
||||||
|
<ul>
|
||||||
|
<li><a href="#top" class="smooth-scroll-middle">Back to top</a></li>
|
||||||
|
<li><a href="/#album0" class="smooth-scroll-middle">music</a></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<div><img src="/assets/panix-logo-dark.svg" style="max-width:300px" alt="pax:nion Logo" /></div>
|
||||||
|
</div>
|
||||||
|
<div class="inner">
|
||||||
|
<ul class="icons">
|
||||||
|
|
||||||
|
<!-- <li><a href="mailto:" class="icon style2 fa-envelope"><span class="label">Email</span></a></li> -->
|
||||||
|
</ul>
|
||||||
|
<p>©2020 Basspistol | <a href="../../webcreds/">Credits</a> | <a href="../../cookies/">Cookies & Privacy</a></p>
|
||||||
|
</div>
|
||||||
|
</footer>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
<!-- Navigation -->
|
||||||
|
<div id="logo" class="logo">
|
||||||
|
<a href="/" class="smooth-scroll-middle"><img width="200em" src="/assets/panix-logo.svg" alt=" Logo" /></a>
|
||||||
|
<a href="#navbar" onclick="blurBody()" alt="Navigation Menu" title="Navigation Menu"><span style="font-size: 34px;" class="icon solid fa-bars"></span></a>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div id="navbar" style="display: block;" class="modalDialog">
|
||||||
|
<a href="#close" onclick="removeBlur()" alt="Close Menu" title="Close Menu"><div id="closearea"> </div></a>
|
||||||
|
<nav>
|
||||||
|
<a href="#close" title="Close" onclick="removeBlur()" class="close-button close" style="margin: 0 auto;">X</a>
|
||||||
|
<ul>
|
||||||
|
|
||||||
|
|
||||||
|
<li><a href="../../" class="button small">Home</a></li>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<li><a href="../../releases/" class="button small">Releases</a></li>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<li><a href="../../logs/" class="button small">Web-Log</a></li>
|
||||||
|
|
||||||
|
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
</nav>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
<!-- End Navigation -->
|
||||||
|
<!-- Scripts -->
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<script src="../../assets/js/jquery.min.js"></script>
|
||||||
|
<script src="../../assets/js/jquery.scrollex.min.js"></script>
|
||||||
|
<script src="../../assets/js/jquery.scrolly.min.js"></script>
|
||||||
|
<script src="../../assets/js/browser.min.js"></script>
|
||||||
|
<script src="../../assets/js/breakpoints.min.js"></script>
|
||||||
|
<script src="../../assets/js/util.js"></script>
|
||||||
|
<script src="../../assets/js/main.js"></script>
|
||||||
|
<script src="../../assets/js/set.js"></script>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<script type="text/javascript">
|
||||||
|
// html5media enables <video> and <audio> tags in all major browsers
|
||||||
|
// External File: http://api.html5media.info/1.1.8/html5media.min.js
|
||||||
|
|
||||||
|
|
||||||
|
// Add user agent as an attribute on the <html> tag...
|
||||||
|
// Inspiration: http://css-tricks.com/ie-10-specific-styles/
|
||||||
|
var b = document.documentElement;
|
||||||
|
b.setAttribute('data-useragent', navigator.userAgent);
|
||||||
|
b.setAttribute('data-platform', navigator.platform);
|
||||||
|
|
||||||
|
|
||||||
|
// HTML5 audio player + playlist controls...
|
||||||
|
// Inspiration: http://jonhall.info/how_to/create_a_playlist_for_html5_audio
|
||||||
|
// Mythium Archive: https://archive.org/details/mythium/
|
||||||
|
jQuery(function ($) {
|
||||||
|
var supportsAudio = !!document.createElement('audio').canPlayType;
|
||||||
|
if (supportsAudio) {
|
||||||
|
var index = 0,
|
||||||
|
playing = false,
|
||||||
|
mediaPath = '',
|
||||||
|
extension = '',
|
||||||
|
tracks = [{
|
||||||
|
"track": 1,
|
||||||
|
"name": "Nebelwerfer",
|
||||||
|
"length": "2:43",
|
||||||
|
"file": "https://media.basspistol.com/panix/bamegoy/1-nebelwerfer"
|
||||||
|
},{
|
||||||
|
"track": 2,
|
||||||
|
"name": "Totenkopf",
|
||||||
|
"length": "2:9",
|
||||||
|
"file": "https://media.basspistol.com/panix/bamegoy/2-totenkopf"
|
||||||
|
},{
|
||||||
|
"track": 3,
|
||||||
|
"name": "Isolierung",
|
||||||
|
"length": "1:43",
|
||||||
|
"file": "https://media.basspistol.com/panix/bamegoy/3-isolierung"
|
||||||
|
}],
|
||||||
|
trackCount = tracks.length,
|
||||||
|
npAction = $('#npAction'),
|
||||||
|
npTitle = $('#npTitle'),
|
||||||
|
audio = $('#audio1').bind('play', function () {
|
||||||
|
playing = true;
|
||||||
|
npAction.text('Playing...');
|
||||||
|
}).bind('pause', function () {
|
||||||
|
playing = false;
|
||||||
|
npAction.text('Paused...');
|
||||||
|
}).bind('ended', function () {
|
||||||
|
npAction.text('Paused...');
|
||||||
|
if ((index + 1) < trackCount) {
|
||||||
|
index++;
|
||||||
|
loadTrack(index);
|
||||||
|
audio.play();
|
||||||
|
} else {
|
||||||
|
audio.pause();
|
||||||
|
index = 0;
|
||||||
|
loadTrack(index);
|
||||||
|
}
|
||||||
|
}).get(0),
|
||||||
|
btnPrev = $('#btnPrev').click(function () {
|
||||||
|
if ((index - 1) > -1) {
|
||||||
|
index--;
|
||||||
|
loadTrack(index);
|
||||||
|
if (playing) {
|
||||||
|
audio.play();
|
||||||
|
}
|
||||||
|
} else {
|
||||||
|
audio.pause();
|
||||||
|
index = 0;
|
||||||
|
loadTrack(index);
|
||||||
|
}
|
||||||
|
}),
|
||||||
|
btnNext = $('#btnNext').click(function () {
|
||||||
|
if ((index + 1) < trackCount) {
|
||||||
|
index++;
|
||||||
|
loadTrack(index);
|
||||||
|
if (playing) {
|
||||||
|
audio.play();
|
||||||
|
}
|
||||||
|
} else {
|
||||||
|
audio.pause();
|
||||||
|
index = 0;
|
||||||
|
loadTrack(index);
|
||||||
|
}
|
||||||
|
}),
|
||||||
|
li = $('#plList li').click(function () {
|
||||||
|
var id = parseInt($(this).index());
|
||||||
|
if (id !== index) {
|
||||||
|
playTrack(id);
|
||||||
|
}
|
||||||
|
}),
|
||||||
|
loadTrack = function (id) {
|
||||||
|
$('.plSel').removeClass('plSel');
|
||||||
|
$('#plList li:eq(' + id + ')').addClass('plSel');
|
||||||
|
npTitle.text(tracks[id].name);
|
||||||
|
index = id;
|
||||||
|
audio.src = mediaPath + tracks[id].file + extension;
|
||||||
|
$('audio').attr("data-matomo-title", tracks[id].name);
|
||||||
|
},
|
||||||
|
playTrack = function (id) {
|
||||||
|
loadTrack(id);
|
||||||
|
audio.play();
|
||||||
|
};
|
||||||
|
extension = audio.canPlayType('audio/mpeg') ? '.mp3' : audio.canPlayType('audio/ogg') ? '.ogg' : '';
|
||||||
|
loadTrack(index);
|
||||||
|
}
|
||||||
|
});
|
||||||
|
|
||||||
|
</script>
|
||||||
|
|
||||||
|
|
||||||
|
<div id="cookie-notice">
|
||||||
|
<p>We only use cookies if you consent to it. They don't contain any identifiable info: they just let us know if you enjoyed this enough to come back. <br />Click <a href="#" id="cookie-notice-decline">here</a> if you want this shit to go away without cookies. <br />Read more about how Basspistol <a href="/cookies/">use cookies</a> </p>
|
||||||
|
<a class="button small yes" href="#" id="cookie-notice-accept">I'm in!</a>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<script>
|
||||||
|
function createCookie(name, value, days) {
|
||||||
|
var expires = "";
|
||||||
|
if (days) {
|
||||||
|
var date = new Date();
|
||||||
|
date.setTime(date.getTime() + (days * 24 * 60 * 60 * 1000));
|
||||||
|
expires = "; expires=" + date.toUTCString();
|
||||||
|
}
|
||||||
|
document.cookie = name + "=" + value + expires + "; path=/";
|
||||||
|
}
|
||||||
|
function readCookie(name) {
|
||||||
|
var nameEQ = name + "=";
|
||||||
|
var ca = document.cookie.split(';');
|
||||||
|
for (var i = 0; i < ca.length; i++) {
|
||||||
|
var c = ca[i];
|
||||||
|
while (c.charAt(0) == ' ') c = c.substring(1, c.length);
|
||||||
|
if (c.indexOf(nameEQ) == 0) return c.substring(nameEQ.length, c.length);
|
||||||
|
}
|
||||||
|
return null;
|
||||||
|
}
|
||||||
|
function eraseCookie(name) {
|
||||||
|
createCookie(name, "", -1);
|
||||||
|
}
|
||||||
|
|
||||||
|
if (readCookie('cookie-notice-dismissed') == 'wantCookies') {
|
||||||
|
|
||||||
|
//* Matomo Tag Manager *//
|
||||||
|
|
||||||
|
var _mtm = _mtm || [];
|
||||||
|
_mtm.push({'mtm.startTime': (new Date().getTime()), 'event': 'mtm.Start'});
|
||||||
|
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
|
||||||
|
g.type='text/javascript'; g.async=true; g.defer=true; g.src='https://cdn.matomo.cloud/terminalnetwork.matomo.cloud/container_aJ0T3vZ5.js'; s.parentNode.insertBefore(g,s);
|
||||||
|
|
||||||
|
//* End Matomo Tag Manager *//
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
} else {
|
||||||
|
document.getElementById('cookie-notice').style.display = 'flex';
|
||||||
|
|
||||||
|
var _paq = window._paq || [];
|
||||||
|
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */
|
||||||
|
_paq.push(["setDocumentTitle", document.domain + "/" + document.title]);
|
||||||
|
_paq.push(["disableCookies"]);
|
||||||
|
_paq.push(['trackPageView']);
|
||||||
|
_paq.push(['enableLinkTracking']);
|
||||||
|
(function() {
|
||||||
|
var u="https://terminalnetwork.matomo.cloud/";
|
||||||
|
_paq.push(['setTrackerUrl', u+'matomo.php']);
|
||||||
|
_paq.push(['setSiteId', '14']);
|
||||||
|
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
|
||||||
|
g.type='text/javascript'; g.async=true; g.defer=true; g.src='//cdn.matomo.cloud/terminalnetwork.matomo.cloud/matomo.js'; s.parentNode.insertBefore(g,s);
|
||||||
|
})();
|
||||||
|
|
||||||
|
|
||||||
|
}
|
||||||
|
if (readCookie('cookie-notice-dismissed') == 'dontWantCookies') {
|
||||||
|
document.getElementById('cookie-notice').style.display = 'none';
|
||||||
|
|
||||||
|
var _paq = window._paq || [];
|
||||||
|
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */
|
||||||
|
_paq.push(["setDocumentTitle", document.domain + "/" + document.title]);
|
||||||
|
_paq.push(["disableCookies"]);
|
||||||
|
_paq.push(['trackPageView']);
|
||||||
|
_paq.push(['enableLinkTracking']);
|
||||||
|
(function() {
|
||||||
|
var u="https://terminalnetwork.matomo.cloud/";
|
||||||
|
_paq.push(['setTrackerUrl', u+'matomo.php']);
|
||||||
|
_paq.push(['setSiteId', '14']);
|
||||||
|
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
|
||||||
|
g.type='text/javascript'; g.async=true; g.defer=true; g.src='//cdn.matomo.cloud/terminalnetwork.matomo.cloud/matomo.js'; s.parentNode.insertBefore(g,s);
|
||||||
|
})();
|
||||||
|
|
||||||
|
}
|
||||||
|
document.getElementById('cookie-notice-accept').addEventListener("click", function () {
|
||||||
|
createCookie('cookie-notice-dismissed', 'wantCookies', 31);
|
||||||
|
document.getElementById('cookie-notice').style.display = 'none';
|
||||||
|
_paq.push(['trackEvent', 'Consent', 'wantCookie']);
|
||||||
|
location.reload();
|
||||||
|
});
|
||||||
|
|
||||||
|
document.getElementById('cookie-notice-decline').addEventListener("click", function () {
|
||||||
|
createCookie('cookie-notice-dismissed', 'dontWantCookies', 31);
|
||||||
|
document.getElementById('cookie-notice').style.display = 'none';
|
||||||
|
_paq.push(['trackEvent', 'Consent', 'dontWantCookie']);
|
||||||
|
location.reload();
|
||||||
|
});
|
||||||
|
|
||||||
|
// document.getElementById('cookie-notice-gimme').addEventListener("click", function () {
|
||||||
|
// createCookie('cookie-notice-dismissed', 'wantCookies', 31);
|
||||||
|
// document.getElementById('cookie-notice').style.display = 'none';
|
||||||
|
// location.reload();
|
||||||
|
// });
|
||||||
|
|
||||||
|
|
||||||
|
</script>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
404
albums/br-tbients/1-br-tbient/index.html
Normal file
404
albums/br-tbients/1-br-tbient/index.html
Normal file
|
|
@ -0,0 +1,404 @@
|
||||||
|
<!DOCTYPE html>
|
||||||
|
<!--
|
||||||
|
Based on _Story_ by html5up.net | @ajlkn
|
||||||
|
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
|
||||||
|
Remixed and Jekyllified by Setto
|
||||||
|
-->
|
||||||
|
<html lang="en">
|
||||||
|
<head>
|
||||||
|
<!-- Begin Jekyll SEO tag v2.6.1 -->
|
||||||
|
<meta name="generator" content="Jekyll v4.0.0" />
|
||||||
|
<meta property="og:title" content="1 Br Tbient" />
|
||||||
|
<meta name="author" content="pax:nion" />
|
||||||
|
<meta property="og:locale" content="en" />
|
||||||
|
<meta name="description" content="PHI, Panix Heavy Industries" />
|
||||||
|
<meta property="og:description" content="PHI, Panix Heavy Industries" />
|
||||||
|
<link rel="canonical" href="https://panix.basspistol.com/albums/br-tbients/1-br-tbient/" />
|
||||||
|
<meta property="og:url" content="https://panix.basspistol.com/albums/br-tbients/1-br-tbient/" />
|
||||||
|
<meta property="og:site_name" content="pax:nion" />
|
||||||
|
<meta property="og:type" content="article" />
|
||||||
|
<meta property="article:published_time" content="2020-07-05T18:07:03+00:00" />
|
||||||
|
<script type="application/ld+json">
|
||||||
|
{"description":"PHI, Panix Heavy Industries","@type":"AudioObject","headline":"1 Br Tbient","dateModified":"2020-07-05T18:07:00+00:00","datePublished":"2020-07-05T18:07:03+00:00","url":"https://panix.basspistol.com/albums/br-tbients/1-br-tbient/","author":{"@type":"Person","name":"pax:nion"},"publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://panix.basspistol.com/assets/img/setto_icon.png"},"name":"pax:nion"},"@context":"https://schema.org"}</script>
|
||||||
|
<!-- End Jekyll SEO tag -->
|
||||||
|
|
||||||
|
<link type="application/atom+xml" rel="alternate" href="https://panix.basspistol.com/feed.xml" title="" />
|
||||||
|
<!-- BEGIN seo.html -->
|
||||||
|
|
||||||
|
<title>Play Brötbient by Panix Illtone</title>
|
||||||
|
<meta name="title" content="Play Brötbient by Panix Illtone" />
|
||||||
|
|
||||||
|
<meta name="dc.date.modified" scheme="ISO8601" content="2020-07-05T18:07:00+00:00" />
|
||||||
|
<meta name="robots" content="index" />
|
||||||
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||||
|
<link rel="canonical" href="https://panix.basspistol.com/albums/br-tbients/1-br-tbient/" />
|
||||||
|
<link rel="alternate" hreflang="x-default" href="https://panix.basspistol.com/albums/br-tbients/1-br-tbient/" />
|
||||||
|
<meta name="geo.region" content="BJ-ZO" />
|
||||||
|
<meta name="geo.placename" content="Setto" />
|
||||||
|
<meta name="geo.position" content="7.48777;2.076389" />
|
||||||
|
<meta name="ICBM" content="7.48777, 2.076389" />
|
||||||
|
|
||||||
|
<!-- Dublin Core basic info -->
|
||||||
|
|
||||||
|
<meta name="dcterms.Identifier" content="https://panix.basspistol.com" />
|
||||||
|
<meta name="dcterms.Format" content="text/html" />
|
||||||
|
<meta name="dcterms.Relation" content="pax:nion" />
|
||||||
|
<meta name="dcterms.Publisher" content="pax:nion" />
|
||||||
|
<meta name="dcterms.Type" content="text/html" />
|
||||||
|
<meta name="dcterms.Coverage" content="https://panix.basspistol.com/" />
|
||||||
|
<meta name="dcterms.Rights" content="Copyright ©2020 pax:nion." />
|
||||||
|
|
||||||
|
<meta name="dcterms.Subject" content="Listen and to a track by Panix Illtone from the release Brötbients and support your remote artist!" />
|
||||||
|
<meta name="dcterms.Title" content="Brötbient - Panix Illtone | pax:nion" />
|
||||||
|
|
||||||
|
<meta name="dcterms.Contributor" content="pax:nion" />
|
||||||
|
<meta name="dcterms.Date" content="2020-07-05" />
|
||||||
|
<meta name="dcterms.Description" content="" />
|
||||||
|
|
||||||
|
<!-- Twitter Card -->
|
||||||
|
|
||||||
|
<meta name="twitter:card" content="summary" />
|
||||||
|
<meta name="twitter:site" content="@" />
|
||||||
|
<meta name="twitter:title" content="1 Br Tbient | pax:nion" />
|
||||||
|
<meta name="twitter:description" content="PHI, Panix Heavy Industries" />
|
||||||
|
|
||||||
|
<meta name="twitter:image" content="https://panix.basspistol.com/assets/albums/br-tbients/1-br-tbient.jpeg" />
|
||||||
|
|
||||||
|
<!-- END seo.html -->
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<meta charset="utf-8" />
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=yes" />
|
||||||
|
<link rel="stylesheet" href="../../../assets/css/main20200519.css" />
|
||||||
|
|
||||||
|
<link rel="apple-touch-icon" href="https://panix.basspistol.com/apple-touch-icon.png" />
|
||||||
|
<link rel="icon" type="image/png" href="https://panix.basspistol.com/touch-icon.png" sizes="192x192" />
|
||||||
|
<link rel="shortcut icon" href="https://panix.basspistol.com/assets/img/setto_icon.png" type="image/png" />
|
||||||
|
<noscript><link rel="stylesheet" href="../../../assets/css/noscript20200518-rev1.css" /></noscript>
|
||||||
|
</head>
|
||||||
|
|
||||||
|
<body class="is-preload" id="body">
|
||||||
|
<span id="top" style="display: none;"></span>
|
||||||
|
<!-- Wrapper -->
|
||||||
|
<div id="wrapper" class="divided" data-cms-content-wrapper="/_layouts/default.html">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<!-- Banner -->
|
||||||
|
<section
|
||||||
|
class="banner onload-image-fade-in onload-content-fade-right style3 fullscreen content-align-center image-position-center" style="background-image:url('https://media.basspistol.com/panix/br-tbients/1-br-tbient.jpeg');background-size: cover; background-repeat: no-repeat;">
|
||||||
|
<div style="z-index:0;position:absolute; top:0; left:0; width:100%;height:100%;background-color: rgba(13, 13 ,13, 0.85);"></div>
|
||||||
|
<div class="content" style="z-index:1">
|
||||||
|
<h1 style="margin-top:80px">Brötbient</h1>
|
||||||
|
|
||||||
|
<p><strong><span id="tracktime"></span></strong><span id="brötbient"></span></strong> <br />
|
||||||
|
Style: <strong>Electronic</strong>
|
||||||
|
</p>
|
||||||
|
<script type="text/javascript">
|
||||||
|
var brötbienttimestamp = 137;
|
||||||
|
var brötbienthours = Math.floor(brötbienttimestamp / 60 / 60);
|
||||||
|
var brötbientminutes = Math.floor(brötbienttimestamp / 60) - (brötbienthours * 60);
|
||||||
|
var brötbientseconds = brötbienttimestamp % 60;
|
||||||
|
var brötbientformatted = brötbienthours.toString().padStart(2, '0') + ':' + brötbientminutes.toString().padStart(2, '0') + ':' + brötbientseconds.toString().padStart(2, '0');
|
||||||
|
var theSpan = document.getElementById("brötbient");
|
||||||
|
theSpan.innerHTML = brötbientformatted;
|
||||||
|
</script>
|
||||||
|
|
||||||
|
|
||||||
|
<ul class="actions stacked">
|
||||||
|
<li><button id="mu_pause" class="smooth-scroll-middle button icon solid fa-play">Play dat!</button></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="image">
|
||||||
|
<img src="https://media.basspistol.com/panix/br-tbients/1-br-tbient.jpeg" alt="1 Br Tbient logo" id="coverart" />
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
|
||||||
|
|
||||||
|
<!-- Page navigation -->
|
||||||
|
<section class="wrapper style1 align-center">
|
||||||
|
<div class="inner">
|
||||||
|
<div class="index align-left">
|
||||||
|
<!-- Author -->
|
||||||
|
<section class="streambox" style="margin-top:40px;padding: 40px;">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<h3 style="text-align: center;display: block;">This track can't be bought</h3>
|
||||||
|
<p>But other tracks are available here:</p>
|
||||||
|
|
||||||
|
|
||||||
|
<div class="streamer">
|
||||||
|
|
||||||
|
|
||||||
|
<a onclick="_paq.push(['trackEvent', 'StoreLink', 'Bandcamp']);" target="_blank" rel="noopener" href="https://panixheavyindustries.bandcamp.com" alt="Stream from Bandcamp" title="Stream from Bandcamp" class="button icon brands fa-bandcamp">Bandcamp</a>
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</section>
|
||||||
|
<section>
|
||||||
|
<!-- Content -->
|
||||||
|
<div class="content">
|
||||||
|
<!-- post Naviation -->
|
||||||
|
<div style="text-align: center;">
|
||||||
|
<h3>Play more songs grom this release</h3>
|
||||||
|
</div>
|
||||||
|
<div class="post-nav">
|
||||||
|
<div>
|
||||||
|
|
||||||
|
<h4><a href="../../../albums/br-tbients/3-broet-igen/" alt="Read Broet Igen" title="Read Broet Igen"><i class="fas fa-arrow-left"></i></a> <a
|
||||||
|
href="../../../albums/br-tbients/3-broet-igen/"> Broet Igen</a>
|
||||||
|
</h4>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
<div class="post-nav-next">
|
||||||
|
|
||||||
|
<h4><a href="../../../albums/br-tbients/2-br-tbient-too/"> Brötbient Too</a> <a
|
||||||
|
href="../../../albums/br-tbients/2-br-tbient-too/" alt="Read Brötbient Too" title="Read Brötbient Too"><i class="fas fa-arrow-right"></i></a></h4>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<!-- End Post Navigation -->
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
<!-- Audio player-->
|
||||||
|
<audio autoplay preload="true" data-matomo-title="Brötbient">
|
||||||
|
<source src="https://media.basspistol.com/panix/br-tbients/1-br-tbient.mp3" type="audio/mpeg" ontimeupdate='updateTrackTime(this);' />
|
||||||
|
<h1>Your browser isn't ready for so much hotness. Use the download-link instead.</h1>.
|
||||||
|
</audio>
|
||||||
|
<!-- Footer -->
|
||||||
|
<footer id="footer" class="wrapper style1 align-center">
|
||||||
|
<div class="footflex">
|
||||||
|
<div>
|
||||||
|
<h4>pax:nion</h4>
|
||||||
|
<p>PHI, Panix Heavy Industries
|
||||||
|
<br /><a href="mailto:"></a></p>
|
||||||
|
</div>
|
||||||
|
<div>
|
||||||
|
<ul>
|
||||||
|
<li><a href="#top" class="smooth-scroll-middle">Back to top</a></li>
|
||||||
|
<li><a href="/#album0" class="smooth-scroll-middle">music</a></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<div><img src="/assets/panix-logo-dark.svg" style="max-width:300px" alt="pax:nion Logo" /></div>
|
||||||
|
</div>
|
||||||
|
<div class="inner">
|
||||||
|
<ul class="icons">
|
||||||
|
|
||||||
|
<!-- <li><a href="mailto:" class="icon style2 fa-envelope"><span class="label">Email</span></a></li> -->
|
||||||
|
</ul>
|
||||||
|
<p>©2020 Basspistol | <a href="../../../webcreds/">Credits</a> | <a href="../../../cookies/">Cookies & Privacy</a></p>
|
||||||
|
</div>
|
||||||
|
</footer>
|
||||||
|
|
||||||
|
|
||||||
|
<script type="text/javascript">
|
||||||
|
function loadUrl(newLocation) {
|
||||||
|
window.location = newLocation;
|
||||||
|
return false;
|
||||||
|
}
|
||||||
|
|
||||||
|
var mu = document.getElementsByTagName("audio")[0];
|
||||||
|
var pauseButton = document.getElementById("mu_pause");
|
||||||
|
var spincover = document.getElementById("coverart");
|
||||||
|
|
||||||
|
mu.addEventListener('ended', function () {
|
||||||
|
// only functional if "loop" is removed
|
||||||
|
mu.pause();
|
||||||
|
mu.currentTime = 0;
|
||||||
|
loadUrl("../../../br-tbients/2-br-tbient-too/"); return false;
|
||||||
|
});
|
||||||
|
mu.onplaying = function() {
|
||||||
|
pauseButton.innerHTML = "Pause";
|
||||||
|
pauseButton.classList.remove("fa-play");
|
||||||
|
pauseButton.classList.add("fa-pause");
|
||||||
|
spincover.classList.add("spinnit");
|
||||||
|
spincover.classList.remove("paused");
|
||||||
|
};
|
||||||
|
|
||||||
|
pauseButton.addEventListener("click", function () {
|
||||||
|
if (mu.paused) {
|
||||||
|
mu.play();
|
||||||
|
|
||||||
|
}
|
||||||
|
else {
|
||||||
|
mu.pause();
|
||||||
|
pauseButton.innerHTML = "Resume";
|
||||||
|
pauseButton.classList.add("fa-play");
|
||||||
|
pauseButton.classList.remove("fa-pause");
|
||||||
|
spincover.classList.add("paused");
|
||||||
|
}
|
||||||
|
});
|
||||||
|
|
||||||
|
mu.addEventListener('timeupdate', function () {
|
||||||
|
var timestamp = Math.floor(mu.currentTime);
|
||||||
|
var hours = Math.floor(timestamp / 60 / 60);
|
||||||
|
var minutes = Math.floor(timestamp / 60) - (hours * 60);
|
||||||
|
var seconds = timestamp % 60;
|
||||||
|
var formatted = hours.toString().padStart(2, '0') + ':' + minutes.toString().padStart(2, '0') + ':' + seconds.toString().padStart(2, '0');
|
||||||
|
var thecurrentSpan = document.getElementById("tracktime");
|
||||||
|
thecurrentSpan.innerHTML = formatted + ' / ';
|
||||||
|
});
|
||||||
|
|
||||||
|
</script>
|
||||||
|
</div>
|
||||||
|
<!-- Navigation -->
|
||||||
|
<div id="logo" class="logo">
|
||||||
|
<a href="/" class="smooth-scroll-middle"><img width="200em" src="/assets/panix-logo.svg" alt=" Logo" /></a>
|
||||||
|
<a href="#navbar" onclick="blurBody()" alt="Navigation Menu" title="Navigation Menu"><span style="font-size: 34px;" class="icon solid fa-bars"></span></a>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div id="navbar" style="display: block;" class="modalDialog">
|
||||||
|
<a href="#close" onclick="removeBlur()" alt="Close Menu" title="Close Menu"><div id="closearea"> </div></a>
|
||||||
|
<nav>
|
||||||
|
<a href="#close" title="Close" onclick="removeBlur()" class="close-button close" style="margin: 0 auto;">X</a>
|
||||||
|
<ul>
|
||||||
|
|
||||||
|
|
||||||
|
<li><a href="../../../" class="button small">Home</a></li>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<li><a href="../../../releases/" class="button small">Releases</a></li>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<li><a href="../../../logs/" class="button small">Web-Log</a></li>
|
||||||
|
|
||||||
|
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
</nav>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
<!-- End Navigation -->
|
||||||
|
<!-- Scripts -->
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<script src="../../../assets/js/jquery.min.js"></script>
|
||||||
|
<script src="../../../assets/js/jquery.scrollex.min.js"></script>
|
||||||
|
<script src="../../../assets/js/jquery.scrolly.min.js"></script>
|
||||||
|
<script src="../../../assets/js/browser.min.js"></script>
|
||||||
|
<script src="../../../assets/js/breakpoints.min.js"></script>
|
||||||
|
<script src="../../../assets/js/util.js"></script>
|
||||||
|
<script src="../../../assets/js/main.js"></script>
|
||||||
|
<script src="../../../assets/js/set.js"></script>
|
||||||
|
|
||||||
|
|
||||||
|
<div id="cookie-notice">
|
||||||
|
<p>We only use cookies if you consent to it. They don't contain any identifiable info: they just let us know if you enjoyed this enough to come back. <br />Click <a href="#" id="cookie-notice-decline">here</a> if you want this shit to go away without cookies. <br />Read more about how Basspistol <a href="/cookies/">use cookies</a> </p>
|
||||||
|
<a class="button small yes" href="#" id="cookie-notice-accept">I'm in!</a>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<script>
|
||||||
|
function createCookie(name, value, days) {
|
||||||
|
var expires = "";
|
||||||
|
if (days) {
|
||||||
|
var date = new Date();
|
||||||
|
date.setTime(date.getTime() + (days * 24 * 60 * 60 * 1000));
|
||||||
|
expires = "; expires=" + date.toUTCString();
|
||||||
|
}
|
||||||
|
document.cookie = name + "=" + value + expires + "; path=/";
|
||||||
|
}
|
||||||
|
function readCookie(name) {
|
||||||
|
var nameEQ = name + "=";
|
||||||
|
var ca = document.cookie.split(';');
|
||||||
|
for (var i = 0; i < ca.length; i++) {
|
||||||
|
var c = ca[i];
|
||||||
|
while (c.charAt(0) == ' ') c = c.substring(1, c.length);
|
||||||
|
if (c.indexOf(nameEQ) == 0) return c.substring(nameEQ.length, c.length);
|
||||||
|
}
|
||||||
|
return null;
|
||||||
|
}
|
||||||
|
function eraseCookie(name) {
|
||||||
|
createCookie(name, "", -1);
|
||||||
|
}
|
||||||
|
|
||||||
|
if (readCookie('cookie-notice-dismissed') == 'wantCookies') {
|
||||||
|
|
||||||
|
//* Matomo Tag Manager *//
|
||||||
|
|
||||||
|
var _mtm = _mtm || [];
|
||||||
|
_mtm.push({'mtm.startTime': (new Date().getTime()), 'event': 'mtm.Start'});
|
||||||
|
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
|
||||||
|
g.type='text/javascript'; g.async=true; g.defer=true; g.src='https://cdn.matomo.cloud/terminalnetwork.matomo.cloud/container_aJ0T3vZ5.js'; s.parentNode.insertBefore(g,s);
|
||||||
|
|
||||||
|
//* End Matomo Tag Manager *//
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
} else {
|
||||||
|
document.getElementById('cookie-notice').style.display = 'flex';
|
||||||
|
|
||||||
|
var _paq = window._paq || [];
|
||||||
|
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */
|
||||||
|
_paq.push(["setDocumentTitle", document.domain + "/" + document.title]);
|
||||||
|
_paq.push(["disableCookies"]);
|
||||||
|
_paq.push(['trackPageView']);
|
||||||
|
_paq.push(['enableLinkTracking']);
|
||||||
|
(function() {
|
||||||
|
var u="https://terminalnetwork.matomo.cloud/";
|
||||||
|
_paq.push(['setTrackerUrl', u+'matomo.php']);
|
||||||
|
_paq.push(['setSiteId', '14']);
|
||||||
|
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
|
||||||
|
g.type='text/javascript'; g.async=true; g.defer=true; g.src='//cdn.matomo.cloud/terminalnetwork.matomo.cloud/matomo.js'; s.parentNode.insertBefore(g,s);
|
||||||
|
})();
|
||||||
|
|
||||||
|
|
||||||
|
}
|
||||||
|
if (readCookie('cookie-notice-dismissed') == 'dontWantCookies') {
|
||||||
|
document.getElementById('cookie-notice').style.display = 'none';
|
||||||
|
|
||||||
|
var _paq = window._paq || [];
|
||||||
|
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */
|
||||||
|
_paq.push(["setDocumentTitle", document.domain + "/" + document.title]);
|
||||||
|
_paq.push(["disableCookies"]);
|
||||||
|
_paq.push(['trackPageView']);
|
||||||
|
_paq.push(['enableLinkTracking']);
|
||||||
|
(function() {
|
||||||
|
var u="https://terminalnetwork.matomo.cloud/";
|
||||||
|
_paq.push(['setTrackerUrl', u+'matomo.php']);
|
||||||
|
_paq.push(['setSiteId', '14']);
|
||||||
|
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
|
||||||
|
g.type='text/javascript'; g.async=true; g.defer=true; g.src='//cdn.matomo.cloud/terminalnetwork.matomo.cloud/matomo.js'; s.parentNode.insertBefore(g,s);
|
||||||
|
})();
|
||||||
|
|
||||||
|
}
|
||||||
|
document.getElementById('cookie-notice-accept').addEventListener("click", function () {
|
||||||
|
createCookie('cookie-notice-dismissed', 'wantCookies', 31);
|
||||||
|
document.getElementById('cookie-notice').style.display = 'none';
|
||||||
|
_paq.push(['trackEvent', 'Consent', 'wantCookie']);
|
||||||
|
location.reload();
|
||||||
|
});
|
||||||
|
|
||||||
|
document.getElementById('cookie-notice-decline').addEventListener("click", function () {
|
||||||
|
createCookie('cookie-notice-dismissed', 'dontWantCookies', 31);
|
||||||
|
document.getElementById('cookie-notice').style.display = 'none';
|
||||||
|
_paq.push(['trackEvent', 'Consent', 'dontWantCookie']);
|
||||||
|
location.reload();
|
||||||
|
});
|
||||||
|
|
||||||
|
// document.getElementById('cookie-notice-gimme').addEventListener("click", function () {
|
||||||
|
// createCookie('cookie-notice-dismissed', 'wantCookies', 31);
|
||||||
|
// document.getElementById('cookie-notice').style.display = 'none';
|
||||||
|
// location.reload();
|
||||||
|
// });
|
||||||
|
|
||||||
|
|
||||||
|
</script>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
404
albums/br-tbients/2-br-tbient-too/index.html
Normal file
404
albums/br-tbients/2-br-tbient-too/index.html
Normal file
|
|
@ -0,0 +1,404 @@
|
||||||
|
<!DOCTYPE html>
|
||||||
|
<!--
|
||||||
|
Based on _Story_ by html5up.net | @ajlkn
|
||||||
|
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
|
||||||
|
Remixed and Jekyllified by Setto
|
||||||
|
-->
|
||||||
|
<html lang="en">
|
||||||
|
<head>
|
||||||
|
<!-- Begin Jekyll SEO tag v2.6.1 -->
|
||||||
|
<meta name="generator" content="Jekyll v4.0.0" />
|
||||||
|
<meta property="og:title" content="2 Br Tbient Too" />
|
||||||
|
<meta name="author" content="pax:nion" />
|
||||||
|
<meta property="og:locale" content="en" />
|
||||||
|
<meta name="description" content="PHI, Panix Heavy Industries" />
|
||||||
|
<meta property="og:description" content="PHI, Panix Heavy Industries" />
|
||||||
|
<link rel="canonical" href="https://panix.basspistol.com/albums/br-tbients/2-br-tbient-too/" />
|
||||||
|
<meta property="og:url" content="https://panix.basspistol.com/albums/br-tbients/2-br-tbient-too/" />
|
||||||
|
<meta property="og:site_name" content="pax:nion" />
|
||||||
|
<meta property="og:type" content="article" />
|
||||||
|
<meta property="article:published_time" content="2020-07-05T18:07:03+00:00" />
|
||||||
|
<script type="application/ld+json">
|
||||||
|
{"description":"PHI, Panix Heavy Industries","@type":"AudioObject","headline":"2 Br Tbient Too","dateModified":"2020-07-05T18:07:00+00:00","datePublished":"2020-07-05T18:07:03+00:00","url":"https://panix.basspistol.com/albums/br-tbients/2-br-tbient-too/","author":{"@type":"Person","name":"pax:nion"},"publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://panix.basspistol.com/assets/img/setto_icon.png"},"name":"pax:nion"},"@context":"https://schema.org"}</script>
|
||||||
|
<!-- End Jekyll SEO tag -->
|
||||||
|
|
||||||
|
<link type="application/atom+xml" rel="alternate" href="https://panix.basspistol.com/feed.xml" title="" />
|
||||||
|
<!-- BEGIN seo.html -->
|
||||||
|
|
||||||
|
<title>Play Brötbient Too by Panix Illtone</title>
|
||||||
|
<meta name="title" content="Play Brötbient Too by Panix Illtone" />
|
||||||
|
|
||||||
|
<meta name="dc.date.modified" scheme="ISO8601" content="2020-07-05T18:07:00+00:00" />
|
||||||
|
<meta name="robots" content="index" />
|
||||||
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||||
|
<link rel="canonical" href="https://panix.basspistol.com/albums/br-tbients/2-br-tbient-too/" />
|
||||||
|
<link rel="alternate" hreflang="x-default" href="https://panix.basspistol.com/albums/br-tbients/2-br-tbient-too/" />
|
||||||
|
<meta name="geo.region" content="BJ-ZO" />
|
||||||
|
<meta name="geo.placename" content="Setto" />
|
||||||
|
<meta name="geo.position" content="7.48777;2.076389" />
|
||||||
|
<meta name="ICBM" content="7.48777, 2.076389" />
|
||||||
|
|
||||||
|
<!-- Dublin Core basic info -->
|
||||||
|
|
||||||
|
<meta name="dcterms.Identifier" content="https://panix.basspistol.com" />
|
||||||
|
<meta name="dcterms.Format" content="text/html" />
|
||||||
|
<meta name="dcterms.Relation" content="pax:nion" />
|
||||||
|
<meta name="dcterms.Publisher" content="pax:nion" />
|
||||||
|
<meta name="dcterms.Type" content="text/html" />
|
||||||
|
<meta name="dcterms.Coverage" content="https://panix.basspistol.com/" />
|
||||||
|
<meta name="dcterms.Rights" content="Copyright ©2020 pax:nion." />
|
||||||
|
|
||||||
|
<meta name="dcterms.Subject" content="Listen and to a track by Panix Illtone from the release Brötbients and support your remote artist!" />
|
||||||
|
<meta name="dcterms.Title" content="Brötbient Too - Panix Illtone | pax:nion" />
|
||||||
|
|
||||||
|
<meta name="dcterms.Contributor" content="pax:nion" />
|
||||||
|
<meta name="dcterms.Date" content="2020-07-05" />
|
||||||
|
<meta name="dcterms.Description" content="" />
|
||||||
|
|
||||||
|
<!-- Twitter Card -->
|
||||||
|
|
||||||
|
<meta name="twitter:card" content="summary" />
|
||||||
|
<meta name="twitter:site" content="@" />
|
||||||
|
<meta name="twitter:title" content="2 Br Tbient Too | pax:nion" />
|
||||||
|
<meta name="twitter:description" content="PHI, Panix Heavy Industries" />
|
||||||
|
|
||||||
|
<meta name="twitter:image" content="https://panix.basspistol.com/assets/albums/br-tbients/2-br-tbient-too.jpeg" />
|
||||||
|
|
||||||
|
<!-- END seo.html -->
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<meta charset="utf-8" />
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=yes" />
|
||||||
|
<link rel="stylesheet" href="../../../assets/css/main20200519.css" />
|
||||||
|
|
||||||
|
<link rel="apple-touch-icon" href="https://panix.basspistol.com/apple-touch-icon.png" />
|
||||||
|
<link rel="icon" type="image/png" href="https://panix.basspistol.com/touch-icon.png" sizes="192x192" />
|
||||||
|
<link rel="shortcut icon" href="https://panix.basspistol.com/assets/img/setto_icon.png" type="image/png" />
|
||||||
|
<noscript><link rel="stylesheet" href="../../../assets/css/noscript20200518-rev1.css" /></noscript>
|
||||||
|
</head>
|
||||||
|
|
||||||
|
<body class="is-preload" id="body">
|
||||||
|
<span id="top" style="display: none;"></span>
|
||||||
|
<!-- Wrapper -->
|
||||||
|
<div id="wrapper" class="divided" data-cms-content-wrapper="/_layouts/default.html">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<!-- Banner -->
|
||||||
|
<section
|
||||||
|
class="banner onload-image-fade-in onload-content-fade-right style3 fullscreen content-align-center image-position-center" style="background-image:url('https://media.basspistol.com/panix/br-tbients/2-br-tbient-too.jpeg');background-size: cover; background-repeat: no-repeat;">
|
||||||
|
<div style="z-index:0;position:absolute; top:0; left:0; width:100%;height:100%;background-color: rgba(13, 13 ,13, 0.85);"></div>
|
||||||
|
<div class="content" style="z-index:1">
|
||||||
|
<h1 style="margin-top:80px">Brötbient Too</h1>
|
||||||
|
|
||||||
|
<p><strong><span id="tracktime"></span></strong><span id="brötbienttoo"></span></strong> <br />
|
||||||
|
Style: <strong>Electronic</strong>
|
||||||
|
</p>
|
||||||
|
<script type="text/javascript">
|
||||||
|
var brötbienttootimestamp = 90;
|
||||||
|
var brötbienttoohours = Math.floor(brötbienttootimestamp / 60 / 60);
|
||||||
|
var brötbienttoominutes = Math.floor(brötbienttootimestamp / 60) - (brötbienttoohours * 60);
|
||||||
|
var brötbienttooseconds = brötbienttootimestamp % 60;
|
||||||
|
var brötbienttooformatted = brötbienttoohours.toString().padStart(2, '0') + ':' + brötbienttoominutes.toString().padStart(2, '0') + ':' + brötbienttooseconds.toString().padStart(2, '0');
|
||||||
|
var theSpan = document.getElementById("brötbienttoo");
|
||||||
|
theSpan.innerHTML = brötbienttooformatted;
|
||||||
|
</script>
|
||||||
|
|
||||||
|
|
||||||
|
<ul class="actions stacked">
|
||||||
|
<li><button id="mu_pause" class="smooth-scroll-middle button icon solid fa-play">Play dat!</button></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="image">
|
||||||
|
<img src="https://media.basspistol.com/panix/br-tbients/2-br-tbient-too.jpeg" alt="2 Br Tbient Too logo" id="coverart" />
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
|
||||||
|
|
||||||
|
<!-- Page navigation -->
|
||||||
|
<section class="wrapper style1 align-center">
|
||||||
|
<div class="inner">
|
||||||
|
<div class="index align-left">
|
||||||
|
<!-- Author -->
|
||||||
|
<section class="streambox" style="margin-top:40px;padding: 40px;">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<h3 style="text-align: center;display: block;">This track can't be bought</h3>
|
||||||
|
<p>But other tracks are available here:</p>
|
||||||
|
|
||||||
|
|
||||||
|
<div class="streamer">
|
||||||
|
|
||||||
|
|
||||||
|
<a onclick="_paq.push(['trackEvent', 'StoreLink', 'Bandcamp']);" target="_blank" rel="noopener" href="https://panixheavyindustries.bandcamp.com" alt="Stream from Bandcamp" title="Stream from Bandcamp" class="button icon brands fa-bandcamp">Bandcamp</a>
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</section>
|
||||||
|
<section>
|
||||||
|
<!-- Content -->
|
||||||
|
<div class="content">
|
||||||
|
<!-- post Naviation -->
|
||||||
|
<div style="text-align: center;">
|
||||||
|
<h3>Play more songs grom this release</h3>
|
||||||
|
</div>
|
||||||
|
<div class="post-nav">
|
||||||
|
<div>
|
||||||
|
|
||||||
|
<h4><a href="../../../albums/br-tbients/1-br-tbient/" alt="Read Brötbient" title="Read Brötbient"><i class="fas fa-arrow-left"></i></a> <a
|
||||||
|
href="../../../albums/br-tbients/1-br-tbient/"> Brötbient</a>
|
||||||
|
</h4>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
<div class="post-nav-next">
|
||||||
|
|
||||||
|
<h4><a href="../../../albums/br-tbients/3-broet-igen/"> Broet Igen</a> <a
|
||||||
|
href="../../../albums/br-tbients/3-broet-igen/" alt="Read Broet Igen" title="Read Broet Igen"><i class="fas fa-arrow-right"></i></a></h4>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<!-- End Post Navigation -->
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
<!-- Audio player-->
|
||||||
|
<audio autoplay preload="true" data-matomo-title="Brötbient Too">
|
||||||
|
<source src="https://media.basspistol.com/panix/br-tbients/2-br-tbient-too.mp3" type="audio/mpeg" ontimeupdate='updateTrackTime(this);' />
|
||||||
|
<h1>Your browser isn't ready for so much hotness. Use the download-link instead.</h1>.
|
||||||
|
</audio>
|
||||||
|
<!-- Footer -->
|
||||||
|
<footer id="footer" class="wrapper style1 align-center">
|
||||||
|
<div class="footflex">
|
||||||
|
<div>
|
||||||
|
<h4>pax:nion</h4>
|
||||||
|
<p>PHI, Panix Heavy Industries
|
||||||
|
<br /><a href="mailto:"></a></p>
|
||||||
|
</div>
|
||||||
|
<div>
|
||||||
|
<ul>
|
||||||
|
<li><a href="#top" class="smooth-scroll-middle">Back to top</a></li>
|
||||||
|
<li><a href="/#album0" class="smooth-scroll-middle">music</a></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<div><img src="/assets/panix-logo-dark.svg" style="max-width:300px" alt="pax:nion Logo" /></div>
|
||||||
|
</div>
|
||||||
|
<div class="inner">
|
||||||
|
<ul class="icons">
|
||||||
|
|
||||||
|
<!-- <li><a href="mailto:" class="icon style2 fa-envelope"><span class="label">Email</span></a></li> -->
|
||||||
|
</ul>
|
||||||
|
<p>©2020 Basspistol | <a href="../../../webcreds/">Credits</a> | <a href="../../../cookies/">Cookies & Privacy</a></p>
|
||||||
|
</div>
|
||||||
|
</footer>
|
||||||
|
|
||||||
|
|
||||||
|
<script type="text/javascript">
|
||||||
|
function loadUrl(newLocation) {
|
||||||
|
window.location = newLocation;
|
||||||
|
return false;
|
||||||
|
}
|
||||||
|
|
||||||
|
var mu = document.getElementsByTagName("audio")[0];
|
||||||
|
var pauseButton = document.getElementById("mu_pause");
|
||||||
|
var spincover = document.getElementById("coverart");
|
||||||
|
|
||||||
|
mu.addEventListener('ended', function () {
|
||||||
|
// only functional if "loop" is removed
|
||||||
|
mu.pause();
|
||||||
|
mu.currentTime = 0;
|
||||||
|
loadUrl("../../../br-tbients/3-broet-igen/"); return false;
|
||||||
|
});
|
||||||
|
mu.onplaying = function() {
|
||||||
|
pauseButton.innerHTML = "Pause";
|
||||||
|
pauseButton.classList.remove("fa-play");
|
||||||
|
pauseButton.classList.add("fa-pause");
|
||||||
|
spincover.classList.add("spinnit");
|
||||||
|
spincover.classList.remove("paused");
|
||||||
|
};
|
||||||
|
|
||||||
|
pauseButton.addEventListener("click", function () {
|
||||||
|
if (mu.paused) {
|
||||||
|
mu.play();
|
||||||
|
|
||||||
|
}
|
||||||
|
else {
|
||||||
|
mu.pause();
|
||||||
|
pauseButton.innerHTML = "Resume";
|
||||||
|
pauseButton.classList.add("fa-play");
|
||||||
|
pauseButton.classList.remove("fa-pause");
|
||||||
|
spincover.classList.add("paused");
|
||||||
|
}
|
||||||
|
});
|
||||||
|
|
||||||
|
mu.addEventListener('timeupdate', function () {
|
||||||
|
var timestamp = Math.floor(mu.currentTime);
|
||||||
|
var hours = Math.floor(timestamp / 60 / 60);
|
||||||
|
var minutes = Math.floor(timestamp / 60) - (hours * 60);
|
||||||
|
var seconds = timestamp % 60;
|
||||||
|
var formatted = hours.toString().padStart(2, '0') + ':' + minutes.toString().padStart(2, '0') + ':' + seconds.toString().padStart(2, '0');
|
||||||
|
var thecurrentSpan = document.getElementById("tracktime");
|
||||||
|
thecurrentSpan.innerHTML = formatted + ' / ';
|
||||||
|
});
|
||||||
|
|
||||||
|
</script>
|
||||||
|
</div>
|
||||||
|
<!-- Navigation -->
|
||||||
|
<div id="logo" class="logo">
|
||||||
|
<a href="/" class="smooth-scroll-middle"><img width="200em" src="/assets/panix-logo.svg" alt=" Logo" /></a>
|
||||||
|
<a href="#navbar" onclick="blurBody()" alt="Navigation Menu" title="Navigation Menu"><span style="font-size: 34px;" class="icon solid fa-bars"></span></a>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div id="navbar" style="display: block;" class="modalDialog">
|
||||||
|
<a href="#close" onclick="removeBlur()" alt="Close Menu" title="Close Menu"><div id="closearea"> </div></a>
|
||||||
|
<nav>
|
||||||
|
<a href="#close" title="Close" onclick="removeBlur()" class="close-button close" style="margin: 0 auto;">X</a>
|
||||||
|
<ul>
|
||||||
|
|
||||||
|
|
||||||
|
<li><a href="../../../" class="button small">Home</a></li>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<li><a href="../../../releases/" class="button small">Releases</a></li>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<li><a href="../../../logs/" class="button small">Web-Log</a></li>
|
||||||
|
|
||||||
|
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
</nav>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
<!-- End Navigation -->
|
||||||
|
<!-- Scripts -->
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<script src="../../../assets/js/jquery.min.js"></script>
|
||||||
|
<script src="../../../assets/js/jquery.scrollex.min.js"></script>
|
||||||
|
<script src="../../../assets/js/jquery.scrolly.min.js"></script>
|
||||||
|
<script src="../../../assets/js/browser.min.js"></script>
|
||||||
|
<script src="../../../assets/js/breakpoints.min.js"></script>
|
||||||
|
<script src="../../../assets/js/util.js"></script>
|
||||||
|
<script src="../../../assets/js/main.js"></script>
|
||||||
|
<script src="../../../assets/js/set.js"></script>
|
||||||
|
|
||||||
|
|
||||||
|
<div id="cookie-notice">
|
||||||
|
<p>We only use cookies if you consent to it. They don't contain any identifiable info: they just let us know if you enjoyed this enough to come back. <br />Click <a href="#" id="cookie-notice-decline">here</a> if you want this shit to go away without cookies. <br />Read more about how Basspistol <a href="/cookies/">use cookies</a> </p>
|
||||||
|
<a class="button small yes" href="#" id="cookie-notice-accept">I'm in!</a>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<script>
|
||||||
|
function createCookie(name, value, days) {
|
||||||
|
var expires = "";
|
||||||
|
if (days) {
|
||||||
|
var date = new Date();
|
||||||
|
date.setTime(date.getTime() + (days * 24 * 60 * 60 * 1000));
|
||||||
|
expires = "; expires=" + date.toUTCString();
|
||||||
|
}
|
||||||
|
document.cookie = name + "=" + value + expires + "; path=/";
|
||||||
|
}
|
||||||
|
function readCookie(name) {
|
||||||
|
var nameEQ = name + "=";
|
||||||
|
var ca = document.cookie.split(';');
|
||||||
|
for (var i = 0; i < ca.length; i++) {
|
||||||
|
var c = ca[i];
|
||||||
|
while (c.charAt(0) == ' ') c = c.substring(1, c.length);
|
||||||
|
if (c.indexOf(nameEQ) == 0) return c.substring(nameEQ.length, c.length);
|
||||||
|
}
|
||||||
|
return null;
|
||||||
|
}
|
||||||
|
function eraseCookie(name) {
|
||||||
|
createCookie(name, "", -1);
|
||||||
|
}
|
||||||
|
|
||||||
|
if (readCookie('cookie-notice-dismissed') == 'wantCookies') {
|
||||||
|
|
||||||
|
//* Matomo Tag Manager *//
|
||||||
|
|
||||||
|
var _mtm = _mtm || [];
|
||||||
|
_mtm.push({'mtm.startTime': (new Date().getTime()), 'event': 'mtm.Start'});
|
||||||
|
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
|
||||||
|
g.type='text/javascript'; g.async=true; g.defer=true; g.src='https://cdn.matomo.cloud/terminalnetwork.matomo.cloud/container_aJ0T3vZ5.js'; s.parentNode.insertBefore(g,s);
|
||||||
|
|
||||||
|
//* End Matomo Tag Manager *//
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
} else {
|
||||||
|
document.getElementById('cookie-notice').style.display = 'flex';
|
||||||
|
|
||||||
|
var _paq = window._paq || [];
|
||||||
|
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */
|
||||||
|
_paq.push(["setDocumentTitle", document.domain + "/" + document.title]);
|
||||||
|
_paq.push(["disableCookies"]);
|
||||||
|
_paq.push(['trackPageView']);
|
||||||
|
_paq.push(['enableLinkTracking']);
|
||||||
|
(function() {
|
||||||
|
var u="https://terminalnetwork.matomo.cloud/";
|
||||||
|
_paq.push(['setTrackerUrl', u+'matomo.php']);
|
||||||
|
_paq.push(['setSiteId', '14']);
|
||||||
|
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
|
||||||
|
g.type='text/javascript'; g.async=true; g.defer=true; g.src='//cdn.matomo.cloud/terminalnetwork.matomo.cloud/matomo.js'; s.parentNode.insertBefore(g,s);
|
||||||
|
})();
|
||||||
|
|
||||||
|
|
||||||
|
}
|
||||||
|
if (readCookie('cookie-notice-dismissed') == 'dontWantCookies') {
|
||||||
|
document.getElementById('cookie-notice').style.display = 'none';
|
||||||
|
|
||||||
|
var _paq = window._paq || [];
|
||||||
|
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */
|
||||||
|
_paq.push(["setDocumentTitle", document.domain + "/" + document.title]);
|
||||||
|
_paq.push(["disableCookies"]);
|
||||||
|
_paq.push(['trackPageView']);
|
||||||
|
_paq.push(['enableLinkTracking']);
|
||||||
|
(function() {
|
||||||
|
var u="https://terminalnetwork.matomo.cloud/";
|
||||||
|
_paq.push(['setTrackerUrl', u+'matomo.php']);
|
||||||
|
_paq.push(['setSiteId', '14']);
|
||||||
|
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
|
||||||
|
g.type='text/javascript'; g.async=true; g.defer=true; g.src='//cdn.matomo.cloud/terminalnetwork.matomo.cloud/matomo.js'; s.parentNode.insertBefore(g,s);
|
||||||
|
})();
|
||||||
|
|
||||||
|
}
|
||||||
|
document.getElementById('cookie-notice-accept').addEventListener("click", function () {
|
||||||
|
createCookie('cookie-notice-dismissed', 'wantCookies', 31);
|
||||||
|
document.getElementById('cookie-notice').style.display = 'none';
|
||||||
|
_paq.push(['trackEvent', 'Consent', 'wantCookie']);
|
||||||
|
location.reload();
|
||||||
|
});
|
||||||
|
|
||||||
|
document.getElementById('cookie-notice-decline').addEventListener("click", function () {
|
||||||
|
createCookie('cookie-notice-dismissed', 'dontWantCookies', 31);
|
||||||
|
document.getElementById('cookie-notice').style.display = 'none';
|
||||||
|
_paq.push(['trackEvent', 'Consent', 'dontWantCookie']);
|
||||||
|
location.reload();
|
||||||
|
});
|
||||||
|
|
||||||
|
// document.getElementById('cookie-notice-gimme').addEventListener("click", function () {
|
||||||
|
// createCookie('cookie-notice-dismissed', 'wantCookies', 31);
|
||||||
|
// document.getElementById('cookie-notice').style.display = 'none';
|
||||||
|
// location.reload();
|
||||||
|
// });
|
||||||
|
|
||||||
|
|
||||||
|
</script>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
404
albums/br-tbients/3-broet-igen/index.html
Normal file
404
albums/br-tbients/3-broet-igen/index.html
Normal file
|
|
@ -0,0 +1,404 @@
|
||||||
|
<!DOCTYPE html>
|
||||||
|
<!--
|
||||||
|
Based on _Story_ by html5up.net | @ajlkn
|
||||||
|
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
|
||||||
|
Remixed and Jekyllified by Setto
|
||||||
|
-->
|
||||||
|
<html lang="en">
|
||||||
|
<head>
|
||||||
|
<!-- Begin Jekyll SEO tag v2.6.1 -->
|
||||||
|
<meta name="generator" content="Jekyll v4.0.0" />
|
||||||
|
<meta property="og:title" content="3 Broet Igen" />
|
||||||
|
<meta name="author" content="pax:nion" />
|
||||||
|
<meta property="og:locale" content="en" />
|
||||||
|
<meta name="description" content="PHI, Panix Heavy Industries" />
|
||||||
|
<meta property="og:description" content="PHI, Panix Heavy Industries" />
|
||||||
|
<link rel="canonical" href="https://panix.basspistol.com/albums/br-tbients/3-broet-igen/" />
|
||||||
|
<meta property="og:url" content="https://panix.basspistol.com/albums/br-tbients/3-broet-igen/" />
|
||||||
|
<meta property="og:site_name" content="pax:nion" />
|
||||||
|
<meta property="og:type" content="article" />
|
||||||
|
<meta property="article:published_time" content="2020-07-05T18:07:03+00:00" />
|
||||||
|
<script type="application/ld+json">
|
||||||
|
{"description":"PHI, Panix Heavy Industries","@type":"AudioObject","headline":"3 Broet Igen","dateModified":"2020-07-05T18:07:00+00:00","datePublished":"2020-07-05T18:07:03+00:00","url":"https://panix.basspistol.com/albums/br-tbients/3-broet-igen/","author":{"@type":"Person","name":"pax:nion"},"publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://panix.basspistol.com/assets/img/setto_icon.png"},"name":"pax:nion"},"@context":"https://schema.org"}</script>
|
||||||
|
<!-- End Jekyll SEO tag -->
|
||||||
|
|
||||||
|
<link type="application/atom+xml" rel="alternate" href="https://panix.basspistol.com/feed.xml" title="" />
|
||||||
|
<!-- BEGIN seo.html -->
|
||||||
|
|
||||||
|
<title>Play Broet Igen by Panix Illtone</title>
|
||||||
|
<meta name="title" content="Play Broet Igen by Panix Illtone" />
|
||||||
|
|
||||||
|
<meta name="dc.date.modified" scheme="ISO8601" content="2020-07-05T18:07:00+00:00" />
|
||||||
|
<meta name="robots" content="index" />
|
||||||
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||||
|
<link rel="canonical" href="https://panix.basspistol.com/albums/br-tbients/3-broet-igen/" />
|
||||||
|
<link rel="alternate" hreflang="x-default" href="https://panix.basspistol.com/albums/br-tbients/3-broet-igen/" />
|
||||||
|
<meta name="geo.region" content="BJ-ZO" />
|
||||||
|
<meta name="geo.placename" content="Setto" />
|
||||||
|
<meta name="geo.position" content="7.48777;2.076389" />
|
||||||
|
<meta name="ICBM" content="7.48777, 2.076389" />
|
||||||
|
|
||||||
|
<!-- Dublin Core basic info -->
|
||||||
|
|
||||||
|
<meta name="dcterms.Identifier" content="https://panix.basspistol.com" />
|
||||||
|
<meta name="dcterms.Format" content="text/html" />
|
||||||
|
<meta name="dcterms.Relation" content="pax:nion" />
|
||||||
|
<meta name="dcterms.Publisher" content="pax:nion" />
|
||||||
|
<meta name="dcterms.Type" content="text/html" />
|
||||||
|
<meta name="dcterms.Coverage" content="https://panix.basspistol.com/" />
|
||||||
|
<meta name="dcterms.Rights" content="Copyright ©2020 pax:nion." />
|
||||||
|
|
||||||
|
<meta name="dcterms.Subject" content="Listen and to a track by Panix Illtone from the release Brötbients and support your remote artist!" />
|
||||||
|
<meta name="dcterms.Title" content="Broet Igen - Panix Illtone | pax:nion" />
|
||||||
|
|
||||||
|
<meta name="dcterms.Contributor" content="pax:nion" />
|
||||||
|
<meta name="dcterms.Date" content="2020-07-05" />
|
||||||
|
<meta name="dcterms.Description" content="" />
|
||||||
|
|
||||||
|
<!-- Twitter Card -->
|
||||||
|
|
||||||
|
<meta name="twitter:card" content="summary" />
|
||||||
|
<meta name="twitter:site" content="@" />
|
||||||
|
<meta name="twitter:title" content="3 Broet Igen | pax:nion" />
|
||||||
|
<meta name="twitter:description" content="PHI, Panix Heavy Industries" />
|
||||||
|
|
||||||
|
<meta name="twitter:image" content="https://panix.basspistol.com/assets/albums/br-tbients/3-broet-igen.jpeg" />
|
||||||
|
|
||||||
|
<!-- END seo.html -->
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<meta charset="utf-8" />
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=yes" />
|
||||||
|
<link rel="stylesheet" href="../../../assets/css/main20200519.css" />
|
||||||
|
|
||||||
|
<link rel="apple-touch-icon" href="https://panix.basspistol.com/apple-touch-icon.png" />
|
||||||
|
<link rel="icon" type="image/png" href="https://panix.basspistol.com/touch-icon.png" sizes="192x192" />
|
||||||
|
<link rel="shortcut icon" href="https://panix.basspistol.com/assets/img/setto_icon.png" type="image/png" />
|
||||||
|
<noscript><link rel="stylesheet" href="../../../assets/css/noscript20200518-rev1.css" /></noscript>
|
||||||
|
</head>
|
||||||
|
|
||||||
|
<body class="is-preload" id="body">
|
||||||
|
<span id="top" style="display: none;"></span>
|
||||||
|
<!-- Wrapper -->
|
||||||
|
<div id="wrapper" class="divided" data-cms-content-wrapper="/_layouts/default.html">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<!-- Banner -->
|
||||||
|
<section
|
||||||
|
class="banner onload-image-fade-in onload-content-fade-right style3 fullscreen content-align-center image-position-center" style="background-image:url('https://media.basspistol.com/panix/br-tbients/3-broet-igen.jpeg');background-size: cover; background-repeat: no-repeat;">
|
||||||
|
<div style="z-index:0;position:absolute; top:0; left:0; width:100%;height:100%;background-color: rgba(13, 13 ,13, 0.85);"></div>
|
||||||
|
<div class="content" style="z-index:1">
|
||||||
|
<h1 style="margin-top:80px">Broet Igen</h1>
|
||||||
|
|
||||||
|
<p><strong><span id="tracktime"></span></strong><span id="broetigen"></span></strong> <br />
|
||||||
|
Style: <strong>Electronic</strong>
|
||||||
|
</p>
|
||||||
|
<script type="text/javascript">
|
||||||
|
var broetigentimestamp = 108;
|
||||||
|
var broetigenhours = Math.floor(broetigentimestamp / 60 / 60);
|
||||||
|
var broetigenminutes = Math.floor(broetigentimestamp / 60) - (broetigenhours * 60);
|
||||||
|
var broetigenseconds = broetigentimestamp % 60;
|
||||||
|
var broetigenformatted = broetigenhours.toString().padStart(2, '0') + ':' + broetigenminutes.toString().padStart(2, '0') + ':' + broetigenseconds.toString().padStart(2, '0');
|
||||||
|
var theSpan = document.getElementById("broetigen");
|
||||||
|
theSpan.innerHTML = broetigenformatted;
|
||||||
|
</script>
|
||||||
|
|
||||||
|
|
||||||
|
<ul class="actions stacked">
|
||||||
|
<li><button id="mu_pause" class="smooth-scroll-middle button icon solid fa-play">Play dat!</button></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="image">
|
||||||
|
<img src="https://media.basspistol.com/panix/br-tbients/3-broet-igen.jpeg" alt="3 Broet Igen logo" id="coverart" />
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
|
||||||
|
|
||||||
|
<!-- Page navigation -->
|
||||||
|
<section class="wrapper style1 align-center">
|
||||||
|
<div class="inner">
|
||||||
|
<div class="index align-left">
|
||||||
|
<!-- Author -->
|
||||||
|
<section class="streambox" style="margin-top:40px;padding: 40px;">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<h3 style="text-align: center;display: block;">This track can't be bought</h3>
|
||||||
|
<p>But other tracks are available here:</p>
|
||||||
|
|
||||||
|
|
||||||
|
<div class="streamer">
|
||||||
|
|
||||||
|
|
||||||
|
<a onclick="_paq.push(['trackEvent', 'StoreLink', 'Bandcamp']);" target="_blank" rel="noopener" href="https://panixheavyindustries.bandcamp.com" alt="Stream from Bandcamp" title="Stream from Bandcamp" class="button icon brands fa-bandcamp">Bandcamp</a>
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</section>
|
||||||
|
<section>
|
||||||
|
<!-- Content -->
|
||||||
|
<div class="content">
|
||||||
|
<!-- post Naviation -->
|
||||||
|
<div style="text-align: center;">
|
||||||
|
<h3>Play more songs grom this release</h3>
|
||||||
|
</div>
|
||||||
|
<div class="post-nav">
|
||||||
|
<div>
|
||||||
|
|
||||||
|
<h4><a href="../../../albums/br-tbients/2-br-tbient-too/" alt="Read Brötbient Too" title="Read Brötbient Too"><i class="fas fa-arrow-left"></i></a> <a
|
||||||
|
href="../../../albums/br-tbients/2-br-tbient-too/"> Brötbient Too</a>
|
||||||
|
</h4>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
<div class="post-nav-next">
|
||||||
|
|
||||||
|
<h4><a href="../../../albums/br-tbients/1-br-tbient/"> Brötbient</a> <a
|
||||||
|
href="../../../albums/br-tbients/1-br-tbient/" alt="Read Brötbient" title="Read Brötbient"><i class="fas fa-arrow-right"></i></a></h4>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<!-- End Post Navigation -->
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
<!-- Audio player-->
|
||||||
|
<audio autoplay preload="true" data-matomo-title="Broet Igen">
|
||||||
|
<source src="https://media.basspistol.com/panix/br-tbients/3-broet-igen.mp3" type="audio/mpeg" ontimeupdate='updateTrackTime(this);' />
|
||||||
|
<h1>Your browser isn't ready for so much hotness. Use the download-link instead.</h1>.
|
||||||
|
</audio>
|
||||||
|
<!-- Footer -->
|
||||||
|
<footer id="footer" class="wrapper style1 align-center">
|
||||||
|
<div class="footflex">
|
||||||
|
<div>
|
||||||
|
<h4>pax:nion</h4>
|
||||||
|
<p>PHI, Panix Heavy Industries
|
||||||
|
<br /><a href="mailto:"></a></p>
|
||||||
|
</div>
|
||||||
|
<div>
|
||||||
|
<ul>
|
||||||
|
<li><a href="#top" class="smooth-scroll-middle">Back to top</a></li>
|
||||||
|
<li><a href="/#album0" class="smooth-scroll-middle">music</a></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<div><img src="/assets/panix-logo-dark.svg" style="max-width:300px" alt="pax:nion Logo" /></div>
|
||||||
|
</div>
|
||||||
|
<div class="inner">
|
||||||
|
<ul class="icons">
|
||||||
|
|
||||||
|
<!-- <li><a href="mailto:" class="icon style2 fa-envelope"><span class="label">Email</span></a></li> -->
|
||||||
|
</ul>
|
||||||
|
<p>©2020 Basspistol | <a href="../../../webcreds/">Credits</a> | <a href="../../../cookies/">Cookies & Privacy</a></p>
|
||||||
|
</div>
|
||||||
|
</footer>
|
||||||
|
|
||||||
|
|
||||||
|
<script type="text/javascript">
|
||||||
|
function loadUrl(newLocation) {
|
||||||
|
window.location = newLocation;
|
||||||
|
return false;
|
||||||
|
}
|
||||||
|
|
||||||
|
var mu = document.getElementsByTagName("audio")[0];
|
||||||
|
var pauseButton = document.getElementById("mu_pause");
|
||||||
|
var spincover = document.getElementById("coverart");
|
||||||
|
|
||||||
|
mu.addEventListener('ended', function () {
|
||||||
|
// only functional if "loop" is removed
|
||||||
|
mu.pause();
|
||||||
|
mu.currentTime = 0;
|
||||||
|
loadUrl("../../../br-tbients/1-br-tbient/"); return false;
|
||||||
|
});
|
||||||
|
mu.onplaying = function() {
|
||||||
|
pauseButton.innerHTML = "Pause";
|
||||||
|
pauseButton.classList.remove("fa-play");
|
||||||
|
pauseButton.classList.add("fa-pause");
|
||||||
|
spincover.classList.add("spinnit");
|
||||||
|
spincover.classList.remove("paused");
|
||||||
|
};
|
||||||
|
|
||||||
|
pauseButton.addEventListener("click", function () {
|
||||||
|
if (mu.paused) {
|
||||||
|
mu.play();
|
||||||
|
|
||||||
|
}
|
||||||
|
else {
|
||||||
|
mu.pause();
|
||||||
|
pauseButton.innerHTML = "Resume";
|
||||||
|
pauseButton.classList.add("fa-play");
|
||||||
|
pauseButton.classList.remove("fa-pause");
|
||||||
|
spincover.classList.add("paused");
|
||||||
|
}
|
||||||
|
});
|
||||||
|
|
||||||
|
mu.addEventListener('timeupdate', function () {
|
||||||
|
var timestamp = Math.floor(mu.currentTime);
|
||||||
|
var hours = Math.floor(timestamp / 60 / 60);
|
||||||
|
var minutes = Math.floor(timestamp / 60) - (hours * 60);
|
||||||
|
var seconds = timestamp % 60;
|
||||||
|
var formatted = hours.toString().padStart(2, '0') + ':' + minutes.toString().padStart(2, '0') + ':' + seconds.toString().padStart(2, '0');
|
||||||
|
var thecurrentSpan = document.getElementById("tracktime");
|
||||||
|
thecurrentSpan.innerHTML = formatted + ' / ';
|
||||||
|
});
|
||||||
|
|
||||||
|
</script>
|
||||||
|
</div>
|
||||||
|
<!-- Navigation -->
|
||||||
|
<div id="logo" class="logo">
|
||||||
|
<a href="/" class="smooth-scroll-middle"><img width="200em" src="/assets/panix-logo.svg" alt=" Logo" /></a>
|
||||||
|
<a href="#navbar" onclick="blurBody()" alt="Navigation Menu" title="Navigation Menu"><span style="font-size: 34px;" class="icon solid fa-bars"></span></a>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div id="navbar" style="display: block;" class="modalDialog">
|
||||||
|
<a href="#close" onclick="removeBlur()" alt="Close Menu" title="Close Menu"><div id="closearea"> </div></a>
|
||||||
|
<nav>
|
||||||
|
<a href="#close" title="Close" onclick="removeBlur()" class="close-button close" style="margin: 0 auto;">X</a>
|
||||||
|
<ul>
|
||||||
|
|
||||||
|
|
||||||
|
<li><a href="../../../" class="button small">Home</a></li>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<li><a href="../../../releases/" class="button small">Releases</a></li>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<li><a href="../../../logs/" class="button small">Web-Log</a></li>
|
||||||
|
|
||||||
|
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
</nav>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
<!-- End Navigation -->
|
||||||
|
<!-- Scripts -->
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<script src="../../../assets/js/jquery.min.js"></script>
|
||||||
|
<script src="../../../assets/js/jquery.scrollex.min.js"></script>
|
||||||
|
<script src="../../../assets/js/jquery.scrolly.min.js"></script>
|
||||||
|
<script src="../../../assets/js/browser.min.js"></script>
|
||||||
|
<script src="../../../assets/js/breakpoints.min.js"></script>
|
||||||
|
<script src="../../../assets/js/util.js"></script>
|
||||||
|
<script src="../../../assets/js/main.js"></script>
|
||||||
|
<script src="../../../assets/js/set.js"></script>
|
||||||
|
|
||||||
|
|
||||||
|
<div id="cookie-notice">
|
||||||
|
<p>We only use cookies if you consent to it. They don't contain any identifiable info: they just let us know if you enjoyed this enough to come back. <br />Click <a href="#" id="cookie-notice-decline">here</a> if you want this shit to go away without cookies. <br />Read more about how Basspistol <a href="/cookies/">use cookies</a> </p>
|
||||||
|
<a class="button small yes" href="#" id="cookie-notice-accept">I'm in!</a>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<script>
|
||||||
|
function createCookie(name, value, days) {
|
||||||
|
var expires = "";
|
||||||
|
if (days) {
|
||||||
|
var date = new Date();
|
||||||
|
date.setTime(date.getTime() + (days * 24 * 60 * 60 * 1000));
|
||||||
|
expires = "; expires=" + date.toUTCString();
|
||||||
|
}
|
||||||
|
document.cookie = name + "=" + value + expires + "; path=/";
|
||||||
|
}
|
||||||
|
function readCookie(name) {
|
||||||
|
var nameEQ = name + "=";
|
||||||
|
var ca = document.cookie.split(';');
|
||||||
|
for (var i = 0; i < ca.length; i++) {
|
||||||
|
var c = ca[i];
|
||||||
|
while (c.charAt(0) == ' ') c = c.substring(1, c.length);
|
||||||
|
if (c.indexOf(nameEQ) == 0) return c.substring(nameEQ.length, c.length);
|
||||||
|
}
|
||||||
|
return null;
|
||||||
|
}
|
||||||
|
function eraseCookie(name) {
|
||||||
|
createCookie(name, "", -1);
|
||||||
|
}
|
||||||
|
|
||||||
|
if (readCookie('cookie-notice-dismissed') == 'wantCookies') {
|
||||||
|
|
||||||
|
//* Matomo Tag Manager *//
|
||||||
|
|
||||||
|
var _mtm = _mtm || [];
|
||||||
|
_mtm.push({'mtm.startTime': (new Date().getTime()), 'event': 'mtm.Start'});
|
||||||
|
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
|
||||||
|
g.type='text/javascript'; g.async=true; g.defer=true; g.src='https://cdn.matomo.cloud/terminalnetwork.matomo.cloud/container_aJ0T3vZ5.js'; s.parentNode.insertBefore(g,s);
|
||||||
|
|
||||||
|
//* End Matomo Tag Manager *//
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
} else {
|
||||||
|
document.getElementById('cookie-notice').style.display = 'flex';
|
||||||
|
|
||||||
|
var _paq = window._paq || [];
|
||||||
|
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */
|
||||||
|
_paq.push(["setDocumentTitle", document.domain + "/" + document.title]);
|
||||||
|
_paq.push(["disableCookies"]);
|
||||||
|
_paq.push(['trackPageView']);
|
||||||
|
_paq.push(['enableLinkTracking']);
|
||||||
|
(function() {
|
||||||
|
var u="https://terminalnetwork.matomo.cloud/";
|
||||||
|
_paq.push(['setTrackerUrl', u+'matomo.php']);
|
||||||
|
_paq.push(['setSiteId', '14']);
|
||||||
|
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
|
||||||
|
g.type='text/javascript'; g.async=true; g.defer=true; g.src='//cdn.matomo.cloud/terminalnetwork.matomo.cloud/matomo.js'; s.parentNode.insertBefore(g,s);
|
||||||
|
})();
|
||||||
|
|
||||||
|
|
||||||
|
}
|
||||||
|
if (readCookie('cookie-notice-dismissed') == 'dontWantCookies') {
|
||||||
|
document.getElementById('cookie-notice').style.display = 'none';
|
||||||
|
|
||||||
|
var _paq = window._paq || [];
|
||||||
|
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */
|
||||||
|
_paq.push(["setDocumentTitle", document.domain + "/" + document.title]);
|
||||||
|
_paq.push(["disableCookies"]);
|
||||||
|
_paq.push(['trackPageView']);
|
||||||
|
_paq.push(['enableLinkTracking']);
|
||||||
|
(function() {
|
||||||
|
var u="https://terminalnetwork.matomo.cloud/";
|
||||||
|
_paq.push(['setTrackerUrl', u+'matomo.php']);
|
||||||
|
_paq.push(['setSiteId', '14']);
|
||||||
|
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
|
||||||
|
g.type='text/javascript'; g.async=true; g.defer=true; g.src='//cdn.matomo.cloud/terminalnetwork.matomo.cloud/matomo.js'; s.parentNode.insertBefore(g,s);
|
||||||
|
})();
|
||||||
|
|
||||||
|
}
|
||||||
|
document.getElementById('cookie-notice-accept').addEventListener("click", function () {
|
||||||
|
createCookie('cookie-notice-dismissed', 'wantCookies', 31);
|
||||||
|
document.getElementById('cookie-notice').style.display = 'none';
|
||||||
|
_paq.push(['trackEvent', 'Consent', 'wantCookie']);
|
||||||
|
location.reload();
|
||||||
|
});
|
||||||
|
|
||||||
|
document.getElementById('cookie-notice-decline').addEventListener("click", function () {
|
||||||
|
createCookie('cookie-notice-dismissed', 'dontWantCookies', 31);
|
||||||
|
document.getElementById('cookie-notice').style.display = 'none';
|
||||||
|
_paq.push(['trackEvent', 'Consent', 'dontWantCookie']);
|
||||||
|
location.reload();
|
||||||
|
});
|
||||||
|
|
||||||
|
// document.getElementById('cookie-notice-gimme').addEventListener("click", function () {
|
||||||
|
// createCookie('cookie-notice-dismissed', 'wantCookies', 31);
|
||||||
|
// document.getElementById('cookie-notice').style.display = 'none';
|
||||||
|
// location.reload();
|
||||||
|
// });
|
||||||
|
|
||||||
|
|
||||||
|
</script>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
635
albums/br-tbients/index.html
Normal file
635
albums/br-tbients/index.html
Normal file
|
|
@ -0,0 +1,635 @@
|
||||||
|
<!DOCTYPE html>
|
||||||
|
<!--
|
||||||
|
Based on _Story_ by html5up.net | @ajlkn
|
||||||
|
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
|
||||||
|
Remixed and Jekyllified by Setto
|
||||||
|
-->
|
||||||
|
<html lang="en">
|
||||||
|
<head>
|
||||||
|
<!-- Begin Jekyll SEO tag v2.6.1 -->
|
||||||
|
<meta name="generator" content="Jekyll v4.0.0" />
|
||||||
|
<meta property="og:title" content="Br Tbients" />
|
||||||
|
<meta name="author" content="pax:nion" />
|
||||||
|
<meta property="og:locale" content="en" />
|
||||||
|
<meta name="description" content="PHI, Panix Heavy Industries" />
|
||||||
|
<meta property="og:description" content="PHI, Panix Heavy Industries" />
|
||||||
|
<link rel="canonical" href="https://panix.basspistol.com/albums/br-tbients/" />
|
||||||
|
<meta property="og:url" content="https://panix.basspistol.com/albums/br-tbients/" />
|
||||||
|
<meta property="og:site_name" content="pax:nion" />
|
||||||
|
<meta property="og:type" content="article" />
|
||||||
|
<meta property="article:published_time" content="2011-01-01T00:00:00+00:00" />
|
||||||
|
<script type="application/ld+json">
|
||||||
|
{"description":"PHI, Panix Heavy Industries","@type":"BlogPosting","headline":"Br Tbients","dateModified":"2020-07-05T18:07:00+00:00","datePublished":"2011-01-01T00:00:00+00:00","mainEntityOfPage":{"@type":"WebPage","@id":"https://panix.basspistol.com/albums/br-tbients/"},"url":"https://panix.basspistol.com/albums/br-tbients/","author":{"@type":"Person","name":"pax:nion"},"publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://panix.basspistol.com/assets/img/setto_icon.png"},"name":"pax:nion"},"@context":"https://schema.org"}</script>
|
||||||
|
<!-- End Jekyll SEO tag -->
|
||||||
|
|
||||||
|
<link type="application/atom+xml" rel="alternate" href="https://panix.basspistol.com/feed.xml" title="" />
|
||||||
|
<!-- BEGIN seo.html -->
|
||||||
|
|
||||||
|
<title>Br Tbients | pax:nion</title>
|
||||||
|
<meta name="title" content="Br Tbients | pax:nion" />
|
||||||
|
|
||||||
|
<meta name="dc.date.modified" scheme="ISO8601" content="2020-07-05T18:07:00+00:00" />
|
||||||
|
<meta name="robots" content="index" />
|
||||||
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||||
|
<link rel="canonical" href="https://panix.basspistol.com/albums/br-tbients/" />
|
||||||
|
<link rel="alternate" hreflang="x-default" href="https://panix.basspistol.com/albums/br-tbients/" />
|
||||||
|
<meta name="geo.region" content="BJ-ZO" />
|
||||||
|
<meta name="geo.placename" content="Setto" />
|
||||||
|
<meta name="geo.position" content="7.48777;2.076389" />
|
||||||
|
<meta name="ICBM" content="7.48777, 2.076389" />
|
||||||
|
|
||||||
|
<!-- Dublin Core basic info -->
|
||||||
|
|
||||||
|
<meta name="dcterms.Identifier" content="https://panix.basspistol.com" />
|
||||||
|
<meta name="dcterms.Format" content="text/html" />
|
||||||
|
<meta name="dcterms.Relation" content="pax:nion" />
|
||||||
|
<meta name="dcterms.Publisher" content="pax:nion" />
|
||||||
|
<meta name="dcterms.Type" content="text/html" />
|
||||||
|
<meta name="dcterms.Coverage" content="https://panix.basspistol.com/" />
|
||||||
|
<meta name="dcterms.Rights" content="Copyright ©2020 pax:nion." />
|
||||||
|
|
||||||
|
<meta name="dcterms.Subject" content="PHI, Panix Heavy Industries" />
|
||||||
|
<meta name="dcterms.Title" content="Br Tbients | pax:nion" />
|
||||||
|
|
||||||
|
<meta name="dcterms.Contributor" content="pax:nion" />
|
||||||
|
<meta name="dcterms.Date" content="2011-01-01" />
|
||||||
|
<meta name="dcterms.Description" content="" />
|
||||||
|
|
||||||
|
<!-- Twitter Card -->
|
||||||
|
|
||||||
|
<meta name="twitter:card" content="summary" />
|
||||||
|
<meta name="twitter:site" content="@" />
|
||||||
|
<meta name="twitter:title" content="Br Tbients | pax:nion" />
|
||||||
|
<meta name="twitter:description" content="PHI, Panix Heavy Industries" />
|
||||||
|
|
||||||
|
<meta name="twitter:image" content="https://panix.basspistol.com" />
|
||||||
|
|
||||||
|
<!-- END seo.html -->
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<meta charset="utf-8" />
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=yes" />
|
||||||
|
<link rel="stylesheet" href="../../assets/css/main20200519.css" />
|
||||||
|
<link rel="apple-touch-icon" href="https://panix.basspistol.com/apple-touch-icon.png" />
|
||||||
|
<link rel="icon" type="image/png" href="https://panix.basspistol.com/touch-icon.png" sizes="192x192" />
|
||||||
|
<link rel="shortcut icon" href="https://panix.basspistol.com/assets/img/setto_icon.png" type="image/png" />
|
||||||
|
<noscript><link rel="stylesheet" href="../../assets/css/noscript20200518-rev1.css" /></noscript>
|
||||||
|
</head>
|
||||||
|
<body class="is-preload" id="body">
|
||||||
|
<span id="top" style="display: none;"></span>
|
||||||
|
<!-- Wrapper -->
|
||||||
|
<div id="wrapper" class="divided">
|
||||||
|
|
||||||
|
<!-- Banner -->
|
||||||
|
<section class="banner onload-image-fade-in onload-content-fade-right style2 fullscreen content-align-center image-position-center" style="height:100vh;background-color: rgba(13,13,13,0.85);">
|
||||||
|
<div class="content editable" data-cms-source="/_layouts/album.html" data-cms-index="0">
|
||||||
|
<h1 class="editable" data-cms-source="/_layouts/album.html" data-cms-index="1">Br Tbients</h1>
|
||||||
|
<p></p>
|
||||||
|
<ul class="actions stacked">
|
||||||
|
<li><a href="#moe" class="button small smooth-scroll-middle">cheggit!</a></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<div class="image">
|
||||||
|
<img src="https://media.basspistol.com/panix/br-tbients/1-br-tbient.jpeg" alt="Br Tbients" class="editable" data-cms-source="/_layouts/album.html" data-cms-index="2" />
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
<!-- Content -->
|
||||||
|
<section class="wrapper style1 align-center">
|
||||||
|
<div class="inner" style="padding-top: 40px;">
|
||||||
|
<div class="index align-left">
|
||||||
|
<!-- Author -->
|
||||||
|
<section style="padding-top:40px;" id="moe">
|
||||||
|
|
||||||
|
|
||||||
|
<header id="author">
|
||||||
|
<div class="bio">
|
||||||
|
|
||||||
|
|
||||||
|
<h6>
|
||||||
|
|
||||||
|
Share this page:
|
||||||
|
</h6>
|
||||||
|
<ul class="icons">
|
||||||
|
<li><a target="_blank" rel="nofollow noopener" title="Share to facebook" alt="Share to facebook" href="https://touch.facebook.com/sharer.php?u=https://panix.basspistol.com/albums/br-tbients/&quote=Br Tbients%20by%20pax:nion%20via%20https://panix.basspistol.com" class="icon brands style1 fa-facebook-f"><span class="label">Facebook</span></a></li>
|
||||||
|
<li><a target="_blank" rel="nofollow noopener" title="Share to twitter" alt="Share to twitter" href="https://twitter.com/share?url=https://panix.basspistol.com/albums/br-tbients/&text=Br Tbients%20by%20pax:nion%20&hashtags=paxNion" class="icon brands style1 fa-twitter"><span class="label">Twitter</span></a></li>
|
||||||
|
<li><a target="_blank" rel="nofollow noopener" title="Share to telegram" alt="Share to telgram" href="https://telegram.me/share/url?url=https://panix.basspistol.com/albums/br-tbients/&text=Br Tbients%20by%20pax:nion" class="icon brands style1 fa-telegram"><span class="label">Telegram</span></a></li>
|
||||||
|
<li><a target="_blank" rel="nofollow noopener" title="Share to reddit" alt="Share to reddit" href="https://reddit.com/submit/?url=https://panix.basspistol.com/albums/br-tbients/&title=Br Tbients%20by%20pax:nion" class="icon brands style1 fa-reddit"><span class="label">Reddit</span></a></li>
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</header>
|
||||||
|
<!-- Content -->
|
||||||
|
<div class="content">
|
||||||
|
|
||||||
|
|
||||||
|
<!-- HERE BEGINS MADNESS -->
|
||||||
|
|
||||||
|
|
||||||
|
<!-- Content -->
|
||||||
|
<div class="content">
|
||||||
|
<div id="mainwrap">
|
||||||
|
<div id="nowPlay">
|
||||||
|
<p class="right" id="npTitle" style="font-weight: bold;"></p>
|
||||||
|
<p class="left" id="npAction">Paused...</p>
|
||||||
|
</div>
|
||||||
|
<div id="audiowrap">
|
||||||
|
<div id="audio0">
|
||||||
|
<audio id="audio1" controls="controls">Your browser does not support HTML5
|
||||||
|
Audio!</audio>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div id="tracks">
|
||||||
|
<a id="btnPrev"><span class="icon solid fa-fast-backward"></span></a>
|
||||||
|
<a id="btnNext"><span class="icon solid fa-fast-forward"></span></a>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
<div id="plwrap">
|
||||||
|
<ul id="plList">
|
||||||
|
|
||||||
|
<li>
|
||||||
|
<div class="plItem">
|
||||||
|
<div class="plNum">1.</div>
|
||||||
|
<div class="plTitle">Brötbient</div>
|
||||||
|
<div class="plLength">2:17</div>
|
||||||
|
</div>
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li>
|
||||||
|
<div class="plItem">
|
||||||
|
<div class="plNum">2.</div>
|
||||||
|
<div class="plTitle">Brötbient Too</div>
|
||||||
|
<div class="plLength">1:30</div>
|
||||||
|
</div>
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li>
|
||||||
|
<div class="plItem">
|
||||||
|
<div class="plNum">3.</div>
|
||||||
|
<div class="plTitle">Broet Igen</div>
|
||||||
|
<div class="plLength">1:48</div>
|
||||||
|
</div>
|
||||||
|
</li>
|
||||||
|
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div id="noJSalbum">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<div class="plItem">
|
||||||
|
<div class="plNum">1.</div>
|
||||||
|
<div class="plTitle"><a href="https://media.basspistol.com/panix/br-tbients/1-br-tbient.mp3">Brötbient </a></div>
|
||||||
|
<div class="plLength">2:17</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<div class="plItem">
|
||||||
|
<div class="plNum">2.</div>
|
||||||
|
<div class="plTitle"><a href="https://media.basspistol.com/panix/br-tbients/2-br-tbient-too.mp3">Brötbient Too </a></div>
|
||||||
|
<div class="plLength">1:30</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<div class="plItem">
|
||||||
|
<div class="plNum">3.</div>
|
||||||
|
<div class="plTitle"><a href="https://media.basspistol.com/panix/br-tbients/3-broet-igen.mp3">Broet Igen </a></div>
|
||||||
|
<div class="plLength">1:48</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="content" style="font-family: monospace;font-size: 16px;margin-top:60px;">
|
||||||
|
|
||||||
|
|
||||||
|
<p></p>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
|
||||||
|
|
||||||
|
<!-- HERE ENDS MADNESS -->
|
||||||
|
|
||||||
|
<section class="wrapper style1 align-center">
|
||||||
|
|
||||||
|
<div class="inner">
|
||||||
|
<h2>Track list</h2>
|
||||||
|
<p>Use thses pages to share one song in particulare</p>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</section>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<section class="spotlight style4 orient-right content-align-left image-position-center onscroll-image-fade-in" style="box-shadow: none;" >
|
||||||
|
<div class="content">
|
||||||
|
<h3>Brötbient</h3>
|
||||||
|
<p>
|
||||||
|
2:17
|
||||||
|
<br /><strong>Electronic</strong>
|
||||||
|
<br />2011</p>
|
||||||
|
|
||||||
|
<ul class="actions stacked">
|
||||||
|
<li><a href="../../albums/br-tbients/1-br-tbient/" class="button">Track</a></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<div class="image">
|
||||||
|
<img src="https://media.basspistol.com/panix/br-tbients/1-br-tbient.jpeg" alt="Brötbient" />
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<section class="spotlight style4 orient-left content-align-right image-position-center onscroll-image-fade-in" >
|
||||||
|
<div class="content">
|
||||||
|
<h3>Brötbient Too</h3>
|
||||||
|
<p>
|
||||||
|
1:30
|
||||||
|
<br /><strong>Electronic</strong>
|
||||||
|
<br />2011</p>
|
||||||
|
|
||||||
|
<ul class="actions stacked">
|
||||||
|
<li><a href="../../albums/br-tbients/2-br-tbient-too/" class="button">Track</a></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<div class="image">
|
||||||
|
<img src="https://media.basspistol.com/panix/br-tbients/2-br-tbient-too.jpeg" alt="Brötbient Too" />
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<section class="spotlight style4 orient-right content-align-left image-position-center onscroll-image-fade-in" >
|
||||||
|
<div class="content">
|
||||||
|
<h3>Broet Igen</h3>
|
||||||
|
<p>
|
||||||
|
1:48
|
||||||
|
<br /><strong>Electronic</strong>
|
||||||
|
<br />2011</p>
|
||||||
|
|
||||||
|
<ul class="actions stacked">
|
||||||
|
<li><a href="../../albums/br-tbients/3-broet-igen/" class="button">Track</a></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<div class="image">
|
||||||
|
<img src="https://media.basspistol.com/panix/br-tbients/3-broet-igen.jpeg" alt="Broet Igen" />
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<section class="streambox" style="margin-top:40px;padding: 40px;">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<h3 style="text-align: center;display: block;">This release can't be bought</h3>
|
||||||
|
<p>But other releases are available here:</p>
|
||||||
|
|
||||||
|
|
||||||
|
<div class="streamer">
|
||||||
|
|
||||||
|
|
||||||
|
<a onclick="_paq.push(['trackEvent', 'StoreLink', 'Bandcamp']);" target="_blank" rel="noopener" href="https://panixheavyindustries.bandcamp.com" alt="Stream from Bandcamp" title="Stream from Bandcamp" class="button icon brands fa-bandcamp">Bandcamp</a>
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</section>
|
||||||
|
|
||||||
|
<section class="wrapper style1 align-center">
|
||||||
|
<div class="inner">
|
||||||
|
<div class="index align-left">
|
||||||
|
<!-- Author -->
|
||||||
|
|
||||||
|
<section>
|
||||||
|
|
||||||
|
<!-- Content -->
|
||||||
|
<div class="content">
|
||||||
|
<!-- post Naviation -->
|
||||||
|
<div style="text-align: center;">
|
||||||
|
<h3>More releases</h3>
|
||||||
|
</div>
|
||||||
|
<div class="post-nav">
|
||||||
|
<div>
|
||||||
|
|
||||||
|
<h4><a href="/albums/no-progress-ep/" alt="Read No Progress Ep" title="Read No Progress Ep"><i class="fas fa-arrow-left"></i></a> <a href="/albums/no-progress-ep/"> No Progress Ep</a></h4>
|
||||||
|
<p style="margin-right: 20px"></p>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
<div class="post-nav-next">
|
||||||
|
|
||||||
|
<h4><a href="/albums/netbook-lofi-beatheads/"> Netbook Lofi Beatheads</a> <a href="/albums/netbook-lofi-beatheads/" alt="Read Netbook Lofi Beatheads" title="Read Netbook Lofi Beatheads"><i class="fas fa-arrow-right"></i></a></h4>
|
||||||
|
<p style="margin-left: 20px"></p>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<!-- End Post Navigation -->
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
|
||||||
|
|
||||||
|
<!-- Footer -->
|
||||||
|
<footer id="footer" class="wrapper style1 align-center">
|
||||||
|
<div class="footflex">
|
||||||
|
<div>
|
||||||
|
<h4>pax:nion</h4>
|
||||||
|
<p>PHI, Panix Heavy Industries
|
||||||
|
<br /><a href="mailto:"></a></p>
|
||||||
|
</div>
|
||||||
|
<div>
|
||||||
|
<ul>
|
||||||
|
<li><a href="#top" class="smooth-scroll-middle">Back to top</a></li>
|
||||||
|
<li><a href="/#album0" class="smooth-scroll-middle">music</a></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<div><img src="/assets/panix-logo-dark.svg" style="max-width:300px" alt="pax:nion Logo" /></div>
|
||||||
|
</div>
|
||||||
|
<div class="inner">
|
||||||
|
<ul class="icons">
|
||||||
|
|
||||||
|
<!-- <li><a href="mailto:" class="icon style2 fa-envelope"><span class="label">Email</span></a></li> -->
|
||||||
|
</ul>
|
||||||
|
<p>©2020 Basspistol | <a href="../../webcreds/">Credits</a> | <a href="../../cookies/">Cookies & Privacy</a></p>
|
||||||
|
</div>
|
||||||
|
</footer>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
<!-- Navigation -->
|
||||||
|
<div id="logo" class="logo">
|
||||||
|
<a href="/" class="smooth-scroll-middle"><img width="200em" src="/assets/panix-logo.svg" alt=" Logo" /></a>
|
||||||
|
<a href="#navbar" onclick="blurBody()" alt="Navigation Menu" title="Navigation Menu"><span style="font-size: 34px;" class="icon solid fa-bars"></span></a>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div id="navbar" style="display: block;" class="modalDialog">
|
||||||
|
<a href="#close" onclick="removeBlur()" alt="Close Menu" title="Close Menu"><div id="closearea"> </div></a>
|
||||||
|
<nav>
|
||||||
|
<a href="#close" title="Close" onclick="removeBlur()" class="close-button close" style="margin: 0 auto;">X</a>
|
||||||
|
<ul>
|
||||||
|
|
||||||
|
|
||||||
|
<li><a href="../../" class="button small">Home</a></li>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<li><a href="../../releases/" class="button small">Releases</a></li>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<li><a href="../../logs/" class="button small">Web-Log</a></li>
|
||||||
|
|
||||||
|
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
</nav>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
<!-- End Navigation -->
|
||||||
|
<!-- Scripts -->
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<script src="../../assets/js/jquery.min.js"></script>
|
||||||
|
<script src="../../assets/js/jquery.scrollex.min.js"></script>
|
||||||
|
<script src="../../assets/js/jquery.scrolly.min.js"></script>
|
||||||
|
<script src="../../assets/js/browser.min.js"></script>
|
||||||
|
<script src="../../assets/js/breakpoints.min.js"></script>
|
||||||
|
<script src="../../assets/js/util.js"></script>
|
||||||
|
<script src="../../assets/js/main.js"></script>
|
||||||
|
<script src="../../assets/js/set.js"></script>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<script type="text/javascript">
|
||||||
|
// html5media enables <video> and <audio> tags in all major browsers
|
||||||
|
// External File: http://api.html5media.info/1.1.8/html5media.min.js
|
||||||
|
|
||||||
|
|
||||||
|
// Add user agent as an attribute on the <html> tag...
|
||||||
|
// Inspiration: http://css-tricks.com/ie-10-specific-styles/
|
||||||
|
var b = document.documentElement;
|
||||||
|
b.setAttribute('data-useragent', navigator.userAgent);
|
||||||
|
b.setAttribute('data-platform', navigator.platform);
|
||||||
|
|
||||||
|
|
||||||
|
// HTML5 audio player + playlist controls...
|
||||||
|
// Inspiration: http://jonhall.info/how_to/create_a_playlist_for_html5_audio
|
||||||
|
// Mythium Archive: https://archive.org/details/mythium/
|
||||||
|
jQuery(function ($) {
|
||||||
|
var supportsAudio = !!document.createElement('audio').canPlayType;
|
||||||
|
if (supportsAudio) {
|
||||||
|
var index = 0,
|
||||||
|
playing = false,
|
||||||
|
mediaPath = '',
|
||||||
|
extension = '',
|
||||||
|
tracks = [{
|
||||||
|
"track": 1,
|
||||||
|
"name": "Brötbient",
|
||||||
|
"length": "2:17",
|
||||||
|
"file": "https://media.basspistol.com/panix/br-tbients/1-br-tbient"
|
||||||
|
},{
|
||||||
|
"track": 2,
|
||||||
|
"name": "Brötbient Too",
|
||||||
|
"length": "1:30",
|
||||||
|
"file": "https://media.basspistol.com/panix/br-tbients/2-br-tbient-too"
|
||||||
|
},{
|
||||||
|
"track": 3,
|
||||||
|
"name": "Broet Igen",
|
||||||
|
"length": "1:48",
|
||||||
|
"file": "https://media.basspistol.com/panix/br-tbients/3-broet-igen"
|
||||||
|
}],
|
||||||
|
trackCount = tracks.length,
|
||||||
|
npAction = $('#npAction'),
|
||||||
|
npTitle = $('#npTitle'),
|
||||||
|
audio = $('#audio1').bind('play', function () {
|
||||||
|
playing = true;
|
||||||
|
npAction.text('Playing...');
|
||||||
|
}).bind('pause', function () {
|
||||||
|
playing = false;
|
||||||
|
npAction.text('Paused...');
|
||||||
|
}).bind('ended', function () {
|
||||||
|
npAction.text('Paused...');
|
||||||
|
if ((index + 1) < trackCount) {
|
||||||
|
index++;
|
||||||
|
loadTrack(index);
|
||||||
|
audio.play();
|
||||||
|
} else {
|
||||||
|
audio.pause();
|
||||||
|
index = 0;
|
||||||
|
loadTrack(index);
|
||||||
|
}
|
||||||
|
}).get(0),
|
||||||
|
btnPrev = $('#btnPrev').click(function () {
|
||||||
|
if ((index - 1) > -1) {
|
||||||
|
index--;
|
||||||
|
loadTrack(index);
|
||||||
|
if (playing) {
|
||||||
|
audio.play();
|
||||||
|
}
|
||||||
|
} else {
|
||||||
|
audio.pause();
|
||||||
|
index = 0;
|
||||||
|
loadTrack(index);
|
||||||
|
}
|
||||||
|
}),
|
||||||
|
btnNext = $('#btnNext').click(function () {
|
||||||
|
if ((index + 1) < trackCount) {
|
||||||
|
index++;
|
||||||
|
loadTrack(index);
|
||||||
|
if (playing) {
|
||||||
|
audio.play();
|
||||||
|
}
|
||||||
|
} else {
|
||||||
|
audio.pause();
|
||||||
|
index = 0;
|
||||||
|
loadTrack(index);
|
||||||
|
}
|
||||||
|
}),
|
||||||
|
li = $('#plList li').click(function () {
|
||||||
|
var id = parseInt($(this).index());
|
||||||
|
if (id !== index) {
|
||||||
|
playTrack(id);
|
||||||
|
}
|
||||||
|
}),
|
||||||
|
loadTrack = function (id) {
|
||||||
|
$('.plSel').removeClass('plSel');
|
||||||
|
$('#plList li:eq(' + id + ')').addClass('plSel');
|
||||||
|
npTitle.text(tracks[id].name);
|
||||||
|
index = id;
|
||||||
|
audio.src = mediaPath + tracks[id].file + extension;
|
||||||
|
$('audio').attr("data-matomo-title", tracks[id].name);
|
||||||
|
},
|
||||||
|
playTrack = function (id) {
|
||||||
|
loadTrack(id);
|
||||||
|
audio.play();
|
||||||
|
};
|
||||||
|
extension = audio.canPlayType('audio/mpeg') ? '.mp3' : audio.canPlayType('audio/ogg') ? '.ogg' : '';
|
||||||
|
loadTrack(index);
|
||||||
|
}
|
||||||
|
});
|
||||||
|
|
||||||
|
</script>
|
||||||
|
|
||||||
|
|
||||||
|
<div id="cookie-notice">
|
||||||
|
<p>We only use cookies if you consent to it. They don't contain any identifiable info: they just let us know if you enjoyed this enough to come back. <br />Click <a href="#" id="cookie-notice-decline">here</a> if you want this shit to go away without cookies. <br />Read more about how Basspistol <a href="/cookies/">use cookies</a> </p>
|
||||||
|
<a class="button small yes" href="#" id="cookie-notice-accept">I'm in!</a>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<script>
|
||||||
|
function createCookie(name, value, days) {
|
||||||
|
var expires = "";
|
||||||
|
if (days) {
|
||||||
|
var date = new Date();
|
||||||
|
date.setTime(date.getTime() + (days * 24 * 60 * 60 * 1000));
|
||||||
|
expires = "; expires=" + date.toUTCString();
|
||||||
|
}
|
||||||
|
document.cookie = name + "=" + value + expires + "; path=/";
|
||||||
|
}
|
||||||
|
function readCookie(name) {
|
||||||
|
var nameEQ = name + "=";
|
||||||
|
var ca = document.cookie.split(';');
|
||||||
|
for (var i = 0; i < ca.length; i++) {
|
||||||
|
var c = ca[i];
|
||||||
|
while (c.charAt(0) == ' ') c = c.substring(1, c.length);
|
||||||
|
if (c.indexOf(nameEQ) == 0) return c.substring(nameEQ.length, c.length);
|
||||||
|
}
|
||||||
|
return null;
|
||||||
|
}
|
||||||
|
function eraseCookie(name) {
|
||||||
|
createCookie(name, "", -1);
|
||||||
|
}
|
||||||
|
|
||||||
|
if (readCookie('cookie-notice-dismissed') == 'wantCookies') {
|
||||||
|
|
||||||
|
//* Matomo Tag Manager *//
|
||||||
|
|
||||||
|
var _mtm = _mtm || [];
|
||||||
|
_mtm.push({'mtm.startTime': (new Date().getTime()), 'event': 'mtm.Start'});
|
||||||
|
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
|
||||||
|
g.type='text/javascript'; g.async=true; g.defer=true; g.src='https://cdn.matomo.cloud/terminalnetwork.matomo.cloud/container_aJ0T3vZ5.js'; s.parentNode.insertBefore(g,s);
|
||||||
|
|
||||||
|
//* End Matomo Tag Manager *//
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
} else {
|
||||||
|
document.getElementById('cookie-notice').style.display = 'flex';
|
||||||
|
|
||||||
|
var _paq = window._paq || [];
|
||||||
|
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */
|
||||||
|
_paq.push(["setDocumentTitle", document.domain + "/" + document.title]);
|
||||||
|
_paq.push(["disableCookies"]);
|
||||||
|
_paq.push(['trackPageView']);
|
||||||
|
_paq.push(['enableLinkTracking']);
|
||||||
|
(function() {
|
||||||
|
var u="https://terminalnetwork.matomo.cloud/";
|
||||||
|
_paq.push(['setTrackerUrl', u+'matomo.php']);
|
||||||
|
_paq.push(['setSiteId', '14']);
|
||||||
|
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
|
||||||
|
g.type='text/javascript'; g.async=true; g.defer=true; g.src='//cdn.matomo.cloud/terminalnetwork.matomo.cloud/matomo.js'; s.parentNode.insertBefore(g,s);
|
||||||
|
})();
|
||||||
|
|
||||||
|
|
||||||
|
}
|
||||||
|
if (readCookie('cookie-notice-dismissed') == 'dontWantCookies') {
|
||||||
|
document.getElementById('cookie-notice').style.display = 'none';
|
||||||
|
|
||||||
|
var _paq = window._paq || [];
|
||||||
|
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */
|
||||||
|
_paq.push(["setDocumentTitle", document.domain + "/" + document.title]);
|
||||||
|
_paq.push(["disableCookies"]);
|
||||||
|
_paq.push(['trackPageView']);
|
||||||
|
_paq.push(['enableLinkTracking']);
|
||||||
|
(function() {
|
||||||
|
var u="https://terminalnetwork.matomo.cloud/";
|
||||||
|
_paq.push(['setTrackerUrl', u+'matomo.php']);
|
||||||
|
_paq.push(['setSiteId', '14']);
|
||||||
|
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
|
||||||
|
g.type='text/javascript'; g.async=true; g.defer=true; g.src='//cdn.matomo.cloud/terminalnetwork.matomo.cloud/matomo.js'; s.parentNode.insertBefore(g,s);
|
||||||
|
})();
|
||||||
|
|
||||||
|
}
|
||||||
|
document.getElementById('cookie-notice-accept').addEventListener("click", function () {
|
||||||
|
createCookie('cookie-notice-dismissed', 'wantCookies', 31);
|
||||||
|
document.getElementById('cookie-notice').style.display = 'none';
|
||||||
|
_paq.push(['trackEvent', 'Consent', 'wantCookie']);
|
||||||
|
location.reload();
|
||||||
|
});
|
||||||
|
|
||||||
|
document.getElementById('cookie-notice-decline').addEventListener("click", function () {
|
||||||
|
createCookie('cookie-notice-dismissed', 'dontWantCookies', 31);
|
||||||
|
document.getElementById('cookie-notice').style.display = 'none';
|
||||||
|
_paq.push(['trackEvent', 'Consent', 'dontWantCookie']);
|
||||||
|
location.reload();
|
||||||
|
});
|
||||||
|
|
||||||
|
// document.getElementById('cookie-notice-gimme').addEventListener("click", function () {
|
||||||
|
// createCookie('cookie-notice-dismissed', 'wantCookies', 31);
|
||||||
|
// document.getElementById('cookie-notice').style.display = 'none';
|
||||||
|
// location.reload();
|
||||||
|
// });
|
||||||
|
|
||||||
|
|
||||||
|
</script>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
404
albums/broken-tracks/1-coming-back/index.html
Normal file
404
albums/broken-tracks/1-coming-back/index.html
Normal file
|
|
@ -0,0 +1,404 @@
|
||||||
|
<!DOCTYPE html>
|
||||||
|
<!--
|
||||||
|
Based on _Story_ by html5up.net | @ajlkn
|
||||||
|
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
|
||||||
|
Remixed and Jekyllified by Setto
|
||||||
|
-->
|
||||||
|
<html lang="en">
|
||||||
|
<head>
|
||||||
|
<!-- Begin Jekyll SEO tag v2.6.1 -->
|
||||||
|
<meta name="generator" content="Jekyll v4.0.0" />
|
||||||
|
<meta property="og:title" content="1 Coming Back" />
|
||||||
|
<meta name="author" content="pax:nion" />
|
||||||
|
<meta property="og:locale" content="en" />
|
||||||
|
<meta name="description" content="PHI, Panix Heavy Industries" />
|
||||||
|
<meta property="og:description" content="PHI, Panix Heavy Industries" />
|
||||||
|
<link rel="canonical" href="https://panix.basspistol.com/albums/broken-tracks/1-coming-back/" />
|
||||||
|
<meta property="og:url" content="https://panix.basspistol.com/albums/broken-tracks/1-coming-back/" />
|
||||||
|
<meta property="og:site_name" content="pax:nion" />
|
||||||
|
<meta property="og:type" content="article" />
|
||||||
|
<meta property="article:published_time" content="2020-07-05T18:07:03+00:00" />
|
||||||
|
<script type="application/ld+json">
|
||||||
|
{"description":"PHI, Panix Heavy Industries","@type":"AudioObject","headline":"1 Coming Back","dateModified":"2020-07-05T18:07:00+00:00","datePublished":"2020-07-05T18:07:03+00:00","url":"https://panix.basspistol.com/albums/broken-tracks/1-coming-back/","author":{"@type":"Person","name":"pax:nion"},"publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://panix.basspistol.com/assets/img/setto_icon.png"},"name":"pax:nion"},"@context":"https://schema.org"}</script>
|
||||||
|
<!-- End Jekyll SEO tag -->
|
||||||
|
|
||||||
|
<link type="application/atom+xml" rel="alternate" href="https://panix.basspistol.com/feed.xml" title="" />
|
||||||
|
<!-- BEGIN seo.html -->
|
||||||
|
|
||||||
|
<title>Play Coming Back by Panik</title>
|
||||||
|
<meta name="title" content="Play Coming Back by Panik" />
|
||||||
|
|
||||||
|
<meta name="dc.date.modified" scheme="ISO8601" content="2020-07-05T18:07:00+00:00" />
|
||||||
|
<meta name="robots" content="index" />
|
||||||
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||||
|
<link rel="canonical" href="https://panix.basspistol.com/albums/broken-tracks/1-coming-back/" />
|
||||||
|
<link rel="alternate" hreflang="x-default" href="https://panix.basspistol.com/albums/broken-tracks/1-coming-back/" />
|
||||||
|
<meta name="geo.region" content="BJ-ZO" />
|
||||||
|
<meta name="geo.placename" content="Setto" />
|
||||||
|
<meta name="geo.position" content="7.48777;2.076389" />
|
||||||
|
<meta name="ICBM" content="7.48777, 2.076389" />
|
||||||
|
|
||||||
|
<!-- Dublin Core basic info -->
|
||||||
|
|
||||||
|
<meta name="dcterms.Identifier" content="https://panix.basspistol.com" />
|
||||||
|
<meta name="dcterms.Format" content="text/html" />
|
||||||
|
<meta name="dcterms.Relation" content="pax:nion" />
|
||||||
|
<meta name="dcterms.Publisher" content="pax:nion" />
|
||||||
|
<meta name="dcterms.Type" content="text/html" />
|
||||||
|
<meta name="dcterms.Coverage" content="https://panix.basspistol.com/" />
|
||||||
|
<meta name="dcterms.Rights" content="Copyright ©2020 pax:nion." />
|
||||||
|
|
||||||
|
<meta name="dcterms.Subject" content="Listen and to a track by Panik from the release Broken Tracks and support your remote artist!" />
|
||||||
|
<meta name="dcterms.Title" content="Coming Back - Panik | pax:nion" />
|
||||||
|
|
||||||
|
<meta name="dcterms.Contributor" content="pax:nion" />
|
||||||
|
<meta name="dcterms.Date" content="2020-07-05" />
|
||||||
|
<meta name="dcterms.Description" content="" />
|
||||||
|
|
||||||
|
<!-- Twitter Card -->
|
||||||
|
|
||||||
|
<meta name="twitter:card" content="summary" />
|
||||||
|
<meta name="twitter:site" content="@" />
|
||||||
|
<meta name="twitter:title" content="1 Coming Back | pax:nion" />
|
||||||
|
<meta name="twitter:description" content="PHI, Panix Heavy Industries" />
|
||||||
|
|
||||||
|
<meta name="twitter:image" content="https://panix.basspistol.com/assets/albums/broken-tracks/1-coming-back.jpeg" />
|
||||||
|
|
||||||
|
<!-- END seo.html -->
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<meta charset="utf-8" />
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=yes" />
|
||||||
|
<link rel="stylesheet" href="../../../assets/css/main20200519.css" />
|
||||||
|
|
||||||
|
<link rel="apple-touch-icon" href="https://panix.basspistol.com/apple-touch-icon.png" />
|
||||||
|
<link rel="icon" type="image/png" href="https://panix.basspistol.com/touch-icon.png" sizes="192x192" />
|
||||||
|
<link rel="shortcut icon" href="https://panix.basspistol.com/assets/img/setto_icon.png" type="image/png" />
|
||||||
|
<noscript><link rel="stylesheet" href="../../../assets/css/noscript20200518-rev1.css" /></noscript>
|
||||||
|
</head>
|
||||||
|
|
||||||
|
<body class="is-preload" id="body">
|
||||||
|
<span id="top" style="display: none;"></span>
|
||||||
|
<!-- Wrapper -->
|
||||||
|
<div id="wrapper" class="divided" data-cms-content-wrapper="/_layouts/default.html">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<!-- Banner -->
|
||||||
|
<section
|
||||||
|
class="banner onload-image-fade-in onload-content-fade-right style3 fullscreen content-align-center image-position-center" style="background-image:url('https://media.basspistol.com/panix/broken-tracks/1-coming-back.jpeg');background-size: cover; background-repeat: no-repeat;">
|
||||||
|
<div style="z-index:0;position:absolute; top:0; left:0; width:100%;height:100%;background-color: rgba(13, 13 ,13, 0.85);"></div>
|
||||||
|
<div class="content" style="z-index:1">
|
||||||
|
<h1 style="margin-top:80px">Coming Back</h1>
|
||||||
|
|
||||||
|
<p><strong><span id="tracktime"></span></strong><span id="comingback"></span></strong> <br />
|
||||||
|
Style: <strong>Breakbeat</strong>
|
||||||
|
</p>
|
||||||
|
<script type="text/javascript">
|
||||||
|
var comingbacktimestamp = 137;
|
||||||
|
var comingbackhours = Math.floor(comingbacktimestamp / 60 / 60);
|
||||||
|
var comingbackminutes = Math.floor(comingbacktimestamp / 60) - (comingbackhours * 60);
|
||||||
|
var comingbackseconds = comingbacktimestamp % 60;
|
||||||
|
var comingbackformatted = comingbackhours.toString().padStart(2, '0') + ':' + comingbackminutes.toString().padStart(2, '0') + ':' + comingbackseconds.toString().padStart(2, '0');
|
||||||
|
var theSpan = document.getElementById("comingback");
|
||||||
|
theSpan.innerHTML = comingbackformatted;
|
||||||
|
</script>
|
||||||
|
|
||||||
|
|
||||||
|
<ul class="actions stacked">
|
||||||
|
<li><button id="mu_pause" class="smooth-scroll-middle button icon solid fa-play">Play dat!</button></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="image">
|
||||||
|
<img src="https://media.basspistol.com/panix/broken-tracks/1-coming-back.jpeg" alt="1 Coming Back logo" id="coverart" />
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
|
||||||
|
|
||||||
|
<!-- Page navigation -->
|
||||||
|
<section class="wrapper style1 align-center">
|
||||||
|
<div class="inner">
|
||||||
|
<div class="index align-left">
|
||||||
|
<!-- Author -->
|
||||||
|
<section class="streambox" style="margin-top:40px;padding: 40px;">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<h3 style="text-align: center;display: block;">This track can't be bought</h3>
|
||||||
|
<p>But other tracks are available here:</p>
|
||||||
|
|
||||||
|
|
||||||
|
<div class="streamer">
|
||||||
|
|
||||||
|
|
||||||
|
<a onclick="_paq.push(['trackEvent', 'StoreLink', 'Bandcamp']);" target="_blank" rel="noopener" href="https://panixheavyindustries.bandcamp.com" alt="Stream from Bandcamp" title="Stream from Bandcamp" class="button icon brands fa-bandcamp">Bandcamp</a>
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</section>
|
||||||
|
<section>
|
||||||
|
<!-- Content -->
|
||||||
|
<div class="content">
|
||||||
|
<!-- post Naviation -->
|
||||||
|
<div style="text-align: center;">
|
||||||
|
<h3>Play more songs grom this release</h3>
|
||||||
|
</div>
|
||||||
|
<div class="post-nav">
|
||||||
|
<div>
|
||||||
|
|
||||||
|
<h4><a href="../../../albums/broken-tracks/4-your-love/" alt="Read Your Love" title="Read Your Love"><i class="fas fa-arrow-left"></i></a> <a
|
||||||
|
href="../../../albums/broken-tracks/4-your-love/"> Your Love</a>
|
||||||
|
</h4>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
<div class="post-nav-next">
|
||||||
|
|
||||||
|
<h4><a href="../../../albums/broken-tracks/1-shaolin-teknique/"> Shaolin Teknique</a> <a
|
||||||
|
href="../../../albums/broken-tracks/1-shaolin-teknique/" alt="Read Shaolin Teknique" title="Read Shaolin Teknique"><i class="fas fa-arrow-right"></i></a></h4>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<!-- End Post Navigation -->
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
<!-- Audio player-->
|
||||||
|
<audio autoplay preload="true" data-matomo-title="Coming Back">
|
||||||
|
<source src="https://media.basspistol.com/panix/broken-tracks/1-coming-back.mp3" type="audio/mpeg" ontimeupdate='updateTrackTime(this);' />
|
||||||
|
<h1>Your browser isn't ready for so much hotness. Use the download-link instead.</h1>.
|
||||||
|
</audio>
|
||||||
|
<!-- Footer -->
|
||||||
|
<footer id="footer" class="wrapper style1 align-center">
|
||||||
|
<div class="footflex">
|
||||||
|
<div>
|
||||||
|
<h4>pax:nion</h4>
|
||||||
|
<p>PHI, Panix Heavy Industries
|
||||||
|
<br /><a href="mailto:"></a></p>
|
||||||
|
</div>
|
||||||
|
<div>
|
||||||
|
<ul>
|
||||||
|
<li><a href="#top" class="smooth-scroll-middle">Back to top</a></li>
|
||||||
|
<li><a href="/#album0" class="smooth-scroll-middle">music</a></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<div><img src="/assets/panix-logo-dark.svg" style="max-width:300px" alt="pax:nion Logo" /></div>
|
||||||
|
</div>
|
||||||
|
<div class="inner">
|
||||||
|
<ul class="icons">
|
||||||
|
|
||||||
|
<!-- <li><a href="mailto:" class="icon style2 fa-envelope"><span class="label">Email</span></a></li> -->
|
||||||
|
</ul>
|
||||||
|
<p>©2020 Basspistol | <a href="../../../webcreds/">Credits</a> | <a href="../../../cookies/">Cookies & Privacy</a></p>
|
||||||
|
</div>
|
||||||
|
</footer>
|
||||||
|
|
||||||
|
|
||||||
|
<script type="text/javascript">
|
||||||
|
function loadUrl(newLocation) {
|
||||||
|
window.location = newLocation;
|
||||||
|
return false;
|
||||||
|
}
|
||||||
|
|
||||||
|
var mu = document.getElementsByTagName("audio")[0];
|
||||||
|
var pauseButton = document.getElementById("mu_pause");
|
||||||
|
var spincover = document.getElementById("coverart");
|
||||||
|
|
||||||
|
mu.addEventListener('ended', function () {
|
||||||
|
// only functional if "loop" is removed
|
||||||
|
mu.pause();
|
||||||
|
mu.currentTime = 0;
|
||||||
|
loadUrl("../../../broken-tracks/1-shaolin-teknique/"); return false;
|
||||||
|
});
|
||||||
|
mu.onplaying = function() {
|
||||||
|
pauseButton.innerHTML = "Pause";
|
||||||
|
pauseButton.classList.remove("fa-play");
|
||||||
|
pauseButton.classList.add("fa-pause");
|
||||||
|
spincover.classList.add("spinnit");
|
||||||
|
spincover.classList.remove("paused");
|
||||||
|
};
|
||||||
|
|
||||||
|
pauseButton.addEventListener("click", function () {
|
||||||
|
if (mu.paused) {
|
||||||
|
mu.play();
|
||||||
|
|
||||||
|
}
|
||||||
|
else {
|
||||||
|
mu.pause();
|
||||||
|
pauseButton.innerHTML = "Resume";
|
||||||
|
pauseButton.classList.add("fa-play");
|
||||||
|
pauseButton.classList.remove("fa-pause");
|
||||||
|
spincover.classList.add("paused");
|
||||||
|
}
|
||||||
|
});
|
||||||
|
|
||||||
|
mu.addEventListener('timeupdate', function () {
|
||||||
|
var timestamp = Math.floor(mu.currentTime);
|
||||||
|
var hours = Math.floor(timestamp / 60 / 60);
|
||||||
|
var minutes = Math.floor(timestamp / 60) - (hours * 60);
|
||||||
|
var seconds = timestamp % 60;
|
||||||
|
var formatted = hours.toString().padStart(2, '0') + ':' + minutes.toString().padStart(2, '0') + ':' + seconds.toString().padStart(2, '0');
|
||||||
|
var thecurrentSpan = document.getElementById("tracktime");
|
||||||
|
thecurrentSpan.innerHTML = formatted + ' / ';
|
||||||
|
});
|
||||||
|
|
||||||
|
</script>
|
||||||
|
</div>
|
||||||
|
<!-- Navigation -->
|
||||||
|
<div id="logo" class="logo">
|
||||||
|
<a href="/" class="smooth-scroll-middle"><img width="200em" src="/assets/panix-logo.svg" alt=" Logo" /></a>
|
||||||
|
<a href="#navbar" onclick="blurBody()" alt="Navigation Menu" title="Navigation Menu"><span style="font-size: 34px;" class="icon solid fa-bars"></span></a>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div id="navbar" style="display: block;" class="modalDialog">
|
||||||
|
<a href="#close" onclick="removeBlur()" alt="Close Menu" title="Close Menu"><div id="closearea"> </div></a>
|
||||||
|
<nav>
|
||||||
|
<a href="#close" title="Close" onclick="removeBlur()" class="close-button close" style="margin: 0 auto;">X</a>
|
||||||
|
<ul>
|
||||||
|
|
||||||
|
|
||||||
|
<li><a href="../../../" class="button small">Home</a></li>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<li><a href="../../../releases/" class="button small">Releases</a></li>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<li><a href="../../../logs/" class="button small">Web-Log</a></li>
|
||||||
|
|
||||||
|
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
</nav>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
<!-- End Navigation -->
|
||||||
|
<!-- Scripts -->
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<script src="../../../assets/js/jquery.min.js"></script>
|
||||||
|
<script src="../../../assets/js/jquery.scrollex.min.js"></script>
|
||||||
|
<script src="../../../assets/js/jquery.scrolly.min.js"></script>
|
||||||
|
<script src="../../../assets/js/browser.min.js"></script>
|
||||||
|
<script src="../../../assets/js/breakpoints.min.js"></script>
|
||||||
|
<script src="../../../assets/js/util.js"></script>
|
||||||
|
<script src="../../../assets/js/main.js"></script>
|
||||||
|
<script src="../../../assets/js/set.js"></script>
|
||||||
|
|
||||||
|
|
||||||
|
<div id="cookie-notice">
|
||||||
|
<p>We only use cookies if you consent to it. They don't contain any identifiable info: they just let us know if you enjoyed this enough to come back. <br />Click <a href="#" id="cookie-notice-decline">here</a> if you want this shit to go away without cookies. <br />Read more about how Basspistol <a href="/cookies/">use cookies</a> </p>
|
||||||
|
<a class="button small yes" href="#" id="cookie-notice-accept">I'm in!</a>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<script>
|
||||||
|
function createCookie(name, value, days) {
|
||||||
|
var expires = "";
|
||||||
|
if (days) {
|
||||||
|
var date = new Date();
|
||||||
|
date.setTime(date.getTime() + (days * 24 * 60 * 60 * 1000));
|
||||||
|
expires = "; expires=" + date.toUTCString();
|
||||||
|
}
|
||||||
|
document.cookie = name + "=" + value + expires + "; path=/";
|
||||||
|
}
|
||||||
|
function readCookie(name) {
|
||||||
|
var nameEQ = name + "=";
|
||||||
|
var ca = document.cookie.split(';');
|
||||||
|
for (var i = 0; i < ca.length; i++) {
|
||||||
|
var c = ca[i];
|
||||||
|
while (c.charAt(0) == ' ') c = c.substring(1, c.length);
|
||||||
|
if (c.indexOf(nameEQ) == 0) return c.substring(nameEQ.length, c.length);
|
||||||
|
}
|
||||||
|
return null;
|
||||||
|
}
|
||||||
|
function eraseCookie(name) {
|
||||||
|
createCookie(name, "", -1);
|
||||||
|
}
|
||||||
|
|
||||||
|
if (readCookie('cookie-notice-dismissed') == 'wantCookies') {
|
||||||
|
|
||||||
|
//* Matomo Tag Manager *//
|
||||||
|
|
||||||
|
var _mtm = _mtm || [];
|
||||||
|
_mtm.push({'mtm.startTime': (new Date().getTime()), 'event': 'mtm.Start'});
|
||||||
|
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
|
||||||
|
g.type='text/javascript'; g.async=true; g.defer=true; g.src='https://cdn.matomo.cloud/terminalnetwork.matomo.cloud/container_aJ0T3vZ5.js'; s.parentNode.insertBefore(g,s);
|
||||||
|
|
||||||
|
//* End Matomo Tag Manager *//
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
} else {
|
||||||
|
document.getElementById('cookie-notice').style.display = 'flex';
|
||||||
|
|
||||||
|
var _paq = window._paq || [];
|
||||||
|
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */
|
||||||
|
_paq.push(["setDocumentTitle", document.domain + "/" + document.title]);
|
||||||
|
_paq.push(["disableCookies"]);
|
||||||
|
_paq.push(['trackPageView']);
|
||||||
|
_paq.push(['enableLinkTracking']);
|
||||||
|
(function() {
|
||||||
|
var u="https://terminalnetwork.matomo.cloud/";
|
||||||
|
_paq.push(['setTrackerUrl', u+'matomo.php']);
|
||||||
|
_paq.push(['setSiteId', '14']);
|
||||||
|
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
|
||||||
|
g.type='text/javascript'; g.async=true; g.defer=true; g.src='//cdn.matomo.cloud/terminalnetwork.matomo.cloud/matomo.js'; s.parentNode.insertBefore(g,s);
|
||||||
|
})();
|
||||||
|
|
||||||
|
|
||||||
|
}
|
||||||
|
if (readCookie('cookie-notice-dismissed') == 'dontWantCookies') {
|
||||||
|
document.getElementById('cookie-notice').style.display = 'none';
|
||||||
|
|
||||||
|
var _paq = window._paq || [];
|
||||||
|
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */
|
||||||
|
_paq.push(["setDocumentTitle", document.domain + "/" + document.title]);
|
||||||
|
_paq.push(["disableCookies"]);
|
||||||
|
_paq.push(['trackPageView']);
|
||||||
|
_paq.push(['enableLinkTracking']);
|
||||||
|
(function() {
|
||||||
|
var u="https://terminalnetwork.matomo.cloud/";
|
||||||
|
_paq.push(['setTrackerUrl', u+'matomo.php']);
|
||||||
|
_paq.push(['setSiteId', '14']);
|
||||||
|
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
|
||||||
|
g.type='text/javascript'; g.async=true; g.defer=true; g.src='//cdn.matomo.cloud/terminalnetwork.matomo.cloud/matomo.js'; s.parentNode.insertBefore(g,s);
|
||||||
|
})();
|
||||||
|
|
||||||
|
}
|
||||||
|
document.getElementById('cookie-notice-accept').addEventListener("click", function () {
|
||||||
|
createCookie('cookie-notice-dismissed', 'wantCookies', 31);
|
||||||
|
document.getElementById('cookie-notice').style.display = 'none';
|
||||||
|
_paq.push(['trackEvent', 'Consent', 'wantCookie']);
|
||||||
|
location.reload();
|
||||||
|
});
|
||||||
|
|
||||||
|
document.getElementById('cookie-notice-decline').addEventListener("click", function () {
|
||||||
|
createCookie('cookie-notice-dismissed', 'dontWantCookies', 31);
|
||||||
|
document.getElementById('cookie-notice').style.display = 'none';
|
||||||
|
_paq.push(['trackEvent', 'Consent', 'dontWantCookie']);
|
||||||
|
location.reload();
|
||||||
|
});
|
||||||
|
|
||||||
|
// document.getElementById('cookie-notice-gimme').addEventListener("click", function () {
|
||||||
|
// createCookie('cookie-notice-dismissed', 'wantCookies', 31);
|
||||||
|
// document.getElementById('cookie-notice').style.display = 'none';
|
||||||
|
// location.reload();
|
||||||
|
// });
|
||||||
|
|
||||||
|
|
||||||
|
</script>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
404
albums/broken-tracks/1-shaolin-teknique/index.html
Normal file
404
albums/broken-tracks/1-shaolin-teknique/index.html
Normal file
|
|
@ -0,0 +1,404 @@
|
||||||
|
<!DOCTYPE html>
|
||||||
|
<!--
|
||||||
|
Based on _Story_ by html5up.net | @ajlkn
|
||||||
|
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
|
||||||
|
Remixed and Jekyllified by Setto
|
||||||
|
-->
|
||||||
|
<html lang="en">
|
||||||
|
<head>
|
||||||
|
<!-- Begin Jekyll SEO tag v2.6.1 -->
|
||||||
|
<meta name="generator" content="Jekyll v4.0.0" />
|
||||||
|
<meta property="og:title" content="1 Shaolin Teknique" />
|
||||||
|
<meta name="author" content="pax:nion" />
|
||||||
|
<meta property="og:locale" content="en" />
|
||||||
|
<meta name="description" content="PHI, Panix Heavy Industries" />
|
||||||
|
<meta property="og:description" content="PHI, Panix Heavy Industries" />
|
||||||
|
<link rel="canonical" href="https://panix.basspistol.com/albums/broken-tracks/1-shaolin-teknique/" />
|
||||||
|
<meta property="og:url" content="https://panix.basspistol.com/albums/broken-tracks/1-shaolin-teknique/" />
|
||||||
|
<meta property="og:site_name" content="pax:nion" />
|
||||||
|
<meta property="og:type" content="article" />
|
||||||
|
<meta property="article:published_time" content="2020-07-05T18:07:03+00:00" />
|
||||||
|
<script type="application/ld+json">
|
||||||
|
{"description":"PHI, Panix Heavy Industries","@type":"AudioObject","headline":"1 Shaolin Teknique","dateModified":"2020-07-05T18:07:00+00:00","datePublished":"2020-07-05T18:07:03+00:00","url":"https://panix.basspistol.com/albums/broken-tracks/1-shaolin-teknique/","author":{"@type":"Person","name":"pax:nion"},"publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://panix.basspistol.com/assets/img/setto_icon.png"},"name":"pax:nion"},"@context":"https://schema.org"}</script>
|
||||||
|
<!-- End Jekyll SEO tag -->
|
||||||
|
|
||||||
|
<link type="application/atom+xml" rel="alternate" href="https://panix.basspistol.com/feed.xml" title="" />
|
||||||
|
<!-- BEGIN seo.html -->
|
||||||
|
|
||||||
|
<title>Play Shaolin Teknique by Panik</title>
|
||||||
|
<meta name="title" content="Play Shaolin Teknique by Panik" />
|
||||||
|
|
||||||
|
<meta name="dc.date.modified" scheme="ISO8601" content="2020-07-05T18:07:00+00:00" />
|
||||||
|
<meta name="robots" content="index" />
|
||||||
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||||
|
<link rel="canonical" href="https://panix.basspistol.com/albums/broken-tracks/1-shaolin-teknique/" />
|
||||||
|
<link rel="alternate" hreflang="x-default" href="https://panix.basspistol.com/albums/broken-tracks/1-shaolin-teknique/" />
|
||||||
|
<meta name="geo.region" content="BJ-ZO" />
|
||||||
|
<meta name="geo.placename" content="Setto" />
|
||||||
|
<meta name="geo.position" content="7.48777;2.076389" />
|
||||||
|
<meta name="ICBM" content="7.48777, 2.076389" />
|
||||||
|
|
||||||
|
<!-- Dublin Core basic info -->
|
||||||
|
|
||||||
|
<meta name="dcterms.Identifier" content="https://panix.basspistol.com" />
|
||||||
|
<meta name="dcterms.Format" content="text/html" />
|
||||||
|
<meta name="dcterms.Relation" content="pax:nion" />
|
||||||
|
<meta name="dcterms.Publisher" content="pax:nion" />
|
||||||
|
<meta name="dcterms.Type" content="text/html" />
|
||||||
|
<meta name="dcterms.Coverage" content="https://panix.basspistol.com/" />
|
||||||
|
<meta name="dcterms.Rights" content="Copyright ©2020 pax:nion." />
|
||||||
|
|
||||||
|
<meta name="dcterms.Subject" content="Listen and to a track by Panik from the release Broken Tracks and support your remote artist!" />
|
||||||
|
<meta name="dcterms.Title" content="Shaolin Teknique - Panik | pax:nion" />
|
||||||
|
|
||||||
|
<meta name="dcterms.Contributor" content="pax:nion" />
|
||||||
|
<meta name="dcterms.Date" content="2020-07-05" />
|
||||||
|
<meta name="dcterms.Description" content="" />
|
||||||
|
|
||||||
|
<!-- Twitter Card -->
|
||||||
|
|
||||||
|
<meta name="twitter:card" content="summary" />
|
||||||
|
<meta name="twitter:site" content="@" />
|
||||||
|
<meta name="twitter:title" content="1 Shaolin Teknique | pax:nion" />
|
||||||
|
<meta name="twitter:description" content="PHI, Panix Heavy Industries" />
|
||||||
|
|
||||||
|
<meta name="twitter:image" content="https://panix.basspistol.com/assets/albums/broken-tracks/1-shaolin-teknique.jpeg" />
|
||||||
|
|
||||||
|
<!-- END seo.html -->
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<meta charset="utf-8" />
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=yes" />
|
||||||
|
<link rel="stylesheet" href="../../../assets/css/main20200519.css" />
|
||||||
|
|
||||||
|
<link rel="apple-touch-icon" href="https://panix.basspistol.com/apple-touch-icon.png" />
|
||||||
|
<link rel="icon" type="image/png" href="https://panix.basspistol.com/touch-icon.png" sizes="192x192" />
|
||||||
|
<link rel="shortcut icon" href="https://panix.basspistol.com/assets/img/setto_icon.png" type="image/png" />
|
||||||
|
<noscript><link rel="stylesheet" href="../../../assets/css/noscript20200518-rev1.css" /></noscript>
|
||||||
|
</head>
|
||||||
|
|
||||||
|
<body class="is-preload" id="body">
|
||||||
|
<span id="top" style="display: none;"></span>
|
||||||
|
<!-- Wrapper -->
|
||||||
|
<div id="wrapper" class="divided" data-cms-content-wrapper="/_layouts/default.html">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<!-- Banner -->
|
||||||
|
<section
|
||||||
|
class="banner onload-image-fade-in onload-content-fade-right style3 fullscreen content-align-center image-position-center" style="background-image:url('https://media.basspistol.com/panix/broken-tracks/1-shaolin-teknique.jpeg');background-size: cover; background-repeat: no-repeat;">
|
||||||
|
<div style="z-index:0;position:absolute; top:0; left:0; width:100%;height:100%;background-color: rgba(13, 13 ,13, 0.85);"></div>
|
||||||
|
<div class="content" style="z-index:1">
|
||||||
|
<h1 style="margin-top:80px">Shaolin Teknique</h1>
|
||||||
|
|
||||||
|
<p><strong><span id="tracktime"></span></strong><span id="shaolinteknique"></span></strong> <br />
|
||||||
|
Style: <strong>Breakbeat</strong>
|
||||||
|
</p>
|
||||||
|
<script type="text/javascript">
|
||||||
|
var shaolintekniquetimestamp = 230;
|
||||||
|
var shaolintekniquehours = Math.floor(shaolintekniquetimestamp / 60 / 60);
|
||||||
|
var shaolintekniqueminutes = Math.floor(shaolintekniquetimestamp / 60) - (shaolintekniquehours * 60);
|
||||||
|
var shaolintekniqueseconds = shaolintekniquetimestamp % 60;
|
||||||
|
var shaolintekniqueformatted = shaolintekniquehours.toString().padStart(2, '0') + ':' + shaolintekniqueminutes.toString().padStart(2, '0') + ':' + shaolintekniqueseconds.toString().padStart(2, '0');
|
||||||
|
var theSpan = document.getElementById("shaolinteknique");
|
||||||
|
theSpan.innerHTML = shaolintekniqueformatted;
|
||||||
|
</script>
|
||||||
|
|
||||||
|
|
||||||
|
<ul class="actions stacked">
|
||||||
|
<li><button id="mu_pause" class="smooth-scroll-middle button icon solid fa-play">Play dat!</button></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="image">
|
||||||
|
<img src="https://media.basspistol.com/panix/broken-tracks/1-shaolin-teknique.jpeg" alt="1 Shaolin Teknique logo" id="coverart" />
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
|
||||||
|
|
||||||
|
<!-- Page navigation -->
|
||||||
|
<section class="wrapper style1 align-center">
|
||||||
|
<div class="inner">
|
||||||
|
<div class="index align-left">
|
||||||
|
<!-- Author -->
|
||||||
|
<section class="streambox" style="margin-top:40px;padding: 40px;">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<h3 style="text-align: center;display: block;">This track can't be bought</h3>
|
||||||
|
<p>But other tracks are available here:</p>
|
||||||
|
|
||||||
|
|
||||||
|
<div class="streamer">
|
||||||
|
|
||||||
|
|
||||||
|
<a onclick="_paq.push(['trackEvent', 'StoreLink', 'Bandcamp']);" target="_blank" rel="noopener" href="https://panixheavyindustries.bandcamp.com" alt="Stream from Bandcamp" title="Stream from Bandcamp" class="button icon brands fa-bandcamp">Bandcamp</a>
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</section>
|
||||||
|
<section>
|
||||||
|
<!-- Content -->
|
||||||
|
<div class="content">
|
||||||
|
<!-- post Naviation -->
|
||||||
|
<div style="text-align: center;">
|
||||||
|
<h3>Play more songs grom this release</h3>
|
||||||
|
</div>
|
||||||
|
<div class="post-nav">
|
||||||
|
<div>
|
||||||
|
|
||||||
|
<h4><a href="../../../albums/broken-tracks/1-coming-back/" alt="Read Coming Back" title="Read Coming Back"><i class="fas fa-arrow-left"></i></a> <a
|
||||||
|
href="../../../albums/broken-tracks/1-coming-back/"> Coming Back</a>
|
||||||
|
</h4>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
<div class="post-nav-next">
|
||||||
|
|
||||||
|
<h4><a href="../../../albums/broken-tracks/3-hcmf/"> HCMF</a> <a
|
||||||
|
href="../../../albums/broken-tracks/3-hcmf/" alt="Read HCMF" title="Read HCMF"><i class="fas fa-arrow-right"></i></a></h4>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<!-- End Post Navigation -->
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
<!-- Audio player-->
|
||||||
|
<audio autoplay preload="true" data-matomo-title="Shaolin Teknique">
|
||||||
|
<source src="https://media.basspistol.com/panix/broken-tracks/1-shaolin-teknique.mp3" type="audio/mpeg" ontimeupdate='updateTrackTime(this);' />
|
||||||
|
<h1>Your browser isn't ready for so much hotness. Use the download-link instead.</h1>.
|
||||||
|
</audio>
|
||||||
|
<!-- Footer -->
|
||||||
|
<footer id="footer" class="wrapper style1 align-center">
|
||||||
|
<div class="footflex">
|
||||||
|
<div>
|
||||||
|
<h4>pax:nion</h4>
|
||||||
|
<p>PHI, Panix Heavy Industries
|
||||||
|
<br /><a href="mailto:"></a></p>
|
||||||
|
</div>
|
||||||
|
<div>
|
||||||
|
<ul>
|
||||||
|
<li><a href="#top" class="smooth-scroll-middle">Back to top</a></li>
|
||||||
|
<li><a href="/#album0" class="smooth-scroll-middle">music</a></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<div><img src="/assets/panix-logo-dark.svg" style="max-width:300px" alt="pax:nion Logo" /></div>
|
||||||
|
</div>
|
||||||
|
<div class="inner">
|
||||||
|
<ul class="icons">
|
||||||
|
|
||||||
|
<!-- <li><a href="mailto:" class="icon style2 fa-envelope"><span class="label">Email</span></a></li> -->
|
||||||
|
</ul>
|
||||||
|
<p>©2020 Basspistol | <a href="../../../webcreds/">Credits</a> | <a href="../../../cookies/">Cookies & Privacy</a></p>
|
||||||
|
</div>
|
||||||
|
</footer>
|
||||||
|
|
||||||
|
|
||||||
|
<script type="text/javascript">
|
||||||
|
function loadUrl(newLocation) {
|
||||||
|
window.location = newLocation;
|
||||||
|
return false;
|
||||||
|
}
|
||||||
|
|
||||||
|
var mu = document.getElementsByTagName("audio")[0];
|
||||||
|
var pauseButton = document.getElementById("mu_pause");
|
||||||
|
var spincover = document.getElementById("coverart");
|
||||||
|
|
||||||
|
mu.addEventListener('ended', function () {
|
||||||
|
// only functional if "loop" is removed
|
||||||
|
mu.pause();
|
||||||
|
mu.currentTime = 0;
|
||||||
|
loadUrl("../../../broken-tracks/3-hcmf/"); return false;
|
||||||
|
});
|
||||||
|
mu.onplaying = function() {
|
||||||
|
pauseButton.innerHTML = "Pause";
|
||||||
|
pauseButton.classList.remove("fa-play");
|
||||||
|
pauseButton.classList.add("fa-pause");
|
||||||
|
spincover.classList.add("spinnit");
|
||||||
|
spincover.classList.remove("paused");
|
||||||
|
};
|
||||||
|
|
||||||
|
pauseButton.addEventListener("click", function () {
|
||||||
|
if (mu.paused) {
|
||||||
|
mu.play();
|
||||||
|
|
||||||
|
}
|
||||||
|
else {
|
||||||
|
mu.pause();
|
||||||
|
pauseButton.innerHTML = "Resume";
|
||||||
|
pauseButton.classList.add("fa-play");
|
||||||
|
pauseButton.classList.remove("fa-pause");
|
||||||
|
spincover.classList.add("paused");
|
||||||
|
}
|
||||||
|
});
|
||||||
|
|
||||||
|
mu.addEventListener('timeupdate', function () {
|
||||||
|
var timestamp = Math.floor(mu.currentTime);
|
||||||
|
var hours = Math.floor(timestamp / 60 / 60);
|
||||||
|
var minutes = Math.floor(timestamp / 60) - (hours * 60);
|
||||||
|
var seconds = timestamp % 60;
|
||||||
|
var formatted = hours.toString().padStart(2, '0') + ':' + minutes.toString().padStart(2, '0') + ':' + seconds.toString().padStart(2, '0');
|
||||||
|
var thecurrentSpan = document.getElementById("tracktime");
|
||||||
|
thecurrentSpan.innerHTML = formatted + ' / ';
|
||||||
|
});
|
||||||
|
|
||||||
|
</script>
|
||||||
|
</div>
|
||||||
|
<!-- Navigation -->
|
||||||
|
<div id="logo" class="logo">
|
||||||
|
<a href="/" class="smooth-scroll-middle"><img width="200em" src="/assets/panix-logo.svg" alt=" Logo" /></a>
|
||||||
|
<a href="#navbar" onclick="blurBody()" alt="Navigation Menu" title="Navigation Menu"><span style="font-size: 34px;" class="icon solid fa-bars"></span></a>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div id="navbar" style="display: block;" class="modalDialog">
|
||||||
|
<a href="#close" onclick="removeBlur()" alt="Close Menu" title="Close Menu"><div id="closearea"> </div></a>
|
||||||
|
<nav>
|
||||||
|
<a href="#close" title="Close" onclick="removeBlur()" class="close-button close" style="margin: 0 auto;">X</a>
|
||||||
|
<ul>
|
||||||
|
|
||||||
|
|
||||||
|
<li><a href="../../../" class="button small">Home</a></li>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<li><a href="../../../releases/" class="button small">Releases</a></li>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<li><a href="../../../logs/" class="button small">Web-Log</a></li>
|
||||||
|
|
||||||
|
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
</nav>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
<!-- End Navigation -->
|
||||||
|
<!-- Scripts -->
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<script src="../../../assets/js/jquery.min.js"></script>
|
||||||
|
<script src="../../../assets/js/jquery.scrollex.min.js"></script>
|
||||||
|
<script src="../../../assets/js/jquery.scrolly.min.js"></script>
|
||||||
|
<script src="../../../assets/js/browser.min.js"></script>
|
||||||
|
<script src="../../../assets/js/breakpoints.min.js"></script>
|
||||||
|
<script src="../../../assets/js/util.js"></script>
|
||||||
|
<script src="../../../assets/js/main.js"></script>
|
||||||
|
<script src="../../../assets/js/set.js"></script>
|
||||||
|
|
||||||
|
|
||||||
|
<div id="cookie-notice">
|
||||||
|
<p>We only use cookies if you consent to it. They don't contain any identifiable info: they just let us know if you enjoyed this enough to come back. <br />Click <a href="#" id="cookie-notice-decline">here</a> if you want this shit to go away without cookies. <br />Read more about how Basspistol <a href="/cookies/">use cookies</a> </p>
|
||||||
|
<a class="button small yes" href="#" id="cookie-notice-accept">I'm in!</a>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<script>
|
||||||
|
function createCookie(name, value, days) {
|
||||||
|
var expires = "";
|
||||||
|
if (days) {
|
||||||
|
var date = new Date();
|
||||||
|
date.setTime(date.getTime() + (days * 24 * 60 * 60 * 1000));
|
||||||
|
expires = "; expires=" + date.toUTCString();
|
||||||
|
}
|
||||||
|
document.cookie = name + "=" + value + expires + "; path=/";
|
||||||
|
}
|
||||||
|
function readCookie(name) {
|
||||||
|
var nameEQ = name + "=";
|
||||||
|
var ca = document.cookie.split(';');
|
||||||
|
for (var i = 0; i < ca.length; i++) {
|
||||||
|
var c = ca[i];
|
||||||
|
while (c.charAt(0) == ' ') c = c.substring(1, c.length);
|
||||||
|
if (c.indexOf(nameEQ) == 0) return c.substring(nameEQ.length, c.length);
|
||||||
|
}
|
||||||
|
return null;
|
||||||
|
}
|
||||||
|
function eraseCookie(name) {
|
||||||
|
createCookie(name, "", -1);
|
||||||
|
}
|
||||||
|
|
||||||
|
if (readCookie('cookie-notice-dismissed') == 'wantCookies') {
|
||||||
|
|
||||||
|
//* Matomo Tag Manager *//
|
||||||
|
|
||||||
|
var _mtm = _mtm || [];
|
||||||
|
_mtm.push({'mtm.startTime': (new Date().getTime()), 'event': 'mtm.Start'});
|
||||||
|
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
|
||||||
|
g.type='text/javascript'; g.async=true; g.defer=true; g.src='https://cdn.matomo.cloud/terminalnetwork.matomo.cloud/container_aJ0T3vZ5.js'; s.parentNode.insertBefore(g,s);
|
||||||
|
|
||||||
|
//* End Matomo Tag Manager *//
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
} else {
|
||||||
|
document.getElementById('cookie-notice').style.display = 'flex';
|
||||||
|
|
||||||
|
var _paq = window._paq || [];
|
||||||
|
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */
|
||||||
|
_paq.push(["setDocumentTitle", document.domain + "/" + document.title]);
|
||||||
|
_paq.push(["disableCookies"]);
|
||||||
|
_paq.push(['trackPageView']);
|
||||||
|
_paq.push(['enableLinkTracking']);
|
||||||
|
(function() {
|
||||||
|
var u="https://terminalnetwork.matomo.cloud/";
|
||||||
|
_paq.push(['setTrackerUrl', u+'matomo.php']);
|
||||||
|
_paq.push(['setSiteId', '14']);
|
||||||
|
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
|
||||||
|
g.type='text/javascript'; g.async=true; g.defer=true; g.src='//cdn.matomo.cloud/terminalnetwork.matomo.cloud/matomo.js'; s.parentNode.insertBefore(g,s);
|
||||||
|
})();
|
||||||
|
|
||||||
|
|
||||||
|
}
|
||||||
|
if (readCookie('cookie-notice-dismissed') == 'dontWantCookies') {
|
||||||
|
document.getElementById('cookie-notice').style.display = 'none';
|
||||||
|
|
||||||
|
var _paq = window._paq || [];
|
||||||
|
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */
|
||||||
|
_paq.push(["setDocumentTitle", document.domain + "/" + document.title]);
|
||||||
|
_paq.push(["disableCookies"]);
|
||||||
|
_paq.push(['trackPageView']);
|
||||||
|
_paq.push(['enableLinkTracking']);
|
||||||
|
(function() {
|
||||||
|
var u="https://terminalnetwork.matomo.cloud/";
|
||||||
|
_paq.push(['setTrackerUrl', u+'matomo.php']);
|
||||||
|
_paq.push(['setSiteId', '14']);
|
||||||
|
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
|
||||||
|
g.type='text/javascript'; g.async=true; g.defer=true; g.src='//cdn.matomo.cloud/terminalnetwork.matomo.cloud/matomo.js'; s.parentNode.insertBefore(g,s);
|
||||||
|
})();
|
||||||
|
|
||||||
|
}
|
||||||
|
document.getElementById('cookie-notice-accept').addEventListener("click", function () {
|
||||||
|
createCookie('cookie-notice-dismissed', 'wantCookies', 31);
|
||||||
|
document.getElementById('cookie-notice').style.display = 'none';
|
||||||
|
_paq.push(['trackEvent', 'Consent', 'wantCookie']);
|
||||||
|
location.reload();
|
||||||
|
});
|
||||||
|
|
||||||
|
document.getElementById('cookie-notice-decline').addEventListener("click", function () {
|
||||||
|
createCookie('cookie-notice-dismissed', 'dontWantCookies', 31);
|
||||||
|
document.getElementById('cookie-notice').style.display = 'none';
|
||||||
|
_paq.push(['trackEvent', 'Consent', 'dontWantCookie']);
|
||||||
|
location.reload();
|
||||||
|
});
|
||||||
|
|
||||||
|
// document.getElementById('cookie-notice-gimme').addEventListener("click", function () {
|
||||||
|
// createCookie('cookie-notice-dismissed', 'wantCookies', 31);
|
||||||
|
// document.getElementById('cookie-notice').style.display = 'none';
|
||||||
|
// location.reload();
|
||||||
|
// });
|
||||||
|
|
||||||
|
|
||||||
|
</script>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
404
albums/broken-tracks/3-hcmf/index.html
Normal file
404
albums/broken-tracks/3-hcmf/index.html
Normal file
|
|
@ -0,0 +1,404 @@
|
||||||
|
<!DOCTYPE html>
|
||||||
|
<!--
|
||||||
|
Based on _Story_ by html5up.net | @ajlkn
|
||||||
|
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
|
||||||
|
Remixed and Jekyllified by Setto
|
||||||
|
-->
|
||||||
|
<html lang="en">
|
||||||
|
<head>
|
||||||
|
<!-- Begin Jekyll SEO tag v2.6.1 -->
|
||||||
|
<meta name="generator" content="Jekyll v4.0.0" />
|
||||||
|
<meta property="og:title" content="3 Hcmf" />
|
||||||
|
<meta name="author" content="pax:nion" />
|
||||||
|
<meta property="og:locale" content="en" />
|
||||||
|
<meta name="description" content="PHI, Panix Heavy Industries" />
|
||||||
|
<meta property="og:description" content="PHI, Panix Heavy Industries" />
|
||||||
|
<link rel="canonical" href="https://panix.basspistol.com/albums/broken-tracks/3-hcmf/" />
|
||||||
|
<meta property="og:url" content="https://panix.basspistol.com/albums/broken-tracks/3-hcmf/" />
|
||||||
|
<meta property="og:site_name" content="pax:nion" />
|
||||||
|
<meta property="og:type" content="article" />
|
||||||
|
<meta property="article:published_time" content="2020-07-05T18:07:03+00:00" />
|
||||||
|
<script type="application/ld+json">
|
||||||
|
{"description":"PHI, Panix Heavy Industries","@type":"AudioObject","headline":"3 Hcmf","dateModified":"2020-07-05T18:07:00+00:00","datePublished":"2020-07-05T18:07:03+00:00","url":"https://panix.basspistol.com/albums/broken-tracks/3-hcmf/","author":{"@type":"Person","name":"pax:nion"},"publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://panix.basspistol.com/assets/img/setto_icon.png"},"name":"pax:nion"},"@context":"https://schema.org"}</script>
|
||||||
|
<!-- End Jekyll SEO tag -->
|
||||||
|
|
||||||
|
<link type="application/atom+xml" rel="alternate" href="https://panix.basspistol.com/feed.xml" title="" />
|
||||||
|
<!-- BEGIN seo.html -->
|
||||||
|
|
||||||
|
<title>Play HCMF by Panik</title>
|
||||||
|
<meta name="title" content="Play HCMF by Panik" />
|
||||||
|
|
||||||
|
<meta name="dc.date.modified" scheme="ISO8601" content="2020-07-05T18:07:00+00:00" />
|
||||||
|
<meta name="robots" content="index" />
|
||||||
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||||
|
<link rel="canonical" href="https://panix.basspistol.com/albums/broken-tracks/3-hcmf/" />
|
||||||
|
<link rel="alternate" hreflang="x-default" href="https://panix.basspistol.com/albums/broken-tracks/3-hcmf/" />
|
||||||
|
<meta name="geo.region" content="BJ-ZO" />
|
||||||
|
<meta name="geo.placename" content="Setto" />
|
||||||
|
<meta name="geo.position" content="7.48777;2.076389" />
|
||||||
|
<meta name="ICBM" content="7.48777, 2.076389" />
|
||||||
|
|
||||||
|
<!-- Dublin Core basic info -->
|
||||||
|
|
||||||
|
<meta name="dcterms.Identifier" content="https://panix.basspistol.com" />
|
||||||
|
<meta name="dcterms.Format" content="text/html" />
|
||||||
|
<meta name="dcterms.Relation" content="pax:nion" />
|
||||||
|
<meta name="dcterms.Publisher" content="pax:nion" />
|
||||||
|
<meta name="dcterms.Type" content="text/html" />
|
||||||
|
<meta name="dcterms.Coverage" content="https://panix.basspistol.com/" />
|
||||||
|
<meta name="dcterms.Rights" content="Copyright ©2020 pax:nion." />
|
||||||
|
|
||||||
|
<meta name="dcterms.Subject" content="Listen and to a track by Panik from the release Broken Tracks and support your remote artist!" />
|
||||||
|
<meta name="dcterms.Title" content="HCMF - Panik | pax:nion" />
|
||||||
|
|
||||||
|
<meta name="dcterms.Contributor" content="pax:nion" />
|
||||||
|
<meta name="dcterms.Date" content="2020-07-05" />
|
||||||
|
<meta name="dcterms.Description" content="" />
|
||||||
|
|
||||||
|
<!-- Twitter Card -->
|
||||||
|
|
||||||
|
<meta name="twitter:card" content="summary" />
|
||||||
|
<meta name="twitter:site" content="@" />
|
||||||
|
<meta name="twitter:title" content="3 Hcmf | pax:nion" />
|
||||||
|
<meta name="twitter:description" content="PHI, Panix Heavy Industries" />
|
||||||
|
|
||||||
|
<meta name="twitter:image" content="https://panix.basspistol.com/assets/albums/broken-tracks/3-hcmf.jpeg" />
|
||||||
|
|
||||||
|
<!-- END seo.html -->
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<meta charset="utf-8" />
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=yes" />
|
||||||
|
<link rel="stylesheet" href="../../../assets/css/main20200519.css" />
|
||||||
|
|
||||||
|
<link rel="apple-touch-icon" href="https://panix.basspistol.com/apple-touch-icon.png" />
|
||||||
|
<link rel="icon" type="image/png" href="https://panix.basspistol.com/touch-icon.png" sizes="192x192" />
|
||||||
|
<link rel="shortcut icon" href="https://panix.basspistol.com/assets/img/setto_icon.png" type="image/png" />
|
||||||
|
<noscript><link rel="stylesheet" href="../../../assets/css/noscript20200518-rev1.css" /></noscript>
|
||||||
|
</head>
|
||||||
|
|
||||||
|
<body class="is-preload" id="body">
|
||||||
|
<span id="top" style="display: none;"></span>
|
||||||
|
<!-- Wrapper -->
|
||||||
|
<div id="wrapper" class="divided" data-cms-content-wrapper="/_layouts/default.html">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<!-- Banner -->
|
||||||
|
<section
|
||||||
|
class="banner onload-image-fade-in onload-content-fade-right style3 fullscreen content-align-center image-position-center" style="background-image:url('https://media.basspistol.com/panix/broken-tracks/3-hcmf.jpeg');background-size: cover; background-repeat: no-repeat;">
|
||||||
|
<div style="z-index:0;position:absolute; top:0; left:0; width:100%;height:100%;background-color: rgba(13, 13 ,13, 0.85);"></div>
|
||||||
|
<div class="content" style="z-index:1">
|
||||||
|
<h1 style="margin-top:80px">HCMF</h1>
|
||||||
|
|
||||||
|
<p><strong><span id="tracktime"></span></strong><span id="hcmf"></span></strong> <br />
|
||||||
|
Style: <strong>Breakbeat</strong>
|
||||||
|
</p>
|
||||||
|
<script type="text/javascript">
|
||||||
|
var hcmftimestamp = 245;
|
||||||
|
var hcmfhours = Math.floor(hcmftimestamp / 60 / 60);
|
||||||
|
var hcmfminutes = Math.floor(hcmftimestamp / 60) - (hcmfhours * 60);
|
||||||
|
var hcmfseconds = hcmftimestamp % 60;
|
||||||
|
var hcmfformatted = hcmfhours.toString().padStart(2, '0') + ':' + hcmfminutes.toString().padStart(2, '0') + ':' + hcmfseconds.toString().padStart(2, '0');
|
||||||
|
var theSpan = document.getElementById("hcmf");
|
||||||
|
theSpan.innerHTML = hcmfformatted;
|
||||||
|
</script>
|
||||||
|
|
||||||
|
|
||||||
|
<ul class="actions stacked">
|
||||||
|
<li><button id="mu_pause" class="smooth-scroll-middle button icon solid fa-play">Play dat!</button></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="image">
|
||||||
|
<img src="https://media.basspistol.com/panix/broken-tracks/3-hcmf.jpeg" alt="3 Hcmf logo" id="coverart" />
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
|
||||||
|
|
||||||
|
<!-- Page navigation -->
|
||||||
|
<section class="wrapper style1 align-center">
|
||||||
|
<div class="inner">
|
||||||
|
<div class="index align-left">
|
||||||
|
<!-- Author -->
|
||||||
|
<section class="streambox" style="margin-top:40px;padding: 40px;">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<h3 style="text-align: center;display: block;">This track can't be bought</h3>
|
||||||
|
<p>But other tracks are available here:</p>
|
||||||
|
|
||||||
|
|
||||||
|
<div class="streamer">
|
||||||
|
|
||||||
|
|
||||||
|
<a onclick="_paq.push(['trackEvent', 'StoreLink', 'Bandcamp']);" target="_blank" rel="noopener" href="https://panixheavyindustries.bandcamp.com" alt="Stream from Bandcamp" title="Stream from Bandcamp" class="button icon brands fa-bandcamp">Bandcamp</a>
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</section>
|
||||||
|
<section>
|
||||||
|
<!-- Content -->
|
||||||
|
<div class="content">
|
||||||
|
<!-- post Naviation -->
|
||||||
|
<div style="text-align: center;">
|
||||||
|
<h3>Play more songs grom this release</h3>
|
||||||
|
</div>
|
||||||
|
<div class="post-nav">
|
||||||
|
<div>
|
||||||
|
|
||||||
|
<h4><a href="../../../albums/broken-tracks/1-shaolin-teknique/" alt="Read Shaolin Teknique" title="Read Shaolin Teknique"><i class="fas fa-arrow-left"></i></a> <a
|
||||||
|
href="../../../albums/broken-tracks/1-shaolin-teknique/"> Shaolin Teknique</a>
|
||||||
|
</h4>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
<div class="post-nav-next">
|
||||||
|
|
||||||
|
<h4><a href="../../../albums/broken-tracks/4-your-love/"> Your Love</a> <a
|
||||||
|
href="../../../albums/broken-tracks/4-your-love/" alt="Read Your Love" title="Read Your Love"><i class="fas fa-arrow-right"></i></a></h4>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<!-- End Post Navigation -->
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
<!-- Audio player-->
|
||||||
|
<audio autoplay preload="true" data-matomo-title="HCMF">
|
||||||
|
<source src="https://media.basspistol.com/panix/broken-tracks/3-hcmf.mp3" type="audio/mpeg" ontimeupdate='updateTrackTime(this);' />
|
||||||
|
<h1>Your browser isn't ready for so much hotness. Use the download-link instead.</h1>.
|
||||||
|
</audio>
|
||||||
|
<!-- Footer -->
|
||||||
|
<footer id="footer" class="wrapper style1 align-center">
|
||||||
|
<div class="footflex">
|
||||||
|
<div>
|
||||||
|
<h4>pax:nion</h4>
|
||||||
|
<p>PHI, Panix Heavy Industries
|
||||||
|
<br /><a href="mailto:"></a></p>
|
||||||
|
</div>
|
||||||
|
<div>
|
||||||
|
<ul>
|
||||||
|
<li><a href="#top" class="smooth-scroll-middle">Back to top</a></li>
|
||||||
|
<li><a href="/#album0" class="smooth-scroll-middle">music</a></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<div><img src="/assets/panix-logo-dark.svg" style="max-width:300px" alt="pax:nion Logo" /></div>
|
||||||
|
</div>
|
||||||
|
<div class="inner">
|
||||||
|
<ul class="icons">
|
||||||
|
|
||||||
|
<!-- <li><a href="mailto:" class="icon style2 fa-envelope"><span class="label">Email</span></a></li> -->
|
||||||
|
</ul>
|
||||||
|
<p>©2020 Basspistol | <a href="../../../webcreds/">Credits</a> | <a href="../../../cookies/">Cookies & Privacy</a></p>
|
||||||
|
</div>
|
||||||
|
</footer>
|
||||||
|
|
||||||
|
|
||||||
|
<script type="text/javascript">
|
||||||
|
function loadUrl(newLocation) {
|
||||||
|
window.location = newLocation;
|
||||||
|
return false;
|
||||||
|
}
|
||||||
|
|
||||||
|
var mu = document.getElementsByTagName("audio")[0];
|
||||||
|
var pauseButton = document.getElementById("mu_pause");
|
||||||
|
var spincover = document.getElementById("coverart");
|
||||||
|
|
||||||
|
mu.addEventListener('ended', function () {
|
||||||
|
// only functional if "loop" is removed
|
||||||
|
mu.pause();
|
||||||
|
mu.currentTime = 0;
|
||||||
|
loadUrl("../../../broken-tracks/4-your-love/"); return false;
|
||||||
|
});
|
||||||
|
mu.onplaying = function() {
|
||||||
|
pauseButton.innerHTML = "Pause";
|
||||||
|
pauseButton.classList.remove("fa-play");
|
||||||
|
pauseButton.classList.add("fa-pause");
|
||||||
|
spincover.classList.add("spinnit");
|
||||||
|
spincover.classList.remove("paused");
|
||||||
|
};
|
||||||
|
|
||||||
|
pauseButton.addEventListener("click", function () {
|
||||||
|
if (mu.paused) {
|
||||||
|
mu.play();
|
||||||
|
|
||||||
|
}
|
||||||
|
else {
|
||||||
|
mu.pause();
|
||||||
|
pauseButton.innerHTML = "Resume";
|
||||||
|
pauseButton.classList.add("fa-play");
|
||||||
|
pauseButton.classList.remove("fa-pause");
|
||||||
|
spincover.classList.add("paused");
|
||||||
|
}
|
||||||
|
});
|
||||||
|
|
||||||
|
mu.addEventListener('timeupdate', function () {
|
||||||
|
var timestamp = Math.floor(mu.currentTime);
|
||||||
|
var hours = Math.floor(timestamp / 60 / 60);
|
||||||
|
var minutes = Math.floor(timestamp / 60) - (hours * 60);
|
||||||
|
var seconds = timestamp % 60;
|
||||||
|
var formatted = hours.toString().padStart(2, '0') + ':' + minutes.toString().padStart(2, '0') + ':' + seconds.toString().padStart(2, '0');
|
||||||
|
var thecurrentSpan = document.getElementById("tracktime");
|
||||||
|
thecurrentSpan.innerHTML = formatted + ' / ';
|
||||||
|
});
|
||||||
|
|
||||||
|
</script>
|
||||||
|
</div>
|
||||||
|
<!-- Navigation -->
|
||||||
|
<div id="logo" class="logo">
|
||||||
|
<a href="/" class="smooth-scroll-middle"><img width="200em" src="/assets/panix-logo.svg" alt=" Logo" /></a>
|
||||||
|
<a href="#navbar" onclick="blurBody()" alt="Navigation Menu" title="Navigation Menu"><span style="font-size: 34px;" class="icon solid fa-bars"></span></a>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div id="navbar" style="display: block;" class="modalDialog">
|
||||||
|
<a href="#close" onclick="removeBlur()" alt="Close Menu" title="Close Menu"><div id="closearea"> </div></a>
|
||||||
|
<nav>
|
||||||
|
<a href="#close" title="Close" onclick="removeBlur()" class="close-button close" style="margin: 0 auto;">X</a>
|
||||||
|
<ul>
|
||||||
|
|
||||||
|
|
||||||
|
<li><a href="../../../" class="button small">Home</a></li>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<li><a href="../../../releases/" class="button small">Releases</a></li>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<li><a href="../../../logs/" class="button small">Web-Log</a></li>
|
||||||
|
|
||||||
|
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
</nav>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
<!-- End Navigation -->
|
||||||
|
<!-- Scripts -->
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<script src="../../../assets/js/jquery.min.js"></script>
|
||||||
|
<script src="../../../assets/js/jquery.scrollex.min.js"></script>
|
||||||
|
<script src="../../../assets/js/jquery.scrolly.min.js"></script>
|
||||||
|
<script src="../../../assets/js/browser.min.js"></script>
|
||||||
|
<script src="../../../assets/js/breakpoints.min.js"></script>
|
||||||
|
<script src="../../../assets/js/util.js"></script>
|
||||||
|
<script src="../../../assets/js/main.js"></script>
|
||||||
|
<script src="../../../assets/js/set.js"></script>
|
||||||
|
|
||||||
|
|
||||||
|
<div id="cookie-notice">
|
||||||
|
<p>We only use cookies if you consent to it. They don't contain any identifiable info: they just let us know if you enjoyed this enough to come back. <br />Click <a href="#" id="cookie-notice-decline">here</a> if you want this shit to go away without cookies. <br />Read more about how Basspistol <a href="/cookies/">use cookies</a> </p>
|
||||||
|
<a class="button small yes" href="#" id="cookie-notice-accept">I'm in!</a>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<script>
|
||||||
|
function createCookie(name, value, days) {
|
||||||
|
var expires = "";
|
||||||
|
if (days) {
|
||||||
|
var date = new Date();
|
||||||
|
date.setTime(date.getTime() + (days * 24 * 60 * 60 * 1000));
|
||||||
|
expires = "; expires=" + date.toUTCString();
|
||||||
|
}
|
||||||
|
document.cookie = name + "=" + value + expires + "; path=/";
|
||||||
|
}
|
||||||
|
function readCookie(name) {
|
||||||
|
var nameEQ = name + "=";
|
||||||
|
var ca = document.cookie.split(';');
|
||||||
|
for (var i = 0; i < ca.length; i++) {
|
||||||
|
var c = ca[i];
|
||||||
|
while (c.charAt(0) == ' ') c = c.substring(1, c.length);
|
||||||
|
if (c.indexOf(nameEQ) == 0) return c.substring(nameEQ.length, c.length);
|
||||||
|
}
|
||||||
|
return null;
|
||||||
|
}
|
||||||
|
function eraseCookie(name) {
|
||||||
|
createCookie(name, "", -1);
|
||||||
|
}
|
||||||
|
|
||||||
|
if (readCookie('cookie-notice-dismissed') == 'wantCookies') {
|
||||||
|
|
||||||
|
//* Matomo Tag Manager *//
|
||||||
|
|
||||||
|
var _mtm = _mtm || [];
|
||||||
|
_mtm.push({'mtm.startTime': (new Date().getTime()), 'event': 'mtm.Start'});
|
||||||
|
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
|
||||||
|
g.type='text/javascript'; g.async=true; g.defer=true; g.src='https://cdn.matomo.cloud/terminalnetwork.matomo.cloud/container_aJ0T3vZ5.js'; s.parentNode.insertBefore(g,s);
|
||||||
|
|
||||||
|
//* End Matomo Tag Manager *//
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
} else {
|
||||||
|
document.getElementById('cookie-notice').style.display = 'flex';
|
||||||
|
|
||||||
|
var _paq = window._paq || [];
|
||||||
|
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */
|
||||||
|
_paq.push(["setDocumentTitle", document.domain + "/" + document.title]);
|
||||||
|
_paq.push(["disableCookies"]);
|
||||||
|
_paq.push(['trackPageView']);
|
||||||
|
_paq.push(['enableLinkTracking']);
|
||||||
|
(function() {
|
||||||
|
var u="https://terminalnetwork.matomo.cloud/";
|
||||||
|
_paq.push(['setTrackerUrl', u+'matomo.php']);
|
||||||
|
_paq.push(['setSiteId', '14']);
|
||||||
|
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
|
||||||
|
g.type='text/javascript'; g.async=true; g.defer=true; g.src='//cdn.matomo.cloud/terminalnetwork.matomo.cloud/matomo.js'; s.parentNode.insertBefore(g,s);
|
||||||
|
})();
|
||||||
|
|
||||||
|
|
||||||
|
}
|
||||||
|
if (readCookie('cookie-notice-dismissed') == 'dontWantCookies') {
|
||||||
|
document.getElementById('cookie-notice').style.display = 'none';
|
||||||
|
|
||||||
|
var _paq = window._paq || [];
|
||||||
|
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */
|
||||||
|
_paq.push(["setDocumentTitle", document.domain + "/" + document.title]);
|
||||||
|
_paq.push(["disableCookies"]);
|
||||||
|
_paq.push(['trackPageView']);
|
||||||
|
_paq.push(['enableLinkTracking']);
|
||||||
|
(function() {
|
||||||
|
var u="https://terminalnetwork.matomo.cloud/";
|
||||||
|
_paq.push(['setTrackerUrl', u+'matomo.php']);
|
||||||
|
_paq.push(['setSiteId', '14']);
|
||||||
|
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
|
||||||
|
g.type='text/javascript'; g.async=true; g.defer=true; g.src='//cdn.matomo.cloud/terminalnetwork.matomo.cloud/matomo.js'; s.parentNode.insertBefore(g,s);
|
||||||
|
})();
|
||||||
|
|
||||||
|
}
|
||||||
|
document.getElementById('cookie-notice-accept').addEventListener("click", function () {
|
||||||
|
createCookie('cookie-notice-dismissed', 'wantCookies', 31);
|
||||||
|
document.getElementById('cookie-notice').style.display = 'none';
|
||||||
|
_paq.push(['trackEvent', 'Consent', 'wantCookie']);
|
||||||
|
location.reload();
|
||||||
|
});
|
||||||
|
|
||||||
|
document.getElementById('cookie-notice-decline').addEventListener("click", function () {
|
||||||
|
createCookie('cookie-notice-dismissed', 'dontWantCookies', 31);
|
||||||
|
document.getElementById('cookie-notice').style.display = 'none';
|
||||||
|
_paq.push(['trackEvent', 'Consent', 'dontWantCookie']);
|
||||||
|
location.reload();
|
||||||
|
});
|
||||||
|
|
||||||
|
// document.getElementById('cookie-notice-gimme').addEventListener("click", function () {
|
||||||
|
// createCookie('cookie-notice-dismissed', 'wantCookies', 31);
|
||||||
|
// document.getElementById('cookie-notice').style.display = 'none';
|
||||||
|
// location.reload();
|
||||||
|
// });
|
||||||
|
|
||||||
|
|
||||||
|
</script>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
404
albums/broken-tracks/4-your-love/index.html
Normal file
404
albums/broken-tracks/4-your-love/index.html
Normal file
|
|
@ -0,0 +1,404 @@
|
||||||
|
<!DOCTYPE html>
|
||||||
|
<!--
|
||||||
|
Based on _Story_ by html5up.net | @ajlkn
|
||||||
|
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
|
||||||
|
Remixed and Jekyllified by Setto
|
||||||
|
-->
|
||||||
|
<html lang="en">
|
||||||
|
<head>
|
||||||
|
<!-- Begin Jekyll SEO tag v2.6.1 -->
|
||||||
|
<meta name="generator" content="Jekyll v4.0.0" />
|
||||||
|
<meta property="og:title" content="4 Your Love" />
|
||||||
|
<meta name="author" content="pax:nion" />
|
||||||
|
<meta property="og:locale" content="en" />
|
||||||
|
<meta name="description" content="PHI, Panix Heavy Industries" />
|
||||||
|
<meta property="og:description" content="PHI, Panix Heavy Industries" />
|
||||||
|
<link rel="canonical" href="https://panix.basspistol.com/albums/broken-tracks/4-your-love/" />
|
||||||
|
<meta property="og:url" content="https://panix.basspistol.com/albums/broken-tracks/4-your-love/" />
|
||||||
|
<meta property="og:site_name" content="pax:nion" />
|
||||||
|
<meta property="og:type" content="article" />
|
||||||
|
<meta property="article:published_time" content="2020-07-05T18:07:03+00:00" />
|
||||||
|
<script type="application/ld+json">
|
||||||
|
{"description":"PHI, Panix Heavy Industries","@type":"AudioObject","headline":"4 Your Love","dateModified":"2020-07-05T18:07:00+00:00","datePublished":"2020-07-05T18:07:03+00:00","url":"https://panix.basspistol.com/albums/broken-tracks/4-your-love/","author":{"@type":"Person","name":"pax:nion"},"publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://panix.basspistol.com/assets/img/setto_icon.png"},"name":"pax:nion"},"@context":"https://schema.org"}</script>
|
||||||
|
<!-- End Jekyll SEO tag -->
|
||||||
|
|
||||||
|
<link type="application/atom+xml" rel="alternate" href="https://panix.basspistol.com/feed.xml" title="" />
|
||||||
|
<!-- BEGIN seo.html -->
|
||||||
|
|
||||||
|
<title>Play Your Love by Panik</title>
|
||||||
|
<meta name="title" content="Play Your Love by Panik" />
|
||||||
|
|
||||||
|
<meta name="dc.date.modified" scheme="ISO8601" content="2020-07-05T18:07:00+00:00" />
|
||||||
|
<meta name="robots" content="index" />
|
||||||
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||||
|
<link rel="canonical" href="https://panix.basspistol.com/albums/broken-tracks/4-your-love/" />
|
||||||
|
<link rel="alternate" hreflang="x-default" href="https://panix.basspistol.com/albums/broken-tracks/4-your-love/" />
|
||||||
|
<meta name="geo.region" content="BJ-ZO" />
|
||||||
|
<meta name="geo.placename" content="Setto" />
|
||||||
|
<meta name="geo.position" content="7.48777;2.076389" />
|
||||||
|
<meta name="ICBM" content="7.48777, 2.076389" />
|
||||||
|
|
||||||
|
<!-- Dublin Core basic info -->
|
||||||
|
|
||||||
|
<meta name="dcterms.Identifier" content="https://panix.basspistol.com" />
|
||||||
|
<meta name="dcterms.Format" content="text/html" />
|
||||||
|
<meta name="dcterms.Relation" content="pax:nion" />
|
||||||
|
<meta name="dcterms.Publisher" content="pax:nion" />
|
||||||
|
<meta name="dcterms.Type" content="text/html" />
|
||||||
|
<meta name="dcterms.Coverage" content="https://panix.basspistol.com/" />
|
||||||
|
<meta name="dcterms.Rights" content="Copyright ©2020 pax:nion." />
|
||||||
|
|
||||||
|
<meta name="dcterms.Subject" content="Listen and to a track by Panik from the release Broken Tracks and support your remote artist!" />
|
||||||
|
<meta name="dcterms.Title" content="Your Love - Panik | pax:nion" />
|
||||||
|
|
||||||
|
<meta name="dcterms.Contributor" content="pax:nion" />
|
||||||
|
<meta name="dcterms.Date" content="2020-07-05" />
|
||||||
|
<meta name="dcterms.Description" content="" />
|
||||||
|
|
||||||
|
<!-- Twitter Card -->
|
||||||
|
|
||||||
|
<meta name="twitter:card" content="summary" />
|
||||||
|
<meta name="twitter:site" content="@" />
|
||||||
|
<meta name="twitter:title" content="4 Your Love | pax:nion" />
|
||||||
|
<meta name="twitter:description" content="PHI, Panix Heavy Industries" />
|
||||||
|
|
||||||
|
<meta name="twitter:image" content="https://panix.basspistol.com/assets/albums/broken-tracks/4-your-love.jpeg" />
|
||||||
|
|
||||||
|
<!-- END seo.html -->
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<meta charset="utf-8" />
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=yes" />
|
||||||
|
<link rel="stylesheet" href="../../../assets/css/main20200519.css" />
|
||||||
|
|
||||||
|
<link rel="apple-touch-icon" href="https://panix.basspistol.com/apple-touch-icon.png" />
|
||||||
|
<link rel="icon" type="image/png" href="https://panix.basspistol.com/touch-icon.png" sizes="192x192" />
|
||||||
|
<link rel="shortcut icon" href="https://panix.basspistol.com/assets/img/setto_icon.png" type="image/png" />
|
||||||
|
<noscript><link rel="stylesheet" href="../../../assets/css/noscript20200518-rev1.css" /></noscript>
|
||||||
|
</head>
|
||||||
|
|
||||||
|
<body class="is-preload" id="body">
|
||||||
|
<span id="top" style="display: none;"></span>
|
||||||
|
<!-- Wrapper -->
|
||||||
|
<div id="wrapper" class="divided" data-cms-content-wrapper="/_layouts/default.html">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<!-- Banner -->
|
||||||
|
<section
|
||||||
|
class="banner onload-image-fade-in onload-content-fade-right style3 fullscreen content-align-center image-position-center" style="background-image:url('https://media.basspistol.com/panix/broken-tracks/4-your-love.jpeg');background-size: cover; background-repeat: no-repeat;">
|
||||||
|
<div style="z-index:0;position:absolute; top:0; left:0; width:100%;height:100%;background-color: rgba(13, 13 ,13, 0.85);"></div>
|
||||||
|
<div class="content" style="z-index:1">
|
||||||
|
<h1 style="margin-top:80px">Your Love</h1>
|
||||||
|
|
||||||
|
<p><strong><span id="tracktime"></span></strong><span id="yourlove"></span></strong> <br />
|
||||||
|
Style: <strong>Breakbeat</strong>
|
||||||
|
</p>
|
||||||
|
<script type="text/javascript">
|
||||||
|
var yourlovetimestamp = 199;
|
||||||
|
var yourlovehours = Math.floor(yourlovetimestamp / 60 / 60);
|
||||||
|
var yourloveminutes = Math.floor(yourlovetimestamp / 60) - (yourlovehours * 60);
|
||||||
|
var yourloveseconds = yourlovetimestamp % 60;
|
||||||
|
var yourloveformatted = yourlovehours.toString().padStart(2, '0') + ':' + yourloveminutes.toString().padStart(2, '0') + ':' + yourloveseconds.toString().padStart(2, '0');
|
||||||
|
var theSpan = document.getElementById("yourlove");
|
||||||
|
theSpan.innerHTML = yourloveformatted;
|
||||||
|
</script>
|
||||||
|
|
||||||
|
|
||||||
|
<ul class="actions stacked">
|
||||||
|
<li><button id="mu_pause" class="smooth-scroll-middle button icon solid fa-play">Play dat!</button></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="image">
|
||||||
|
<img src="https://media.basspistol.com/panix/broken-tracks/4-your-love.jpeg" alt="4 Your Love logo" id="coverart" />
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
|
||||||
|
|
||||||
|
<!-- Page navigation -->
|
||||||
|
<section class="wrapper style1 align-center">
|
||||||
|
<div class="inner">
|
||||||
|
<div class="index align-left">
|
||||||
|
<!-- Author -->
|
||||||
|
<section class="streambox" style="margin-top:40px;padding: 40px;">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<h3 style="text-align: center;display: block;">This track can't be bought</h3>
|
||||||
|
<p>But other tracks are available here:</p>
|
||||||
|
|
||||||
|
|
||||||
|
<div class="streamer">
|
||||||
|
|
||||||
|
|
||||||
|
<a onclick="_paq.push(['trackEvent', 'StoreLink', 'Bandcamp']);" target="_blank" rel="noopener" href="https://panixheavyindustries.bandcamp.com" alt="Stream from Bandcamp" title="Stream from Bandcamp" class="button icon brands fa-bandcamp">Bandcamp</a>
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</section>
|
||||||
|
<section>
|
||||||
|
<!-- Content -->
|
||||||
|
<div class="content">
|
||||||
|
<!-- post Naviation -->
|
||||||
|
<div style="text-align: center;">
|
||||||
|
<h3>Play more songs grom this release</h3>
|
||||||
|
</div>
|
||||||
|
<div class="post-nav">
|
||||||
|
<div>
|
||||||
|
|
||||||
|
<h4><a href="../../../albums/broken-tracks/3-hcmf/" alt="Read HCMF" title="Read HCMF"><i class="fas fa-arrow-left"></i></a> <a
|
||||||
|
href="../../../albums/broken-tracks/3-hcmf/"> HCMF</a>
|
||||||
|
</h4>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
<div class="post-nav-next">
|
||||||
|
|
||||||
|
<h4><a href="../../../albums/broken-tracks/1-coming-back/"> Coming Back</a> <a
|
||||||
|
href="../../../albums/broken-tracks/1-coming-back/" alt="Read Coming Back" title="Read Coming Back"><i class="fas fa-arrow-right"></i></a></h4>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<!-- End Post Navigation -->
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
<!-- Audio player-->
|
||||||
|
<audio autoplay preload="true" data-matomo-title="Your Love">
|
||||||
|
<source src="https://media.basspistol.com/panix/broken-tracks/4-your-love.mp3" type="audio/mpeg" ontimeupdate='updateTrackTime(this);' />
|
||||||
|
<h1>Your browser isn't ready for so much hotness. Use the download-link instead.</h1>.
|
||||||
|
</audio>
|
||||||
|
<!-- Footer -->
|
||||||
|
<footer id="footer" class="wrapper style1 align-center">
|
||||||
|
<div class="footflex">
|
||||||
|
<div>
|
||||||
|
<h4>pax:nion</h4>
|
||||||
|
<p>PHI, Panix Heavy Industries
|
||||||
|
<br /><a href="mailto:"></a></p>
|
||||||
|
</div>
|
||||||
|
<div>
|
||||||
|
<ul>
|
||||||
|
<li><a href="#top" class="smooth-scroll-middle">Back to top</a></li>
|
||||||
|
<li><a href="/#album0" class="smooth-scroll-middle">music</a></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<div><img src="/assets/panix-logo-dark.svg" style="max-width:300px" alt="pax:nion Logo" /></div>
|
||||||
|
</div>
|
||||||
|
<div class="inner">
|
||||||
|
<ul class="icons">
|
||||||
|
|
||||||
|
<!-- <li><a href="mailto:" class="icon style2 fa-envelope"><span class="label">Email</span></a></li> -->
|
||||||
|
</ul>
|
||||||
|
<p>©2020 Basspistol | <a href="../../../webcreds/">Credits</a> | <a href="../../../cookies/">Cookies & Privacy</a></p>
|
||||||
|
</div>
|
||||||
|
</footer>
|
||||||
|
|
||||||
|
|
||||||
|
<script type="text/javascript">
|
||||||
|
function loadUrl(newLocation) {
|
||||||
|
window.location = newLocation;
|
||||||
|
return false;
|
||||||
|
}
|
||||||
|
|
||||||
|
var mu = document.getElementsByTagName("audio")[0];
|
||||||
|
var pauseButton = document.getElementById("mu_pause");
|
||||||
|
var spincover = document.getElementById("coverart");
|
||||||
|
|
||||||
|
mu.addEventListener('ended', function () {
|
||||||
|
// only functional if "loop" is removed
|
||||||
|
mu.pause();
|
||||||
|
mu.currentTime = 0;
|
||||||
|
loadUrl("../../../broken-tracks/1-coming-back/"); return false;
|
||||||
|
});
|
||||||
|
mu.onplaying = function() {
|
||||||
|
pauseButton.innerHTML = "Pause";
|
||||||
|
pauseButton.classList.remove("fa-play");
|
||||||
|
pauseButton.classList.add("fa-pause");
|
||||||
|
spincover.classList.add("spinnit");
|
||||||
|
spincover.classList.remove("paused");
|
||||||
|
};
|
||||||
|
|
||||||
|
pauseButton.addEventListener("click", function () {
|
||||||
|
if (mu.paused) {
|
||||||
|
mu.play();
|
||||||
|
|
||||||
|
}
|
||||||
|
else {
|
||||||
|
mu.pause();
|
||||||
|
pauseButton.innerHTML = "Resume";
|
||||||
|
pauseButton.classList.add("fa-play");
|
||||||
|
pauseButton.classList.remove("fa-pause");
|
||||||
|
spincover.classList.add("paused");
|
||||||
|
}
|
||||||
|
});
|
||||||
|
|
||||||
|
mu.addEventListener('timeupdate', function () {
|
||||||
|
var timestamp = Math.floor(mu.currentTime);
|
||||||
|
var hours = Math.floor(timestamp / 60 / 60);
|
||||||
|
var minutes = Math.floor(timestamp / 60) - (hours * 60);
|
||||||
|
var seconds = timestamp % 60;
|
||||||
|
var formatted = hours.toString().padStart(2, '0') + ':' + minutes.toString().padStart(2, '0') + ':' + seconds.toString().padStart(2, '0');
|
||||||
|
var thecurrentSpan = document.getElementById("tracktime");
|
||||||
|
thecurrentSpan.innerHTML = formatted + ' / ';
|
||||||
|
});
|
||||||
|
|
||||||
|
</script>
|
||||||
|
</div>
|
||||||
|
<!-- Navigation -->
|
||||||
|
<div id="logo" class="logo">
|
||||||
|
<a href="/" class="smooth-scroll-middle"><img width="200em" src="/assets/panix-logo.svg" alt=" Logo" /></a>
|
||||||
|
<a href="#navbar" onclick="blurBody()" alt="Navigation Menu" title="Navigation Menu"><span style="font-size: 34px;" class="icon solid fa-bars"></span></a>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div id="navbar" style="display: block;" class="modalDialog">
|
||||||
|
<a href="#close" onclick="removeBlur()" alt="Close Menu" title="Close Menu"><div id="closearea"> </div></a>
|
||||||
|
<nav>
|
||||||
|
<a href="#close" title="Close" onclick="removeBlur()" class="close-button close" style="margin: 0 auto;">X</a>
|
||||||
|
<ul>
|
||||||
|
|
||||||
|
|
||||||
|
<li><a href="../../../" class="button small">Home</a></li>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<li><a href="../../../releases/" class="button small">Releases</a></li>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<li><a href="../../../logs/" class="button small">Web-Log</a></li>
|
||||||
|
|
||||||
|
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
</nav>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
<!-- End Navigation -->
|
||||||
|
<!-- Scripts -->
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<script src="../../../assets/js/jquery.min.js"></script>
|
||||||
|
<script src="../../../assets/js/jquery.scrollex.min.js"></script>
|
||||||
|
<script src="../../../assets/js/jquery.scrolly.min.js"></script>
|
||||||
|
<script src="../../../assets/js/browser.min.js"></script>
|
||||||
|
<script src="../../../assets/js/breakpoints.min.js"></script>
|
||||||
|
<script src="../../../assets/js/util.js"></script>
|
||||||
|
<script src="../../../assets/js/main.js"></script>
|
||||||
|
<script src="../../../assets/js/set.js"></script>
|
||||||
|
|
||||||
|
|
||||||
|
<div id="cookie-notice">
|
||||||
|
<p>We only use cookies if you consent to it. They don't contain any identifiable info: they just let us know if you enjoyed this enough to come back. <br />Click <a href="#" id="cookie-notice-decline">here</a> if you want this shit to go away without cookies. <br />Read more about how Basspistol <a href="/cookies/">use cookies</a> </p>
|
||||||
|
<a class="button small yes" href="#" id="cookie-notice-accept">I'm in!</a>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<script>
|
||||||
|
function createCookie(name, value, days) {
|
||||||
|
var expires = "";
|
||||||
|
if (days) {
|
||||||
|
var date = new Date();
|
||||||
|
date.setTime(date.getTime() + (days * 24 * 60 * 60 * 1000));
|
||||||
|
expires = "; expires=" + date.toUTCString();
|
||||||
|
}
|
||||||
|
document.cookie = name + "=" + value + expires + "; path=/";
|
||||||
|
}
|
||||||
|
function readCookie(name) {
|
||||||
|
var nameEQ = name + "=";
|
||||||
|
var ca = document.cookie.split(';');
|
||||||
|
for (var i = 0; i < ca.length; i++) {
|
||||||
|
var c = ca[i];
|
||||||
|
while (c.charAt(0) == ' ') c = c.substring(1, c.length);
|
||||||
|
if (c.indexOf(nameEQ) == 0) return c.substring(nameEQ.length, c.length);
|
||||||
|
}
|
||||||
|
return null;
|
||||||
|
}
|
||||||
|
function eraseCookie(name) {
|
||||||
|
createCookie(name, "", -1);
|
||||||
|
}
|
||||||
|
|
||||||
|
if (readCookie('cookie-notice-dismissed') == 'wantCookies') {
|
||||||
|
|
||||||
|
//* Matomo Tag Manager *//
|
||||||
|
|
||||||
|
var _mtm = _mtm || [];
|
||||||
|
_mtm.push({'mtm.startTime': (new Date().getTime()), 'event': 'mtm.Start'});
|
||||||
|
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
|
||||||
|
g.type='text/javascript'; g.async=true; g.defer=true; g.src='https://cdn.matomo.cloud/terminalnetwork.matomo.cloud/container_aJ0T3vZ5.js'; s.parentNode.insertBefore(g,s);
|
||||||
|
|
||||||
|
//* End Matomo Tag Manager *//
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
} else {
|
||||||
|
document.getElementById('cookie-notice').style.display = 'flex';
|
||||||
|
|
||||||
|
var _paq = window._paq || [];
|
||||||
|
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */
|
||||||
|
_paq.push(["setDocumentTitle", document.domain + "/" + document.title]);
|
||||||
|
_paq.push(["disableCookies"]);
|
||||||
|
_paq.push(['trackPageView']);
|
||||||
|
_paq.push(['enableLinkTracking']);
|
||||||
|
(function() {
|
||||||
|
var u="https://terminalnetwork.matomo.cloud/";
|
||||||
|
_paq.push(['setTrackerUrl', u+'matomo.php']);
|
||||||
|
_paq.push(['setSiteId', '14']);
|
||||||
|
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
|
||||||
|
g.type='text/javascript'; g.async=true; g.defer=true; g.src='//cdn.matomo.cloud/terminalnetwork.matomo.cloud/matomo.js'; s.parentNode.insertBefore(g,s);
|
||||||
|
})();
|
||||||
|
|
||||||
|
|
||||||
|
}
|
||||||
|
if (readCookie('cookie-notice-dismissed') == 'dontWantCookies') {
|
||||||
|
document.getElementById('cookie-notice').style.display = 'none';
|
||||||
|
|
||||||
|
var _paq = window._paq || [];
|
||||||
|
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */
|
||||||
|
_paq.push(["setDocumentTitle", document.domain + "/" + document.title]);
|
||||||
|
_paq.push(["disableCookies"]);
|
||||||
|
_paq.push(['trackPageView']);
|
||||||
|
_paq.push(['enableLinkTracking']);
|
||||||
|
(function() {
|
||||||
|
var u="https://terminalnetwork.matomo.cloud/";
|
||||||
|
_paq.push(['setTrackerUrl', u+'matomo.php']);
|
||||||
|
_paq.push(['setSiteId', '14']);
|
||||||
|
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
|
||||||
|
g.type='text/javascript'; g.async=true; g.defer=true; g.src='//cdn.matomo.cloud/terminalnetwork.matomo.cloud/matomo.js'; s.parentNode.insertBefore(g,s);
|
||||||
|
})();
|
||||||
|
|
||||||
|
}
|
||||||
|
document.getElementById('cookie-notice-accept').addEventListener("click", function () {
|
||||||
|
createCookie('cookie-notice-dismissed', 'wantCookies', 31);
|
||||||
|
document.getElementById('cookie-notice').style.display = 'none';
|
||||||
|
_paq.push(['trackEvent', 'Consent', 'wantCookie']);
|
||||||
|
location.reload();
|
||||||
|
});
|
||||||
|
|
||||||
|
document.getElementById('cookie-notice-decline').addEventListener("click", function () {
|
||||||
|
createCookie('cookie-notice-dismissed', 'dontWantCookies', 31);
|
||||||
|
document.getElementById('cookie-notice').style.display = 'none';
|
||||||
|
_paq.push(['trackEvent', 'Consent', 'dontWantCookie']);
|
||||||
|
location.reload();
|
||||||
|
});
|
||||||
|
|
||||||
|
// document.getElementById('cookie-notice-gimme').addEventListener("click", function () {
|
||||||
|
// createCookie('cookie-notice-dismissed', 'wantCookies', 31);
|
||||||
|
// document.getElementById('cookie-notice').style.display = 'none';
|
||||||
|
// location.reload();
|
||||||
|
// });
|
||||||
|
|
||||||
|
|
||||||
|
</script>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
672
albums/broken-tracks/index.html
Normal file
672
albums/broken-tracks/index.html
Normal file
|
|
@ -0,0 +1,672 @@
|
||||||
|
<!DOCTYPE html>
|
||||||
|
<!--
|
||||||
|
Based on _Story_ by html5up.net | @ajlkn
|
||||||
|
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
|
||||||
|
Remixed and Jekyllified by Setto
|
||||||
|
-->
|
||||||
|
<html lang="en">
|
||||||
|
<head>
|
||||||
|
<!-- Begin Jekyll SEO tag v2.6.1 -->
|
||||||
|
<meta name="generator" content="Jekyll v4.0.0" />
|
||||||
|
<meta property="og:title" content="Broken Tracks" />
|
||||||
|
<meta name="author" content="pax:nion" />
|
||||||
|
<meta property="og:locale" content="en" />
|
||||||
|
<meta name="description" content="PHI, Panix Heavy Industries" />
|
||||||
|
<meta property="og:description" content="PHI, Panix Heavy Industries" />
|
||||||
|
<link rel="canonical" href="https://panix.basspistol.com/albums/broken-tracks/" />
|
||||||
|
<meta property="og:url" content="https://panix.basspistol.com/albums/broken-tracks/" />
|
||||||
|
<meta property="og:site_name" content="pax:nion" />
|
||||||
|
<meta property="og:type" content="article" />
|
||||||
|
<meta property="article:published_time" content="1997-01-01T00:00:00+00:00" />
|
||||||
|
<script type="application/ld+json">
|
||||||
|
{"description":"PHI, Panix Heavy Industries","@type":"BlogPosting","headline":"Broken Tracks","dateModified":"2020-07-05T18:07:00+00:00","datePublished":"1997-01-01T00:00:00+00:00","mainEntityOfPage":{"@type":"WebPage","@id":"https://panix.basspistol.com/albums/broken-tracks/"},"url":"https://panix.basspistol.com/albums/broken-tracks/","author":{"@type":"Person","name":"pax:nion"},"publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://panix.basspistol.com/assets/img/setto_icon.png"},"name":"pax:nion"},"@context":"https://schema.org"}</script>
|
||||||
|
<!-- End Jekyll SEO tag -->
|
||||||
|
|
||||||
|
<link type="application/atom+xml" rel="alternate" href="https://panix.basspistol.com/feed.xml" title="" />
|
||||||
|
<!-- BEGIN seo.html -->
|
||||||
|
|
||||||
|
<title>Broken Tracks | pax:nion</title>
|
||||||
|
<meta name="title" content="Broken Tracks | pax:nion" />
|
||||||
|
|
||||||
|
<meta name="dc.date.modified" scheme="ISO8601" content="2020-07-05T18:07:00+00:00" />
|
||||||
|
<meta name="robots" content="index" />
|
||||||
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||||
|
<link rel="canonical" href="https://panix.basspistol.com/albums/broken-tracks/" />
|
||||||
|
<link rel="alternate" hreflang="x-default" href="https://panix.basspistol.com/albums/broken-tracks/" />
|
||||||
|
<meta name="geo.region" content="BJ-ZO" />
|
||||||
|
<meta name="geo.placename" content="Setto" />
|
||||||
|
<meta name="geo.position" content="7.48777;2.076389" />
|
||||||
|
<meta name="ICBM" content="7.48777, 2.076389" />
|
||||||
|
|
||||||
|
<!-- Dublin Core basic info -->
|
||||||
|
|
||||||
|
<meta name="dcterms.Identifier" content="https://panix.basspistol.com" />
|
||||||
|
<meta name="dcterms.Format" content="text/html" />
|
||||||
|
<meta name="dcterms.Relation" content="pax:nion" />
|
||||||
|
<meta name="dcterms.Publisher" content="pax:nion" />
|
||||||
|
<meta name="dcterms.Type" content="text/html" />
|
||||||
|
<meta name="dcterms.Coverage" content="https://panix.basspistol.com/" />
|
||||||
|
<meta name="dcterms.Rights" content="Copyright ©2020 pax:nion." />
|
||||||
|
|
||||||
|
<meta name="dcterms.Subject" content="PHI, Panix Heavy Industries" />
|
||||||
|
<meta name="dcterms.Title" content="Broken Tracks | pax:nion" />
|
||||||
|
|
||||||
|
<meta name="dcterms.Contributor" content="pax:nion" />
|
||||||
|
<meta name="dcterms.Date" content="1997-01-01" />
|
||||||
|
<meta name="dcterms.Description" content="" />
|
||||||
|
|
||||||
|
<!-- Twitter Card -->
|
||||||
|
|
||||||
|
<meta name="twitter:card" content="summary" />
|
||||||
|
<meta name="twitter:site" content="@" />
|
||||||
|
<meta name="twitter:title" content="Broken Tracks | pax:nion" />
|
||||||
|
<meta name="twitter:description" content="PHI, Panix Heavy Industries" />
|
||||||
|
|
||||||
|
<meta name="twitter:image" content="https://panix.basspistol.com" />
|
||||||
|
|
||||||
|
<!-- END seo.html -->
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<meta charset="utf-8" />
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=yes" />
|
||||||
|
<link rel="stylesheet" href="../../assets/css/main20200519.css" />
|
||||||
|
<link rel="apple-touch-icon" href="https://panix.basspistol.com/apple-touch-icon.png" />
|
||||||
|
<link rel="icon" type="image/png" href="https://panix.basspistol.com/touch-icon.png" sizes="192x192" />
|
||||||
|
<link rel="shortcut icon" href="https://panix.basspistol.com/assets/img/setto_icon.png" type="image/png" />
|
||||||
|
<noscript><link rel="stylesheet" href="../../assets/css/noscript20200518-rev1.css" /></noscript>
|
||||||
|
</head>
|
||||||
|
<body class="is-preload" id="body">
|
||||||
|
<span id="top" style="display: none;"></span>
|
||||||
|
<!-- Wrapper -->
|
||||||
|
<div id="wrapper" class="divided">
|
||||||
|
|
||||||
|
<!-- Banner -->
|
||||||
|
<section class="banner onload-image-fade-in onload-content-fade-right style2 fullscreen content-align-center image-position-center" style="height:100vh;background-color: rgba(13,13,13,0.85);">
|
||||||
|
<div class="content editable" data-cms-source="/_layouts/album.html" data-cms-index="0">
|
||||||
|
<h1 class="editable" data-cms-source="/_layouts/album.html" data-cms-index="1">Broken Tracks</h1>
|
||||||
|
<p></p>
|
||||||
|
<ul class="actions stacked">
|
||||||
|
<li><a href="#moe" class="button small smooth-scroll-middle">cheggit!</a></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<div class="image">
|
||||||
|
<img src="https://media.basspistol.com/panix/broken-tracks/1-coming-back.jpeg" alt="Broken Tracks" class="editable" data-cms-source="/_layouts/album.html" data-cms-index="2" />
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
<!-- Content -->
|
||||||
|
<section class="wrapper style1 align-center">
|
||||||
|
<div class="inner" style="padding-top: 40px;">
|
||||||
|
<div class="index align-left">
|
||||||
|
<!-- Author -->
|
||||||
|
<section style="padding-top:40px;" id="moe">
|
||||||
|
|
||||||
|
|
||||||
|
<header id="author">
|
||||||
|
<div class="bio">
|
||||||
|
|
||||||
|
|
||||||
|
<h6>
|
||||||
|
|
||||||
|
Share this page:
|
||||||
|
</h6>
|
||||||
|
<ul class="icons">
|
||||||
|
<li><a target="_blank" rel="nofollow noopener" title="Share to facebook" alt="Share to facebook" href="https://touch.facebook.com/sharer.php?u=https://panix.basspistol.com/albums/broken-tracks/&quote=Broken Tracks%20by%20pax:nion%20via%20https://panix.basspistol.com" class="icon brands style1 fa-facebook-f"><span class="label">Facebook</span></a></li>
|
||||||
|
<li><a target="_blank" rel="nofollow noopener" title="Share to twitter" alt="Share to twitter" href="https://twitter.com/share?url=https://panix.basspistol.com/albums/broken-tracks/&text=Broken Tracks%20by%20pax:nion%20&hashtags=paxNion" class="icon brands style1 fa-twitter"><span class="label">Twitter</span></a></li>
|
||||||
|
<li><a target="_blank" rel="nofollow noopener" title="Share to telegram" alt="Share to telgram" href="https://telegram.me/share/url?url=https://panix.basspistol.com/albums/broken-tracks/&text=Broken Tracks%20by%20pax:nion" class="icon brands style1 fa-telegram"><span class="label">Telegram</span></a></li>
|
||||||
|
<li><a target="_blank" rel="nofollow noopener" title="Share to reddit" alt="Share to reddit" href="https://reddit.com/submit/?url=https://panix.basspistol.com/albums/broken-tracks/&title=Broken Tracks%20by%20pax:nion" class="icon brands style1 fa-reddit"><span class="label">Reddit</span></a></li>
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</header>
|
||||||
|
<!-- Content -->
|
||||||
|
<div class="content">
|
||||||
|
|
||||||
|
|
||||||
|
<!-- HERE BEGINS MADNESS -->
|
||||||
|
|
||||||
|
|
||||||
|
<!-- Content -->
|
||||||
|
<div class="content">
|
||||||
|
<div id="mainwrap">
|
||||||
|
<div id="nowPlay">
|
||||||
|
<p class="right" id="npTitle" style="font-weight: bold;"></p>
|
||||||
|
<p class="left" id="npAction">Paused...</p>
|
||||||
|
</div>
|
||||||
|
<div id="audiowrap">
|
||||||
|
<div id="audio0">
|
||||||
|
<audio id="audio1" controls="controls">Your browser does not support HTML5
|
||||||
|
Audio!</audio>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div id="tracks">
|
||||||
|
<a id="btnPrev"><span class="icon solid fa-fast-backward"></span></a>
|
||||||
|
<a id="btnNext"><span class="icon solid fa-fast-forward"></span></a>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
<div id="plwrap">
|
||||||
|
<ul id="plList">
|
||||||
|
|
||||||
|
<li>
|
||||||
|
<div class="plItem">
|
||||||
|
<div class="plNum">1.</div>
|
||||||
|
<div class="plTitle">Coming Back</div>
|
||||||
|
<div class="plLength">2:17</div>
|
||||||
|
</div>
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li>
|
||||||
|
<div class="plItem">
|
||||||
|
<div class="plNum">1.</div>
|
||||||
|
<div class="plTitle">Shaolin Teknique</div>
|
||||||
|
<div class="plLength">3:50</div>
|
||||||
|
</div>
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li>
|
||||||
|
<div class="plItem">
|
||||||
|
<div class="plNum">3.</div>
|
||||||
|
<div class="plTitle">HCMF</div>
|
||||||
|
<div class="plLength">4:05</div>
|
||||||
|
</div>
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li>
|
||||||
|
<div class="plItem">
|
||||||
|
<div class="plNum">4.</div>
|
||||||
|
<div class="plTitle">Your Love</div>
|
||||||
|
<div class="plLength">3:19</div>
|
||||||
|
</div>
|
||||||
|
</li>
|
||||||
|
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div id="noJSalbum">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<div class="plItem">
|
||||||
|
<div class="plNum">1.</div>
|
||||||
|
<div class="plTitle"><a href="https://media.basspistol.com/panix/broken-tracks/1-coming-back.mp3">Coming Back </a></div>
|
||||||
|
<div class="plLength">2:17</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<div class="plItem">
|
||||||
|
<div class="plNum">1.</div>
|
||||||
|
<div class="plTitle"><a href="https://media.basspistol.com/panix/broken-tracks/1-shaolin-teknique.mp3">Shaolin Teknique </a></div>
|
||||||
|
<div class="plLength">3:50</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<div class="plItem">
|
||||||
|
<div class="plNum">3.</div>
|
||||||
|
<div class="plTitle"><a href="https://media.basspistol.com/panix/broken-tracks/3-hcmf.mp3">HCMF </a></div>
|
||||||
|
<div class="plLength">4:5</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<div class="plItem">
|
||||||
|
<div class="plNum">4.</div>
|
||||||
|
<div class="plTitle"><a href="https://media.basspistol.com/panix/broken-tracks/4-your-love.mp3">Your Love </a></div>
|
||||||
|
<div class="plLength">3:19</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="content" style="font-family: monospace;font-size: 16px;margin-top:60px;">
|
||||||
|
|
||||||
|
|
||||||
|
<p></p>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
|
||||||
|
|
||||||
|
<!-- HERE ENDS MADNESS -->
|
||||||
|
|
||||||
|
<section class="wrapper style1 align-center">
|
||||||
|
|
||||||
|
<div class="inner">
|
||||||
|
<h2>Track list</h2>
|
||||||
|
<p>Use thses pages to share one song in particulare</p>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</section>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<section class="spotlight style4 orient-left content-align-right image-position-center onscroll-image-fade-in" style="box-shadow: none;" >
|
||||||
|
<div class="content">
|
||||||
|
<h3>Coming Back</h3>
|
||||||
|
<p>
|
||||||
|
2:17
|
||||||
|
<br /><strong>Breakbeat</strong>
|
||||||
|
<br />1997</p>
|
||||||
|
|
||||||
|
<ul class="actions stacked">
|
||||||
|
<li><a href="../../albums/broken-tracks/1-coming-back/" class="button">Track</a></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<div class="image">
|
||||||
|
<img src="https://media.basspistol.com/panix/broken-tracks/1-coming-back.jpeg" alt="Coming Back" />
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<section class="spotlight style4 orient-right content-align-left image-position-center onscroll-image-fade-in" >
|
||||||
|
<div class="content">
|
||||||
|
<h3>Shaolin Teknique</h3>
|
||||||
|
<p>
|
||||||
|
3:50
|
||||||
|
<br /><strong>Breakbeat</strong>
|
||||||
|
<br />1997</p>
|
||||||
|
|
||||||
|
<ul class="actions stacked">
|
||||||
|
<li><a href="../../albums/broken-tracks/1-shaolin-teknique/" class="button">Track</a></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<div class="image">
|
||||||
|
<img src="https://media.basspistol.com/panix/broken-tracks/1-shaolin-teknique.jpeg" alt="Shaolin Teknique" />
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<section class="spotlight style4 orient-left content-align-right image-position-center onscroll-image-fade-in" >
|
||||||
|
<div class="content">
|
||||||
|
<h3>HCMF</h3>
|
||||||
|
<p>
|
||||||
|
4:5
|
||||||
|
<br /><strong>Breakbeat</strong>
|
||||||
|
<br />1997</p>
|
||||||
|
|
||||||
|
<ul class="actions stacked">
|
||||||
|
<li><a href="../../albums/broken-tracks/3-hcmf/" class="button">Track</a></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<div class="image">
|
||||||
|
<img src="https://media.basspistol.com/panix/broken-tracks/3-hcmf.jpeg" alt="HCMF" />
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<section class="spotlight style4 orient-right content-align-left image-position-center onscroll-image-fade-in" >
|
||||||
|
<div class="content">
|
||||||
|
<h3>Your Love</h3>
|
||||||
|
<p>
|
||||||
|
3:19
|
||||||
|
<br /><strong>Breakbeat</strong>
|
||||||
|
<br />1997</p>
|
||||||
|
|
||||||
|
<ul class="actions stacked">
|
||||||
|
<li><a href="../../albums/broken-tracks/4-your-love/" class="button">Track</a></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<div class="image">
|
||||||
|
<img src="https://media.basspistol.com/panix/broken-tracks/4-your-love.jpeg" alt="Your Love" />
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<section class="streambox" style="margin-top:40px;padding: 40px;">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<h3 style="text-align: center;display: block;">This release can't be bought</h3>
|
||||||
|
<p>But other releases are available here:</p>
|
||||||
|
|
||||||
|
|
||||||
|
<div class="streamer">
|
||||||
|
|
||||||
|
|
||||||
|
<a onclick="_paq.push(['trackEvent', 'StoreLink', 'Bandcamp']);" target="_blank" rel="noopener" href="https://panixheavyindustries.bandcamp.com" alt="Stream from Bandcamp" title="Stream from Bandcamp" class="button icon brands fa-bandcamp">Bandcamp</a>
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</section>
|
||||||
|
|
||||||
|
<section class="wrapper style1 align-center">
|
||||||
|
<div class="inner">
|
||||||
|
<div class="index align-left">
|
||||||
|
<!-- Author -->
|
||||||
|
|
||||||
|
<section>
|
||||||
|
|
||||||
|
<!-- Content -->
|
||||||
|
<div class="content">
|
||||||
|
<!-- post Naviation -->
|
||||||
|
<div style="text-align: center;">
|
||||||
|
<h3>More releases</h3>
|
||||||
|
</div>
|
||||||
|
<div class="post-nav">
|
||||||
|
<div>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
<div class="post-nav-next">
|
||||||
|
|
||||||
|
<h4><a href="/albums/bamegoy/"> Bamegoy</a> <a href="/albums/bamegoy/" alt="Read Bamegoy" title="Read Bamegoy"><i class="fas fa-arrow-right"></i></a></h4>
|
||||||
|
<p style="margin-left: 20px"></p>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<!-- End Post Navigation -->
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
|
||||||
|
|
||||||
|
<!-- Footer -->
|
||||||
|
<footer id="footer" class="wrapper style1 align-center">
|
||||||
|
<div class="footflex">
|
||||||
|
<div>
|
||||||
|
<h4>pax:nion</h4>
|
||||||
|
<p>PHI, Panix Heavy Industries
|
||||||
|
<br /><a href="mailto:"></a></p>
|
||||||
|
</div>
|
||||||
|
<div>
|
||||||
|
<ul>
|
||||||
|
<li><a href="#top" class="smooth-scroll-middle">Back to top</a></li>
|
||||||
|
<li><a href="/#album0" class="smooth-scroll-middle">music</a></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<div><img src="/assets/panix-logo-dark.svg" style="max-width:300px" alt="pax:nion Logo" /></div>
|
||||||
|
</div>
|
||||||
|
<div class="inner">
|
||||||
|
<ul class="icons">
|
||||||
|
|
||||||
|
<!-- <li><a href="mailto:" class="icon style2 fa-envelope"><span class="label">Email</span></a></li> -->
|
||||||
|
</ul>
|
||||||
|
<p>©2020 Basspistol | <a href="../../webcreds/">Credits</a> | <a href="../../cookies/">Cookies & Privacy</a></p>
|
||||||
|
</div>
|
||||||
|
</footer>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
<!-- Navigation -->
|
||||||
|
<div id="logo" class="logo">
|
||||||
|
<a href="/" class="smooth-scroll-middle"><img width="200em" src="/assets/panix-logo.svg" alt=" Logo" /></a>
|
||||||
|
<a href="#navbar" onclick="blurBody()" alt="Navigation Menu" title="Navigation Menu"><span style="font-size: 34px;" class="icon solid fa-bars"></span></a>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div id="navbar" style="display: block;" class="modalDialog">
|
||||||
|
<a href="#close" onclick="removeBlur()" alt="Close Menu" title="Close Menu"><div id="closearea"> </div></a>
|
||||||
|
<nav>
|
||||||
|
<a href="#close" title="Close" onclick="removeBlur()" class="close-button close" style="margin: 0 auto;">X</a>
|
||||||
|
<ul>
|
||||||
|
|
||||||
|
|
||||||
|
<li><a href="../../" class="button small">Home</a></li>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<li><a href="../../releases/" class="button small">Releases</a></li>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<li><a href="../../logs/" class="button small">Web-Log</a></li>
|
||||||
|
|
||||||
|
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
</nav>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
<!-- End Navigation -->
|
||||||
|
<!-- Scripts -->
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<script src="../../assets/js/jquery.min.js"></script>
|
||||||
|
<script src="../../assets/js/jquery.scrollex.min.js"></script>
|
||||||
|
<script src="../../assets/js/jquery.scrolly.min.js"></script>
|
||||||
|
<script src="../../assets/js/browser.min.js"></script>
|
||||||
|
<script src="../../assets/js/breakpoints.min.js"></script>
|
||||||
|
<script src="../../assets/js/util.js"></script>
|
||||||
|
<script src="../../assets/js/main.js"></script>
|
||||||
|
<script src="../../assets/js/set.js"></script>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<script type="text/javascript">
|
||||||
|
// html5media enables <video> and <audio> tags in all major browsers
|
||||||
|
// External File: http://api.html5media.info/1.1.8/html5media.min.js
|
||||||
|
|
||||||
|
|
||||||
|
// Add user agent as an attribute on the <html> tag...
|
||||||
|
// Inspiration: http://css-tricks.com/ie-10-specific-styles/
|
||||||
|
var b = document.documentElement;
|
||||||
|
b.setAttribute('data-useragent', navigator.userAgent);
|
||||||
|
b.setAttribute('data-platform', navigator.platform);
|
||||||
|
|
||||||
|
|
||||||
|
// HTML5 audio player + playlist controls...
|
||||||
|
// Inspiration: http://jonhall.info/how_to/create_a_playlist_for_html5_audio
|
||||||
|
// Mythium Archive: https://archive.org/details/mythium/
|
||||||
|
jQuery(function ($) {
|
||||||
|
var supportsAudio = !!document.createElement('audio').canPlayType;
|
||||||
|
if (supportsAudio) {
|
||||||
|
var index = 0,
|
||||||
|
playing = false,
|
||||||
|
mediaPath = '',
|
||||||
|
extension = '',
|
||||||
|
tracks = [{
|
||||||
|
"track": 1,
|
||||||
|
"name": "Coming Back",
|
||||||
|
"length": "2:17",
|
||||||
|
"file": "https://media.basspistol.com/panix/broken-tracks/1-coming-back"
|
||||||
|
},{
|
||||||
|
"track": 1,
|
||||||
|
"name": "Shaolin Teknique",
|
||||||
|
"length": "3:50",
|
||||||
|
"file": "https://media.basspistol.com/panix/broken-tracks/1-shaolin-teknique"
|
||||||
|
},{
|
||||||
|
"track": 3,
|
||||||
|
"name": "HCMF",
|
||||||
|
"length": "4:5",
|
||||||
|
"file": "https://media.basspistol.com/panix/broken-tracks/3-hcmf"
|
||||||
|
},{
|
||||||
|
"track": 4,
|
||||||
|
"name": "Your Love",
|
||||||
|
"length": "3:19",
|
||||||
|
"file": "https://media.basspistol.com/panix/broken-tracks/4-your-love"
|
||||||
|
}],
|
||||||
|
trackCount = tracks.length,
|
||||||
|
npAction = $('#npAction'),
|
||||||
|
npTitle = $('#npTitle'),
|
||||||
|
audio = $('#audio1').bind('play', function () {
|
||||||
|
playing = true;
|
||||||
|
npAction.text('Playing...');
|
||||||
|
}).bind('pause', function () {
|
||||||
|
playing = false;
|
||||||
|
npAction.text('Paused...');
|
||||||
|
}).bind('ended', function () {
|
||||||
|
npAction.text('Paused...');
|
||||||
|
if ((index + 1) < trackCount) {
|
||||||
|
index++;
|
||||||
|
loadTrack(index);
|
||||||
|
audio.play();
|
||||||
|
} else {
|
||||||
|
audio.pause();
|
||||||
|
index = 0;
|
||||||
|
loadTrack(index);
|
||||||
|
}
|
||||||
|
}).get(0),
|
||||||
|
btnPrev = $('#btnPrev').click(function () {
|
||||||
|
if ((index - 1) > -1) {
|
||||||
|
index--;
|
||||||
|
loadTrack(index);
|
||||||
|
if (playing) {
|
||||||
|
audio.play();
|
||||||
|
}
|
||||||
|
} else {
|
||||||
|
audio.pause();
|
||||||
|
index = 0;
|
||||||
|
loadTrack(index);
|
||||||
|
}
|
||||||
|
}),
|
||||||
|
btnNext = $('#btnNext').click(function () {
|
||||||
|
if ((index + 1) < trackCount) {
|
||||||
|
index++;
|
||||||
|
loadTrack(index);
|
||||||
|
if (playing) {
|
||||||
|
audio.play();
|
||||||
|
}
|
||||||
|
} else {
|
||||||
|
audio.pause();
|
||||||
|
index = 0;
|
||||||
|
loadTrack(index);
|
||||||
|
}
|
||||||
|
}),
|
||||||
|
li = $('#plList li').click(function () {
|
||||||
|
var id = parseInt($(this).index());
|
||||||
|
if (id !== index) {
|
||||||
|
playTrack(id);
|
||||||
|
}
|
||||||
|
}),
|
||||||
|
loadTrack = function (id) {
|
||||||
|
$('.plSel').removeClass('plSel');
|
||||||
|
$('#plList li:eq(' + id + ')').addClass('plSel');
|
||||||
|
npTitle.text(tracks[id].name);
|
||||||
|
index = id;
|
||||||
|
audio.src = mediaPath + tracks[id].file + extension;
|
||||||
|
$('audio').attr("data-matomo-title", tracks[id].name);
|
||||||
|
},
|
||||||
|
playTrack = function (id) {
|
||||||
|
loadTrack(id);
|
||||||
|
audio.play();
|
||||||
|
};
|
||||||
|
extension = audio.canPlayType('audio/mpeg') ? '.mp3' : audio.canPlayType('audio/ogg') ? '.ogg' : '';
|
||||||
|
loadTrack(index);
|
||||||
|
}
|
||||||
|
});
|
||||||
|
|
||||||
|
</script>
|
||||||
|
|
||||||
|
|
||||||
|
<div id="cookie-notice">
|
||||||
|
<p>We only use cookies if you consent to it. They don't contain any identifiable info: they just let us know if you enjoyed this enough to come back. <br />Click <a href="#" id="cookie-notice-decline">here</a> if you want this shit to go away without cookies. <br />Read more about how Basspistol <a href="/cookies/">use cookies</a> </p>
|
||||||
|
<a class="button small yes" href="#" id="cookie-notice-accept">I'm in!</a>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<script>
|
||||||
|
function createCookie(name, value, days) {
|
||||||
|
var expires = "";
|
||||||
|
if (days) {
|
||||||
|
var date = new Date();
|
||||||
|
date.setTime(date.getTime() + (days * 24 * 60 * 60 * 1000));
|
||||||
|
expires = "; expires=" + date.toUTCString();
|
||||||
|
}
|
||||||
|
document.cookie = name + "=" + value + expires + "; path=/";
|
||||||
|
}
|
||||||
|
function readCookie(name) {
|
||||||
|
var nameEQ = name + "=";
|
||||||
|
var ca = document.cookie.split(';');
|
||||||
|
for (var i = 0; i < ca.length; i++) {
|
||||||
|
var c = ca[i];
|
||||||
|
while (c.charAt(0) == ' ') c = c.substring(1, c.length);
|
||||||
|
if (c.indexOf(nameEQ) == 0) return c.substring(nameEQ.length, c.length);
|
||||||
|
}
|
||||||
|
return null;
|
||||||
|
}
|
||||||
|
function eraseCookie(name) {
|
||||||
|
createCookie(name, "", -1);
|
||||||
|
}
|
||||||
|
|
||||||
|
if (readCookie('cookie-notice-dismissed') == 'wantCookies') {
|
||||||
|
|
||||||
|
//* Matomo Tag Manager *//
|
||||||
|
|
||||||
|
var _mtm = _mtm || [];
|
||||||
|
_mtm.push({'mtm.startTime': (new Date().getTime()), 'event': 'mtm.Start'});
|
||||||
|
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
|
||||||
|
g.type='text/javascript'; g.async=true; g.defer=true; g.src='https://cdn.matomo.cloud/terminalnetwork.matomo.cloud/container_aJ0T3vZ5.js'; s.parentNode.insertBefore(g,s);
|
||||||
|
|
||||||
|
//* End Matomo Tag Manager *//
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
} else {
|
||||||
|
document.getElementById('cookie-notice').style.display = 'flex';
|
||||||
|
|
||||||
|
var _paq = window._paq || [];
|
||||||
|
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */
|
||||||
|
_paq.push(["setDocumentTitle", document.domain + "/" + document.title]);
|
||||||
|
_paq.push(["disableCookies"]);
|
||||||
|
_paq.push(['trackPageView']);
|
||||||
|
_paq.push(['enableLinkTracking']);
|
||||||
|
(function() {
|
||||||
|
var u="https://terminalnetwork.matomo.cloud/";
|
||||||
|
_paq.push(['setTrackerUrl', u+'matomo.php']);
|
||||||
|
_paq.push(['setSiteId', '14']);
|
||||||
|
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
|
||||||
|
g.type='text/javascript'; g.async=true; g.defer=true; g.src='//cdn.matomo.cloud/terminalnetwork.matomo.cloud/matomo.js'; s.parentNode.insertBefore(g,s);
|
||||||
|
})();
|
||||||
|
|
||||||
|
|
||||||
|
}
|
||||||
|
if (readCookie('cookie-notice-dismissed') == 'dontWantCookies') {
|
||||||
|
document.getElementById('cookie-notice').style.display = 'none';
|
||||||
|
|
||||||
|
var _paq = window._paq || [];
|
||||||
|
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */
|
||||||
|
_paq.push(["setDocumentTitle", document.domain + "/" + document.title]);
|
||||||
|
_paq.push(["disableCookies"]);
|
||||||
|
_paq.push(['trackPageView']);
|
||||||
|
_paq.push(['enableLinkTracking']);
|
||||||
|
(function() {
|
||||||
|
var u="https://terminalnetwork.matomo.cloud/";
|
||||||
|
_paq.push(['setTrackerUrl', u+'matomo.php']);
|
||||||
|
_paq.push(['setSiteId', '14']);
|
||||||
|
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
|
||||||
|
g.type='text/javascript'; g.async=true; g.defer=true; g.src='//cdn.matomo.cloud/terminalnetwork.matomo.cloud/matomo.js'; s.parentNode.insertBefore(g,s);
|
||||||
|
})();
|
||||||
|
|
||||||
|
}
|
||||||
|
document.getElementById('cookie-notice-accept').addEventListener("click", function () {
|
||||||
|
createCookie('cookie-notice-dismissed', 'wantCookies', 31);
|
||||||
|
document.getElementById('cookie-notice').style.display = 'none';
|
||||||
|
_paq.push(['trackEvent', 'Consent', 'wantCookie']);
|
||||||
|
location.reload();
|
||||||
|
});
|
||||||
|
|
||||||
|
document.getElementById('cookie-notice-decline').addEventListener("click", function () {
|
||||||
|
createCookie('cookie-notice-dismissed', 'dontWantCookies', 31);
|
||||||
|
document.getElementById('cookie-notice').style.display = 'none';
|
||||||
|
_paq.push(['trackEvent', 'Consent', 'dontWantCookie']);
|
||||||
|
location.reload();
|
||||||
|
});
|
||||||
|
|
||||||
|
// document.getElementById('cookie-notice-gimme').addEventListener("click", function () {
|
||||||
|
// createCookie('cookie-notice-dismissed', 'wantCookies', 31);
|
||||||
|
// document.getElementById('cookie-notice').style.display = 'none';
|
||||||
|
// location.reload();
|
||||||
|
// });
|
||||||
|
|
||||||
|
|
||||||
|
</script>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
404
albums/buy-a-vowel/1-tp-n-nc-n-gt-srtd/index.html
Normal file
404
albums/buy-a-vowel/1-tp-n-nc-n-gt-srtd/index.html
Normal file
|
|
@ -0,0 +1,404 @@
|
||||||
|
<!DOCTYPE html>
|
||||||
|
<!--
|
||||||
|
Based on _Story_ by html5up.net | @ajlkn
|
||||||
|
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
|
||||||
|
Remixed and Jekyllified by Setto
|
||||||
|
-->
|
||||||
|
<html lang="en">
|
||||||
|
<head>
|
||||||
|
<!-- Begin Jekyll SEO tag v2.6.1 -->
|
||||||
|
<meta name="generator" content="Jekyll v4.0.0" />
|
||||||
|
<meta property="og:title" content="1 Tp N Nc N Gt Srtd" />
|
||||||
|
<meta name="author" content="pax:nion" />
|
||||||
|
<meta property="og:locale" content="en" />
|
||||||
|
<meta name="description" content="PHI, Panix Heavy Industries" />
|
||||||
|
<meta property="og:description" content="PHI, Panix Heavy Industries" />
|
||||||
|
<link rel="canonical" href="https://panix.basspistol.com/albums/buy-a-vowel/1-tp-n-nc-n-gt-srtd/" />
|
||||||
|
<meta property="og:url" content="https://panix.basspistol.com/albums/buy-a-vowel/1-tp-n-nc-n-gt-srtd/" />
|
||||||
|
<meta property="og:site_name" content="pax:nion" />
|
||||||
|
<meta property="og:type" content="article" />
|
||||||
|
<meta property="article:published_time" content="2020-07-05T18:07:03+00:00" />
|
||||||
|
<script type="application/ld+json">
|
||||||
|
{"description":"PHI, Panix Heavy Industries","@type":"AudioObject","headline":"1 Tp N Nc N Gt Srtd","dateModified":"2020-07-05T18:07:00+00:00","datePublished":"2020-07-05T18:07:03+00:00","url":"https://panix.basspistol.com/albums/buy-a-vowel/1-tp-n-nc-n-gt-srtd/","author":{"@type":"Person","name":"pax:nion"},"publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://panix.basspistol.com/assets/img/setto_icon.png"},"name":"pax:nion"},"@context":"https://schema.org"}</script>
|
||||||
|
<!-- End Jekyll SEO tag -->
|
||||||
|
|
||||||
|
<link type="application/atom+xml" rel="alternate" href="https://panix.basspistol.com/feed.xml" title="" />
|
||||||
|
<!-- BEGIN seo.html -->
|
||||||
|
|
||||||
|
<title>Play TP N NC N GT SRTD by Panixonik</title>
|
||||||
|
<meta name="title" content="Play TP N NC N GT SRTD by Panixonik" />
|
||||||
|
|
||||||
|
<meta name="dc.date.modified" scheme="ISO8601" content="2020-07-05T18:07:00+00:00" />
|
||||||
|
<meta name="robots" content="index" />
|
||||||
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||||
|
<link rel="canonical" href="https://panix.basspistol.com/albums/buy-a-vowel/1-tp-n-nc-n-gt-srtd/" />
|
||||||
|
<link rel="alternate" hreflang="x-default" href="https://panix.basspistol.com/albums/buy-a-vowel/1-tp-n-nc-n-gt-srtd/" />
|
||||||
|
<meta name="geo.region" content="BJ-ZO" />
|
||||||
|
<meta name="geo.placename" content="Setto" />
|
||||||
|
<meta name="geo.position" content="7.48777;2.076389" />
|
||||||
|
<meta name="ICBM" content="7.48777, 2.076389" />
|
||||||
|
|
||||||
|
<!-- Dublin Core basic info -->
|
||||||
|
|
||||||
|
<meta name="dcterms.Identifier" content="https://panix.basspistol.com" />
|
||||||
|
<meta name="dcterms.Format" content="text/html" />
|
||||||
|
<meta name="dcterms.Relation" content="pax:nion" />
|
||||||
|
<meta name="dcterms.Publisher" content="pax:nion" />
|
||||||
|
<meta name="dcterms.Type" content="text/html" />
|
||||||
|
<meta name="dcterms.Coverage" content="https://panix.basspistol.com/" />
|
||||||
|
<meta name="dcterms.Rights" content="Copyright ©2020 pax:nion." />
|
||||||
|
|
||||||
|
<meta name="dcterms.Subject" content="Listen and to a track by Panixonik from the release Buy A Vowel and support your remote artist!" />
|
||||||
|
<meta name="dcterms.Title" content="TP N NC N GT SRTD - Panixonik | pax:nion" />
|
||||||
|
|
||||||
|
<meta name="dcterms.Contributor" content="pax:nion" />
|
||||||
|
<meta name="dcterms.Date" content="2020-07-05" />
|
||||||
|
<meta name="dcterms.Description" content="" />
|
||||||
|
|
||||||
|
<!-- Twitter Card -->
|
||||||
|
|
||||||
|
<meta name="twitter:card" content="summary" />
|
||||||
|
<meta name="twitter:site" content="@" />
|
||||||
|
<meta name="twitter:title" content="1 Tp N Nc N Gt Srtd | pax:nion" />
|
||||||
|
<meta name="twitter:description" content="PHI, Panix Heavy Industries" />
|
||||||
|
|
||||||
|
<meta name="twitter:image" content="https://panix.basspistol.com" />
|
||||||
|
|
||||||
|
<!-- END seo.html -->
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<meta charset="utf-8" />
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=yes" />
|
||||||
|
<link rel="stylesheet" href="../../../assets/css/main20200519.css" />
|
||||||
|
|
||||||
|
<link rel="apple-touch-icon" href="https://panix.basspistol.com/apple-touch-icon.png" />
|
||||||
|
<link rel="icon" type="image/png" href="https://panix.basspistol.com/touch-icon.png" sizes="192x192" />
|
||||||
|
<link rel="shortcut icon" href="https://panix.basspistol.com/assets/img/setto_icon.png" type="image/png" />
|
||||||
|
<noscript><link rel="stylesheet" href="../../../assets/css/noscript20200518-rev1.css" /></noscript>
|
||||||
|
</head>
|
||||||
|
|
||||||
|
<body class="is-preload" id="body">
|
||||||
|
<span id="top" style="display: none;"></span>
|
||||||
|
<!-- Wrapper -->
|
||||||
|
<div id="wrapper" class="divided" data-cms-content-wrapper="/_layouts/default.html">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<!-- Banner -->
|
||||||
|
<section
|
||||||
|
class="banner onload-image-fade-in onload-content-fade-right style3 fullscreen content-align-center image-position-center" style="background-image:url('https://media.basspistol.com/panix/buy-a-vowel/1-tp-n-nc-n-gt-srtd.jpeg');background-size: cover; background-repeat: no-repeat;">
|
||||||
|
<div style="z-index:0;position:absolute; top:0; left:0; width:100%;height:100%;background-color: rgba(13, 13 ,13, 0.85);"></div>
|
||||||
|
<div class="content" style="z-index:1">
|
||||||
|
<h1 style="margin-top:80px">TP N NC N GT SRTD</h1>
|
||||||
|
|
||||||
|
<p><strong><span id="tracktime"></span></strong><span id="tpnncngtsrtd"></span></strong> <br />
|
||||||
|
Style: <strong>Electronic</strong>
|
||||||
|
</p>
|
||||||
|
<script type="text/javascript">
|
||||||
|
var tpnncngtsrtdtimestamp = 145;
|
||||||
|
var tpnncngtsrtdhours = Math.floor(tpnncngtsrtdtimestamp / 60 / 60);
|
||||||
|
var tpnncngtsrtdminutes = Math.floor(tpnncngtsrtdtimestamp / 60) - (tpnncngtsrtdhours * 60);
|
||||||
|
var tpnncngtsrtdseconds = tpnncngtsrtdtimestamp % 60;
|
||||||
|
var tpnncngtsrtdformatted = tpnncngtsrtdhours.toString().padStart(2, '0') + ':' + tpnncngtsrtdminutes.toString().padStart(2, '0') + ':' + tpnncngtsrtdseconds.toString().padStart(2, '0');
|
||||||
|
var theSpan = document.getElementById("tpnncngtsrtd");
|
||||||
|
theSpan.innerHTML = tpnncngtsrtdformatted;
|
||||||
|
</script>
|
||||||
|
|
||||||
|
|
||||||
|
<ul class="actions stacked">
|
||||||
|
<li><button id="mu_pause" class="smooth-scroll-middle button icon solid fa-play">Play dat!</button></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="image">
|
||||||
|
<img src="https://media.basspistol.com/panix/buy-a-vowel/1-tp-n-nc-n-gt-srtd.jpeg" alt="1 Tp N Nc N Gt Srtd logo" id="coverart" />
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
|
||||||
|
|
||||||
|
<!-- Page navigation -->
|
||||||
|
<section class="wrapper style1 align-center">
|
||||||
|
<div class="inner">
|
||||||
|
<div class="index align-left">
|
||||||
|
<!-- Author -->
|
||||||
|
<section class="streambox" style="margin-top:40px;padding: 40px;">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<h3 style="text-align: center;display: block;">This track can't be bought</h3>
|
||||||
|
<p>But other tracks are available here:</p>
|
||||||
|
|
||||||
|
|
||||||
|
<div class="streamer">
|
||||||
|
|
||||||
|
|
||||||
|
<a onclick="_paq.push(['trackEvent', 'StoreLink', 'Bandcamp']);" target="_blank" rel="noopener" href="https://panixheavyindustries.bandcamp.com" alt="Stream from Bandcamp" title="Stream from Bandcamp" class="button icon brands fa-bandcamp">Bandcamp</a>
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</section>
|
||||||
|
<section>
|
||||||
|
<!-- Content -->
|
||||||
|
<div class="content">
|
||||||
|
<!-- post Naviation -->
|
||||||
|
<div style="text-align: center;">
|
||||||
|
<h3>Play more songs grom this release</h3>
|
||||||
|
</div>
|
||||||
|
<div class="post-nav">
|
||||||
|
<div>
|
||||||
|
|
||||||
|
<h4><a href="../../../albums/buy-a-vowel/7-gd-mrgn/" alt="Read GD MRGN" title="Read GD MRGN"><i class="fas fa-arrow-left"></i></a> <a
|
||||||
|
href="../../../albums/buy-a-vowel/7-gd-mrgn/"> GD MRGN</a>
|
||||||
|
</h4>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
<div class="post-nav-next">
|
||||||
|
|
||||||
|
<h4><a href="../../../albums/buy-a-vowel/2-rptr-mr/"> RPTR MR</a> <a
|
||||||
|
href="../../../albums/buy-a-vowel/2-rptr-mr/" alt="Read RPTR MR" title="Read RPTR MR"><i class="fas fa-arrow-right"></i></a></h4>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<!-- End Post Navigation -->
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
<!-- Audio player-->
|
||||||
|
<audio autoplay preload="true" data-matomo-title="TP N NC N GT SRTD">
|
||||||
|
<source src="https://media.basspistol.com/panix/buy-a-vowel/1-tp-n-nc-n-gt-srtd.mp3" type="audio/mpeg" ontimeupdate='updateTrackTime(this);' />
|
||||||
|
<h1>Your browser isn't ready for so much hotness. Use the download-link instead.</h1>.
|
||||||
|
</audio>
|
||||||
|
<!-- Footer -->
|
||||||
|
<footer id="footer" class="wrapper style1 align-center">
|
||||||
|
<div class="footflex">
|
||||||
|
<div>
|
||||||
|
<h4>pax:nion</h4>
|
||||||
|
<p>PHI, Panix Heavy Industries
|
||||||
|
<br /><a href="mailto:"></a></p>
|
||||||
|
</div>
|
||||||
|
<div>
|
||||||
|
<ul>
|
||||||
|
<li><a href="#top" class="smooth-scroll-middle">Back to top</a></li>
|
||||||
|
<li><a href="/#album0" class="smooth-scroll-middle">music</a></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<div><img src="/assets/panix-logo-dark.svg" style="max-width:300px" alt="pax:nion Logo" /></div>
|
||||||
|
</div>
|
||||||
|
<div class="inner">
|
||||||
|
<ul class="icons">
|
||||||
|
|
||||||
|
<!-- <li><a href="mailto:" class="icon style2 fa-envelope"><span class="label">Email</span></a></li> -->
|
||||||
|
</ul>
|
||||||
|
<p>©2020 Basspistol | <a href="../../../webcreds/">Credits</a> | <a href="../../../cookies/">Cookies & Privacy</a></p>
|
||||||
|
</div>
|
||||||
|
</footer>
|
||||||
|
|
||||||
|
|
||||||
|
<script type="text/javascript">
|
||||||
|
function loadUrl(newLocation) {
|
||||||
|
window.location = newLocation;
|
||||||
|
return false;
|
||||||
|
}
|
||||||
|
|
||||||
|
var mu = document.getElementsByTagName("audio")[0];
|
||||||
|
var pauseButton = document.getElementById("mu_pause");
|
||||||
|
var spincover = document.getElementById("coverart");
|
||||||
|
|
||||||
|
mu.addEventListener('ended', function () {
|
||||||
|
// only functional if "loop" is removed
|
||||||
|
mu.pause();
|
||||||
|
mu.currentTime = 0;
|
||||||
|
loadUrl("../../../buy-a-vowel/2-rptr-mr/"); return false;
|
||||||
|
});
|
||||||
|
mu.onplaying = function() {
|
||||||
|
pauseButton.innerHTML = "Pause";
|
||||||
|
pauseButton.classList.remove("fa-play");
|
||||||
|
pauseButton.classList.add("fa-pause");
|
||||||
|
spincover.classList.add("spinnit");
|
||||||
|
spincover.classList.remove("paused");
|
||||||
|
};
|
||||||
|
|
||||||
|
pauseButton.addEventListener("click", function () {
|
||||||
|
if (mu.paused) {
|
||||||
|
mu.play();
|
||||||
|
|
||||||
|
}
|
||||||
|
else {
|
||||||
|
mu.pause();
|
||||||
|
pauseButton.innerHTML = "Resume";
|
||||||
|
pauseButton.classList.add("fa-play");
|
||||||
|
pauseButton.classList.remove("fa-pause");
|
||||||
|
spincover.classList.add("paused");
|
||||||
|
}
|
||||||
|
});
|
||||||
|
|
||||||
|
mu.addEventListener('timeupdate', function () {
|
||||||
|
var timestamp = Math.floor(mu.currentTime);
|
||||||
|
var hours = Math.floor(timestamp / 60 / 60);
|
||||||
|
var minutes = Math.floor(timestamp / 60) - (hours * 60);
|
||||||
|
var seconds = timestamp % 60;
|
||||||
|
var formatted = hours.toString().padStart(2, '0') + ':' + minutes.toString().padStart(2, '0') + ':' + seconds.toString().padStart(2, '0');
|
||||||
|
var thecurrentSpan = document.getElementById("tracktime");
|
||||||
|
thecurrentSpan.innerHTML = formatted + ' / ';
|
||||||
|
});
|
||||||
|
|
||||||
|
</script>
|
||||||
|
</div>
|
||||||
|
<!-- Navigation -->
|
||||||
|
<div id="logo" class="logo">
|
||||||
|
<a href="/" class="smooth-scroll-middle"><img width="200em" src="/assets/panix-logo.svg" alt=" Logo" /></a>
|
||||||
|
<a href="#navbar" onclick="blurBody()" alt="Navigation Menu" title="Navigation Menu"><span style="font-size: 34px;" class="icon solid fa-bars"></span></a>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div id="navbar" style="display: block;" class="modalDialog">
|
||||||
|
<a href="#close" onclick="removeBlur()" alt="Close Menu" title="Close Menu"><div id="closearea"> </div></a>
|
||||||
|
<nav>
|
||||||
|
<a href="#close" title="Close" onclick="removeBlur()" class="close-button close" style="margin: 0 auto;">X</a>
|
||||||
|
<ul>
|
||||||
|
|
||||||
|
|
||||||
|
<li><a href="../../../" class="button small">Home</a></li>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<li><a href="../../../releases/" class="button small">Releases</a></li>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<li><a href="../../../logs/" class="button small">Web-Log</a></li>
|
||||||
|
|
||||||
|
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
</nav>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
<!-- End Navigation -->
|
||||||
|
<!-- Scripts -->
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<script src="../../../assets/js/jquery.min.js"></script>
|
||||||
|
<script src="../../../assets/js/jquery.scrollex.min.js"></script>
|
||||||
|
<script src="../../../assets/js/jquery.scrolly.min.js"></script>
|
||||||
|
<script src="../../../assets/js/browser.min.js"></script>
|
||||||
|
<script src="../../../assets/js/breakpoints.min.js"></script>
|
||||||
|
<script src="../../../assets/js/util.js"></script>
|
||||||
|
<script src="../../../assets/js/main.js"></script>
|
||||||
|
<script src="../../../assets/js/set.js"></script>
|
||||||
|
|
||||||
|
|
||||||
|
<div id="cookie-notice">
|
||||||
|
<p>We only use cookies if you consent to it. They don't contain any identifiable info: they just let us know if you enjoyed this enough to come back. <br />Click <a href="#" id="cookie-notice-decline">here</a> if you want this shit to go away without cookies. <br />Read more about how Basspistol <a href="/cookies/">use cookies</a> </p>
|
||||||
|
<a class="button small yes" href="#" id="cookie-notice-accept">I'm in!</a>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<script>
|
||||||
|
function createCookie(name, value, days) {
|
||||||
|
var expires = "";
|
||||||
|
if (days) {
|
||||||
|
var date = new Date();
|
||||||
|
date.setTime(date.getTime() + (days * 24 * 60 * 60 * 1000));
|
||||||
|
expires = "; expires=" + date.toUTCString();
|
||||||
|
}
|
||||||
|
document.cookie = name + "=" + value + expires + "; path=/";
|
||||||
|
}
|
||||||
|
function readCookie(name) {
|
||||||
|
var nameEQ = name + "=";
|
||||||
|
var ca = document.cookie.split(';');
|
||||||
|
for (var i = 0; i < ca.length; i++) {
|
||||||
|
var c = ca[i];
|
||||||
|
while (c.charAt(0) == ' ') c = c.substring(1, c.length);
|
||||||
|
if (c.indexOf(nameEQ) == 0) return c.substring(nameEQ.length, c.length);
|
||||||
|
}
|
||||||
|
return null;
|
||||||
|
}
|
||||||
|
function eraseCookie(name) {
|
||||||
|
createCookie(name, "", -1);
|
||||||
|
}
|
||||||
|
|
||||||
|
if (readCookie('cookie-notice-dismissed') == 'wantCookies') {
|
||||||
|
|
||||||
|
//* Matomo Tag Manager *//
|
||||||
|
|
||||||
|
var _mtm = _mtm || [];
|
||||||
|
_mtm.push({'mtm.startTime': (new Date().getTime()), 'event': 'mtm.Start'});
|
||||||
|
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
|
||||||
|
g.type='text/javascript'; g.async=true; g.defer=true; g.src='https://cdn.matomo.cloud/terminalnetwork.matomo.cloud/container_aJ0T3vZ5.js'; s.parentNode.insertBefore(g,s);
|
||||||
|
|
||||||
|
//* End Matomo Tag Manager *//
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
} else {
|
||||||
|
document.getElementById('cookie-notice').style.display = 'flex';
|
||||||
|
|
||||||
|
var _paq = window._paq || [];
|
||||||
|
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */
|
||||||
|
_paq.push(["setDocumentTitle", document.domain + "/" + document.title]);
|
||||||
|
_paq.push(["disableCookies"]);
|
||||||
|
_paq.push(['trackPageView']);
|
||||||
|
_paq.push(['enableLinkTracking']);
|
||||||
|
(function() {
|
||||||
|
var u="https://terminalnetwork.matomo.cloud/";
|
||||||
|
_paq.push(['setTrackerUrl', u+'matomo.php']);
|
||||||
|
_paq.push(['setSiteId', '14']);
|
||||||
|
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
|
||||||
|
g.type='text/javascript'; g.async=true; g.defer=true; g.src='//cdn.matomo.cloud/terminalnetwork.matomo.cloud/matomo.js'; s.parentNode.insertBefore(g,s);
|
||||||
|
})();
|
||||||
|
|
||||||
|
|
||||||
|
}
|
||||||
|
if (readCookie('cookie-notice-dismissed') == 'dontWantCookies') {
|
||||||
|
document.getElementById('cookie-notice').style.display = 'none';
|
||||||
|
|
||||||
|
var _paq = window._paq || [];
|
||||||
|
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */
|
||||||
|
_paq.push(["setDocumentTitle", document.domain + "/" + document.title]);
|
||||||
|
_paq.push(["disableCookies"]);
|
||||||
|
_paq.push(['trackPageView']);
|
||||||
|
_paq.push(['enableLinkTracking']);
|
||||||
|
(function() {
|
||||||
|
var u="https://terminalnetwork.matomo.cloud/";
|
||||||
|
_paq.push(['setTrackerUrl', u+'matomo.php']);
|
||||||
|
_paq.push(['setSiteId', '14']);
|
||||||
|
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
|
||||||
|
g.type='text/javascript'; g.async=true; g.defer=true; g.src='//cdn.matomo.cloud/terminalnetwork.matomo.cloud/matomo.js'; s.parentNode.insertBefore(g,s);
|
||||||
|
})();
|
||||||
|
|
||||||
|
}
|
||||||
|
document.getElementById('cookie-notice-accept').addEventListener("click", function () {
|
||||||
|
createCookie('cookie-notice-dismissed', 'wantCookies', 31);
|
||||||
|
document.getElementById('cookie-notice').style.display = 'none';
|
||||||
|
_paq.push(['trackEvent', 'Consent', 'wantCookie']);
|
||||||
|
location.reload();
|
||||||
|
});
|
||||||
|
|
||||||
|
document.getElementById('cookie-notice-decline').addEventListener("click", function () {
|
||||||
|
createCookie('cookie-notice-dismissed', 'dontWantCookies', 31);
|
||||||
|
document.getElementById('cookie-notice').style.display = 'none';
|
||||||
|
_paq.push(['trackEvent', 'Consent', 'dontWantCookie']);
|
||||||
|
location.reload();
|
||||||
|
});
|
||||||
|
|
||||||
|
// document.getElementById('cookie-notice-gimme').addEventListener("click", function () {
|
||||||
|
// createCookie('cookie-notice-dismissed', 'wantCookies', 31);
|
||||||
|
// document.getElementById('cookie-notice').style.display = 'none';
|
||||||
|
// location.reload();
|
||||||
|
// });
|
||||||
|
|
||||||
|
|
||||||
|
</script>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
404
albums/buy-a-vowel/2-rptr-mr/index.html
Normal file
404
albums/buy-a-vowel/2-rptr-mr/index.html
Normal file
|
|
@ -0,0 +1,404 @@
|
||||||
|
<!DOCTYPE html>
|
||||||
|
<!--
|
||||||
|
Based on _Story_ by html5up.net | @ajlkn
|
||||||
|
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
|
||||||
|
Remixed and Jekyllified by Setto
|
||||||
|
-->
|
||||||
|
<html lang="en">
|
||||||
|
<head>
|
||||||
|
<!-- Begin Jekyll SEO tag v2.6.1 -->
|
||||||
|
<meta name="generator" content="Jekyll v4.0.0" />
|
||||||
|
<meta property="og:title" content="2 Rptr Mr" />
|
||||||
|
<meta name="author" content="pax:nion" />
|
||||||
|
<meta property="og:locale" content="en" />
|
||||||
|
<meta name="description" content="PHI, Panix Heavy Industries" />
|
||||||
|
<meta property="og:description" content="PHI, Panix Heavy Industries" />
|
||||||
|
<link rel="canonical" href="https://panix.basspistol.com/albums/buy-a-vowel/2-rptr-mr/" />
|
||||||
|
<meta property="og:url" content="https://panix.basspistol.com/albums/buy-a-vowel/2-rptr-mr/" />
|
||||||
|
<meta property="og:site_name" content="pax:nion" />
|
||||||
|
<meta property="og:type" content="article" />
|
||||||
|
<meta property="article:published_time" content="2020-07-05T18:07:03+00:00" />
|
||||||
|
<script type="application/ld+json">
|
||||||
|
{"description":"PHI, Panix Heavy Industries","@type":"AudioObject","headline":"2 Rptr Mr","dateModified":"2020-07-05T18:07:00+00:00","datePublished":"2020-07-05T18:07:03+00:00","url":"https://panix.basspistol.com/albums/buy-a-vowel/2-rptr-mr/","author":{"@type":"Person","name":"pax:nion"},"publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://panix.basspistol.com/assets/img/setto_icon.png"},"name":"pax:nion"},"@context":"https://schema.org"}</script>
|
||||||
|
<!-- End Jekyll SEO tag -->
|
||||||
|
|
||||||
|
<link type="application/atom+xml" rel="alternate" href="https://panix.basspistol.com/feed.xml" title="" />
|
||||||
|
<!-- BEGIN seo.html -->
|
||||||
|
|
||||||
|
<title>Play RPTR MR by Panixonik</title>
|
||||||
|
<meta name="title" content="Play RPTR MR by Panixonik" />
|
||||||
|
|
||||||
|
<meta name="dc.date.modified" scheme="ISO8601" content="2020-07-05T18:07:00+00:00" />
|
||||||
|
<meta name="robots" content="index" />
|
||||||
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||||
|
<link rel="canonical" href="https://panix.basspistol.com/albums/buy-a-vowel/2-rptr-mr/" />
|
||||||
|
<link rel="alternate" hreflang="x-default" href="https://panix.basspistol.com/albums/buy-a-vowel/2-rptr-mr/" />
|
||||||
|
<meta name="geo.region" content="BJ-ZO" />
|
||||||
|
<meta name="geo.placename" content="Setto" />
|
||||||
|
<meta name="geo.position" content="7.48777;2.076389" />
|
||||||
|
<meta name="ICBM" content="7.48777, 2.076389" />
|
||||||
|
|
||||||
|
<!-- Dublin Core basic info -->
|
||||||
|
|
||||||
|
<meta name="dcterms.Identifier" content="https://panix.basspistol.com" />
|
||||||
|
<meta name="dcterms.Format" content="text/html" />
|
||||||
|
<meta name="dcterms.Relation" content="pax:nion" />
|
||||||
|
<meta name="dcterms.Publisher" content="pax:nion" />
|
||||||
|
<meta name="dcterms.Type" content="text/html" />
|
||||||
|
<meta name="dcterms.Coverage" content="https://panix.basspistol.com/" />
|
||||||
|
<meta name="dcterms.Rights" content="Copyright ©2020 pax:nion." />
|
||||||
|
|
||||||
|
<meta name="dcterms.Subject" content="Listen and to a track by Panixonik from the release Buy A Vowel and support your remote artist!" />
|
||||||
|
<meta name="dcterms.Title" content="RPTR MR - Panixonik | pax:nion" />
|
||||||
|
|
||||||
|
<meta name="dcterms.Contributor" content="pax:nion" />
|
||||||
|
<meta name="dcterms.Date" content="2020-07-05" />
|
||||||
|
<meta name="dcterms.Description" content="" />
|
||||||
|
|
||||||
|
<!-- Twitter Card -->
|
||||||
|
|
||||||
|
<meta name="twitter:card" content="summary" />
|
||||||
|
<meta name="twitter:site" content="@" />
|
||||||
|
<meta name="twitter:title" content="2 Rptr Mr | pax:nion" />
|
||||||
|
<meta name="twitter:description" content="PHI, Panix Heavy Industries" />
|
||||||
|
|
||||||
|
<meta name="twitter:image" content="https://panix.basspistol.com" />
|
||||||
|
|
||||||
|
<!-- END seo.html -->
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<meta charset="utf-8" />
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=yes" />
|
||||||
|
<link rel="stylesheet" href="../../../assets/css/main20200519.css" />
|
||||||
|
|
||||||
|
<link rel="apple-touch-icon" href="https://panix.basspistol.com/apple-touch-icon.png" />
|
||||||
|
<link rel="icon" type="image/png" href="https://panix.basspistol.com/touch-icon.png" sizes="192x192" />
|
||||||
|
<link rel="shortcut icon" href="https://panix.basspistol.com/assets/img/setto_icon.png" type="image/png" />
|
||||||
|
<noscript><link rel="stylesheet" href="../../../assets/css/noscript20200518-rev1.css" /></noscript>
|
||||||
|
</head>
|
||||||
|
|
||||||
|
<body class="is-preload" id="body">
|
||||||
|
<span id="top" style="display: none;"></span>
|
||||||
|
<!-- Wrapper -->
|
||||||
|
<div id="wrapper" class="divided" data-cms-content-wrapper="/_layouts/default.html">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<!-- Banner -->
|
||||||
|
<section
|
||||||
|
class="banner onload-image-fade-in onload-content-fade-right style3 fullscreen content-align-center image-position-center" style="background-image:url('https://media.basspistol.com/panix/buy-a-vowel/2-rptr-mr.jpeg');background-size: cover; background-repeat: no-repeat;">
|
||||||
|
<div style="z-index:0;position:absolute; top:0; left:0; width:100%;height:100%;background-color: rgba(13, 13 ,13, 0.85);"></div>
|
||||||
|
<div class="content" style="z-index:1">
|
||||||
|
<h1 style="margin-top:80px">RPTR MR</h1>
|
||||||
|
|
||||||
|
<p><strong><span id="tracktime"></span></strong><span id="rptrmr"></span></strong> <br />
|
||||||
|
Style: <strong>Electronic</strong>
|
||||||
|
</p>
|
||||||
|
<script type="text/javascript">
|
||||||
|
var rptrmrtimestamp = 129;
|
||||||
|
var rptrmrhours = Math.floor(rptrmrtimestamp / 60 / 60);
|
||||||
|
var rptrmrminutes = Math.floor(rptrmrtimestamp / 60) - (rptrmrhours * 60);
|
||||||
|
var rptrmrseconds = rptrmrtimestamp % 60;
|
||||||
|
var rptrmrformatted = rptrmrhours.toString().padStart(2, '0') + ':' + rptrmrminutes.toString().padStart(2, '0') + ':' + rptrmrseconds.toString().padStart(2, '0');
|
||||||
|
var theSpan = document.getElementById("rptrmr");
|
||||||
|
theSpan.innerHTML = rptrmrformatted;
|
||||||
|
</script>
|
||||||
|
|
||||||
|
|
||||||
|
<ul class="actions stacked">
|
||||||
|
<li><button id="mu_pause" class="smooth-scroll-middle button icon solid fa-play">Play dat!</button></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="image">
|
||||||
|
<img src="https://media.basspistol.com/panix/buy-a-vowel/2-rptr-mr.jpeg" alt="2 Rptr Mr logo" id="coverart" />
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
|
||||||
|
|
||||||
|
<!-- Page navigation -->
|
||||||
|
<section class="wrapper style1 align-center">
|
||||||
|
<div class="inner">
|
||||||
|
<div class="index align-left">
|
||||||
|
<!-- Author -->
|
||||||
|
<section class="streambox" style="margin-top:40px;padding: 40px;">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<h3 style="text-align: center;display: block;">This track can't be bought</h3>
|
||||||
|
<p>But other tracks are available here:</p>
|
||||||
|
|
||||||
|
|
||||||
|
<div class="streamer">
|
||||||
|
|
||||||
|
|
||||||
|
<a onclick="_paq.push(['trackEvent', 'StoreLink', 'Bandcamp']);" target="_blank" rel="noopener" href="https://panixheavyindustries.bandcamp.com" alt="Stream from Bandcamp" title="Stream from Bandcamp" class="button icon brands fa-bandcamp">Bandcamp</a>
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</section>
|
||||||
|
<section>
|
||||||
|
<!-- Content -->
|
||||||
|
<div class="content">
|
||||||
|
<!-- post Naviation -->
|
||||||
|
<div style="text-align: center;">
|
||||||
|
<h3>Play more songs grom this release</h3>
|
||||||
|
</div>
|
||||||
|
<div class="post-nav">
|
||||||
|
<div>
|
||||||
|
|
||||||
|
<h4><a href="../../../albums/buy-a-vowel/1-tp-n-nc-n-gt-srtd/" alt="Read TP N NC N GT SRTD" title="Read TP N NC N GT SRTD"><i class="fas fa-arrow-left"></i></a> <a
|
||||||
|
href="../../../albums/buy-a-vowel/1-tp-n-nc-n-gt-srtd/"> TP N NC N GT SRTD</a>
|
||||||
|
</h4>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
<div class="post-nav-next">
|
||||||
|
|
||||||
|
<h4><a href="../../../albums/buy-a-vowel/3-snks-r-stpd/"> SNKS R STPD</a> <a
|
||||||
|
href="../../../albums/buy-a-vowel/3-snks-r-stpd/" alt="Read SNKS R STPD" title="Read SNKS R STPD"><i class="fas fa-arrow-right"></i></a></h4>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<!-- End Post Navigation -->
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
<!-- Audio player-->
|
||||||
|
<audio autoplay preload="true" data-matomo-title="RPTR MR">
|
||||||
|
<source src="https://media.basspistol.com/panix/buy-a-vowel/2-rptr-mr.mp3" type="audio/mpeg" ontimeupdate='updateTrackTime(this);' />
|
||||||
|
<h1>Your browser isn't ready for so much hotness. Use the download-link instead.</h1>.
|
||||||
|
</audio>
|
||||||
|
<!-- Footer -->
|
||||||
|
<footer id="footer" class="wrapper style1 align-center">
|
||||||
|
<div class="footflex">
|
||||||
|
<div>
|
||||||
|
<h4>pax:nion</h4>
|
||||||
|
<p>PHI, Panix Heavy Industries
|
||||||
|
<br /><a href="mailto:"></a></p>
|
||||||
|
</div>
|
||||||
|
<div>
|
||||||
|
<ul>
|
||||||
|
<li><a href="#top" class="smooth-scroll-middle">Back to top</a></li>
|
||||||
|
<li><a href="/#album0" class="smooth-scroll-middle">music</a></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<div><img src="/assets/panix-logo-dark.svg" style="max-width:300px" alt="pax:nion Logo" /></div>
|
||||||
|
</div>
|
||||||
|
<div class="inner">
|
||||||
|
<ul class="icons">
|
||||||
|
|
||||||
|
<!-- <li><a href="mailto:" class="icon style2 fa-envelope"><span class="label">Email</span></a></li> -->
|
||||||
|
</ul>
|
||||||
|
<p>©2020 Basspistol | <a href="../../../webcreds/">Credits</a> | <a href="../../../cookies/">Cookies & Privacy</a></p>
|
||||||
|
</div>
|
||||||
|
</footer>
|
||||||
|
|
||||||
|
|
||||||
|
<script type="text/javascript">
|
||||||
|
function loadUrl(newLocation) {
|
||||||
|
window.location = newLocation;
|
||||||
|
return false;
|
||||||
|
}
|
||||||
|
|
||||||
|
var mu = document.getElementsByTagName("audio")[0];
|
||||||
|
var pauseButton = document.getElementById("mu_pause");
|
||||||
|
var spincover = document.getElementById("coverart");
|
||||||
|
|
||||||
|
mu.addEventListener('ended', function () {
|
||||||
|
// only functional if "loop" is removed
|
||||||
|
mu.pause();
|
||||||
|
mu.currentTime = 0;
|
||||||
|
loadUrl("../../../buy-a-vowel/3-snks-r-stpd/"); return false;
|
||||||
|
});
|
||||||
|
mu.onplaying = function() {
|
||||||
|
pauseButton.innerHTML = "Pause";
|
||||||
|
pauseButton.classList.remove("fa-play");
|
||||||
|
pauseButton.classList.add("fa-pause");
|
||||||
|
spincover.classList.add("spinnit");
|
||||||
|
spincover.classList.remove("paused");
|
||||||
|
};
|
||||||
|
|
||||||
|
pauseButton.addEventListener("click", function () {
|
||||||
|
if (mu.paused) {
|
||||||
|
mu.play();
|
||||||
|
|
||||||
|
}
|
||||||
|
else {
|
||||||
|
mu.pause();
|
||||||
|
pauseButton.innerHTML = "Resume";
|
||||||
|
pauseButton.classList.add("fa-play");
|
||||||
|
pauseButton.classList.remove("fa-pause");
|
||||||
|
spincover.classList.add("paused");
|
||||||
|
}
|
||||||
|
});
|
||||||
|
|
||||||
|
mu.addEventListener('timeupdate', function () {
|
||||||
|
var timestamp = Math.floor(mu.currentTime);
|
||||||
|
var hours = Math.floor(timestamp / 60 / 60);
|
||||||
|
var minutes = Math.floor(timestamp / 60) - (hours * 60);
|
||||||
|
var seconds = timestamp % 60;
|
||||||
|
var formatted = hours.toString().padStart(2, '0') + ':' + minutes.toString().padStart(2, '0') + ':' + seconds.toString().padStart(2, '0');
|
||||||
|
var thecurrentSpan = document.getElementById("tracktime");
|
||||||
|
thecurrentSpan.innerHTML = formatted + ' / ';
|
||||||
|
});
|
||||||
|
|
||||||
|
</script>
|
||||||
|
</div>
|
||||||
|
<!-- Navigation -->
|
||||||
|
<div id="logo" class="logo">
|
||||||
|
<a href="/" class="smooth-scroll-middle"><img width="200em" src="/assets/panix-logo.svg" alt=" Logo" /></a>
|
||||||
|
<a href="#navbar" onclick="blurBody()" alt="Navigation Menu" title="Navigation Menu"><span style="font-size: 34px;" class="icon solid fa-bars"></span></a>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div id="navbar" style="display: block;" class="modalDialog">
|
||||||
|
<a href="#close" onclick="removeBlur()" alt="Close Menu" title="Close Menu"><div id="closearea"> </div></a>
|
||||||
|
<nav>
|
||||||
|
<a href="#close" title="Close" onclick="removeBlur()" class="close-button close" style="margin: 0 auto;">X</a>
|
||||||
|
<ul>
|
||||||
|
|
||||||
|
|
||||||
|
<li><a href="../../../" class="button small">Home</a></li>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<li><a href="../../../releases/" class="button small">Releases</a></li>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<li><a href="../../../logs/" class="button small">Web-Log</a></li>
|
||||||
|
|
||||||
|
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
</nav>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
<!-- End Navigation -->
|
||||||
|
<!-- Scripts -->
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<script src="../../../assets/js/jquery.min.js"></script>
|
||||||
|
<script src="../../../assets/js/jquery.scrollex.min.js"></script>
|
||||||
|
<script src="../../../assets/js/jquery.scrolly.min.js"></script>
|
||||||
|
<script src="../../../assets/js/browser.min.js"></script>
|
||||||
|
<script src="../../../assets/js/breakpoints.min.js"></script>
|
||||||
|
<script src="../../../assets/js/util.js"></script>
|
||||||
|
<script src="../../../assets/js/main.js"></script>
|
||||||
|
<script src="../../../assets/js/set.js"></script>
|
||||||
|
|
||||||
|
|
||||||
|
<div id="cookie-notice">
|
||||||
|
<p>We only use cookies if you consent to it. They don't contain any identifiable info: they just let us know if you enjoyed this enough to come back. <br />Click <a href="#" id="cookie-notice-decline">here</a> if you want this shit to go away without cookies. <br />Read more about how Basspistol <a href="/cookies/">use cookies</a> </p>
|
||||||
|
<a class="button small yes" href="#" id="cookie-notice-accept">I'm in!</a>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<script>
|
||||||
|
function createCookie(name, value, days) {
|
||||||
|
var expires = "";
|
||||||
|
if (days) {
|
||||||
|
var date = new Date();
|
||||||
|
date.setTime(date.getTime() + (days * 24 * 60 * 60 * 1000));
|
||||||
|
expires = "; expires=" + date.toUTCString();
|
||||||
|
}
|
||||||
|
document.cookie = name + "=" + value + expires + "; path=/";
|
||||||
|
}
|
||||||
|
function readCookie(name) {
|
||||||
|
var nameEQ = name + "=";
|
||||||
|
var ca = document.cookie.split(';');
|
||||||
|
for (var i = 0; i < ca.length; i++) {
|
||||||
|
var c = ca[i];
|
||||||
|
while (c.charAt(0) == ' ') c = c.substring(1, c.length);
|
||||||
|
if (c.indexOf(nameEQ) == 0) return c.substring(nameEQ.length, c.length);
|
||||||
|
}
|
||||||
|
return null;
|
||||||
|
}
|
||||||
|
function eraseCookie(name) {
|
||||||
|
createCookie(name, "", -1);
|
||||||
|
}
|
||||||
|
|
||||||
|
if (readCookie('cookie-notice-dismissed') == 'wantCookies') {
|
||||||
|
|
||||||
|
//* Matomo Tag Manager *//
|
||||||
|
|
||||||
|
var _mtm = _mtm || [];
|
||||||
|
_mtm.push({'mtm.startTime': (new Date().getTime()), 'event': 'mtm.Start'});
|
||||||
|
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
|
||||||
|
g.type='text/javascript'; g.async=true; g.defer=true; g.src='https://cdn.matomo.cloud/terminalnetwork.matomo.cloud/container_aJ0T3vZ5.js'; s.parentNode.insertBefore(g,s);
|
||||||
|
|
||||||
|
//* End Matomo Tag Manager *//
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
} else {
|
||||||
|
document.getElementById('cookie-notice').style.display = 'flex';
|
||||||
|
|
||||||
|
var _paq = window._paq || [];
|
||||||
|
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */
|
||||||
|
_paq.push(["setDocumentTitle", document.domain + "/" + document.title]);
|
||||||
|
_paq.push(["disableCookies"]);
|
||||||
|
_paq.push(['trackPageView']);
|
||||||
|
_paq.push(['enableLinkTracking']);
|
||||||
|
(function() {
|
||||||
|
var u="https://terminalnetwork.matomo.cloud/";
|
||||||
|
_paq.push(['setTrackerUrl', u+'matomo.php']);
|
||||||
|
_paq.push(['setSiteId', '14']);
|
||||||
|
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
|
||||||
|
g.type='text/javascript'; g.async=true; g.defer=true; g.src='//cdn.matomo.cloud/terminalnetwork.matomo.cloud/matomo.js'; s.parentNode.insertBefore(g,s);
|
||||||
|
})();
|
||||||
|
|
||||||
|
|
||||||
|
}
|
||||||
|
if (readCookie('cookie-notice-dismissed') == 'dontWantCookies') {
|
||||||
|
document.getElementById('cookie-notice').style.display = 'none';
|
||||||
|
|
||||||
|
var _paq = window._paq || [];
|
||||||
|
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */
|
||||||
|
_paq.push(["setDocumentTitle", document.domain + "/" + document.title]);
|
||||||
|
_paq.push(["disableCookies"]);
|
||||||
|
_paq.push(['trackPageView']);
|
||||||
|
_paq.push(['enableLinkTracking']);
|
||||||
|
(function() {
|
||||||
|
var u="https://terminalnetwork.matomo.cloud/";
|
||||||
|
_paq.push(['setTrackerUrl', u+'matomo.php']);
|
||||||
|
_paq.push(['setSiteId', '14']);
|
||||||
|
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
|
||||||
|
g.type='text/javascript'; g.async=true; g.defer=true; g.src='//cdn.matomo.cloud/terminalnetwork.matomo.cloud/matomo.js'; s.parentNode.insertBefore(g,s);
|
||||||
|
})();
|
||||||
|
|
||||||
|
}
|
||||||
|
document.getElementById('cookie-notice-accept').addEventListener("click", function () {
|
||||||
|
createCookie('cookie-notice-dismissed', 'wantCookies', 31);
|
||||||
|
document.getElementById('cookie-notice').style.display = 'none';
|
||||||
|
_paq.push(['trackEvent', 'Consent', 'wantCookie']);
|
||||||
|
location.reload();
|
||||||
|
});
|
||||||
|
|
||||||
|
document.getElementById('cookie-notice-decline').addEventListener("click", function () {
|
||||||
|
createCookie('cookie-notice-dismissed', 'dontWantCookies', 31);
|
||||||
|
document.getElementById('cookie-notice').style.display = 'none';
|
||||||
|
_paq.push(['trackEvent', 'Consent', 'dontWantCookie']);
|
||||||
|
location.reload();
|
||||||
|
});
|
||||||
|
|
||||||
|
// document.getElementById('cookie-notice-gimme').addEventListener("click", function () {
|
||||||
|
// createCookie('cookie-notice-dismissed', 'wantCookies', 31);
|
||||||
|
// document.getElementById('cookie-notice').style.display = 'none';
|
||||||
|
// location.reload();
|
||||||
|
// });
|
||||||
|
|
||||||
|
|
||||||
|
</script>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
404
albums/buy-a-vowel/3-snks-r-stpd/index.html
Normal file
404
albums/buy-a-vowel/3-snks-r-stpd/index.html
Normal file
|
|
@ -0,0 +1,404 @@
|
||||||
|
<!DOCTYPE html>
|
||||||
|
<!--
|
||||||
|
Based on _Story_ by html5up.net | @ajlkn
|
||||||
|
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
|
||||||
|
Remixed and Jekyllified by Setto
|
||||||
|
-->
|
||||||
|
<html lang="en">
|
||||||
|
<head>
|
||||||
|
<!-- Begin Jekyll SEO tag v2.6.1 -->
|
||||||
|
<meta name="generator" content="Jekyll v4.0.0" />
|
||||||
|
<meta property="og:title" content="3 Snks R Stpd" />
|
||||||
|
<meta name="author" content="pax:nion" />
|
||||||
|
<meta property="og:locale" content="en" />
|
||||||
|
<meta name="description" content="PHI, Panix Heavy Industries" />
|
||||||
|
<meta property="og:description" content="PHI, Panix Heavy Industries" />
|
||||||
|
<link rel="canonical" href="https://panix.basspistol.com/albums/buy-a-vowel/3-snks-r-stpd/" />
|
||||||
|
<meta property="og:url" content="https://panix.basspistol.com/albums/buy-a-vowel/3-snks-r-stpd/" />
|
||||||
|
<meta property="og:site_name" content="pax:nion" />
|
||||||
|
<meta property="og:type" content="article" />
|
||||||
|
<meta property="article:published_time" content="2020-07-05T18:07:03+00:00" />
|
||||||
|
<script type="application/ld+json">
|
||||||
|
{"description":"PHI, Panix Heavy Industries","@type":"AudioObject","headline":"3 Snks R Stpd","dateModified":"2020-07-05T18:07:00+00:00","datePublished":"2020-07-05T18:07:03+00:00","url":"https://panix.basspistol.com/albums/buy-a-vowel/3-snks-r-stpd/","author":{"@type":"Person","name":"pax:nion"},"publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://panix.basspistol.com/assets/img/setto_icon.png"},"name":"pax:nion"},"@context":"https://schema.org"}</script>
|
||||||
|
<!-- End Jekyll SEO tag -->
|
||||||
|
|
||||||
|
<link type="application/atom+xml" rel="alternate" href="https://panix.basspistol.com/feed.xml" title="" />
|
||||||
|
<!-- BEGIN seo.html -->
|
||||||
|
|
||||||
|
<title>Play SNKS R STPD by Panixonik</title>
|
||||||
|
<meta name="title" content="Play SNKS R STPD by Panixonik" />
|
||||||
|
|
||||||
|
<meta name="dc.date.modified" scheme="ISO8601" content="2020-07-05T18:07:00+00:00" />
|
||||||
|
<meta name="robots" content="index" />
|
||||||
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||||
|
<link rel="canonical" href="https://panix.basspistol.com/albums/buy-a-vowel/3-snks-r-stpd/" />
|
||||||
|
<link rel="alternate" hreflang="x-default" href="https://panix.basspistol.com/albums/buy-a-vowel/3-snks-r-stpd/" />
|
||||||
|
<meta name="geo.region" content="BJ-ZO" />
|
||||||
|
<meta name="geo.placename" content="Setto" />
|
||||||
|
<meta name="geo.position" content="7.48777;2.076389" />
|
||||||
|
<meta name="ICBM" content="7.48777, 2.076389" />
|
||||||
|
|
||||||
|
<!-- Dublin Core basic info -->
|
||||||
|
|
||||||
|
<meta name="dcterms.Identifier" content="https://panix.basspistol.com" />
|
||||||
|
<meta name="dcterms.Format" content="text/html" />
|
||||||
|
<meta name="dcterms.Relation" content="pax:nion" />
|
||||||
|
<meta name="dcterms.Publisher" content="pax:nion" />
|
||||||
|
<meta name="dcterms.Type" content="text/html" />
|
||||||
|
<meta name="dcterms.Coverage" content="https://panix.basspistol.com/" />
|
||||||
|
<meta name="dcterms.Rights" content="Copyright ©2020 pax:nion." />
|
||||||
|
|
||||||
|
<meta name="dcterms.Subject" content="Listen and to a track by Panixonik from the release Buy A Vowel and support your remote artist!" />
|
||||||
|
<meta name="dcterms.Title" content="SNKS R STPD - Panixonik | pax:nion" />
|
||||||
|
|
||||||
|
<meta name="dcterms.Contributor" content="pax:nion" />
|
||||||
|
<meta name="dcterms.Date" content="2020-07-05" />
|
||||||
|
<meta name="dcterms.Description" content="" />
|
||||||
|
|
||||||
|
<!-- Twitter Card -->
|
||||||
|
|
||||||
|
<meta name="twitter:card" content="summary" />
|
||||||
|
<meta name="twitter:site" content="@" />
|
||||||
|
<meta name="twitter:title" content="3 Snks R Stpd | pax:nion" />
|
||||||
|
<meta name="twitter:description" content="PHI, Panix Heavy Industries" />
|
||||||
|
|
||||||
|
<meta name="twitter:image" content="https://panix.basspistol.com" />
|
||||||
|
|
||||||
|
<!-- END seo.html -->
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<meta charset="utf-8" />
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=yes" />
|
||||||
|
<link rel="stylesheet" href="../../../assets/css/main20200519.css" />
|
||||||
|
|
||||||
|
<link rel="apple-touch-icon" href="https://panix.basspistol.com/apple-touch-icon.png" />
|
||||||
|
<link rel="icon" type="image/png" href="https://panix.basspistol.com/touch-icon.png" sizes="192x192" />
|
||||||
|
<link rel="shortcut icon" href="https://panix.basspistol.com/assets/img/setto_icon.png" type="image/png" />
|
||||||
|
<noscript><link rel="stylesheet" href="../../../assets/css/noscript20200518-rev1.css" /></noscript>
|
||||||
|
</head>
|
||||||
|
|
||||||
|
<body class="is-preload" id="body">
|
||||||
|
<span id="top" style="display: none;"></span>
|
||||||
|
<!-- Wrapper -->
|
||||||
|
<div id="wrapper" class="divided" data-cms-content-wrapper="/_layouts/default.html">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<!-- Banner -->
|
||||||
|
<section
|
||||||
|
class="banner onload-image-fade-in onload-content-fade-right style3 fullscreen content-align-center image-position-center" style="background-image:url('https://media.basspistol.com/panix/buy-a-vowel/3-snks-r-stpd.jpeg');background-size: cover; background-repeat: no-repeat;">
|
||||||
|
<div style="z-index:0;position:absolute; top:0; left:0; width:100%;height:100%;background-color: rgba(13, 13 ,13, 0.85);"></div>
|
||||||
|
<div class="content" style="z-index:1">
|
||||||
|
<h1 style="margin-top:80px">SNKS R STPD</h1>
|
||||||
|
|
||||||
|
<p><strong><span id="tracktime"></span></strong><span id="snksrstpd"></span></strong> <br />
|
||||||
|
Style: <strong>Electronic</strong>
|
||||||
|
</p>
|
||||||
|
<script type="text/javascript">
|
||||||
|
var snksrstpdtimestamp = 111;
|
||||||
|
var snksrstpdhours = Math.floor(snksrstpdtimestamp / 60 / 60);
|
||||||
|
var snksrstpdminutes = Math.floor(snksrstpdtimestamp / 60) - (snksrstpdhours * 60);
|
||||||
|
var snksrstpdseconds = snksrstpdtimestamp % 60;
|
||||||
|
var snksrstpdformatted = snksrstpdhours.toString().padStart(2, '0') + ':' + snksrstpdminutes.toString().padStart(2, '0') + ':' + snksrstpdseconds.toString().padStart(2, '0');
|
||||||
|
var theSpan = document.getElementById("snksrstpd");
|
||||||
|
theSpan.innerHTML = snksrstpdformatted;
|
||||||
|
</script>
|
||||||
|
|
||||||
|
|
||||||
|
<ul class="actions stacked">
|
||||||
|
<li><button id="mu_pause" class="smooth-scroll-middle button icon solid fa-play">Play dat!</button></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="image">
|
||||||
|
<img src="https://media.basspistol.com/panix/buy-a-vowel/3-snks-r-stpd.jpeg" alt="3 Snks R Stpd logo" id="coverart" />
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
|
||||||
|
|
||||||
|
<!-- Page navigation -->
|
||||||
|
<section class="wrapper style1 align-center">
|
||||||
|
<div class="inner">
|
||||||
|
<div class="index align-left">
|
||||||
|
<!-- Author -->
|
||||||
|
<section class="streambox" style="margin-top:40px;padding: 40px;">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<h3 style="text-align: center;display: block;">This track can't be bought</h3>
|
||||||
|
<p>But other tracks are available here:</p>
|
||||||
|
|
||||||
|
|
||||||
|
<div class="streamer">
|
||||||
|
|
||||||
|
|
||||||
|
<a onclick="_paq.push(['trackEvent', 'StoreLink', 'Bandcamp']);" target="_blank" rel="noopener" href="https://panixheavyindustries.bandcamp.com" alt="Stream from Bandcamp" title="Stream from Bandcamp" class="button icon brands fa-bandcamp">Bandcamp</a>
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</section>
|
||||||
|
<section>
|
||||||
|
<!-- Content -->
|
||||||
|
<div class="content">
|
||||||
|
<!-- post Naviation -->
|
||||||
|
<div style="text-align: center;">
|
||||||
|
<h3>Play more songs grom this release</h3>
|
||||||
|
</div>
|
||||||
|
<div class="post-nav">
|
||||||
|
<div>
|
||||||
|
|
||||||
|
<h4><a href="../../../albums/buy-a-vowel/2-rptr-mr/" alt="Read RPTR MR" title="Read RPTR MR"><i class="fas fa-arrow-left"></i></a> <a
|
||||||
|
href="../../../albums/buy-a-vowel/2-rptr-mr/"> RPTR MR</a>
|
||||||
|
</h4>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
<div class="post-nav-next">
|
||||||
|
|
||||||
|
<h4><a href="../../../albums/buy-a-vowel/4-lss-s-mr/"> LSS S MR</a> <a
|
||||||
|
href="../../../albums/buy-a-vowel/4-lss-s-mr/" alt="Read LSS S MR" title="Read LSS S MR"><i class="fas fa-arrow-right"></i></a></h4>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<!-- End Post Navigation -->
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
<!-- Audio player-->
|
||||||
|
<audio autoplay preload="true" data-matomo-title="SNKS R STPD">
|
||||||
|
<source src="https://media.basspistol.com/panix/buy-a-vowel/3-snks-r-stpd.mp3" type="audio/mpeg" ontimeupdate='updateTrackTime(this);' />
|
||||||
|
<h1>Your browser isn't ready for so much hotness. Use the download-link instead.</h1>.
|
||||||
|
</audio>
|
||||||
|
<!-- Footer -->
|
||||||
|
<footer id="footer" class="wrapper style1 align-center">
|
||||||
|
<div class="footflex">
|
||||||
|
<div>
|
||||||
|
<h4>pax:nion</h4>
|
||||||
|
<p>PHI, Panix Heavy Industries
|
||||||
|
<br /><a href="mailto:"></a></p>
|
||||||
|
</div>
|
||||||
|
<div>
|
||||||
|
<ul>
|
||||||
|
<li><a href="#top" class="smooth-scroll-middle">Back to top</a></li>
|
||||||
|
<li><a href="/#album0" class="smooth-scroll-middle">music</a></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<div><img src="/assets/panix-logo-dark.svg" style="max-width:300px" alt="pax:nion Logo" /></div>
|
||||||
|
</div>
|
||||||
|
<div class="inner">
|
||||||
|
<ul class="icons">
|
||||||
|
|
||||||
|
<!-- <li><a href="mailto:" class="icon style2 fa-envelope"><span class="label">Email</span></a></li> -->
|
||||||
|
</ul>
|
||||||
|
<p>©2020 Basspistol | <a href="../../../webcreds/">Credits</a> | <a href="../../../cookies/">Cookies & Privacy</a></p>
|
||||||
|
</div>
|
||||||
|
</footer>
|
||||||
|
|
||||||
|
|
||||||
|
<script type="text/javascript">
|
||||||
|
function loadUrl(newLocation) {
|
||||||
|
window.location = newLocation;
|
||||||
|
return false;
|
||||||
|
}
|
||||||
|
|
||||||
|
var mu = document.getElementsByTagName("audio")[0];
|
||||||
|
var pauseButton = document.getElementById("mu_pause");
|
||||||
|
var spincover = document.getElementById("coverart");
|
||||||
|
|
||||||
|
mu.addEventListener('ended', function () {
|
||||||
|
// only functional if "loop" is removed
|
||||||
|
mu.pause();
|
||||||
|
mu.currentTime = 0;
|
||||||
|
loadUrl("../../../buy-a-vowel/4-lss-s-mr/"); return false;
|
||||||
|
});
|
||||||
|
mu.onplaying = function() {
|
||||||
|
pauseButton.innerHTML = "Pause";
|
||||||
|
pauseButton.classList.remove("fa-play");
|
||||||
|
pauseButton.classList.add("fa-pause");
|
||||||
|
spincover.classList.add("spinnit");
|
||||||
|
spincover.classList.remove("paused");
|
||||||
|
};
|
||||||
|
|
||||||
|
pauseButton.addEventListener("click", function () {
|
||||||
|
if (mu.paused) {
|
||||||
|
mu.play();
|
||||||
|
|
||||||
|
}
|
||||||
|
else {
|
||||||
|
mu.pause();
|
||||||
|
pauseButton.innerHTML = "Resume";
|
||||||
|
pauseButton.classList.add("fa-play");
|
||||||
|
pauseButton.classList.remove("fa-pause");
|
||||||
|
spincover.classList.add("paused");
|
||||||
|
}
|
||||||
|
});
|
||||||
|
|
||||||
|
mu.addEventListener('timeupdate', function () {
|
||||||
|
var timestamp = Math.floor(mu.currentTime);
|
||||||
|
var hours = Math.floor(timestamp / 60 / 60);
|
||||||
|
var minutes = Math.floor(timestamp / 60) - (hours * 60);
|
||||||
|
var seconds = timestamp % 60;
|
||||||
|
var formatted = hours.toString().padStart(2, '0') + ':' + minutes.toString().padStart(2, '0') + ':' + seconds.toString().padStart(2, '0');
|
||||||
|
var thecurrentSpan = document.getElementById("tracktime");
|
||||||
|
thecurrentSpan.innerHTML = formatted + ' / ';
|
||||||
|
});
|
||||||
|
|
||||||
|
</script>
|
||||||
|
</div>
|
||||||
|
<!-- Navigation -->
|
||||||
|
<div id="logo" class="logo">
|
||||||
|
<a href="/" class="smooth-scroll-middle"><img width="200em" src="/assets/panix-logo.svg" alt=" Logo" /></a>
|
||||||
|
<a href="#navbar" onclick="blurBody()" alt="Navigation Menu" title="Navigation Menu"><span style="font-size: 34px;" class="icon solid fa-bars"></span></a>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div id="navbar" style="display: block;" class="modalDialog">
|
||||||
|
<a href="#close" onclick="removeBlur()" alt="Close Menu" title="Close Menu"><div id="closearea"> </div></a>
|
||||||
|
<nav>
|
||||||
|
<a href="#close" title="Close" onclick="removeBlur()" class="close-button close" style="margin: 0 auto;">X</a>
|
||||||
|
<ul>
|
||||||
|
|
||||||
|
|
||||||
|
<li><a href="../../../" class="button small">Home</a></li>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<li><a href="../../../releases/" class="button small">Releases</a></li>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<li><a href="../../../logs/" class="button small">Web-Log</a></li>
|
||||||
|
|
||||||
|
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
</nav>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
<!-- End Navigation -->
|
||||||
|
<!-- Scripts -->
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<script src="../../../assets/js/jquery.min.js"></script>
|
||||||
|
<script src="../../../assets/js/jquery.scrollex.min.js"></script>
|
||||||
|
<script src="../../../assets/js/jquery.scrolly.min.js"></script>
|
||||||
|
<script src="../../../assets/js/browser.min.js"></script>
|
||||||
|
<script src="../../../assets/js/breakpoints.min.js"></script>
|
||||||
|
<script src="../../../assets/js/util.js"></script>
|
||||||
|
<script src="../../../assets/js/main.js"></script>
|
||||||
|
<script src="../../../assets/js/set.js"></script>
|
||||||
|
|
||||||
|
|
||||||
|
<div id="cookie-notice">
|
||||||
|
<p>We only use cookies if you consent to it. They don't contain any identifiable info: they just let us know if you enjoyed this enough to come back. <br />Click <a href="#" id="cookie-notice-decline">here</a> if you want this shit to go away without cookies. <br />Read more about how Basspistol <a href="/cookies/">use cookies</a> </p>
|
||||||
|
<a class="button small yes" href="#" id="cookie-notice-accept">I'm in!</a>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<script>
|
||||||
|
function createCookie(name, value, days) {
|
||||||
|
var expires = "";
|
||||||
|
if (days) {
|
||||||
|
var date = new Date();
|
||||||
|
date.setTime(date.getTime() + (days * 24 * 60 * 60 * 1000));
|
||||||
|
expires = "; expires=" + date.toUTCString();
|
||||||
|
}
|
||||||
|
document.cookie = name + "=" + value + expires + "; path=/";
|
||||||
|
}
|
||||||
|
function readCookie(name) {
|
||||||
|
var nameEQ = name + "=";
|
||||||
|
var ca = document.cookie.split(';');
|
||||||
|
for (var i = 0; i < ca.length; i++) {
|
||||||
|
var c = ca[i];
|
||||||
|
while (c.charAt(0) == ' ') c = c.substring(1, c.length);
|
||||||
|
if (c.indexOf(nameEQ) == 0) return c.substring(nameEQ.length, c.length);
|
||||||
|
}
|
||||||
|
return null;
|
||||||
|
}
|
||||||
|
function eraseCookie(name) {
|
||||||
|
createCookie(name, "", -1);
|
||||||
|
}
|
||||||
|
|
||||||
|
if (readCookie('cookie-notice-dismissed') == 'wantCookies') {
|
||||||
|
|
||||||
|
//* Matomo Tag Manager *//
|
||||||
|
|
||||||
|
var _mtm = _mtm || [];
|
||||||
|
_mtm.push({'mtm.startTime': (new Date().getTime()), 'event': 'mtm.Start'});
|
||||||
|
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
|
||||||
|
g.type='text/javascript'; g.async=true; g.defer=true; g.src='https://cdn.matomo.cloud/terminalnetwork.matomo.cloud/container_aJ0T3vZ5.js'; s.parentNode.insertBefore(g,s);
|
||||||
|
|
||||||
|
//* End Matomo Tag Manager *//
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
} else {
|
||||||
|
document.getElementById('cookie-notice').style.display = 'flex';
|
||||||
|
|
||||||
|
var _paq = window._paq || [];
|
||||||
|
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */
|
||||||
|
_paq.push(["setDocumentTitle", document.domain + "/" + document.title]);
|
||||||
|
_paq.push(["disableCookies"]);
|
||||||
|
_paq.push(['trackPageView']);
|
||||||
|
_paq.push(['enableLinkTracking']);
|
||||||
|
(function() {
|
||||||
|
var u="https://terminalnetwork.matomo.cloud/";
|
||||||
|
_paq.push(['setTrackerUrl', u+'matomo.php']);
|
||||||
|
_paq.push(['setSiteId', '14']);
|
||||||
|
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
|
||||||
|
g.type='text/javascript'; g.async=true; g.defer=true; g.src='//cdn.matomo.cloud/terminalnetwork.matomo.cloud/matomo.js'; s.parentNode.insertBefore(g,s);
|
||||||
|
})();
|
||||||
|
|
||||||
|
|
||||||
|
}
|
||||||
|
if (readCookie('cookie-notice-dismissed') == 'dontWantCookies') {
|
||||||
|
document.getElementById('cookie-notice').style.display = 'none';
|
||||||
|
|
||||||
|
var _paq = window._paq || [];
|
||||||
|
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */
|
||||||
|
_paq.push(["setDocumentTitle", document.domain + "/" + document.title]);
|
||||||
|
_paq.push(["disableCookies"]);
|
||||||
|
_paq.push(['trackPageView']);
|
||||||
|
_paq.push(['enableLinkTracking']);
|
||||||
|
(function() {
|
||||||
|
var u="https://terminalnetwork.matomo.cloud/";
|
||||||
|
_paq.push(['setTrackerUrl', u+'matomo.php']);
|
||||||
|
_paq.push(['setSiteId', '14']);
|
||||||
|
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
|
||||||
|
g.type='text/javascript'; g.async=true; g.defer=true; g.src='//cdn.matomo.cloud/terminalnetwork.matomo.cloud/matomo.js'; s.parentNode.insertBefore(g,s);
|
||||||
|
})();
|
||||||
|
|
||||||
|
}
|
||||||
|
document.getElementById('cookie-notice-accept').addEventListener("click", function () {
|
||||||
|
createCookie('cookie-notice-dismissed', 'wantCookies', 31);
|
||||||
|
document.getElementById('cookie-notice').style.display = 'none';
|
||||||
|
_paq.push(['trackEvent', 'Consent', 'wantCookie']);
|
||||||
|
location.reload();
|
||||||
|
});
|
||||||
|
|
||||||
|
document.getElementById('cookie-notice-decline').addEventListener("click", function () {
|
||||||
|
createCookie('cookie-notice-dismissed', 'dontWantCookies', 31);
|
||||||
|
document.getElementById('cookie-notice').style.display = 'none';
|
||||||
|
_paq.push(['trackEvent', 'Consent', 'dontWantCookie']);
|
||||||
|
location.reload();
|
||||||
|
});
|
||||||
|
|
||||||
|
// document.getElementById('cookie-notice-gimme').addEventListener("click", function () {
|
||||||
|
// createCookie('cookie-notice-dismissed', 'wantCookies', 31);
|
||||||
|
// document.getElementById('cookie-notice').style.display = 'none';
|
||||||
|
// location.reload();
|
||||||
|
// });
|
||||||
|
|
||||||
|
|
||||||
|
</script>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
404
albums/buy-a-vowel/4-lss-s-mr/index.html
Normal file
404
albums/buy-a-vowel/4-lss-s-mr/index.html
Normal file
|
|
@ -0,0 +1,404 @@
|
||||||
|
<!DOCTYPE html>
|
||||||
|
<!--
|
||||||
|
Based on _Story_ by html5up.net | @ajlkn
|
||||||
|
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
|
||||||
|
Remixed and Jekyllified by Setto
|
||||||
|
-->
|
||||||
|
<html lang="en">
|
||||||
|
<head>
|
||||||
|
<!-- Begin Jekyll SEO tag v2.6.1 -->
|
||||||
|
<meta name="generator" content="Jekyll v4.0.0" />
|
||||||
|
<meta property="og:title" content="4 Lss S Mr" />
|
||||||
|
<meta name="author" content="pax:nion" />
|
||||||
|
<meta property="og:locale" content="en" />
|
||||||
|
<meta name="description" content="PHI, Panix Heavy Industries" />
|
||||||
|
<meta property="og:description" content="PHI, Panix Heavy Industries" />
|
||||||
|
<link rel="canonical" href="https://panix.basspistol.com/albums/buy-a-vowel/4-lss-s-mr/" />
|
||||||
|
<meta property="og:url" content="https://panix.basspistol.com/albums/buy-a-vowel/4-lss-s-mr/" />
|
||||||
|
<meta property="og:site_name" content="pax:nion" />
|
||||||
|
<meta property="og:type" content="article" />
|
||||||
|
<meta property="article:published_time" content="2020-07-05T18:07:03+00:00" />
|
||||||
|
<script type="application/ld+json">
|
||||||
|
{"description":"PHI, Panix Heavy Industries","@type":"AudioObject","headline":"4 Lss S Mr","dateModified":"2020-07-05T18:07:00+00:00","datePublished":"2020-07-05T18:07:03+00:00","url":"https://panix.basspistol.com/albums/buy-a-vowel/4-lss-s-mr/","author":{"@type":"Person","name":"pax:nion"},"publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://panix.basspistol.com/assets/img/setto_icon.png"},"name":"pax:nion"},"@context":"https://schema.org"}</script>
|
||||||
|
<!-- End Jekyll SEO tag -->
|
||||||
|
|
||||||
|
<link type="application/atom+xml" rel="alternate" href="https://panix.basspistol.com/feed.xml" title="" />
|
||||||
|
<!-- BEGIN seo.html -->
|
||||||
|
|
||||||
|
<title>Play LSS S MR by Panixonik</title>
|
||||||
|
<meta name="title" content="Play LSS S MR by Panixonik" />
|
||||||
|
|
||||||
|
<meta name="dc.date.modified" scheme="ISO8601" content="2020-07-05T18:07:00+00:00" />
|
||||||
|
<meta name="robots" content="index" />
|
||||||
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||||
|
<link rel="canonical" href="https://panix.basspistol.com/albums/buy-a-vowel/4-lss-s-mr/" />
|
||||||
|
<link rel="alternate" hreflang="x-default" href="https://panix.basspistol.com/albums/buy-a-vowel/4-lss-s-mr/" />
|
||||||
|
<meta name="geo.region" content="BJ-ZO" />
|
||||||
|
<meta name="geo.placename" content="Setto" />
|
||||||
|
<meta name="geo.position" content="7.48777;2.076389" />
|
||||||
|
<meta name="ICBM" content="7.48777, 2.076389" />
|
||||||
|
|
||||||
|
<!-- Dublin Core basic info -->
|
||||||
|
|
||||||
|
<meta name="dcterms.Identifier" content="https://panix.basspistol.com" />
|
||||||
|
<meta name="dcterms.Format" content="text/html" />
|
||||||
|
<meta name="dcterms.Relation" content="pax:nion" />
|
||||||
|
<meta name="dcterms.Publisher" content="pax:nion" />
|
||||||
|
<meta name="dcterms.Type" content="text/html" />
|
||||||
|
<meta name="dcterms.Coverage" content="https://panix.basspistol.com/" />
|
||||||
|
<meta name="dcterms.Rights" content="Copyright ©2020 pax:nion." />
|
||||||
|
|
||||||
|
<meta name="dcterms.Subject" content="Listen and to a track by Panixonik from the release Buy A Vowel and support your remote artist!" />
|
||||||
|
<meta name="dcterms.Title" content="LSS S MR - Panixonik | pax:nion" />
|
||||||
|
|
||||||
|
<meta name="dcterms.Contributor" content="pax:nion" />
|
||||||
|
<meta name="dcterms.Date" content="2020-07-05" />
|
||||||
|
<meta name="dcterms.Description" content="" />
|
||||||
|
|
||||||
|
<!-- Twitter Card -->
|
||||||
|
|
||||||
|
<meta name="twitter:card" content="summary" />
|
||||||
|
<meta name="twitter:site" content="@" />
|
||||||
|
<meta name="twitter:title" content="4 Lss S Mr | pax:nion" />
|
||||||
|
<meta name="twitter:description" content="PHI, Panix Heavy Industries" />
|
||||||
|
|
||||||
|
<meta name="twitter:image" content="https://panix.basspistol.com" />
|
||||||
|
|
||||||
|
<!-- END seo.html -->
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<meta charset="utf-8" />
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=yes" />
|
||||||
|
<link rel="stylesheet" href="../../../assets/css/main20200519.css" />
|
||||||
|
|
||||||
|
<link rel="apple-touch-icon" href="https://panix.basspistol.com/apple-touch-icon.png" />
|
||||||
|
<link rel="icon" type="image/png" href="https://panix.basspistol.com/touch-icon.png" sizes="192x192" />
|
||||||
|
<link rel="shortcut icon" href="https://panix.basspistol.com/assets/img/setto_icon.png" type="image/png" />
|
||||||
|
<noscript><link rel="stylesheet" href="../../../assets/css/noscript20200518-rev1.css" /></noscript>
|
||||||
|
</head>
|
||||||
|
|
||||||
|
<body class="is-preload" id="body">
|
||||||
|
<span id="top" style="display: none;"></span>
|
||||||
|
<!-- Wrapper -->
|
||||||
|
<div id="wrapper" class="divided" data-cms-content-wrapper="/_layouts/default.html">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<!-- Banner -->
|
||||||
|
<section
|
||||||
|
class="banner onload-image-fade-in onload-content-fade-right style3 fullscreen content-align-center image-position-center" style="background-image:url('https://media.basspistol.com/panix/buy-a-vowel/4-lss-s-mr.jpeg');background-size: cover; background-repeat: no-repeat;">
|
||||||
|
<div style="z-index:0;position:absolute; top:0; left:0; width:100%;height:100%;background-color: rgba(13, 13 ,13, 0.85);"></div>
|
||||||
|
<div class="content" style="z-index:1">
|
||||||
|
<h1 style="margin-top:80px">LSS S MR</h1>
|
||||||
|
|
||||||
|
<p><strong><span id="tracktime"></span></strong><span id="lsssmr"></span></strong> <br />
|
||||||
|
Style: <strong>Electronic</strong>
|
||||||
|
</p>
|
||||||
|
<script type="text/javascript">
|
||||||
|
var lsssmrtimestamp = 101;
|
||||||
|
var lsssmrhours = Math.floor(lsssmrtimestamp / 60 / 60);
|
||||||
|
var lsssmrminutes = Math.floor(lsssmrtimestamp / 60) - (lsssmrhours * 60);
|
||||||
|
var lsssmrseconds = lsssmrtimestamp % 60;
|
||||||
|
var lsssmrformatted = lsssmrhours.toString().padStart(2, '0') + ':' + lsssmrminutes.toString().padStart(2, '0') + ':' + lsssmrseconds.toString().padStart(2, '0');
|
||||||
|
var theSpan = document.getElementById("lsssmr");
|
||||||
|
theSpan.innerHTML = lsssmrformatted;
|
||||||
|
</script>
|
||||||
|
|
||||||
|
|
||||||
|
<ul class="actions stacked">
|
||||||
|
<li><button id="mu_pause" class="smooth-scroll-middle button icon solid fa-play">Play dat!</button></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="image">
|
||||||
|
<img src="https://media.basspistol.com/panix/buy-a-vowel/4-lss-s-mr.jpeg" alt="4 Lss S Mr logo" id="coverart" />
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
|
||||||
|
|
||||||
|
<!-- Page navigation -->
|
||||||
|
<section class="wrapper style1 align-center">
|
||||||
|
<div class="inner">
|
||||||
|
<div class="index align-left">
|
||||||
|
<!-- Author -->
|
||||||
|
<section class="streambox" style="margin-top:40px;padding: 40px;">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<h3 style="text-align: center;display: block;">This track can't be bought</h3>
|
||||||
|
<p>But other tracks are available here:</p>
|
||||||
|
|
||||||
|
|
||||||
|
<div class="streamer">
|
||||||
|
|
||||||
|
|
||||||
|
<a onclick="_paq.push(['trackEvent', 'StoreLink', 'Bandcamp']);" target="_blank" rel="noopener" href="https://panixheavyindustries.bandcamp.com" alt="Stream from Bandcamp" title="Stream from Bandcamp" class="button icon brands fa-bandcamp">Bandcamp</a>
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</section>
|
||||||
|
<section>
|
||||||
|
<!-- Content -->
|
||||||
|
<div class="content">
|
||||||
|
<!-- post Naviation -->
|
||||||
|
<div style="text-align: center;">
|
||||||
|
<h3>Play more songs grom this release</h3>
|
||||||
|
</div>
|
||||||
|
<div class="post-nav">
|
||||||
|
<div>
|
||||||
|
|
||||||
|
<h4><a href="../../../albums/buy-a-vowel/3-snks-r-stpd/" alt="Read SNKS R STPD" title="Read SNKS R STPD"><i class="fas fa-arrow-left"></i></a> <a
|
||||||
|
href="../../../albums/buy-a-vowel/3-snks-r-stpd/"> SNKS R STPD</a>
|
||||||
|
</h4>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
<div class="post-nav-next">
|
||||||
|
|
||||||
|
<h4><a href="../../../albums/buy-a-vowel/5-tht-ht-trck/"> THT HT TRCK</a> <a
|
||||||
|
href="../../../albums/buy-a-vowel/5-tht-ht-trck/" alt="Read THT HT TRCK" title="Read THT HT TRCK"><i class="fas fa-arrow-right"></i></a></h4>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<!-- End Post Navigation -->
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
<!-- Audio player-->
|
||||||
|
<audio autoplay preload="true" data-matomo-title="LSS S MR">
|
||||||
|
<source src="https://media.basspistol.com/panix/buy-a-vowel/4-lss-s-mr.mp3" type="audio/mpeg" ontimeupdate='updateTrackTime(this);' />
|
||||||
|
<h1>Your browser isn't ready for so much hotness. Use the download-link instead.</h1>.
|
||||||
|
</audio>
|
||||||
|
<!-- Footer -->
|
||||||
|
<footer id="footer" class="wrapper style1 align-center">
|
||||||
|
<div class="footflex">
|
||||||
|
<div>
|
||||||
|
<h4>pax:nion</h4>
|
||||||
|
<p>PHI, Panix Heavy Industries
|
||||||
|
<br /><a href="mailto:"></a></p>
|
||||||
|
</div>
|
||||||
|
<div>
|
||||||
|
<ul>
|
||||||
|
<li><a href="#top" class="smooth-scroll-middle">Back to top</a></li>
|
||||||
|
<li><a href="/#album0" class="smooth-scroll-middle">music</a></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<div><img src="/assets/panix-logo-dark.svg" style="max-width:300px" alt="pax:nion Logo" /></div>
|
||||||
|
</div>
|
||||||
|
<div class="inner">
|
||||||
|
<ul class="icons">
|
||||||
|
|
||||||
|
<!-- <li><a href="mailto:" class="icon style2 fa-envelope"><span class="label">Email</span></a></li> -->
|
||||||
|
</ul>
|
||||||
|
<p>©2020 Basspistol | <a href="../../../webcreds/">Credits</a> | <a href="../../../cookies/">Cookies & Privacy</a></p>
|
||||||
|
</div>
|
||||||
|
</footer>
|
||||||
|
|
||||||
|
|
||||||
|
<script type="text/javascript">
|
||||||
|
function loadUrl(newLocation) {
|
||||||
|
window.location = newLocation;
|
||||||
|
return false;
|
||||||
|
}
|
||||||
|
|
||||||
|
var mu = document.getElementsByTagName("audio")[0];
|
||||||
|
var pauseButton = document.getElementById("mu_pause");
|
||||||
|
var spincover = document.getElementById("coverart");
|
||||||
|
|
||||||
|
mu.addEventListener('ended', function () {
|
||||||
|
// only functional if "loop" is removed
|
||||||
|
mu.pause();
|
||||||
|
mu.currentTime = 0;
|
||||||
|
loadUrl("../../../buy-a-vowel/5-tht-ht-trck/"); return false;
|
||||||
|
});
|
||||||
|
mu.onplaying = function() {
|
||||||
|
pauseButton.innerHTML = "Pause";
|
||||||
|
pauseButton.classList.remove("fa-play");
|
||||||
|
pauseButton.classList.add("fa-pause");
|
||||||
|
spincover.classList.add("spinnit");
|
||||||
|
spincover.classList.remove("paused");
|
||||||
|
};
|
||||||
|
|
||||||
|
pauseButton.addEventListener("click", function () {
|
||||||
|
if (mu.paused) {
|
||||||
|
mu.play();
|
||||||
|
|
||||||
|
}
|
||||||
|
else {
|
||||||
|
mu.pause();
|
||||||
|
pauseButton.innerHTML = "Resume";
|
||||||
|
pauseButton.classList.add("fa-play");
|
||||||
|
pauseButton.classList.remove("fa-pause");
|
||||||
|
spincover.classList.add("paused");
|
||||||
|
}
|
||||||
|
});
|
||||||
|
|
||||||
|
mu.addEventListener('timeupdate', function () {
|
||||||
|
var timestamp = Math.floor(mu.currentTime);
|
||||||
|
var hours = Math.floor(timestamp / 60 / 60);
|
||||||
|
var minutes = Math.floor(timestamp / 60) - (hours * 60);
|
||||||
|
var seconds = timestamp % 60;
|
||||||
|
var formatted = hours.toString().padStart(2, '0') + ':' + minutes.toString().padStart(2, '0') + ':' + seconds.toString().padStart(2, '0');
|
||||||
|
var thecurrentSpan = document.getElementById("tracktime");
|
||||||
|
thecurrentSpan.innerHTML = formatted + ' / ';
|
||||||
|
});
|
||||||
|
|
||||||
|
</script>
|
||||||
|
</div>
|
||||||
|
<!-- Navigation -->
|
||||||
|
<div id="logo" class="logo">
|
||||||
|
<a href="/" class="smooth-scroll-middle"><img width="200em" src="/assets/panix-logo.svg" alt=" Logo" /></a>
|
||||||
|
<a href="#navbar" onclick="blurBody()" alt="Navigation Menu" title="Navigation Menu"><span style="font-size: 34px;" class="icon solid fa-bars"></span></a>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div id="navbar" style="display: block;" class="modalDialog">
|
||||||
|
<a href="#close" onclick="removeBlur()" alt="Close Menu" title="Close Menu"><div id="closearea"> </div></a>
|
||||||
|
<nav>
|
||||||
|
<a href="#close" title="Close" onclick="removeBlur()" class="close-button close" style="margin: 0 auto;">X</a>
|
||||||
|
<ul>
|
||||||
|
|
||||||
|
|
||||||
|
<li><a href="../../../" class="button small">Home</a></li>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<li><a href="../../../releases/" class="button small">Releases</a></li>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<li><a href="../../../logs/" class="button small">Web-Log</a></li>
|
||||||
|
|
||||||
|
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
</nav>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
<!-- End Navigation -->
|
||||||
|
<!-- Scripts -->
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<script src="../../../assets/js/jquery.min.js"></script>
|
||||||
|
<script src="../../../assets/js/jquery.scrollex.min.js"></script>
|
||||||
|
<script src="../../../assets/js/jquery.scrolly.min.js"></script>
|
||||||
|
<script src="../../../assets/js/browser.min.js"></script>
|
||||||
|
<script src="../../../assets/js/breakpoints.min.js"></script>
|
||||||
|
<script src="../../../assets/js/util.js"></script>
|
||||||
|
<script src="../../../assets/js/main.js"></script>
|
||||||
|
<script src="../../../assets/js/set.js"></script>
|
||||||
|
|
||||||
|
|
||||||
|
<div id="cookie-notice">
|
||||||
|
<p>We only use cookies if you consent to it. They don't contain any identifiable info: they just let us know if you enjoyed this enough to come back. <br />Click <a href="#" id="cookie-notice-decline">here</a> if you want this shit to go away without cookies. <br />Read more about how Basspistol <a href="/cookies/">use cookies</a> </p>
|
||||||
|
<a class="button small yes" href="#" id="cookie-notice-accept">I'm in!</a>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<script>
|
||||||
|
function createCookie(name, value, days) {
|
||||||
|
var expires = "";
|
||||||
|
if (days) {
|
||||||
|
var date = new Date();
|
||||||
|
date.setTime(date.getTime() + (days * 24 * 60 * 60 * 1000));
|
||||||
|
expires = "; expires=" + date.toUTCString();
|
||||||
|
}
|
||||||
|
document.cookie = name + "=" + value + expires + "; path=/";
|
||||||
|
}
|
||||||
|
function readCookie(name) {
|
||||||
|
var nameEQ = name + "=";
|
||||||
|
var ca = document.cookie.split(';');
|
||||||
|
for (var i = 0; i < ca.length; i++) {
|
||||||
|
var c = ca[i];
|
||||||
|
while (c.charAt(0) == ' ') c = c.substring(1, c.length);
|
||||||
|
if (c.indexOf(nameEQ) == 0) return c.substring(nameEQ.length, c.length);
|
||||||
|
}
|
||||||
|
return null;
|
||||||
|
}
|
||||||
|
function eraseCookie(name) {
|
||||||
|
createCookie(name, "", -1);
|
||||||
|
}
|
||||||
|
|
||||||
|
if (readCookie('cookie-notice-dismissed') == 'wantCookies') {
|
||||||
|
|
||||||
|
//* Matomo Tag Manager *//
|
||||||
|
|
||||||
|
var _mtm = _mtm || [];
|
||||||
|
_mtm.push({'mtm.startTime': (new Date().getTime()), 'event': 'mtm.Start'});
|
||||||
|
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
|
||||||
|
g.type='text/javascript'; g.async=true; g.defer=true; g.src='https://cdn.matomo.cloud/terminalnetwork.matomo.cloud/container_aJ0T3vZ5.js'; s.parentNode.insertBefore(g,s);
|
||||||
|
|
||||||
|
//* End Matomo Tag Manager *//
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
} else {
|
||||||
|
document.getElementById('cookie-notice').style.display = 'flex';
|
||||||
|
|
||||||
|
var _paq = window._paq || [];
|
||||||
|
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */
|
||||||
|
_paq.push(["setDocumentTitle", document.domain + "/" + document.title]);
|
||||||
|
_paq.push(["disableCookies"]);
|
||||||
|
_paq.push(['trackPageView']);
|
||||||
|
_paq.push(['enableLinkTracking']);
|
||||||
|
(function() {
|
||||||
|
var u="https://terminalnetwork.matomo.cloud/";
|
||||||
|
_paq.push(['setTrackerUrl', u+'matomo.php']);
|
||||||
|
_paq.push(['setSiteId', '14']);
|
||||||
|
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
|
||||||
|
g.type='text/javascript'; g.async=true; g.defer=true; g.src='//cdn.matomo.cloud/terminalnetwork.matomo.cloud/matomo.js'; s.parentNode.insertBefore(g,s);
|
||||||
|
})();
|
||||||
|
|
||||||
|
|
||||||
|
}
|
||||||
|
if (readCookie('cookie-notice-dismissed') == 'dontWantCookies') {
|
||||||
|
document.getElementById('cookie-notice').style.display = 'none';
|
||||||
|
|
||||||
|
var _paq = window._paq || [];
|
||||||
|
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */
|
||||||
|
_paq.push(["setDocumentTitle", document.domain + "/" + document.title]);
|
||||||
|
_paq.push(["disableCookies"]);
|
||||||
|
_paq.push(['trackPageView']);
|
||||||
|
_paq.push(['enableLinkTracking']);
|
||||||
|
(function() {
|
||||||
|
var u="https://terminalnetwork.matomo.cloud/";
|
||||||
|
_paq.push(['setTrackerUrl', u+'matomo.php']);
|
||||||
|
_paq.push(['setSiteId', '14']);
|
||||||
|
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
|
||||||
|
g.type='text/javascript'; g.async=true; g.defer=true; g.src='//cdn.matomo.cloud/terminalnetwork.matomo.cloud/matomo.js'; s.parentNode.insertBefore(g,s);
|
||||||
|
})();
|
||||||
|
|
||||||
|
}
|
||||||
|
document.getElementById('cookie-notice-accept').addEventListener("click", function () {
|
||||||
|
createCookie('cookie-notice-dismissed', 'wantCookies', 31);
|
||||||
|
document.getElementById('cookie-notice').style.display = 'none';
|
||||||
|
_paq.push(['trackEvent', 'Consent', 'wantCookie']);
|
||||||
|
location.reload();
|
||||||
|
});
|
||||||
|
|
||||||
|
document.getElementById('cookie-notice-decline').addEventListener("click", function () {
|
||||||
|
createCookie('cookie-notice-dismissed', 'dontWantCookies', 31);
|
||||||
|
document.getElementById('cookie-notice').style.display = 'none';
|
||||||
|
_paq.push(['trackEvent', 'Consent', 'dontWantCookie']);
|
||||||
|
location.reload();
|
||||||
|
});
|
||||||
|
|
||||||
|
// document.getElementById('cookie-notice-gimme').addEventListener("click", function () {
|
||||||
|
// createCookie('cookie-notice-dismissed', 'wantCookies', 31);
|
||||||
|
// document.getElementById('cookie-notice').style.display = 'none';
|
||||||
|
// location.reload();
|
||||||
|
// });
|
||||||
|
|
||||||
|
|
||||||
|
</script>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
404
albums/buy-a-vowel/5-tht-ht-trck/index.html
Normal file
404
albums/buy-a-vowel/5-tht-ht-trck/index.html
Normal file
|
|
@ -0,0 +1,404 @@
|
||||||
|
<!DOCTYPE html>
|
||||||
|
<!--
|
||||||
|
Based on _Story_ by html5up.net | @ajlkn
|
||||||
|
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
|
||||||
|
Remixed and Jekyllified by Setto
|
||||||
|
-->
|
||||||
|
<html lang="en">
|
||||||
|
<head>
|
||||||
|
<!-- Begin Jekyll SEO tag v2.6.1 -->
|
||||||
|
<meta name="generator" content="Jekyll v4.0.0" />
|
||||||
|
<meta property="og:title" content="5 Tht Ht Trck" />
|
||||||
|
<meta name="author" content="pax:nion" />
|
||||||
|
<meta property="og:locale" content="en" />
|
||||||
|
<meta name="description" content="PHI, Panix Heavy Industries" />
|
||||||
|
<meta property="og:description" content="PHI, Panix Heavy Industries" />
|
||||||
|
<link rel="canonical" href="https://panix.basspistol.com/albums/buy-a-vowel/5-tht-ht-trck/" />
|
||||||
|
<meta property="og:url" content="https://panix.basspistol.com/albums/buy-a-vowel/5-tht-ht-trck/" />
|
||||||
|
<meta property="og:site_name" content="pax:nion" />
|
||||||
|
<meta property="og:type" content="article" />
|
||||||
|
<meta property="article:published_time" content="2020-07-05T18:07:03+00:00" />
|
||||||
|
<script type="application/ld+json">
|
||||||
|
{"description":"PHI, Panix Heavy Industries","@type":"AudioObject","headline":"5 Tht Ht Trck","dateModified":"2020-07-05T18:07:00+00:00","datePublished":"2020-07-05T18:07:03+00:00","url":"https://panix.basspistol.com/albums/buy-a-vowel/5-tht-ht-trck/","author":{"@type":"Person","name":"pax:nion"},"publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://panix.basspistol.com/assets/img/setto_icon.png"},"name":"pax:nion"},"@context":"https://schema.org"}</script>
|
||||||
|
<!-- End Jekyll SEO tag -->
|
||||||
|
|
||||||
|
<link type="application/atom+xml" rel="alternate" href="https://panix.basspistol.com/feed.xml" title="" />
|
||||||
|
<!-- BEGIN seo.html -->
|
||||||
|
|
||||||
|
<title>Play THT HT TRCK by Panixonik</title>
|
||||||
|
<meta name="title" content="Play THT HT TRCK by Panixonik" />
|
||||||
|
|
||||||
|
<meta name="dc.date.modified" scheme="ISO8601" content="2020-07-05T18:07:00+00:00" />
|
||||||
|
<meta name="robots" content="index" />
|
||||||
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||||
|
<link rel="canonical" href="https://panix.basspistol.com/albums/buy-a-vowel/5-tht-ht-trck/" />
|
||||||
|
<link rel="alternate" hreflang="x-default" href="https://panix.basspistol.com/albums/buy-a-vowel/5-tht-ht-trck/" />
|
||||||
|
<meta name="geo.region" content="BJ-ZO" />
|
||||||
|
<meta name="geo.placename" content="Setto" />
|
||||||
|
<meta name="geo.position" content="7.48777;2.076389" />
|
||||||
|
<meta name="ICBM" content="7.48777, 2.076389" />
|
||||||
|
|
||||||
|
<!-- Dublin Core basic info -->
|
||||||
|
|
||||||
|
<meta name="dcterms.Identifier" content="https://panix.basspistol.com" />
|
||||||
|
<meta name="dcterms.Format" content="text/html" />
|
||||||
|
<meta name="dcterms.Relation" content="pax:nion" />
|
||||||
|
<meta name="dcterms.Publisher" content="pax:nion" />
|
||||||
|
<meta name="dcterms.Type" content="text/html" />
|
||||||
|
<meta name="dcterms.Coverage" content="https://panix.basspistol.com/" />
|
||||||
|
<meta name="dcterms.Rights" content="Copyright ©2020 pax:nion." />
|
||||||
|
|
||||||
|
<meta name="dcterms.Subject" content="Listen and to a track by Panixonik from the release Buy A Vowel and support your remote artist!" />
|
||||||
|
<meta name="dcterms.Title" content="THT HT TRCK - Panixonik | pax:nion" />
|
||||||
|
|
||||||
|
<meta name="dcterms.Contributor" content="pax:nion" />
|
||||||
|
<meta name="dcterms.Date" content="2020-07-05" />
|
||||||
|
<meta name="dcterms.Description" content="" />
|
||||||
|
|
||||||
|
<!-- Twitter Card -->
|
||||||
|
|
||||||
|
<meta name="twitter:card" content="summary" />
|
||||||
|
<meta name="twitter:site" content="@" />
|
||||||
|
<meta name="twitter:title" content="5 Tht Ht Trck | pax:nion" />
|
||||||
|
<meta name="twitter:description" content="PHI, Panix Heavy Industries" />
|
||||||
|
|
||||||
|
<meta name="twitter:image" content="https://panix.basspistol.com" />
|
||||||
|
|
||||||
|
<!-- END seo.html -->
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<meta charset="utf-8" />
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=yes" />
|
||||||
|
<link rel="stylesheet" href="../../../assets/css/main20200519.css" />
|
||||||
|
|
||||||
|
<link rel="apple-touch-icon" href="https://panix.basspistol.com/apple-touch-icon.png" />
|
||||||
|
<link rel="icon" type="image/png" href="https://panix.basspistol.com/touch-icon.png" sizes="192x192" />
|
||||||
|
<link rel="shortcut icon" href="https://panix.basspistol.com/assets/img/setto_icon.png" type="image/png" />
|
||||||
|
<noscript><link rel="stylesheet" href="../../../assets/css/noscript20200518-rev1.css" /></noscript>
|
||||||
|
</head>
|
||||||
|
|
||||||
|
<body class="is-preload" id="body">
|
||||||
|
<span id="top" style="display: none;"></span>
|
||||||
|
<!-- Wrapper -->
|
||||||
|
<div id="wrapper" class="divided" data-cms-content-wrapper="/_layouts/default.html">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<!-- Banner -->
|
||||||
|
<section
|
||||||
|
class="banner onload-image-fade-in onload-content-fade-right style3 fullscreen content-align-center image-position-center" style="background-image:url('https://media.basspistol.com/panix/buy-a-vowel/5-tht-ht-trck.jpeg');background-size: cover; background-repeat: no-repeat;">
|
||||||
|
<div style="z-index:0;position:absolute; top:0; left:0; width:100%;height:100%;background-color: rgba(13, 13 ,13, 0.85);"></div>
|
||||||
|
<div class="content" style="z-index:1">
|
||||||
|
<h1 style="margin-top:80px">THT HT TRCK</h1>
|
||||||
|
|
||||||
|
<p><strong><span id="tracktime"></span></strong><span id="ththttrck"></span></strong> <br />
|
||||||
|
Style: <strong>Electronic</strong>
|
||||||
|
</p>
|
||||||
|
<script type="text/javascript">
|
||||||
|
var ththttrcktimestamp = 122;
|
||||||
|
var ththttrckhours = Math.floor(ththttrcktimestamp / 60 / 60);
|
||||||
|
var ththttrckminutes = Math.floor(ththttrcktimestamp / 60) - (ththttrckhours * 60);
|
||||||
|
var ththttrckseconds = ththttrcktimestamp % 60;
|
||||||
|
var ththttrckformatted = ththttrckhours.toString().padStart(2, '0') + ':' + ththttrckminutes.toString().padStart(2, '0') + ':' + ththttrckseconds.toString().padStart(2, '0');
|
||||||
|
var theSpan = document.getElementById("ththttrck");
|
||||||
|
theSpan.innerHTML = ththttrckformatted;
|
||||||
|
</script>
|
||||||
|
|
||||||
|
|
||||||
|
<ul class="actions stacked">
|
||||||
|
<li><button id="mu_pause" class="smooth-scroll-middle button icon solid fa-play">Play dat!</button></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="image">
|
||||||
|
<img src="https://media.basspistol.com/panix/buy-a-vowel/5-tht-ht-trck.jpeg" alt="5 Tht Ht Trck logo" id="coverart" />
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
|
||||||
|
|
||||||
|
<!-- Page navigation -->
|
||||||
|
<section class="wrapper style1 align-center">
|
||||||
|
<div class="inner">
|
||||||
|
<div class="index align-left">
|
||||||
|
<!-- Author -->
|
||||||
|
<section class="streambox" style="margin-top:40px;padding: 40px;">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<h3 style="text-align: center;display: block;">This track can't be bought</h3>
|
||||||
|
<p>But other tracks are available here:</p>
|
||||||
|
|
||||||
|
|
||||||
|
<div class="streamer">
|
||||||
|
|
||||||
|
|
||||||
|
<a onclick="_paq.push(['trackEvent', 'StoreLink', 'Bandcamp']);" target="_blank" rel="noopener" href="https://panixheavyindustries.bandcamp.com" alt="Stream from Bandcamp" title="Stream from Bandcamp" class="button icon brands fa-bandcamp">Bandcamp</a>
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</section>
|
||||||
|
<section>
|
||||||
|
<!-- Content -->
|
||||||
|
<div class="content">
|
||||||
|
<!-- post Naviation -->
|
||||||
|
<div style="text-align: center;">
|
||||||
|
<h3>Play more songs grom this release</h3>
|
||||||
|
</div>
|
||||||
|
<div class="post-nav">
|
||||||
|
<div>
|
||||||
|
|
||||||
|
<h4><a href="../../../albums/buy-a-vowel/4-lss-s-mr/" alt="Read LSS S MR" title="Read LSS S MR"><i class="fas fa-arrow-left"></i></a> <a
|
||||||
|
href="../../../albums/buy-a-vowel/4-lss-s-mr/"> LSS S MR</a>
|
||||||
|
</h4>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
<div class="post-nav-next">
|
||||||
|
|
||||||
|
<h4><a href="../../../albums/buy-a-vowel/6-atmk-sbmrn/"> ATMK SBMRN</a> <a
|
||||||
|
href="../../../albums/buy-a-vowel/6-atmk-sbmrn/" alt="Read ATMK SBMRN" title="Read ATMK SBMRN"><i class="fas fa-arrow-right"></i></a></h4>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<!-- End Post Navigation -->
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
<!-- Audio player-->
|
||||||
|
<audio autoplay preload="true" data-matomo-title="THT HT TRCK">
|
||||||
|
<source src="https://media.basspistol.com/panix/buy-a-vowel/5-tht-ht-trck.mp3" type="audio/mpeg" ontimeupdate='updateTrackTime(this);' />
|
||||||
|
<h1>Your browser isn't ready for so much hotness. Use the download-link instead.</h1>.
|
||||||
|
</audio>
|
||||||
|
<!-- Footer -->
|
||||||
|
<footer id="footer" class="wrapper style1 align-center">
|
||||||
|
<div class="footflex">
|
||||||
|
<div>
|
||||||
|
<h4>pax:nion</h4>
|
||||||
|
<p>PHI, Panix Heavy Industries
|
||||||
|
<br /><a href="mailto:"></a></p>
|
||||||
|
</div>
|
||||||
|
<div>
|
||||||
|
<ul>
|
||||||
|
<li><a href="#top" class="smooth-scroll-middle">Back to top</a></li>
|
||||||
|
<li><a href="/#album0" class="smooth-scroll-middle">music</a></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<div><img src="/assets/panix-logo-dark.svg" style="max-width:300px" alt="pax:nion Logo" /></div>
|
||||||
|
</div>
|
||||||
|
<div class="inner">
|
||||||
|
<ul class="icons">
|
||||||
|
|
||||||
|
<!-- <li><a href="mailto:" class="icon style2 fa-envelope"><span class="label">Email</span></a></li> -->
|
||||||
|
</ul>
|
||||||
|
<p>©2020 Basspistol | <a href="../../../webcreds/">Credits</a> | <a href="../../../cookies/">Cookies & Privacy</a></p>
|
||||||
|
</div>
|
||||||
|
</footer>
|
||||||
|
|
||||||
|
|
||||||
|
<script type="text/javascript">
|
||||||
|
function loadUrl(newLocation) {
|
||||||
|
window.location = newLocation;
|
||||||
|
return false;
|
||||||
|
}
|
||||||
|
|
||||||
|
var mu = document.getElementsByTagName("audio")[0];
|
||||||
|
var pauseButton = document.getElementById("mu_pause");
|
||||||
|
var spincover = document.getElementById("coverart");
|
||||||
|
|
||||||
|
mu.addEventListener('ended', function () {
|
||||||
|
// only functional if "loop" is removed
|
||||||
|
mu.pause();
|
||||||
|
mu.currentTime = 0;
|
||||||
|
loadUrl("../../../buy-a-vowel/6-atmk-sbmrn/"); return false;
|
||||||
|
});
|
||||||
|
mu.onplaying = function() {
|
||||||
|
pauseButton.innerHTML = "Pause";
|
||||||
|
pauseButton.classList.remove("fa-play");
|
||||||
|
pauseButton.classList.add("fa-pause");
|
||||||
|
spincover.classList.add("spinnit");
|
||||||
|
spincover.classList.remove("paused");
|
||||||
|
};
|
||||||
|
|
||||||
|
pauseButton.addEventListener("click", function () {
|
||||||
|
if (mu.paused) {
|
||||||
|
mu.play();
|
||||||
|
|
||||||
|
}
|
||||||
|
else {
|
||||||
|
mu.pause();
|
||||||
|
pauseButton.innerHTML = "Resume";
|
||||||
|
pauseButton.classList.add("fa-play");
|
||||||
|
pauseButton.classList.remove("fa-pause");
|
||||||
|
spincover.classList.add("paused");
|
||||||
|
}
|
||||||
|
});
|
||||||
|
|
||||||
|
mu.addEventListener('timeupdate', function () {
|
||||||
|
var timestamp = Math.floor(mu.currentTime);
|
||||||
|
var hours = Math.floor(timestamp / 60 / 60);
|
||||||
|
var minutes = Math.floor(timestamp / 60) - (hours * 60);
|
||||||
|
var seconds = timestamp % 60;
|
||||||
|
var formatted = hours.toString().padStart(2, '0') + ':' + minutes.toString().padStart(2, '0') + ':' + seconds.toString().padStart(2, '0');
|
||||||
|
var thecurrentSpan = document.getElementById("tracktime");
|
||||||
|
thecurrentSpan.innerHTML = formatted + ' / ';
|
||||||
|
});
|
||||||
|
|
||||||
|
</script>
|
||||||
|
</div>
|
||||||
|
<!-- Navigation -->
|
||||||
|
<div id="logo" class="logo">
|
||||||
|
<a href="/" class="smooth-scroll-middle"><img width="200em" src="/assets/panix-logo.svg" alt=" Logo" /></a>
|
||||||
|
<a href="#navbar" onclick="blurBody()" alt="Navigation Menu" title="Navigation Menu"><span style="font-size: 34px;" class="icon solid fa-bars"></span></a>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div id="navbar" style="display: block;" class="modalDialog">
|
||||||
|
<a href="#close" onclick="removeBlur()" alt="Close Menu" title="Close Menu"><div id="closearea"> </div></a>
|
||||||
|
<nav>
|
||||||
|
<a href="#close" title="Close" onclick="removeBlur()" class="close-button close" style="margin: 0 auto;">X</a>
|
||||||
|
<ul>
|
||||||
|
|
||||||
|
|
||||||
|
<li><a href="../../../" class="button small">Home</a></li>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<li><a href="../../../releases/" class="button small">Releases</a></li>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<li><a href="../../../logs/" class="button small">Web-Log</a></li>
|
||||||
|
|
||||||
|
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
</nav>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
<!-- End Navigation -->
|
||||||
|
<!-- Scripts -->
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<script src="../../../assets/js/jquery.min.js"></script>
|
||||||
|
<script src="../../../assets/js/jquery.scrollex.min.js"></script>
|
||||||
|
<script src="../../../assets/js/jquery.scrolly.min.js"></script>
|
||||||
|
<script src="../../../assets/js/browser.min.js"></script>
|
||||||
|
<script src="../../../assets/js/breakpoints.min.js"></script>
|
||||||
|
<script src="../../../assets/js/util.js"></script>
|
||||||
|
<script src="../../../assets/js/main.js"></script>
|
||||||
|
<script src="../../../assets/js/set.js"></script>
|
||||||
|
|
||||||
|
|
||||||
|
<div id="cookie-notice">
|
||||||
|
<p>We only use cookies if you consent to it. They don't contain any identifiable info: they just let us know if you enjoyed this enough to come back. <br />Click <a href="#" id="cookie-notice-decline">here</a> if you want this shit to go away without cookies. <br />Read more about how Basspistol <a href="/cookies/">use cookies</a> </p>
|
||||||
|
<a class="button small yes" href="#" id="cookie-notice-accept">I'm in!</a>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<script>
|
||||||
|
function createCookie(name, value, days) {
|
||||||
|
var expires = "";
|
||||||
|
if (days) {
|
||||||
|
var date = new Date();
|
||||||
|
date.setTime(date.getTime() + (days * 24 * 60 * 60 * 1000));
|
||||||
|
expires = "; expires=" + date.toUTCString();
|
||||||
|
}
|
||||||
|
document.cookie = name + "=" + value + expires + "; path=/";
|
||||||
|
}
|
||||||
|
function readCookie(name) {
|
||||||
|
var nameEQ = name + "=";
|
||||||
|
var ca = document.cookie.split(';');
|
||||||
|
for (var i = 0; i < ca.length; i++) {
|
||||||
|
var c = ca[i];
|
||||||
|
while (c.charAt(0) == ' ') c = c.substring(1, c.length);
|
||||||
|
if (c.indexOf(nameEQ) == 0) return c.substring(nameEQ.length, c.length);
|
||||||
|
}
|
||||||
|
return null;
|
||||||
|
}
|
||||||
|
function eraseCookie(name) {
|
||||||
|
createCookie(name, "", -1);
|
||||||
|
}
|
||||||
|
|
||||||
|
if (readCookie('cookie-notice-dismissed') == 'wantCookies') {
|
||||||
|
|
||||||
|
//* Matomo Tag Manager *//
|
||||||
|
|
||||||
|
var _mtm = _mtm || [];
|
||||||
|
_mtm.push({'mtm.startTime': (new Date().getTime()), 'event': 'mtm.Start'});
|
||||||
|
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
|
||||||
|
g.type='text/javascript'; g.async=true; g.defer=true; g.src='https://cdn.matomo.cloud/terminalnetwork.matomo.cloud/container_aJ0T3vZ5.js'; s.parentNode.insertBefore(g,s);
|
||||||
|
|
||||||
|
//* End Matomo Tag Manager *//
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
} else {
|
||||||
|
document.getElementById('cookie-notice').style.display = 'flex';
|
||||||
|
|
||||||
|
var _paq = window._paq || [];
|
||||||
|
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */
|
||||||
|
_paq.push(["setDocumentTitle", document.domain + "/" + document.title]);
|
||||||
|
_paq.push(["disableCookies"]);
|
||||||
|
_paq.push(['trackPageView']);
|
||||||
|
_paq.push(['enableLinkTracking']);
|
||||||
|
(function() {
|
||||||
|
var u="https://terminalnetwork.matomo.cloud/";
|
||||||
|
_paq.push(['setTrackerUrl', u+'matomo.php']);
|
||||||
|
_paq.push(['setSiteId', '14']);
|
||||||
|
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
|
||||||
|
g.type='text/javascript'; g.async=true; g.defer=true; g.src='//cdn.matomo.cloud/terminalnetwork.matomo.cloud/matomo.js'; s.parentNode.insertBefore(g,s);
|
||||||
|
})();
|
||||||
|
|
||||||
|
|
||||||
|
}
|
||||||
|
if (readCookie('cookie-notice-dismissed') == 'dontWantCookies') {
|
||||||
|
document.getElementById('cookie-notice').style.display = 'none';
|
||||||
|
|
||||||
|
var _paq = window._paq || [];
|
||||||
|
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */
|
||||||
|
_paq.push(["setDocumentTitle", document.domain + "/" + document.title]);
|
||||||
|
_paq.push(["disableCookies"]);
|
||||||
|
_paq.push(['trackPageView']);
|
||||||
|
_paq.push(['enableLinkTracking']);
|
||||||
|
(function() {
|
||||||
|
var u="https://terminalnetwork.matomo.cloud/";
|
||||||
|
_paq.push(['setTrackerUrl', u+'matomo.php']);
|
||||||
|
_paq.push(['setSiteId', '14']);
|
||||||
|
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
|
||||||
|
g.type='text/javascript'; g.async=true; g.defer=true; g.src='//cdn.matomo.cloud/terminalnetwork.matomo.cloud/matomo.js'; s.parentNode.insertBefore(g,s);
|
||||||
|
})();
|
||||||
|
|
||||||
|
}
|
||||||
|
document.getElementById('cookie-notice-accept').addEventListener("click", function () {
|
||||||
|
createCookie('cookie-notice-dismissed', 'wantCookies', 31);
|
||||||
|
document.getElementById('cookie-notice').style.display = 'none';
|
||||||
|
_paq.push(['trackEvent', 'Consent', 'wantCookie']);
|
||||||
|
location.reload();
|
||||||
|
});
|
||||||
|
|
||||||
|
document.getElementById('cookie-notice-decline').addEventListener("click", function () {
|
||||||
|
createCookie('cookie-notice-dismissed', 'dontWantCookies', 31);
|
||||||
|
document.getElementById('cookie-notice').style.display = 'none';
|
||||||
|
_paq.push(['trackEvent', 'Consent', 'dontWantCookie']);
|
||||||
|
location.reload();
|
||||||
|
});
|
||||||
|
|
||||||
|
// document.getElementById('cookie-notice-gimme').addEventListener("click", function () {
|
||||||
|
// createCookie('cookie-notice-dismissed', 'wantCookies', 31);
|
||||||
|
// document.getElementById('cookie-notice').style.display = 'none';
|
||||||
|
// location.reload();
|
||||||
|
// });
|
||||||
|
|
||||||
|
|
||||||
|
</script>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
404
albums/buy-a-vowel/6-atmk-sbmrn/index.html
Normal file
404
albums/buy-a-vowel/6-atmk-sbmrn/index.html
Normal file
|
|
@ -0,0 +1,404 @@
|
||||||
|
<!DOCTYPE html>
|
||||||
|
<!--
|
||||||
|
Based on _Story_ by html5up.net | @ajlkn
|
||||||
|
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
|
||||||
|
Remixed and Jekyllified by Setto
|
||||||
|
-->
|
||||||
|
<html lang="en">
|
||||||
|
<head>
|
||||||
|
<!-- Begin Jekyll SEO tag v2.6.1 -->
|
||||||
|
<meta name="generator" content="Jekyll v4.0.0" />
|
||||||
|
<meta property="og:title" content="6 Atmk Sbmrn" />
|
||||||
|
<meta name="author" content="pax:nion" />
|
||||||
|
<meta property="og:locale" content="en" />
|
||||||
|
<meta name="description" content="PHI, Panix Heavy Industries" />
|
||||||
|
<meta property="og:description" content="PHI, Panix Heavy Industries" />
|
||||||
|
<link rel="canonical" href="https://panix.basspistol.com/albums/buy-a-vowel/6-atmk-sbmrn/" />
|
||||||
|
<meta property="og:url" content="https://panix.basspistol.com/albums/buy-a-vowel/6-atmk-sbmrn/" />
|
||||||
|
<meta property="og:site_name" content="pax:nion" />
|
||||||
|
<meta property="og:type" content="article" />
|
||||||
|
<meta property="article:published_time" content="2020-07-05T18:07:03+00:00" />
|
||||||
|
<script type="application/ld+json">
|
||||||
|
{"description":"PHI, Panix Heavy Industries","@type":"AudioObject","headline":"6 Atmk Sbmrn","dateModified":"2020-07-05T18:07:00+00:00","datePublished":"2020-07-05T18:07:03+00:00","url":"https://panix.basspistol.com/albums/buy-a-vowel/6-atmk-sbmrn/","author":{"@type":"Person","name":"pax:nion"},"publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://panix.basspistol.com/assets/img/setto_icon.png"},"name":"pax:nion"},"@context":"https://schema.org"}</script>
|
||||||
|
<!-- End Jekyll SEO tag -->
|
||||||
|
|
||||||
|
<link type="application/atom+xml" rel="alternate" href="https://panix.basspistol.com/feed.xml" title="" />
|
||||||
|
<!-- BEGIN seo.html -->
|
||||||
|
|
||||||
|
<title>Play ATMK SBMRN by Panixonik</title>
|
||||||
|
<meta name="title" content="Play ATMK SBMRN by Panixonik" />
|
||||||
|
|
||||||
|
<meta name="dc.date.modified" scheme="ISO8601" content="2020-07-05T18:07:00+00:00" />
|
||||||
|
<meta name="robots" content="index" />
|
||||||
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||||
|
<link rel="canonical" href="https://panix.basspistol.com/albums/buy-a-vowel/6-atmk-sbmrn/" />
|
||||||
|
<link rel="alternate" hreflang="x-default" href="https://panix.basspistol.com/albums/buy-a-vowel/6-atmk-sbmrn/" />
|
||||||
|
<meta name="geo.region" content="BJ-ZO" />
|
||||||
|
<meta name="geo.placename" content="Setto" />
|
||||||
|
<meta name="geo.position" content="7.48777;2.076389" />
|
||||||
|
<meta name="ICBM" content="7.48777, 2.076389" />
|
||||||
|
|
||||||
|
<!-- Dublin Core basic info -->
|
||||||
|
|
||||||
|
<meta name="dcterms.Identifier" content="https://panix.basspistol.com" />
|
||||||
|
<meta name="dcterms.Format" content="text/html" />
|
||||||
|
<meta name="dcterms.Relation" content="pax:nion" />
|
||||||
|
<meta name="dcterms.Publisher" content="pax:nion" />
|
||||||
|
<meta name="dcterms.Type" content="text/html" />
|
||||||
|
<meta name="dcterms.Coverage" content="https://panix.basspistol.com/" />
|
||||||
|
<meta name="dcterms.Rights" content="Copyright ©2020 pax:nion." />
|
||||||
|
|
||||||
|
<meta name="dcterms.Subject" content="Listen and to a track by Panixonik from the release Buy A Vowel and support your remote artist!" />
|
||||||
|
<meta name="dcterms.Title" content="ATMK SBMRN - Panixonik | pax:nion" />
|
||||||
|
|
||||||
|
<meta name="dcterms.Contributor" content="pax:nion" />
|
||||||
|
<meta name="dcterms.Date" content="2020-07-05" />
|
||||||
|
<meta name="dcterms.Description" content="" />
|
||||||
|
|
||||||
|
<!-- Twitter Card -->
|
||||||
|
|
||||||
|
<meta name="twitter:card" content="summary" />
|
||||||
|
<meta name="twitter:site" content="@" />
|
||||||
|
<meta name="twitter:title" content="6 Atmk Sbmrn | pax:nion" />
|
||||||
|
<meta name="twitter:description" content="PHI, Panix Heavy Industries" />
|
||||||
|
|
||||||
|
<meta name="twitter:image" content="https://panix.basspistol.com" />
|
||||||
|
|
||||||
|
<!-- END seo.html -->
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<meta charset="utf-8" />
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=yes" />
|
||||||
|
<link rel="stylesheet" href="../../../assets/css/main20200519.css" />
|
||||||
|
|
||||||
|
<link rel="apple-touch-icon" href="https://panix.basspistol.com/apple-touch-icon.png" />
|
||||||
|
<link rel="icon" type="image/png" href="https://panix.basspistol.com/touch-icon.png" sizes="192x192" />
|
||||||
|
<link rel="shortcut icon" href="https://panix.basspistol.com/assets/img/setto_icon.png" type="image/png" />
|
||||||
|
<noscript><link rel="stylesheet" href="../../../assets/css/noscript20200518-rev1.css" /></noscript>
|
||||||
|
</head>
|
||||||
|
|
||||||
|
<body class="is-preload" id="body">
|
||||||
|
<span id="top" style="display: none;"></span>
|
||||||
|
<!-- Wrapper -->
|
||||||
|
<div id="wrapper" class="divided" data-cms-content-wrapper="/_layouts/default.html">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<!-- Banner -->
|
||||||
|
<section
|
||||||
|
class="banner onload-image-fade-in onload-content-fade-right style3 fullscreen content-align-center image-position-center" style="background-image:url('https://media.basspistol.com/panix/buy-a-vowel/6-atmk-sbmrn.jpeg');background-size: cover; background-repeat: no-repeat;">
|
||||||
|
<div style="z-index:0;position:absolute; top:0; left:0; width:100%;height:100%;background-color: rgba(13, 13 ,13, 0.85);"></div>
|
||||||
|
<div class="content" style="z-index:1">
|
||||||
|
<h1 style="margin-top:80px">ATMK SBMRN</h1>
|
||||||
|
|
||||||
|
<p><strong><span id="tracktime"></span></strong><span id="atmksbmrn"></span></strong> <br />
|
||||||
|
Style: <strong>Electronic</strong>
|
||||||
|
</p>
|
||||||
|
<script type="text/javascript">
|
||||||
|
var atmksbmrntimestamp = 150;
|
||||||
|
var atmksbmrnhours = Math.floor(atmksbmrntimestamp / 60 / 60);
|
||||||
|
var atmksbmrnminutes = Math.floor(atmksbmrntimestamp / 60) - (atmksbmrnhours * 60);
|
||||||
|
var atmksbmrnseconds = atmksbmrntimestamp % 60;
|
||||||
|
var atmksbmrnformatted = atmksbmrnhours.toString().padStart(2, '0') + ':' + atmksbmrnminutes.toString().padStart(2, '0') + ':' + atmksbmrnseconds.toString().padStart(2, '0');
|
||||||
|
var theSpan = document.getElementById("atmksbmrn");
|
||||||
|
theSpan.innerHTML = atmksbmrnformatted;
|
||||||
|
</script>
|
||||||
|
|
||||||
|
|
||||||
|
<ul class="actions stacked">
|
||||||
|
<li><button id="mu_pause" class="smooth-scroll-middle button icon solid fa-play">Play dat!</button></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="image">
|
||||||
|
<img src="https://media.basspistol.com/panix/buy-a-vowel/6-atmk-sbmrn.jpeg" alt="6 Atmk Sbmrn logo" id="coverart" />
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
|
||||||
|
|
||||||
|
<!-- Page navigation -->
|
||||||
|
<section class="wrapper style1 align-center">
|
||||||
|
<div class="inner">
|
||||||
|
<div class="index align-left">
|
||||||
|
<!-- Author -->
|
||||||
|
<section class="streambox" style="margin-top:40px;padding: 40px;">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<h3 style="text-align: center;display: block;">This track can't be bought</h3>
|
||||||
|
<p>But other tracks are available here:</p>
|
||||||
|
|
||||||
|
|
||||||
|
<div class="streamer">
|
||||||
|
|
||||||
|
|
||||||
|
<a onclick="_paq.push(['trackEvent', 'StoreLink', 'Bandcamp']);" target="_blank" rel="noopener" href="https://panixheavyindustries.bandcamp.com" alt="Stream from Bandcamp" title="Stream from Bandcamp" class="button icon brands fa-bandcamp">Bandcamp</a>
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</section>
|
||||||
|
<section>
|
||||||
|
<!-- Content -->
|
||||||
|
<div class="content">
|
||||||
|
<!-- post Naviation -->
|
||||||
|
<div style="text-align: center;">
|
||||||
|
<h3>Play more songs grom this release</h3>
|
||||||
|
</div>
|
||||||
|
<div class="post-nav">
|
||||||
|
<div>
|
||||||
|
|
||||||
|
<h4><a href="../../../albums/buy-a-vowel/5-tht-ht-trck/" alt="Read THT HT TRCK" title="Read THT HT TRCK"><i class="fas fa-arrow-left"></i></a> <a
|
||||||
|
href="../../../albums/buy-a-vowel/5-tht-ht-trck/"> THT HT TRCK</a>
|
||||||
|
</h4>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
<div class="post-nav-next">
|
||||||
|
|
||||||
|
<h4><a href="../../../albums/buy-a-vowel/7-gd-mrgn/"> GD MRGN</a> <a
|
||||||
|
href="../../../albums/buy-a-vowel/7-gd-mrgn/" alt="Read GD MRGN" title="Read GD MRGN"><i class="fas fa-arrow-right"></i></a></h4>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<!-- End Post Navigation -->
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
<!-- Audio player-->
|
||||||
|
<audio autoplay preload="true" data-matomo-title="ATMK SBMRN">
|
||||||
|
<source src="https://media.basspistol.com/panix/buy-a-vowel/6-atmk-sbmrn.mp3" type="audio/mpeg" ontimeupdate='updateTrackTime(this);' />
|
||||||
|
<h1>Your browser isn't ready for so much hotness. Use the download-link instead.</h1>.
|
||||||
|
</audio>
|
||||||
|
<!-- Footer -->
|
||||||
|
<footer id="footer" class="wrapper style1 align-center">
|
||||||
|
<div class="footflex">
|
||||||
|
<div>
|
||||||
|
<h4>pax:nion</h4>
|
||||||
|
<p>PHI, Panix Heavy Industries
|
||||||
|
<br /><a href="mailto:"></a></p>
|
||||||
|
</div>
|
||||||
|
<div>
|
||||||
|
<ul>
|
||||||
|
<li><a href="#top" class="smooth-scroll-middle">Back to top</a></li>
|
||||||
|
<li><a href="/#album0" class="smooth-scroll-middle">music</a></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<div><img src="/assets/panix-logo-dark.svg" style="max-width:300px" alt="pax:nion Logo" /></div>
|
||||||
|
</div>
|
||||||
|
<div class="inner">
|
||||||
|
<ul class="icons">
|
||||||
|
|
||||||
|
<!-- <li><a href="mailto:" class="icon style2 fa-envelope"><span class="label">Email</span></a></li> -->
|
||||||
|
</ul>
|
||||||
|
<p>©2020 Basspistol | <a href="../../../webcreds/">Credits</a> | <a href="../../../cookies/">Cookies & Privacy</a></p>
|
||||||
|
</div>
|
||||||
|
</footer>
|
||||||
|
|
||||||
|
|
||||||
|
<script type="text/javascript">
|
||||||
|
function loadUrl(newLocation) {
|
||||||
|
window.location = newLocation;
|
||||||
|
return false;
|
||||||
|
}
|
||||||
|
|
||||||
|
var mu = document.getElementsByTagName("audio")[0];
|
||||||
|
var pauseButton = document.getElementById("mu_pause");
|
||||||
|
var spincover = document.getElementById("coverart");
|
||||||
|
|
||||||
|
mu.addEventListener('ended', function () {
|
||||||
|
// only functional if "loop" is removed
|
||||||
|
mu.pause();
|
||||||
|
mu.currentTime = 0;
|
||||||
|
loadUrl("../../../buy-a-vowel/7-gd-mrgn/"); return false;
|
||||||
|
});
|
||||||
|
mu.onplaying = function() {
|
||||||
|
pauseButton.innerHTML = "Pause";
|
||||||
|
pauseButton.classList.remove("fa-play");
|
||||||
|
pauseButton.classList.add("fa-pause");
|
||||||
|
spincover.classList.add("spinnit");
|
||||||
|
spincover.classList.remove("paused");
|
||||||
|
};
|
||||||
|
|
||||||
|
pauseButton.addEventListener("click", function () {
|
||||||
|
if (mu.paused) {
|
||||||
|
mu.play();
|
||||||
|
|
||||||
|
}
|
||||||
|
else {
|
||||||
|
mu.pause();
|
||||||
|
pauseButton.innerHTML = "Resume";
|
||||||
|
pauseButton.classList.add("fa-play");
|
||||||
|
pauseButton.classList.remove("fa-pause");
|
||||||
|
spincover.classList.add("paused");
|
||||||
|
}
|
||||||
|
});
|
||||||
|
|
||||||
|
mu.addEventListener('timeupdate', function () {
|
||||||
|
var timestamp = Math.floor(mu.currentTime);
|
||||||
|
var hours = Math.floor(timestamp / 60 / 60);
|
||||||
|
var minutes = Math.floor(timestamp / 60) - (hours * 60);
|
||||||
|
var seconds = timestamp % 60;
|
||||||
|
var formatted = hours.toString().padStart(2, '0') + ':' + minutes.toString().padStart(2, '0') + ':' + seconds.toString().padStart(2, '0');
|
||||||
|
var thecurrentSpan = document.getElementById("tracktime");
|
||||||
|
thecurrentSpan.innerHTML = formatted + ' / ';
|
||||||
|
});
|
||||||
|
|
||||||
|
</script>
|
||||||
|
</div>
|
||||||
|
<!-- Navigation -->
|
||||||
|
<div id="logo" class="logo">
|
||||||
|
<a href="/" class="smooth-scroll-middle"><img width="200em" src="/assets/panix-logo.svg" alt=" Logo" /></a>
|
||||||
|
<a href="#navbar" onclick="blurBody()" alt="Navigation Menu" title="Navigation Menu"><span style="font-size: 34px;" class="icon solid fa-bars"></span></a>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div id="navbar" style="display: block;" class="modalDialog">
|
||||||
|
<a href="#close" onclick="removeBlur()" alt="Close Menu" title="Close Menu"><div id="closearea"> </div></a>
|
||||||
|
<nav>
|
||||||
|
<a href="#close" title="Close" onclick="removeBlur()" class="close-button close" style="margin: 0 auto;">X</a>
|
||||||
|
<ul>
|
||||||
|
|
||||||
|
|
||||||
|
<li><a href="../../../" class="button small">Home</a></li>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<li><a href="../../../releases/" class="button small">Releases</a></li>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<li><a href="../../../logs/" class="button small">Web-Log</a></li>
|
||||||
|
|
||||||
|
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
</nav>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
<!-- End Navigation -->
|
||||||
|
<!-- Scripts -->
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<script src="../../../assets/js/jquery.min.js"></script>
|
||||||
|
<script src="../../../assets/js/jquery.scrollex.min.js"></script>
|
||||||
|
<script src="../../../assets/js/jquery.scrolly.min.js"></script>
|
||||||
|
<script src="../../../assets/js/browser.min.js"></script>
|
||||||
|
<script src="../../../assets/js/breakpoints.min.js"></script>
|
||||||
|
<script src="../../../assets/js/util.js"></script>
|
||||||
|
<script src="../../../assets/js/main.js"></script>
|
||||||
|
<script src="../../../assets/js/set.js"></script>
|
||||||
|
|
||||||
|
|
||||||
|
<div id="cookie-notice">
|
||||||
|
<p>We only use cookies if you consent to it. They don't contain any identifiable info: they just let us know if you enjoyed this enough to come back. <br />Click <a href="#" id="cookie-notice-decline">here</a> if you want this shit to go away without cookies. <br />Read more about how Basspistol <a href="/cookies/">use cookies</a> </p>
|
||||||
|
<a class="button small yes" href="#" id="cookie-notice-accept">I'm in!</a>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<script>
|
||||||
|
function createCookie(name, value, days) {
|
||||||
|
var expires = "";
|
||||||
|
if (days) {
|
||||||
|
var date = new Date();
|
||||||
|
date.setTime(date.getTime() + (days * 24 * 60 * 60 * 1000));
|
||||||
|
expires = "; expires=" + date.toUTCString();
|
||||||
|
}
|
||||||
|
document.cookie = name + "=" + value + expires + "; path=/";
|
||||||
|
}
|
||||||
|
function readCookie(name) {
|
||||||
|
var nameEQ = name + "=";
|
||||||
|
var ca = document.cookie.split(';');
|
||||||
|
for (var i = 0; i < ca.length; i++) {
|
||||||
|
var c = ca[i];
|
||||||
|
while (c.charAt(0) == ' ') c = c.substring(1, c.length);
|
||||||
|
if (c.indexOf(nameEQ) == 0) return c.substring(nameEQ.length, c.length);
|
||||||
|
}
|
||||||
|
return null;
|
||||||
|
}
|
||||||
|
function eraseCookie(name) {
|
||||||
|
createCookie(name, "", -1);
|
||||||
|
}
|
||||||
|
|
||||||
|
if (readCookie('cookie-notice-dismissed') == 'wantCookies') {
|
||||||
|
|
||||||
|
//* Matomo Tag Manager *//
|
||||||
|
|
||||||
|
var _mtm = _mtm || [];
|
||||||
|
_mtm.push({'mtm.startTime': (new Date().getTime()), 'event': 'mtm.Start'});
|
||||||
|
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
|
||||||
|
g.type='text/javascript'; g.async=true; g.defer=true; g.src='https://cdn.matomo.cloud/terminalnetwork.matomo.cloud/container_aJ0T3vZ5.js'; s.parentNode.insertBefore(g,s);
|
||||||
|
|
||||||
|
//* End Matomo Tag Manager *//
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
} else {
|
||||||
|
document.getElementById('cookie-notice').style.display = 'flex';
|
||||||
|
|
||||||
|
var _paq = window._paq || [];
|
||||||
|
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */
|
||||||
|
_paq.push(["setDocumentTitle", document.domain + "/" + document.title]);
|
||||||
|
_paq.push(["disableCookies"]);
|
||||||
|
_paq.push(['trackPageView']);
|
||||||
|
_paq.push(['enableLinkTracking']);
|
||||||
|
(function() {
|
||||||
|
var u="https://terminalnetwork.matomo.cloud/";
|
||||||
|
_paq.push(['setTrackerUrl', u+'matomo.php']);
|
||||||
|
_paq.push(['setSiteId', '14']);
|
||||||
|
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
|
||||||
|
g.type='text/javascript'; g.async=true; g.defer=true; g.src='//cdn.matomo.cloud/terminalnetwork.matomo.cloud/matomo.js'; s.parentNode.insertBefore(g,s);
|
||||||
|
})();
|
||||||
|
|
||||||
|
|
||||||
|
}
|
||||||
|
if (readCookie('cookie-notice-dismissed') == 'dontWantCookies') {
|
||||||
|
document.getElementById('cookie-notice').style.display = 'none';
|
||||||
|
|
||||||
|
var _paq = window._paq || [];
|
||||||
|
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */
|
||||||
|
_paq.push(["setDocumentTitle", document.domain + "/" + document.title]);
|
||||||
|
_paq.push(["disableCookies"]);
|
||||||
|
_paq.push(['trackPageView']);
|
||||||
|
_paq.push(['enableLinkTracking']);
|
||||||
|
(function() {
|
||||||
|
var u="https://terminalnetwork.matomo.cloud/";
|
||||||
|
_paq.push(['setTrackerUrl', u+'matomo.php']);
|
||||||
|
_paq.push(['setSiteId', '14']);
|
||||||
|
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
|
||||||
|
g.type='text/javascript'; g.async=true; g.defer=true; g.src='//cdn.matomo.cloud/terminalnetwork.matomo.cloud/matomo.js'; s.parentNode.insertBefore(g,s);
|
||||||
|
})();
|
||||||
|
|
||||||
|
}
|
||||||
|
document.getElementById('cookie-notice-accept').addEventListener("click", function () {
|
||||||
|
createCookie('cookie-notice-dismissed', 'wantCookies', 31);
|
||||||
|
document.getElementById('cookie-notice').style.display = 'none';
|
||||||
|
_paq.push(['trackEvent', 'Consent', 'wantCookie']);
|
||||||
|
location.reload();
|
||||||
|
});
|
||||||
|
|
||||||
|
document.getElementById('cookie-notice-decline').addEventListener("click", function () {
|
||||||
|
createCookie('cookie-notice-dismissed', 'dontWantCookies', 31);
|
||||||
|
document.getElementById('cookie-notice').style.display = 'none';
|
||||||
|
_paq.push(['trackEvent', 'Consent', 'dontWantCookie']);
|
||||||
|
location.reload();
|
||||||
|
});
|
||||||
|
|
||||||
|
// document.getElementById('cookie-notice-gimme').addEventListener("click", function () {
|
||||||
|
// createCookie('cookie-notice-dismissed', 'wantCookies', 31);
|
||||||
|
// document.getElementById('cookie-notice').style.display = 'none';
|
||||||
|
// location.reload();
|
||||||
|
// });
|
||||||
|
|
||||||
|
|
||||||
|
</script>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
404
albums/buy-a-vowel/7-gd-mrgn/index.html
Normal file
404
albums/buy-a-vowel/7-gd-mrgn/index.html
Normal file
|
|
@ -0,0 +1,404 @@
|
||||||
|
<!DOCTYPE html>
|
||||||
|
<!--
|
||||||
|
Based on _Story_ by html5up.net | @ajlkn
|
||||||
|
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
|
||||||
|
Remixed and Jekyllified by Setto
|
||||||
|
-->
|
||||||
|
<html lang="en">
|
||||||
|
<head>
|
||||||
|
<!-- Begin Jekyll SEO tag v2.6.1 -->
|
||||||
|
<meta name="generator" content="Jekyll v4.0.0" />
|
||||||
|
<meta property="og:title" content="7 Gd Mrgn" />
|
||||||
|
<meta name="author" content="pax:nion" />
|
||||||
|
<meta property="og:locale" content="en" />
|
||||||
|
<meta name="description" content="PHI, Panix Heavy Industries" />
|
||||||
|
<meta property="og:description" content="PHI, Panix Heavy Industries" />
|
||||||
|
<link rel="canonical" href="https://panix.basspistol.com/albums/buy-a-vowel/7-gd-mrgn/" />
|
||||||
|
<meta property="og:url" content="https://panix.basspistol.com/albums/buy-a-vowel/7-gd-mrgn/" />
|
||||||
|
<meta property="og:site_name" content="pax:nion" />
|
||||||
|
<meta property="og:type" content="article" />
|
||||||
|
<meta property="article:published_time" content="2020-07-05T18:07:03+00:00" />
|
||||||
|
<script type="application/ld+json">
|
||||||
|
{"description":"PHI, Panix Heavy Industries","@type":"AudioObject","headline":"7 Gd Mrgn","dateModified":"2020-07-05T18:07:00+00:00","datePublished":"2020-07-05T18:07:03+00:00","url":"https://panix.basspistol.com/albums/buy-a-vowel/7-gd-mrgn/","author":{"@type":"Person","name":"pax:nion"},"publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://panix.basspistol.com/assets/img/setto_icon.png"},"name":"pax:nion"},"@context":"https://schema.org"}</script>
|
||||||
|
<!-- End Jekyll SEO tag -->
|
||||||
|
|
||||||
|
<link type="application/atom+xml" rel="alternate" href="https://panix.basspistol.com/feed.xml" title="" />
|
||||||
|
<!-- BEGIN seo.html -->
|
||||||
|
|
||||||
|
<title>Play GD MRGN by Panixonik</title>
|
||||||
|
<meta name="title" content="Play GD MRGN by Panixonik" />
|
||||||
|
|
||||||
|
<meta name="dc.date.modified" scheme="ISO8601" content="2020-07-05T18:07:00+00:00" />
|
||||||
|
<meta name="robots" content="index" />
|
||||||
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||||
|
<link rel="canonical" href="https://panix.basspistol.com/albums/buy-a-vowel/7-gd-mrgn/" />
|
||||||
|
<link rel="alternate" hreflang="x-default" href="https://panix.basspistol.com/albums/buy-a-vowel/7-gd-mrgn/" />
|
||||||
|
<meta name="geo.region" content="BJ-ZO" />
|
||||||
|
<meta name="geo.placename" content="Setto" />
|
||||||
|
<meta name="geo.position" content="7.48777;2.076389" />
|
||||||
|
<meta name="ICBM" content="7.48777, 2.076389" />
|
||||||
|
|
||||||
|
<!-- Dublin Core basic info -->
|
||||||
|
|
||||||
|
<meta name="dcterms.Identifier" content="https://panix.basspistol.com" />
|
||||||
|
<meta name="dcterms.Format" content="text/html" />
|
||||||
|
<meta name="dcterms.Relation" content="pax:nion" />
|
||||||
|
<meta name="dcterms.Publisher" content="pax:nion" />
|
||||||
|
<meta name="dcterms.Type" content="text/html" />
|
||||||
|
<meta name="dcterms.Coverage" content="https://panix.basspistol.com/" />
|
||||||
|
<meta name="dcterms.Rights" content="Copyright ©2020 pax:nion." />
|
||||||
|
|
||||||
|
<meta name="dcterms.Subject" content="Listen and to a track by Panixonik from the release Buy A Vowel and support your remote artist!" />
|
||||||
|
<meta name="dcterms.Title" content="GD MRGN - Panixonik | pax:nion" />
|
||||||
|
|
||||||
|
<meta name="dcterms.Contributor" content="pax:nion" />
|
||||||
|
<meta name="dcterms.Date" content="2020-07-05" />
|
||||||
|
<meta name="dcterms.Description" content="" />
|
||||||
|
|
||||||
|
<!-- Twitter Card -->
|
||||||
|
|
||||||
|
<meta name="twitter:card" content="summary" />
|
||||||
|
<meta name="twitter:site" content="@" />
|
||||||
|
<meta name="twitter:title" content="7 Gd Mrgn | pax:nion" />
|
||||||
|
<meta name="twitter:description" content="PHI, Panix Heavy Industries" />
|
||||||
|
|
||||||
|
<meta name="twitter:image" content="https://panix.basspistol.com" />
|
||||||
|
|
||||||
|
<!-- END seo.html -->
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<meta charset="utf-8" />
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=yes" />
|
||||||
|
<link rel="stylesheet" href="../../../assets/css/main20200519.css" />
|
||||||
|
|
||||||
|
<link rel="apple-touch-icon" href="https://panix.basspistol.com/apple-touch-icon.png" />
|
||||||
|
<link rel="icon" type="image/png" href="https://panix.basspistol.com/touch-icon.png" sizes="192x192" />
|
||||||
|
<link rel="shortcut icon" href="https://panix.basspistol.com/assets/img/setto_icon.png" type="image/png" />
|
||||||
|
<noscript><link rel="stylesheet" href="../../../assets/css/noscript20200518-rev1.css" /></noscript>
|
||||||
|
</head>
|
||||||
|
|
||||||
|
<body class="is-preload" id="body">
|
||||||
|
<span id="top" style="display: none;"></span>
|
||||||
|
<!-- Wrapper -->
|
||||||
|
<div id="wrapper" class="divided" data-cms-content-wrapper="/_layouts/default.html">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<!-- Banner -->
|
||||||
|
<section
|
||||||
|
class="banner onload-image-fade-in onload-content-fade-right style3 fullscreen content-align-center image-position-center" style="background-image:url('https://media.basspistol.com/panix/buy-a-vowel/7-gd-mrgn.jpeg');background-size: cover; background-repeat: no-repeat;">
|
||||||
|
<div style="z-index:0;position:absolute; top:0; left:0; width:100%;height:100%;background-color: rgba(13, 13 ,13, 0.85);"></div>
|
||||||
|
<div class="content" style="z-index:1">
|
||||||
|
<h1 style="margin-top:80px">GD MRGN</h1>
|
||||||
|
|
||||||
|
<p><strong><span id="tracktime"></span></strong><span id="gdmrgn"></span></strong> <br />
|
||||||
|
Style: <strong>Electronic</strong>
|
||||||
|
</p>
|
||||||
|
<script type="text/javascript">
|
||||||
|
var gdmrgntimestamp = 111;
|
||||||
|
var gdmrgnhours = Math.floor(gdmrgntimestamp / 60 / 60);
|
||||||
|
var gdmrgnminutes = Math.floor(gdmrgntimestamp / 60) - (gdmrgnhours * 60);
|
||||||
|
var gdmrgnseconds = gdmrgntimestamp % 60;
|
||||||
|
var gdmrgnformatted = gdmrgnhours.toString().padStart(2, '0') + ':' + gdmrgnminutes.toString().padStart(2, '0') + ':' + gdmrgnseconds.toString().padStart(2, '0');
|
||||||
|
var theSpan = document.getElementById("gdmrgn");
|
||||||
|
theSpan.innerHTML = gdmrgnformatted;
|
||||||
|
</script>
|
||||||
|
|
||||||
|
|
||||||
|
<ul class="actions stacked">
|
||||||
|
<li><button id="mu_pause" class="smooth-scroll-middle button icon solid fa-play">Play dat!</button></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="image">
|
||||||
|
<img src="https://media.basspistol.com/panix/buy-a-vowel/7-gd-mrgn.jpeg" alt="7 Gd Mrgn logo" id="coverart" />
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
|
||||||
|
|
||||||
|
<!-- Page navigation -->
|
||||||
|
<section class="wrapper style1 align-center">
|
||||||
|
<div class="inner">
|
||||||
|
<div class="index align-left">
|
||||||
|
<!-- Author -->
|
||||||
|
<section class="streambox" style="margin-top:40px;padding: 40px;">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<h3 style="text-align: center;display: block;">This track can't be bought</h3>
|
||||||
|
<p>But other tracks are available here:</p>
|
||||||
|
|
||||||
|
|
||||||
|
<div class="streamer">
|
||||||
|
|
||||||
|
|
||||||
|
<a onclick="_paq.push(['trackEvent', 'StoreLink', 'Bandcamp']);" target="_blank" rel="noopener" href="https://panixheavyindustries.bandcamp.com" alt="Stream from Bandcamp" title="Stream from Bandcamp" class="button icon brands fa-bandcamp">Bandcamp</a>
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</section>
|
||||||
|
<section>
|
||||||
|
<!-- Content -->
|
||||||
|
<div class="content">
|
||||||
|
<!-- post Naviation -->
|
||||||
|
<div style="text-align: center;">
|
||||||
|
<h3>Play more songs grom this release</h3>
|
||||||
|
</div>
|
||||||
|
<div class="post-nav">
|
||||||
|
<div>
|
||||||
|
|
||||||
|
<h4><a href="../../../albums/buy-a-vowel/6-atmk-sbmrn/" alt="Read ATMK SBMRN" title="Read ATMK SBMRN"><i class="fas fa-arrow-left"></i></a> <a
|
||||||
|
href="../../../albums/buy-a-vowel/6-atmk-sbmrn/"> ATMK SBMRN</a>
|
||||||
|
</h4>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
<div class="post-nav-next">
|
||||||
|
|
||||||
|
<h4><a href="../../../albums/buy-a-vowel/1-tp-n-nc-n-gt-srtd/"> TP N NC N GT SRTD</a> <a
|
||||||
|
href="../../../albums/buy-a-vowel/1-tp-n-nc-n-gt-srtd/" alt="Read TP N NC N GT SRTD" title="Read TP N NC N GT SRTD"><i class="fas fa-arrow-right"></i></a></h4>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<!-- End Post Navigation -->
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
<!-- Audio player-->
|
||||||
|
<audio autoplay preload="true" data-matomo-title="GD MRGN">
|
||||||
|
<source src="https://media.basspistol.com/panix/buy-a-vowel/7-gd-mrgn.mp3" type="audio/mpeg" ontimeupdate='updateTrackTime(this);' />
|
||||||
|
<h1>Your browser isn't ready for so much hotness. Use the download-link instead.</h1>.
|
||||||
|
</audio>
|
||||||
|
<!-- Footer -->
|
||||||
|
<footer id="footer" class="wrapper style1 align-center">
|
||||||
|
<div class="footflex">
|
||||||
|
<div>
|
||||||
|
<h4>pax:nion</h4>
|
||||||
|
<p>PHI, Panix Heavy Industries
|
||||||
|
<br /><a href="mailto:"></a></p>
|
||||||
|
</div>
|
||||||
|
<div>
|
||||||
|
<ul>
|
||||||
|
<li><a href="#top" class="smooth-scroll-middle">Back to top</a></li>
|
||||||
|
<li><a href="/#album0" class="smooth-scroll-middle">music</a></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<div><img src="/assets/panix-logo-dark.svg" style="max-width:300px" alt="pax:nion Logo" /></div>
|
||||||
|
</div>
|
||||||
|
<div class="inner">
|
||||||
|
<ul class="icons">
|
||||||
|
|
||||||
|
<!-- <li><a href="mailto:" class="icon style2 fa-envelope"><span class="label">Email</span></a></li> -->
|
||||||
|
</ul>
|
||||||
|
<p>©2020 Basspistol | <a href="../../../webcreds/">Credits</a> | <a href="../../../cookies/">Cookies & Privacy</a></p>
|
||||||
|
</div>
|
||||||
|
</footer>
|
||||||
|
|
||||||
|
|
||||||
|
<script type="text/javascript">
|
||||||
|
function loadUrl(newLocation) {
|
||||||
|
window.location = newLocation;
|
||||||
|
return false;
|
||||||
|
}
|
||||||
|
|
||||||
|
var mu = document.getElementsByTagName("audio")[0];
|
||||||
|
var pauseButton = document.getElementById("mu_pause");
|
||||||
|
var spincover = document.getElementById("coverart");
|
||||||
|
|
||||||
|
mu.addEventListener('ended', function () {
|
||||||
|
// only functional if "loop" is removed
|
||||||
|
mu.pause();
|
||||||
|
mu.currentTime = 0;
|
||||||
|
loadUrl("../../../buy-a-vowel/1-tp-n-nc-n-gt-srtd/"); return false;
|
||||||
|
});
|
||||||
|
mu.onplaying = function() {
|
||||||
|
pauseButton.innerHTML = "Pause";
|
||||||
|
pauseButton.classList.remove("fa-play");
|
||||||
|
pauseButton.classList.add("fa-pause");
|
||||||
|
spincover.classList.add("spinnit");
|
||||||
|
spincover.classList.remove("paused");
|
||||||
|
};
|
||||||
|
|
||||||
|
pauseButton.addEventListener("click", function () {
|
||||||
|
if (mu.paused) {
|
||||||
|
mu.play();
|
||||||
|
|
||||||
|
}
|
||||||
|
else {
|
||||||
|
mu.pause();
|
||||||
|
pauseButton.innerHTML = "Resume";
|
||||||
|
pauseButton.classList.add("fa-play");
|
||||||
|
pauseButton.classList.remove("fa-pause");
|
||||||
|
spincover.classList.add("paused");
|
||||||
|
}
|
||||||
|
});
|
||||||
|
|
||||||
|
mu.addEventListener('timeupdate', function () {
|
||||||
|
var timestamp = Math.floor(mu.currentTime);
|
||||||
|
var hours = Math.floor(timestamp / 60 / 60);
|
||||||
|
var minutes = Math.floor(timestamp / 60) - (hours * 60);
|
||||||
|
var seconds = timestamp % 60;
|
||||||
|
var formatted = hours.toString().padStart(2, '0') + ':' + minutes.toString().padStart(2, '0') + ':' + seconds.toString().padStart(2, '0');
|
||||||
|
var thecurrentSpan = document.getElementById("tracktime");
|
||||||
|
thecurrentSpan.innerHTML = formatted + ' / ';
|
||||||
|
});
|
||||||
|
|
||||||
|
</script>
|
||||||
|
</div>
|
||||||
|
<!-- Navigation -->
|
||||||
|
<div id="logo" class="logo">
|
||||||
|
<a href="/" class="smooth-scroll-middle"><img width="200em" src="/assets/panix-logo.svg" alt=" Logo" /></a>
|
||||||
|
<a href="#navbar" onclick="blurBody()" alt="Navigation Menu" title="Navigation Menu"><span style="font-size: 34px;" class="icon solid fa-bars"></span></a>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div id="navbar" style="display: block;" class="modalDialog">
|
||||||
|
<a href="#close" onclick="removeBlur()" alt="Close Menu" title="Close Menu"><div id="closearea"> </div></a>
|
||||||
|
<nav>
|
||||||
|
<a href="#close" title="Close" onclick="removeBlur()" class="close-button close" style="margin: 0 auto;">X</a>
|
||||||
|
<ul>
|
||||||
|
|
||||||
|
|
||||||
|
<li><a href="../../../" class="button small">Home</a></li>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<li><a href="../../../releases/" class="button small">Releases</a></li>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<li><a href="../../../logs/" class="button small">Web-Log</a></li>
|
||||||
|
|
||||||
|
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
</nav>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
<!-- End Navigation -->
|
||||||
|
<!-- Scripts -->
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<script src="../../../assets/js/jquery.min.js"></script>
|
||||||
|
<script src="../../../assets/js/jquery.scrollex.min.js"></script>
|
||||||
|
<script src="../../../assets/js/jquery.scrolly.min.js"></script>
|
||||||
|
<script src="../../../assets/js/browser.min.js"></script>
|
||||||
|
<script src="../../../assets/js/breakpoints.min.js"></script>
|
||||||
|
<script src="../../../assets/js/util.js"></script>
|
||||||
|
<script src="../../../assets/js/main.js"></script>
|
||||||
|
<script src="../../../assets/js/set.js"></script>
|
||||||
|
|
||||||
|
|
||||||
|
<div id="cookie-notice">
|
||||||
|
<p>We only use cookies if you consent to it. They don't contain any identifiable info: they just let us know if you enjoyed this enough to come back. <br />Click <a href="#" id="cookie-notice-decline">here</a> if you want this shit to go away without cookies. <br />Read more about how Basspistol <a href="/cookies/">use cookies</a> </p>
|
||||||
|
<a class="button small yes" href="#" id="cookie-notice-accept">I'm in!</a>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<script>
|
||||||
|
function createCookie(name, value, days) {
|
||||||
|
var expires = "";
|
||||||
|
if (days) {
|
||||||
|
var date = new Date();
|
||||||
|
date.setTime(date.getTime() + (days * 24 * 60 * 60 * 1000));
|
||||||
|
expires = "; expires=" + date.toUTCString();
|
||||||
|
}
|
||||||
|
document.cookie = name + "=" + value + expires + "; path=/";
|
||||||
|
}
|
||||||
|
function readCookie(name) {
|
||||||
|
var nameEQ = name + "=";
|
||||||
|
var ca = document.cookie.split(';');
|
||||||
|
for (var i = 0; i < ca.length; i++) {
|
||||||
|
var c = ca[i];
|
||||||
|
while (c.charAt(0) == ' ') c = c.substring(1, c.length);
|
||||||
|
if (c.indexOf(nameEQ) == 0) return c.substring(nameEQ.length, c.length);
|
||||||
|
}
|
||||||
|
return null;
|
||||||
|
}
|
||||||
|
function eraseCookie(name) {
|
||||||
|
createCookie(name, "", -1);
|
||||||
|
}
|
||||||
|
|
||||||
|
if (readCookie('cookie-notice-dismissed') == 'wantCookies') {
|
||||||
|
|
||||||
|
//* Matomo Tag Manager *//
|
||||||
|
|
||||||
|
var _mtm = _mtm || [];
|
||||||
|
_mtm.push({'mtm.startTime': (new Date().getTime()), 'event': 'mtm.Start'});
|
||||||
|
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
|
||||||
|
g.type='text/javascript'; g.async=true; g.defer=true; g.src='https://cdn.matomo.cloud/terminalnetwork.matomo.cloud/container_aJ0T3vZ5.js'; s.parentNode.insertBefore(g,s);
|
||||||
|
|
||||||
|
//* End Matomo Tag Manager *//
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
} else {
|
||||||
|
document.getElementById('cookie-notice').style.display = 'flex';
|
||||||
|
|
||||||
|
var _paq = window._paq || [];
|
||||||
|
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */
|
||||||
|
_paq.push(["setDocumentTitle", document.domain + "/" + document.title]);
|
||||||
|
_paq.push(["disableCookies"]);
|
||||||
|
_paq.push(['trackPageView']);
|
||||||
|
_paq.push(['enableLinkTracking']);
|
||||||
|
(function() {
|
||||||
|
var u="https://terminalnetwork.matomo.cloud/";
|
||||||
|
_paq.push(['setTrackerUrl', u+'matomo.php']);
|
||||||
|
_paq.push(['setSiteId', '14']);
|
||||||
|
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
|
||||||
|
g.type='text/javascript'; g.async=true; g.defer=true; g.src='//cdn.matomo.cloud/terminalnetwork.matomo.cloud/matomo.js'; s.parentNode.insertBefore(g,s);
|
||||||
|
})();
|
||||||
|
|
||||||
|
|
||||||
|
}
|
||||||
|
if (readCookie('cookie-notice-dismissed') == 'dontWantCookies') {
|
||||||
|
document.getElementById('cookie-notice').style.display = 'none';
|
||||||
|
|
||||||
|
var _paq = window._paq || [];
|
||||||
|
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */
|
||||||
|
_paq.push(["setDocumentTitle", document.domain + "/" + document.title]);
|
||||||
|
_paq.push(["disableCookies"]);
|
||||||
|
_paq.push(['trackPageView']);
|
||||||
|
_paq.push(['enableLinkTracking']);
|
||||||
|
(function() {
|
||||||
|
var u="https://terminalnetwork.matomo.cloud/";
|
||||||
|
_paq.push(['setTrackerUrl', u+'matomo.php']);
|
||||||
|
_paq.push(['setSiteId', '14']);
|
||||||
|
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
|
||||||
|
g.type='text/javascript'; g.async=true; g.defer=true; g.src='//cdn.matomo.cloud/terminalnetwork.matomo.cloud/matomo.js'; s.parentNode.insertBefore(g,s);
|
||||||
|
})();
|
||||||
|
|
||||||
|
}
|
||||||
|
document.getElementById('cookie-notice-accept').addEventListener("click", function () {
|
||||||
|
createCookie('cookie-notice-dismissed', 'wantCookies', 31);
|
||||||
|
document.getElementById('cookie-notice').style.display = 'none';
|
||||||
|
_paq.push(['trackEvent', 'Consent', 'wantCookie']);
|
||||||
|
location.reload();
|
||||||
|
});
|
||||||
|
|
||||||
|
document.getElementById('cookie-notice-decline').addEventListener("click", function () {
|
||||||
|
createCookie('cookie-notice-dismissed', 'dontWantCookies', 31);
|
||||||
|
document.getElementById('cookie-notice').style.display = 'none';
|
||||||
|
_paq.push(['trackEvent', 'Consent', 'dontWantCookie']);
|
||||||
|
location.reload();
|
||||||
|
});
|
||||||
|
|
||||||
|
// document.getElementById('cookie-notice-gimme').addEventListener("click", function () {
|
||||||
|
// createCookie('cookie-notice-dismissed', 'wantCookies', 31);
|
||||||
|
// document.getElementById('cookie-notice').style.display = 'none';
|
||||||
|
// location.reload();
|
||||||
|
// });
|
||||||
|
|
||||||
|
|
||||||
|
</script>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
795
albums/buy-a-vowel/index.html
Normal file
795
albums/buy-a-vowel/index.html
Normal file
|
|
@ -0,0 +1,795 @@
|
||||||
|
<!DOCTYPE html>
|
||||||
|
<!--
|
||||||
|
Based on _Story_ by html5up.net | @ajlkn
|
||||||
|
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
|
||||||
|
Remixed and Jekyllified by Setto
|
||||||
|
-->
|
||||||
|
<html lang="en">
|
||||||
|
<head>
|
||||||
|
<!-- Begin Jekyll SEO tag v2.6.1 -->
|
||||||
|
<meta name="generator" content="Jekyll v4.0.0" />
|
||||||
|
<meta property="og:title" content="Buy A Vowel" />
|
||||||
|
<meta name="author" content="pax:nion" />
|
||||||
|
<meta property="og:locale" content="en" />
|
||||||
|
<meta name="description" content="PHI, Panix Heavy Industries" />
|
||||||
|
<meta property="og:description" content="PHI, Panix Heavy Industries" />
|
||||||
|
<link rel="canonical" href="https://panix.basspistol.com/albums/buy-a-vowel/" />
|
||||||
|
<meta property="og:url" content="https://panix.basspistol.com/albums/buy-a-vowel/" />
|
||||||
|
<meta property="og:site_name" content="pax:nion" />
|
||||||
|
<meta property="og:type" content="article" />
|
||||||
|
<meta property="article:published_time" content="2009-01-01T00:00:00+00:00" />
|
||||||
|
<script type="application/ld+json">
|
||||||
|
{"description":"PHI, Panix Heavy Industries","@type":"BlogPosting","headline":"Buy A Vowel","dateModified":"2020-07-05T18:07:00+00:00","datePublished":"2009-01-01T00:00:00+00:00","mainEntityOfPage":{"@type":"WebPage","@id":"https://panix.basspistol.com/albums/buy-a-vowel/"},"url":"https://panix.basspistol.com/albums/buy-a-vowel/","author":{"@type":"Person","name":"pax:nion"},"publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://panix.basspistol.com/assets/img/setto_icon.png"},"name":"pax:nion"},"@context":"https://schema.org"}</script>
|
||||||
|
<!-- End Jekyll SEO tag -->
|
||||||
|
|
||||||
|
<link type="application/atom+xml" rel="alternate" href="https://panix.basspistol.com/feed.xml" title="" />
|
||||||
|
<!-- BEGIN seo.html -->
|
||||||
|
|
||||||
|
<title>Buy A Vowel | pax:nion</title>
|
||||||
|
<meta name="title" content="Buy A Vowel | pax:nion" />
|
||||||
|
|
||||||
|
<meta name="dc.date.modified" scheme="ISO8601" content="2020-07-05T18:07:00+00:00" />
|
||||||
|
<meta name="robots" content="index" />
|
||||||
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||||
|
<link rel="canonical" href="https://panix.basspistol.com/albums/buy-a-vowel/" />
|
||||||
|
<link rel="alternate" hreflang="x-default" href="https://panix.basspistol.com/albums/buy-a-vowel/" />
|
||||||
|
<meta name="geo.region" content="BJ-ZO" />
|
||||||
|
<meta name="geo.placename" content="Setto" />
|
||||||
|
<meta name="geo.position" content="7.48777;2.076389" />
|
||||||
|
<meta name="ICBM" content="7.48777, 2.076389" />
|
||||||
|
|
||||||
|
<!-- Dublin Core basic info -->
|
||||||
|
|
||||||
|
<meta name="dcterms.Identifier" content="https://panix.basspistol.com" />
|
||||||
|
<meta name="dcterms.Format" content="text/html" />
|
||||||
|
<meta name="dcterms.Relation" content="pax:nion" />
|
||||||
|
<meta name="dcterms.Publisher" content="pax:nion" />
|
||||||
|
<meta name="dcterms.Type" content="text/html" />
|
||||||
|
<meta name="dcterms.Coverage" content="https://panix.basspistol.com/" />
|
||||||
|
<meta name="dcterms.Rights" content="Copyright ©2020 pax:nion." />
|
||||||
|
|
||||||
|
<meta name="dcterms.Subject" content="PHI, Panix Heavy Industries" />
|
||||||
|
<meta name="dcterms.Title" content="Buy A Vowel | pax:nion" />
|
||||||
|
|
||||||
|
<meta name="dcterms.Contributor" content="pax:nion" />
|
||||||
|
<meta name="dcterms.Date" content="2009-01-01" />
|
||||||
|
<meta name="dcterms.Description" content="" />
|
||||||
|
|
||||||
|
<!-- Twitter Card -->
|
||||||
|
|
||||||
|
<meta name="twitter:card" content="summary" />
|
||||||
|
<meta name="twitter:site" content="@" />
|
||||||
|
<meta name="twitter:title" content="Buy A Vowel | pax:nion" />
|
||||||
|
<meta name="twitter:description" content="PHI, Panix Heavy Industries" />
|
||||||
|
|
||||||
|
<meta name="twitter:image" content="https://panix.basspistol.com" />
|
||||||
|
|
||||||
|
<!-- END seo.html -->
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<meta charset="utf-8" />
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=yes" />
|
||||||
|
<link rel="stylesheet" href="../../assets/css/main20200519.css" />
|
||||||
|
<link rel="apple-touch-icon" href="https://panix.basspistol.com/apple-touch-icon.png" />
|
||||||
|
<link rel="icon" type="image/png" href="https://panix.basspistol.com/touch-icon.png" sizes="192x192" />
|
||||||
|
<link rel="shortcut icon" href="https://panix.basspistol.com/assets/img/setto_icon.png" type="image/png" />
|
||||||
|
<noscript><link rel="stylesheet" href="../../assets/css/noscript20200518-rev1.css" /></noscript>
|
||||||
|
</head>
|
||||||
|
<body class="is-preload" id="body">
|
||||||
|
<span id="top" style="display: none;"></span>
|
||||||
|
<!-- Wrapper -->
|
||||||
|
<div id="wrapper" class="divided">
|
||||||
|
|
||||||
|
<!-- Banner -->
|
||||||
|
<section class="banner onload-image-fade-in onload-content-fade-right style2 fullscreen content-align-center image-position-center" style="height:100vh;background-color: rgba(13,13,13,0.85);">
|
||||||
|
<div class="content editable" data-cms-source="/_layouts/album.html" data-cms-index="0">
|
||||||
|
<h1 class="editable" data-cms-source="/_layouts/album.html" data-cms-index="1">Buy A Vowel</h1>
|
||||||
|
<p></p>
|
||||||
|
<ul class="actions stacked">
|
||||||
|
<li><a href="#moe" class="button small smooth-scroll-middle">cheggit!</a></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<div class="image">
|
||||||
|
<img src="https://media.basspistol.com/panix/buy-a-vowel/1-tp-n-nc-n-gt-srtd.jpeg" alt="Buy A Vowel" class="editable" data-cms-source="/_layouts/album.html" data-cms-index="2" />
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
<!-- Content -->
|
||||||
|
<section class="wrapper style1 align-center">
|
||||||
|
<div class="inner" style="padding-top: 40px;">
|
||||||
|
<div class="index align-left">
|
||||||
|
<!-- Author -->
|
||||||
|
<section style="padding-top:40px;" id="moe">
|
||||||
|
|
||||||
|
|
||||||
|
<header id="author">
|
||||||
|
<div class="bio">
|
||||||
|
|
||||||
|
|
||||||
|
<h6>
|
||||||
|
|
||||||
|
Share this page:
|
||||||
|
</h6>
|
||||||
|
<ul class="icons">
|
||||||
|
<li><a target="_blank" rel="nofollow noopener" title="Share to facebook" alt="Share to facebook" href="https://touch.facebook.com/sharer.php?u=https://panix.basspistol.com/albums/buy-a-vowel/&quote=Buy A Vowel%20by%20pax:nion%20via%20https://panix.basspistol.com" class="icon brands style1 fa-facebook-f"><span class="label">Facebook</span></a></li>
|
||||||
|
<li><a target="_blank" rel="nofollow noopener" title="Share to twitter" alt="Share to twitter" href="https://twitter.com/share?url=https://panix.basspistol.com/albums/buy-a-vowel/&text=Buy A Vowel%20by%20pax:nion%20&hashtags=paxNion" class="icon brands style1 fa-twitter"><span class="label">Twitter</span></a></li>
|
||||||
|
<li><a target="_blank" rel="nofollow noopener" title="Share to telegram" alt="Share to telgram" href="https://telegram.me/share/url?url=https://panix.basspistol.com/albums/buy-a-vowel/&text=Buy A Vowel%20by%20pax:nion" class="icon brands style1 fa-telegram"><span class="label">Telegram</span></a></li>
|
||||||
|
<li><a target="_blank" rel="nofollow noopener" title="Share to reddit" alt="Share to reddit" href="https://reddit.com/submit/?url=https://panix.basspistol.com/albums/buy-a-vowel/&title=Buy A Vowel%20by%20pax:nion" class="icon brands style1 fa-reddit"><span class="label">Reddit</span></a></li>
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</header>
|
||||||
|
<!-- Content -->
|
||||||
|
<div class="content">
|
||||||
|
|
||||||
|
|
||||||
|
<!-- HERE BEGINS MADNESS -->
|
||||||
|
|
||||||
|
|
||||||
|
<!-- Content -->
|
||||||
|
<div class="content">
|
||||||
|
<div id="mainwrap">
|
||||||
|
<div id="nowPlay">
|
||||||
|
<p class="right" id="npTitle" style="font-weight: bold;"></p>
|
||||||
|
<p class="left" id="npAction">Paused...</p>
|
||||||
|
</div>
|
||||||
|
<div id="audiowrap">
|
||||||
|
<div id="audio0">
|
||||||
|
<audio id="audio1" controls="controls">Your browser does not support HTML5
|
||||||
|
Audio!</audio>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div id="tracks">
|
||||||
|
<a id="btnPrev"><span class="icon solid fa-fast-backward"></span></a>
|
||||||
|
<a id="btnNext"><span class="icon solid fa-fast-forward"></span></a>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
<div id="plwrap">
|
||||||
|
<ul id="plList">
|
||||||
|
|
||||||
|
<li>
|
||||||
|
<div class="plItem">
|
||||||
|
<div class="plNum">1.</div>
|
||||||
|
<div class="plTitle">TP N NC N GT SRTD</div>
|
||||||
|
<div class="plLength">2:25</div>
|
||||||
|
</div>
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li>
|
||||||
|
<div class="plItem">
|
||||||
|
<div class="plNum">2.</div>
|
||||||
|
<div class="plTitle">RPTR MR</div>
|
||||||
|
<div class="plLength">2:09</div>
|
||||||
|
</div>
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li>
|
||||||
|
<div class="plItem">
|
||||||
|
<div class="plNum">3.</div>
|
||||||
|
<div class="plTitle">SNKS R STPD</div>
|
||||||
|
<div class="plLength">1:51</div>
|
||||||
|
</div>
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li>
|
||||||
|
<div class="plItem">
|
||||||
|
<div class="plNum">4.</div>
|
||||||
|
<div class="plTitle">LSS S MR</div>
|
||||||
|
<div class="plLength">1:41</div>
|
||||||
|
</div>
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li>
|
||||||
|
<div class="plItem">
|
||||||
|
<div class="plNum">5.</div>
|
||||||
|
<div class="plTitle">THT HT TRCK</div>
|
||||||
|
<div class="plLength">2:02</div>
|
||||||
|
</div>
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li>
|
||||||
|
<div class="plItem">
|
||||||
|
<div class="plNum">6.</div>
|
||||||
|
<div class="plTitle">ATMK SBMRN</div>
|
||||||
|
<div class="plLength">2:30</div>
|
||||||
|
</div>
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li>
|
||||||
|
<div class="plItem">
|
||||||
|
<div class="plNum">7.</div>
|
||||||
|
<div class="plTitle">GD MRGN</div>
|
||||||
|
<div class="plLength">1:51</div>
|
||||||
|
</div>
|
||||||
|
</li>
|
||||||
|
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div id="noJSalbum">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<div class="plItem">
|
||||||
|
<div class="plNum">1.</div>
|
||||||
|
<div class="plTitle"><a href="https://media.basspistol.com/panix/buy-a-vowel/1-tp-n-nc-n-gt-srtd.mp3">TP N NC N GT SRTD </a></div>
|
||||||
|
<div class="plLength">2:25</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<div class="plItem">
|
||||||
|
<div class="plNum">2.</div>
|
||||||
|
<div class="plTitle"><a href="https://media.basspistol.com/panix/buy-a-vowel/2-rptr-mr.mp3">RPTR MR </a></div>
|
||||||
|
<div class="plLength">2:9</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<div class="plItem">
|
||||||
|
<div class="plNum">3.</div>
|
||||||
|
<div class="plTitle"><a href="https://media.basspistol.com/panix/buy-a-vowel/3-snks-r-stpd.mp3">SNKS R STPD </a></div>
|
||||||
|
<div class="plLength">1:51</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<div class="plItem">
|
||||||
|
<div class="plNum">4.</div>
|
||||||
|
<div class="plTitle"><a href="https://media.basspistol.com/panix/buy-a-vowel/4-lss-s-mr.mp3">LSS S MR </a></div>
|
||||||
|
<div class="plLength">1:41</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<div class="plItem">
|
||||||
|
<div class="plNum">5.</div>
|
||||||
|
<div class="plTitle"><a href="https://media.basspistol.com/panix/buy-a-vowel/5-tht-ht-trck.mp3">THT HT TRCK </a></div>
|
||||||
|
<div class="plLength">2:2</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<div class="plItem">
|
||||||
|
<div class="plNum">6.</div>
|
||||||
|
<div class="plTitle"><a href="https://media.basspistol.com/panix/buy-a-vowel/6-atmk-sbmrn.mp3">ATMK SBMRN </a></div>
|
||||||
|
<div class="plLength">2:30</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<div class="plItem">
|
||||||
|
<div class="plNum">7.</div>
|
||||||
|
<div class="plTitle"><a href="https://media.basspistol.com/panix/buy-a-vowel/7-gd-mrgn.mp3">GD MRGN </a></div>
|
||||||
|
<div class="plLength">1:51</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="content" style="font-family: monospace;font-size: 16px;margin-top:60px;">
|
||||||
|
|
||||||
|
|
||||||
|
<p></p>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
|
||||||
|
|
||||||
|
<!-- HERE ENDS MADNESS -->
|
||||||
|
|
||||||
|
<section class="wrapper style1 align-center">
|
||||||
|
|
||||||
|
<div class="inner">
|
||||||
|
<h2>Track list</h2>
|
||||||
|
<p>Use thses pages to share one song in particulare</p>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</section>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<section class="spotlight style4 orient-right content-align-left image-position-center onscroll-image-fade-in" style="box-shadow: none;" >
|
||||||
|
<div class="content">
|
||||||
|
<h3>TP N NC N GT SRTD</h3>
|
||||||
|
<p>
|
||||||
|
2:25
|
||||||
|
<br /><strong>Electronic</strong>
|
||||||
|
<br />2009</p>
|
||||||
|
|
||||||
|
<ul class="actions stacked">
|
||||||
|
<li><a href="../../albums/buy-a-vowel/1-tp-n-nc-n-gt-srtd/" class="button">Track</a></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<div class="image">
|
||||||
|
<img src="https://media.basspistol.com/panix/buy-a-vowel/1-tp-n-nc-n-gt-srtd.jpeg" alt="TP N NC N GT SRTD" />
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<section class="spotlight style4 orient-left content-align-right image-position-center onscroll-image-fade-in" >
|
||||||
|
<div class="content">
|
||||||
|
<h3>RPTR MR</h3>
|
||||||
|
<p>
|
||||||
|
2:9
|
||||||
|
<br /><strong>Electronic</strong>
|
||||||
|
<br />2009</p>
|
||||||
|
|
||||||
|
<ul class="actions stacked">
|
||||||
|
<li><a href="../../albums/buy-a-vowel/2-rptr-mr/" class="button">Track</a></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<div class="image">
|
||||||
|
<img src="https://media.basspistol.com/panix/buy-a-vowel/2-rptr-mr.jpeg" alt="RPTR MR" />
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<section class="spotlight style4 orient-right content-align-left image-position-center onscroll-image-fade-in" >
|
||||||
|
<div class="content">
|
||||||
|
<h3>SNKS R STPD</h3>
|
||||||
|
<p>
|
||||||
|
1:51
|
||||||
|
<br /><strong>Electronic</strong>
|
||||||
|
<br />2009</p>
|
||||||
|
|
||||||
|
<ul class="actions stacked">
|
||||||
|
<li><a href="../../albums/buy-a-vowel/3-snks-r-stpd/" class="button">Track</a></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<div class="image">
|
||||||
|
<img src="https://media.basspistol.com/panix/buy-a-vowel/3-snks-r-stpd.jpeg" alt="SNKS R STPD" />
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<section class="spotlight style4 orient-left content-align-right image-position-center onscroll-image-fade-in" >
|
||||||
|
<div class="content">
|
||||||
|
<h3>LSS S MR</h3>
|
||||||
|
<p>
|
||||||
|
1:41
|
||||||
|
<br /><strong>Electronic</strong>
|
||||||
|
<br />2009</p>
|
||||||
|
|
||||||
|
<ul class="actions stacked">
|
||||||
|
<li><a href="../../albums/buy-a-vowel/4-lss-s-mr/" class="button">Track</a></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<div class="image">
|
||||||
|
<img src="https://media.basspistol.com/panix/buy-a-vowel/4-lss-s-mr.jpeg" alt="LSS S MR" />
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<section class="spotlight style4 orient-right content-align-left image-position-center onscroll-image-fade-in" >
|
||||||
|
<div class="content">
|
||||||
|
<h3>THT HT TRCK</h3>
|
||||||
|
<p>
|
||||||
|
2:2
|
||||||
|
<br /><strong>Electronic</strong>
|
||||||
|
<br />2009</p>
|
||||||
|
|
||||||
|
<ul class="actions stacked">
|
||||||
|
<li><a href="../../albums/buy-a-vowel/5-tht-ht-trck/" class="button">Track</a></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<div class="image">
|
||||||
|
<img src="https://media.basspistol.com/panix/buy-a-vowel/5-tht-ht-trck.jpeg" alt="THT HT TRCK" />
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<section class="spotlight style4 orient-left content-align-right image-position-center onscroll-image-fade-in" >
|
||||||
|
<div class="content">
|
||||||
|
<h3>ATMK SBMRN</h3>
|
||||||
|
<p>
|
||||||
|
2:30
|
||||||
|
<br /><strong>Electronic</strong>
|
||||||
|
<br />2009</p>
|
||||||
|
|
||||||
|
<ul class="actions stacked">
|
||||||
|
<li><a href="../../albums/buy-a-vowel/6-atmk-sbmrn/" class="button">Track</a></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<div class="image">
|
||||||
|
<img src="https://media.basspistol.com/panix/buy-a-vowel/6-atmk-sbmrn.jpeg" alt="ATMK SBMRN" />
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<section class="spotlight style4 orient-right content-align-left image-position-center onscroll-image-fade-in" >
|
||||||
|
<div class="content">
|
||||||
|
<h3>GD MRGN</h3>
|
||||||
|
<p>
|
||||||
|
1:51
|
||||||
|
<br /><strong>Electronic</strong>
|
||||||
|
<br />2009</p>
|
||||||
|
|
||||||
|
<ul class="actions stacked">
|
||||||
|
<li><a href="../../albums/buy-a-vowel/7-gd-mrgn/" class="button">Track</a></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<div class="image">
|
||||||
|
<img src="https://media.basspistol.com/panix/buy-a-vowel/7-gd-mrgn.jpeg" alt="GD MRGN" />
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<section class="streambox" style="margin-top:40px;padding: 40px;">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<h3 style="text-align: center;display: block;">This release can't be bought</h3>
|
||||||
|
<p>But other releases are available here:</p>
|
||||||
|
|
||||||
|
|
||||||
|
<div class="streamer">
|
||||||
|
|
||||||
|
|
||||||
|
<a onclick="_paq.push(['trackEvent', 'StoreLink', 'Bandcamp']);" target="_blank" rel="noopener" href="https://panixheavyindustries.bandcamp.com" alt="Stream from Bandcamp" title="Stream from Bandcamp" class="button icon brands fa-bandcamp">Bandcamp</a>
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</section>
|
||||||
|
|
||||||
|
<section class="wrapper style1 align-center">
|
||||||
|
<div class="inner">
|
||||||
|
<div class="index align-left">
|
||||||
|
<!-- Author -->
|
||||||
|
|
||||||
|
<section>
|
||||||
|
|
||||||
|
<!-- Content -->
|
||||||
|
<div class="content">
|
||||||
|
<!-- post Naviation -->
|
||||||
|
<div style="text-align: center;">
|
||||||
|
<h3>More releases</h3>
|
||||||
|
</div>
|
||||||
|
<div class="post-nav">
|
||||||
|
<div>
|
||||||
|
|
||||||
|
<h4><a href="/albums/autumn-leaves/" alt="Read Autumn Leaves" title="Read Autumn Leaves"><i class="fas fa-arrow-left"></i></a> <a href="/albums/autumn-leaves/"> Autumn Leaves</a></h4>
|
||||||
|
<p style="margin-right: 20px"></p>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
<div class="post-nav-next">
|
||||||
|
|
||||||
|
<h4><a href="/albums/danny-eastman-ep/"> Danny Eastman Ep</a> <a href="/albums/danny-eastman-ep/" alt="Read Danny Eastman Ep" title="Read Danny Eastman Ep"><i class="fas fa-arrow-right"></i></a></h4>
|
||||||
|
<p style="margin-left: 20px"></p>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<!-- End Post Navigation -->
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
|
||||||
|
|
||||||
|
<!-- Footer -->
|
||||||
|
<footer id="footer" class="wrapper style1 align-center">
|
||||||
|
<div class="footflex">
|
||||||
|
<div>
|
||||||
|
<h4>pax:nion</h4>
|
||||||
|
<p>PHI, Panix Heavy Industries
|
||||||
|
<br /><a href="mailto:"></a></p>
|
||||||
|
</div>
|
||||||
|
<div>
|
||||||
|
<ul>
|
||||||
|
<li><a href="#top" class="smooth-scroll-middle">Back to top</a></li>
|
||||||
|
<li><a href="/#album0" class="smooth-scroll-middle">music</a></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<div><img src="/assets/panix-logo-dark.svg" style="max-width:300px" alt="pax:nion Logo" /></div>
|
||||||
|
</div>
|
||||||
|
<div class="inner">
|
||||||
|
<ul class="icons">
|
||||||
|
|
||||||
|
<!-- <li><a href="mailto:" class="icon style2 fa-envelope"><span class="label">Email</span></a></li> -->
|
||||||
|
</ul>
|
||||||
|
<p>©2020 Basspistol | <a href="../../webcreds/">Credits</a> | <a href="../../cookies/">Cookies & Privacy</a></p>
|
||||||
|
</div>
|
||||||
|
</footer>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
<!-- Navigation -->
|
||||||
|
<div id="logo" class="logo">
|
||||||
|
<a href="/" class="smooth-scroll-middle"><img width="200em" src="/assets/panix-logo.svg" alt=" Logo" /></a>
|
||||||
|
<a href="#navbar" onclick="blurBody()" alt="Navigation Menu" title="Navigation Menu"><span style="font-size: 34px;" class="icon solid fa-bars"></span></a>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div id="navbar" style="display: block;" class="modalDialog">
|
||||||
|
<a href="#close" onclick="removeBlur()" alt="Close Menu" title="Close Menu"><div id="closearea"> </div></a>
|
||||||
|
<nav>
|
||||||
|
<a href="#close" title="Close" onclick="removeBlur()" class="close-button close" style="margin: 0 auto;">X</a>
|
||||||
|
<ul>
|
||||||
|
|
||||||
|
|
||||||
|
<li><a href="../../" class="button small">Home</a></li>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<li><a href="../../releases/" class="button small">Releases</a></li>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<li><a href="../../logs/" class="button small">Web-Log</a></li>
|
||||||
|
|
||||||
|
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
</nav>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
<!-- End Navigation -->
|
||||||
|
<!-- Scripts -->
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<script src="../../assets/js/jquery.min.js"></script>
|
||||||
|
<script src="../../assets/js/jquery.scrollex.min.js"></script>
|
||||||
|
<script src="../../assets/js/jquery.scrolly.min.js"></script>
|
||||||
|
<script src="../../assets/js/browser.min.js"></script>
|
||||||
|
<script src="../../assets/js/breakpoints.min.js"></script>
|
||||||
|
<script src="../../assets/js/util.js"></script>
|
||||||
|
<script src="../../assets/js/main.js"></script>
|
||||||
|
<script src="../../assets/js/set.js"></script>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<script type="text/javascript">
|
||||||
|
// html5media enables <video> and <audio> tags in all major browsers
|
||||||
|
// External File: http://api.html5media.info/1.1.8/html5media.min.js
|
||||||
|
|
||||||
|
|
||||||
|
// Add user agent as an attribute on the <html> tag...
|
||||||
|
// Inspiration: http://css-tricks.com/ie-10-specific-styles/
|
||||||
|
var b = document.documentElement;
|
||||||
|
b.setAttribute('data-useragent', navigator.userAgent);
|
||||||
|
b.setAttribute('data-platform', navigator.platform);
|
||||||
|
|
||||||
|
|
||||||
|
// HTML5 audio player + playlist controls...
|
||||||
|
// Inspiration: http://jonhall.info/how_to/create_a_playlist_for_html5_audio
|
||||||
|
// Mythium Archive: https://archive.org/details/mythium/
|
||||||
|
jQuery(function ($) {
|
||||||
|
var supportsAudio = !!document.createElement('audio').canPlayType;
|
||||||
|
if (supportsAudio) {
|
||||||
|
var index = 0,
|
||||||
|
playing = false,
|
||||||
|
mediaPath = '',
|
||||||
|
extension = '',
|
||||||
|
tracks = [{
|
||||||
|
"track": 1,
|
||||||
|
"name": "TP N NC N GT SRTD",
|
||||||
|
"length": "2:25",
|
||||||
|
"file": "https://media.basspistol.com/panix/buy-a-vowel/1-tp-n-nc-n-gt-srtd"
|
||||||
|
},{
|
||||||
|
"track": 2,
|
||||||
|
"name": "RPTR MR",
|
||||||
|
"length": "2:9",
|
||||||
|
"file": "https://media.basspistol.com/panix/buy-a-vowel/2-rptr-mr"
|
||||||
|
},{
|
||||||
|
"track": 3,
|
||||||
|
"name": "SNKS R STPD",
|
||||||
|
"length": "1:51",
|
||||||
|
"file": "https://media.basspistol.com/panix/buy-a-vowel/3-snks-r-stpd"
|
||||||
|
},{
|
||||||
|
"track": 4,
|
||||||
|
"name": "LSS S MR",
|
||||||
|
"length": "1:41",
|
||||||
|
"file": "https://media.basspistol.com/panix/buy-a-vowel/4-lss-s-mr"
|
||||||
|
},{
|
||||||
|
"track": 5,
|
||||||
|
"name": "THT HT TRCK",
|
||||||
|
"length": "2:2",
|
||||||
|
"file": "https://media.basspistol.com/panix/buy-a-vowel/5-tht-ht-trck"
|
||||||
|
},{
|
||||||
|
"track": 6,
|
||||||
|
"name": "ATMK SBMRN",
|
||||||
|
"length": "2:30",
|
||||||
|
"file": "https://media.basspistol.com/panix/buy-a-vowel/6-atmk-sbmrn"
|
||||||
|
},{
|
||||||
|
"track": 7,
|
||||||
|
"name": "GD MRGN",
|
||||||
|
"length": "1:51",
|
||||||
|
"file": "https://media.basspistol.com/panix/buy-a-vowel/7-gd-mrgn"
|
||||||
|
}],
|
||||||
|
trackCount = tracks.length,
|
||||||
|
npAction = $('#npAction'),
|
||||||
|
npTitle = $('#npTitle'),
|
||||||
|
audio = $('#audio1').bind('play', function () {
|
||||||
|
playing = true;
|
||||||
|
npAction.text('Playing...');
|
||||||
|
}).bind('pause', function () {
|
||||||
|
playing = false;
|
||||||
|
npAction.text('Paused...');
|
||||||
|
}).bind('ended', function () {
|
||||||
|
npAction.text('Paused...');
|
||||||
|
if ((index + 1) < trackCount) {
|
||||||
|
index++;
|
||||||
|
loadTrack(index);
|
||||||
|
audio.play();
|
||||||
|
} else {
|
||||||
|
audio.pause();
|
||||||
|
index = 0;
|
||||||
|
loadTrack(index);
|
||||||
|
}
|
||||||
|
}).get(0),
|
||||||
|
btnPrev = $('#btnPrev').click(function () {
|
||||||
|
if ((index - 1) > -1) {
|
||||||
|
index--;
|
||||||
|
loadTrack(index);
|
||||||
|
if (playing) {
|
||||||
|
audio.play();
|
||||||
|
}
|
||||||
|
} else {
|
||||||
|
audio.pause();
|
||||||
|
index = 0;
|
||||||
|
loadTrack(index);
|
||||||
|
}
|
||||||
|
}),
|
||||||
|
btnNext = $('#btnNext').click(function () {
|
||||||
|
if ((index + 1) < trackCount) {
|
||||||
|
index++;
|
||||||
|
loadTrack(index);
|
||||||
|
if (playing) {
|
||||||
|
audio.play();
|
||||||
|
}
|
||||||
|
} else {
|
||||||
|
audio.pause();
|
||||||
|
index = 0;
|
||||||
|
loadTrack(index);
|
||||||
|
}
|
||||||
|
}),
|
||||||
|
li = $('#plList li').click(function () {
|
||||||
|
var id = parseInt($(this).index());
|
||||||
|
if (id !== index) {
|
||||||
|
playTrack(id);
|
||||||
|
}
|
||||||
|
}),
|
||||||
|
loadTrack = function (id) {
|
||||||
|
$('.plSel').removeClass('plSel');
|
||||||
|
$('#plList li:eq(' + id + ')').addClass('plSel');
|
||||||
|
npTitle.text(tracks[id].name);
|
||||||
|
index = id;
|
||||||
|
audio.src = mediaPath + tracks[id].file + extension;
|
||||||
|
$('audio').attr("data-matomo-title", tracks[id].name);
|
||||||
|
},
|
||||||
|
playTrack = function (id) {
|
||||||
|
loadTrack(id);
|
||||||
|
audio.play();
|
||||||
|
};
|
||||||
|
extension = audio.canPlayType('audio/mpeg') ? '.mp3' : audio.canPlayType('audio/ogg') ? '.ogg' : '';
|
||||||
|
loadTrack(index);
|
||||||
|
}
|
||||||
|
});
|
||||||
|
|
||||||
|
</script>
|
||||||
|
|
||||||
|
|
||||||
|
<div id="cookie-notice">
|
||||||
|
<p>We only use cookies if you consent to it. They don't contain any identifiable info: they just let us know if you enjoyed this enough to come back. <br />Click <a href="#" id="cookie-notice-decline">here</a> if you want this shit to go away without cookies. <br />Read more about how Basspistol <a href="/cookies/">use cookies</a> </p>
|
||||||
|
<a class="button small yes" href="#" id="cookie-notice-accept">I'm in!</a>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<script>
|
||||||
|
function createCookie(name, value, days) {
|
||||||
|
var expires = "";
|
||||||
|
if (days) {
|
||||||
|
var date = new Date();
|
||||||
|
date.setTime(date.getTime() + (days * 24 * 60 * 60 * 1000));
|
||||||
|
expires = "; expires=" + date.toUTCString();
|
||||||
|
}
|
||||||
|
document.cookie = name + "=" + value + expires + "; path=/";
|
||||||
|
}
|
||||||
|
function readCookie(name) {
|
||||||
|
var nameEQ = name + "=";
|
||||||
|
var ca = document.cookie.split(';');
|
||||||
|
for (var i = 0; i < ca.length; i++) {
|
||||||
|
var c = ca[i];
|
||||||
|
while (c.charAt(0) == ' ') c = c.substring(1, c.length);
|
||||||
|
if (c.indexOf(nameEQ) == 0) return c.substring(nameEQ.length, c.length);
|
||||||
|
}
|
||||||
|
return null;
|
||||||
|
}
|
||||||
|
function eraseCookie(name) {
|
||||||
|
createCookie(name, "", -1);
|
||||||
|
}
|
||||||
|
|
||||||
|
if (readCookie('cookie-notice-dismissed') == 'wantCookies') {
|
||||||
|
|
||||||
|
//* Matomo Tag Manager *//
|
||||||
|
|
||||||
|
var _mtm = _mtm || [];
|
||||||
|
_mtm.push({'mtm.startTime': (new Date().getTime()), 'event': 'mtm.Start'});
|
||||||
|
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
|
||||||
|
g.type='text/javascript'; g.async=true; g.defer=true; g.src='https://cdn.matomo.cloud/terminalnetwork.matomo.cloud/container_aJ0T3vZ5.js'; s.parentNode.insertBefore(g,s);
|
||||||
|
|
||||||
|
//* End Matomo Tag Manager *//
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
} else {
|
||||||
|
document.getElementById('cookie-notice').style.display = 'flex';
|
||||||
|
|
||||||
|
var _paq = window._paq || [];
|
||||||
|
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */
|
||||||
|
_paq.push(["setDocumentTitle", document.domain + "/" + document.title]);
|
||||||
|
_paq.push(["disableCookies"]);
|
||||||
|
_paq.push(['trackPageView']);
|
||||||
|
_paq.push(['enableLinkTracking']);
|
||||||
|
(function() {
|
||||||
|
var u="https://terminalnetwork.matomo.cloud/";
|
||||||
|
_paq.push(['setTrackerUrl', u+'matomo.php']);
|
||||||
|
_paq.push(['setSiteId', '14']);
|
||||||
|
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
|
||||||
|
g.type='text/javascript'; g.async=true; g.defer=true; g.src='//cdn.matomo.cloud/terminalnetwork.matomo.cloud/matomo.js'; s.parentNode.insertBefore(g,s);
|
||||||
|
})();
|
||||||
|
|
||||||
|
|
||||||
|
}
|
||||||
|
if (readCookie('cookie-notice-dismissed') == 'dontWantCookies') {
|
||||||
|
document.getElementById('cookie-notice').style.display = 'none';
|
||||||
|
|
||||||
|
var _paq = window._paq || [];
|
||||||
|
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */
|
||||||
|
_paq.push(["setDocumentTitle", document.domain + "/" + document.title]);
|
||||||
|
_paq.push(["disableCookies"]);
|
||||||
|
_paq.push(['trackPageView']);
|
||||||
|
_paq.push(['enableLinkTracking']);
|
||||||
|
(function() {
|
||||||
|
var u="https://terminalnetwork.matomo.cloud/";
|
||||||
|
_paq.push(['setTrackerUrl', u+'matomo.php']);
|
||||||
|
_paq.push(['setSiteId', '14']);
|
||||||
|
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
|
||||||
|
g.type='text/javascript'; g.async=true; g.defer=true; g.src='//cdn.matomo.cloud/terminalnetwork.matomo.cloud/matomo.js'; s.parentNode.insertBefore(g,s);
|
||||||
|
})();
|
||||||
|
|
||||||
|
}
|
||||||
|
document.getElementById('cookie-notice-accept').addEventListener("click", function () {
|
||||||
|
createCookie('cookie-notice-dismissed', 'wantCookies', 31);
|
||||||
|
document.getElementById('cookie-notice').style.display = 'none';
|
||||||
|
_paq.push(['trackEvent', 'Consent', 'wantCookie']);
|
||||||
|
location.reload();
|
||||||
|
});
|
||||||
|
|
||||||
|
document.getElementById('cookie-notice-decline').addEventListener("click", function () {
|
||||||
|
createCookie('cookie-notice-dismissed', 'dontWantCookies', 31);
|
||||||
|
document.getElementById('cookie-notice').style.display = 'none';
|
||||||
|
_paq.push(['trackEvent', 'Consent', 'dontWantCookie']);
|
||||||
|
location.reload();
|
||||||
|
});
|
||||||
|
|
||||||
|
// document.getElementById('cookie-notice-gimme').addEventListener("click", function () {
|
||||||
|
// createCookie('cookie-notice-dismissed', 'wantCookies', 31);
|
||||||
|
// document.getElementById('cookie-notice').style.display = 'none';
|
||||||
|
// location.reload();
|
||||||
|
// });
|
||||||
|
|
||||||
|
|
||||||
|
</script>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
404
albums/danny-eastman-ep/1-dan-dare/index.html
Normal file
404
albums/danny-eastman-ep/1-dan-dare/index.html
Normal file
|
|
@ -0,0 +1,404 @@
|
||||||
|
<!DOCTYPE html>
|
||||||
|
<!--
|
||||||
|
Based on _Story_ by html5up.net | @ajlkn
|
||||||
|
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
|
||||||
|
Remixed and Jekyllified by Setto
|
||||||
|
-->
|
||||||
|
<html lang="en">
|
||||||
|
<head>
|
||||||
|
<!-- Begin Jekyll SEO tag v2.6.1 -->
|
||||||
|
<meta name="generator" content="Jekyll v4.0.0" />
|
||||||
|
<meta property="og:title" content="1 Dan Dare" />
|
||||||
|
<meta name="author" content="pax:nion" />
|
||||||
|
<meta property="og:locale" content="en" />
|
||||||
|
<meta name="description" content="PHI, Panix Heavy Industries" />
|
||||||
|
<meta property="og:description" content="PHI, Panix Heavy Industries" />
|
||||||
|
<link rel="canonical" href="https://panix.basspistol.com/albums/danny-eastman-ep/1-dan-dare/" />
|
||||||
|
<meta property="og:url" content="https://panix.basspistol.com/albums/danny-eastman-ep/1-dan-dare/" />
|
||||||
|
<meta property="og:site_name" content="pax:nion" />
|
||||||
|
<meta property="og:type" content="article" />
|
||||||
|
<meta property="article:published_time" content="2020-07-05T18:07:03+00:00" />
|
||||||
|
<script type="application/ld+json">
|
||||||
|
{"description":"PHI, Panix Heavy Industries","@type":"AudioObject","headline":"1 Dan Dare","dateModified":"2020-07-05T18:07:00+00:00","datePublished":"2020-07-05T18:07:03+00:00","url":"https://panix.basspistol.com/albums/danny-eastman-ep/1-dan-dare/","author":{"@type":"Person","name":"pax:nion"},"publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://panix.basspistol.com/assets/img/setto_icon.png"},"name":"pax:nion"},"@context":"https://schema.org"}</script>
|
||||||
|
<!-- End Jekyll SEO tag -->
|
||||||
|
|
||||||
|
<link type="application/atom+xml" rel="alternate" href="https://panix.basspistol.com/feed.xml" title="" />
|
||||||
|
<!-- BEGIN seo.html -->
|
||||||
|
|
||||||
|
<title>Play Dan Dare by Panixonik</title>
|
||||||
|
<meta name="title" content="Play Dan Dare by Panixonik" />
|
||||||
|
|
||||||
|
<meta name="dc.date.modified" scheme="ISO8601" content="2020-07-05T18:07:00+00:00" />
|
||||||
|
<meta name="robots" content="index" />
|
||||||
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||||
|
<link rel="canonical" href="https://panix.basspistol.com/albums/danny-eastman-ep/1-dan-dare/" />
|
||||||
|
<link rel="alternate" hreflang="x-default" href="https://panix.basspistol.com/albums/danny-eastman-ep/1-dan-dare/" />
|
||||||
|
<meta name="geo.region" content="BJ-ZO" />
|
||||||
|
<meta name="geo.placename" content="Setto" />
|
||||||
|
<meta name="geo.position" content="7.48777;2.076389" />
|
||||||
|
<meta name="ICBM" content="7.48777, 2.076389" />
|
||||||
|
|
||||||
|
<!-- Dublin Core basic info -->
|
||||||
|
|
||||||
|
<meta name="dcterms.Identifier" content="https://panix.basspistol.com" />
|
||||||
|
<meta name="dcterms.Format" content="text/html" />
|
||||||
|
<meta name="dcterms.Relation" content="pax:nion" />
|
||||||
|
<meta name="dcterms.Publisher" content="pax:nion" />
|
||||||
|
<meta name="dcterms.Type" content="text/html" />
|
||||||
|
<meta name="dcterms.Coverage" content="https://panix.basspistol.com/" />
|
||||||
|
<meta name="dcterms.Rights" content="Copyright ©2020 pax:nion." />
|
||||||
|
|
||||||
|
<meta name="dcterms.Subject" content="Listen and to a track by Panixonik from the release Danny Eastman EP and support your remote artist!" />
|
||||||
|
<meta name="dcterms.Title" content="Dan Dare - Panixonik | pax:nion" />
|
||||||
|
|
||||||
|
<meta name="dcterms.Contributor" content="pax:nion" />
|
||||||
|
<meta name="dcterms.Date" content="2020-07-05" />
|
||||||
|
<meta name="dcterms.Description" content="" />
|
||||||
|
|
||||||
|
<!-- Twitter Card -->
|
||||||
|
|
||||||
|
<meta name="twitter:card" content="summary" />
|
||||||
|
<meta name="twitter:site" content="@" />
|
||||||
|
<meta name="twitter:title" content="1 Dan Dare | pax:nion" />
|
||||||
|
<meta name="twitter:description" content="PHI, Panix Heavy Industries" />
|
||||||
|
|
||||||
|
<meta name="twitter:image" content="https://panix.basspistol.com/assets/albums/danny-eastman-ep/1-dan-dare.jpeg" />
|
||||||
|
|
||||||
|
<!-- END seo.html -->
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<meta charset="utf-8" />
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=yes" />
|
||||||
|
<link rel="stylesheet" href="../../../assets/css/main20200519.css" />
|
||||||
|
|
||||||
|
<link rel="apple-touch-icon" href="https://panix.basspistol.com/apple-touch-icon.png" />
|
||||||
|
<link rel="icon" type="image/png" href="https://panix.basspistol.com/touch-icon.png" sizes="192x192" />
|
||||||
|
<link rel="shortcut icon" href="https://panix.basspistol.com/assets/img/setto_icon.png" type="image/png" />
|
||||||
|
<noscript><link rel="stylesheet" href="../../../assets/css/noscript20200518-rev1.css" /></noscript>
|
||||||
|
</head>
|
||||||
|
|
||||||
|
<body class="is-preload" id="body">
|
||||||
|
<span id="top" style="display: none;"></span>
|
||||||
|
<!-- Wrapper -->
|
||||||
|
<div id="wrapper" class="divided" data-cms-content-wrapper="/_layouts/default.html">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<!-- Banner -->
|
||||||
|
<section
|
||||||
|
class="banner onload-image-fade-in onload-content-fade-right style3 fullscreen content-align-center image-position-center" style="background-image:url('https://media.basspistol.com/panix/danny-eastman-ep/1-dan-dare.jpeg');background-size: cover; background-repeat: no-repeat;">
|
||||||
|
<div style="z-index:0;position:absolute; top:0; left:0; width:100%;height:100%;background-color: rgba(13, 13 ,13, 0.85);"></div>
|
||||||
|
<div class="content" style="z-index:1">
|
||||||
|
<h1 style="margin-top:80px">Dan Dare</h1>
|
||||||
|
|
||||||
|
<p><strong><span id="tracktime"></span></strong><span id="dandare"></span></strong> <br />
|
||||||
|
Style: <strong>Electronic</strong>
|
||||||
|
</p>
|
||||||
|
<script type="text/javascript">
|
||||||
|
var dandaretimestamp = 159;
|
||||||
|
var dandarehours = Math.floor(dandaretimestamp / 60 / 60);
|
||||||
|
var dandareminutes = Math.floor(dandaretimestamp / 60) - (dandarehours * 60);
|
||||||
|
var dandareseconds = dandaretimestamp % 60;
|
||||||
|
var dandareformatted = dandarehours.toString().padStart(2, '0') + ':' + dandareminutes.toString().padStart(2, '0') + ':' + dandareseconds.toString().padStart(2, '0');
|
||||||
|
var theSpan = document.getElementById("dandare");
|
||||||
|
theSpan.innerHTML = dandareformatted;
|
||||||
|
</script>
|
||||||
|
|
||||||
|
|
||||||
|
<ul class="actions stacked">
|
||||||
|
<li><button id="mu_pause" class="smooth-scroll-middle button icon solid fa-play">Play dat!</button></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="image">
|
||||||
|
<img src="https://media.basspistol.com/panix/danny-eastman-ep/1-dan-dare.jpeg" alt="1 Dan Dare logo" id="coverart" />
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
|
||||||
|
|
||||||
|
<!-- Page navigation -->
|
||||||
|
<section class="wrapper style1 align-center">
|
||||||
|
<div class="inner">
|
||||||
|
<div class="index align-left">
|
||||||
|
<!-- Author -->
|
||||||
|
<section class="streambox" style="margin-top:40px;padding: 40px;">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<h3 style="text-align: center;display: block;">This track can't be bought</h3>
|
||||||
|
<p>But other tracks are available here:</p>
|
||||||
|
|
||||||
|
|
||||||
|
<div class="streamer">
|
||||||
|
|
||||||
|
|
||||||
|
<a onclick="_paq.push(['trackEvent', 'StoreLink', 'Bandcamp']);" target="_blank" rel="noopener" href="https://panixheavyindustries.bandcamp.com" alt="Stream from Bandcamp" title="Stream from Bandcamp" class="button icon brands fa-bandcamp">Bandcamp</a>
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</section>
|
||||||
|
<section>
|
||||||
|
<!-- Content -->
|
||||||
|
<div class="content">
|
||||||
|
<!-- post Naviation -->
|
||||||
|
<div style="text-align: center;">
|
||||||
|
<h3>Play more songs grom this release</h3>
|
||||||
|
</div>
|
||||||
|
<div class="post-nav">
|
||||||
|
<div>
|
||||||
|
|
||||||
|
<h4><a href="../../../albums/danny-eastman-ep/2-eastman/" alt="Read Eastman" title="Read Eastman"><i class="fas fa-arrow-left"></i></a> <a
|
||||||
|
href="../../../albums/danny-eastman-ep/2-eastman/"> Eastman</a>
|
||||||
|
</h4>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
<div class="post-nav-next">
|
||||||
|
|
||||||
|
<h4><a href="../../../albums/danny-eastman-ep/2-eastman/"> Eastman</a> <a
|
||||||
|
href="../../../albums/danny-eastman-ep/2-eastman/" alt="Read Eastman" title="Read Eastman"><i class="fas fa-arrow-right"></i></a></h4>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<!-- End Post Navigation -->
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
<!-- Audio player-->
|
||||||
|
<audio autoplay preload="true" data-matomo-title="Dan Dare">
|
||||||
|
<source src="https://media.basspistol.com/panix/danny-eastman-ep/1-dan-dare.mp3" type="audio/mpeg" ontimeupdate='updateTrackTime(this);' />
|
||||||
|
<h1>Your browser isn't ready for so much hotness. Use the download-link instead.</h1>.
|
||||||
|
</audio>
|
||||||
|
<!-- Footer -->
|
||||||
|
<footer id="footer" class="wrapper style1 align-center">
|
||||||
|
<div class="footflex">
|
||||||
|
<div>
|
||||||
|
<h4>pax:nion</h4>
|
||||||
|
<p>PHI, Panix Heavy Industries
|
||||||
|
<br /><a href="mailto:"></a></p>
|
||||||
|
</div>
|
||||||
|
<div>
|
||||||
|
<ul>
|
||||||
|
<li><a href="#top" class="smooth-scroll-middle">Back to top</a></li>
|
||||||
|
<li><a href="/#album0" class="smooth-scroll-middle">music</a></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<div><img src="/assets/panix-logo-dark.svg" style="max-width:300px" alt="pax:nion Logo" /></div>
|
||||||
|
</div>
|
||||||
|
<div class="inner">
|
||||||
|
<ul class="icons">
|
||||||
|
|
||||||
|
<!-- <li><a href="mailto:" class="icon style2 fa-envelope"><span class="label">Email</span></a></li> -->
|
||||||
|
</ul>
|
||||||
|
<p>©2020 Basspistol | <a href="../../../webcreds/">Credits</a> | <a href="../../../cookies/">Cookies & Privacy</a></p>
|
||||||
|
</div>
|
||||||
|
</footer>
|
||||||
|
|
||||||
|
|
||||||
|
<script type="text/javascript">
|
||||||
|
function loadUrl(newLocation) {
|
||||||
|
window.location = newLocation;
|
||||||
|
return false;
|
||||||
|
}
|
||||||
|
|
||||||
|
var mu = document.getElementsByTagName("audio")[0];
|
||||||
|
var pauseButton = document.getElementById("mu_pause");
|
||||||
|
var spincover = document.getElementById("coverart");
|
||||||
|
|
||||||
|
mu.addEventListener('ended', function () {
|
||||||
|
// only functional if "loop" is removed
|
||||||
|
mu.pause();
|
||||||
|
mu.currentTime = 0;
|
||||||
|
loadUrl("../../../danny-eastman-ep/2-eastman/"); return false;
|
||||||
|
});
|
||||||
|
mu.onplaying = function() {
|
||||||
|
pauseButton.innerHTML = "Pause";
|
||||||
|
pauseButton.classList.remove("fa-play");
|
||||||
|
pauseButton.classList.add("fa-pause");
|
||||||
|
spincover.classList.add("spinnit");
|
||||||
|
spincover.classList.remove("paused");
|
||||||
|
};
|
||||||
|
|
||||||
|
pauseButton.addEventListener("click", function () {
|
||||||
|
if (mu.paused) {
|
||||||
|
mu.play();
|
||||||
|
|
||||||
|
}
|
||||||
|
else {
|
||||||
|
mu.pause();
|
||||||
|
pauseButton.innerHTML = "Resume";
|
||||||
|
pauseButton.classList.add("fa-play");
|
||||||
|
pauseButton.classList.remove("fa-pause");
|
||||||
|
spincover.classList.add("paused");
|
||||||
|
}
|
||||||
|
});
|
||||||
|
|
||||||
|
mu.addEventListener('timeupdate', function () {
|
||||||
|
var timestamp = Math.floor(mu.currentTime);
|
||||||
|
var hours = Math.floor(timestamp / 60 / 60);
|
||||||
|
var minutes = Math.floor(timestamp / 60) - (hours * 60);
|
||||||
|
var seconds = timestamp % 60;
|
||||||
|
var formatted = hours.toString().padStart(2, '0') + ':' + minutes.toString().padStart(2, '0') + ':' + seconds.toString().padStart(2, '0');
|
||||||
|
var thecurrentSpan = document.getElementById("tracktime");
|
||||||
|
thecurrentSpan.innerHTML = formatted + ' / ';
|
||||||
|
});
|
||||||
|
|
||||||
|
</script>
|
||||||
|
</div>
|
||||||
|
<!-- Navigation -->
|
||||||
|
<div id="logo" class="logo">
|
||||||
|
<a href="/" class="smooth-scroll-middle"><img width="200em" src="/assets/panix-logo.svg" alt=" Logo" /></a>
|
||||||
|
<a href="#navbar" onclick="blurBody()" alt="Navigation Menu" title="Navigation Menu"><span style="font-size: 34px;" class="icon solid fa-bars"></span></a>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div id="navbar" style="display: block;" class="modalDialog">
|
||||||
|
<a href="#close" onclick="removeBlur()" alt="Close Menu" title="Close Menu"><div id="closearea"> </div></a>
|
||||||
|
<nav>
|
||||||
|
<a href="#close" title="Close" onclick="removeBlur()" class="close-button close" style="margin: 0 auto;">X</a>
|
||||||
|
<ul>
|
||||||
|
|
||||||
|
|
||||||
|
<li><a href="../../../" class="button small">Home</a></li>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<li><a href="../../../releases/" class="button small">Releases</a></li>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<li><a href="../../../logs/" class="button small">Web-Log</a></li>
|
||||||
|
|
||||||
|
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
</nav>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
<!-- End Navigation -->
|
||||||
|
<!-- Scripts -->
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<script src="../../../assets/js/jquery.min.js"></script>
|
||||||
|
<script src="../../../assets/js/jquery.scrollex.min.js"></script>
|
||||||
|
<script src="../../../assets/js/jquery.scrolly.min.js"></script>
|
||||||
|
<script src="../../../assets/js/browser.min.js"></script>
|
||||||
|
<script src="../../../assets/js/breakpoints.min.js"></script>
|
||||||
|
<script src="../../../assets/js/util.js"></script>
|
||||||
|
<script src="../../../assets/js/main.js"></script>
|
||||||
|
<script src="../../../assets/js/set.js"></script>
|
||||||
|
|
||||||
|
|
||||||
|
<div id="cookie-notice">
|
||||||
|
<p>We only use cookies if you consent to it. They don't contain any identifiable info: they just let us know if you enjoyed this enough to come back. <br />Click <a href="#" id="cookie-notice-decline">here</a> if you want this shit to go away without cookies. <br />Read more about how Basspistol <a href="/cookies/">use cookies</a> </p>
|
||||||
|
<a class="button small yes" href="#" id="cookie-notice-accept">I'm in!</a>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<script>
|
||||||
|
function createCookie(name, value, days) {
|
||||||
|
var expires = "";
|
||||||
|
if (days) {
|
||||||
|
var date = new Date();
|
||||||
|
date.setTime(date.getTime() + (days * 24 * 60 * 60 * 1000));
|
||||||
|
expires = "; expires=" + date.toUTCString();
|
||||||
|
}
|
||||||
|
document.cookie = name + "=" + value + expires + "; path=/";
|
||||||
|
}
|
||||||
|
function readCookie(name) {
|
||||||
|
var nameEQ = name + "=";
|
||||||
|
var ca = document.cookie.split(';');
|
||||||
|
for (var i = 0; i < ca.length; i++) {
|
||||||
|
var c = ca[i];
|
||||||
|
while (c.charAt(0) == ' ') c = c.substring(1, c.length);
|
||||||
|
if (c.indexOf(nameEQ) == 0) return c.substring(nameEQ.length, c.length);
|
||||||
|
}
|
||||||
|
return null;
|
||||||
|
}
|
||||||
|
function eraseCookie(name) {
|
||||||
|
createCookie(name, "", -1);
|
||||||
|
}
|
||||||
|
|
||||||
|
if (readCookie('cookie-notice-dismissed') == 'wantCookies') {
|
||||||
|
|
||||||
|
//* Matomo Tag Manager *//
|
||||||
|
|
||||||
|
var _mtm = _mtm || [];
|
||||||
|
_mtm.push({'mtm.startTime': (new Date().getTime()), 'event': 'mtm.Start'});
|
||||||
|
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
|
||||||
|
g.type='text/javascript'; g.async=true; g.defer=true; g.src='https://cdn.matomo.cloud/terminalnetwork.matomo.cloud/container_aJ0T3vZ5.js'; s.parentNode.insertBefore(g,s);
|
||||||
|
|
||||||
|
//* End Matomo Tag Manager *//
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
} else {
|
||||||
|
document.getElementById('cookie-notice').style.display = 'flex';
|
||||||
|
|
||||||
|
var _paq = window._paq || [];
|
||||||
|
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */
|
||||||
|
_paq.push(["setDocumentTitle", document.domain + "/" + document.title]);
|
||||||
|
_paq.push(["disableCookies"]);
|
||||||
|
_paq.push(['trackPageView']);
|
||||||
|
_paq.push(['enableLinkTracking']);
|
||||||
|
(function() {
|
||||||
|
var u="https://terminalnetwork.matomo.cloud/";
|
||||||
|
_paq.push(['setTrackerUrl', u+'matomo.php']);
|
||||||
|
_paq.push(['setSiteId', '14']);
|
||||||
|
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
|
||||||
|
g.type='text/javascript'; g.async=true; g.defer=true; g.src='//cdn.matomo.cloud/terminalnetwork.matomo.cloud/matomo.js'; s.parentNode.insertBefore(g,s);
|
||||||
|
})();
|
||||||
|
|
||||||
|
|
||||||
|
}
|
||||||
|
if (readCookie('cookie-notice-dismissed') == 'dontWantCookies') {
|
||||||
|
document.getElementById('cookie-notice').style.display = 'none';
|
||||||
|
|
||||||
|
var _paq = window._paq || [];
|
||||||
|
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */
|
||||||
|
_paq.push(["setDocumentTitle", document.domain + "/" + document.title]);
|
||||||
|
_paq.push(["disableCookies"]);
|
||||||
|
_paq.push(['trackPageView']);
|
||||||
|
_paq.push(['enableLinkTracking']);
|
||||||
|
(function() {
|
||||||
|
var u="https://terminalnetwork.matomo.cloud/";
|
||||||
|
_paq.push(['setTrackerUrl', u+'matomo.php']);
|
||||||
|
_paq.push(['setSiteId', '14']);
|
||||||
|
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
|
||||||
|
g.type='text/javascript'; g.async=true; g.defer=true; g.src='//cdn.matomo.cloud/terminalnetwork.matomo.cloud/matomo.js'; s.parentNode.insertBefore(g,s);
|
||||||
|
})();
|
||||||
|
|
||||||
|
}
|
||||||
|
document.getElementById('cookie-notice-accept').addEventListener("click", function () {
|
||||||
|
createCookie('cookie-notice-dismissed', 'wantCookies', 31);
|
||||||
|
document.getElementById('cookie-notice').style.display = 'none';
|
||||||
|
_paq.push(['trackEvent', 'Consent', 'wantCookie']);
|
||||||
|
location.reload();
|
||||||
|
});
|
||||||
|
|
||||||
|
document.getElementById('cookie-notice-decline').addEventListener("click", function () {
|
||||||
|
createCookie('cookie-notice-dismissed', 'dontWantCookies', 31);
|
||||||
|
document.getElementById('cookie-notice').style.display = 'none';
|
||||||
|
_paq.push(['trackEvent', 'Consent', 'dontWantCookie']);
|
||||||
|
location.reload();
|
||||||
|
});
|
||||||
|
|
||||||
|
// document.getElementById('cookie-notice-gimme').addEventListener("click", function () {
|
||||||
|
// createCookie('cookie-notice-dismissed', 'wantCookies', 31);
|
||||||
|
// document.getElementById('cookie-notice').style.display = 'none';
|
||||||
|
// location.reload();
|
||||||
|
// });
|
||||||
|
|
||||||
|
|
||||||
|
</script>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
404
albums/danny-eastman-ep/2-eastman/index.html
Normal file
404
albums/danny-eastman-ep/2-eastman/index.html
Normal file
|
|
@ -0,0 +1,404 @@
|
||||||
|
<!DOCTYPE html>
|
||||||
|
<!--
|
||||||
|
Based on _Story_ by html5up.net | @ajlkn
|
||||||
|
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
|
||||||
|
Remixed and Jekyllified by Setto
|
||||||
|
-->
|
||||||
|
<html lang="en">
|
||||||
|
<head>
|
||||||
|
<!-- Begin Jekyll SEO tag v2.6.1 -->
|
||||||
|
<meta name="generator" content="Jekyll v4.0.0" />
|
||||||
|
<meta property="og:title" content="2 Eastman" />
|
||||||
|
<meta name="author" content="pax:nion" />
|
||||||
|
<meta property="og:locale" content="en" />
|
||||||
|
<meta name="description" content="PHI, Panix Heavy Industries" />
|
||||||
|
<meta property="og:description" content="PHI, Panix Heavy Industries" />
|
||||||
|
<link rel="canonical" href="https://panix.basspistol.com/albums/danny-eastman-ep/2-eastman/" />
|
||||||
|
<meta property="og:url" content="https://panix.basspistol.com/albums/danny-eastman-ep/2-eastman/" />
|
||||||
|
<meta property="og:site_name" content="pax:nion" />
|
||||||
|
<meta property="og:type" content="article" />
|
||||||
|
<meta property="article:published_time" content="2020-07-05T18:07:03+00:00" />
|
||||||
|
<script type="application/ld+json">
|
||||||
|
{"description":"PHI, Panix Heavy Industries","@type":"AudioObject","headline":"2 Eastman","dateModified":"2020-07-05T18:07:00+00:00","datePublished":"2020-07-05T18:07:03+00:00","url":"https://panix.basspistol.com/albums/danny-eastman-ep/2-eastman/","author":{"@type":"Person","name":"pax:nion"},"publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://panix.basspistol.com/assets/img/setto_icon.png"},"name":"pax:nion"},"@context":"https://schema.org"}</script>
|
||||||
|
<!-- End Jekyll SEO tag -->
|
||||||
|
|
||||||
|
<link type="application/atom+xml" rel="alternate" href="https://panix.basspistol.com/feed.xml" title="" />
|
||||||
|
<!-- BEGIN seo.html -->
|
||||||
|
|
||||||
|
<title>Play Eastman by Panixonik</title>
|
||||||
|
<meta name="title" content="Play Eastman by Panixonik" />
|
||||||
|
|
||||||
|
<meta name="dc.date.modified" scheme="ISO8601" content="2020-07-05T18:07:00+00:00" />
|
||||||
|
<meta name="robots" content="index" />
|
||||||
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||||
|
<link rel="canonical" href="https://panix.basspistol.com/albums/danny-eastman-ep/2-eastman/" />
|
||||||
|
<link rel="alternate" hreflang="x-default" href="https://panix.basspistol.com/albums/danny-eastman-ep/2-eastman/" />
|
||||||
|
<meta name="geo.region" content="BJ-ZO" />
|
||||||
|
<meta name="geo.placename" content="Setto" />
|
||||||
|
<meta name="geo.position" content="7.48777;2.076389" />
|
||||||
|
<meta name="ICBM" content="7.48777, 2.076389" />
|
||||||
|
|
||||||
|
<!-- Dublin Core basic info -->
|
||||||
|
|
||||||
|
<meta name="dcterms.Identifier" content="https://panix.basspistol.com" />
|
||||||
|
<meta name="dcterms.Format" content="text/html" />
|
||||||
|
<meta name="dcterms.Relation" content="pax:nion" />
|
||||||
|
<meta name="dcterms.Publisher" content="pax:nion" />
|
||||||
|
<meta name="dcterms.Type" content="text/html" />
|
||||||
|
<meta name="dcterms.Coverage" content="https://panix.basspistol.com/" />
|
||||||
|
<meta name="dcterms.Rights" content="Copyright ©2020 pax:nion." />
|
||||||
|
|
||||||
|
<meta name="dcterms.Subject" content="Listen and to a track by Panixonik from the release Danny Eastman EP and support your remote artist!" />
|
||||||
|
<meta name="dcterms.Title" content="Eastman - Panixonik | pax:nion" />
|
||||||
|
|
||||||
|
<meta name="dcterms.Contributor" content="pax:nion" />
|
||||||
|
<meta name="dcterms.Date" content="2020-07-05" />
|
||||||
|
<meta name="dcterms.Description" content="" />
|
||||||
|
|
||||||
|
<!-- Twitter Card -->
|
||||||
|
|
||||||
|
<meta name="twitter:card" content="summary" />
|
||||||
|
<meta name="twitter:site" content="@" />
|
||||||
|
<meta name="twitter:title" content="2 Eastman | pax:nion" />
|
||||||
|
<meta name="twitter:description" content="PHI, Panix Heavy Industries" />
|
||||||
|
|
||||||
|
<meta name="twitter:image" content="https://panix.basspistol.com/assets/albums/danny-eastman-ep/2-eastman.jpeg" />
|
||||||
|
|
||||||
|
<!-- END seo.html -->
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<meta charset="utf-8" />
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=yes" />
|
||||||
|
<link rel="stylesheet" href="../../../assets/css/main20200519.css" />
|
||||||
|
|
||||||
|
<link rel="apple-touch-icon" href="https://panix.basspistol.com/apple-touch-icon.png" />
|
||||||
|
<link rel="icon" type="image/png" href="https://panix.basspistol.com/touch-icon.png" sizes="192x192" />
|
||||||
|
<link rel="shortcut icon" href="https://panix.basspistol.com/assets/img/setto_icon.png" type="image/png" />
|
||||||
|
<noscript><link rel="stylesheet" href="../../../assets/css/noscript20200518-rev1.css" /></noscript>
|
||||||
|
</head>
|
||||||
|
|
||||||
|
<body class="is-preload" id="body">
|
||||||
|
<span id="top" style="display: none;"></span>
|
||||||
|
<!-- Wrapper -->
|
||||||
|
<div id="wrapper" class="divided" data-cms-content-wrapper="/_layouts/default.html">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<!-- Banner -->
|
||||||
|
<section
|
||||||
|
class="banner onload-image-fade-in onload-content-fade-right style3 fullscreen content-align-center image-position-center" style="background-image:url('https://media.basspistol.com/panix/danny-eastman-ep/2-eastman.jpeg');background-size: cover; background-repeat: no-repeat;">
|
||||||
|
<div style="z-index:0;position:absolute; top:0; left:0; width:100%;height:100%;background-color: rgba(13, 13 ,13, 0.85);"></div>
|
||||||
|
<div class="content" style="z-index:1">
|
||||||
|
<h1 style="margin-top:80px">Eastman</h1>
|
||||||
|
|
||||||
|
<p><strong><span id="tracktime"></span></strong><span id="eastman"></span></strong> <br />
|
||||||
|
Style: <strong>Electronic</strong>
|
||||||
|
</p>
|
||||||
|
<script type="text/javascript">
|
||||||
|
var eastmantimestamp = 186;
|
||||||
|
var eastmanhours = Math.floor(eastmantimestamp / 60 / 60);
|
||||||
|
var eastmanminutes = Math.floor(eastmantimestamp / 60) - (eastmanhours * 60);
|
||||||
|
var eastmanseconds = eastmantimestamp % 60;
|
||||||
|
var eastmanformatted = eastmanhours.toString().padStart(2, '0') + ':' + eastmanminutes.toString().padStart(2, '0') + ':' + eastmanseconds.toString().padStart(2, '0');
|
||||||
|
var theSpan = document.getElementById("eastman");
|
||||||
|
theSpan.innerHTML = eastmanformatted;
|
||||||
|
</script>
|
||||||
|
|
||||||
|
|
||||||
|
<ul class="actions stacked">
|
||||||
|
<li><button id="mu_pause" class="smooth-scroll-middle button icon solid fa-play">Play dat!</button></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="image">
|
||||||
|
<img src="https://media.basspistol.com/panix/danny-eastman-ep/2-eastman.jpeg" alt="2 Eastman logo" id="coverart" />
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
|
||||||
|
|
||||||
|
<!-- Page navigation -->
|
||||||
|
<section class="wrapper style1 align-center">
|
||||||
|
<div class="inner">
|
||||||
|
<div class="index align-left">
|
||||||
|
<!-- Author -->
|
||||||
|
<section class="streambox" style="margin-top:40px;padding: 40px;">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<h3 style="text-align: center;display: block;">This track can't be bought</h3>
|
||||||
|
<p>But other tracks are available here:</p>
|
||||||
|
|
||||||
|
|
||||||
|
<div class="streamer">
|
||||||
|
|
||||||
|
|
||||||
|
<a onclick="_paq.push(['trackEvent', 'StoreLink', 'Bandcamp']);" target="_blank" rel="noopener" href="https://panixheavyindustries.bandcamp.com" alt="Stream from Bandcamp" title="Stream from Bandcamp" class="button icon brands fa-bandcamp">Bandcamp</a>
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</section>
|
||||||
|
<section>
|
||||||
|
<!-- Content -->
|
||||||
|
<div class="content">
|
||||||
|
<!-- post Naviation -->
|
||||||
|
<div style="text-align: center;">
|
||||||
|
<h3>Play more songs grom this release</h3>
|
||||||
|
</div>
|
||||||
|
<div class="post-nav">
|
||||||
|
<div>
|
||||||
|
|
||||||
|
<h4><a href="../../../albums/danny-eastman-ep/1-dan-dare/" alt="Read Dan Dare" title="Read Dan Dare"><i class="fas fa-arrow-left"></i></a> <a
|
||||||
|
href="../../../albums/danny-eastman-ep/1-dan-dare/"> Dan Dare</a>
|
||||||
|
</h4>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
<div class="post-nav-next">
|
||||||
|
|
||||||
|
<h4><a href="../../../albums/danny-eastman-ep/1-dan-dare/"> Dan Dare</a> <a
|
||||||
|
href="../../../albums/danny-eastman-ep/1-dan-dare/" alt="Read Dan Dare" title="Read Dan Dare"><i class="fas fa-arrow-right"></i></a></h4>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<!-- End Post Navigation -->
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
<!-- Audio player-->
|
||||||
|
<audio autoplay preload="true" data-matomo-title="Eastman">
|
||||||
|
<source src="https://media.basspistol.com/panix/danny-eastman-ep/2-eastman.mp3" type="audio/mpeg" ontimeupdate='updateTrackTime(this);' />
|
||||||
|
<h1>Your browser isn't ready for so much hotness. Use the download-link instead.</h1>.
|
||||||
|
</audio>
|
||||||
|
<!-- Footer -->
|
||||||
|
<footer id="footer" class="wrapper style1 align-center">
|
||||||
|
<div class="footflex">
|
||||||
|
<div>
|
||||||
|
<h4>pax:nion</h4>
|
||||||
|
<p>PHI, Panix Heavy Industries
|
||||||
|
<br /><a href="mailto:"></a></p>
|
||||||
|
</div>
|
||||||
|
<div>
|
||||||
|
<ul>
|
||||||
|
<li><a href="#top" class="smooth-scroll-middle">Back to top</a></li>
|
||||||
|
<li><a href="/#album0" class="smooth-scroll-middle">music</a></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<div><img src="/assets/panix-logo-dark.svg" style="max-width:300px" alt="pax:nion Logo" /></div>
|
||||||
|
</div>
|
||||||
|
<div class="inner">
|
||||||
|
<ul class="icons">
|
||||||
|
|
||||||
|
<!-- <li><a href="mailto:" class="icon style2 fa-envelope"><span class="label">Email</span></a></li> -->
|
||||||
|
</ul>
|
||||||
|
<p>©2020 Basspistol | <a href="../../../webcreds/">Credits</a> | <a href="../../../cookies/">Cookies & Privacy</a></p>
|
||||||
|
</div>
|
||||||
|
</footer>
|
||||||
|
|
||||||
|
|
||||||
|
<script type="text/javascript">
|
||||||
|
function loadUrl(newLocation) {
|
||||||
|
window.location = newLocation;
|
||||||
|
return false;
|
||||||
|
}
|
||||||
|
|
||||||
|
var mu = document.getElementsByTagName("audio")[0];
|
||||||
|
var pauseButton = document.getElementById("mu_pause");
|
||||||
|
var spincover = document.getElementById("coverart");
|
||||||
|
|
||||||
|
mu.addEventListener('ended', function () {
|
||||||
|
// only functional if "loop" is removed
|
||||||
|
mu.pause();
|
||||||
|
mu.currentTime = 0;
|
||||||
|
loadUrl("../../../danny-eastman-ep/1-dan-dare/"); return false;
|
||||||
|
});
|
||||||
|
mu.onplaying = function() {
|
||||||
|
pauseButton.innerHTML = "Pause";
|
||||||
|
pauseButton.classList.remove("fa-play");
|
||||||
|
pauseButton.classList.add("fa-pause");
|
||||||
|
spincover.classList.add("spinnit");
|
||||||
|
spincover.classList.remove("paused");
|
||||||
|
};
|
||||||
|
|
||||||
|
pauseButton.addEventListener("click", function () {
|
||||||
|
if (mu.paused) {
|
||||||
|
mu.play();
|
||||||
|
|
||||||
|
}
|
||||||
|
else {
|
||||||
|
mu.pause();
|
||||||
|
pauseButton.innerHTML = "Resume";
|
||||||
|
pauseButton.classList.add("fa-play");
|
||||||
|
pauseButton.classList.remove("fa-pause");
|
||||||
|
spincover.classList.add("paused");
|
||||||
|
}
|
||||||
|
});
|
||||||
|
|
||||||
|
mu.addEventListener('timeupdate', function () {
|
||||||
|
var timestamp = Math.floor(mu.currentTime);
|
||||||
|
var hours = Math.floor(timestamp / 60 / 60);
|
||||||
|
var minutes = Math.floor(timestamp / 60) - (hours * 60);
|
||||||
|
var seconds = timestamp % 60;
|
||||||
|
var formatted = hours.toString().padStart(2, '0') + ':' + minutes.toString().padStart(2, '0') + ':' + seconds.toString().padStart(2, '0');
|
||||||
|
var thecurrentSpan = document.getElementById("tracktime");
|
||||||
|
thecurrentSpan.innerHTML = formatted + ' / ';
|
||||||
|
});
|
||||||
|
|
||||||
|
</script>
|
||||||
|
</div>
|
||||||
|
<!-- Navigation -->
|
||||||
|
<div id="logo" class="logo">
|
||||||
|
<a href="/" class="smooth-scroll-middle"><img width="200em" src="/assets/panix-logo.svg" alt=" Logo" /></a>
|
||||||
|
<a href="#navbar" onclick="blurBody()" alt="Navigation Menu" title="Navigation Menu"><span style="font-size: 34px;" class="icon solid fa-bars"></span></a>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div id="navbar" style="display: block;" class="modalDialog">
|
||||||
|
<a href="#close" onclick="removeBlur()" alt="Close Menu" title="Close Menu"><div id="closearea"> </div></a>
|
||||||
|
<nav>
|
||||||
|
<a href="#close" title="Close" onclick="removeBlur()" class="close-button close" style="margin: 0 auto;">X</a>
|
||||||
|
<ul>
|
||||||
|
|
||||||
|
|
||||||
|
<li><a href="../../../" class="button small">Home</a></li>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<li><a href="../../../releases/" class="button small">Releases</a></li>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<li><a href="../../../logs/" class="button small">Web-Log</a></li>
|
||||||
|
|
||||||
|
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
</nav>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
<!-- End Navigation -->
|
||||||
|
<!-- Scripts -->
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<script src="../../../assets/js/jquery.min.js"></script>
|
||||||
|
<script src="../../../assets/js/jquery.scrollex.min.js"></script>
|
||||||
|
<script src="../../../assets/js/jquery.scrolly.min.js"></script>
|
||||||
|
<script src="../../../assets/js/browser.min.js"></script>
|
||||||
|
<script src="../../../assets/js/breakpoints.min.js"></script>
|
||||||
|
<script src="../../../assets/js/util.js"></script>
|
||||||
|
<script src="../../../assets/js/main.js"></script>
|
||||||
|
<script src="../../../assets/js/set.js"></script>
|
||||||
|
|
||||||
|
|
||||||
|
<div id="cookie-notice">
|
||||||
|
<p>We only use cookies if you consent to it. They don't contain any identifiable info: they just let us know if you enjoyed this enough to come back. <br />Click <a href="#" id="cookie-notice-decline">here</a> if you want this shit to go away without cookies. <br />Read more about how Basspistol <a href="/cookies/">use cookies</a> </p>
|
||||||
|
<a class="button small yes" href="#" id="cookie-notice-accept">I'm in!</a>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<script>
|
||||||
|
function createCookie(name, value, days) {
|
||||||
|
var expires = "";
|
||||||
|
if (days) {
|
||||||
|
var date = new Date();
|
||||||
|
date.setTime(date.getTime() + (days * 24 * 60 * 60 * 1000));
|
||||||
|
expires = "; expires=" + date.toUTCString();
|
||||||
|
}
|
||||||
|
document.cookie = name + "=" + value + expires + "; path=/";
|
||||||
|
}
|
||||||
|
function readCookie(name) {
|
||||||
|
var nameEQ = name + "=";
|
||||||
|
var ca = document.cookie.split(';');
|
||||||
|
for (var i = 0; i < ca.length; i++) {
|
||||||
|
var c = ca[i];
|
||||||
|
while (c.charAt(0) == ' ') c = c.substring(1, c.length);
|
||||||
|
if (c.indexOf(nameEQ) == 0) return c.substring(nameEQ.length, c.length);
|
||||||
|
}
|
||||||
|
return null;
|
||||||
|
}
|
||||||
|
function eraseCookie(name) {
|
||||||
|
createCookie(name, "", -1);
|
||||||
|
}
|
||||||
|
|
||||||
|
if (readCookie('cookie-notice-dismissed') == 'wantCookies') {
|
||||||
|
|
||||||
|
//* Matomo Tag Manager *//
|
||||||
|
|
||||||
|
var _mtm = _mtm || [];
|
||||||
|
_mtm.push({'mtm.startTime': (new Date().getTime()), 'event': 'mtm.Start'});
|
||||||
|
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
|
||||||
|
g.type='text/javascript'; g.async=true; g.defer=true; g.src='https://cdn.matomo.cloud/terminalnetwork.matomo.cloud/container_aJ0T3vZ5.js'; s.parentNode.insertBefore(g,s);
|
||||||
|
|
||||||
|
//* End Matomo Tag Manager *//
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
} else {
|
||||||
|
document.getElementById('cookie-notice').style.display = 'flex';
|
||||||
|
|
||||||
|
var _paq = window._paq || [];
|
||||||
|
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */
|
||||||
|
_paq.push(["setDocumentTitle", document.domain + "/" + document.title]);
|
||||||
|
_paq.push(["disableCookies"]);
|
||||||
|
_paq.push(['trackPageView']);
|
||||||
|
_paq.push(['enableLinkTracking']);
|
||||||
|
(function() {
|
||||||
|
var u="https://terminalnetwork.matomo.cloud/";
|
||||||
|
_paq.push(['setTrackerUrl', u+'matomo.php']);
|
||||||
|
_paq.push(['setSiteId', '14']);
|
||||||
|
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
|
||||||
|
g.type='text/javascript'; g.async=true; g.defer=true; g.src='//cdn.matomo.cloud/terminalnetwork.matomo.cloud/matomo.js'; s.parentNode.insertBefore(g,s);
|
||||||
|
})();
|
||||||
|
|
||||||
|
|
||||||
|
}
|
||||||
|
if (readCookie('cookie-notice-dismissed') == 'dontWantCookies') {
|
||||||
|
document.getElementById('cookie-notice').style.display = 'none';
|
||||||
|
|
||||||
|
var _paq = window._paq || [];
|
||||||
|
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */
|
||||||
|
_paq.push(["setDocumentTitle", document.domain + "/" + document.title]);
|
||||||
|
_paq.push(["disableCookies"]);
|
||||||
|
_paq.push(['trackPageView']);
|
||||||
|
_paq.push(['enableLinkTracking']);
|
||||||
|
(function() {
|
||||||
|
var u="https://terminalnetwork.matomo.cloud/";
|
||||||
|
_paq.push(['setTrackerUrl', u+'matomo.php']);
|
||||||
|
_paq.push(['setSiteId', '14']);
|
||||||
|
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
|
||||||
|
g.type='text/javascript'; g.async=true; g.defer=true; g.src='//cdn.matomo.cloud/terminalnetwork.matomo.cloud/matomo.js'; s.parentNode.insertBefore(g,s);
|
||||||
|
})();
|
||||||
|
|
||||||
|
}
|
||||||
|
document.getElementById('cookie-notice-accept').addEventListener("click", function () {
|
||||||
|
createCookie('cookie-notice-dismissed', 'wantCookies', 31);
|
||||||
|
document.getElementById('cookie-notice').style.display = 'none';
|
||||||
|
_paq.push(['trackEvent', 'Consent', 'wantCookie']);
|
||||||
|
location.reload();
|
||||||
|
});
|
||||||
|
|
||||||
|
document.getElementById('cookie-notice-decline').addEventListener("click", function () {
|
||||||
|
createCookie('cookie-notice-dismissed', 'dontWantCookies', 31);
|
||||||
|
document.getElementById('cookie-notice').style.display = 'none';
|
||||||
|
_paq.push(['trackEvent', 'Consent', 'dontWantCookie']);
|
||||||
|
location.reload();
|
||||||
|
});
|
||||||
|
|
||||||
|
// document.getElementById('cookie-notice-gimme').addEventListener("click", function () {
|
||||||
|
// createCookie('cookie-notice-dismissed', 'wantCookies', 31);
|
||||||
|
// document.getElementById('cookie-notice').style.display = 'none';
|
||||||
|
// location.reload();
|
||||||
|
// });
|
||||||
|
|
||||||
|
|
||||||
|
</script>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
595
albums/danny-eastman-ep/index.html
Normal file
595
albums/danny-eastman-ep/index.html
Normal file
|
|
@ -0,0 +1,595 @@
|
||||||
|
<!DOCTYPE html>
|
||||||
|
<!--
|
||||||
|
Based on _Story_ by html5up.net | @ajlkn
|
||||||
|
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
|
||||||
|
Remixed and Jekyllified by Setto
|
||||||
|
-->
|
||||||
|
<html lang="en">
|
||||||
|
<head>
|
||||||
|
<!-- Begin Jekyll SEO tag v2.6.1 -->
|
||||||
|
<meta name="generator" content="Jekyll v4.0.0" />
|
||||||
|
<meta property="og:title" content="Danny Eastman Ep" />
|
||||||
|
<meta name="author" content="pax:nion" />
|
||||||
|
<meta property="og:locale" content="en" />
|
||||||
|
<meta name="description" content="PHI, Panix Heavy Industries" />
|
||||||
|
<meta property="og:description" content="PHI, Panix Heavy Industries" />
|
||||||
|
<link rel="canonical" href="https://panix.basspistol.com/albums/danny-eastman-ep/" />
|
||||||
|
<meta property="og:url" content="https://panix.basspistol.com/albums/danny-eastman-ep/" />
|
||||||
|
<meta property="og:site_name" content="pax:nion" />
|
||||||
|
<meta property="og:type" content="article" />
|
||||||
|
<meta property="article:published_time" content="2009-01-01T00:00:00+00:00" />
|
||||||
|
<script type="application/ld+json">
|
||||||
|
{"description":"PHI, Panix Heavy Industries","@type":"BlogPosting","headline":"Danny Eastman Ep","dateModified":"2020-07-05T18:07:00+00:00","datePublished":"2009-01-01T00:00:00+00:00","mainEntityOfPage":{"@type":"WebPage","@id":"https://panix.basspistol.com/albums/danny-eastman-ep/"},"url":"https://panix.basspistol.com/albums/danny-eastman-ep/","author":{"@type":"Person","name":"pax:nion"},"publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://panix.basspistol.com/assets/img/setto_icon.png"},"name":"pax:nion"},"@context":"https://schema.org"}</script>
|
||||||
|
<!-- End Jekyll SEO tag -->
|
||||||
|
|
||||||
|
<link type="application/atom+xml" rel="alternate" href="https://panix.basspistol.com/feed.xml" title="" />
|
||||||
|
<!-- BEGIN seo.html -->
|
||||||
|
|
||||||
|
<title>Danny Eastman Ep | pax:nion</title>
|
||||||
|
<meta name="title" content="Danny Eastman Ep | pax:nion" />
|
||||||
|
|
||||||
|
<meta name="dc.date.modified" scheme="ISO8601" content="2020-07-05T18:07:00+00:00" />
|
||||||
|
<meta name="robots" content="index" />
|
||||||
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||||
|
<link rel="canonical" href="https://panix.basspistol.com/albums/danny-eastman-ep/" />
|
||||||
|
<link rel="alternate" hreflang="x-default" href="https://panix.basspistol.com/albums/danny-eastman-ep/" />
|
||||||
|
<meta name="geo.region" content="BJ-ZO" />
|
||||||
|
<meta name="geo.placename" content="Setto" />
|
||||||
|
<meta name="geo.position" content="7.48777;2.076389" />
|
||||||
|
<meta name="ICBM" content="7.48777, 2.076389" />
|
||||||
|
|
||||||
|
<!-- Dublin Core basic info -->
|
||||||
|
|
||||||
|
<meta name="dcterms.Identifier" content="https://panix.basspistol.com" />
|
||||||
|
<meta name="dcterms.Format" content="text/html" />
|
||||||
|
<meta name="dcterms.Relation" content="pax:nion" />
|
||||||
|
<meta name="dcterms.Publisher" content="pax:nion" />
|
||||||
|
<meta name="dcterms.Type" content="text/html" />
|
||||||
|
<meta name="dcterms.Coverage" content="https://panix.basspistol.com/" />
|
||||||
|
<meta name="dcterms.Rights" content="Copyright ©2020 pax:nion." />
|
||||||
|
|
||||||
|
<meta name="dcterms.Subject" content="PHI, Panix Heavy Industries" />
|
||||||
|
<meta name="dcterms.Title" content="Danny Eastman Ep | pax:nion" />
|
||||||
|
|
||||||
|
<meta name="dcterms.Contributor" content="pax:nion" />
|
||||||
|
<meta name="dcterms.Date" content="2009-01-01" />
|
||||||
|
<meta name="dcterms.Description" content="" />
|
||||||
|
|
||||||
|
<!-- Twitter Card -->
|
||||||
|
|
||||||
|
<meta name="twitter:card" content="summary" />
|
||||||
|
<meta name="twitter:site" content="@" />
|
||||||
|
<meta name="twitter:title" content="Danny Eastman Ep | pax:nion" />
|
||||||
|
<meta name="twitter:description" content="PHI, Panix Heavy Industries" />
|
||||||
|
|
||||||
|
<meta name="twitter:image" content="https://panix.basspistol.com" />
|
||||||
|
|
||||||
|
<!-- END seo.html -->
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<meta charset="utf-8" />
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=yes" />
|
||||||
|
<link rel="stylesheet" href="../../assets/css/main20200519.css" />
|
||||||
|
<link rel="apple-touch-icon" href="https://panix.basspistol.com/apple-touch-icon.png" />
|
||||||
|
<link rel="icon" type="image/png" href="https://panix.basspistol.com/touch-icon.png" sizes="192x192" />
|
||||||
|
<link rel="shortcut icon" href="https://panix.basspistol.com/assets/img/setto_icon.png" type="image/png" />
|
||||||
|
<noscript><link rel="stylesheet" href="../../assets/css/noscript20200518-rev1.css" /></noscript>
|
||||||
|
</head>
|
||||||
|
<body class="is-preload" id="body">
|
||||||
|
<span id="top" style="display: none;"></span>
|
||||||
|
<!-- Wrapper -->
|
||||||
|
<div id="wrapper" class="divided">
|
||||||
|
|
||||||
|
<!-- Banner -->
|
||||||
|
<section class="banner onload-image-fade-in onload-content-fade-right style2 fullscreen content-align-center image-position-center" style="height:100vh;background-color: rgba(13,13,13,0.85);">
|
||||||
|
<div class="content editable" data-cms-source="/_layouts/album.html" data-cms-index="0">
|
||||||
|
<h1 class="editable" data-cms-source="/_layouts/album.html" data-cms-index="1">Danny Eastman Ep</h1>
|
||||||
|
<p></p>
|
||||||
|
<ul class="actions stacked">
|
||||||
|
<li><a href="#moe" class="button small smooth-scroll-middle">cheggit!</a></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<div class="image">
|
||||||
|
<img src="https://media.basspistol.com/panix/danny-eastman-ep/1-dan-dare.jpeg" alt="Danny Eastman Ep" class="editable" data-cms-source="/_layouts/album.html" data-cms-index="2" />
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
<!-- Content -->
|
||||||
|
<section class="wrapper style1 align-center">
|
||||||
|
<div class="inner" style="padding-top: 40px;">
|
||||||
|
<div class="index align-left">
|
||||||
|
<!-- Author -->
|
||||||
|
<section style="padding-top:40px;" id="moe">
|
||||||
|
|
||||||
|
|
||||||
|
<header id="author">
|
||||||
|
<div class="bio">
|
||||||
|
|
||||||
|
|
||||||
|
<h6>
|
||||||
|
|
||||||
|
Share this page:
|
||||||
|
</h6>
|
||||||
|
<ul class="icons">
|
||||||
|
<li><a target="_blank" rel="nofollow noopener" title="Share to facebook" alt="Share to facebook" href="https://touch.facebook.com/sharer.php?u=https://panix.basspistol.com/albums/danny-eastman-ep/&quote=Danny Eastman Ep%20by%20pax:nion%20via%20https://panix.basspistol.com" class="icon brands style1 fa-facebook-f"><span class="label">Facebook</span></a></li>
|
||||||
|
<li><a target="_blank" rel="nofollow noopener" title="Share to twitter" alt="Share to twitter" href="https://twitter.com/share?url=https://panix.basspistol.com/albums/danny-eastman-ep/&text=Danny Eastman Ep%20by%20pax:nion%20&hashtags=paxNion" class="icon brands style1 fa-twitter"><span class="label">Twitter</span></a></li>
|
||||||
|
<li><a target="_blank" rel="nofollow noopener" title="Share to telegram" alt="Share to telgram" href="https://telegram.me/share/url?url=https://panix.basspistol.com/albums/danny-eastman-ep/&text=Danny Eastman Ep%20by%20pax:nion" class="icon brands style1 fa-telegram"><span class="label">Telegram</span></a></li>
|
||||||
|
<li><a target="_blank" rel="nofollow noopener" title="Share to reddit" alt="Share to reddit" href="https://reddit.com/submit/?url=https://panix.basspistol.com/albums/danny-eastman-ep/&title=Danny Eastman Ep%20by%20pax:nion" class="icon brands style1 fa-reddit"><span class="label">Reddit</span></a></li>
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</header>
|
||||||
|
<!-- Content -->
|
||||||
|
<div class="content">
|
||||||
|
|
||||||
|
|
||||||
|
<!-- HERE BEGINS MADNESS -->
|
||||||
|
|
||||||
|
|
||||||
|
<!-- Content -->
|
||||||
|
<div class="content">
|
||||||
|
<div id="mainwrap">
|
||||||
|
<div id="nowPlay">
|
||||||
|
<p class="right" id="npTitle" style="font-weight: bold;"></p>
|
||||||
|
<p class="left" id="npAction">Paused...</p>
|
||||||
|
</div>
|
||||||
|
<div id="audiowrap">
|
||||||
|
<div id="audio0">
|
||||||
|
<audio id="audio1" controls="controls">Your browser does not support HTML5
|
||||||
|
Audio!</audio>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div id="tracks">
|
||||||
|
<a id="btnPrev"><span class="icon solid fa-fast-backward"></span></a>
|
||||||
|
<a id="btnNext"><span class="icon solid fa-fast-forward"></span></a>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
<div id="plwrap">
|
||||||
|
<ul id="plList">
|
||||||
|
|
||||||
|
<li>
|
||||||
|
<div class="plItem">
|
||||||
|
<div class="plNum">1.</div>
|
||||||
|
<div class="plTitle">Dan Dare</div>
|
||||||
|
<div class="plLength">2:39</div>
|
||||||
|
</div>
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li>
|
||||||
|
<div class="plItem">
|
||||||
|
<div class="plNum">2.</div>
|
||||||
|
<div class="plTitle">Eastman</div>
|
||||||
|
<div class="plLength">3:06</div>
|
||||||
|
</div>
|
||||||
|
</li>
|
||||||
|
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div id="noJSalbum">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<div class="plItem">
|
||||||
|
<div class="plNum">1.</div>
|
||||||
|
<div class="plTitle"><a href="https://media.basspistol.com/panix/danny-eastman-ep/1-dan-dare.mp3">Dan Dare </a></div>
|
||||||
|
<div class="plLength">2:39</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<div class="plItem">
|
||||||
|
<div class="plNum">2.</div>
|
||||||
|
<div class="plTitle"><a href="https://media.basspistol.com/panix/danny-eastman-ep/2-eastman.mp3">Eastman </a></div>
|
||||||
|
<div class="plLength">3:6</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="content" style="font-family: monospace;font-size: 16px;margin-top:60px;">
|
||||||
|
|
||||||
|
|
||||||
|
<p></p>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
|
||||||
|
|
||||||
|
<!-- HERE ENDS MADNESS -->
|
||||||
|
|
||||||
|
<section class="wrapper style1 align-center">
|
||||||
|
|
||||||
|
<div class="inner">
|
||||||
|
<h2>Track list</h2>
|
||||||
|
<p>Use thses pages to share one song in particulare</p>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</section>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<section class="spotlight style4 orient-left content-align-right image-position-center onscroll-image-fade-in" style="box-shadow: none;" >
|
||||||
|
<div class="content">
|
||||||
|
<h3>Dan Dare</h3>
|
||||||
|
<p>
|
||||||
|
2:39
|
||||||
|
<br /><strong>Electronic</strong>
|
||||||
|
<br />2009</p>
|
||||||
|
|
||||||
|
<ul class="actions stacked">
|
||||||
|
<li><a href="../../albums/danny-eastman-ep/1-dan-dare/" class="button">Track</a></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<div class="image">
|
||||||
|
<img src="https://media.basspistol.com/panix/danny-eastman-ep/1-dan-dare.jpeg" alt="Dan Dare" />
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<section class="spotlight style4 orient-right content-align-left image-position-center onscroll-image-fade-in" >
|
||||||
|
<div class="content">
|
||||||
|
<h3>Eastman</h3>
|
||||||
|
<p>
|
||||||
|
3:6
|
||||||
|
<br /><strong>Electronic</strong>
|
||||||
|
<br />2009</p>
|
||||||
|
|
||||||
|
<ul class="actions stacked">
|
||||||
|
<li><a href="../../albums/danny-eastman-ep/2-eastman/" class="button">Track</a></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<div class="image">
|
||||||
|
<img src="https://media.basspistol.com/panix/danny-eastman-ep/2-eastman.jpeg" alt="Eastman" />
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<section class="streambox" style="margin-top:40px;padding: 40px;">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<h3 style="text-align: center;display: block;">This release can't be bought</h3>
|
||||||
|
<p>But other releases are available here:</p>
|
||||||
|
|
||||||
|
|
||||||
|
<div class="streamer">
|
||||||
|
|
||||||
|
|
||||||
|
<a onclick="_paq.push(['trackEvent', 'StoreLink', 'Bandcamp']);" target="_blank" rel="noopener" href="https://panixheavyindustries.bandcamp.com" alt="Stream from Bandcamp" title="Stream from Bandcamp" class="button icon brands fa-bandcamp">Bandcamp</a>
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</section>
|
||||||
|
|
||||||
|
<section class="wrapper style1 align-center">
|
||||||
|
<div class="inner">
|
||||||
|
<div class="index align-left">
|
||||||
|
<!-- Author -->
|
||||||
|
|
||||||
|
<section>
|
||||||
|
|
||||||
|
<!-- Content -->
|
||||||
|
<div class="content">
|
||||||
|
<!-- post Naviation -->
|
||||||
|
<div style="text-align: center;">
|
||||||
|
<h3>More releases</h3>
|
||||||
|
</div>
|
||||||
|
<div class="post-nav">
|
||||||
|
<div>
|
||||||
|
|
||||||
|
<h4><a href="/albums/buy-a-vowel/" alt="Read Buy A Vowel" title="Read Buy A Vowel"><i class="fas fa-arrow-left"></i></a> <a href="/albums/buy-a-vowel/"> Buy A Vowel</a></h4>
|
||||||
|
<p style="margin-right: 20px"></p>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
<div class="post-nav-next">
|
||||||
|
|
||||||
|
<h4><a href="/albums/too-much-ep/"> Too Much Ep</a> <a href="/albums/too-much-ep/" alt="Read Too Much Ep" title="Read Too Much Ep"><i class="fas fa-arrow-right"></i></a></h4>
|
||||||
|
<p style="margin-left: 20px"></p>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<!-- End Post Navigation -->
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
|
||||||
|
|
||||||
|
<!-- Footer -->
|
||||||
|
<footer id="footer" class="wrapper style1 align-center">
|
||||||
|
<div class="footflex">
|
||||||
|
<div>
|
||||||
|
<h4>pax:nion</h4>
|
||||||
|
<p>PHI, Panix Heavy Industries
|
||||||
|
<br /><a href="mailto:"></a></p>
|
||||||
|
</div>
|
||||||
|
<div>
|
||||||
|
<ul>
|
||||||
|
<li><a href="#top" class="smooth-scroll-middle">Back to top</a></li>
|
||||||
|
<li><a href="/#album0" class="smooth-scroll-middle">music</a></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<div><img src="/assets/panix-logo-dark.svg" style="max-width:300px" alt="pax:nion Logo" /></div>
|
||||||
|
</div>
|
||||||
|
<div class="inner">
|
||||||
|
<ul class="icons">
|
||||||
|
|
||||||
|
<!-- <li><a href="mailto:" class="icon style2 fa-envelope"><span class="label">Email</span></a></li> -->
|
||||||
|
</ul>
|
||||||
|
<p>©2020 Basspistol | <a href="../../webcreds/">Credits</a> | <a href="../../cookies/">Cookies & Privacy</a></p>
|
||||||
|
</div>
|
||||||
|
</footer>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
<!-- Navigation -->
|
||||||
|
<div id="logo" class="logo">
|
||||||
|
<a href="/" class="smooth-scroll-middle"><img width="200em" src="/assets/panix-logo.svg" alt=" Logo" /></a>
|
||||||
|
<a href="#navbar" onclick="blurBody()" alt="Navigation Menu" title="Navigation Menu"><span style="font-size: 34px;" class="icon solid fa-bars"></span></a>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div id="navbar" style="display: block;" class="modalDialog">
|
||||||
|
<a href="#close" onclick="removeBlur()" alt="Close Menu" title="Close Menu"><div id="closearea"> </div></a>
|
||||||
|
<nav>
|
||||||
|
<a href="#close" title="Close" onclick="removeBlur()" class="close-button close" style="margin: 0 auto;">X</a>
|
||||||
|
<ul>
|
||||||
|
|
||||||
|
|
||||||
|
<li><a href="../../" class="button small">Home</a></li>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<li><a href="../../releases/" class="button small">Releases</a></li>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<li><a href="../../logs/" class="button small">Web-Log</a></li>
|
||||||
|
|
||||||
|
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
</nav>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
<!-- End Navigation -->
|
||||||
|
<!-- Scripts -->
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<script src="../../assets/js/jquery.min.js"></script>
|
||||||
|
<script src="../../assets/js/jquery.scrollex.min.js"></script>
|
||||||
|
<script src="../../assets/js/jquery.scrolly.min.js"></script>
|
||||||
|
<script src="../../assets/js/browser.min.js"></script>
|
||||||
|
<script src="../../assets/js/breakpoints.min.js"></script>
|
||||||
|
<script src="../../assets/js/util.js"></script>
|
||||||
|
<script src="../../assets/js/main.js"></script>
|
||||||
|
<script src="../../assets/js/set.js"></script>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<script type="text/javascript">
|
||||||
|
// html5media enables <video> and <audio> tags in all major browsers
|
||||||
|
// External File: http://api.html5media.info/1.1.8/html5media.min.js
|
||||||
|
|
||||||
|
|
||||||
|
// Add user agent as an attribute on the <html> tag...
|
||||||
|
// Inspiration: http://css-tricks.com/ie-10-specific-styles/
|
||||||
|
var b = document.documentElement;
|
||||||
|
b.setAttribute('data-useragent', navigator.userAgent);
|
||||||
|
b.setAttribute('data-platform', navigator.platform);
|
||||||
|
|
||||||
|
|
||||||
|
// HTML5 audio player + playlist controls...
|
||||||
|
// Inspiration: http://jonhall.info/how_to/create_a_playlist_for_html5_audio
|
||||||
|
// Mythium Archive: https://archive.org/details/mythium/
|
||||||
|
jQuery(function ($) {
|
||||||
|
var supportsAudio = !!document.createElement('audio').canPlayType;
|
||||||
|
if (supportsAudio) {
|
||||||
|
var index = 0,
|
||||||
|
playing = false,
|
||||||
|
mediaPath = '',
|
||||||
|
extension = '',
|
||||||
|
tracks = [{
|
||||||
|
"track": 1,
|
||||||
|
"name": "Dan Dare",
|
||||||
|
"length": "2:39",
|
||||||
|
"file": "https://media.basspistol.com/panix/danny-eastman-ep/1-dan-dare"
|
||||||
|
},{
|
||||||
|
"track": 2,
|
||||||
|
"name": "Eastman",
|
||||||
|
"length": "3:6",
|
||||||
|
"file": "https://media.basspistol.com/panix/danny-eastman-ep/2-eastman"
|
||||||
|
}],
|
||||||
|
trackCount = tracks.length,
|
||||||
|
npAction = $('#npAction'),
|
||||||
|
npTitle = $('#npTitle'),
|
||||||
|
audio = $('#audio1').bind('play', function () {
|
||||||
|
playing = true;
|
||||||
|
npAction.text('Playing...');
|
||||||
|
}).bind('pause', function () {
|
||||||
|
playing = false;
|
||||||
|
npAction.text('Paused...');
|
||||||
|
}).bind('ended', function () {
|
||||||
|
npAction.text('Paused...');
|
||||||
|
if ((index + 1) < trackCount) {
|
||||||
|
index++;
|
||||||
|
loadTrack(index);
|
||||||
|
audio.play();
|
||||||
|
} else {
|
||||||
|
audio.pause();
|
||||||
|
index = 0;
|
||||||
|
loadTrack(index);
|
||||||
|
}
|
||||||
|
}).get(0),
|
||||||
|
btnPrev = $('#btnPrev').click(function () {
|
||||||
|
if ((index - 1) > -1) {
|
||||||
|
index--;
|
||||||
|
loadTrack(index);
|
||||||
|
if (playing) {
|
||||||
|
audio.play();
|
||||||
|
}
|
||||||
|
} else {
|
||||||
|
audio.pause();
|
||||||
|
index = 0;
|
||||||
|
loadTrack(index);
|
||||||
|
}
|
||||||
|
}),
|
||||||
|
btnNext = $('#btnNext').click(function () {
|
||||||
|
if ((index + 1) < trackCount) {
|
||||||
|
index++;
|
||||||
|
loadTrack(index);
|
||||||
|
if (playing) {
|
||||||
|
audio.play();
|
||||||
|
}
|
||||||
|
} else {
|
||||||
|
audio.pause();
|
||||||
|
index = 0;
|
||||||
|
loadTrack(index);
|
||||||
|
}
|
||||||
|
}),
|
||||||
|
li = $('#plList li').click(function () {
|
||||||
|
var id = parseInt($(this).index());
|
||||||
|
if (id !== index) {
|
||||||
|
playTrack(id);
|
||||||
|
}
|
||||||
|
}),
|
||||||
|
loadTrack = function (id) {
|
||||||
|
$('.plSel').removeClass('plSel');
|
||||||
|
$('#plList li:eq(' + id + ')').addClass('plSel');
|
||||||
|
npTitle.text(tracks[id].name);
|
||||||
|
index = id;
|
||||||
|
audio.src = mediaPath + tracks[id].file + extension;
|
||||||
|
$('audio').attr("data-matomo-title", tracks[id].name);
|
||||||
|
},
|
||||||
|
playTrack = function (id) {
|
||||||
|
loadTrack(id);
|
||||||
|
audio.play();
|
||||||
|
};
|
||||||
|
extension = audio.canPlayType('audio/mpeg') ? '.mp3' : audio.canPlayType('audio/ogg') ? '.ogg' : '';
|
||||||
|
loadTrack(index);
|
||||||
|
}
|
||||||
|
});
|
||||||
|
|
||||||
|
</script>
|
||||||
|
|
||||||
|
|
||||||
|
<div id="cookie-notice">
|
||||||
|
<p>We only use cookies if you consent to it. They don't contain any identifiable info: they just let us know if you enjoyed this enough to come back. <br />Click <a href="#" id="cookie-notice-decline">here</a> if you want this shit to go away without cookies. <br />Read more about how Basspistol <a href="/cookies/">use cookies</a> </p>
|
||||||
|
<a class="button small yes" href="#" id="cookie-notice-accept">I'm in!</a>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<script>
|
||||||
|
function createCookie(name, value, days) {
|
||||||
|
var expires = "";
|
||||||
|
if (days) {
|
||||||
|
var date = new Date();
|
||||||
|
date.setTime(date.getTime() + (days * 24 * 60 * 60 * 1000));
|
||||||
|
expires = "; expires=" + date.toUTCString();
|
||||||
|
}
|
||||||
|
document.cookie = name + "=" + value + expires + "; path=/";
|
||||||
|
}
|
||||||
|
function readCookie(name) {
|
||||||
|
var nameEQ = name + "=";
|
||||||
|
var ca = document.cookie.split(';');
|
||||||
|
for (var i = 0; i < ca.length; i++) {
|
||||||
|
var c = ca[i];
|
||||||
|
while (c.charAt(0) == ' ') c = c.substring(1, c.length);
|
||||||
|
if (c.indexOf(nameEQ) == 0) return c.substring(nameEQ.length, c.length);
|
||||||
|
}
|
||||||
|
return null;
|
||||||
|
}
|
||||||
|
function eraseCookie(name) {
|
||||||
|
createCookie(name, "", -1);
|
||||||
|
}
|
||||||
|
|
||||||
|
if (readCookie('cookie-notice-dismissed') == 'wantCookies') {
|
||||||
|
|
||||||
|
//* Matomo Tag Manager *//
|
||||||
|
|
||||||
|
var _mtm = _mtm || [];
|
||||||
|
_mtm.push({'mtm.startTime': (new Date().getTime()), 'event': 'mtm.Start'});
|
||||||
|
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
|
||||||
|
g.type='text/javascript'; g.async=true; g.defer=true; g.src='https://cdn.matomo.cloud/terminalnetwork.matomo.cloud/container_aJ0T3vZ5.js'; s.parentNode.insertBefore(g,s);
|
||||||
|
|
||||||
|
//* End Matomo Tag Manager *//
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
} else {
|
||||||
|
document.getElementById('cookie-notice').style.display = 'flex';
|
||||||
|
|
||||||
|
var _paq = window._paq || [];
|
||||||
|
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */
|
||||||
|
_paq.push(["setDocumentTitle", document.domain + "/" + document.title]);
|
||||||
|
_paq.push(["disableCookies"]);
|
||||||
|
_paq.push(['trackPageView']);
|
||||||
|
_paq.push(['enableLinkTracking']);
|
||||||
|
(function() {
|
||||||
|
var u="https://terminalnetwork.matomo.cloud/";
|
||||||
|
_paq.push(['setTrackerUrl', u+'matomo.php']);
|
||||||
|
_paq.push(['setSiteId', '14']);
|
||||||
|
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
|
||||||
|
g.type='text/javascript'; g.async=true; g.defer=true; g.src='//cdn.matomo.cloud/terminalnetwork.matomo.cloud/matomo.js'; s.parentNode.insertBefore(g,s);
|
||||||
|
})();
|
||||||
|
|
||||||
|
|
||||||
|
}
|
||||||
|
if (readCookie('cookie-notice-dismissed') == 'dontWantCookies') {
|
||||||
|
document.getElementById('cookie-notice').style.display = 'none';
|
||||||
|
|
||||||
|
var _paq = window._paq || [];
|
||||||
|
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */
|
||||||
|
_paq.push(["setDocumentTitle", document.domain + "/" + document.title]);
|
||||||
|
_paq.push(["disableCookies"]);
|
||||||
|
_paq.push(['trackPageView']);
|
||||||
|
_paq.push(['enableLinkTracking']);
|
||||||
|
(function() {
|
||||||
|
var u="https://terminalnetwork.matomo.cloud/";
|
||||||
|
_paq.push(['setTrackerUrl', u+'matomo.php']);
|
||||||
|
_paq.push(['setSiteId', '14']);
|
||||||
|
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
|
||||||
|
g.type='text/javascript'; g.async=true; g.defer=true; g.src='//cdn.matomo.cloud/terminalnetwork.matomo.cloud/matomo.js'; s.parentNode.insertBefore(g,s);
|
||||||
|
})();
|
||||||
|
|
||||||
|
}
|
||||||
|
document.getElementById('cookie-notice-accept').addEventListener("click", function () {
|
||||||
|
createCookie('cookie-notice-dismissed', 'wantCookies', 31);
|
||||||
|
document.getElementById('cookie-notice').style.display = 'none';
|
||||||
|
_paq.push(['trackEvent', 'Consent', 'wantCookie']);
|
||||||
|
location.reload();
|
||||||
|
});
|
||||||
|
|
||||||
|
document.getElementById('cookie-notice-decline').addEventListener("click", function () {
|
||||||
|
createCookie('cookie-notice-dismissed', 'dontWantCookies', 31);
|
||||||
|
document.getElementById('cookie-notice').style.display = 'none';
|
||||||
|
_paq.push(['trackEvent', 'Consent', 'dontWantCookie']);
|
||||||
|
location.reload();
|
||||||
|
});
|
||||||
|
|
||||||
|
// document.getElementById('cookie-notice-gimme').addEventListener("click", function () {
|
||||||
|
// createCookie('cookie-notice-dismissed', 'wantCookies', 31);
|
||||||
|
// document.getElementById('cookie-notice').style.display = 'none';
|
||||||
|
// location.reload();
|
||||||
|
// });
|
||||||
|
|
||||||
|
|
||||||
|
</script>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
404
albums/disjointed/1-disjointed/index.html
Normal file
404
albums/disjointed/1-disjointed/index.html
Normal file
|
|
@ -0,0 +1,404 @@
|
||||||
|
<!DOCTYPE html>
|
||||||
|
<!--
|
||||||
|
Based on _Story_ by html5up.net | @ajlkn
|
||||||
|
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
|
||||||
|
Remixed and Jekyllified by Setto
|
||||||
|
-->
|
||||||
|
<html lang="en">
|
||||||
|
<head>
|
||||||
|
<!-- Begin Jekyll SEO tag v2.6.1 -->
|
||||||
|
<meta name="generator" content="Jekyll v4.0.0" />
|
||||||
|
<meta property="og:title" content="1 Disjointed" />
|
||||||
|
<meta name="author" content="pax:nion" />
|
||||||
|
<meta property="og:locale" content="en" />
|
||||||
|
<meta name="description" content="PHI, Panix Heavy Industries" />
|
||||||
|
<meta property="og:description" content="PHI, Panix Heavy Industries" />
|
||||||
|
<link rel="canonical" href="https://panix.basspistol.com/albums/disjointed/1-disjointed/" />
|
||||||
|
<meta property="og:url" content="https://panix.basspistol.com/albums/disjointed/1-disjointed/" />
|
||||||
|
<meta property="og:site_name" content="pax:nion" />
|
||||||
|
<meta property="og:type" content="article" />
|
||||||
|
<meta property="article:published_time" content="2020-07-05T18:07:03+00:00" />
|
||||||
|
<script type="application/ld+json">
|
||||||
|
{"description":"PHI, Panix Heavy Industries","@type":"AudioObject","headline":"1 Disjointed","dateModified":"2020-07-05T18:07:00+00:00","datePublished":"2020-07-05T18:07:03+00:00","url":"https://panix.basspistol.com/albums/disjointed/1-disjointed/","author":{"@type":"Person","name":"pax:nion"},"publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://panix.basspistol.com/assets/img/setto_icon.png"},"name":"pax:nion"},"@context":"https://schema.org"}</script>
|
||||||
|
<!-- End Jekyll SEO tag -->
|
||||||
|
|
||||||
|
<link type="application/atom+xml" rel="alternate" href="https://panix.basspistol.com/feed.xml" title="" />
|
||||||
|
<!-- BEGIN seo.html -->
|
||||||
|
|
||||||
|
<title>Play Disjointed by Panix Hilton</title>
|
||||||
|
<meta name="title" content="Play Disjointed by Panix Hilton" />
|
||||||
|
|
||||||
|
<meta name="dc.date.modified" scheme="ISO8601" content="2020-07-05T18:07:00+00:00" />
|
||||||
|
<meta name="robots" content="index" />
|
||||||
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||||
|
<link rel="canonical" href="https://panix.basspistol.com/albums/disjointed/1-disjointed/" />
|
||||||
|
<link rel="alternate" hreflang="x-default" href="https://panix.basspistol.com/albums/disjointed/1-disjointed/" />
|
||||||
|
<meta name="geo.region" content="BJ-ZO" />
|
||||||
|
<meta name="geo.placename" content="Setto" />
|
||||||
|
<meta name="geo.position" content="7.48777;2.076389" />
|
||||||
|
<meta name="ICBM" content="7.48777, 2.076389" />
|
||||||
|
|
||||||
|
<!-- Dublin Core basic info -->
|
||||||
|
|
||||||
|
<meta name="dcterms.Identifier" content="https://panix.basspistol.com" />
|
||||||
|
<meta name="dcterms.Format" content="text/html" />
|
||||||
|
<meta name="dcterms.Relation" content="pax:nion" />
|
||||||
|
<meta name="dcterms.Publisher" content="pax:nion" />
|
||||||
|
<meta name="dcterms.Type" content="text/html" />
|
||||||
|
<meta name="dcterms.Coverage" content="https://panix.basspistol.com/" />
|
||||||
|
<meta name="dcterms.Rights" content="Copyright ©2020 pax:nion." />
|
||||||
|
|
||||||
|
<meta name="dcterms.Subject" content="Listen and to a track by Panix Hilton from the release Disjointed and support your remote artist!" />
|
||||||
|
<meta name="dcterms.Title" content="Disjointed - Panix Hilton | pax:nion" />
|
||||||
|
|
||||||
|
<meta name="dcterms.Contributor" content="pax:nion" />
|
||||||
|
<meta name="dcterms.Date" content="2020-07-05" />
|
||||||
|
<meta name="dcterms.Description" content="" />
|
||||||
|
|
||||||
|
<!-- Twitter Card -->
|
||||||
|
|
||||||
|
<meta name="twitter:card" content="summary" />
|
||||||
|
<meta name="twitter:site" content="@" />
|
||||||
|
<meta name="twitter:title" content="1 Disjointed | pax:nion" />
|
||||||
|
<meta name="twitter:description" content="PHI, Panix Heavy Industries" />
|
||||||
|
|
||||||
|
<meta name="twitter:image" content="https://panix.basspistol.com/assets/albums/disjointed/1-disjointed.jpeg" />
|
||||||
|
|
||||||
|
<!-- END seo.html -->
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<meta charset="utf-8" />
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=yes" />
|
||||||
|
<link rel="stylesheet" href="../../../assets/css/main20200519.css" />
|
||||||
|
|
||||||
|
<link rel="apple-touch-icon" href="https://panix.basspistol.com/apple-touch-icon.png" />
|
||||||
|
<link rel="icon" type="image/png" href="https://panix.basspistol.com/touch-icon.png" sizes="192x192" />
|
||||||
|
<link rel="shortcut icon" href="https://panix.basspistol.com/assets/img/setto_icon.png" type="image/png" />
|
||||||
|
<noscript><link rel="stylesheet" href="../../../assets/css/noscript20200518-rev1.css" /></noscript>
|
||||||
|
</head>
|
||||||
|
|
||||||
|
<body class="is-preload" id="body">
|
||||||
|
<span id="top" style="display: none;"></span>
|
||||||
|
<!-- Wrapper -->
|
||||||
|
<div id="wrapper" class="divided" data-cms-content-wrapper="/_layouts/default.html">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<!-- Banner -->
|
||||||
|
<section
|
||||||
|
class="banner onload-image-fade-in onload-content-fade-right style3 fullscreen content-align-center image-position-center" style="background-image:url('https://media.basspistol.com/panix/disjointed/1-disjointed.jpeg');background-size: cover; background-repeat: no-repeat;">
|
||||||
|
<div style="z-index:0;position:absolute; top:0; left:0; width:100%;height:100%;background-color: rgba(13, 13 ,13, 0.85);"></div>
|
||||||
|
<div class="content" style="z-index:1">
|
||||||
|
<h1 style="margin-top:80px">Disjointed</h1>
|
||||||
|
|
||||||
|
<p><strong><span id="tracktime"></span></strong><span id="disjointed"></span></strong> <br />
|
||||||
|
Style: <strong>Electronic</strong>
|
||||||
|
</p>
|
||||||
|
<script type="text/javascript">
|
||||||
|
var disjointedtimestamp = 74;
|
||||||
|
var disjointedhours = Math.floor(disjointedtimestamp / 60 / 60);
|
||||||
|
var disjointedminutes = Math.floor(disjointedtimestamp / 60) - (disjointedhours * 60);
|
||||||
|
var disjointedseconds = disjointedtimestamp % 60;
|
||||||
|
var disjointedformatted = disjointedhours.toString().padStart(2, '0') + ':' + disjointedminutes.toString().padStart(2, '0') + ':' + disjointedseconds.toString().padStart(2, '0');
|
||||||
|
var theSpan = document.getElementById("disjointed");
|
||||||
|
theSpan.innerHTML = disjointedformatted;
|
||||||
|
</script>
|
||||||
|
|
||||||
|
|
||||||
|
<ul class="actions stacked">
|
||||||
|
<li><button id="mu_pause" class="smooth-scroll-middle button icon solid fa-play">Play dat!</button></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="image">
|
||||||
|
<img src="https://media.basspistol.com/panix/disjointed/1-disjointed.jpeg" alt="1 Disjointed logo" id="coverart" />
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
|
||||||
|
|
||||||
|
<!-- Page navigation -->
|
||||||
|
<section class="wrapper style1 align-center">
|
||||||
|
<div class="inner">
|
||||||
|
<div class="index align-left">
|
||||||
|
<!-- Author -->
|
||||||
|
<section class="streambox" style="margin-top:40px;padding: 40px;">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<h3 style="text-align: center;display: block;">This track can't be bought</h3>
|
||||||
|
<p>But other tracks are available here:</p>
|
||||||
|
|
||||||
|
|
||||||
|
<div class="streamer">
|
||||||
|
|
||||||
|
|
||||||
|
<a onclick="_paq.push(['trackEvent', 'StoreLink', 'Bandcamp']);" target="_blank" rel="noopener" href="https://panixheavyindustries.bandcamp.com" alt="Stream from Bandcamp" title="Stream from Bandcamp" class="button icon brands fa-bandcamp">Bandcamp</a>
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</section>
|
||||||
|
<section>
|
||||||
|
<!-- Content -->
|
||||||
|
<div class="content">
|
||||||
|
<!-- post Naviation -->
|
||||||
|
<div style="text-align: center;">
|
||||||
|
<h3>Play more songs grom this release</h3>
|
||||||
|
</div>
|
||||||
|
<div class="post-nav">
|
||||||
|
<div>
|
||||||
|
|
||||||
|
<h4><a href="../../../albums/disjointed/6-pure-shite/" alt="Read Pure Shite" title="Read Pure Shite"><i class="fas fa-arrow-left"></i></a> <a
|
||||||
|
href="../../../albums/disjointed/6-pure-shite/"> Pure Shite</a>
|
||||||
|
</h4>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
<div class="post-nav-next">
|
||||||
|
|
||||||
|
<h4><a href="../../../albums/disjointed/2-ze-morning-j-m/"> Ze Morning Jäm</a> <a
|
||||||
|
href="../../../albums/disjointed/2-ze-morning-j-m/" alt="Read Ze Morning Jäm" title="Read Ze Morning Jäm"><i class="fas fa-arrow-right"></i></a></h4>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<!-- End Post Navigation -->
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
<!-- Audio player-->
|
||||||
|
<audio autoplay preload="true" data-matomo-title="Disjointed">
|
||||||
|
<source src="https://media.basspistol.com/panix/disjointed/1-disjointed.mp3" type="audio/mpeg" ontimeupdate='updateTrackTime(this);' />
|
||||||
|
<h1>Your browser isn't ready for so much hotness. Use the download-link instead.</h1>.
|
||||||
|
</audio>
|
||||||
|
<!-- Footer -->
|
||||||
|
<footer id="footer" class="wrapper style1 align-center">
|
||||||
|
<div class="footflex">
|
||||||
|
<div>
|
||||||
|
<h4>pax:nion</h4>
|
||||||
|
<p>PHI, Panix Heavy Industries
|
||||||
|
<br /><a href="mailto:"></a></p>
|
||||||
|
</div>
|
||||||
|
<div>
|
||||||
|
<ul>
|
||||||
|
<li><a href="#top" class="smooth-scroll-middle">Back to top</a></li>
|
||||||
|
<li><a href="/#album0" class="smooth-scroll-middle">music</a></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<div><img src="/assets/panix-logo-dark.svg" style="max-width:300px" alt="pax:nion Logo" /></div>
|
||||||
|
</div>
|
||||||
|
<div class="inner">
|
||||||
|
<ul class="icons">
|
||||||
|
|
||||||
|
<!-- <li><a href="mailto:" class="icon style2 fa-envelope"><span class="label">Email</span></a></li> -->
|
||||||
|
</ul>
|
||||||
|
<p>©2020 Basspistol | <a href="../../../webcreds/">Credits</a> | <a href="../../../cookies/">Cookies & Privacy</a></p>
|
||||||
|
</div>
|
||||||
|
</footer>
|
||||||
|
|
||||||
|
|
||||||
|
<script type="text/javascript">
|
||||||
|
function loadUrl(newLocation) {
|
||||||
|
window.location = newLocation;
|
||||||
|
return false;
|
||||||
|
}
|
||||||
|
|
||||||
|
var mu = document.getElementsByTagName("audio")[0];
|
||||||
|
var pauseButton = document.getElementById("mu_pause");
|
||||||
|
var spincover = document.getElementById("coverart");
|
||||||
|
|
||||||
|
mu.addEventListener('ended', function () {
|
||||||
|
// only functional if "loop" is removed
|
||||||
|
mu.pause();
|
||||||
|
mu.currentTime = 0;
|
||||||
|
loadUrl("../../../disjointed/2-ze-morning-j-m/"); return false;
|
||||||
|
});
|
||||||
|
mu.onplaying = function() {
|
||||||
|
pauseButton.innerHTML = "Pause";
|
||||||
|
pauseButton.classList.remove("fa-play");
|
||||||
|
pauseButton.classList.add("fa-pause");
|
||||||
|
spincover.classList.add("spinnit");
|
||||||
|
spincover.classList.remove("paused");
|
||||||
|
};
|
||||||
|
|
||||||
|
pauseButton.addEventListener("click", function () {
|
||||||
|
if (mu.paused) {
|
||||||
|
mu.play();
|
||||||
|
|
||||||
|
}
|
||||||
|
else {
|
||||||
|
mu.pause();
|
||||||
|
pauseButton.innerHTML = "Resume";
|
||||||
|
pauseButton.classList.add("fa-play");
|
||||||
|
pauseButton.classList.remove("fa-pause");
|
||||||
|
spincover.classList.add("paused");
|
||||||
|
}
|
||||||
|
});
|
||||||
|
|
||||||
|
mu.addEventListener('timeupdate', function () {
|
||||||
|
var timestamp = Math.floor(mu.currentTime);
|
||||||
|
var hours = Math.floor(timestamp / 60 / 60);
|
||||||
|
var minutes = Math.floor(timestamp / 60) - (hours * 60);
|
||||||
|
var seconds = timestamp % 60;
|
||||||
|
var formatted = hours.toString().padStart(2, '0') + ':' + minutes.toString().padStart(2, '0') + ':' + seconds.toString().padStart(2, '0');
|
||||||
|
var thecurrentSpan = document.getElementById("tracktime");
|
||||||
|
thecurrentSpan.innerHTML = formatted + ' / ';
|
||||||
|
});
|
||||||
|
|
||||||
|
</script>
|
||||||
|
</div>
|
||||||
|
<!-- Navigation -->
|
||||||
|
<div id="logo" class="logo">
|
||||||
|
<a href="/" class="smooth-scroll-middle"><img width="200em" src="/assets/panix-logo.svg" alt=" Logo" /></a>
|
||||||
|
<a href="#navbar" onclick="blurBody()" alt="Navigation Menu" title="Navigation Menu"><span style="font-size: 34px;" class="icon solid fa-bars"></span></a>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div id="navbar" style="display: block;" class="modalDialog">
|
||||||
|
<a href="#close" onclick="removeBlur()" alt="Close Menu" title="Close Menu"><div id="closearea"> </div></a>
|
||||||
|
<nav>
|
||||||
|
<a href="#close" title="Close" onclick="removeBlur()" class="close-button close" style="margin: 0 auto;">X</a>
|
||||||
|
<ul>
|
||||||
|
|
||||||
|
|
||||||
|
<li><a href="../../../" class="button small">Home</a></li>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<li><a href="../../../releases/" class="button small">Releases</a></li>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<li><a href="../../../logs/" class="button small">Web-Log</a></li>
|
||||||
|
|
||||||
|
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
</nav>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
<!-- End Navigation -->
|
||||||
|
<!-- Scripts -->
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<script src="../../../assets/js/jquery.min.js"></script>
|
||||||
|
<script src="../../../assets/js/jquery.scrollex.min.js"></script>
|
||||||
|
<script src="../../../assets/js/jquery.scrolly.min.js"></script>
|
||||||
|
<script src="../../../assets/js/browser.min.js"></script>
|
||||||
|
<script src="../../../assets/js/breakpoints.min.js"></script>
|
||||||
|
<script src="../../../assets/js/util.js"></script>
|
||||||
|
<script src="../../../assets/js/main.js"></script>
|
||||||
|
<script src="../../../assets/js/set.js"></script>
|
||||||
|
|
||||||
|
|
||||||
|
<div id="cookie-notice">
|
||||||
|
<p>We only use cookies if you consent to it. They don't contain any identifiable info: they just let us know if you enjoyed this enough to come back. <br />Click <a href="#" id="cookie-notice-decline">here</a> if you want this shit to go away without cookies. <br />Read more about how Basspistol <a href="/cookies/">use cookies</a> </p>
|
||||||
|
<a class="button small yes" href="#" id="cookie-notice-accept">I'm in!</a>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<script>
|
||||||
|
function createCookie(name, value, days) {
|
||||||
|
var expires = "";
|
||||||
|
if (days) {
|
||||||
|
var date = new Date();
|
||||||
|
date.setTime(date.getTime() + (days * 24 * 60 * 60 * 1000));
|
||||||
|
expires = "; expires=" + date.toUTCString();
|
||||||
|
}
|
||||||
|
document.cookie = name + "=" + value + expires + "; path=/";
|
||||||
|
}
|
||||||
|
function readCookie(name) {
|
||||||
|
var nameEQ = name + "=";
|
||||||
|
var ca = document.cookie.split(';');
|
||||||
|
for (var i = 0; i < ca.length; i++) {
|
||||||
|
var c = ca[i];
|
||||||
|
while (c.charAt(0) == ' ') c = c.substring(1, c.length);
|
||||||
|
if (c.indexOf(nameEQ) == 0) return c.substring(nameEQ.length, c.length);
|
||||||
|
}
|
||||||
|
return null;
|
||||||
|
}
|
||||||
|
function eraseCookie(name) {
|
||||||
|
createCookie(name, "", -1);
|
||||||
|
}
|
||||||
|
|
||||||
|
if (readCookie('cookie-notice-dismissed') == 'wantCookies') {
|
||||||
|
|
||||||
|
//* Matomo Tag Manager *//
|
||||||
|
|
||||||
|
var _mtm = _mtm || [];
|
||||||
|
_mtm.push({'mtm.startTime': (new Date().getTime()), 'event': 'mtm.Start'});
|
||||||
|
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
|
||||||
|
g.type='text/javascript'; g.async=true; g.defer=true; g.src='https://cdn.matomo.cloud/terminalnetwork.matomo.cloud/container_aJ0T3vZ5.js'; s.parentNode.insertBefore(g,s);
|
||||||
|
|
||||||
|
//* End Matomo Tag Manager *//
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
} else {
|
||||||
|
document.getElementById('cookie-notice').style.display = 'flex';
|
||||||
|
|
||||||
|
var _paq = window._paq || [];
|
||||||
|
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */
|
||||||
|
_paq.push(["setDocumentTitle", document.domain + "/" + document.title]);
|
||||||
|
_paq.push(["disableCookies"]);
|
||||||
|
_paq.push(['trackPageView']);
|
||||||
|
_paq.push(['enableLinkTracking']);
|
||||||
|
(function() {
|
||||||
|
var u="https://terminalnetwork.matomo.cloud/";
|
||||||
|
_paq.push(['setTrackerUrl', u+'matomo.php']);
|
||||||
|
_paq.push(['setSiteId', '14']);
|
||||||
|
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
|
||||||
|
g.type='text/javascript'; g.async=true; g.defer=true; g.src='//cdn.matomo.cloud/terminalnetwork.matomo.cloud/matomo.js'; s.parentNode.insertBefore(g,s);
|
||||||
|
})();
|
||||||
|
|
||||||
|
|
||||||
|
}
|
||||||
|
if (readCookie('cookie-notice-dismissed') == 'dontWantCookies') {
|
||||||
|
document.getElementById('cookie-notice').style.display = 'none';
|
||||||
|
|
||||||
|
var _paq = window._paq || [];
|
||||||
|
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */
|
||||||
|
_paq.push(["setDocumentTitle", document.domain + "/" + document.title]);
|
||||||
|
_paq.push(["disableCookies"]);
|
||||||
|
_paq.push(['trackPageView']);
|
||||||
|
_paq.push(['enableLinkTracking']);
|
||||||
|
(function() {
|
||||||
|
var u="https://terminalnetwork.matomo.cloud/";
|
||||||
|
_paq.push(['setTrackerUrl', u+'matomo.php']);
|
||||||
|
_paq.push(['setSiteId', '14']);
|
||||||
|
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
|
||||||
|
g.type='text/javascript'; g.async=true; g.defer=true; g.src='//cdn.matomo.cloud/terminalnetwork.matomo.cloud/matomo.js'; s.parentNode.insertBefore(g,s);
|
||||||
|
})();
|
||||||
|
|
||||||
|
}
|
||||||
|
document.getElementById('cookie-notice-accept').addEventListener("click", function () {
|
||||||
|
createCookie('cookie-notice-dismissed', 'wantCookies', 31);
|
||||||
|
document.getElementById('cookie-notice').style.display = 'none';
|
||||||
|
_paq.push(['trackEvent', 'Consent', 'wantCookie']);
|
||||||
|
location.reload();
|
||||||
|
});
|
||||||
|
|
||||||
|
document.getElementById('cookie-notice-decline').addEventListener("click", function () {
|
||||||
|
createCookie('cookie-notice-dismissed', 'dontWantCookies', 31);
|
||||||
|
document.getElementById('cookie-notice').style.display = 'none';
|
||||||
|
_paq.push(['trackEvent', 'Consent', 'dontWantCookie']);
|
||||||
|
location.reload();
|
||||||
|
});
|
||||||
|
|
||||||
|
// document.getElementById('cookie-notice-gimme').addEventListener("click", function () {
|
||||||
|
// createCookie('cookie-notice-dismissed', 'wantCookies', 31);
|
||||||
|
// document.getElementById('cookie-notice').style.display = 'none';
|
||||||
|
// location.reload();
|
||||||
|
// });
|
||||||
|
|
||||||
|
|
||||||
|
</script>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
404
albums/disjointed/2-ze-morning-j-m/index.html
Normal file
404
albums/disjointed/2-ze-morning-j-m/index.html
Normal file
|
|
@ -0,0 +1,404 @@
|
||||||
|
<!DOCTYPE html>
|
||||||
|
<!--
|
||||||
|
Based on _Story_ by html5up.net | @ajlkn
|
||||||
|
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
|
||||||
|
Remixed and Jekyllified by Setto
|
||||||
|
-->
|
||||||
|
<html lang="en">
|
||||||
|
<head>
|
||||||
|
<!-- Begin Jekyll SEO tag v2.6.1 -->
|
||||||
|
<meta name="generator" content="Jekyll v4.0.0" />
|
||||||
|
<meta property="og:title" content="2 Ze Morning J M" />
|
||||||
|
<meta name="author" content="pax:nion" />
|
||||||
|
<meta property="og:locale" content="en" />
|
||||||
|
<meta name="description" content="PHI, Panix Heavy Industries" />
|
||||||
|
<meta property="og:description" content="PHI, Panix Heavy Industries" />
|
||||||
|
<link rel="canonical" href="https://panix.basspistol.com/albums/disjointed/2-ze-morning-j-m/" />
|
||||||
|
<meta property="og:url" content="https://panix.basspistol.com/albums/disjointed/2-ze-morning-j-m/" />
|
||||||
|
<meta property="og:site_name" content="pax:nion" />
|
||||||
|
<meta property="og:type" content="article" />
|
||||||
|
<meta property="article:published_time" content="2020-07-05T18:07:03+00:00" />
|
||||||
|
<script type="application/ld+json">
|
||||||
|
{"description":"PHI, Panix Heavy Industries","@type":"AudioObject","headline":"2 Ze Morning J M","dateModified":"2020-07-05T18:07:00+00:00","datePublished":"2020-07-05T18:07:03+00:00","url":"https://panix.basspistol.com/albums/disjointed/2-ze-morning-j-m/","author":{"@type":"Person","name":"pax:nion"},"publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://panix.basspistol.com/assets/img/setto_icon.png"},"name":"pax:nion"},"@context":"https://schema.org"}</script>
|
||||||
|
<!-- End Jekyll SEO tag -->
|
||||||
|
|
||||||
|
<link type="application/atom+xml" rel="alternate" href="https://panix.basspistol.com/feed.xml" title="" />
|
||||||
|
<!-- BEGIN seo.html -->
|
||||||
|
|
||||||
|
<title>Play Ze Morning Jäm by Panix Hilton</title>
|
||||||
|
<meta name="title" content="Play Ze Morning Jäm by Panix Hilton" />
|
||||||
|
|
||||||
|
<meta name="dc.date.modified" scheme="ISO8601" content="2020-07-05T18:07:00+00:00" />
|
||||||
|
<meta name="robots" content="index" />
|
||||||
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||||
|
<link rel="canonical" href="https://panix.basspistol.com/albums/disjointed/2-ze-morning-j-m/" />
|
||||||
|
<link rel="alternate" hreflang="x-default" href="https://panix.basspistol.com/albums/disjointed/2-ze-morning-j-m/" />
|
||||||
|
<meta name="geo.region" content="BJ-ZO" />
|
||||||
|
<meta name="geo.placename" content="Setto" />
|
||||||
|
<meta name="geo.position" content="7.48777;2.076389" />
|
||||||
|
<meta name="ICBM" content="7.48777, 2.076389" />
|
||||||
|
|
||||||
|
<!-- Dublin Core basic info -->
|
||||||
|
|
||||||
|
<meta name="dcterms.Identifier" content="https://panix.basspistol.com" />
|
||||||
|
<meta name="dcterms.Format" content="text/html" />
|
||||||
|
<meta name="dcterms.Relation" content="pax:nion" />
|
||||||
|
<meta name="dcterms.Publisher" content="pax:nion" />
|
||||||
|
<meta name="dcterms.Type" content="text/html" />
|
||||||
|
<meta name="dcterms.Coverage" content="https://panix.basspistol.com/" />
|
||||||
|
<meta name="dcterms.Rights" content="Copyright ©2020 pax:nion." />
|
||||||
|
|
||||||
|
<meta name="dcterms.Subject" content="Listen and to a track by Panix Hilton from the release Disjointed and support your remote artist!" />
|
||||||
|
<meta name="dcterms.Title" content="Ze Morning Jäm - Panix Hilton | pax:nion" />
|
||||||
|
|
||||||
|
<meta name="dcterms.Contributor" content="pax:nion" />
|
||||||
|
<meta name="dcterms.Date" content="2020-07-05" />
|
||||||
|
<meta name="dcterms.Description" content="" />
|
||||||
|
|
||||||
|
<!-- Twitter Card -->
|
||||||
|
|
||||||
|
<meta name="twitter:card" content="summary" />
|
||||||
|
<meta name="twitter:site" content="@" />
|
||||||
|
<meta name="twitter:title" content="2 Ze Morning J M | pax:nion" />
|
||||||
|
<meta name="twitter:description" content="PHI, Panix Heavy Industries" />
|
||||||
|
|
||||||
|
<meta name="twitter:image" content="https://panix.basspistol.com/assets/albums/disjointed/2-ze-morning-j-m.jpeg" />
|
||||||
|
|
||||||
|
<!-- END seo.html -->
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<meta charset="utf-8" />
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=yes" />
|
||||||
|
<link rel="stylesheet" href="../../../assets/css/main20200519.css" />
|
||||||
|
|
||||||
|
<link rel="apple-touch-icon" href="https://panix.basspistol.com/apple-touch-icon.png" />
|
||||||
|
<link rel="icon" type="image/png" href="https://panix.basspistol.com/touch-icon.png" sizes="192x192" />
|
||||||
|
<link rel="shortcut icon" href="https://panix.basspistol.com/assets/img/setto_icon.png" type="image/png" />
|
||||||
|
<noscript><link rel="stylesheet" href="../../../assets/css/noscript20200518-rev1.css" /></noscript>
|
||||||
|
</head>
|
||||||
|
|
||||||
|
<body class="is-preload" id="body">
|
||||||
|
<span id="top" style="display: none;"></span>
|
||||||
|
<!-- Wrapper -->
|
||||||
|
<div id="wrapper" class="divided" data-cms-content-wrapper="/_layouts/default.html">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<!-- Banner -->
|
||||||
|
<section
|
||||||
|
class="banner onload-image-fade-in onload-content-fade-right style3 fullscreen content-align-center image-position-center" style="background-image:url('https://media.basspistol.com/panix/disjointed/2-ze-morning-j-m.jpeg');background-size: cover; background-repeat: no-repeat;">
|
||||||
|
<div style="z-index:0;position:absolute; top:0; left:0; width:100%;height:100%;background-color: rgba(13, 13 ,13, 0.85);"></div>
|
||||||
|
<div class="content" style="z-index:1">
|
||||||
|
<h1 style="margin-top:80px">Ze Morning Jäm</h1>
|
||||||
|
|
||||||
|
<p><strong><span id="tracktime"></span></strong><span id="zemorningjäm"></span></strong> <br />
|
||||||
|
Style: <strong>Electronic</strong>
|
||||||
|
</p>
|
||||||
|
<script type="text/javascript">
|
||||||
|
var zemorningjämtimestamp = 107;
|
||||||
|
var zemorningjämhours = Math.floor(zemorningjämtimestamp / 60 / 60);
|
||||||
|
var zemorningjämminutes = Math.floor(zemorningjämtimestamp / 60) - (zemorningjämhours * 60);
|
||||||
|
var zemorningjämseconds = zemorningjämtimestamp % 60;
|
||||||
|
var zemorningjämformatted = zemorningjämhours.toString().padStart(2, '0') + ':' + zemorningjämminutes.toString().padStart(2, '0') + ':' + zemorningjämseconds.toString().padStart(2, '0');
|
||||||
|
var theSpan = document.getElementById("zemorningjäm");
|
||||||
|
theSpan.innerHTML = zemorningjämformatted;
|
||||||
|
</script>
|
||||||
|
|
||||||
|
|
||||||
|
<ul class="actions stacked">
|
||||||
|
<li><button id="mu_pause" class="smooth-scroll-middle button icon solid fa-play">Play dat!</button></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="image">
|
||||||
|
<img src="https://media.basspistol.com/panix/disjointed/2-ze-morning-j-m.jpeg" alt="2 Ze Morning J M logo" id="coverart" />
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
|
||||||
|
|
||||||
|
<!-- Page navigation -->
|
||||||
|
<section class="wrapper style1 align-center">
|
||||||
|
<div class="inner">
|
||||||
|
<div class="index align-left">
|
||||||
|
<!-- Author -->
|
||||||
|
<section class="streambox" style="margin-top:40px;padding: 40px;">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<h3 style="text-align: center;display: block;">This track can't be bought</h3>
|
||||||
|
<p>But other tracks are available here:</p>
|
||||||
|
|
||||||
|
|
||||||
|
<div class="streamer">
|
||||||
|
|
||||||
|
|
||||||
|
<a onclick="_paq.push(['trackEvent', 'StoreLink', 'Bandcamp']);" target="_blank" rel="noopener" href="https://panixheavyindustries.bandcamp.com" alt="Stream from Bandcamp" title="Stream from Bandcamp" class="button icon brands fa-bandcamp">Bandcamp</a>
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</section>
|
||||||
|
<section>
|
||||||
|
<!-- Content -->
|
||||||
|
<div class="content">
|
||||||
|
<!-- post Naviation -->
|
||||||
|
<div style="text-align: center;">
|
||||||
|
<h3>Play more songs grom this release</h3>
|
||||||
|
</div>
|
||||||
|
<div class="post-nav">
|
||||||
|
<div>
|
||||||
|
|
||||||
|
<h4><a href="../../../albums/disjointed/1-disjointed/" alt="Read Disjointed" title="Read Disjointed"><i class="fas fa-arrow-left"></i></a> <a
|
||||||
|
href="../../../albums/disjointed/1-disjointed/"> Disjointed</a>
|
||||||
|
</h4>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
<div class="post-nav-next">
|
||||||
|
|
||||||
|
<h4><a href="../../../albums/disjointed/3-oh-yeah/"> Oh Yeah</a> <a
|
||||||
|
href="../../../albums/disjointed/3-oh-yeah/" alt="Read Oh Yeah" title="Read Oh Yeah"><i class="fas fa-arrow-right"></i></a></h4>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<!-- End Post Navigation -->
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
<!-- Audio player-->
|
||||||
|
<audio autoplay preload="true" data-matomo-title="Ze Morning Jäm">
|
||||||
|
<source src="https://media.basspistol.com/panix/disjointed/2-ze-morning-j-m.mp3" type="audio/mpeg" ontimeupdate='updateTrackTime(this);' />
|
||||||
|
<h1>Your browser isn't ready for so much hotness. Use the download-link instead.</h1>.
|
||||||
|
</audio>
|
||||||
|
<!-- Footer -->
|
||||||
|
<footer id="footer" class="wrapper style1 align-center">
|
||||||
|
<div class="footflex">
|
||||||
|
<div>
|
||||||
|
<h4>pax:nion</h4>
|
||||||
|
<p>PHI, Panix Heavy Industries
|
||||||
|
<br /><a href="mailto:"></a></p>
|
||||||
|
</div>
|
||||||
|
<div>
|
||||||
|
<ul>
|
||||||
|
<li><a href="#top" class="smooth-scroll-middle">Back to top</a></li>
|
||||||
|
<li><a href="/#album0" class="smooth-scroll-middle">music</a></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<div><img src="/assets/panix-logo-dark.svg" style="max-width:300px" alt="pax:nion Logo" /></div>
|
||||||
|
</div>
|
||||||
|
<div class="inner">
|
||||||
|
<ul class="icons">
|
||||||
|
|
||||||
|
<!-- <li><a href="mailto:" class="icon style2 fa-envelope"><span class="label">Email</span></a></li> -->
|
||||||
|
</ul>
|
||||||
|
<p>©2020 Basspistol | <a href="../../../webcreds/">Credits</a> | <a href="../../../cookies/">Cookies & Privacy</a></p>
|
||||||
|
</div>
|
||||||
|
</footer>
|
||||||
|
|
||||||
|
|
||||||
|
<script type="text/javascript">
|
||||||
|
function loadUrl(newLocation) {
|
||||||
|
window.location = newLocation;
|
||||||
|
return false;
|
||||||
|
}
|
||||||
|
|
||||||
|
var mu = document.getElementsByTagName("audio")[0];
|
||||||
|
var pauseButton = document.getElementById("mu_pause");
|
||||||
|
var spincover = document.getElementById("coverart");
|
||||||
|
|
||||||
|
mu.addEventListener('ended', function () {
|
||||||
|
// only functional if "loop" is removed
|
||||||
|
mu.pause();
|
||||||
|
mu.currentTime = 0;
|
||||||
|
loadUrl("../../../disjointed/3-oh-yeah/"); return false;
|
||||||
|
});
|
||||||
|
mu.onplaying = function() {
|
||||||
|
pauseButton.innerHTML = "Pause";
|
||||||
|
pauseButton.classList.remove("fa-play");
|
||||||
|
pauseButton.classList.add("fa-pause");
|
||||||
|
spincover.classList.add("spinnit");
|
||||||
|
spincover.classList.remove("paused");
|
||||||
|
};
|
||||||
|
|
||||||
|
pauseButton.addEventListener("click", function () {
|
||||||
|
if (mu.paused) {
|
||||||
|
mu.play();
|
||||||
|
|
||||||
|
}
|
||||||
|
else {
|
||||||
|
mu.pause();
|
||||||
|
pauseButton.innerHTML = "Resume";
|
||||||
|
pauseButton.classList.add("fa-play");
|
||||||
|
pauseButton.classList.remove("fa-pause");
|
||||||
|
spincover.classList.add("paused");
|
||||||
|
}
|
||||||
|
});
|
||||||
|
|
||||||
|
mu.addEventListener('timeupdate', function () {
|
||||||
|
var timestamp = Math.floor(mu.currentTime);
|
||||||
|
var hours = Math.floor(timestamp / 60 / 60);
|
||||||
|
var minutes = Math.floor(timestamp / 60) - (hours * 60);
|
||||||
|
var seconds = timestamp % 60;
|
||||||
|
var formatted = hours.toString().padStart(2, '0') + ':' + minutes.toString().padStart(2, '0') + ':' + seconds.toString().padStart(2, '0');
|
||||||
|
var thecurrentSpan = document.getElementById("tracktime");
|
||||||
|
thecurrentSpan.innerHTML = formatted + ' / ';
|
||||||
|
});
|
||||||
|
|
||||||
|
</script>
|
||||||
|
</div>
|
||||||
|
<!-- Navigation -->
|
||||||
|
<div id="logo" class="logo">
|
||||||
|
<a href="/" class="smooth-scroll-middle"><img width="200em" src="/assets/panix-logo.svg" alt=" Logo" /></a>
|
||||||
|
<a href="#navbar" onclick="blurBody()" alt="Navigation Menu" title="Navigation Menu"><span style="font-size: 34px;" class="icon solid fa-bars"></span></a>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div id="navbar" style="display: block;" class="modalDialog">
|
||||||
|
<a href="#close" onclick="removeBlur()" alt="Close Menu" title="Close Menu"><div id="closearea"> </div></a>
|
||||||
|
<nav>
|
||||||
|
<a href="#close" title="Close" onclick="removeBlur()" class="close-button close" style="margin: 0 auto;">X</a>
|
||||||
|
<ul>
|
||||||
|
|
||||||
|
|
||||||
|
<li><a href="../../../" class="button small">Home</a></li>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<li><a href="../../../releases/" class="button small">Releases</a></li>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<li><a href="../../../logs/" class="button small">Web-Log</a></li>
|
||||||
|
|
||||||
|
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
</nav>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
<!-- End Navigation -->
|
||||||
|
<!-- Scripts -->
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<script src="../../../assets/js/jquery.min.js"></script>
|
||||||
|
<script src="../../../assets/js/jquery.scrollex.min.js"></script>
|
||||||
|
<script src="../../../assets/js/jquery.scrolly.min.js"></script>
|
||||||
|
<script src="../../../assets/js/browser.min.js"></script>
|
||||||
|
<script src="../../../assets/js/breakpoints.min.js"></script>
|
||||||
|
<script src="../../../assets/js/util.js"></script>
|
||||||
|
<script src="../../../assets/js/main.js"></script>
|
||||||
|
<script src="../../../assets/js/set.js"></script>
|
||||||
|
|
||||||
|
|
||||||
|
<div id="cookie-notice">
|
||||||
|
<p>We only use cookies if you consent to it. They don't contain any identifiable info: they just let us know if you enjoyed this enough to come back. <br />Click <a href="#" id="cookie-notice-decline">here</a> if you want this shit to go away without cookies. <br />Read more about how Basspistol <a href="/cookies/">use cookies</a> </p>
|
||||||
|
<a class="button small yes" href="#" id="cookie-notice-accept">I'm in!</a>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<script>
|
||||||
|
function createCookie(name, value, days) {
|
||||||
|
var expires = "";
|
||||||
|
if (days) {
|
||||||
|
var date = new Date();
|
||||||
|
date.setTime(date.getTime() + (days * 24 * 60 * 60 * 1000));
|
||||||
|
expires = "; expires=" + date.toUTCString();
|
||||||
|
}
|
||||||
|
document.cookie = name + "=" + value + expires + "; path=/";
|
||||||
|
}
|
||||||
|
function readCookie(name) {
|
||||||
|
var nameEQ = name + "=";
|
||||||
|
var ca = document.cookie.split(';');
|
||||||
|
for (var i = 0; i < ca.length; i++) {
|
||||||
|
var c = ca[i];
|
||||||
|
while (c.charAt(0) == ' ') c = c.substring(1, c.length);
|
||||||
|
if (c.indexOf(nameEQ) == 0) return c.substring(nameEQ.length, c.length);
|
||||||
|
}
|
||||||
|
return null;
|
||||||
|
}
|
||||||
|
function eraseCookie(name) {
|
||||||
|
createCookie(name, "", -1);
|
||||||
|
}
|
||||||
|
|
||||||
|
if (readCookie('cookie-notice-dismissed') == 'wantCookies') {
|
||||||
|
|
||||||
|
//* Matomo Tag Manager *//
|
||||||
|
|
||||||
|
var _mtm = _mtm || [];
|
||||||
|
_mtm.push({'mtm.startTime': (new Date().getTime()), 'event': 'mtm.Start'});
|
||||||
|
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
|
||||||
|
g.type='text/javascript'; g.async=true; g.defer=true; g.src='https://cdn.matomo.cloud/terminalnetwork.matomo.cloud/container_aJ0T3vZ5.js'; s.parentNode.insertBefore(g,s);
|
||||||
|
|
||||||
|
//* End Matomo Tag Manager *//
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
} else {
|
||||||
|
document.getElementById('cookie-notice').style.display = 'flex';
|
||||||
|
|
||||||
|
var _paq = window._paq || [];
|
||||||
|
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */
|
||||||
|
_paq.push(["setDocumentTitle", document.domain + "/" + document.title]);
|
||||||
|
_paq.push(["disableCookies"]);
|
||||||
|
_paq.push(['trackPageView']);
|
||||||
|
_paq.push(['enableLinkTracking']);
|
||||||
|
(function() {
|
||||||
|
var u="https://terminalnetwork.matomo.cloud/";
|
||||||
|
_paq.push(['setTrackerUrl', u+'matomo.php']);
|
||||||
|
_paq.push(['setSiteId', '14']);
|
||||||
|
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
|
||||||
|
g.type='text/javascript'; g.async=true; g.defer=true; g.src='//cdn.matomo.cloud/terminalnetwork.matomo.cloud/matomo.js'; s.parentNode.insertBefore(g,s);
|
||||||
|
})();
|
||||||
|
|
||||||
|
|
||||||
|
}
|
||||||
|
if (readCookie('cookie-notice-dismissed') == 'dontWantCookies') {
|
||||||
|
document.getElementById('cookie-notice').style.display = 'none';
|
||||||
|
|
||||||
|
var _paq = window._paq || [];
|
||||||
|
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */
|
||||||
|
_paq.push(["setDocumentTitle", document.domain + "/" + document.title]);
|
||||||
|
_paq.push(["disableCookies"]);
|
||||||
|
_paq.push(['trackPageView']);
|
||||||
|
_paq.push(['enableLinkTracking']);
|
||||||
|
(function() {
|
||||||
|
var u="https://terminalnetwork.matomo.cloud/";
|
||||||
|
_paq.push(['setTrackerUrl', u+'matomo.php']);
|
||||||
|
_paq.push(['setSiteId', '14']);
|
||||||
|
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
|
||||||
|
g.type='text/javascript'; g.async=true; g.defer=true; g.src='//cdn.matomo.cloud/terminalnetwork.matomo.cloud/matomo.js'; s.parentNode.insertBefore(g,s);
|
||||||
|
})();
|
||||||
|
|
||||||
|
}
|
||||||
|
document.getElementById('cookie-notice-accept').addEventListener("click", function () {
|
||||||
|
createCookie('cookie-notice-dismissed', 'wantCookies', 31);
|
||||||
|
document.getElementById('cookie-notice').style.display = 'none';
|
||||||
|
_paq.push(['trackEvent', 'Consent', 'wantCookie']);
|
||||||
|
location.reload();
|
||||||
|
});
|
||||||
|
|
||||||
|
document.getElementById('cookie-notice-decline').addEventListener("click", function () {
|
||||||
|
createCookie('cookie-notice-dismissed', 'dontWantCookies', 31);
|
||||||
|
document.getElementById('cookie-notice').style.display = 'none';
|
||||||
|
_paq.push(['trackEvent', 'Consent', 'dontWantCookie']);
|
||||||
|
location.reload();
|
||||||
|
});
|
||||||
|
|
||||||
|
// document.getElementById('cookie-notice-gimme').addEventListener("click", function () {
|
||||||
|
// createCookie('cookie-notice-dismissed', 'wantCookies', 31);
|
||||||
|
// document.getElementById('cookie-notice').style.display = 'none';
|
||||||
|
// location.reload();
|
||||||
|
// });
|
||||||
|
|
||||||
|
|
||||||
|
</script>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
404
albums/disjointed/3-oh-yeah/index.html
Normal file
404
albums/disjointed/3-oh-yeah/index.html
Normal file
|
|
@ -0,0 +1,404 @@
|
||||||
|
<!DOCTYPE html>
|
||||||
|
<!--
|
||||||
|
Based on _Story_ by html5up.net | @ajlkn
|
||||||
|
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
|
||||||
|
Remixed and Jekyllified by Setto
|
||||||
|
-->
|
||||||
|
<html lang="en">
|
||||||
|
<head>
|
||||||
|
<!-- Begin Jekyll SEO tag v2.6.1 -->
|
||||||
|
<meta name="generator" content="Jekyll v4.0.0" />
|
||||||
|
<meta property="og:title" content="3 Oh Yeah" />
|
||||||
|
<meta name="author" content="pax:nion" />
|
||||||
|
<meta property="og:locale" content="en" />
|
||||||
|
<meta name="description" content="PHI, Panix Heavy Industries" />
|
||||||
|
<meta property="og:description" content="PHI, Panix Heavy Industries" />
|
||||||
|
<link rel="canonical" href="https://panix.basspistol.com/albums/disjointed/3-oh-yeah/" />
|
||||||
|
<meta property="og:url" content="https://panix.basspistol.com/albums/disjointed/3-oh-yeah/" />
|
||||||
|
<meta property="og:site_name" content="pax:nion" />
|
||||||
|
<meta property="og:type" content="article" />
|
||||||
|
<meta property="article:published_time" content="2020-07-05T18:07:03+00:00" />
|
||||||
|
<script type="application/ld+json">
|
||||||
|
{"description":"PHI, Panix Heavy Industries","@type":"AudioObject","headline":"3 Oh Yeah","dateModified":"2020-07-05T18:07:00+00:00","datePublished":"2020-07-05T18:07:03+00:00","url":"https://panix.basspistol.com/albums/disjointed/3-oh-yeah/","author":{"@type":"Person","name":"pax:nion"},"publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://panix.basspistol.com/assets/img/setto_icon.png"},"name":"pax:nion"},"@context":"https://schema.org"}</script>
|
||||||
|
<!-- End Jekyll SEO tag -->
|
||||||
|
|
||||||
|
<link type="application/atom+xml" rel="alternate" href="https://panix.basspistol.com/feed.xml" title="" />
|
||||||
|
<!-- BEGIN seo.html -->
|
||||||
|
|
||||||
|
<title>Play Oh Yeah by Panix Hilton</title>
|
||||||
|
<meta name="title" content="Play Oh Yeah by Panix Hilton" />
|
||||||
|
|
||||||
|
<meta name="dc.date.modified" scheme="ISO8601" content="2020-07-05T18:07:00+00:00" />
|
||||||
|
<meta name="robots" content="index" />
|
||||||
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||||
|
<link rel="canonical" href="https://panix.basspistol.com/albums/disjointed/3-oh-yeah/" />
|
||||||
|
<link rel="alternate" hreflang="x-default" href="https://panix.basspistol.com/albums/disjointed/3-oh-yeah/" />
|
||||||
|
<meta name="geo.region" content="BJ-ZO" />
|
||||||
|
<meta name="geo.placename" content="Setto" />
|
||||||
|
<meta name="geo.position" content="7.48777;2.076389" />
|
||||||
|
<meta name="ICBM" content="7.48777, 2.076389" />
|
||||||
|
|
||||||
|
<!-- Dublin Core basic info -->
|
||||||
|
|
||||||
|
<meta name="dcterms.Identifier" content="https://panix.basspistol.com" />
|
||||||
|
<meta name="dcterms.Format" content="text/html" />
|
||||||
|
<meta name="dcterms.Relation" content="pax:nion" />
|
||||||
|
<meta name="dcterms.Publisher" content="pax:nion" />
|
||||||
|
<meta name="dcterms.Type" content="text/html" />
|
||||||
|
<meta name="dcterms.Coverage" content="https://panix.basspistol.com/" />
|
||||||
|
<meta name="dcterms.Rights" content="Copyright ©2020 pax:nion." />
|
||||||
|
|
||||||
|
<meta name="dcterms.Subject" content="Listen and to a track by Panix Hilton from the release Disjointed and support your remote artist!" />
|
||||||
|
<meta name="dcterms.Title" content="Oh Yeah - Panix Hilton | pax:nion" />
|
||||||
|
|
||||||
|
<meta name="dcterms.Contributor" content="pax:nion" />
|
||||||
|
<meta name="dcterms.Date" content="2020-07-05" />
|
||||||
|
<meta name="dcterms.Description" content="" />
|
||||||
|
|
||||||
|
<!-- Twitter Card -->
|
||||||
|
|
||||||
|
<meta name="twitter:card" content="summary" />
|
||||||
|
<meta name="twitter:site" content="@" />
|
||||||
|
<meta name="twitter:title" content="3 Oh Yeah | pax:nion" />
|
||||||
|
<meta name="twitter:description" content="PHI, Panix Heavy Industries" />
|
||||||
|
|
||||||
|
<meta name="twitter:image" content="https://panix.basspistol.com/assets/albums/disjointed/3-oh-yeah.jpeg" />
|
||||||
|
|
||||||
|
<!-- END seo.html -->
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<meta charset="utf-8" />
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=yes" />
|
||||||
|
<link rel="stylesheet" href="../../../assets/css/main20200519.css" />
|
||||||
|
|
||||||
|
<link rel="apple-touch-icon" href="https://panix.basspistol.com/apple-touch-icon.png" />
|
||||||
|
<link rel="icon" type="image/png" href="https://panix.basspistol.com/touch-icon.png" sizes="192x192" />
|
||||||
|
<link rel="shortcut icon" href="https://panix.basspistol.com/assets/img/setto_icon.png" type="image/png" />
|
||||||
|
<noscript><link rel="stylesheet" href="../../../assets/css/noscript20200518-rev1.css" /></noscript>
|
||||||
|
</head>
|
||||||
|
|
||||||
|
<body class="is-preload" id="body">
|
||||||
|
<span id="top" style="display: none;"></span>
|
||||||
|
<!-- Wrapper -->
|
||||||
|
<div id="wrapper" class="divided" data-cms-content-wrapper="/_layouts/default.html">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<!-- Banner -->
|
||||||
|
<section
|
||||||
|
class="banner onload-image-fade-in onload-content-fade-right style3 fullscreen content-align-center image-position-center" style="background-image:url('https://media.basspistol.com/panix/disjointed/3-oh-yeah.jpeg');background-size: cover; background-repeat: no-repeat;">
|
||||||
|
<div style="z-index:0;position:absolute; top:0; left:0; width:100%;height:100%;background-color: rgba(13, 13 ,13, 0.85);"></div>
|
||||||
|
<div class="content" style="z-index:1">
|
||||||
|
<h1 style="margin-top:80px">Oh Yeah</h1>
|
||||||
|
|
||||||
|
<p><strong><span id="tracktime"></span></strong><span id="ohyeah"></span></strong> <br />
|
||||||
|
Style: <strong>Electronic</strong>
|
||||||
|
</p>
|
||||||
|
<script type="text/javascript">
|
||||||
|
var ohyeahtimestamp = 144;
|
||||||
|
var ohyeahhours = Math.floor(ohyeahtimestamp / 60 / 60);
|
||||||
|
var ohyeahminutes = Math.floor(ohyeahtimestamp / 60) - (ohyeahhours * 60);
|
||||||
|
var ohyeahseconds = ohyeahtimestamp % 60;
|
||||||
|
var ohyeahformatted = ohyeahhours.toString().padStart(2, '0') + ':' + ohyeahminutes.toString().padStart(2, '0') + ':' + ohyeahseconds.toString().padStart(2, '0');
|
||||||
|
var theSpan = document.getElementById("ohyeah");
|
||||||
|
theSpan.innerHTML = ohyeahformatted;
|
||||||
|
</script>
|
||||||
|
|
||||||
|
|
||||||
|
<ul class="actions stacked">
|
||||||
|
<li><button id="mu_pause" class="smooth-scroll-middle button icon solid fa-play">Play dat!</button></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="image">
|
||||||
|
<img src="https://media.basspistol.com/panix/disjointed/3-oh-yeah.jpeg" alt="3 Oh Yeah logo" id="coverart" />
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
|
||||||
|
|
||||||
|
<!-- Page navigation -->
|
||||||
|
<section class="wrapper style1 align-center">
|
||||||
|
<div class="inner">
|
||||||
|
<div class="index align-left">
|
||||||
|
<!-- Author -->
|
||||||
|
<section class="streambox" style="margin-top:40px;padding: 40px;">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<h3 style="text-align: center;display: block;">This track can't be bought</h3>
|
||||||
|
<p>But other tracks are available here:</p>
|
||||||
|
|
||||||
|
|
||||||
|
<div class="streamer">
|
||||||
|
|
||||||
|
|
||||||
|
<a onclick="_paq.push(['trackEvent', 'StoreLink', 'Bandcamp']);" target="_blank" rel="noopener" href="https://panixheavyindustries.bandcamp.com" alt="Stream from Bandcamp" title="Stream from Bandcamp" class="button icon brands fa-bandcamp">Bandcamp</a>
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</section>
|
||||||
|
<section>
|
||||||
|
<!-- Content -->
|
||||||
|
<div class="content">
|
||||||
|
<!-- post Naviation -->
|
||||||
|
<div style="text-align: center;">
|
||||||
|
<h3>Play more songs grom this release</h3>
|
||||||
|
</div>
|
||||||
|
<div class="post-nav">
|
||||||
|
<div>
|
||||||
|
|
||||||
|
<h4><a href="../../../albums/disjointed/2-ze-morning-j-m/" alt="Read Ze Morning Jäm" title="Read Ze Morning Jäm"><i class="fas fa-arrow-left"></i></a> <a
|
||||||
|
href="../../../albums/disjointed/2-ze-morning-j-m/"> Ze Morning Jäm</a>
|
||||||
|
</h4>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
<div class="post-nav-next">
|
||||||
|
|
||||||
|
<h4><a href="../../../albums/disjointed/4-fluting/"> Fluting</a> <a
|
||||||
|
href="../../../albums/disjointed/4-fluting/" alt="Read Fluting" title="Read Fluting"><i class="fas fa-arrow-right"></i></a></h4>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<!-- End Post Navigation -->
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
<!-- Audio player-->
|
||||||
|
<audio autoplay preload="true" data-matomo-title="Oh Yeah">
|
||||||
|
<source src="https://media.basspistol.com/panix/disjointed/3-oh-yeah.mp3" type="audio/mpeg" ontimeupdate='updateTrackTime(this);' />
|
||||||
|
<h1>Your browser isn't ready for so much hotness. Use the download-link instead.</h1>.
|
||||||
|
</audio>
|
||||||
|
<!-- Footer -->
|
||||||
|
<footer id="footer" class="wrapper style1 align-center">
|
||||||
|
<div class="footflex">
|
||||||
|
<div>
|
||||||
|
<h4>pax:nion</h4>
|
||||||
|
<p>PHI, Panix Heavy Industries
|
||||||
|
<br /><a href="mailto:"></a></p>
|
||||||
|
</div>
|
||||||
|
<div>
|
||||||
|
<ul>
|
||||||
|
<li><a href="#top" class="smooth-scroll-middle">Back to top</a></li>
|
||||||
|
<li><a href="/#album0" class="smooth-scroll-middle">music</a></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<div><img src="/assets/panix-logo-dark.svg" style="max-width:300px" alt="pax:nion Logo" /></div>
|
||||||
|
</div>
|
||||||
|
<div class="inner">
|
||||||
|
<ul class="icons">
|
||||||
|
|
||||||
|
<!-- <li><a href="mailto:" class="icon style2 fa-envelope"><span class="label">Email</span></a></li> -->
|
||||||
|
</ul>
|
||||||
|
<p>©2020 Basspistol | <a href="../../../webcreds/">Credits</a> | <a href="../../../cookies/">Cookies & Privacy</a></p>
|
||||||
|
</div>
|
||||||
|
</footer>
|
||||||
|
|
||||||
|
|
||||||
|
<script type="text/javascript">
|
||||||
|
function loadUrl(newLocation) {
|
||||||
|
window.location = newLocation;
|
||||||
|
return false;
|
||||||
|
}
|
||||||
|
|
||||||
|
var mu = document.getElementsByTagName("audio")[0];
|
||||||
|
var pauseButton = document.getElementById("mu_pause");
|
||||||
|
var spincover = document.getElementById("coverart");
|
||||||
|
|
||||||
|
mu.addEventListener('ended', function () {
|
||||||
|
// only functional if "loop" is removed
|
||||||
|
mu.pause();
|
||||||
|
mu.currentTime = 0;
|
||||||
|
loadUrl("../../../disjointed/4-fluting/"); return false;
|
||||||
|
});
|
||||||
|
mu.onplaying = function() {
|
||||||
|
pauseButton.innerHTML = "Pause";
|
||||||
|
pauseButton.classList.remove("fa-play");
|
||||||
|
pauseButton.classList.add("fa-pause");
|
||||||
|
spincover.classList.add("spinnit");
|
||||||
|
spincover.classList.remove("paused");
|
||||||
|
};
|
||||||
|
|
||||||
|
pauseButton.addEventListener("click", function () {
|
||||||
|
if (mu.paused) {
|
||||||
|
mu.play();
|
||||||
|
|
||||||
|
}
|
||||||
|
else {
|
||||||
|
mu.pause();
|
||||||
|
pauseButton.innerHTML = "Resume";
|
||||||
|
pauseButton.classList.add("fa-play");
|
||||||
|
pauseButton.classList.remove("fa-pause");
|
||||||
|
spincover.classList.add("paused");
|
||||||
|
}
|
||||||
|
});
|
||||||
|
|
||||||
|
mu.addEventListener('timeupdate', function () {
|
||||||
|
var timestamp = Math.floor(mu.currentTime);
|
||||||
|
var hours = Math.floor(timestamp / 60 / 60);
|
||||||
|
var minutes = Math.floor(timestamp / 60) - (hours * 60);
|
||||||
|
var seconds = timestamp % 60;
|
||||||
|
var formatted = hours.toString().padStart(2, '0') + ':' + minutes.toString().padStart(2, '0') + ':' + seconds.toString().padStart(2, '0');
|
||||||
|
var thecurrentSpan = document.getElementById("tracktime");
|
||||||
|
thecurrentSpan.innerHTML = formatted + ' / ';
|
||||||
|
});
|
||||||
|
|
||||||
|
</script>
|
||||||
|
</div>
|
||||||
|
<!-- Navigation -->
|
||||||
|
<div id="logo" class="logo">
|
||||||
|
<a href="/" class="smooth-scroll-middle"><img width="200em" src="/assets/panix-logo.svg" alt=" Logo" /></a>
|
||||||
|
<a href="#navbar" onclick="blurBody()" alt="Navigation Menu" title="Navigation Menu"><span style="font-size: 34px;" class="icon solid fa-bars"></span></a>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div id="navbar" style="display: block;" class="modalDialog">
|
||||||
|
<a href="#close" onclick="removeBlur()" alt="Close Menu" title="Close Menu"><div id="closearea"> </div></a>
|
||||||
|
<nav>
|
||||||
|
<a href="#close" title="Close" onclick="removeBlur()" class="close-button close" style="margin: 0 auto;">X</a>
|
||||||
|
<ul>
|
||||||
|
|
||||||
|
|
||||||
|
<li><a href="../../../" class="button small">Home</a></li>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<li><a href="../../../releases/" class="button small">Releases</a></li>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<li><a href="../../../logs/" class="button small">Web-Log</a></li>
|
||||||
|
|
||||||
|
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
</nav>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
<!-- End Navigation -->
|
||||||
|
<!-- Scripts -->
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<script src="../../../assets/js/jquery.min.js"></script>
|
||||||
|
<script src="../../../assets/js/jquery.scrollex.min.js"></script>
|
||||||
|
<script src="../../../assets/js/jquery.scrolly.min.js"></script>
|
||||||
|
<script src="../../../assets/js/browser.min.js"></script>
|
||||||
|
<script src="../../../assets/js/breakpoints.min.js"></script>
|
||||||
|
<script src="../../../assets/js/util.js"></script>
|
||||||
|
<script src="../../../assets/js/main.js"></script>
|
||||||
|
<script src="../../../assets/js/set.js"></script>
|
||||||
|
|
||||||
|
|
||||||
|
<div id="cookie-notice">
|
||||||
|
<p>We only use cookies if you consent to it. They don't contain any identifiable info: they just let us know if you enjoyed this enough to come back. <br />Click <a href="#" id="cookie-notice-decline">here</a> if you want this shit to go away without cookies. <br />Read more about how Basspistol <a href="/cookies/">use cookies</a> </p>
|
||||||
|
<a class="button small yes" href="#" id="cookie-notice-accept">I'm in!</a>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<script>
|
||||||
|
function createCookie(name, value, days) {
|
||||||
|
var expires = "";
|
||||||
|
if (days) {
|
||||||
|
var date = new Date();
|
||||||
|
date.setTime(date.getTime() + (days * 24 * 60 * 60 * 1000));
|
||||||
|
expires = "; expires=" + date.toUTCString();
|
||||||
|
}
|
||||||
|
document.cookie = name + "=" + value + expires + "; path=/";
|
||||||
|
}
|
||||||
|
function readCookie(name) {
|
||||||
|
var nameEQ = name + "=";
|
||||||
|
var ca = document.cookie.split(';');
|
||||||
|
for (var i = 0; i < ca.length; i++) {
|
||||||
|
var c = ca[i];
|
||||||
|
while (c.charAt(0) == ' ') c = c.substring(1, c.length);
|
||||||
|
if (c.indexOf(nameEQ) == 0) return c.substring(nameEQ.length, c.length);
|
||||||
|
}
|
||||||
|
return null;
|
||||||
|
}
|
||||||
|
function eraseCookie(name) {
|
||||||
|
createCookie(name, "", -1);
|
||||||
|
}
|
||||||
|
|
||||||
|
if (readCookie('cookie-notice-dismissed') == 'wantCookies') {
|
||||||
|
|
||||||
|
//* Matomo Tag Manager *//
|
||||||
|
|
||||||
|
var _mtm = _mtm || [];
|
||||||
|
_mtm.push({'mtm.startTime': (new Date().getTime()), 'event': 'mtm.Start'});
|
||||||
|
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
|
||||||
|
g.type='text/javascript'; g.async=true; g.defer=true; g.src='https://cdn.matomo.cloud/terminalnetwork.matomo.cloud/container_aJ0T3vZ5.js'; s.parentNode.insertBefore(g,s);
|
||||||
|
|
||||||
|
//* End Matomo Tag Manager *//
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
} else {
|
||||||
|
document.getElementById('cookie-notice').style.display = 'flex';
|
||||||
|
|
||||||
|
var _paq = window._paq || [];
|
||||||
|
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */
|
||||||
|
_paq.push(["setDocumentTitle", document.domain + "/" + document.title]);
|
||||||
|
_paq.push(["disableCookies"]);
|
||||||
|
_paq.push(['trackPageView']);
|
||||||
|
_paq.push(['enableLinkTracking']);
|
||||||
|
(function() {
|
||||||
|
var u="https://terminalnetwork.matomo.cloud/";
|
||||||
|
_paq.push(['setTrackerUrl', u+'matomo.php']);
|
||||||
|
_paq.push(['setSiteId', '14']);
|
||||||
|
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
|
||||||
|
g.type='text/javascript'; g.async=true; g.defer=true; g.src='//cdn.matomo.cloud/terminalnetwork.matomo.cloud/matomo.js'; s.parentNode.insertBefore(g,s);
|
||||||
|
})();
|
||||||
|
|
||||||
|
|
||||||
|
}
|
||||||
|
if (readCookie('cookie-notice-dismissed') == 'dontWantCookies') {
|
||||||
|
document.getElementById('cookie-notice').style.display = 'none';
|
||||||
|
|
||||||
|
var _paq = window._paq || [];
|
||||||
|
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */
|
||||||
|
_paq.push(["setDocumentTitle", document.domain + "/" + document.title]);
|
||||||
|
_paq.push(["disableCookies"]);
|
||||||
|
_paq.push(['trackPageView']);
|
||||||
|
_paq.push(['enableLinkTracking']);
|
||||||
|
(function() {
|
||||||
|
var u="https://terminalnetwork.matomo.cloud/";
|
||||||
|
_paq.push(['setTrackerUrl', u+'matomo.php']);
|
||||||
|
_paq.push(['setSiteId', '14']);
|
||||||
|
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
|
||||||
|
g.type='text/javascript'; g.async=true; g.defer=true; g.src='//cdn.matomo.cloud/terminalnetwork.matomo.cloud/matomo.js'; s.parentNode.insertBefore(g,s);
|
||||||
|
})();
|
||||||
|
|
||||||
|
}
|
||||||
|
document.getElementById('cookie-notice-accept').addEventListener("click", function () {
|
||||||
|
createCookie('cookie-notice-dismissed', 'wantCookies', 31);
|
||||||
|
document.getElementById('cookie-notice').style.display = 'none';
|
||||||
|
_paq.push(['trackEvent', 'Consent', 'wantCookie']);
|
||||||
|
location.reload();
|
||||||
|
});
|
||||||
|
|
||||||
|
document.getElementById('cookie-notice-decline').addEventListener("click", function () {
|
||||||
|
createCookie('cookie-notice-dismissed', 'dontWantCookies', 31);
|
||||||
|
document.getElementById('cookie-notice').style.display = 'none';
|
||||||
|
_paq.push(['trackEvent', 'Consent', 'dontWantCookie']);
|
||||||
|
location.reload();
|
||||||
|
});
|
||||||
|
|
||||||
|
// document.getElementById('cookie-notice-gimme').addEventListener("click", function () {
|
||||||
|
// createCookie('cookie-notice-dismissed', 'wantCookies', 31);
|
||||||
|
// document.getElementById('cookie-notice').style.display = 'none';
|
||||||
|
// location.reload();
|
||||||
|
// });
|
||||||
|
|
||||||
|
|
||||||
|
</script>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
404
albums/disjointed/4-fluting/index.html
Normal file
404
albums/disjointed/4-fluting/index.html
Normal file
|
|
@ -0,0 +1,404 @@
|
||||||
|
<!DOCTYPE html>
|
||||||
|
<!--
|
||||||
|
Based on _Story_ by html5up.net | @ajlkn
|
||||||
|
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
|
||||||
|
Remixed and Jekyllified by Setto
|
||||||
|
-->
|
||||||
|
<html lang="en">
|
||||||
|
<head>
|
||||||
|
<!-- Begin Jekyll SEO tag v2.6.1 -->
|
||||||
|
<meta name="generator" content="Jekyll v4.0.0" />
|
||||||
|
<meta property="og:title" content="4 Fluting" />
|
||||||
|
<meta name="author" content="pax:nion" />
|
||||||
|
<meta property="og:locale" content="en" />
|
||||||
|
<meta name="description" content="PHI, Panix Heavy Industries" />
|
||||||
|
<meta property="og:description" content="PHI, Panix Heavy Industries" />
|
||||||
|
<link rel="canonical" href="https://panix.basspistol.com/albums/disjointed/4-fluting/" />
|
||||||
|
<meta property="og:url" content="https://panix.basspistol.com/albums/disjointed/4-fluting/" />
|
||||||
|
<meta property="og:site_name" content="pax:nion" />
|
||||||
|
<meta property="og:type" content="article" />
|
||||||
|
<meta property="article:published_time" content="2020-07-05T18:07:03+00:00" />
|
||||||
|
<script type="application/ld+json">
|
||||||
|
{"description":"PHI, Panix Heavy Industries","@type":"AudioObject","headline":"4 Fluting","dateModified":"2020-07-05T18:07:00+00:00","datePublished":"2020-07-05T18:07:03+00:00","url":"https://panix.basspistol.com/albums/disjointed/4-fluting/","author":{"@type":"Person","name":"pax:nion"},"publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://panix.basspistol.com/assets/img/setto_icon.png"},"name":"pax:nion"},"@context":"https://schema.org"}</script>
|
||||||
|
<!-- End Jekyll SEO tag -->
|
||||||
|
|
||||||
|
<link type="application/atom+xml" rel="alternate" href="https://panix.basspistol.com/feed.xml" title="" />
|
||||||
|
<!-- BEGIN seo.html -->
|
||||||
|
|
||||||
|
<title>Play Fluting by Panix Hilton</title>
|
||||||
|
<meta name="title" content="Play Fluting by Panix Hilton" />
|
||||||
|
|
||||||
|
<meta name="dc.date.modified" scheme="ISO8601" content="2020-07-05T18:07:00+00:00" />
|
||||||
|
<meta name="robots" content="index" />
|
||||||
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||||
|
<link rel="canonical" href="https://panix.basspistol.com/albums/disjointed/4-fluting/" />
|
||||||
|
<link rel="alternate" hreflang="x-default" href="https://panix.basspistol.com/albums/disjointed/4-fluting/" />
|
||||||
|
<meta name="geo.region" content="BJ-ZO" />
|
||||||
|
<meta name="geo.placename" content="Setto" />
|
||||||
|
<meta name="geo.position" content="7.48777;2.076389" />
|
||||||
|
<meta name="ICBM" content="7.48777, 2.076389" />
|
||||||
|
|
||||||
|
<!-- Dublin Core basic info -->
|
||||||
|
|
||||||
|
<meta name="dcterms.Identifier" content="https://panix.basspistol.com" />
|
||||||
|
<meta name="dcterms.Format" content="text/html" />
|
||||||
|
<meta name="dcterms.Relation" content="pax:nion" />
|
||||||
|
<meta name="dcterms.Publisher" content="pax:nion" />
|
||||||
|
<meta name="dcterms.Type" content="text/html" />
|
||||||
|
<meta name="dcterms.Coverage" content="https://panix.basspistol.com/" />
|
||||||
|
<meta name="dcterms.Rights" content="Copyright ©2020 pax:nion." />
|
||||||
|
|
||||||
|
<meta name="dcterms.Subject" content="Listen and to a track by Panix Hilton from the release Disjointed and support your remote artist!" />
|
||||||
|
<meta name="dcterms.Title" content="Fluting - Panix Hilton | pax:nion" />
|
||||||
|
|
||||||
|
<meta name="dcterms.Contributor" content="pax:nion" />
|
||||||
|
<meta name="dcterms.Date" content="2020-07-05" />
|
||||||
|
<meta name="dcterms.Description" content="" />
|
||||||
|
|
||||||
|
<!-- Twitter Card -->
|
||||||
|
|
||||||
|
<meta name="twitter:card" content="summary" />
|
||||||
|
<meta name="twitter:site" content="@" />
|
||||||
|
<meta name="twitter:title" content="4 Fluting | pax:nion" />
|
||||||
|
<meta name="twitter:description" content="PHI, Panix Heavy Industries" />
|
||||||
|
|
||||||
|
<meta name="twitter:image" content="https://panix.basspistol.com/assets/albums/disjointed/4-fluting.jpeg" />
|
||||||
|
|
||||||
|
<!-- END seo.html -->
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<meta charset="utf-8" />
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=yes" />
|
||||||
|
<link rel="stylesheet" href="../../../assets/css/main20200519.css" />
|
||||||
|
|
||||||
|
<link rel="apple-touch-icon" href="https://panix.basspistol.com/apple-touch-icon.png" />
|
||||||
|
<link rel="icon" type="image/png" href="https://panix.basspistol.com/touch-icon.png" sizes="192x192" />
|
||||||
|
<link rel="shortcut icon" href="https://panix.basspistol.com/assets/img/setto_icon.png" type="image/png" />
|
||||||
|
<noscript><link rel="stylesheet" href="../../../assets/css/noscript20200518-rev1.css" /></noscript>
|
||||||
|
</head>
|
||||||
|
|
||||||
|
<body class="is-preload" id="body">
|
||||||
|
<span id="top" style="display: none;"></span>
|
||||||
|
<!-- Wrapper -->
|
||||||
|
<div id="wrapper" class="divided" data-cms-content-wrapper="/_layouts/default.html">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<!-- Banner -->
|
||||||
|
<section
|
||||||
|
class="banner onload-image-fade-in onload-content-fade-right style3 fullscreen content-align-center image-position-center" style="background-image:url('https://media.basspistol.com/panix/disjointed/4-fluting.jpeg');background-size: cover; background-repeat: no-repeat;">
|
||||||
|
<div style="z-index:0;position:absolute; top:0; left:0; width:100%;height:100%;background-color: rgba(13, 13 ,13, 0.85);"></div>
|
||||||
|
<div class="content" style="z-index:1">
|
||||||
|
<h1 style="margin-top:80px">Fluting</h1>
|
||||||
|
|
||||||
|
<p><strong><span id="tracktime"></span></strong><span id="fluting"></span></strong> <br />
|
||||||
|
Style: <strong>Electronic</strong>
|
||||||
|
</p>
|
||||||
|
<script type="text/javascript">
|
||||||
|
var flutingtimestamp = 101;
|
||||||
|
var flutinghours = Math.floor(flutingtimestamp / 60 / 60);
|
||||||
|
var flutingminutes = Math.floor(flutingtimestamp / 60) - (flutinghours * 60);
|
||||||
|
var flutingseconds = flutingtimestamp % 60;
|
||||||
|
var flutingformatted = flutinghours.toString().padStart(2, '0') + ':' + flutingminutes.toString().padStart(2, '0') + ':' + flutingseconds.toString().padStart(2, '0');
|
||||||
|
var theSpan = document.getElementById("fluting");
|
||||||
|
theSpan.innerHTML = flutingformatted;
|
||||||
|
</script>
|
||||||
|
|
||||||
|
|
||||||
|
<ul class="actions stacked">
|
||||||
|
<li><button id="mu_pause" class="smooth-scroll-middle button icon solid fa-play">Play dat!</button></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="image">
|
||||||
|
<img src="https://media.basspistol.com/panix/disjointed/4-fluting.jpeg" alt="4 Fluting logo" id="coverart" />
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
|
||||||
|
|
||||||
|
<!-- Page navigation -->
|
||||||
|
<section class="wrapper style1 align-center">
|
||||||
|
<div class="inner">
|
||||||
|
<div class="index align-left">
|
||||||
|
<!-- Author -->
|
||||||
|
<section class="streambox" style="margin-top:40px;padding: 40px;">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<h3 style="text-align: center;display: block;">This track can't be bought</h3>
|
||||||
|
<p>But other tracks are available here:</p>
|
||||||
|
|
||||||
|
|
||||||
|
<div class="streamer">
|
||||||
|
|
||||||
|
|
||||||
|
<a onclick="_paq.push(['trackEvent', 'StoreLink', 'Bandcamp']);" target="_blank" rel="noopener" href="https://panixheavyindustries.bandcamp.com" alt="Stream from Bandcamp" title="Stream from Bandcamp" class="button icon brands fa-bandcamp">Bandcamp</a>
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</section>
|
||||||
|
<section>
|
||||||
|
<!-- Content -->
|
||||||
|
<div class="content">
|
||||||
|
<!-- post Naviation -->
|
||||||
|
<div style="text-align: center;">
|
||||||
|
<h3>Play more songs grom this release</h3>
|
||||||
|
</div>
|
||||||
|
<div class="post-nav">
|
||||||
|
<div>
|
||||||
|
|
||||||
|
<h4><a href="../../../albums/disjointed/3-oh-yeah/" alt="Read Oh Yeah" title="Read Oh Yeah"><i class="fas fa-arrow-left"></i></a> <a
|
||||||
|
href="../../../albums/disjointed/3-oh-yeah/"> Oh Yeah</a>
|
||||||
|
</h4>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
<div class="post-nav-next">
|
||||||
|
|
||||||
|
<h4><a href="../../../albums/disjointed/5-stoekbroet/"> Stoekbroet</a> <a
|
||||||
|
href="../../../albums/disjointed/5-stoekbroet/" alt="Read Stoekbroet" title="Read Stoekbroet"><i class="fas fa-arrow-right"></i></a></h4>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<!-- End Post Navigation -->
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
<!-- Audio player-->
|
||||||
|
<audio autoplay preload="true" data-matomo-title="Fluting">
|
||||||
|
<source src="https://media.basspistol.com/panix/disjointed/4-fluting.mp3" type="audio/mpeg" ontimeupdate='updateTrackTime(this);' />
|
||||||
|
<h1>Your browser isn't ready for so much hotness. Use the download-link instead.</h1>.
|
||||||
|
</audio>
|
||||||
|
<!-- Footer -->
|
||||||
|
<footer id="footer" class="wrapper style1 align-center">
|
||||||
|
<div class="footflex">
|
||||||
|
<div>
|
||||||
|
<h4>pax:nion</h4>
|
||||||
|
<p>PHI, Panix Heavy Industries
|
||||||
|
<br /><a href="mailto:"></a></p>
|
||||||
|
</div>
|
||||||
|
<div>
|
||||||
|
<ul>
|
||||||
|
<li><a href="#top" class="smooth-scroll-middle">Back to top</a></li>
|
||||||
|
<li><a href="/#album0" class="smooth-scroll-middle">music</a></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<div><img src="/assets/panix-logo-dark.svg" style="max-width:300px" alt="pax:nion Logo" /></div>
|
||||||
|
</div>
|
||||||
|
<div class="inner">
|
||||||
|
<ul class="icons">
|
||||||
|
|
||||||
|
<!-- <li><a href="mailto:" class="icon style2 fa-envelope"><span class="label">Email</span></a></li> -->
|
||||||
|
</ul>
|
||||||
|
<p>©2020 Basspistol | <a href="../../../webcreds/">Credits</a> | <a href="../../../cookies/">Cookies & Privacy</a></p>
|
||||||
|
</div>
|
||||||
|
</footer>
|
||||||
|
|
||||||
|
|
||||||
|
<script type="text/javascript">
|
||||||
|
function loadUrl(newLocation) {
|
||||||
|
window.location = newLocation;
|
||||||
|
return false;
|
||||||
|
}
|
||||||
|
|
||||||
|
var mu = document.getElementsByTagName("audio")[0];
|
||||||
|
var pauseButton = document.getElementById("mu_pause");
|
||||||
|
var spincover = document.getElementById("coverart");
|
||||||
|
|
||||||
|
mu.addEventListener('ended', function () {
|
||||||
|
// only functional if "loop" is removed
|
||||||
|
mu.pause();
|
||||||
|
mu.currentTime = 0;
|
||||||
|
loadUrl("../../../disjointed/5-stoekbroet/"); return false;
|
||||||
|
});
|
||||||
|
mu.onplaying = function() {
|
||||||
|
pauseButton.innerHTML = "Pause";
|
||||||
|
pauseButton.classList.remove("fa-play");
|
||||||
|
pauseButton.classList.add("fa-pause");
|
||||||
|
spincover.classList.add("spinnit");
|
||||||
|
spincover.classList.remove("paused");
|
||||||
|
};
|
||||||
|
|
||||||
|
pauseButton.addEventListener("click", function () {
|
||||||
|
if (mu.paused) {
|
||||||
|
mu.play();
|
||||||
|
|
||||||
|
}
|
||||||
|
else {
|
||||||
|
mu.pause();
|
||||||
|
pauseButton.innerHTML = "Resume";
|
||||||
|
pauseButton.classList.add("fa-play");
|
||||||
|
pauseButton.classList.remove("fa-pause");
|
||||||
|
spincover.classList.add("paused");
|
||||||
|
}
|
||||||
|
});
|
||||||
|
|
||||||
|
mu.addEventListener('timeupdate', function () {
|
||||||
|
var timestamp = Math.floor(mu.currentTime);
|
||||||
|
var hours = Math.floor(timestamp / 60 / 60);
|
||||||
|
var minutes = Math.floor(timestamp / 60) - (hours * 60);
|
||||||
|
var seconds = timestamp % 60;
|
||||||
|
var formatted = hours.toString().padStart(2, '0') + ':' + minutes.toString().padStart(2, '0') + ':' + seconds.toString().padStart(2, '0');
|
||||||
|
var thecurrentSpan = document.getElementById("tracktime");
|
||||||
|
thecurrentSpan.innerHTML = formatted + ' / ';
|
||||||
|
});
|
||||||
|
|
||||||
|
</script>
|
||||||
|
</div>
|
||||||
|
<!-- Navigation -->
|
||||||
|
<div id="logo" class="logo">
|
||||||
|
<a href="/" class="smooth-scroll-middle"><img width="200em" src="/assets/panix-logo.svg" alt=" Logo" /></a>
|
||||||
|
<a href="#navbar" onclick="blurBody()" alt="Navigation Menu" title="Navigation Menu"><span style="font-size: 34px;" class="icon solid fa-bars"></span></a>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div id="navbar" style="display: block;" class="modalDialog">
|
||||||
|
<a href="#close" onclick="removeBlur()" alt="Close Menu" title="Close Menu"><div id="closearea"> </div></a>
|
||||||
|
<nav>
|
||||||
|
<a href="#close" title="Close" onclick="removeBlur()" class="close-button close" style="margin: 0 auto;">X</a>
|
||||||
|
<ul>
|
||||||
|
|
||||||
|
|
||||||
|
<li><a href="../../../" class="button small">Home</a></li>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<li><a href="../../../releases/" class="button small">Releases</a></li>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<li><a href="../../../logs/" class="button small">Web-Log</a></li>
|
||||||
|
|
||||||
|
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
</nav>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
<!-- End Navigation -->
|
||||||
|
<!-- Scripts -->
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<script src="../../../assets/js/jquery.min.js"></script>
|
||||||
|
<script src="../../../assets/js/jquery.scrollex.min.js"></script>
|
||||||
|
<script src="../../../assets/js/jquery.scrolly.min.js"></script>
|
||||||
|
<script src="../../../assets/js/browser.min.js"></script>
|
||||||
|
<script src="../../../assets/js/breakpoints.min.js"></script>
|
||||||
|
<script src="../../../assets/js/util.js"></script>
|
||||||
|
<script src="../../../assets/js/main.js"></script>
|
||||||
|
<script src="../../../assets/js/set.js"></script>
|
||||||
|
|
||||||
|
|
||||||
|
<div id="cookie-notice">
|
||||||
|
<p>We only use cookies if you consent to it. They don't contain any identifiable info: they just let us know if you enjoyed this enough to come back. <br />Click <a href="#" id="cookie-notice-decline">here</a> if you want this shit to go away without cookies. <br />Read more about how Basspistol <a href="/cookies/">use cookies</a> </p>
|
||||||
|
<a class="button small yes" href="#" id="cookie-notice-accept">I'm in!</a>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<script>
|
||||||
|
function createCookie(name, value, days) {
|
||||||
|
var expires = "";
|
||||||
|
if (days) {
|
||||||
|
var date = new Date();
|
||||||
|
date.setTime(date.getTime() + (days * 24 * 60 * 60 * 1000));
|
||||||
|
expires = "; expires=" + date.toUTCString();
|
||||||
|
}
|
||||||
|
document.cookie = name + "=" + value + expires + "; path=/";
|
||||||
|
}
|
||||||
|
function readCookie(name) {
|
||||||
|
var nameEQ = name + "=";
|
||||||
|
var ca = document.cookie.split(';');
|
||||||
|
for (var i = 0; i < ca.length; i++) {
|
||||||
|
var c = ca[i];
|
||||||
|
while (c.charAt(0) == ' ') c = c.substring(1, c.length);
|
||||||
|
if (c.indexOf(nameEQ) == 0) return c.substring(nameEQ.length, c.length);
|
||||||
|
}
|
||||||
|
return null;
|
||||||
|
}
|
||||||
|
function eraseCookie(name) {
|
||||||
|
createCookie(name, "", -1);
|
||||||
|
}
|
||||||
|
|
||||||
|
if (readCookie('cookie-notice-dismissed') == 'wantCookies') {
|
||||||
|
|
||||||
|
//* Matomo Tag Manager *//
|
||||||
|
|
||||||
|
var _mtm = _mtm || [];
|
||||||
|
_mtm.push({'mtm.startTime': (new Date().getTime()), 'event': 'mtm.Start'});
|
||||||
|
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
|
||||||
|
g.type='text/javascript'; g.async=true; g.defer=true; g.src='https://cdn.matomo.cloud/terminalnetwork.matomo.cloud/container_aJ0T3vZ5.js'; s.parentNode.insertBefore(g,s);
|
||||||
|
|
||||||
|
//* End Matomo Tag Manager *//
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
} else {
|
||||||
|
document.getElementById('cookie-notice').style.display = 'flex';
|
||||||
|
|
||||||
|
var _paq = window._paq || [];
|
||||||
|
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */
|
||||||
|
_paq.push(["setDocumentTitle", document.domain + "/" + document.title]);
|
||||||
|
_paq.push(["disableCookies"]);
|
||||||
|
_paq.push(['trackPageView']);
|
||||||
|
_paq.push(['enableLinkTracking']);
|
||||||
|
(function() {
|
||||||
|
var u="https://terminalnetwork.matomo.cloud/";
|
||||||
|
_paq.push(['setTrackerUrl', u+'matomo.php']);
|
||||||
|
_paq.push(['setSiteId', '14']);
|
||||||
|
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
|
||||||
|
g.type='text/javascript'; g.async=true; g.defer=true; g.src='//cdn.matomo.cloud/terminalnetwork.matomo.cloud/matomo.js'; s.parentNode.insertBefore(g,s);
|
||||||
|
})();
|
||||||
|
|
||||||
|
|
||||||
|
}
|
||||||
|
if (readCookie('cookie-notice-dismissed') == 'dontWantCookies') {
|
||||||
|
document.getElementById('cookie-notice').style.display = 'none';
|
||||||
|
|
||||||
|
var _paq = window._paq || [];
|
||||||
|
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */
|
||||||
|
_paq.push(["setDocumentTitle", document.domain + "/" + document.title]);
|
||||||
|
_paq.push(["disableCookies"]);
|
||||||
|
_paq.push(['trackPageView']);
|
||||||
|
_paq.push(['enableLinkTracking']);
|
||||||
|
(function() {
|
||||||
|
var u="https://terminalnetwork.matomo.cloud/";
|
||||||
|
_paq.push(['setTrackerUrl', u+'matomo.php']);
|
||||||
|
_paq.push(['setSiteId', '14']);
|
||||||
|
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
|
||||||
|
g.type='text/javascript'; g.async=true; g.defer=true; g.src='//cdn.matomo.cloud/terminalnetwork.matomo.cloud/matomo.js'; s.parentNode.insertBefore(g,s);
|
||||||
|
})();
|
||||||
|
|
||||||
|
}
|
||||||
|
document.getElementById('cookie-notice-accept').addEventListener("click", function () {
|
||||||
|
createCookie('cookie-notice-dismissed', 'wantCookies', 31);
|
||||||
|
document.getElementById('cookie-notice').style.display = 'none';
|
||||||
|
_paq.push(['trackEvent', 'Consent', 'wantCookie']);
|
||||||
|
location.reload();
|
||||||
|
});
|
||||||
|
|
||||||
|
document.getElementById('cookie-notice-decline').addEventListener("click", function () {
|
||||||
|
createCookie('cookie-notice-dismissed', 'dontWantCookies', 31);
|
||||||
|
document.getElementById('cookie-notice').style.display = 'none';
|
||||||
|
_paq.push(['trackEvent', 'Consent', 'dontWantCookie']);
|
||||||
|
location.reload();
|
||||||
|
});
|
||||||
|
|
||||||
|
// document.getElementById('cookie-notice-gimme').addEventListener("click", function () {
|
||||||
|
// createCookie('cookie-notice-dismissed', 'wantCookies', 31);
|
||||||
|
// document.getElementById('cookie-notice').style.display = 'none';
|
||||||
|
// location.reload();
|
||||||
|
// });
|
||||||
|
|
||||||
|
|
||||||
|
</script>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
404
albums/disjointed/5-stoekbroet/index.html
Normal file
404
albums/disjointed/5-stoekbroet/index.html
Normal file
|
|
@ -0,0 +1,404 @@
|
||||||
|
<!DOCTYPE html>
|
||||||
|
<!--
|
||||||
|
Based on _Story_ by html5up.net | @ajlkn
|
||||||
|
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
|
||||||
|
Remixed and Jekyllified by Setto
|
||||||
|
-->
|
||||||
|
<html lang="en">
|
||||||
|
<head>
|
||||||
|
<!-- Begin Jekyll SEO tag v2.6.1 -->
|
||||||
|
<meta name="generator" content="Jekyll v4.0.0" />
|
||||||
|
<meta property="og:title" content="5 Stoekbroet" />
|
||||||
|
<meta name="author" content="pax:nion" />
|
||||||
|
<meta property="og:locale" content="en" />
|
||||||
|
<meta name="description" content="PHI, Panix Heavy Industries" />
|
||||||
|
<meta property="og:description" content="PHI, Panix Heavy Industries" />
|
||||||
|
<link rel="canonical" href="https://panix.basspistol.com/albums/disjointed/5-stoekbroet/" />
|
||||||
|
<meta property="og:url" content="https://panix.basspistol.com/albums/disjointed/5-stoekbroet/" />
|
||||||
|
<meta property="og:site_name" content="pax:nion" />
|
||||||
|
<meta property="og:type" content="article" />
|
||||||
|
<meta property="article:published_time" content="2020-07-05T18:07:03+00:00" />
|
||||||
|
<script type="application/ld+json">
|
||||||
|
{"description":"PHI, Panix Heavy Industries","@type":"AudioObject","headline":"5 Stoekbroet","dateModified":"2020-07-05T18:07:00+00:00","datePublished":"2020-07-05T18:07:03+00:00","url":"https://panix.basspistol.com/albums/disjointed/5-stoekbroet/","author":{"@type":"Person","name":"pax:nion"},"publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://panix.basspistol.com/assets/img/setto_icon.png"},"name":"pax:nion"},"@context":"https://schema.org"}</script>
|
||||||
|
<!-- End Jekyll SEO tag -->
|
||||||
|
|
||||||
|
<link type="application/atom+xml" rel="alternate" href="https://panix.basspistol.com/feed.xml" title="" />
|
||||||
|
<!-- BEGIN seo.html -->
|
||||||
|
|
||||||
|
<title>Play Stoekbroet by Panix Hilton</title>
|
||||||
|
<meta name="title" content="Play Stoekbroet by Panix Hilton" />
|
||||||
|
|
||||||
|
<meta name="dc.date.modified" scheme="ISO8601" content="2020-07-05T18:07:00+00:00" />
|
||||||
|
<meta name="robots" content="index" />
|
||||||
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||||
|
<link rel="canonical" href="https://panix.basspistol.com/albums/disjointed/5-stoekbroet/" />
|
||||||
|
<link rel="alternate" hreflang="x-default" href="https://panix.basspistol.com/albums/disjointed/5-stoekbroet/" />
|
||||||
|
<meta name="geo.region" content="BJ-ZO" />
|
||||||
|
<meta name="geo.placename" content="Setto" />
|
||||||
|
<meta name="geo.position" content="7.48777;2.076389" />
|
||||||
|
<meta name="ICBM" content="7.48777, 2.076389" />
|
||||||
|
|
||||||
|
<!-- Dublin Core basic info -->
|
||||||
|
|
||||||
|
<meta name="dcterms.Identifier" content="https://panix.basspistol.com" />
|
||||||
|
<meta name="dcterms.Format" content="text/html" />
|
||||||
|
<meta name="dcterms.Relation" content="pax:nion" />
|
||||||
|
<meta name="dcterms.Publisher" content="pax:nion" />
|
||||||
|
<meta name="dcterms.Type" content="text/html" />
|
||||||
|
<meta name="dcterms.Coverage" content="https://panix.basspistol.com/" />
|
||||||
|
<meta name="dcterms.Rights" content="Copyright ©2020 pax:nion." />
|
||||||
|
|
||||||
|
<meta name="dcterms.Subject" content="Listen and to a track by Panix Hilton from the release Disjointed and support your remote artist!" />
|
||||||
|
<meta name="dcterms.Title" content="Stoekbroet - Panix Hilton | pax:nion" />
|
||||||
|
|
||||||
|
<meta name="dcterms.Contributor" content="pax:nion" />
|
||||||
|
<meta name="dcterms.Date" content="2020-07-05" />
|
||||||
|
<meta name="dcterms.Description" content="" />
|
||||||
|
|
||||||
|
<!-- Twitter Card -->
|
||||||
|
|
||||||
|
<meta name="twitter:card" content="summary" />
|
||||||
|
<meta name="twitter:site" content="@" />
|
||||||
|
<meta name="twitter:title" content="5 Stoekbroet | pax:nion" />
|
||||||
|
<meta name="twitter:description" content="PHI, Panix Heavy Industries" />
|
||||||
|
|
||||||
|
<meta name="twitter:image" content="https://panix.basspistol.com/assets/albums/disjointed/5-stoekbroet.jpeg" />
|
||||||
|
|
||||||
|
<!-- END seo.html -->
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<meta charset="utf-8" />
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=yes" />
|
||||||
|
<link rel="stylesheet" href="../../../assets/css/main20200519.css" />
|
||||||
|
|
||||||
|
<link rel="apple-touch-icon" href="https://panix.basspistol.com/apple-touch-icon.png" />
|
||||||
|
<link rel="icon" type="image/png" href="https://panix.basspistol.com/touch-icon.png" sizes="192x192" />
|
||||||
|
<link rel="shortcut icon" href="https://panix.basspistol.com/assets/img/setto_icon.png" type="image/png" />
|
||||||
|
<noscript><link rel="stylesheet" href="../../../assets/css/noscript20200518-rev1.css" /></noscript>
|
||||||
|
</head>
|
||||||
|
|
||||||
|
<body class="is-preload" id="body">
|
||||||
|
<span id="top" style="display: none;"></span>
|
||||||
|
<!-- Wrapper -->
|
||||||
|
<div id="wrapper" class="divided" data-cms-content-wrapper="/_layouts/default.html">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<!-- Banner -->
|
||||||
|
<section
|
||||||
|
class="banner onload-image-fade-in onload-content-fade-right style3 fullscreen content-align-center image-position-center" style="background-image:url('https://media.basspistol.com/panix/disjointed/5-stoekbroet.jpeg');background-size: cover; background-repeat: no-repeat;">
|
||||||
|
<div style="z-index:0;position:absolute; top:0; left:0; width:100%;height:100%;background-color: rgba(13, 13 ,13, 0.85);"></div>
|
||||||
|
<div class="content" style="z-index:1">
|
||||||
|
<h1 style="margin-top:80px">Stoekbroet</h1>
|
||||||
|
|
||||||
|
<p><strong><span id="tracktime"></span></strong><span id="stoekbroet"></span></strong> <br />
|
||||||
|
Style: <strong>Electronic</strong>
|
||||||
|
</p>
|
||||||
|
<script type="text/javascript">
|
||||||
|
var stoekbroettimestamp = 111;
|
||||||
|
var stoekbroethours = Math.floor(stoekbroettimestamp / 60 / 60);
|
||||||
|
var stoekbroetminutes = Math.floor(stoekbroettimestamp / 60) - (stoekbroethours * 60);
|
||||||
|
var stoekbroetseconds = stoekbroettimestamp % 60;
|
||||||
|
var stoekbroetformatted = stoekbroethours.toString().padStart(2, '0') + ':' + stoekbroetminutes.toString().padStart(2, '0') + ':' + stoekbroetseconds.toString().padStart(2, '0');
|
||||||
|
var theSpan = document.getElementById("stoekbroet");
|
||||||
|
theSpan.innerHTML = stoekbroetformatted;
|
||||||
|
</script>
|
||||||
|
|
||||||
|
|
||||||
|
<ul class="actions stacked">
|
||||||
|
<li><button id="mu_pause" class="smooth-scroll-middle button icon solid fa-play">Play dat!</button></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="image">
|
||||||
|
<img src="https://media.basspistol.com/panix/disjointed/5-stoekbroet.jpeg" alt="5 Stoekbroet logo" id="coverart" />
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
|
||||||
|
|
||||||
|
<!-- Page navigation -->
|
||||||
|
<section class="wrapper style1 align-center">
|
||||||
|
<div class="inner">
|
||||||
|
<div class="index align-left">
|
||||||
|
<!-- Author -->
|
||||||
|
<section class="streambox" style="margin-top:40px;padding: 40px;">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<h3 style="text-align: center;display: block;">This track can't be bought</h3>
|
||||||
|
<p>But other tracks are available here:</p>
|
||||||
|
|
||||||
|
|
||||||
|
<div class="streamer">
|
||||||
|
|
||||||
|
|
||||||
|
<a onclick="_paq.push(['trackEvent', 'StoreLink', 'Bandcamp']);" target="_blank" rel="noopener" href="https://panixheavyindustries.bandcamp.com" alt="Stream from Bandcamp" title="Stream from Bandcamp" class="button icon brands fa-bandcamp">Bandcamp</a>
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</section>
|
||||||
|
<section>
|
||||||
|
<!-- Content -->
|
||||||
|
<div class="content">
|
||||||
|
<!-- post Naviation -->
|
||||||
|
<div style="text-align: center;">
|
||||||
|
<h3>Play more songs grom this release</h3>
|
||||||
|
</div>
|
||||||
|
<div class="post-nav">
|
||||||
|
<div>
|
||||||
|
|
||||||
|
<h4><a href="../../../albums/disjointed/4-fluting/" alt="Read Fluting" title="Read Fluting"><i class="fas fa-arrow-left"></i></a> <a
|
||||||
|
href="../../../albums/disjointed/4-fluting/"> Fluting</a>
|
||||||
|
</h4>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
<div class="post-nav-next">
|
||||||
|
|
||||||
|
<h4><a href="../../../albums/disjointed/6-pure-shite/"> Pure Shite</a> <a
|
||||||
|
href="../../../albums/disjointed/6-pure-shite/" alt="Read Pure Shite" title="Read Pure Shite"><i class="fas fa-arrow-right"></i></a></h4>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<!-- End Post Navigation -->
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
<!-- Audio player-->
|
||||||
|
<audio autoplay preload="true" data-matomo-title="Stoekbroet">
|
||||||
|
<source src="https://media.basspistol.com/panix/disjointed/5-stoekbroet.mp3" type="audio/mpeg" ontimeupdate='updateTrackTime(this);' />
|
||||||
|
<h1>Your browser isn't ready for so much hotness. Use the download-link instead.</h1>.
|
||||||
|
</audio>
|
||||||
|
<!-- Footer -->
|
||||||
|
<footer id="footer" class="wrapper style1 align-center">
|
||||||
|
<div class="footflex">
|
||||||
|
<div>
|
||||||
|
<h4>pax:nion</h4>
|
||||||
|
<p>PHI, Panix Heavy Industries
|
||||||
|
<br /><a href="mailto:"></a></p>
|
||||||
|
</div>
|
||||||
|
<div>
|
||||||
|
<ul>
|
||||||
|
<li><a href="#top" class="smooth-scroll-middle">Back to top</a></li>
|
||||||
|
<li><a href="/#album0" class="smooth-scroll-middle">music</a></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<div><img src="/assets/panix-logo-dark.svg" style="max-width:300px" alt="pax:nion Logo" /></div>
|
||||||
|
</div>
|
||||||
|
<div class="inner">
|
||||||
|
<ul class="icons">
|
||||||
|
|
||||||
|
<!-- <li><a href="mailto:" class="icon style2 fa-envelope"><span class="label">Email</span></a></li> -->
|
||||||
|
</ul>
|
||||||
|
<p>©2020 Basspistol | <a href="../../../webcreds/">Credits</a> | <a href="../../../cookies/">Cookies & Privacy</a></p>
|
||||||
|
</div>
|
||||||
|
</footer>
|
||||||
|
|
||||||
|
|
||||||
|
<script type="text/javascript">
|
||||||
|
function loadUrl(newLocation) {
|
||||||
|
window.location = newLocation;
|
||||||
|
return false;
|
||||||
|
}
|
||||||
|
|
||||||
|
var mu = document.getElementsByTagName("audio")[0];
|
||||||
|
var pauseButton = document.getElementById("mu_pause");
|
||||||
|
var spincover = document.getElementById("coverart");
|
||||||
|
|
||||||
|
mu.addEventListener('ended', function () {
|
||||||
|
// only functional if "loop" is removed
|
||||||
|
mu.pause();
|
||||||
|
mu.currentTime = 0;
|
||||||
|
loadUrl("../../../disjointed/6-pure-shite/"); return false;
|
||||||
|
});
|
||||||
|
mu.onplaying = function() {
|
||||||
|
pauseButton.innerHTML = "Pause";
|
||||||
|
pauseButton.classList.remove("fa-play");
|
||||||
|
pauseButton.classList.add("fa-pause");
|
||||||
|
spincover.classList.add("spinnit");
|
||||||
|
spincover.classList.remove("paused");
|
||||||
|
};
|
||||||
|
|
||||||
|
pauseButton.addEventListener("click", function () {
|
||||||
|
if (mu.paused) {
|
||||||
|
mu.play();
|
||||||
|
|
||||||
|
}
|
||||||
|
else {
|
||||||
|
mu.pause();
|
||||||
|
pauseButton.innerHTML = "Resume";
|
||||||
|
pauseButton.classList.add("fa-play");
|
||||||
|
pauseButton.classList.remove("fa-pause");
|
||||||
|
spincover.classList.add("paused");
|
||||||
|
}
|
||||||
|
});
|
||||||
|
|
||||||
|
mu.addEventListener('timeupdate', function () {
|
||||||
|
var timestamp = Math.floor(mu.currentTime);
|
||||||
|
var hours = Math.floor(timestamp / 60 / 60);
|
||||||
|
var minutes = Math.floor(timestamp / 60) - (hours * 60);
|
||||||
|
var seconds = timestamp % 60;
|
||||||
|
var formatted = hours.toString().padStart(2, '0') + ':' + minutes.toString().padStart(2, '0') + ':' + seconds.toString().padStart(2, '0');
|
||||||
|
var thecurrentSpan = document.getElementById("tracktime");
|
||||||
|
thecurrentSpan.innerHTML = formatted + ' / ';
|
||||||
|
});
|
||||||
|
|
||||||
|
</script>
|
||||||
|
</div>
|
||||||
|
<!-- Navigation -->
|
||||||
|
<div id="logo" class="logo">
|
||||||
|
<a href="/" class="smooth-scroll-middle"><img width="200em" src="/assets/panix-logo.svg" alt=" Logo" /></a>
|
||||||
|
<a href="#navbar" onclick="blurBody()" alt="Navigation Menu" title="Navigation Menu"><span style="font-size: 34px;" class="icon solid fa-bars"></span></a>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div id="navbar" style="display: block;" class="modalDialog">
|
||||||
|
<a href="#close" onclick="removeBlur()" alt="Close Menu" title="Close Menu"><div id="closearea"> </div></a>
|
||||||
|
<nav>
|
||||||
|
<a href="#close" title="Close" onclick="removeBlur()" class="close-button close" style="margin: 0 auto;">X</a>
|
||||||
|
<ul>
|
||||||
|
|
||||||
|
|
||||||
|
<li><a href="../../../" class="button small">Home</a></li>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<li><a href="../../../releases/" class="button small">Releases</a></li>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<li><a href="../../../logs/" class="button small">Web-Log</a></li>
|
||||||
|
|
||||||
|
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
</nav>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
<!-- End Navigation -->
|
||||||
|
<!-- Scripts -->
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<script src="../../../assets/js/jquery.min.js"></script>
|
||||||
|
<script src="../../../assets/js/jquery.scrollex.min.js"></script>
|
||||||
|
<script src="../../../assets/js/jquery.scrolly.min.js"></script>
|
||||||
|
<script src="../../../assets/js/browser.min.js"></script>
|
||||||
|
<script src="../../../assets/js/breakpoints.min.js"></script>
|
||||||
|
<script src="../../../assets/js/util.js"></script>
|
||||||
|
<script src="../../../assets/js/main.js"></script>
|
||||||
|
<script src="../../../assets/js/set.js"></script>
|
||||||
|
|
||||||
|
|
||||||
|
<div id="cookie-notice">
|
||||||
|
<p>We only use cookies if you consent to it. They don't contain any identifiable info: they just let us know if you enjoyed this enough to come back. <br />Click <a href="#" id="cookie-notice-decline">here</a> if you want this shit to go away without cookies. <br />Read more about how Basspistol <a href="/cookies/">use cookies</a> </p>
|
||||||
|
<a class="button small yes" href="#" id="cookie-notice-accept">I'm in!</a>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<script>
|
||||||
|
function createCookie(name, value, days) {
|
||||||
|
var expires = "";
|
||||||
|
if (days) {
|
||||||
|
var date = new Date();
|
||||||
|
date.setTime(date.getTime() + (days * 24 * 60 * 60 * 1000));
|
||||||
|
expires = "; expires=" + date.toUTCString();
|
||||||
|
}
|
||||||
|
document.cookie = name + "=" + value + expires + "; path=/";
|
||||||
|
}
|
||||||
|
function readCookie(name) {
|
||||||
|
var nameEQ = name + "=";
|
||||||
|
var ca = document.cookie.split(';');
|
||||||
|
for (var i = 0; i < ca.length; i++) {
|
||||||
|
var c = ca[i];
|
||||||
|
while (c.charAt(0) == ' ') c = c.substring(1, c.length);
|
||||||
|
if (c.indexOf(nameEQ) == 0) return c.substring(nameEQ.length, c.length);
|
||||||
|
}
|
||||||
|
return null;
|
||||||
|
}
|
||||||
|
function eraseCookie(name) {
|
||||||
|
createCookie(name, "", -1);
|
||||||
|
}
|
||||||
|
|
||||||
|
if (readCookie('cookie-notice-dismissed') == 'wantCookies') {
|
||||||
|
|
||||||
|
//* Matomo Tag Manager *//
|
||||||
|
|
||||||
|
var _mtm = _mtm || [];
|
||||||
|
_mtm.push({'mtm.startTime': (new Date().getTime()), 'event': 'mtm.Start'});
|
||||||
|
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
|
||||||
|
g.type='text/javascript'; g.async=true; g.defer=true; g.src='https://cdn.matomo.cloud/terminalnetwork.matomo.cloud/container_aJ0T3vZ5.js'; s.parentNode.insertBefore(g,s);
|
||||||
|
|
||||||
|
//* End Matomo Tag Manager *//
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
} else {
|
||||||
|
document.getElementById('cookie-notice').style.display = 'flex';
|
||||||
|
|
||||||
|
var _paq = window._paq || [];
|
||||||
|
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */
|
||||||
|
_paq.push(["setDocumentTitle", document.domain + "/" + document.title]);
|
||||||
|
_paq.push(["disableCookies"]);
|
||||||
|
_paq.push(['trackPageView']);
|
||||||
|
_paq.push(['enableLinkTracking']);
|
||||||
|
(function() {
|
||||||
|
var u="https://terminalnetwork.matomo.cloud/";
|
||||||
|
_paq.push(['setTrackerUrl', u+'matomo.php']);
|
||||||
|
_paq.push(['setSiteId', '14']);
|
||||||
|
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
|
||||||
|
g.type='text/javascript'; g.async=true; g.defer=true; g.src='//cdn.matomo.cloud/terminalnetwork.matomo.cloud/matomo.js'; s.parentNode.insertBefore(g,s);
|
||||||
|
})();
|
||||||
|
|
||||||
|
|
||||||
|
}
|
||||||
|
if (readCookie('cookie-notice-dismissed') == 'dontWantCookies') {
|
||||||
|
document.getElementById('cookie-notice').style.display = 'none';
|
||||||
|
|
||||||
|
var _paq = window._paq || [];
|
||||||
|
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */
|
||||||
|
_paq.push(["setDocumentTitle", document.domain + "/" + document.title]);
|
||||||
|
_paq.push(["disableCookies"]);
|
||||||
|
_paq.push(['trackPageView']);
|
||||||
|
_paq.push(['enableLinkTracking']);
|
||||||
|
(function() {
|
||||||
|
var u="https://terminalnetwork.matomo.cloud/";
|
||||||
|
_paq.push(['setTrackerUrl', u+'matomo.php']);
|
||||||
|
_paq.push(['setSiteId', '14']);
|
||||||
|
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
|
||||||
|
g.type='text/javascript'; g.async=true; g.defer=true; g.src='//cdn.matomo.cloud/terminalnetwork.matomo.cloud/matomo.js'; s.parentNode.insertBefore(g,s);
|
||||||
|
})();
|
||||||
|
|
||||||
|
}
|
||||||
|
document.getElementById('cookie-notice-accept').addEventListener("click", function () {
|
||||||
|
createCookie('cookie-notice-dismissed', 'wantCookies', 31);
|
||||||
|
document.getElementById('cookie-notice').style.display = 'none';
|
||||||
|
_paq.push(['trackEvent', 'Consent', 'wantCookie']);
|
||||||
|
location.reload();
|
||||||
|
});
|
||||||
|
|
||||||
|
document.getElementById('cookie-notice-decline').addEventListener("click", function () {
|
||||||
|
createCookie('cookie-notice-dismissed', 'dontWantCookies', 31);
|
||||||
|
document.getElementById('cookie-notice').style.display = 'none';
|
||||||
|
_paq.push(['trackEvent', 'Consent', 'dontWantCookie']);
|
||||||
|
location.reload();
|
||||||
|
});
|
||||||
|
|
||||||
|
// document.getElementById('cookie-notice-gimme').addEventListener("click", function () {
|
||||||
|
// createCookie('cookie-notice-dismissed', 'wantCookies', 31);
|
||||||
|
// document.getElementById('cookie-notice').style.display = 'none';
|
||||||
|
// location.reload();
|
||||||
|
// });
|
||||||
|
|
||||||
|
|
||||||
|
</script>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
404
albums/disjointed/6-pure-shite/index.html
Normal file
404
albums/disjointed/6-pure-shite/index.html
Normal file
|
|
@ -0,0 +1,404 @@
|
||||||
|
<!DOCTYPE html>
|
||||||
|
<!--
|
||||||
|
Based on _Story_ by html5up.net | @ajlkn
|
||||||
|
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
|
||||||
|
Remixed and Jekyllified by Setto
|
||||||
|
-->
|
||||||
|
<html lang="en">
|
||||||
|
<head>
|
||||||
|
<!-- Begin Jekyll SEO tag v2.6.1 -->
|
||||||
|
<meta name="generator" content="Jekyll v4.0.0" />
|
||||||
|
<meta property="og:title" content="6 Pure Shite" />
|
||||||
|
<meta name="author" content="pax:nion" />
|
||||||
|
<meta property="og:locale" content="en" />
|
||||||
|
<meta name="description" content="PHI, Panix Heavy Industries" />
|
||||||
|
<meta property="og:description" content="PHI, Panix Heavy Industries" />
|
||||||
|
<link rel="canonical" href="https://panix.basspistol.com/albums/disjointed/6-pure-shite/" />
|
||||||
|
<meta property="og:url" content="https://panix.basspistol.com/albums/disjointed/6-pure-shite/" />
|
||||||
|
<meta property="og:site_name" content="pax:nion" />
|
||||||
|
<meta property="og:type" content="article" />
|
||||||
|
<meta property="article:published_time" content="2020-07-05T18:07:03+00:00" />
|
||||||
|
<script type="application/ld+json">
|
||||||
|
{"description":"PHI, Panix Heavy Industries","@type":"AudioObject","headline":"6 Pure Shite","dateModified":"2020-07-05T18:07:00+00:00","datePublished":"2020-07-05T18:07:03+00:00","url":"https://panix.basspistol.com/albums/disjointed/6-pure-shite/","author":{"@type":"Person","name":"pax:nion"},"publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://panix.basspistol.com/assets/img/setto_icon.png"},"name":"pax:nion"},"@context":"https://schema.org"}</script>
|
||||||
|
<!-- End Jekyll SEO tag -->
|
||||||
|
|
||||||
|
<link type="application/atom+xml" rel="alternate" href="https://panix.basspistol.com/feed.xml" title="" />
|
||||||
|
<!-- BEGIN seo.html -->
|
||||||
|
|
||||||
|
<title>Play Pure Shite by Panix Hilton</title>
|
||||||
|
<meta name="title" content="Play Pure Shite by Panix Hilton" />
|
||||||
|
|
||||||
|
<meta name="dc.date.modified" scheme="ISO8601" content="2020-07-05T18:07:00+00:00" />
|
||||||
|
<meta name="robots" content="index" />
|
||||||
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||||
|
<link rel="canonical" href="https://panix.basspistol.com/albums/disjointed/6-pure-shite/" />
|
||||||
|
<link rel="alternate" hreflang="x-default" href="https://panix.basspistol.com/albums/disjointed/6-pure-shite/" />
|
||||||
|
<meta name="geo.region" content="BJ-ZO" />
|
||||||
|
<meta name="geo.placename" content="Setto" />
|
||||||
|
<meta name="geo.position" content="7.48777;2.076389" />
|
||||||
|
<meta name="ICBM" content="7.48777, 2.076389" />
|
||||||
|
|
||||||
|
<!-- Dublin Core basic info -->
|
||||||
|
|
||||||
|
<meta name="dcterms.Identifier" content="https://panix.basspistol.com" />
|
||||||
|
<meta name="dcterms.Format" content="text/html" />
|
||||||
|
<meta name="dcterms.Relation" content="pax:nion" />
|
||||||
|
<meta name="dcterms.Publisher" content="pax:nion" />
|
||||||
|
<meta name="dcterms.Type" content="text/html" />
|
||||||
|
<meta name="dcterms.Coverage" content="https://panix.basspistol.com/" />
|
||||||
|
<meta name="dcterms.Rights" content="Copyright ©2020 pax:nion." />
|
||||||
|
|
||||||
|
<meta name="dcterms.Subject" content="Listen and to a track by Panix Hilton from the release Disjointed and support your remote artist!" />
|
||||||
|
<meta name="dcterms.Title" content="Pure Shite - Panix Hilton | pax:nion" />
|
||||||
|
|
||||||
|
<meta name="dcterms.Contributor" content="pax:nion" />
|
||||||
|
<meta name="dcterms.Date" content="2020-07-05" />
|
||||||
|
<meta name="dcterms.Description" content="" />
|
||||||
|
|
||||||
|
<!-- Twitter Card -->
|
||||||
|
|
||||||
|
<meta name="twitter:card" content="summary" />
|
||||||
|
<meta name="twitter:site" content="@" />
|
||||||
|
<meta name="twitter:title" content="6 Pure Shite | pax:nion" />
|
||||||
|
<meta name="twitter:description" content="PHI, Panix Heavy Industries" />
|
||||||
|
|
||||||
|
<meta name="twitter:image" content="https://panix.basspistol.com/assets/albums/disjointed/6-pure-shite.jpeg" />
|
||||||
|
|
||||||
|
<!-- END seo.html -->
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<meta charset="utf-8" />
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=yes" />
|
||||||
|
<link rel="stylesheet" href="../../../assets/css/main20200519.css" />
|
||||||
|
|
||||||
|
<link rel="apple-touch-icon" href="https://panix.basspistol.com/apple-touch-icon.png" />
|
||||||
|
<link rel="icon" type="image/png" href="https://panix.basspistol.com/touch-icon.png" sizes="192x192" />
|
||||||
|
<link rel="shortcut icon" href="https://panix.basspistol.com/assets/img/setto_icon.png" type="image/png" />
|
||||||
|
<noscript><link rel="stylesheet" href="../../../assets/css/noscript20200518-rev1.css" /></noscript>
|
||||||
|
</head>
|
||||||
|
|
||||||
|
<body class="is-preload" id="body">
|
||||||
|
<span id="top" style="display: none;"></span>
|
||||||
|
<!-- Wrapper -->
|
||||||
|
<div id="wrapper" class="divided" data-cms-content-wrapper="/_layouts/default.html">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<!-- Banner -->
|
||||||
|
<section
|
||||||
|
class="banner onload-image-fade-in onload-content-fade-right style3 fullscreen content-align-center image-position-center" style="background-image:url('https://media.basspistol.com/panix/disjointed/6-pure-shite.jpeg');background-size: cover; background-repeat: no-repeat;">
|
||||||
|
<div style="z-index:0;position:absolute; top:0; left:0; width:100%;height:100%;background-color: rgba(13, 13 ,13, 0.85);"></div>
|
||||||
|
<div class="content" style="z-index:1">
|
||||||
|
<h1 style="margin-top:80px">Pure Shite</h1>
|
||||||
|
|
||||||
|
<p><strong><span id="tracktime"></span></strong><span id="pureshite"></span></strong> <br />
|
||||||
|
Style: <strong>Electronic</strong>
|
||||||
|
</p>
|
||||||
|
<script type="text/javascript">
|
||||||
|
var pureshitetimestamp = 118;
|
||||||
|
var pureshitehours = Math.floor(pureshitetimestamp / 60 / 60);
|
||||||
|
var pureshiteminutes = Math.floor(pureshitetimestamp / 60) - (pureshitehours * 60);
|
||||||
|
var pureshiteseconds = pureshitetimestamp % 60;
|
||||||
|
var pureshiteformatted = pureshitehours.toString().padStart(2, '0') + ':' + pureshiteminutes.toString().padStart(2, '0') + ':' + pureshiteseconds.toString().padStart(2, '0');
|
||||||
|
var theSpan = document.getElementById("pureshite");
|
||||||
|
theSpan.innerHTML = pureshiteformatted;
|
||||||
|
</script>
|
||||||
|
|
||||||
|
|
||||||
|
<ul class="actions stacked">
|
||||||
|
<li><button id="mu_pause" class="smooth-scroll-middle button icon solid fa-play">Play dat!</button></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="image">
|
||||||
|
<img src="https://media.basspistol.com/panix/disjointed/6-pure-shite.jpeg" alt="6 Pure Shite logo" id="coverart" />
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
|
||||||
|
|
||||||
|
<!-- Page navigation -->
|
||||||
|
<section class="wrapper style1 align-center">
|
||||||
|
<div class="inner">
|
||||||
|
<div class="index align-left">
|
||||||
|
<!-- Author -->
|
||||||
|
<section class="streambox" style="margin-top:40px;padding: 40px;">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<h3 style="text-align: center;display: block;">This track can't be bought</h3>
|
||||||
|
<p>But other tracks are available here:</p>
|
||||||
|
|
||||||
|
|
||||||
|
<div class="streamer">
|
||||||
|
|
||||||
|
|
||||||
|
<a onclick="_paq.push(['trackEvent', 'StoreLink', 'Bandcamp']);" target="_blank" rel="noopener" href="https://panixheavyindustries.bandcamp.com" alt="Stream from Bandcamp" title="Stream from Bandcamp" class="button icon brands fa-bandcamp">Bandcamp</a>
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</section>
|
||||||
|
<section>
|
||||||
|
<!-- Content -->
|
||||||
|
<div class="content">
|
||||||
|
<!-- post Naviation -->
|
||||||
|
<div style="text-align: center;">
|
||||||
|
<h3>Play more songs grom this release</h3>
|
||||||
|
</div>
|
||||||
|
<div class="post-nav">
|
||||||
|
<div>
|
||||||
|
|
||||||
|
<h4><a href="../../../albums/disjointed/5-stoekbroet/" alt="Read Stoekbroet" title="Read Stoekbroet"><i class="fas fa-arrow-left"></i></a> <a
|
||||||
|
href="../../../albums/disjointed/5-stoekbroet/"> Stoekbroet</a>
|
||||||
|
</h4>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
<div class="post-nav-next">
|
||||||
|
|
||||||
|
<h4><a href="../../../albums/disjointed/1-disjointed/"> Disjointed</a> <a
|
||||||
|
href="../../../albums/disjointed/1-disjointed/" alt="Read Disjointed" title="Read Disjointed"><i class="fas fa-arrow-right"></i></a></h4>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<!-- End Post Navigation -->
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
<!-- Audio player-->
|
||||||
|
<audio autoplay preload="true" data-matomo-title="Pure Shite">
|
||||||
|
<source src="https://media.basspistol.com/panix/disjointed/6-pure-shite.mp3" type="audio/mpeg" ontimeupdate='updateTrackTime(this);' />
|
||||||
|
<h1>Your browser isn't ready for so much hotness. Use the download-link instead.</h1>.
|
||||||
|
</audio>
|
||||||
|
<!-- Footer -->
|
||||||
|
<footer id="footer" class="wrapper style1 align-center">
|
||||||
|
<div class="footflex">
|
||||||
|
<div>
|
||||||
|
<h4>pax:nion</h4>
|
||||||
|
<p>PHI, Panix Heavy Industries
|
||||||
|
<br /><a href="mailto:"></a></p>
|
||||||
|
</div>
|
||||||
|
<div>
|
||||||
|
<ul>
|
||||||
|
<li><a href="#top" class="smooth-scroll-middle">Back to top</a></li>
|
||||||
|
<li><a href="/#album0" class="smooth-scroll-middle">music</a></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<div><img src="/assets/panix-logo-dark.svg" style="max-width:300px" alt="pax:nion Logo" /></div>
|
||||||
|
</div>
|
||||||
|
<div class="inner">
|
||||||
|
<ul class="icons">
|
||||||
|
|
||||||
|
<!-- <li><a href="mailto:" class="icon style2 fa-envelope"><span class="label">Email</span></a></li> -->
|
||||||
|
</ul>
|
||||||
|
<p>©2020 Basspistol | <a href="../../../webcreds/">Credits</a> | <a href="../../../cookies/">Cookies & Privacy</a></p>
|
||||||
|
</div>
|
||||||
|
</footer>
|
||||||
|
|
||||||
|
|
||||||
|
<script type="text/javascript">
|
||||||
|
function loadUrl(newLocation) {
|
||||||
|
window.location = newLocation;
|
||||||
|
return false;
|
||||||
|
}
|
||||||
|
|
||||||
|
var mu = document.getElementsByTagName("audio")[0];
|
||||||
|
var pauseButton = document.getElementById("mu_pause");
|
||||||
|
var spincover = document.getElementById("coverart");
|
||||||
|
|
||||||
|
mu.addEventListener('ended', function () {
|
||||||
|
// only functional if "loop" is removed
|
||||||
|
mu.pause();
|
||||||
|
mu.currentTime = 0;
|
||||||
|
loadUrl("../../../disjointed/1-disjointed/"); return false;
|
||||||
|
});
|
||||||
|
mu.onplaying = function() {
|
||||||
|
pauseButton.innerHTML = "Pause";
|
||||||
|
pauseButton.classList.remove("fa-play");
|
||||||
|
pauseButton.classList.add("fa-pause");
|
||||||
|
spincover.classList.add("spinnit");
|
||||||
|
spincover.classList.remove("paused");
|
||||||
|
};
|
||||||
|
|
||||||
|
pauseButton.addEventListener("click", function () {
|
||||||
|
if (mu.paused) {
|
||||||
|
mu.play();
|
||||||
|
|
||||||
|
}
|
||||||
|
else {
|
||||||
|
mu.pause();
|
||||||
|
pauseButton.innerHTML = "Resume";
|
||||||
|
pauseButton.classList.add("fa-play");
|
||||||
|
pauseButton.classList.remove("fa-pause");
|
||||||
|
spincover.classList.add("paused");
|
||||||
|
}
|
||||||
|
});
|
||||||
|
|
||||||
|
mu.addEventListener('timeupdate', function () {
|
||||||
|
var timestamp = Math.floor(mu.currentTime);
|
||||||
|
var hours = Math.floor(timestamp / 60 / 60);
|
||||||
|
var minutes = Math.floor(timestamp / 60) - (hours * 60);
|
||||||
|
var seconds = timestamp % 60;
|
||||||
|
var formatted = hours.toString().padStart(2, '0') + ':' + minutes.toString().padStart(2, '0') + ':' + seconds.toString().padStart(2, '0');
|
||||||
|
var thecurrentSpan = document.getElementById("tracktime");
|
||||||
|
thecurrentSpan.innerHTML = formatted + ' / ';
|
||||||
|
});
|
||||||
|
|
||||||
|
</script>
|
||||||
|
</div>
|
||||||
|
<!-- Navigation -->
|
||||||
|
<div id="logo" class="logo">
|
||||||
|
<a href="/" class="smooth-scroll-middle"><img width="200em" src="/assets/panix-logo.svg" alt=" Logo" /></a>
|
||||||
|
<a href="#navbar" onclick="blurBody()" alt="Navigation Menu" title="Navigation Menu"><span style="font-size: 34px;" class="icon solid fa-bars"></span></a>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div id="navbar" style="display: block;" class="modalDialog">
|
||||||
|
<a href="#close" onclick="removeBlur()" alt="Close Menu" title="Close Menu"><div id="closearea"> </div></a>
|
||||||
|
<nav>
|
||||||
|
<a href="#close" title="Close" onclick="removeBlur()" class="close-button close" style="margin: 0 auto;">X</a>
|
||||||
|
<ul>
|
||||||
|
|
||||||
|
|
||||||
|
<li><a href="../../../" class="button small">Home</a></li>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<li><a href="../../../releases/" class="button small">Releases</a></li>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<li><a href="../../../logs/" class="button small">Web-Log</a></li>
|
||||||
|
|
||||||
|
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
</nav>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
<!-- End Navigation -->
|
||||||
|
<!-- Scripts -->
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<script src="../../../assets/js/jquery.min.js"></script>
|
||||||
|
<script src="../../../assets/js/jquery.scrollex.min.js"></script>
|
||||||
|
<script src="../../../assets/js/jquery.scrolly.min.js"></script>
|
||||||
|
<script src="../../../assets/js/browser.min.js"></script>
|
||||||
|
<script src="../../../assets/js/breakpoints.min.js"></script>
|
||||||
|
<script src="../../../assets/js/util.js"></script>
|
||||||
|
<script src="../../../assets/js/main.js"></script>
|
||||||
|
<script src="../../../assets/js/set.js"></script>
|
||||||
|
|
||||||
|
|
||||||
|
<div id="cookie-notice">
|
||||||
|
<p>We only use cookies if you consent to it. They don't contain any identifiable info: they just let us know if you enjoyed this enough to come back. <br />Click <a href="#" id="cookie-notice-decline">here</a> if you want this shit to go away without cookies. <br />Read more about how Basspistol <a href="/cookies/">use cookies</a> </p>
|
||||||
|
<a class="button small yes" href="#" id="cookie-notice-accept">I'm in!</a>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<script>
|
||||||
|
function createCookie(name, value, days) {
|
||||||
|
var expires = "";
|
||||||
|
if (days) {
|
||||||
|
var date = new Date();
|
||||||
|
date.setTime(date.getTime() + (days * 24 * 60 * 60 * 1000));
|
||||||
|
expires = "; expires=" + date.toUTCString();
|
||||||
|
}
|
||||||
|
document.cookie = name + "=" + value + expires + "; path=/";
|
||||||
|
}
|
||||||
|
function readCookie(name) {
|
||||||
|
var nameEQ = name + "=";
|
||||||
|
var ca = document.cookie.split(';');
|
||||||
|
for (var i = 0; i < ca.length; i++) {
|
||||||
|
var c = ca[i];
|
||||||
|
while (c.charAt(0) == ' ') c = c.substring(1, c.length);
|
||||||
|
if (c.indexOf(nameEQ) == 0) return c.substring(nameEQ.length, c.length);
|
||||||
|
}
|
||||||
|
return null;
|
||||||
|
}
|
||||||
|
function eraseCookie(name) {
|
||||||
|
createCookie(name, "", -1);
|
||||||
|
}
|
||||||
|
|
||||||
|
if (readCookie('cookie-notice-dismissed') == 'wantCookies') {
|
||||||
|
|
||||||
|
//* Matomo Tag Manager *//
|
||||||
|
|
||||||
|
var _mtm = _mtm || [];
|
||||||
|
_mtm.push({'mtm.startTime': (new Date().getTime()), 'event': 'mtm.Start'});
|
||||||
|
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
|
||||||
|
g.type='text/javascript'; g.async=true; g.defer=true; g.src='https://cdn.matomo.cloud/terminalnetwork.matomo.cloud/container_aJ0T3vZ5.js'; s.parentNode.insertBefore(g,s);
|
||||||
|
|
||||||
|
//* End Matomo Tag Manager *//
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
} else {
|
||||||
|
document.getElementById('cookie-notice').style.display = 'flex';
|
||||||
|
|
||||||
|
var _paq = window._paq || [];
|
||||||
|
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */
|
||||||
|
_paq.push(["setDocumentTitle", document.domain + "/" + document.title]);
|
||||||
|
_paq.push(["disableCookies"]);
|
||||||
|
_paq.push(['trackPageView']);
|
||||||
|
_paq.push(['enableLinkTracking']);
|
||||||
|
(function() {
|
||||||
|
var u="https://terminalnetwork.matomo.cloud/";
|
||||||
|
_paq.push(['setTrackerUrl', u+'matomo.php']);
|
||||||
|
_paq.push(['setSiteId', '14']);
|
||||||
|
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
|
||||||
|
g.type='text/javascript'; g.async=true; g.defer=true; g.src='//cdn.matomo.cloud/terminalnetwork.matomo.cloud/matomo.js'; s.parentNode.insertBefore(g,s);
|
||||||
|
})();
|
||||||
|
|
||||||
|
|
||||||
|
}
|
||||||
|
if (readCookie('cookie-notice-dismissed') == 'dontWantCookies') {
|
||||||
|
document.getElementById('cookie-notice').style.display = 'none';
|
||||||
|
|
||||||
|
var _paq = window._paq || [];
|
||||||
|
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */
|
||||||
|
_paq.push(["setDocumentTitle", document.domain + "/" + document.title]);
|
||||||
|
_paq.push(["disableCookies"]);
|
||||||
|
_paq.push(['trackPageView']);
|
||||||
|
_paq.push(['enableLinkTracking']);
|
||||||
|
(function() {
|
||||||
|
var u="https://terminalnetwork.matomo.cloud/";
|
||||||
|
_paq.push(['setTrackerUrl', u+'matomo.php']);
|
||||||
|
_paq.push(['setSiteId', '14']);
|
||||||
|
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
|
||||||
|
g.type='text/javascript'; g.async=true; g.defer=true; g.src='//cdn.matomo.cloud/terminalnetwork.matomo.cloud/matomo.js'; s.parentNode.insertBefore(g,s);
|
||||||
|
})();
|
||||||
|
|
||||||
|
}
|
||||||
|
document.getElementById('cookie-notice-accept').addEventListener("click", function () {
|
||||||
|
createCookie('cookie-notice-dismissed', 'wantCookies', 31);
|
||||||
|
document.getElementById('cookie-notice').style.display = 'none';
|
||||||
|
_paq.push(['trackEvent', 'Consent', 'wantCookie']);
|
||||||
|
location.reload();
|
||||||
|
});
|
||||||
|
|
||||||
|
document.getElementById('cookie-notice-decline').addEventListener("click", function () {
|
||||||
|
createCookie('cookie-notice-dismissed', 'dontWantCookies', 31);
|
||||||
|
document.getElementById('cookie-notice').style.display = 'none';
|
||||||
|
_paq.push(['trackEvent', 'Consent', 'dontWantCookie']);
|
||||||
|
location.reload();
|
||||||
|
});
|
||||||
|
|
||||||
|
// document.getElementById('cookie-notice-gimme').addEventListener("click", function () {
|
||||||
|
// createCookie('cookie-notice-dismissed', 'wantCookies', 31);
|
||||||
|
// document.getElementById('cookie-notice').style.display = 'none';
|
||||||
|
// location.reload();
|
||||||
|
// });
|
||||||
|
|
||||||
|
|
||||||
|
</script>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
755
albums/disjointed/index.html
Normal file
755
albums/disjointed/index.html
Normal file
|
|
@ -0,0 +1,755 @@
|
||||||
|
<!DOCTYPE html>
|
||||||
|
<!--
|
||||||
|
Based on _Story_ by html5up.net | @ajlkn
|
||||||
|
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
|
||||||
|
Remixed and Jekyllified by Setto
|
||||||
|
-->
|
||||||
|
<html lang="en">
|
||||||
|
<head>
|
||||||
|
<!-- Begin Jekyll SEO tag v2.6.1 -->
|
||||||
|
<meta name="generator" content="Jekyll v4.0.0" />
|
||||||
|
<meta property="og:title" content="Disjointed" />
|
||||||
|
<meta name="author" content="pax:nion" />
|
||||||
|
<meta property="og:locale" content="en" />
|
||||||
|
<meta name="description" content="PHI, Panix Heavy Industries" />
|
||||||
|
<meta property="og:description" content="PHI, Panix Heavy Industries" />
|
||||||
|
<link rel="canonical" href="https://panix.basspistol.com/albums/disjointed/" />
|
||||||
|
<meta property="og:url" content="https://panix.basspistol.com/albums/disjointed/" />
|
||||||
|
<meta property="og:site_name" content="pax:nion" />
|
||||||
|
<meta property="og:type" content="article" />
|
||||||
|
<meta property="article:published_time" content="2013-01-01T00:00:00+00:00" />
|
||||||
|
<script type="application/ld+json">
|
||||||
|
{"description":"PHI, Panix Heavy Industries","@type":"BlogPosting","headline":"Disjointed","dateModified":"2020-07-05T18:07:00+00:00","datePublished":"2013-01-01T00:00:00+00:00","mainEntityOfPage":{"@type":"WebPage","@id":"https://panix.basspistol.com/albums/disjointed/"},"url":"https://panix.basspistol.com/albums/disjointed/","author":{"@type":"Person","name":"pax:nion"},"publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://panix.basspistol.com/assets/img/setto_icon.png"},"name":"pax:nion"},"@context":"https://schema.org"}</script>
|
||||||
|
<!-- End Jekyll SEO tag -->
|
||||||
|
|
||||||
|
<link type="application/atom+xml" rel="alternate" href="https://panix.basspistol.com/feed.xml" title="" />
|
||||||
|
<!-- BEGIN seo.html -->
|
||||||
|
|
||||||
|
<title>Disjointed | pax:nion</title>
|
||||||
|
<meta name="title" content="Disjointed | pax:nion" />
|
||||||
|
|
||||||
|
<meta name="dc.date.modified" scheme="ISO8601" content="2020-07-05T18:07:00+00:00" />
|
||||||
|
<meta name="robots" content="index" />
|
||||||
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||||
|
<link rel="canonical" href="https://panix.basspistol.com/albums/disjointed/" />
|
||||||
|
<link rel="alternate" hreflang="x-default" href="https://panix.basspistol.com/albums/disjointed/" />
|
||||||
|
<meta name="geo.region" content="BJ-ZO" />
|
||||||
|
<meta name="geo.placename" content="Setto" />
|
||||||
|
<meta name="geo.position" content="7.48777;2.076389" />
|
||||||
|
<meta name="ICBM" content="7.48777, 2.076389" />
|
||||||
|
|
||||||
|
<!-- Dublin Core basic info -->
|
||||||
|
|
||||||
|
<meta name="dcterms.Identifier" content="https://panix.basspistol.com" />
|
||||||
|
<meta name="dcterms.Format" content="text/html" />
|
||||||
|
<meta name="dcterms.Relation" content="pax:nion" />
|
||||||
|
<meta name="dcterms.Publisher" content="pax:nion" />
|
||||||
|
<meta name="dcterms.Type" content="text/html" />
|
||||||
|
<meta name="dcterms.Coverage" content="https://panix.basspistol.com/" />
|
||||||
|
<meta name="dcterms.Rights" content="Copyright ©2020 pax:nion." />
|
||||||
|
|
||||||
|
<meta name="dcterms.Subject" content="PHI, Panix Heavy Industries" />
|
||||||
|
<meta name="dcterms.Title" content="Disjointed | pax:nion" />
|
||||||
|
|
||||||
|
<meta name="dcterms.Contributor" content="pax:nion" />
|
||||||
|
<meta name="dcterms.Date" content="2013-01-01" />
|
||||||
|
<meta name="dcterms.Description" content="" />
|
||||||
|
|
||||||
|
<!-- Twitter Card -->
|
||||||
|
|
||||||
|
<meta name="twitter:card" content="summary" />
|
||||||
|
<meta name="twitter:site" content="@" />
|
||||||
|
<meta name="twitter:title" content="Disjointed | pax:nion" />
|
||||||
|
<meta name="twitter:description" content="PHI, Panix Heavy Industries" />
|
||||||
|
|
||||||
|
<meta name="twitter:image" content="https://panix.basspistol.com" />
|
||||||
|
|
||||||
|
<!-- END seo.html -->
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<meta charset="utf-8" />
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=yes" />
|
||||||
|
<link rel="stylesheet" href="../../assets/css/main20200519.css" />
|
||||||
|
<link rel="apple-touch-icon" href="https://panix.basspistol.com/apple-touch-icon.png" />
|
||||||
|
<link rel="icon" type="image/png" href="https://panix.basspistol.com/touch-icon.png" sizes="192x192" />
|
||||||
|
<link rel="shortcut icon" href="https://panix.basspistol.com/assets/img/setto_icon.png" type="image/png" />
|
||||||
|
<noscript><link rel="stylesheet" href="../../assets/css/noscript20200518-rev1.css" /></noscript>
|
||||||
|
</head>
|
||||||
|
<body class="is-preload" id="body">
|
||||||
|
<span id="top" style="display: none;"></span>
|
||||||
|
<!-- Wrapper -->
|
||||||
|
<div id="wrapper" class="divided">
|
||||||
|
|
||||||
|
<!-- Banner -->
|
||||||
|
<section class="banner onload-image-fade-in onload-content-fade-right style2 fullscreen content-align-center image-position-center" style="height:100vh;background-color: rgba(13,13,13,0.85);">
|
||||||
|
<div class="content editable" data-cms-source="/_layouts/album.html" data-cms-index="0">
|
||||||
|
<h1 class="editable" data-cms-source="/_layouts/album.html" data-cms-index="1">Disjointed</h1>
|
||||||
|
<p></p>
|
||||||
|
<ul class="actions stacked">
|
||||||
|
<li><a href="#moe" class="button small smooth-scroll-middle">cheggit!</a></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<div class="image">
|
||||||
|
<img src="https://media.basspistol.com/panix/disjointed/1-disjointed.jpeg" alt="Disjointed" class="editable" data-cms-source="/_layouts/album.html" data-cms-index="2" />
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
<!-- Content -->
|
||||||
|
<section class="wrapper style1 align-center">
|
||||||
|
<div class="inner" style="padding-top: 40px;">
|
||||||
|
<div class="index align-left">
|
||||||
|
<!-- Author -->
|
||||||
|
<section style="padding-top:40px;" id="moe">
|
||||||
|
|
||||||
|
|
||||||
|
<header id="author">
|
||||||
|
<div class="bio">
|
||||||
|
|
||||||
|
|
||||||
|
<h6>
|
||||||
|
|
||||||
|
Share this page:
|
||||||
|
</h6>
|
||||||
|
<ul class="icons">
|
||||||
|
<li><a target="_blank" rel="nofollow noopener" title="Share to facebook" alt="Share to facebook" href="https://touch.facebook.com/sharer.php?u=https://panix.basspistol.com/albums/disjointed/&quote=Disjointed%20by%20pax:nion%20via%20https://panix.basspistol.com" class="icon brands style1 fa-facebook-f"><span class="label">Facebook</span></a></li>
|
||||||
|
<li><a target="_blank" rel="nofollow noopener" title="Share to twitter" alt="Share to twitter" href="https://twitter.com/share?url=https://panix.basspistol.com/albums/disjointed/&text=Disjointed%20by%20pax:nion%20&hashtags=paxNion" class="icon brands style1 fa-twitter"><span class="label">Twitter</span></a></li>
|
||||||
|
<li><a target="_blank" rel="nofollow noopener" title="Share to telegram" alt="Share to telgram" href="https://telegram.me/share/url?url=https://panix.basspistol.com/albums/disjointed/&text=Disjointed%20by%20pax:nion" class="icon brands style1 fa-telegram"><span class="label">Telegram</span></a></li>
|
||||||
|
<li><a target="_blank" rel="nofollow noopener" title="Share to reddit" alt="Share to reddit" href="https://reddit.com/submit/?url=https://panix.basspistol.com/albums/disjointed/&title=Disjointed%20by%20pax:nion" class="icon brands style1 fa-reddit"><span class="label">Reddit</span></a></li>
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</header>
|
||||||
|
<!-- Content -->
|
||||||
|
<div class="content">
|
||||||
|
|
||||||
|
|
||||||
|
<!-- HERE BEGINS MADNESS -->
|
||||||
|
|
||||||
|
|
||||||
|
<!-- Content -->
|
||||||
|
<div class="content">
|
||||||
|
<div id="mainwrap">
|
||||||
|
<div id="nowPlay">
|
||||||
|
<p class="right" id="npTitle" style="font-weight: bold;"></p>
|
||||||
|
<p class="left" id="npAction">Paused...</p>
|
||||||
|
</div>
|
||||||
|
<div id="audiowrap">
|
||||||
|
<div id="audio0">
|
||||||
|
<audio id="audio1" controls="controls">Your browser does not support HTML5
|
||||||
|
Audio!</audio>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div id="tracks">
|
||||||
|
<a id="btnPrev"><span class="icon solid fa-fast-backward"></span></a>
|
||||||
|
<a id="btnNext"><span class="icon solid fa-fast-forward"></span></a>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
<div id="plwrap">
|
||||||
|
<ul id="plList">
|
||||||
|
|
||||||
|
<li>
|
||||||
|
<div class="plItem">
|
||||||
|
<div class="plNum">1.</div>
|
||||||
|
<div class="plTitle">Disjointed</div>
|
||||||
|
<div class="plLength">1:14</div>
|
||||||
|
</div>
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li>
|
||||||
|
<div class="plItem">
|
||||||
|
<div class="plNum">2.</div>
|
||||||
|
<div class="plTitle">Ze Morning Jäm</div>
|
||||||
|
<div class="plLength">1:47</div>
|
||||||
|
</div>
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li>
|
||||||
|
<div class="plItem">
|
||||||
|
<div class="plNum">3.</div>
|
||||||
|
<div class="plTitle">Oh Yeah</div>
|
||||||
|
<div class="plLength">2:24</div>
|
||||||
|
</div>
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li>
|
||||||
|
<div class="plItem">
|
||||||
|
<div class="plNum">4.</div>
|
||||||
|
<div class="plTitle">Fluting</div>
|
||||||
|
<div class="plLength">1:41</div>
|
||||||
|
</div>
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li>
|
||||||
|
<div class="plItem">
|
||||||
|
<div class="plNum">5.</div>
|
||||||
|
<div class="plTitle">Stoekbroet</div>
|
||||||
|
<div class="plLength">1:51</div>
|
||||||
|
</div>
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li>
|
||||||
|
<div class="plItem">
|
||||||
|
<div class="plNum">6.</div>
|
||||||
|
<div class="plTitle">Pure Shite</div>
|
||||||
|
<div class="plLength">1:58</div>
|
||||||
|
</div>
|
||||||
|
</li>
|
||||||
|
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div id="noJSalbum">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<div class="plItem">
|
||||||
|
<div class="plNum">1.</div>
|
||||||
|
<div class="plTitle"><a href="https://media.basspistol.com/panix/disjointed/1-disjointed.mp3">Disjointed </a></div>
|
||||||
|
<div class="plLength">1:14</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<div class="plItem">
|
||||||
|
<div class="plNum">2.</div>
|
||||||
|
<div class="plTitle"><a href="https://media.basspistol.com/panix/disjointed/2-ze-morning-j-m.mp3">Ze Morning Jäm </a></div>
|
||||||
|
<div class="plLength">1:47</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<div class="plItem">
|
||||||
|
<div class="plNum">3.</div>
|
||||||
|
<div class="plTitle"><a href="https://media.basspistol.com/panix/disjointed/3-oh-yeah.mp3">Oh Yeah </a></div>
|
||||||
|
<div class="plLength">2:24</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<div class="plItem">
|
||||||
|
<div class="plNum">4.</div>
|
||||||
|
<div class="plTitle"><a href="https://media.basspistol.com/panix/disjointed/4-fluting.mp3">Fluting </a></div>
|
||||||
|
<div class="plLength">1:41</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<div class="plItem">
|
||||||
|
<div class="plNum">5.</div>
|
||||||
|
<div class="plTitle"><a href="https://media.basspistol.com/panix/disjointed/5-stoekbroet.mp3">Stoekbroet </a></div>
|
||||||
|
<div class="plLength">1:51</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<div class="plItem">
|
||||||
|
<div class="plNum">6.</div>
|
||||||
|
<div class="plTitle"><a href="https://media.basspistol.com/panix/disjointed/6-pure-shite.mp3">Pure Shite </a></div>
|
||||||
|
<div class="plLength">1:58</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="content" style="font-family: monospace;font-size: 16px;margin-top:60px;">
|
||||||
|
|
||||||
|
|
||||||
|
<p></p>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
|
||||||
|
|
||||||
|
<!-- HERE ENDS MADNESS -->
|
||||||
|
|
||||||
|
<section class="wrapper style1 align-center">
|
||||||
|
|
||||||
|
<div class="inner">
|
||||||
|
<h2>Track list</h2>
|
||||||
|
<p>Use thses pages to share one song in particulare</p>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</section>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<section class="spotlight style4 orient-left content-align-right image-position-center onscroll-image-fade-in" style="box-shadow: none;" >
|
||||||
|
<div class="content">
|
||||||
|
<h3>Disjointed</h3>
|
||||||
|
<p>
|
||||||
|
1:14
|
||||||
|
<br /><strong>Electronic</strong>
|
||||||
|
<br />2013</p>
|
||||||
|
|
||||||
|
<ul class="actions stacked">
|
||||||
|
<li><a href="../../albums/disjointed/1-disjointed/" class="button">Track</a></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<div class="image">
|
||||||
|
<img src="https://media.basspistol.com/panix/disjointed/1-disjointed.jpeg" alt="Disjointed" />
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<section class="spotlight style4 orient-right content-align-left image-position-center onscroll-image-fade-in" >
|
||||||
|
<div class="content">
|
||||||
|
<h3>Ze Morning Jäm</h3>
|
||||||
|
<p>
|
||||||
|
1:47
|
||||||
|
<br /><strong>Electronic</strong>
|
||||||
|
<br />2013</p>
|
||||||
|
|
||||||
|
<ul class="actions stacked">
|
||||||
|
<li><a href="../../albums/disjointed/2-ze-morning-j-m/" class="button">Track</a></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<div class="image">
|
||||||
|
<img src="https://media.basspistol.com/panix/disjointed/2-ze-morning-j-m.jpeg" alt="Ze Morning Jäm" />
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<section class="spotlight style4 orient-left content-align-right image-position-center onscroll-image-fade-in" >
|
||||||
|
<div class="content">
|
||||||
|
<h3>Oh Yeah</h3>
|
||||||
|
<p>
|
||||||
|
2:24
|
||||||
|
<br /><strong>Electronic</strong>
|
||||||
|
<br />2013</p>
|
||||||
|
|
||||||
|
<ul class="actions stacked">
|
||||||
|
<li><a href="../../albums/disjointed/3-oh-yeah/" class="button">Track</a></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<div class="image">
|
||||||
|
<img src="https://media.basspistol.com/panix/disjointed/3-oh-yeah.jpeg" alt="Oh Yeah" />
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<section class="spotlight style4 orient-right content-align-left image-position-center onscroll-image-fade-in" >
|
||||||
|
<div class="content">
|
||||||
|
<h3>Fluting</h3>
|
||||||
|
<p>
|
||||||
|
1:41
|
||||||
|
<br /><strong>Electronic</strong>
|
||||||
|
<br />2013</p>
|
||||||
|
|
||||||
|
<ul class="actions stacked">
|
||||||
|
<li><a href="../../albums/disjointed/4-fluting/" class="button">Track</a></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<div class="image">
|
||||||
|
<img src="https://media.basspistol.com/panix/disjointed/4-fluting.jpeg" alt="Fluting" />
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<section class="spotlight style4 orient-left content-align-right image-position-center onscroll-image-fade-in" >
|
||||||
|
<div class="content">
|
||||||
|
<h3>Stoekbroet</h3>
|
||||||
|
<p>
|
||||||
|
1:51
|
||||||
|
<br /><strong>Electronic</strong>
|
||||||
|
<br />2013</p>
|
||||||
|
|
||||||
|
<ul class="actions stacked">
|
||||||
|
<li><a href="../../albums/disjointed/5-stoekbroet/" class="button">Track</a></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<div class="image">
|
||||||
|
<img src="https://media.basspistol.com/panix/disjointed/5-stoekbroet.jpeg" alt="Stoekbroet" />
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<section class="spotlight style4 orient-right content-align-left image-position-center onscroll-image-fade-in" >
|
||||||
|
<div class="content">
|
||||||
|
<h3>Pure Shite</h3>
|
||||||
|
<p>
|
||||||
|
1:58
|
||||||
|
<br /><strong>Electronic</strong>
|
||||||
|
<br />2013</p>
|
||||||
|
|
||||||
|
<ul class="actions stacked">
|
||||||
|
<li><a href="../../albums/disjointed/6-pure-shite/" class="button">Track</a></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<div class="image">
|
||||||
|
<img src="https://media.basspistol.com/panix/disjointed/6-pure-shite.jpeg" alt="Pure Shite" />
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<section class="streambox" style="margin-top:40px;padding: 40px;">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<h3 style="text-align: center;display: block;">This release can't be bought</h3>
|
||||||
|
<p>But other releases are available here:</p>
|
||||||
|
|
||||||
|
|
||||||
|
<div class="streamer">
|
||||||
|
|
||||||
|
|
||||||
|
<a onclick="_paq.push(['trackEvent', 'StoreLink', 'Bandcamp']);" target="_blank" rel="noopener" href="https://panixheavyindustries.bandcamp.com" alt="Stream from Bandcamp" title="Stream from Bandcamp" class="button icon brands fa-bandcamp">Bandcamp</a>
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</section>
|
||||||
|
|
||||||
|
<section class="wrapper style1 align-center">
|
||||||
|
<div class="inner">
|
||||||
|
<div class="index align-left">
|
||||||
|
<!-- Author -->
|
||||||
|
|
||||||
|
<section>
|
||||||
|
|
||||||
|
<!-- Content -->
|
||||||
|
<div class="content">
|
||||||
|
<!-- post Naviation -->
|
||||||
|
<div style="text-align: center;">
|
||||||
|
<h3>More releases</h3>
|
||||||
|
</div>
|
||||||
|
<div class="post-nav">
|
||||||
|
<div>
|
||||||
|
|
||||||
|
<h4><a href="/albums/nights-ep/" alt="Read Nights Ep" title="Read Nights Ep"><i class="fas fa-arrow-left"></i></a> <a href="/albums/nights-ep/"> Nights Ep</a></h4>
|
||||||
|
<p style="margin-right: 20px"></p>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
<div class="post-nav-next">
|
||||||
|
|
||||||
|
<h4><a href="/albums/no-jazz-greats/"> No Jazz Greats</a> <a href="/albums/no-jazz-greats/" alt="Read No Jazz Greats" title="Read No Jazz Greats"><i class="fas fa-arrow-right"></i></a></h4>
|
||||||
|
<p style="margin-left: 20px"></p>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<!-- End Post Navigation -->
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
|
||||||
|
|
||||||
|
<!-- Footer -->
|
||||||
|
<footer id="footer" class="wrapper style1 align-center">
|
||||||
|
<div class="footflex">
|
||||||
|
<div>
|
||||||
|
<h4>pax:nion</h4>
|
||||||
|
<p>PHI, Panix Heavy Industries
|
||||||
|
<br /><a href="mailto:"></a></p>
|
||||||
|
</div>
|
||||||
|
<div>
|
||||||
|
<ul>
|
||||||
|
<li><a href="#top" class="smooth-scroll-middle">Back to top</a></li>
|
||||||
|
<li><a href="/#album0" class="smooth-scroll-middle">music</a></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<div><img src="/assets/panix-logo-dark.svg" style="max-width:300px" alt="pax:nion Logo" /></div>
|
||||||
|
</div>
|
||||||
|
<div class="inner">
|
||||||
|
<ul class="icons">
|
||||||
|
|
||||||
|
<!-- <li><a href="mailto:" class="icon style2 fa-envelope"><span class="label">Email</span></a></li> -->
|
||||||
|
</ul>
|
||||||
|
<p>©2020 Basspistol | <a href="../../webcreds/">Credits</a> | <a href="../../cookies/">Cookies & Privacy</a></p>
|
||||||
|
</div>
|
||||||
|
</footer>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
<!-- Navigation -->
|
||||||
|
<div id="logo" class="logo">
|
||||||
|
<a href="/" class="smooth-scroll-middle"><img width="200em" src="/assets/panix-logo.svg" alt=" Logo" /></a>
|
||||||
|
<a href="#navbar" onclick="blurBody()" alt="Navigation Menu" title="Navigation Menu"><span style="font-size: 34px;" class="icon solid fa-bars"></span></a>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div id="navbar" style="display: block;" class="modalDialog">
|
||||||
|
<a href="#close" onclick="removeBlur()" alt="Close Menu" title="Close Menu"><div id="closearea"> </div></a>
|
||||||
|
<nav>
|
||||||
|
<a href="#close" title="Close" onclick="removeBlur()" class="close-button close" style="margin: 0 auto;">X</a>
|
||||||
|
<ul>
|
||||||
|
|
||||||
|
|
||||||
|
<li><a href="../../" class="button small">Home</a></li>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<li><a href="../../releases/" class="button small">Releases</a></li>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<li><a href="../../logs/" class="button small">Web-Log</a></li>
|
||||||
|
|
||||||
|
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
</nav>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
<!-- End Navigation -->
|
||||||
|
<!-- Scripts -->
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<script src="../../assets/js/jquery.min.js"></script>
|
||||||
|
<script src="../../assets/js/jquery.scrollex.min.js"></script>
|
||||||
|
<script src="../../assets/js/jquery.scrolly.min.js"></script>
|
||||||
|
<script src="../../assets/js/browser.min.js"></script>
|
||||||
|
<script src="../../assets/js/breakpoints.min.js"></script>
|
||||||
|
<script src="../../assets/js/util.js"></script>
|
||||||
|
<script src="../../assets/js/main.js"></script>
|
||||||
|
<script src="../../assets/js/set.js"></script>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<script type="text/javascript">
|
||||||
|
// html5media enables <video> and <audio> tags in all major browsers
|
||||||
|
// External File: http://api.html5media.info/1.1.8/html5media.min.js
|
||||||
|
|
||||||
|
|
||||||
|
// Add user agent as an attribute on the <html> tag...
|
||||||
|
// Inspiration: http://css-tricks.com/ie-10-specific-styles/
|
||||||
|
var b = document.documentElement;
|
||||||
|
b.setAttribute('data-useragent', navigator.userAgent);
|
||||||
|
b.setAttribute('data-platform', navigator.platform);
|
||||||
|
|
||||||
|
|
||||||
|
// HTML5 audio player + playlist controls...
|
||||||
|
// Inspiration: http://jonhall.info/how_to/create_a_playlist_for_html5_audio
|
||||||
|
// Mythium Archive: https://archive.org/details/mythium/
|
||||||
|
jQuery(function ($) {
|
||||||
|
var supportsAudio = !!document.createElement('audio').canPlayType;
|
||||||
|
if (supportsAudio) {
|
||||||
|
var index = 0,
|
||||||
|
playing = false,
|
||||||
|
mediaPath = '',
|
||||||
|
extension = '',
|
||||||
|
tracks = [{
|
||||||
|
"track": 1,
|
||||||
|
"name": "Disjointed",
|
||||||
|
"length": "1:14",
|
||||||
|
"file": "https://media.basspistol.com/panix/disjointed/1-disjointed"
|
||||||
|
},{
|
||||||
|
"track": 2,
|
||||||
|
"name": "Ze Morning Jäm",
|
||||||
|
"length": "1:47",
|
||||||
|
"file": "https://media.basspistol.com/panix/disjointed/2-ze-morning-j-m"
|
||||||
|
},{
|
||||||
|
"track": 3,
|
||||||
|
"name": "Oh Yeah",
|
||||||
|
"length": "2:24",
|
||||||
|
"file": "https://media.basspistol.com/panix/disjointed/3-oh-yeah"
|
||||||
|
},{
|
||||||
|
"track": 4,
|
||||||
|
"name": "Fluting",
|
||||||
|
"length": "1:41",
|
||||||
|
"file": "https://media.basspistol.com/panix/disjointed/4-fluting"
|
||||||
|
},{
|
||||||
|
"track": 5,
|
||||||
|
"name": "Stoekbroet",
|
||||||
|
"length": "1:51",
|
||||||
|
"file": "https://media.basspistol.com/panix/disjointed/5-stoekbroet"
|
||||||
|
},{
|
||||||
|
"track": 6,
|
||||||
|
"name": "Pure Shite",
|
||||||
|
"length": "1:58",
|
||||||
|
"file": "https://media.basspistol.com/panix/disjointed/6-pure-shite"
|
||||||
|
}],
|
||||||
|
trackCount = tracks.length,
|
||||||
|
npAction = $('#npAction'),
|
||||||
|
npTitle = $('#npTitle'),
|
||||||
|
audio = $('#audio1').bind('play', function () {
|
||||||
|
playing = true;
|
||||||
|
npAction.text('Playing...');
|
||||||
|
}).bind('pause', function () {
|
||||||
|
playing = false;
|
||||||
|
npAction.text('Paused...');
|
||||||
|
}).bind('ended', function () {
|
||||||
|
npAction.text('Paused...');
|
||||||
|
if ((index + 1) < trackCount) {
|
||||||
|
index++;
|
||||||
|
loadTrack(index);
|
||||||
|
audio.play();
|
||||||
|
} else {
|
||||||
|
audio.pause();
|
||||||
|
index = 0;
|
||||||
|
loadTrack(index);
|
||||||
|
}
|
||||||
|
}).get(0),
|
||||||
|
btnPrev = $('#btnPrev').click(function () {
|
||||||
|
if ((index - 1) > -1) {
|
||||||
|
index--;
|
||||||
|
loadTrack(index);
|
||||||
|
if (playing) {
|
||||||
|
audio.play();
|
||||||
|
}
|
||||||
|
} else {
|
||||||
|
audio.pause();
|
||||||
|
index = 0;
|
||||||
|
loadTrack(index);
|
||||||
|
}
|
||||||
|
}),
|
||||||
|
btnNext = $('#btnNext').click(function () {
|
||||||
|
if ((index + 1) < trackCount) {
|
||||||
|
index++;
|
||||||
|
loadTrack(index);
|
||||||
|
if (playing) {
|
||||||
|
audio.play();
|
||||||
|
}
|
||||||
|
} else {
|
||||||
|
audio.pause();
|
||||||
|
index = 0;
|
||||||
|
loadTrack(index);
|
||||||
|
}
|
||||||
|
}),
|
||||||
|
li = $('#plList li').click(function () {
|
||||||
|
var id = parseInt($(this).index());
|
||||||
|
if (id !== index) {
|
||||||
|
playTrack(id);
|
||||||
|
}
|
||||||
|
}),
|
||||||
|
loadTrack = function (id) {
|
||||||
|
$('.plSel').removeClass('plSel');
|
||||||
|
$('#plList li:eq(' + id + ')').addClass('plSel');
|
||||||
|
npTitle.text(tracks[id].name);
|
||||||
|
index = id;
|
||||||
|
audio.src = mediaPath + tracks[id].file + extension;
|
||||||
|
$('audio').attr("data-matomo-title", tracks[id].name);
|
||||||
|
},
|
||||||
|
playTrack = function (id) {
|
||||||
|
loadTrack(id);
|
||||||
|
audio.play();
|
||||||
|
};
|
||||||
|
extension = audio.canPlayType('audio/mpeg') ? '.mp3' : audio.canPlayType('audio/ogg') ? '.ogg' : '';
|
||||||
|
loadTrack(index);
|
||||||
|
}
|
||||||
|
});
|
||||||
|
|
||||||
|
</script>
|
||||||
|
|
||||||
|
|
||||||
|
<div id="cookie-notice">
|
||||||
|
<p>We only use cookies if you consent to it. They don't contain any identifiable info: they just let us know if you enjoyed this enough to come back. <br />Click <a href="#" id="cookie-notice-decline">here</a> if you want this shit to go away without cookies. <br />Read more about how Basspistol <a href="/cookies/">use cookies</a> </p>
|
||||||
|
<a class="button small yes" href="#" id="cookie-notice-accept">I'm in!</a>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<script>
|
||||||
|
function createCookie(name, value, days) {
|
||||||
|
var expires = "";
|
||||||
|
if (days) {
|
||||||
|
var date = new Date();
|
||||||
|
date.setTime(date.getTime() + (days * 24 * 60 * 60 * 1000));
|
||||||
|
expires = "; expires=" + date.toUTCString();
|
||||||
|
}
|
||||||
|
document.cookie = name + "=" + value + expires + "; path=/";
|
||||||
|
}
|
||||||
|
function readCookie(name) {
|
||||||
|
var nameEQ = name + "=";
|
||||||
|
var ca = document.cookie.split(';');
|
||||||
|
for (var i = 0; i < ca.length; i++) {
|
||||||
|
var c = ca[i];
|
||||||
|
while (c.charAt(0) == ' ') c = c.substring(1, c.length);
|
||||||
|
if (c.indexOf(nameEQ) == 0) return c.substring(nameEQ.length, c.length);
|
||||||
|
}
|
||||||
|
return null;
|
||||||
|
}
|
||||||
|
function eraseCookie(name) {
|
||||||
|
createCookie(name, "", -1);
|
||||||
|
}
|
||||||
|
|
||||||
|
if (readCookie('cookie-notice-dismissed') == 'wantCookies') {
|
||||||
|
|
||||||
|
//* Matomo Tag Manager *//
|
||||||
|
|
||||||
|
var _mtm = _mtm || [];
|
||||||
|
_mtm.push({'mtm.startTime': (new Date().getTime()), 'event': 'mtm.Start'});
|
||||||
|
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
|
||||||
|
g.type='text/javascript'; g.async=true; g.defer=true; g.src='https://cdn.matomo.cloud/terminalnetwork.matomo.cloud/container_aJ0T3vZ5.js'; s.parentNode.insertBefore(g,s);
|
||||||
|
|
||||||
|
//* End Matomo Tag Manager *//
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
} else {
|
||||||
|
document.getElementById('cookie-notice').style.display = 'flex';
|
||||||
|
|
||||||
|
var _paq = window._paq || [];
|
||||||
|
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */
|
||||||
|
_paq.push(["setDocumentTitle", document.domain + "/" + document.title]);
|
||||||
|
_paq.push(["disableCookies"]);
|
||||||
|
_paq.push(['trackPageView']);
|
||||||
|
_paq.push(['enableLinkTracking']);
|
||||||
|
(function() {
|
||||||
|
var u="https://terminalnetwork.matomo.cloud/";
|
||||||
|
_paq.push(['setTrackerUrl', u+'matomo.php']);
|
||||||
|
_paq.push(['setSiteId', '14']);
|
||||||
|
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
|
||||||
|
g.type='text/javascript'; g.async=true; g.defer=true; g.src='//cdn.matomo.cloud/terminalnetwork.matomo.cloud/matomo.js'; s.parentNode.insertBefore(g,s);
|
||||||
|
})();
|
||||||
|
|
||||||
|
|
||||||
|
}
|
||||||
|
if (readCookie('cookie-notice-dismissed') == 'dontWantCookies') {
|
||||||
|
document.getElementById('cookie-notice').style.display = 'none';
|
||||||
|
|
||||||
|
var _paq = window._paq || [];
|
||||||
|
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */
|
||||||
|
_paq.push(["setDocumentTitle", document.domain + "/" + document.title]);
|
||||||
|
_paq.push(["disableCookies"]);
|
||||||
|
_paq.push(['trackPageView']);
|
||||||
|
_paq.push(['enableLinkTracking']);
|
||||||
|
(function() {
|
||||||
|
var u="https://terminalnetwork.matomo.cloud/";
|
||||||
|
_paq.push(['setTrackerUrl', u+'matomo.php']);
|
||||||
|
_paq.push(['setSiteId', '14']);
|
||||||
|
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
|
||||||
|
g.type='text/javascript'; g.async=true; g.defer=true; g.src='//cdn.matomo.cloud/terminalnetwork.matomo.cloud/matomo.js'; s.parentNode.insertBefore(g,s);
|
||||||
|
})();
|
||||||
|
|
||||||
|
}
|
||||||
|
document.getElementById('cookie-notice-accept').addEventListener("click", function () {
|
||||||
|
createCookie('cookie-notice-dismissed', 'wantCookies', 31);
|
||||||
|
document.getElementById('cookie-notice').style.display = 'none';
|
||||||
|
_paq.push(['trackEvent', 'Consent', 'wantCookie']);
|
||||||
|
location.reload();
|
||||||
|
});
|
||||||
|
|
||||||
|
document.getElementById('cookie-notice-decline').addEventListener("click", function () {
|
||||||
|
createCookie('cookie-notice-dismissed', 'dontWantCookies', 31);
|
||||||
|
document.getElementById('cookie-notice').style.display = 'none';
|
||||||
|
_paq.push(['trackEvent', 'Consent', 'dontWantCookie']);
|
||||||
|
location.reload();
|
||||||
|
});
|
||||||
|
|
||||||
|
// document.getElementById('cookie-notice-gimme').addEventListener("click", function () {
|
||||||
|
// createCookie('cookie-notice-dismissed', 'wantCookies', 31);
|
||||||
|
// document.getElementById('cookie-notice').style.display = 'none';
|
||||||
|
// location.reload();
|
||||||
|
// });
|
||||||
|
|
||||||
|
|
||||||
|
</script>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
404
albums/end2010-start2011/1-zoega-megadrive/index.html
Normal file
404
albums/end2010-start2011/1-zoega-megadrive/index.html
Normal file
|
|
@ -0,0 +1,404 @@
|
||||||
|
<!DOCTYPE html>
|
||||||
|
<!--
|
||||||
|
Based on _Story_ by html5up.net | @ajlkn
|
||||||
|
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
|
||||||
|
Remixed and Jekyllified by Setto
|
||||||
|
-->
|
||||||
|
<html lang="en">
|
||||||
|
<head>
|
||||||
|
<!-- Begin Jekyll SEO tag v2.6.1 -->
|
||||||
|
<meta name="generator" content="Jekyll v4.0.0" />
|
||||||
|
<meta property="og:title" content="1 Zoega Megadrive" />
|
||||||
|
<meta name="author" content="pax:nion" />
|
||||||
|
<meta property="og:locale" content="en" />
|
||||||
|
<meta name="description" content="PHI, Panix Heavy Industries" />
|
||||||
|
<meta property="og:description" content="PHI, Panix Heavy Industries" />
|
||||||
|
<link rel="canonical" href="https://panix.basspistol.com/albums/end2010-start2011/1-zoega-megadrive/" />
|
||||||
|
<meta property="og:url" content="https://panix.basspistol.com/albums/end2010-start2011/1-zoega-megadrive/" />
|
||||||
|
<meta property="og:site_name" content="pax:nion" />
|
||||||
|
<meta property="og:type" content="article" />
|
||||||
|
<meta property="article:published_time" content="2020-07-05T18:07:03+00:00" />
|
||||||
|
<script type="application/ld+json">
|
||||||
|
{"description":"PHI, Panix Heavy Industries","@type":"AudioObject","headline":"1 Zoega Megadrive","dateModified":"2020-07-05T18:07:00+00:00","datePublished":"2020-07-05T18:07:03+00:00","url":"https://panix.basspistol.com/albums/end2010-start2011/1-zoega-megadrive/","author":{"@type":"Person","name":"pax:nion"},"publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://panix.basspistol.com/assets/img/setto_icon.png"},"name":"pax:nion"},"@context":"https://schema.org"}</script>
|
||||||
|
<!-- End Jekyll SEO tag -->
|
||||||
|
|
||||||
|
<link type="application/atom+xml" rel="alternate" href="https://panix.basspistol.com/feed.xml" title="" />
|
||||||
|
<!-- BEGIN seo.html -->
|
||||||
|
|
||||||
|
<title>Play Zoega Megadrive by Panixonik</title>
|
||||||
|
<meta name="title" content="Play Zoega Megadrive by Panixonik" />
|
||||||
|
|
||||||
|
<meta name="dc.date.modified" scheme="ISO8601" content="2020-07-05T18:07:00+00:00" />
|
||||||
|
<meta name="robots" content="index" />
|
||||||
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||||
|
<link rel="canonical" href="https://panix.basspistol.com/albums/end2010-start2011/1-zoega-megadrive/" />
|
||||||
|
<link rel="alternate" hreflang="x-default" href="https://panix.basspistol.com/albums/end2010-start2011/1-zoega-megadrive/" />
|
||||||
|
<meta name="geo.region" content="BJ-ZO" />
|
||||||
|
<meta name="geo.placename" content="Setto" />
|
||||||
|
<meta name="geo.position" content="7.48777;2.076389" />
|
||||||
|
<meta name="ICBM" content="7.48777, 2.076389" />
|
||||||
|
|
||||||
|
<!-- Dublin Core basic info -->
|
||||||
|
|
||||||
|
<meta name="dcterms.Identifier" content="https://panix.basspistol.com" />
|
||||||
|
<meta name="dcterms.Format" content="text/html" />
|
||||||
|
<meta name="dcterms.Relation" content="pax:nion" />
|
||||||
|
<meta name="dcterms.Publisher" content="pax:nion" />
|
||||||
|
<meta name="dcterms.Type" content="text/html" />
|
||||||
|
<meta name="dcterms.Coverage" content="https://panix.basspistol.com/" />
|
||||||
|
<meta name="dcterms.Rights" content="Copyright ©2020 pax:nion." />
|
||||||
|
|
||||||
|
<meta name="dcterms.Subject" content="Listen and to a track by Panixonik from the release End2010 - Start2011 and support your remote artist!" />
|
||||||
|
<meta name="dcterms.Title" content="Zoega Megadrive - Panixonik | pax:nion" />
|
||||||
|
|
||||||
|
<meta name="dcterms.Contributor" content="pax:nion" />
|
||||||
|
<meta name="dcterms.Date" content="2020-07-05" />
|
||||||
|
<meta name="dcterms.Description" content="" />
|
||||||
|
|
||||||
|
<!-- Twitter Card -->
|
||||||
|
|
||||||
|
<meta name="twitter:card" content="summary" />
|
||||||
|
<meta name="twitter:site" content="@" />
|
||||||
|
<meta name="twitter:title" content="1 Zoega Megadrive | pax:nion" />
|
||||||
|
<meta name="twitter:description" content="PHI, Panix Heavy Industries" />
|
||||||
|
|
||||||
|
<meta name="twitter:image" content="https://panix.basspistol.com/assets/albums/end2010-start2011/1-zoega-megadrive.jpeg" />
|
||||||
|
|
||||||
|
<!-- END seo.html -->
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<meta charset="utf-8" />
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=yes" />
|
||||||
|
<link rel="stylesheet" href="../../../assets/css/main20200519.css" />
|
||||||
|
|
||||||
|
<link rel="apple-touch-icon" href="https://panix.basspistol.com/apple-touch-icon.png" />
|
||||||
|
<link rel="icon" type="image/png" href="https://panix.basspistol.com/touch-icon.png" sizes="192x192" />
|
||||||
|
<link rel="shortcut icon" href="https://panix.basspistol.com/assets/img/setto_icon.png" type="image/png" />
|
||||||
|
<noscript><link rel="stylesheet" href="../../../assets/css/noscript20200518-rev1.css" /></noscript>
|
||||||
|
</head>
|
||||||
|
|
||||||
|
<body class="is-preload" id="body">
|
||||||
|
<span id="top" style="display: none;"></span>
|
||||||
|
<!-- Wrapper -->
|
||||||
|
<div id="wrapper" class="divided" data-cms-content-wrapper="/_layouts/default.html">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<!-- Banner -->
|
||||||
|
<section
|
||||||
|
class="banner onload-image-fade-in onload-content-fade-right style3 fullscreen content-align-center image-position-center" style="background-image:url('https://media.basspistol.com/panix/end2010-start2011/1-zoega-megadrive.jpeg');background-size: cover; background-repeat: no-repeat;">
|
||||||
|
<div style="z-index:0;position:absolute; top:0; left:0; width:100%;height:100%;background-color: rgba(13, 13 ,13, 0.85);"></div>
|
||||||
|
<div class="content" style="z-index:1">
|
||||||
|
<h1 style="margin-top:80px">Zoega Megadrive</h1>
|
||||||
|
|
||||||
|
<p><strong><span id="tracktime"></span></strong><span id="zoegamegadrive"></span></strong> <br />
|
||||||
|
Style: <strong>Electronic</strong>
|
||||||
|
</p>
|
||||||
|
<script type="text/javascript">
|
||||||
|
var zoegamegadrivetimestamp = 158;
|
||||||
|
var zoegamegadrivehours = Math.floor(zoegamegadrivetimestamp / 60 / 60);
|
||||||
|
var zoegamegadriveminutes = Math.floor(zoegamegadrivetimestamp / 60) - (zoegamegadrivehours * 60);
|
||||||
|
var zoegamegadriveseconds = zoegamegadrivetimestamp % 60;
|
||||||
|
var zoegamegadriveformatted = zoegamegadrivehours.toString().padStart(2, '0') + ':' + zoegamegadriveminutes.toString().padStart(2, '0') + ':' + zoegamegadriveseconds.toString().padStart(2, '0');
|
||||||
|
var theSpan = document.getElementById("zoegamegadrive");
|
||||||
|
theSpan.innerHTML = zoegamegadriveformatted;
|
||||||
|
</script>
|
||||||
|
|
||||||
|
|
||||||
|
<ul class="actions stacked">
|
||||||
|
<li><button id="mu_pause" class="smooth-scroll-middle button icon solid fa-play">Play dat!</button></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="image">
|
||||||
|
<img src="https://media.basspistol.com/panix/end2010-start2011/1-zoega-megadrive.jpeg" alt="1 Zoega Megadrive logo" id="coverart" />
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
|
||||||
|
|
||||||
|
<!-- Page navigation -->
|
||||||
|
<section class="wrapper style1 align-center">
|
||||||
|
<div class="inner">
|
||||||
|
<div class="index align-left">
|
||||||
|
<!-- Author -->
|
||||||
|
<section class="streambox" style="margin-top:40px;padding: 40px;">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<h3 style="text-align: center;display: block;">This track can't be bought</h3>
|
||||||
|
<p>But other tracks are available here:</p>
|
||||||
|
|
||||||
|
|
||||||
|
<div class="streamer">
|
||||||
|
|
||||||
|
|
||||||
|
<a onclick="_paq.push(['trackEvent', 'StoreLink', 'Bandcamp']);" target="_blank" rel="noopener" href="https://panixheavyindustries.bandcamp.com" alt="Stream from Bandcamp" title="Stream from Bandcamp" class="button icon brands fa-bandcamp">Bandcamp</a>
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</section>
|
||||||
|
<section>
|
||||||
|
<!-- Content -->
|
||||||
|
<div class="content">
|
||||||
|
<!-- post Naviation -->
|
||||||
|
<div style="text-align: center;">
|
||||||
|
<h3>Play more songs grom this release</h3>
|
||||||
|
</div>
|
||||||
|
<div class="post-nav">
|
||||||
|
<div>
|
||||||
|
|
||||||
|
<h4><a href="../../../albums/end2010-start2011/2-our-pal/" alt="Read Our Pal" title="Read Our Pal"><i class="fas fa-arrow-left"></i></a> <a
|
||||||
|
href="../../../albums/end2010-start2011/2-our-pal/"> Our Pal</a>
|
||||||
|
</h4>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
<div class="post-nav-next">
|
||||||
|
|
||||||
|
<h4><a href="../../../albums/end2010-start2011/2-our-pal/"> Our Pal</a> <a
|
||||||
|
href="../../../albums/end2010-start2011/2-our-pal/" alt="Read Our Pal" title="Read Our Pal"><i class="fas fa-arrow-right"></i></a></h4>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<!-- End Post Navigation -->
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
<!-- Audio player-->
|
||||||
|
<audio autoplay preload="true" data-matomo-title="Zoega Megadrive">
|
||||||
|
<source src="https://media.basspistol.com/panix/end2010-start2011/1-zoega-megadrive.mp3" type="audio/mpeg" ontimeupdate='updateTrackTime(this);' />
|
||||||
|
<h1>Your browser isn't ready for so much hotness. Use the download-link instead.</h1>.
|
||||||
|
</audio>
|
||||||
|
<!-- Footer -->
|
||||||
|
<footer id="footer" class="wrapper style1 align-center">
|
||||||
|
<div class="footflex">
|
||||||
|
<div>
|
||||||
|
<h4>pax:nion</h4>
|
||||||
|
<p>PHI, Panix Heavy Industries
|
||||||
|
<br /><a href="mailto:"></a></p>
|
||||||
|
</div>
|
||||||
|
<div>
|
||||||
|
<ul>
|
||||||
|
<li><a href="#top" class="smooth-scroll-middle">Back to top</a></li>
|
||||||
|
<li><a href="/#album0" class="smooth-scroll-middle">music</a></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<div><img src="/assets/panix-logo-dark.svg" style="max-width:300px" alt="pax:nion Logo" /></div>
|
||||||
|
</div>
|
||||||
|
<div class="inner">
|
||||||
|
<ul class="icons">
|
||||||
|
|
||||||
|
<!-- <li><a href="mailto:" class="icon style2 fa-envelope"><span class="label">Email</span></a></li> -->
|
||||||
|
</ul>
|
||||||
|
<p>©2020 Basspistol | <a href="../../../webcreds/">Credits</a> | <a href="../../../cookies/">Cookies & Privacy</a></p>
|
||||||
|
</div>
|
||||||
|
</footer>
|
||||||
|
|
||||||
|
|
||||||
|
<script type="text/javascript">
|
||||||
|
function loadUrl(newLocation) {
|
||||||
|
window.location = newLocation;
|
||||||
|
return false;
|
||||||
|
}
|
||||||
|
|
||||||
|
var mu = document.getElementsByTagName("audio")[0];
|
||||||
|
var pauseButton = document.getElementById("mu_pause");
|
||||||
|
var spincover = document.getElementById("coverart");
|
||||||
|
|
||||||
|
mu.addEventListener('ended', function () {
|
||||||
|
// only functional if "loop" is removed
|
||||||
|
mu.pause();
|
||||||
|
mu.currentTime = 0;
|
||||||
|
loadUrl("../../../end2010-start2011/2-our-pal/"); return false;
|
||||||
|
});
|
||||||
|
mu.onplaying = function() {
|
||||||
|
pauseButton.innerHTML = "Pause";
|
||||||
|
pauseButton.classList.remove("fa-play");
|
||||||
|
pauseButton.classList.add("fa-pause");
|
||||||
|
spincover.classList.add("spinnit");
|
||||||
|
spincover.classList.remove("paused");
|
||||||
|
};
|
||||||
|
|
||||||
|
pauseButton.addEventListener("click", function () {
|
||||||
|
if (mu.paused) {
|
||||||
|
mu.play();
|
||||||
|
|
||||||
|
}
|
||||||
|
else {
|
||||||
|
mu.pause();
|
||||||
|
pauseButton.innerHTML = "Resume";
|
||||||
|
pauseButton.classList.add("fa-play");
|
||||||
|
pauseButton.classList.remove("fa-pause");
|
||||||
|
spincover.classList.add("paused");
|
||||||
|
}
|
||||||
|
});
|
||||||
|
|
||||||
|
mu.addEventListener('timeupdate', function () {
|
||||||
|
var timestamp = Math.floor(mu.currentTime);
|
||||||
|
var hours = Math.floor(timestamp / 60 / 60);
|
||||||
|
var minutes = Math.floor(timestamp / 60) - (hours * 60);
|
||||||
|
var seconds = timestamp % 60;
|
||||||
|
var formatted = hours.toString().padStart(2, '0') + ':' + minutes.toString().padStart(2, '0') + ':' + seconds.toString().padStart(2, '0');
|
||||||
|
var thecurrentSpan = document.getElementById("tracktime");
|
||||||
|
thecurrentSpan.innerHTML = formatted + ' / ';
|
||||||
|
});
|
||||||
|
|
||||||
|
</script>
|
||||||
|
</div>
|
||||||
|
<!-- Navigation -->
|
||||||
|
<div id="logo" class="logo">
|
||||||
|
<a href="/" class="smooth-scroll-middle"><img width="200em" src="/assets/panix-logo.svg" alt=" Logo" /></a>
|
||||||
|
<a href="#navbar" onclick="blurBody()" alt="Navigation Menu" title="Navigation Menu"><span style="font-size: 34px;" class="icon solid fa-bars"></span></a>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div id="navbar" style="display: block;" class="modalDialog">
|
||||||
|
<a href="#close" onclick="removeBlur()" alt="Close Menu" title="Close Menu"><div id="closearea"> </div></a>
|
||||||
|
<nav>
|
||||||
|
<a href="#close" title="Close" onclick="removeBlur()" class="close-button close" style="margin: 0 auto;">X</a>
|
||||||
|
<ul>
|
||||||
|
|
||||||
|
|
||||||
|
<li><a href="../../../" class="button small">Home</a></li>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<li><a href="../../../releases/" class="button small">Releases</a></li>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<li><a href="../../../logs/" class="button small">Web-Log</a></li>
|
||||||
|
|
||||||
|
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
</nav>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
<!-- End Navigation -->
|
||||||
|
<!-- Scripts -->
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<script src="../../../assets/js/jquery.min.js"></script>
|
||||||
|
<script src="../../../assets/js/jquery.scrollex.min.js"></script>
|
||||||
|
<script src="../../../assets/js/jquery.scrolly.min.js"></script>
|
||||||
|
<script src="../../../assets/js/browser.min.js"></script>
|
||||||
|
<script src="../../../assets/js/breakpoints.min.js"></script>
|
||||||
|
<script src="../../../assets/js/util.js"></script>
|
||||||
|
<script src="../../../assets/js/main.js"></script>
|
||||||
|
<script src="../../../assets/js/set.js"></script>
|
||||||
|
|
||||||
|
|
||||||
|
<div id="cookie-notice">
|
||||||
|
<p>We only use cookies if you consent to it. They don't contain any identifiable info: they just let us know if you enjoyed this enough to come back. <br />Click <a href="#" id="cookie-notice-decline">here</a> if you want this shit to go away without cookies. <br />Read more about how Basspistol <a href="/cookies/">use cookies</a> </p>
|
||||||
|
<a class="button small yes" href="#" id="cookie-notice-accept">I'm in!</a>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<script>
|
||||||
|
function createCookie(name, value, days) {
|
||||||
|
var expires = "";
|
||||||
|
if (days) {
|
||||||
|
var date = new Date();
|
||||||
|
date.setTime(date.getTime() + (days * 24 * 60 * 60 * 1000));
|
||||||
|
expires = "; expires=" + date.toUTCString();
|
||||||
|
}
|
||||||
|
document.cookie = name + "=" + value + expires + "; path=/";
|
||||||
|
}
|
||||||
|
function readCookie(name) {
|
||||||
|
var nameEQ = name + "=";
|
||||||
|
var ca = document.cookie.split(';');
|
||||||
|
for (var i = 0; i < ca.length; i++) {
|
||||||
|
var c = ca[i];
|
||||||
|
while (c.charAt(0) == ' ') c = c.substring(1, c.length);
|
||||||
|
if (c.indexOf(nameEQ) == 0) return c.substring(nameEQ.length, c.length);
|
||||||
|
}
|
||||||
|
return null;
|
||||||
|
}
|
||||||
|
function eraseCookie(name) {
|
||||||
|
createCookie(name, "", -1);
|
||||||
|
}
|
||||||
|
|
||||||
|
if (readCookie('cookie-notice-dismissed') == 'wantCookies') {
|
||||||
|
|
||||||
|
//* Matomo Tag Manager *//
|
||||||
|
|
||||||
|
var _mtm = _mtm || [];
|
||||||
|
_mtm.push({'mtm.startTime': (new Date().getTime()), 'event': 'mtm.Start'});
|
||||||
|
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
|
||||||
|
g.type='text/javascript'; g.async=true; g.defer=true; g.src='https://cdn.matomo.cloud/terminalnetwork.matomo.cloud/container_aJ0T3vZ5.js'; s.parentNode.insertBefore(g,s);
|
||||||
|
|
||||||
|
//* End Matomo Tag Manager *//
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
} else {
|
||||||
|
document.getElementById('cookie-notice').style.display = 'flex';
|
||||||
|
|
||||||
|
var _paq = window._paq || [];
|
||||||
|
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */
|
||||||
|
_paq.push(["setDocumentTitle", document.domain + "/" + document.title]);
|
||||||
|
_paq.push(["disableCookies"]);
|
||||||
|
_paq.push(['trackPageView']);
|
||||||
|
_paq.push(['enableLinkTracking']);
|
||||||
|
(function() {
|
||||||
|
var u="https://terminalnetwork.matomo.cloud/";
|
||||||
|
_paq.push(['setTrackerUrl', u+'matomo.php']);
|
||||||
|
_paq.push(['setSiteId', '14']);
|
||||||
|
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
|
||||||
|
g.type='text/javascript'; g.async=true; g.defer=true; g.src='//cdn.matomo.cloud/terminalnetwork.matomo.cloud/matomo.js'; s.parentNode.insertBefore(g,s);
|
||||||
|
})();
|
||||||
|
|
||||||
|
|
||||||
|
}
|
||||||
|
if (readCookie('cookie-notice-dismissed') == 'dontWantCookies') {
|
||||||
|
document.getElementById('cookie-notice').style.display = 'none';
|
||||||
|
|
||||||
|
var _paq = window._paq || [];
|
||||||
|
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */
|
||||||
|
_paq.push(["setDocumentTitle", document.domain + "/" + document.title]);
|
||||||
|
_paq.push(["disableCookies"]);
|
||||||
|
_paq.push(['trackPageView']);
|
||||||
|
_paq.push(['enableLinkTracking']);
|
||||||
|
(function() {
|
||||||
|
var u="https://terminalnetwork.matomo.cloud/";
|
||||||
|
_paq.push(['setTrackerUrl', u+'matomo.php']);
|
||||||
|
_paq.push(['setSiteId', '14']);
|
||||||
|
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
|
||||||
|
g.type='text/javascript'; g.async=true; g.defer=true; g.src='//cdn.matomo.cloud/terminalnetwork.matomo.cloud/matomo.js'; s.parentNode.insertBefore(g,s);
|
||||||
|
})();
|
||||||
|
|
||||||
|
}
|
||||||
|
document.getElementById('cookie-notice-accept').addEventListener("click", function () {
|
||||||
|
createCookie('cookie-notice-dismissed', 'wantCookies', 31);
|
||||||
|
document.getElementById('cookie-notice').style.display = 'none';
|
||||||
|
_paq.push(['trackEvent', 'Consent', 'wantCookie']);
|
||||||
|
location.reload();
|
||||||
|
});
|
||||||
|
|
||||||
|
document.getElementById('cookie-notice-decline').addEventListener("click", function () {
|
||||||
|
createCookie('cookie-notice-dismissed', 'dontWantCookies', 31);
|
||||||
|
document.getElementById('cookie-notice').style.display = 'none';
|
||||||
|
_paq.push(['trackEvent', 'Consent', 'dontWantCookie']);
|
||||||
|
location.reload();
|
||||||
|
});
|
||||||
|
|
||||||
|
// document.getElementById('cookie-notice-gimme').addEventListener("click", function () {
|
||||||
|
// createCookie('cookie-notice-dismissed', 'wantCookies', 31);
|
||||||
|
// document.getElementById('cookie-notice').style.display = 'none';
|
||||||
|
// location.reload();
|
||||||
|
// });
|
||||||
|
|
||||||
|
|
||||||
|
</script>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
404
albums/end2010-start2011/2-our-pal/index.html
Normal file
404
albums/end2010-start2011/2-our-pal/index.html
Normal file
|
|
@ -0,0 +1,404 @@
|
||||||
|
<!DOCTYPE html>
|
||||||
|
<!--
|
||||||
|
Based on _Story_ by html5up.net | @ajlkn
|
||||||
|
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
|
||||||
|
Remixed and Jekyllified by Setto
|
||||||
|
-->
|
||||||
|
<html lang="en">
|
||||||
|
<head>
|
||||||
|
<!-- Begin Jekyll SEO tag v2.6.1 -->
|
||||||
|
<meta name="generator" content="Jekyll v4.0.0" />
|
||||||
|
<meta property="og:title" content="2 Our Pal" />
|
||||||
|
<meta name="author" content="pax:nion" />
|
||||||
|
<meta property="og:locale" content="en" />
|
||||||
|
<meta name="description" content="PHI, Panix Heavy Industries" />
|
||||||
|
<meta property="og:description" content="PHI, Panix Heavy Industries" />
|
||||||
|
<link rel="canonical" href="https://panix.basspistol.com/albums/end2010-start2011/2-our-pal/" />
|
||||||
|
<meta property="og:url" content="https://panix.basspistol.com/albums/end2010-start2011/2-our-pal/" />
|
||||||
|
<meta property="og:site_name" content="pax:nion" />
|
||||||
|
<meta property="og:type" content="article" />
|
||||||
|
<meta property="article:published_time" content="2020-07-05T18:07:03+00:00" />
|
||||||
|
<script type="application/ld+json">
|
||||||
|
{"description":"PHI, Panix Heavy Industries","@type":"AudioObject","headline":"2 Our Pal","dateModified":"2020-07-05T18:07:00+00:00","datePublished":"2020-07-05T18:07:03+00:00","url":"https://panix.basspistol.com/albums/end2010-start2011/2-our-pal/","author":{"@type":"Person","name":"pax:nion"},"publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://panix.basspistol.com/assets/img/setto_icon.png"},"name":"pax:nion"},"@context":"https://schema.org"}</script>
|
||||||
|
<!-- End Jekyll SEO tag -->
|
||||||
|
|
||||||
|
<link type="application/atom+xml" rel="alternate" href="https://panix.basspistol.com/feed.xml" title="" />
|
||||||
|
<!-- BEGIN seo.html -->
|
||||||
|
|
||||||
|
<title>Play Our Pal by Panixonik</title>
|
||||||
|
<meta name="title" content="Play Our Pal by Panixonik" />
|
||||||
|
|
||||||
|
<meta name="dc.date.modified" scheme="ISO8601" content="2020-07-05T18:07:00+00:00" />
|
||||||
|
<meta name="robots" content="index" />
|
||||||
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||||
|
<link rel="canonical" href="https://panix.basspistol.com/albums/end2010-start2011/2-our-pal/" />
|
||||||
|
<link rel="alternate" hreflang="x-default" href="https://panix.basspistol.com/albums/end2010-start2011/2-our-pal/" />
|
||||||
|
<meta name="geo.region" content="BJ-ZO" />
|
||||||
|
<meta name="geo.placename" content="Setto" />
|
||||||
|
<meta name="geo.position" content="7.48777;2.076389" />
|
||||||
|
<meta name="ICBM" content="7.48777, 2.076389" />
|
||||||
|
|
||||||
|
<!-- Dublin Core basic info -->
|
||||||
|
|
||||||
|
<meta name="dcterms.Identifier" content="https://panix.basspistol.com" />
|
||||||
|
<meta name="dcterms.Format" content="text/html" />
|
||||||
|
<meta name="dcterms.Relation" content="pax:nion" />
|
||||||
|
<meta name="dcterms.Publisher" content="pax:nion" />
|
||||||
|
<meta name="dcterms.Type" content="text/html" />
|
||||||
|
<meta name="dcterms.Coverage" content="https://panix.basspistol.com/" />
|
||||||
|
<meta name="dcterms.Rights" content="Copyright ©2020 pax:nion." />
|
||||||
|
|
||||||
|
<meta name="dcterms.Subject" content="Listen and to a track by Panixonik from the release End2010 - Start2011 and support your remote artist!" />
|
||||||
|
<meta name="dcterms.Title" content="Our Pal - Panixonik | pax:nion" />
|
||||||
|
|
||||||
|
<meta name="dcterms.Contributor" content="pax:nion" />
|
||||||
|
<meta name="dcterms.Date" content="2020-07-05" />
|
||||||
|
<meta name="dcterms.Description" content="" />
|
||||||
|
|
||||||
|
<!-- Twitter Card -->
|
||||||
|
|
||||||
|
<meta name="twitter:card" content="summary" />
|
||||||
|
<meta name="twitter:site" content="@" />
|
||||||
|
<meta name="twitter:title" content="2 Our Pal | pax:nion" />
|
||||||
|
<meta name="twitter:description" content="PHI, Panix Heavy Industries" />
|
||||||
|
|
||||||
|
<meta name="twitter:image" content="https://panix.basspistol.com/assets/albums/end2010-start2011/2-our-pal.jpeg" />
|
||||||
|
|
||||||
|
<!-- END seo.html -->
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<meta charset="utf-8" />
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=yes" />
|
||||||
|
<link rel="stylesheet" href="../../../assets/css/main20200519.css" />
|
||||||
|
|
||||||
|
<link rel="apple-touch-icon" href="https://panix.basspistol.com/apple-touch-icon.png" />
|
||||||
|
<link rel="icon" type="image/png" href="https://panix.basspistol.com/touch-icon.png" sizes="192x192" />
|
||||||
|
<link rel="shortcut icon" href="https://panix.basspistol.com/assets/img/setto_icon.png" type="image/png" />
|
||||||
|
<noscript><link rel="stylesheet" href="../../../assets/css/noscript20200518-rev1.css" /></noscript>
|
||||||
|
</head>
|
||||||
|
|
||||||
|
<body class="is-preload" id="body">
|
||||||
|
<span id="top" style="display: none;"></span>
|
||||||
|
<!-- Wrapper -->
|
||||||
|
<div id="wrapper" class="divided" data-cms-content-wrapper="/_layouts/default.html">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<!-- Banner -->
|
||||||
|
<section
|
||||||
|
class="banner onload-image-fade-in onload-content-fade-right style3 fullscreen content-align-center image-position-center" style="background-image:url('https://media.basspistol.com/panix/end2010-start2011/2-our-pal.jpeg');background-size: cover; background-repeat: no-repeat;">
|
||||||
|
<div style="z-index:0;position:absolute; top:0; left:0; width:100%;height:100%;background-color: rgba(13, 13 ,13, 0.85);"></div>
|
||||||
|
<div class="content" style="z-index:1">
|
||||||
|
<h1 style="margin-top:80px">Our Pal</h1>
|
||||||
|
|
||||||
|
<p><strong><span id="tracktime"></span></strong><span id="ourpal"></span></strong> <br />
|
||||||
|
Style: <strong>Electronic</strong>
|
||||||
|
</p>
|
||||||
|
<script type="text/javascript">
|
||||||
|
var ourpaltimestamp = 99;
|
||||||
|
var ourpalhours = Math.floor(ourpaltimestamp / 60 / 60);
|
||||||
|
var ourpalminutes = Math.floor(ourpaltimestamp / 60) - (ourpalhours * 60);
|
||||||
|
var ourpalseconds = ourpaltimestamp % 60;
|
||||||
|
var ourpalformatted = ourpalhours.toString().padStart(2, '0') + ':' + ourpalminutes.toString().padStart(2, '0') + ':' + ourpalseconds.toString().padStart(2, '0');
|
||||||
|
var theSpan = document.getElementById("ourpal");
|
||||||
|
theSpan.innerHTML = ourpalformatted;
|
||||||
|
</script>
|
||||||
|
|
||||||
|
|
||||||
|
<ul class="actions stacked">
|
||||||
|
<li><button id="mu_pause" class="smooth-scroll-middle button icon solid fa-play">Play dat!</button></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="image">
|
||||||
|
<img src="https://media.basspistol.com/panix/end2010-start2011/2-our-pal.jpeg" alt="2 Our Pal logo" id="coverart" />
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
|
||||||
|
|
||||||
|
<!-- Page navigation -->
|
||||||
|
<section class="wrapper style1 align-center">
|
||||||
|
<div class="inner">
|
||||||
|
<div class="index align-left">
|
||||||
|
<!-- Author -->
|
||||||
|
<section class="streambox" style="margin-top:40px;padding: 40px;">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<h3 style="text-align: center;display: block;">This track can't be bought</h3>
|
||||||
|
<p>But other tracks are available here:</p>
|
||||||
|
|
||||||
|
|
||||||
|
<div class="streamer">
|
||||||
|
|
||||||
|
|
||||||
|
<a onclick="_paq.push(['trackEvent', 'StoreLink', 'Bandcamp']);" target="_blank" rel="noopener" href="https://panixheavyindustries.bandcamp.com" alt="Stream from Bandcamp" title="Stream from Bandcamp" class="button icon brands fa-bandcamp">Bandcamp</a>
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</section>
|
||||||
|
<section>
|
||||||
|
<!-- Content -->
|
||||||
|
<div class="content">
|
||||||
|
<!-- post Naviation -->
|
||||||
|
<div style="text-align: center;">
|
||||||
|
<h3>Play more songs grom this release</h3>
|
||||||
|
</div>
|
||||||
|
<div class="post-nav">
|
||||||
|
<div>
|
||||||
|
|
||||||
|
<h4><a href="../../../albums/end2010-start2011/1-zoega-megadrive/" alt="Read Zoega Megadrive" title="Read Zoega Megadrive"><i class="fas fa-arrow-left"></i></a> <a
|
||||||
|
href="../../../albums/end2010-start2011/1-zoega-megadrive/"> Zoega Megadrive</a>
|
||||||
|
</h4>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
<div class="post-nav-next">
|
||||||
|
|
||||||
|
<h4><a href="../../../albums/end2010-start2011/1-zoega-megadrive/"> Zoega Megadrive</a> <a
|
||||||
|
href="../../../albums/end2010-start2011/1-zoega-megadrive/" alt="Read Zoega Megadrive" title="Read Zoega Megadrive"><i class="fas fa-arrow-right"></i></a></h4>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<!-- End Post Navigation -->
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
<!-- Audio player-->
|
||||||
|
<audio autoplay preload="true" data-matomo-title="Our Pal">
|
||||||
|
<source src="https://media.basspistol.com/panix/end2010-start2011/2-our-pal.mp3" type="audio/mpeg" ontimeupdate='updateTrackTime(this);' />
|
||||||
|
<h1>Your browser isn't ready for so much hotness. Use the download-link instead.</h1>.
|
||||||
|
</audio>
|
||||||
|
<!-- Footer -->
|
||||||
|
<footer id="footer" class="wrapper style1 align-center">
|
||||||
|
<div class="footflex">
|
||||||
|
<div>
|
||||||
|
<h4>pax:nion</h4>
|
||||||
|
<p>PHI, Panix Heavy Industries
|
||||||
|
<br /><a href="mailto:"></a></p>
|
||||||
|
</div>
|
||||||
|
<div>
|
||||||
|
<ul>
|
||||||
|
<li><a href="#top" class="smooth-scroll-middle">Back to top</a></li>
|
||||||
|
<li><a href="/#album0" class="smooth-scroll-middle">music</a></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<div><img src="/assets/panix-logo-dark.svg" style="max-width:300px" alt="pax:nion Logo" /></div>
|
||||||
|
</div>
|
||||||
|
<div class="inner">
|
||||||
|
<ul class="icons">
|
||||||
|
|
||||||
|
<!-- <li><a href="mailto:" class="icon style2 fa-envelope"><span class="label">Email</span></a></li> -->
|
||||||
|
</ul>
|
||||||
|
<p>©2020 Basspistol | <a href="../../../webcreds/">Credits</a> | <a href="../../../cookies/">Cookies & Privacy</a></p>
|
||||||
|
</div>
|
||||||
|
</footer>
|
||||||
|
|
||||||
|
|
||||||
|
<script type="text/javascript">
|
||||||
|
function loadUrl(newLocation) {
|
||||||
|
window.location = newLocation;
|
||||||
|
return false;
|
||||||
|
}
|
||||||
|
|
||||||
|
var mu = document.getElementsByTagName("audio")[0];
|
||||||
|
var pauseButton = document.getElementById("mu_pause");
|
||||||
|
var spincover = document.getElementById("coverart");
|
||||||
|
|
||||||
|
mu.addEventListener('ended', function () {
|
||||||
|
// only functional if "loop" is removed
|
||||||
|
mu.pause();
|
||||||
|
mu.currentTime = 0;
|
||||||
|
loadUrl("../../../end2010-start2011/1-zoega-megadrive/"); return false;
|
||||||
|
});
|
||||||
|
mu.onplaying = function() {
|
||||||
|
pauseButton.innerHTML = "Pause";
|
||||||
|
pauseButton.classList.remove("fa-play");
|
||||||
|
pauseButton.classList.add("fa-pause");
|
||||||
|
spincover.classList.add("spinnit");
|
||||||
|
spincover.classList.remove("paused");
|
||||||
|
};
|
||||||
|
|
||||||
|
pauseButton.addEventListener("click", function () {
|
||||||
|
if (mu.paused) {
|
||||||
|
mu.play();
|
||||||
|
|
||||||
|
}
|
||||||
|
else {
|
||||||
|
mu.pause();
|
||||||
|
pauseButton.innerHTML = "Resume";
|
||||||
|
pauseButton.classList.add("fa-play");
|
||||||
|
pauseButton.classList.remove("fa-pause");
|
||||||
|
spincover.classList.add("paused");
|
||||||
|
}
|
||||||
|
});
|
||||||
|
|
||||||
|
mu.addEventListener('timeupdate', function () {
|
||||||
|
var timestamp = Math.floor(mu.currentTime);
|
||||||
|
var hours = Math.floor(timestamp / 60 / 60);
|
||||||
|
var minutes = Math.floor(timestamp / 60) - (hours * 60);
|
||||||
|
var seconds = timestamp % 60;
|
||||||
|
var formatted = hours.toString().padStart(2, '0') + ':' + minutes.toString().padStart(2, '0') + ':' + seconds.toString().padStart(2, '0');
|
||||||
|
var thecurrentSpan = document.getElementById("tracktime");
|
||||||
|
thecurrentSpan.innerHTML = formatted + ' / ';
|
||||||
|
});
|
||||||
|
|
||||||
|
</script>
|
||||||
|
</div>
|
||||||
|
<!-- Navigation -->
|
||||||
|
<div id="logo" class="logo">
|
||||||
|
<a href="/" class="smooth-scroll-middle"><img width="200em" src="/assets/panix-logo.svg" alt=" Logo" /></a>
|
||||||
|
<a href="#navbar" onclick="blurBody()" alt="Navigation Menu" title="Navigation Menu"><span style="font-size: 34px;" class="icon solid fa-bars"></span></a>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div id="navbar" style="display: block;" class="modalDialog">
|
||||||
|
<a href="#close" onclick="removeBlur()" alt="Close Menu" title="Close Menu"><div id="closearea"> </div></a>
|
||||||
|
<nav>
|
||||||
|
<a href="#close" title="Close" onclick="removeBlur()" class="close-button close" style="margin: 0 auto;">X</a>
|
||||||
|
<ul>
|
||||||
|
|
||||||
|
|
||||||
|
<li><a href="../../../" class="button small">Home</a></li>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<li><a href="../../../releases/" class="button small">Releases</a></li>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<li><a href="../../../logs/" class="button small">Web-Log</a></li>
|
||||||
|
|
||||||
|
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
</nav>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
<!-- End Navigation -->
|
||||||
|
<!-- Scripts -->
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<script src="../../../assets/js/jquery.min.js"></script>
|
||||||
|
<script src="../../../assets/js/jquery.scrollex.min.js"></script>
|
||||||
|
<script src="../../../assets/js/jquery.scrolly.min.js"></script>
|
||||||
|
<script src="../../../assets/js/browser.min.js"></script>
|
||||||
|
<script src="../../../assets/js/breakpoints.min.js"></script>
|
||||||
|
<script src="../../../assets/js/util.js"></script>
|
||||||
|
<script src="../../../assets/js/main.js"></script>
|
||||||
|
<script src="../../../assets/js/set.js"></script>
|
||||||
|
|
||||||
|
|
||||||
|
<div id="cookie-notice">
|
||||||
|
<p>We only use cookies if you consent to it. They don't contain any identifiable info: they just let us know if you enjoyed this enough to come back. <br />Click <a href="#" id="cookie-notice-decline">here</a> if you want this shit to go away without cookies. <br />Read more about how Basspistol <a href="/cookies/">use cookies</a> </p>
|
||||||
|
<a class="button small yes" href="#" id="cookie-notice-accept">I'm in!</a>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<script>
|
||||||
|
function createCookie(name, value, days) {
|
||||||
|
var expires = "";
|
||||||
|
if (days) {
|
||||||
|
var date = new Date();
|
||||||
|
date.setTime(date.getTime() + (days * 24 * 60 * 60 * 1000));
|
||||||
|
expires = "; expires=" + date.toUTCString();
|
||||||
|
}
|
||||||
|
document.cookie = name + "=" + value + expires + "; path=/";
|
||||||
|
}
|
||||||
|
function readCookie(name) {
|
||||||
|
var nameEQ = name + "=";
|
||||||
|
var ca = document.cookie.split(';');
|
||||||
|
for (var i = 0; i < ca.length; i++) {
|
||||||
|
var c = ca[i];
|
||||||
|
while (c.charAt(0) == ' ') c = c.substring(1, c.length);
|
||||||
|
if (c.indexOf(nameEQ) == 0) return c.substring(nameEQ.length, c.length);
|
||||||
|
}
|
||||||
|
return null;
|
||||||
|
}
|
||||||
|
function eraseCookie(name) {
|
||||||
|
createCookie(name, "", -1);
|
||||||
|
}
|
||||||
|
|
||||||
|
if (readCookie('cookie-notice-dismissed') == 'wantCookies') {
|
||||||
|
|
||||||
|
//* Matomo Tag Manager *//
|
||||||
|
|
||||||
|
var _mtm = _mtm || [];
|
||||||
|
_mtm.push({'mtm.startTime': (new Date().getTime()), 'event': 'mtm.Start'});
|
||||||
|
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
|
||||||
|
g.type='text/javascript'; g.async=true; g.defer=true; g.src='https://cdn.matomo.cloud/terminalnetwork.matomo.cloud/container_aJ0T3vZ5.js'; s.parentNode.insertBefore(g,s);
|
||||||
|
|
||||||
|
//* End Matomo Tag Manager *//
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
} else {
|
||||||
|
document.getElementById('cookie-notice').style.display = 'flex';
|
||||||
|
|
||||||
|
var _paq = window._paq || [];
|
||||||
|
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */
|
||||||
|
_paq.push(["setDocumentTitle", document.domain + "/" + document.title]);
|
||||||
|
_paq.push(["disableCookies"]);
|
||||||
|
_paq.push(['trackPageView']);
|
||||||
|
_paq.push(['enableLinkTracking']);
|
||||||
|
(function() {
|
||||||
|
var u="https://terminalnetwork.matomo.cloud/";
|
||||||
|
_paq.push(['setTrackerUrl', u+'matomo.php']);
|
||||||
|
_paq.push(['setSiteId', '14']);
|
||||||
|
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
|
||||||
|
g.type='text/javascript'; g.async=true; g.defer=true; g.src='//cdn.matomo.cloud/terminalnetwork.matomo.cloud/matomo.js'; s.parentNode.insertBefore(g,s);
|
||||||
|
})();
|
||||||
|
|
||||||
|
|
||||||
|
}
|
||||||
|
if (readCookie('cookie-notice-dismissed') == 'dontWantCookies') {
|
||||||
|
document.getElementById('cookie-notice').style.display = 'none';
|
||||||
|
|
||||||
|
var _paq = window._paq || [];
|
||||||
|
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */
|
||||||
|
_paq.push(["setDocumentTitle", document.domain + "/" + document.title]);
|
||||||
|
_paq.push(["disableCookies"]);
|
||||||
|
_paq.push(['trackPageView']);
|
||||||
|
_paq.push(['enableLinkTracking']);
|
||||||
|
(function() {
|
||||||
|
var u="https://terminalnetwork.matomo.cloud/";
|
||||||
|
_paq.push(['setTrackerUrl', u+'matomo.php']);
|
||||||
|
_paq.push(['setSiteId', '14']);
|
||||||
|
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
|
||||||
|
g.type='text/javascript'; g.async=true; g.defer=true; g.src='//cdn.matomo.cloud/terminalnetwork.matomo.cloud/matomo.js'; s.parentNode.insertBefore(g,s);
|
||||||
|
})();
|
||||||
|
|
||||||
|
}
|
||||||
|
document.getElementById('cookie-notice-accept').addEventListener("click", function () {
|
||||||
|
createCookie('cookie-notice-dismissed', 'wantCookies', 31);
|
||||||
|
document.getElementById('cookie-notice').style.display = 'none';
|
||||||
|
_paq.push(['trackEvent', 'Consent', 'wantCookie']);
|
||||||
|
location.reload();
|
||||||
|
});
|
||||||
|
|
||||||
|
document.getElementById('cookie-notice-decline').addEventListener("click", function () {
|
||||||
|
createCookie('cookie-notice-dismissed', 'dontWantCookies', 31);
|
||||||
|
document.getElementById('cookie-notice').style.display = 'none';
|
||||||
|
_paq.push(['trackEvent', 'Consent', 'dontWantCookie']);
|
||||||
|
location.reload();
|
||||||
|
});
|
||||||
|
|
||||||
|
// document.getElementById('cookie-notice-gimme').addEventListener("click", function () {
|
||||||
|
// createCookie('cookie-notice-dismissed', 'wantCookies', 31);
|
||||||
|
// document.getElementById('cookie-notice').style.display = 'none';
|
||||||
|
// location.reload();
|
||||||
|
// });
|
||||||
|
|
||||||
|
|
||||||
|
</script>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
595
albums/end2010-start2011/index.html
Normal file
595
albums/end2010-start2011/index.html
Normal file
|
|
@ -0,0 +1,595 @@
|
||||||
|
<!DOCTYPE html>
|
||||||
|
<!--
|
||||||
|
Based on _Story_ by html5up.net | @ajlkn
|
||||||
|
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
|
||||||
|
Remixed and Jekyllified by Setto
|
||||||
|
-->
|
||||||
|
<html lang="en">
|
||||||
|
<head>
|
||||||
|
<!-- Begin Jekyll SEO tag v2.6.1 -->
|
||||||
|
<meta name="generator" content="Jekyll v4.0.0" />
|
||||||
|
<meta property="og:title" content="End2010 Start2011" />
|
||||||
|
<meta name="author" content="pax:nion" />
|
||||||
|
<meta property="og:locale" content="en" />
|
||||||
|
<meta name="description" content="PHI, Panix Heavy Industries" />
|
||||||
|
<meta property="og:description" content="PHI, Panix Heavy Industries" />
|
||||||
|
<link rel="canonical" href="https://panix.basspistol.com/albums/end2010-start2011/" />
|
||||||
|
<meta property="og:url" content="https://panix.basspistol.com/albums/end2010-start2011/" />
|
||||||
|
<meta property="og:site_name" content="pax:nion" />
|
||||||
|
<meta property="og:type" content="article" />
|
||||||
|
<meta property="article:published_time" content="2010-01-01T00:00:00+00:00" />
|
||||||
|
<script type="application/ld+json">
|
||||||
|
{"description":"PHI, Panix Heavy Industries","@type":"BlogPosting","headline":"End2010 Start2011","dateModified":"2020-07-05T18:07:00+00:00","datePublished":"2010-01-01T00:00:00+00:00","mainEntityOfPage":{"@type":"WebPage","@id":"https://panix.basspistol.com/albums/end2010-start2011/"},"url":"https://panix.basspistol.com/albums/end2010-start2011/","author":{"@type":"Person","name":"pax:nion"},"publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://panix.basspistol.com/assets/img/setto_icon.png"},"name":"pax:nion"},"@context":"https://schema.org"}</script>
|
||||||
|
<!-- End Jekyll SEO tag -->
|
||||||
|
|
||||||
|
<link type="application/atom+xml" rel="alternate" href="https://panix.basspistol.com/feed.xml" title="" />
|
||||||
|
<!-- BEGIN seo.html -->
|
||||||
|
|
||||||
|
<title>End2010 Start2011 | pax:nion</title>
|
||||||
|
<meta name="title" content="End2010 Start2011 | pax:nion" />
|
||||||
|
|
||||||
|
<meta name="dc.date.modified" scheme="ISO8601" content="2020-07-05T18:07:00+00:00" />
|
||||||
|
<meta name="robots" content="index" />
|
||||||
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||||
|
<link rel="canonical" href="https://panix.basspistol.com/albums/end2010-start2011/" />
|
||||||
|
<link rel="alternate" hreflang="x-default" href="https://panix.basspistol.com/albums/end2010-start2011/" />
|
||||||
|
<meta name="geo.region" content="BJ-ZO" />
|
||||||
|
<meta name="geo.placename" content="Setto" />
|
||||||
|
<meta name="geo.position" content="7.48777;2.076389" />
|
||||||
|
<meta name="ICBM" content="7.48777, 2.076389" />
|
||||||
|
|
||||||
|
<!-- Dublin Core basic info -->
|
||||||
|
|
||||||
|
<meta name="dcterms.Identifier" content="https://panix.basspistol.com" />
|
||||||
|
<meta name="dcterms.Format" content="text/html" />
|
||||||
|
<meta name="dcterms.Relation" content="pax:nion" />
|
||||||
|
<meta name="dcterms.Publisher" content="pax:nion" />
|
||||||
|
<meta name="dcterms.Type" content="text/html" />
|
||||||
|
<meta name="dcterms.Coverage" content="https://panix.basspistol.com/" />
|
||||||
|
<meta name="dcterms.Rights" content="Copyright ©2020 pax:nion." />
|
||||||
|
|
||||||
|
<meta name="dcterms.Subject" content="PHI, Panix Heavy Industries" />
|
||||||
|
<meta name="dcterms.Title" content="End2010 Start2011 | pax:nion" />
|
||||||
|
|
||||||
|
<meta name="dcterms.Contributor" content="pax:nion" />
|
||||||
|
<meta name="dcterms.Date" content="2010-01-01" />
|
||||||
|
<meta name="dcterms.Description" content="" />
|
||||||
|
|
||||||
|
<!-- Twitter Card -->
|
||||||
|
|
||||||
|
<meta name="twitter:card" content="summary" />
|
||||||
|
<meta name="twitter:site" content="@" />
|
||||||
|
<meta name="twitter:title" content="End2010 Start2011 | pax:nion" />
|
||||||
|
<meta name="twitter:description" content="PHI, Panix Heavy Industries" />
|
||||||
|
|
||||||
|
<meta name="twitter:image" content="https://panix.basspistol.com" />
|
||||||
|
|
||||||
|
<!-- END seo.html -->
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<meta charset="utf-8" />
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=yes" />
|
||||||
|
<link rel="stylesheet" href="../../assets/css/main20200519.css" />
|
||||||
|
<link rel="apple-touch-icon" href="https://panix.basspistol.com/apple-touch-icon.png" />
|
||||||
|
<link rel="icon" type="image/png" href="https://panix.basspistol.com/touch-icon.png" sizes="192x192" />
|
||||||
|
<link rel="shortcut icon" href="https://panix.basspistol.com/assets/img/setto_icon.png" type="image/png" />
|
||||||
|
<noscript><link rel="stylesheet" href="../../assets/css/noscript20200518-rev1.css" /></noscript>
|
||||||
|
</head>
|
||||||
|
<body class="is-preload" id="body">
|
||||||
|
<span id="top" style="display: none;"></span>
|
||||||
|
<!-- Wrapper -->
|
||||||
|
<div id="wrapper" class="divided">
|
||||||
|
|
||||||
|
<!-- Banner -->
|
||||||
|
<section class="banner onload-image-fade-in onload-content-fade-right style2 fullscreen content-align-center image-position-center" style="height:100vh;background-color: rgba(13,13,13,0.85);">
|
||||||
|
<div class="content editable" data-cms-source="/_layouts/album.html" data-cms-index="0">
|
||||||
|
<h1 class="editable" data-cms-source="/_layouts/album.html" data-cms-index="1">End2010 Start2011</h1>
|
||||||
|
<p></p>
|
||||||
|
<ul class="actions stacked">
|
||||||
|
<li><a href="#moe" class="button small smooth-scroll-middle">cheggit!</a></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<div class="image">
|
||||||
|
<img src="https://media.basspistol.com/panix/end2010-start2011/1-zoega-megadrive.jpeg" alt="End2010 Start2011" class="editable" data-cms-source="/_layouts/album.html" data-cms-index="2" />
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
<!-- Content -->
|
||||||
|
<section class="wrapper style1 align-center">
|
||||||
|
<div class="inner" style="padding-top: 40px;">
|
||||||
|
<div class="index align-left">
|
||||||
|
<!-- Author -->
|
||||||
|
<section style="padding-top:40px;" id="moe">
|
||||||
|
|
||||||
|
|
||||||
|
<header id="author">
|
||||||
|
<div class="bio">
|
||||||
|
|
||||||
|
|
||||||
|
<h6>
|
||||||
|
|
||||||
|
Share this page:
|
||||||
|
</h6>
|
||||||
|
<ul class="icons">
|
||||||
|
<li><a target="_blank" rel="nofollow noopener" title="Share to facebook" alt="Share to facebook" href="https://touch.facebook.com/sharer.php?u=https://panix.basspistol.com/albums/end2010-start2011/&quote=End2010 Start2011%20by%20pax:nion%20via%20https://panix.basspistol.com" class="icon brands style1 fa-facebook-f"><span class="label">Facebook</span></a></li>
|
||||||
|
<li><a target="_blank" rel="nofollow noopener" title="Share to twitter" alt="Share to twitter" href="https://twitter.com/share?url=https://panix.basspistol.com/albums/end2010-start2011/&text=End2010 Start2011%20by%20pax:nion%20&hashtags=paxNion" class="icon brands style1 fa-twitter"><span class="label">Twitter</span></a></li>
|
||||||
|
<li><a target="_blank" rel="nofollow noopener" title="Share to telegram" alt="Share to telgram" href="https://telegram.me/share/url?url=https://panix.basspistol.com/albums/end2010-start2011/&text=End2010 Start2011%20by%20pax:nion" class="icon brands style1 fa-telegram"><span class="label">Telegram</span></a></li>
|
||||||
|
<li><a target="_blank" rel="nofollow noopener" title="Share to reddit" alt="Share to reddit" href="https://reddit.com/submit/?url=https://panix.basspistol.com/albums/end2010-start2011/&title=End2010 Start2011%20by%20pax:nion" class="icon brands style1 fa-reddit"><span class="label">Reddit</span></a></li>
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</header>
|
||||||
|
<!-- Content -->
|
||||||
|
<div class="content">
|
||||||
|
|
||||||
|
|
||||||
|
<!-- HERE BEGINS MADNESS -->
|
||||||
|
|
||||||
|
|
||||||
|
<!-- Content -->
|
||||||
|
<div class="content">
|
||||||
|
<div id="mainwrap">
|
||||||
|
<div id="nowPlay">
|
||||||
|
<p class="right" id="npTitle" style="font-weight: bold;"></p>
|
||||||
|
<p class="left" id="npAction">Paused...</p>
|
||||||
|
</div>
|
||||||
|
<div id="audiowrap">
|
||||||
|
<div id="audio0">
|
||||||
|
<audio id="audio1" controls="controls">Your browser does not support HTML5
|
||||||
|
Audio!</audio>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div id="tracks">
|
||||||
|
<a id="btnPrev"><span class="icon solid fa-fast-backward"></span></a>
|
||||||
|
<a id="btnNext"><span class="icon solid fa-fast-forward"></span></a>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
<div id="plwrap">
|
||||||
|
<ul id="plList">
|
||||||
|
|
||||||
|
<li>
|
||||||
|
<div class="plItem">
|
||||||
|
<div class="plNum">1.</div>
|
||||||
|
<div class="plTitle">Zoega Megadrive</div>
|
||||||
|
<div class="plLength">2:38</div>
|
||||||
|
</div>
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li>
|
||||||
|
<div class="plItem">
|
||||||
|
<div class="plNum">2.</div>
|
||||||
|
<div class="plTitle">Our Pal</div>
|
||||||
|
<div class="plLength">1:39</div>
|
||||||
|
</div>
|
||||||
|
</li>
|
||||||
|
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div id="noJSalbum">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<div class="plItem">
|
||||||
|
<div class="plNum">1.</div>
|
||||||
|
<div class="plTitle"><a href="https://media.basspistol.com/panix/end2010-start2011/1-zoega-megadrive.mp3">Zoega Megadrive </a></div>
|
||||||
|
<div class="plLength">2:38</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<div class="plItem">
|
||||||
|
<div class="plNum">2.</div>
|
||||||
|
<div class="plTitle"><a href="https://media.basspistol.com/panix/end2010-start2011/2-our-pal.mp3">Our Pal </a></div>
|
||||||
|
<div class="plLength">1:39</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="content" style="font-family: monospace;font-size: 16px;margin-top:60px;">
|
||||||
|
|
||||||
|
|
||||||
|
<p></p>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
|
||||||
|
|
||||||
|
<!-- HERE ENDS MADNESS -->
|
||||||
|
|
||||||
|
<section class="wrapper style1 align-center">
|
||||||
|
|
||||||
|
<div class="inner">
|
||||||
|
<h2>Track list</h2>
|
||||||
|
<p>Use thses pages to share one song in particulare</p>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</section>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<section class="spotlight style4 orient-left content-align-right image-position-center onscroll-image-fade-in" style="box-shadow: none;" >
|
||||||
|
<div class="content">
|
||||||
|
<h3>Zoega Megadrive</h3>
|
||||||
|
<p>
|
||||||
|
2:38
|
||||||
|
<br /><strong>Electronic</strong>
|
||||||
|
<br />2010</p>
|
||||||
|
|
||||||
|
<ul class="actions stacked">
|
||||||
|
<li><a href="../../albums/end2010-start2011/1-zoega-megadrive/" class="button">Track</a></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<div class="image">
|
||||||
|
<img src="https://media.basspistol.com/panix/end2010-start2011/1-zoega-megadrive.jpeg" alt="Zoega Megadrive" />
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<section class="spotlight style4 orient-right content-align-left image-position-center onscroll-image-fade-in" >
|
||||||
|
<div class="content">
|
||||||
|
<h3>Our Pal</h3>
|
||||||
|
<p>
|
||||||
|
1:39
|
||||||
|
<br /><strong>Electronic</strong>
|
||||||
|
<br />2010</p>
|
||||||
|
|
||||||
|
<ul class="actions stacked">
|
||||||
|
<li><a href="../../albums/end2010-start2011/2-our-pal/" class="button">Track</a></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<div class="image">
|
||||||
|
<img src="https://media.basspistol.com/panix/end2010-start2011/2-our-pal.jpeg" alt="Our Pal" />
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<section class="streambox" style="margin-top:40px;padding: 40px;">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<h3 style="text-align: center;display: block;">This release can't be bought</h3>
|
||||||
|
<p>But other releases are available here:</p>
|
||||||
|
|
||||||
|
|
||||||
|
<div class="streamer">
|
||||||
|
|
||||||
|
|
||||||
|
<a onclick="_paq.push(['trackEvent', 'StoreLink', 'Bandcamp']);" target="_blank" rel="noopener" href="https://panixheavyindustries.bandcamp.com" alt="Stream from Bandcamp" title="Stream from Bandcamp" class="button icon brands fa-bandcamp">Bandcamp</a>
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</section>
|
||||||
|
|
||||||
|
<section class="wrapper style1 align-center">
|
||||||
|
<div class="inner">
|
||||||
|
<div class="index align-left">
|
||||||
|
<!-- Author -->
|
||||||
|
|
||||||
|
<section>
|
||||||
|
|
||||||
|
<!-- Content -->
|
||||||
|
<div class="content">
|
||||||
|
<!-- post Naviation -->
|
||||||
|
<div style="text-align: center;">
|
||||||
|
<h3>More releases</h3>
|
||||||
|
</div>
|
||||||
|
<div class="post-nav">
|
||||||
|
<div>
|
||||||
|
|
||||||
|
<h4><a href="/albums/andra-stuk/" alt="Read Andra Stuk" title="Read Andra Stuk"><i class="fas fa-arrow-left"></i></a> <a href="/albums/andra-stuk/"> Andra Stuk</a></h4>
|
||||||
|
<p style="margin-right: 20px"></p>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
<div class="post-nav-next">
|
||||||
|
|
||||||
|
<h4><a href="/albums/lite-off/"> Lite Off</a> <a href="/albums/lite-off/" alt="Read Lite Off" title="Read Lite Off"><i class="fas fa-arrow-right"></i></a></h4>
|
||||||
|
<p style="margin-left: 20px"></p>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<!-- End Post Navigation -->
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
|
||||||
|
|
||||||
|
<!-- Footer -->
|
||||||
|
<footer id="footer" class="wrapper style1 align-center">
|
||||||
|
<div class="footflex">
|
||||||
|
<div>
|
||||||
|
<h4>pax:nion</h4>
|
||||||
|
<p>PHI, Panix Heavy Industries
|
||||||
|
<br /><a href="mailto:"></a></p>
|
||||||
|
</div>
|
||||||
|
<div>
|
||||||
|
<ul>
|
||||||
|
<li><a href="#top" class="smooth-scroll-middle">Back to top</a></li>
|
||||||
|
<li><a href="/#album0" class="smooth-scroll-middle">music</a></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<div><img src="/assets/panix-logo-dark.svg" style="max-width:300px" alt="pax:nion Logo" /></div>
|
||||||
|
</div>
|
||||||
|
<div class="inner">
|
||||||
|
<ul class="icons">
|
||||||
|
|
||||||
|
<!-- <li><a href="mailto:" class="icon style2 fa-envelope"><span class="label">Email</span></a></li> -->
|
||||||
|
</ul>
|
||||||
|
<p>©2020 Basspistol | <a href="../../webcreds/">Credits</a> | <a href="../../cookies/">Cookies & Privacy</a></p>
|
||||||
|
</div>
|
||||||
|
</footer>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
<!-- Navigation -->
|
||||||
|
<div id="logo" class="logo">
|
||||||
|
<a href="/" class="smooth-scroll-middle"><img width="200em" src="/assets/panix-logo.svg" alt=" Logo" /></a>
|
||||||
|
<a href="#navbar" onclick="blurBody()" alt="Navigation Menu" title="Navigation Menu"><span style="font-size: 34px;" class="icon solid fa-bars"></span></a>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div id="navbar" style="display: block;" class="modalDialog">
|
||||||
|
<a href="#close" onclick="removeBlur()" alt="Close Menu" title="Close Menu"><div id="closearea"> </div></a>
|
||||||
|
<nav>
|
||||||
|
<a href="#close" title="Close" onclick="removeBlur()" class="close-button close" style="margin: 0 auto;">X</a>
|
||||||
|
<ul>
|
||||||
|
|
||||||
|
|
||||||
|
<li><a href="../../" class="button small">Home</a></li>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<li><a href="../../releases/" class="button small">Releases</a></li>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<li><a href="../../logs/" class="button small">Web-Log</a></li>
|
||||||
|
|
||||||
|
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
</nav>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
<!-- End Navigation -->
|
||||||
|
<!-- Scripts -->
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<script src="../../assets/js/jquery.min.js"></script>
|
||||||
|
<script src="../../assets/js/jquery.scrollex.min.js"></script>
|
||||||
|
<script src="../../assets/js/jquery.scrolly.min.js"></script>
|
||||||
|
<script src="../../assets/js/browser.min.js"></script>
|
||||||
|
<script src="../../assets/js/breakpoints.min.js"></script>
|
||||||
|
<script src="../../assets/js/util.js"></script>
|
||||||
|
<script src="../../assets/js/main.js"></script>
|
||||||
|
<script src="../../assets/js/set.js"></script>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<script type="text/javascript">
|
||||||
|
// html5media enables <video> and <audio> tags in all major browsers
|
||||||
|
// External File: http://api.html5media.info/1.1.8/html5media.min.js
|
||||||
|
|
||||||
|
|
||||||
|
// Add user agent as an attribute on the <html> tag...
|
||||||
|
// Inspiration: http://css-tricks.com/ie-10-specific-styles/
|
||||||
|
var b = document.documentElement;
|
||||||
|
b.setAttribute('data-useragent', navigator.userAgent);
|
||||||
|
b.setAttribute('data-platform', navigator.platform);
|
||||||
|
|
||||||
|
|
||||||
|
// HTML5 audio player + playlist controls...
|
||||||
|
// Inspiration: http://jonhall.info/how_to/create_a_playlist_for_html5_audio
|
||||||
|
// Mythium Archive: https://archive.org/details/mythium/
|
||||||
|
jQuery(function ($) {
|
||||||
|
var supportsAudio = !!document.createElement('audio').canPlayType;
|
||||||
|
if (supportsAudio) {
|
||||||
|
var index = 0,
|
||||||
|
playing = false,
|
||||||
|
mediaPath = '',
|
||||||
|
extension = '',
|
||||||
|
tracks = [{
|
||||||
|
"track": 1,
|
||||||
|
"name": "Zoega Megadrive",
|
||||||
|
"length": "2:38",
|
||||||
|
"file": "https://media.basspistol.com/panix/end2010-start2011/1-zoega-megadrive"
|
||||||
|
},{
|
||||||
|
"track": 2,
|
||||||
|
"name": "Our Pal",
|
||||||
|
"length": "1:39",
|
||||||
|
"file": "https://media.basspistol.com/panix/end2010-start2011/2-our-pal"
|
||||||
|
}],
|
||||||
|
trackCount = tracks.length,
|
||||||
|
npAction = $('#npAction'),
|
||||||
|
npTitle = $('#npTitle'),
|
||||||
|
audio = $('#audio1').bind('play', function () {
|
||||||
|
playing = true;
|
||||||
|
npAction.text('Playing...');
|
||||||
|
}).bind('pause', function () {
|
||||||
|
playing = false;
|
||||||
|
npAction.text('Paused...');
|
||||||
|
}).bind('ended', function () {
|
||||||
|
npAction.text('Paused...');
|
||||||
|
if ((index + 1) < trackCount) {
|
||||||
|
index++;
|
||||||
|
loadTrack(index);
|
||||||
|
audio.play();
|
||||||
|
} else {
|
||||||
|
audio.pause();
|
||||||
|
index = 0;
|
||||||
|
loadTrack(index);
|
||||||
|
}
|
||||||
|
}).get(0),
|
||||||
|
btnPrev = $('#btnPrev').click(function () {
|
||||||
|
if ((index - 1) > -1) {
|
||||||
|
index--;
|
||||||
|
loadTrack(index);
|
||||||
|
if (playing) {
|
||||||
|
audio.play();
|
||||||
|
}
|
||||||
|
} else {
|
||||||
|
audio.pause();
|
||||||
|
index = 0;
|
||||||
|
loadTrack(index);
|
||||||
|
}
|
||||||
|
}),
|
||||||
|
btnNext = $('#btnNext').click(function () {
|
||||||
|
if ((index + 1) < trackCount) {
|
||||||
|
index++;
|
||||||
|
loadTrack(index);
|
||||||
|
if (playing) {
|
||||||
|
audio.play();
|
||||||
|
}
|
||||||
|
} else {
|
||||||
|
audio.pause();
|
||||||
|
index = 0;
|
||||||
|
loadTrack(index);
|
||||||
|
}
|
||||||
|
}),
|
||||||
|
li = $('#plList li').click(function () {
|
||||||
|
var id = parseInt($(this).index());
|
||||||
|
if (id !== index) {
|
||||||
|
playTrack(id);
|
||||||
|
}
|
||||||
|
}),
|
||||||
|
loadTrack = function (id) {
|
||||||
|
$('.plSel').removeClass('plSel');
|
||||||
|
$('#plList li:eq(' + id + ')').addClass('plSel');
|
||||||
|
npTitle.text(tracks[id].name);
|
||||||
|
index = id;
|
||||||
|
audio.src = mediaPath + tracks[id].file + extension;
|
||||||
|
$('audio').attr("data-matomo-title", tracks[id].name);
|
||||||
|
},
|
||||||
|
playTrack = function (id) {
|
||||||
|
loadTrack(id);
|
||||||
|
audio.play();
|
||||||
|
};
|
||||||
|
extension = audio.canPlayType('audio/mpeg') ? '.mp3' : audio.canPlayType('audio/ogg') ? '.ogg' : '';
|
||||||
|
loadTrack(index);
|
||||||
|
}
|
||||||
|
});
|
||||||
|
|
||||||
|
</script>
|
||||||
|
|
||||||
|
|
||||||
|
<div id="cookie-notice">
|
||||||
|
<p>We only use cookies if you consent to it. They don't contain any identifiable info: they just let us know if you enjoyed this enough to come back. <br />Click <a href="#" id="cookie-notice-decline">here</a> if you want this shit to go away without cookies. <br />Read more about how Basspistol <a href="/cookies/">use cookies</a> </p>
|
||||||
|
<a class="button small yes" href="#" id="cookie-notice-accept">I'm in!</a>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<script>
|
||||||
|
function createCookie(name, value, days) {
|
||||||
|
var expires = "";
|
||||||
|
if (days) {
|
||||||
|
var date = new Date();
|
||||||
|
date.setTime(date.getTime() + (days * 24 * 60 * 60 * 1000));
|
||||||
|
expires = "; expires=" + date.toUTCString();
|
||||||
|
}
|
||||||
|
document.cookie = name + "=" + value + expires + "; path=/";
|
||||||
|
}
|
||||||
|
function readCookie(name) {
|
||||||
|
var nameEQ = name + "=";
|
||||||
|
var ca = document.cookie.split(';');
|
||||||
|
for (var i = 0; i < ca.length; i++) {
|
||||||
|
var c = ca[i];
|
||||||
|
while (c.charAt(0) == ' ') c = c.substring(1, c.length);
|
||||||
|
if (c.indexOf(nameEQ) == 0) return c.substring(nameEQ.length, c.length);
|
||||||
|
}
|
||||||
|
return null;
|
||||||
|
}
|
||||||
|
function eraseCookie(name) {
|
||||||
|
createCookie(name, "", -1);
|
||||||
|
}
|
||||||
|
|
||||||
|
if (readCookie('cookie-notice-dismissed') == 'wantCookies') {
|
||||||
|
|
||||||
|
//* Matomo Tag Manager *//
|
||||||
|
|
||||||
|
var _mtm = _mtm || [];
|
||||||
|
_mtm.push({'mtm.startTime': (new Date().getTime()), 'event': 'mtm.Start'});
|
||||||
|
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
|
||||||
|
g.type='text/javascript'; g.async=true; g.defer=true; g.src='https://cdn.matomo.cloud/terminalnetwork.matomo.cloud/container_aJ0T3vZ5.js'; s.parentNode.insertBefore(g,s);
|
||||||
|
|
||||||
|
//* End Matomo Tag Manager *//
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
} else {
|
||||||
|
document.getElementById('cookie-notice').style.display = 'flex';
|
||||||
|
|
||||||
|
var _paq = window._paq || [];
|
||||||
|
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */
|
||||||
|
_paq.push(["setDocumentTitle", document.domain + "/" + document.title]);
|
||||||
|
_paq.push(["disableCookies"]);
|
||||||
|
_paq.push(['trackPageView']);
|
||||||
|
_paq.push(['enableLinkTracking']);
|
||||||
|
(function() {
|
||||||
|
var u="https://terminalnetwork.matomo.cloud/";
|
||||||
|
_paq.push(['setTrackerUrl', u+'matomo.php']);
|
||||||
|
_paq.push(['setSiteId', '14']);
|
||||||
|
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
|
||||||
|
g.type='text/javascript'; g.async=true; g.defer=true; g.src='//cdn.matomo.cloud/terminalnetwork.matomo.cloud/matomo.js'; s.parentNode.insertBefore(g,s);
|
||||||
|
})();
|
||||||
|
|
||||||
|
|
||||||
|
}
|
||||||
|
if (readCookie('cookie-notice-dismissed') == 'dontWantCookies') {
|
||||||
|
document.getElementById('cookie-notice').style.display = 'none';
|
||||||
|
|
||||||
|
var _paq = window._paq || [];
|
||||||
|
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */
|
||||||
|
_paq.push(["setDocumentTitle", document.domain + "/" + document.title]);
|
||||||
|
_paq.push(["disableCookies"]);
|
||||||
|
_paq.push(['trackPageView']);
|
||||||
|
_paq.push(['enableLinkTracking']);
|
||||||
|
(function() {
|
||||||
|
var u="https://terminalnetwork.matomo.cloud/";
|
||||||
|
_paq.push(['setTrackerUrl', u+'matomo.php']);
|
||||||
|
_paq.push(['setSiteId', '14']);
|
||||||
|
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
|
||||||
|
g.type='text/javascript'; g.async=true; g.defer=true; g.src='//cdn.matomo.cloud/terminalnetwork.matomo.cloud/matomo.js'; s.parentNode.insertBefore(g,s);
|
||||||
|
})();
|
||||||
|
|
||||||
|
}
|
||||||
|
document.getElementById('cookie-notice-accept').addEventListener("click", function () {
|
||||||
|
createCookie('cookie-notice-dismissed', 'wantCookies', 31);
|
||||||
|
document.getElementById('cookie-notice').style.display = 'none';
|
||||||
|
_paq.push(['trackEvent', 'Consent', 'wantCookie']);
|
||||||
|
location.reload();
|
||||||
|
});
|
||||||
|
|
||||||
|
document.getElementById('cookie-notice-decline').addEventListener("click", function () {
|
||||||
|
createCookie('cookie-notice-dismissed', 'dontWantCookies', 31);
|
||||||
|
document.getElementById('cookie-notice').style.display = 'none';
|
||||||
|
_paq.push(['trackEvent', 'Consent', 'dontWantCookie']);
|
||||||
|
location.reload();
|
||||||
|
});
|
||||||
|
|
||||||
|
// document.getElementById('cookie-notice-gimme').addEventListener("click", function () {
|
||||||
|
// createCookie('cookie-notice-dismissed', 'wantCookies', 31);
|
||||||
|
// document.getElementById('cookie-notice').style.display = 'none';
|
||||||
|
// location.reload();
|
||||||
|
// });
|
||||||
|
|
||||||
|
|
||||||
|
</script>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
404
albums/extender/1-house-kommer-alltid-att-vara-house/index.html
Normal file
404
albums/extender/1-house-kommer-alltid-att-vara-house/index.html
Normal file
|
|
@ -0,0 +1,404 @@
|
||||||
|
<!DOCTYPE html>
|
||||||
|
<!--
|
||||||
|
Based on _Story_ by html5up.net | @ajlkn
|
||||||
|
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
|
||||||
|
Remixed and Jekyllified by Setto
|
||||||
|
-->
|
||||||
|
<html lang="en">
|
||||||
|
<head>
|
||||||
|
<!-- Begin Jekyll SEO tag v2.6.1 -->
|
||||||
|
<meta name="generator" content="Jekyll v4.0.0" />
|
||||||
|
<meta property="og:title" content="1 House Kommer Alltid Att Vara House" />
|
||||||
|
<meta name="author" content="pax:nion" />
|
||||||
|
<meta property="og:locale" content="en" />
|
||||||
|
<meta name="description" content="PHI, Panix Heavy Industries" />
|
||||||
|
<meta property="og:description" content="PHI, Panix Heavy Industries" />
|
||||||
|
<link rel="canonical" href="https://panix.basspistol.com/albums/extender/1-house-kommer-alltid-att-vara-house/" />
|
||||||
|
<meta property="og:url" content="https://panix.basspistol.com/albums/extender/1-house-kommer-alltid-att-vara-house/" />
|
||||||
|
<meta property="og:site_name" content="pax:nion" />
|
||||||
|
<meta property="og:type" content="article" />
|
||||||
|
<meta property="article:published_time" content="2020-07-05T18:07:03+00:00" />
|
||||||
|
<script type="application/ld+json">
|
||||||
|
{"description":"PHI, Panix Heavy Industries","@type":"AudioObject","headline":"1 House Kommer Alltid Att Vara House","dateModified":"2020-07-05T18:06:59+00:00","datePublished":"2020-07-05T18:07:03+00:00","url":"https://panix.basspistol.com/albums/extender/1-house-kommer-alltid-att-vara-house/","author":{"@type":"Person","name":"pax:nion"},"publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://panix.basspistol.com/assets/img/setto_icon.png"},"name":"pax:nion"},"@context":"https://schema.org"}</script>
|
||||||
|
<!-- End Jekyll SEO tag -->
|
||||||
|
|
||||||
|
<link type="application/atom+xml" rel="alternate" href="https://panix.basspistol.com/feed.xml" title="" />
|
||||||
|
<!-- BEGIN seo.html -->
|
||||||
|
|
||||||
|
<title>Play House Kommer Alltid Att Vara House by Panix Hilton</title>
|
||||||
|
<meta name="title" content="Play House Kommer Alltid Att Vara House by Panix Hilton" />
|
||||||
|
|
||||||
|
<meta name="dc.date.modified" scheme="ISO8601" content="2020-07-05T18:06:59+00:00" />
|
||||||
|
<meta name="robots" content="index" />
|
||||||
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||||
|
<link rel="canonical" href="https://panix.basspistol.com/albums/extender/1-house-kommer-alltid-att-vara-house/" />
|
||||||
|
<link rel="alternate" hreflang="x-default" href="https://panix.basspistol.com/albums/extender/1-house-kommer-alltid-att-vara-house/" />
|
||||||
|
<meta name="geo.region" content="BJ-ZO" />
|
||||||
|
<meta name="geo.placename" content="Setto" />
|
||||||
|
<meta name="geo.position" content="7.48777;2.076389" />
|
||||||
|
<meta name="ICBM" content="7.48777, 2.076389" />
|
||||||
|
|
||||||
|
<!-- Dublin Core basic info -->
|
||||||
|
|
||||||
|
<meta name="dcterms.Identifier" content="https://panix.basspistol.com" />
|
||||||
|
<meta name="dcterms.Format" content="text/html" />
|
||||||
|
<meta name="dcterms.Relation" content="pax:nion" />
|
||||||
|
<meta name="dcterms.Publisher" content="pax:nion" />
|
||||||
|
<meta name="dcterms.Type" content="text/html" />
|
||||||
|
<meta name="dcterms.Coverage" content="https://panix.basspistol.com/" />
|
||||||
|
<meta name="dcterms.Rights" content="Copyright ©2020 pax:nion." />
|
||||||
|
|
||||||
|
<meta name="dcterms.Subject" content="Listen and to a track by Panix Hilton from the release Extender and support your remote artist!" />
|
||||||
|
<meta name="dcterms.Title" content="House Kommer Alltid Att Vara House - Panix Hilton | pax:nion" />
|
||||||
|
|
||||||
|
<meta name="dcterms.Contributor" content="pax:nion" />
|
||||||
|
<meta name="dcterms.Date" content="2020-07-05" />
|
||||||
|
<meta name="dcterms.Description" content="" />
|
||||||
|
|
||||||
|
<!-- Twitter Card -->
|
||||||
|
|
||||||
|
<meta name="twitter:card" content="summary" />
|
||||||
|
<meta name="twitter:site" content="@" />
|
||||||
|
<meta name="twitter:title" content="1 House Kommer Alltid Att Vara House | pax:nion" />
|
||||||
|
<meta name="twitter:description" content="PHI, Panix Heavy Industries" />
|
||||||
|
|
||||||
|
<meta name="twitter:image" content="https://panix.basspistol.com/assets/albums/extender/1-house-kommer-alltid-att-vara-house.jpeg" />
|
||||||
|
|
||||||
|
<!-- END seo.html -->
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<meta charset="utf-8" />
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=yes" />
|
||||||
|
<link rel="stylesheet" href="../../../assets/css/main20200519.css" />
|
||||||
|
|
||||||
|
<link rel="apple-touch-icon" href="https://panix.basspistol.com/apple-touch-icon.png" />
|
||||||
|
<link rel="icon" type="image/png" href="https://panix.basspistol.com/touch-icon.png" sizes="192x192" />
|
||||||
|
<link rel="shortcut icon" href="https://panix.basspistol.com/assets/img/setto_icon.png" type="image/png" />
|
||||||
|
<noscript><link rel="stylesheet" href="../../../assets/css/noscript20200518-rev1.css" /></noscript>
|
||||||
|
</head>
|
||||||
|
|
||||||
|
<body class="is-preload" id="body">
|
||||||
|
<span id="top" style="display: none;"></span>
|
||||||
|
<!-- Wrapper -->
|
||||||
|
<div id="wrapper" class="divided" data-cms-content-wrapper="/_layouts/default.html">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<!-- Banner -->
|
||||||
|
<section
|
||||||
|
class="banner onload-image-fade-in onload-content-fade-right style3 fullscreen content-align-center image-position-center" style="background-image:url('https://media.basspistol.com/panix/extender/1-house-kommer-alltid-att-vara-house.jpeg');background-size: cover; background-repeat: no-repeat;">
|
||||||
|
<div style="z-index:0;position:absolute; top:0; left:0; width:100%;height:100%;background-color: rgba(13, 13 ,13, 0.85);"></div>
|
||||||
|
<div class="content" style="z-index:1">
|
||||||
|
<h1 style="margin-top:80px">House Kommer Alltid Att Vara House</h1>
|
||||||
|
|
||||||
|
<p><strong><span id="tracktime"></span></strong><span id="housekommeralltidattvarahouse"></span></strong> <br />
|
||||||
|
Style: <strong>Electronic</strong>
|
||||||
|
</p>
|
||||||
|
<script type="text/javascript">
|
||||||
|
var housekommeralltidattvarahousetimestamp = 138;
|
||||||
|
var housekommeralltidattvarahousehours = Math.floor(housekommeralltidattvarahousetimestamp / 60 / 60);
|
||||||
|
var housekommeralltidattvarahouseminutes = Math.floor(housekommeralltidattvarahousetimestamp / 60) - (housekommeralltidattvarahousehours * 60);
|
||||||
|
var housekommeralltidattvarahouseseconds = housekommeralltidattvarahousetimestamp % 60;
|
||||||
|
var housekommeralltidattvarahouseformatted = housekommeralltidattvarahousehours.toString().padStart(2, '0') + ':' + housekommeralltidattvarahouseminutes.toString().padStart(2, '0') + ':' + housekommeralltidattvarahouseseconds.toString().padStart(2, '0');
|
||||||
|
var theSpan = document.getElementById("housekommeralltidattvarahouse");
|
||||||
|
theSpan.innerHTML = housekommeralltidattvarahouseformatted;
|
||||||
|
</script>
|
||||||
|
|
||||||
|
|
||||||
|
<ul class="actions stacked">
|
||||||
|
<li><button id="mu_pause" class="smooth-scroll-middle button icon solid fa-play">Play dat!</button></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="image">
|
||||||
|
<img src="https://media.basspistol.com/panix/extender/1-house-kommer-alltid-att-vara-house.jpeg" alt="1 House Kommer Alltid Att Vara House logo" id="coverart" />
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
|
||||||
|
|
||||||
|
<!-- Page navigation -->
|
||||||
|
<section class="wrapper style1 align-center">
|
||||||
|
<div class="inner">
|
||||||
|
<div class="index align-left">
|
||||||
|
<!-- Author -->
|
||||||
|
<section class="streambox" style="margin-top:40px;padding: 40px;">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<h3 style="text-align: center;display: block;">This track can't be bought</h3>
|
||||||
|
<p>But other tracks are available here:</p>
|
||||||
|
|
||||||
|
|
||||||
|
<div class="streamer">
|
||||||
|
|
||||||
|
|
||||||
|
<a onclick="_paq.push(['trackEvent', 'StoreLink', 'Bandcamp']);" target="_blank" rel="noopener" href="https://panixheavyindustries.bandcamp.com" alt="Stream from Bandcamp" title="Stream from Bandcamp" class="button icon brands fa-bandcamp">Bandcamp</a>
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</section>
|
||||||
|
<section>
|
||||||
|
<!-- Content -->
|
||||||
|
<div class="content">
|
||||||
|
<!-- post Naviation -->
|
||||||
|
<div style="text-align: center;">
|
||||||
|
<h3>Play more songs grom this release</h3>
|
||||||
|
</div>
|
||||||
|
<div class="post-nav">
|
||||||
|
<div>
|
||||||
|
|
||||||
|
<h4><a href="../../../albums/extender/6-matter-of-opinion/" alt="Read Matter Of Opinion" title="Read Matter Of Opinion"><i class="fas fa-arrow-left"></i></a> <a
|
||||||
|
href="../../../albums/extender/6-matter-of-opinion/"> Matter Of Opinion</a>
|
||||||
|
</h4>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
<div class="post-nav-next">
|
||||||
|
|
||||||
|
<h4><a href="../../../albums/extender/2-i-want-your-soul/"> I Want Your Soul</a> <a
|
||||||
|
href="../../../albums/extender/2-i-want-your-soul/" alt="Read I Want Your Soul" title="Read I Want Your Soul"><i class="fas fa-arrow-right"></i></a></h4>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<!-- End Post Navigation -->
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
<!-- Audio player-->
|
||||||
|
<audio autoplay preload="true" data-matomo-title="House Kommer Alltid Att Vara House">
|
||||||
|
<source src="https://media.basspistol.com/panix/extender/1-house-kommer-alltid-att-vara-house.mp3" type="audio/mpeg" ontimeupdate='updateTrackTime(this);' />
|
||||||
|
<h1>Your browser isn't ready for so much hotness. Use the download-link instead.</h1>.
|
||||||
|
</audio>
|
||||||
|
<!-- Footer -->
|
||||||
|
<footer id="footer" class="wrapper style1 align-center">
|
||||||
|
<div class="footflex">
|
||||||
|
<div>
|
||||||
|
<h4>pax:nion</h4>
|
||||||
|
<p>PHI, Panix Heavy Industries
|
||||||
|
<br /><a href="mailto:"></a></p>
|
||||||
|
</div>
|
||||||
|
<div>
|
||||||
|
<ul>
|
||||||
|
<li><a href="#top" class="smooth-scroll-middle">Back to top</a></li>
|
||||||
|
<li><a href="/#album0" class="smooth-scroll-middle">music</a></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<div><img src="/assets/panix-logo-dark.svg" style="max-width:300px" alt="pax:nion Logo" /></div>
|
||||||
|
</div>
|
||||||
|
<div class="inner">
|
||||||
|
<ul class="icons">
|
||||||
|
|
||||||
|
<!-- <li><a href="mailto:" class="icon style2 fa-envelope"><span class="label">Email</span></a></li> -->
|
||||||
|
</ul>
|
||||||
|
<p>©2020 Basspistol | <a href="../../../webcreds/">Credits</a> | <a href="../../../cookies/">Cookies & Privacy</a></p>
|
||||||
|
</div>
|
||||||
|
</footer>
|
||||||
|
|
||||||
|
|
||||||
|
<script type="text/javascript">
|
||||||
|
function loadUrl(newLocation) {
|
||||||
|
window.location = newLocation;
|
||||||
|
return false;
|
||||||
|
}
|
||||||
|
|
||||||
|
var mu = document.getElementsByTagName("audio")[0];
|
||||||
|
var pauseButton = document.getElementById("mu_pause");
|
||||||
|
var spincover = document.getElementById("coverart");
|
||||||
|
|
||||||
|
mu.addEventListener('ended', function () {
|
||||||
|
// only functional if "loop" is removed
|
||||||
|
mu.pause();
|
||||||
|
mu.currentTime = 0;
|
||||||
|
loadUrl("../../../extender/2-i-want-your-soul/"); return false;
|
||||||
|
});
|
||||||
|
mu.onplaying = function() {
|
||||||
|
pauseButton.innerHTML = "Pause";
|
||||||
|
pauseButton.classList.remove("fa-play");
|
||||||
|
pauseButton.classList.add("fa-pause");
|
||||||
|
spincover.classList.add("spinnit");
|
||||||
|
spincover.classList.remove("paused");
|
||||||
|
};
|
||||||
|
|
||||||
|
pauseButton.addEventListener("click", function () {
|
||||||
|
if (mu.paused) {
|
||||||
|
mu.play();
|
||||||
|
|
||||||
|
}
|
||||||
|
else {
|
||||||
|
mu.pause();
|
||||||
|
pauseButton.innerHTML = "Resume";
|
||||||
|
pauseButton.classList.add("fa-play");
|
||||||
|
pauseButton.classList.remove("fa-pause");
|
||||||
|
spincover.classList.add("paused");
|
||||||
|
}
|
||||||
|
});
|
||||||
|
|
||||||
|
mu.addEventListener('timeupdate', function () {
|
||||||
|
var timestamp = Math.floor(mu.currentTime);
|
||||||
|
var hours = Math.floor(timestamp / 60 / 60);
|
||||||
|
var minutes = Math.floor(timestamp / 60) - (hours * 60);
|
||||||
|
var seconds = timestamp % 60;
|
||||||
|
var formatted = hours.toString().padStart(2, '0') + ':' + minutes.toString().padStart(2, '0') + ':' + seconds.toString().padStart(2, '0');
|
||||||
|
var thecurrentSpan = document.getElementById("tracktime");
|
||||||
|
thecurrentSpan.innerHTML = formatted + ' / ';
|
||||||
|
});
|
||||||
|
|
||||||
|
</script>
|
||||||
|
</div>
|
||||||
|
<!-- Navigation -->
|
||||||
|
<div id="logo" class="logo">
|
||||||
|
<a href="/" class="smooth-scroll-middle"><img width="200em" src="/assets/panix-logo.svg" alt=" Logo" /></a>
|
||||||
|
<a href="#navbar" onclick="blurBody()" alt="Navigation Menu" title="Navigation Menu"><span style="font-size: 34px;" class="icon solid fa-bars"></span></a>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div id="navbar" style="display: block;" class="modalDialog">
|
||||||
|
<a href="#close" onclick="removeBlur()" alt="Close Menu" title="Close Menu"><div id="closearea"> </div></a>
|
||||||
|
<nav>
|
||||||
|
<a href="#close" title="Close" onclick="removeBlur()" class="close-button close" style="margin: 0 auto;">X</a>
|
||||||
|
<ul>
|
||||||
|
|
||||||
|
|
||||||
|
<li><a href="../../../" class="button small">Home</a></li>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<li><a href="../../../releases/" class="button small">Releases</a></li>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<li><a href="../../../logs/" class="button small">Web-Log</a></li>
|
||||||
|
|
||||||
|
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
</nav>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
<!-- End Navigation -->
|
||||||
|
<!-- Scripts -->
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<script src="../../../assets/js/jquery.min.js"></script>
|
||||||
|
<script src="../../../assets/js/jquery.scrollex.min.js"></script>
|
||||||
|
<script src="../../../assets/js/jquery.scrolly.min.js"></script>
|
||||||
|
<script src="../../../assets/js/browser.min.js"></script>
|
||||||
|
<script src="../../../assets/js/breakpoints.min.js"></script>
|
||||||
|
<script src="../../../assets/js/util.js"></script>
|
||||||
|
<script src="../../../assets/js/main.js"></script>
|
||||||
|
<script src="../../../assets/js/set.js"></script>
|
||||||
|
|
||||||
|
|
||||||
|
<div id="cookie-notice">
|
||||||
|
<p>We only use cookies if you consent to it. They don't contain any identifiable info: they just let us know if you enjoyed this enough to come back. <br />Click <a href="#" id="cookie-notice-decline">here</a> if you want this shit to go away without cookies. <br />Read more about how Basspistol <a href="/cookies/">use cookies</a> </p>
|
||||||
|
<a class="button small yes" href="#" id="cookie-notice-accept">I'm in!</a>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<script>
|
||||||
|
function createCookie(name, value, days) {
|
||||||
|
var expires = "";
|
||||||
|
if (days) {
|
||||||
|
var date = new Date();
|
||||||
|
date.setTime(date.getTime() + (days * 24 * 60 * 60 * 1000));
|
||||||
|
expires = "; expires=" + date.toUTCString();
|
||||||
|
}
|
||||||
|
document.cookie = name + "=" + value + expires + "; path=/";
|
||||||
|
}
|
||||||
|
function readCookie(name) {
|
||||||
|
var nameEQ = name + "=";
|
||||||
|
var ca = document.cookie.split(';');
|
||||||
|
for (var i = 0; i < ca.length; i++) {
|
||||||
|
var c = ca[i];
|
||||||
|
while (c.charAt(0) == ' ') c = c.substring(1, c.length);
|
||||||
|
if (c.indexOf(nameEQ) == 0) return c.substring(nameEQ.length, c.length);
|
||||||
|
}
|
||||||
|
return null;
|
||||||
|
}
|
||||||
|
function eraseCookie(name) {
|
||||||
|
createCookie(name, "", -1);
|
||||||
|
}
|
||||||
|
|
||||||
|
if (readCookie('cookie-notice-dismissed') == 'wantCookies') {
|
||||||
|
|
||||||
|
//* Matomo Tag Manager *//
|
||||||
|
|
||||||
|
var _mtm = _mtm || [];
|
||||||
|
_mtm.push({'mtm.startTime': (new Date().getTime()), 'event': 'mtm.Start'});
|
||||||
|
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
|
||||||
|
g.type='text/javascript'; g.async=true; g.defer=true; g.src='https://cdn.matomo.cloud/terminalnetwork.matomo.cloud/container_aJ0T3vZ5.js'; s.parentNode.insertBefore(g,s);
|
||||||
|
|
||||||
|
//* End Matomo Tag Manager *//
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
} else {
|
||||||
|
document.getElementById('cookie-notice').style.display = 'flex';
|
||||||
|
|
||||||
|
var _paq = window._paq || [];
|
||||||
|
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */
|
||||||
|
_paq.push(["setDocumentTitle", document.domain + "/" + document.title]);
|
||||||
|
_paq.push(["disableCookies"]);
|
||||||
|
_paq.push(['trackPageView']);
|
||||||
|
_paq.push(['enableLinkTracking']);
|
||||||
|
(function() {
|
||||||
|
var u="https://terminalnetwork.matomo.cloud/";
|
||||||
|
_paq.push(['setTrackerUrl', u+'matomo.php']);
|
||||||
|
_paq.push(['setSiteId', '14']);
|
||||||
|
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
|
||||||
|
g.type='text/javascript'; g.async=true; g.defer=true; g.src='//cdn.matomo.cloud/terminalnetwork.matomo.cloud/matomo.js'; s.parentNode.insertBefore(g,s);
|
||||||
|
})();
|
||||||
|
|
||||||
|
|
||||||
|
}
|
||||||
|
if (readCookie('cookie-notice-dismissed') == 'dontWantCookies') {
|
||||||
|
document.getElementById('cookie-notice').style.display = 'none';
|
||||||
|
|
||||||
|
var _paq = window._paq || [];
|
||||||
|
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */
|
||||||
|
_paq.push(["setDocumentTitle", document.domain + "/" + document.title]);
|
||||||
|
_paq.push(["disableCookies"]);
|
||||||
|
_paq.push(['trackPageView']);
|
||||||
|
_paq.push(['enableLinkTracking']);
|
||||||
|
(function() {
|
||||||
|
var u="https://terminalnetwork.matomo.cloud/";
|
||||||
|
_paq.push(['setTrackerUrl', u+'matomo.php']);
|
||||||
|
_paq.push(['setSiteId', '14']);
|
||||||
|
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
|
||||||
|
g.type='text/javascript'; g.async=true; g.defer=true; g.src='//cdn.matomo.cloud/terminalnetwork.matomo.cloud/matomo.js'; s.parentNode.insertBefore(g,s);
|
||||||
|
})();
|
||||||
|
|
||||||
|
}
|
||||||
|
document.getElementById('cookie-notice-accept').addEventListener("click", function () {
|
||||||
|
createCookie('cookie-notice-dismissed', 'wantCookies', 31);
|
||||||
|
document.getElementById('cookie-notice').style.display = 'none';
|
||||||
|
_paq.push(['trackEvent', 'Consent', 'wantCookie']);
|
||||||
|
location.reload();
|
||||||
|
});
|
||||||
|
|
||||||
|
document.getElementById('cookie-notice-decline').addEventListener("click", function () {
|
||||||
|
createCookie('cookie-notice-dismissed', 'dontWantCookies', 31);
|
||||||
|
document.getElementById('cookie-notice').style.display = 'none';
|
||||||
|
_paq.push(['trackEvent', 'Consent', 'dontWantCookie']);
|
||||||
|
location.reload();
|
||||||
|
});
|
||||||
|
|
||||||
|
// document.getElementById('cookie-notice-gimme').addEventListener("click", function () {
|
||||||
|
// createCookie('cookie-notice-dismissed', 'wantCookies', 31);
|
||||||
|
// document.getElementById('cookie-notice').style.display = 'none';
|
||||||
|
// location.reload();
|
||||||
|
// });
|
||||||
|
|
||||||
|
|
||||||
|
</script>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
404
albums/extender/2-i-want-your-soul/index.html
Normal file
404
albums/extender/2-i-want-your-soul/index.html
Normal file
|
|
@ -0,0 +1,404 @@
|
||||||
|
<!DOCTYPE html>
|
||||||
|
<!--
|
||||||
|
Based on _Story_ by html5up.net | @ajlkn
|
||||||
|
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
|
||||||
|
Remixed and Jekyllified by Setto
|
||||||
|
-->
|
||||||
|
<html lang="en">
|
||||||
|
<head>
|
||||||
|
<!-- Begin Jekyll SEO tag v2.6.1 -->
|
||||||
|
<meta name="generator" content="Jekyll v4.0.0" />
|
||||||
|
<meta property="og:title" content="2 I Want Your Soul" />
|
||||||
|
<meta name="author" content="pax:nion" />
|
||||||
|
<meta property="og:locale" content="en" />
|
||||||
|
<meta name="description" content="PHI, Panix Heavy Industries" />
|
||||||
|
<meta property="og:description" content="PHI, Panix Heavy Industries" />
|
||||||
|
<link rel="canonical" href="https://panix.basspistol.com/albums/extender/2-i-want-your-soul/" />
|
||||||
|
<meta property="og:url" content="https://panix.basspistol.com/albums/extender/2-i-want-your-soul/" />
|
||||||
|
<meta property="og:site_name" content="pax:nion" />
|
||||||
|
<meta property="og:type" content="article" />
|
||||||
|
<meta property="article:published_time" content="2020-07-05T18:07:03+00:00" />
|
||||||
|
<script type="application/ld+json">
|
||||||
|
{"description":"PHI, Panix Heavy Industries","@type":"AudioObject","headline":"2 I Want Your Soul","dateModified":"2020-07-05T18:06:59+00:00","datePublished":"2020-07-05T18:07:03+00:00","url":"https://panix.basspistol.com/albums/extender/2-i-want-your-soul/","author":{"@type":"Person","name":"pax:nion"},"publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://panix.basspistol.com/assets/img/setto_icon.png"},"name":"pax:nion"},"@context":"https://schema.org"}</script>
|
||||||
|
<!-- End Jekyll SEO tag -->
|
||||||
|
|
||||||
|
<link type="application/atom+xml" rel="alternate" href="https://panix.basspistol.com/feed.xml" title="" />
|
||||||
|
<!-- BEGIN seo.html -->
|
||||||
|
|
||||||
|
<title>Play I Want Your Soul by Panix Hilton</title>
|
||||||
|
<meta name="title" content="Play I Want Your Soul by Panix Hilton" />
|
||||||
|
|
||||||
|
<meta name="dc.date.modified" scheme="ISO8601" content="2020-07-05T18:06:59+00:00" />
|
||||||
|
<meta name="robots" content="index" />
|
||||||
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||||
|
<link rel="canonical" href="https://panix.basspistol.com/albums/extender/2-i-want-your-soul/" />
|
||||||
|
<link rel="alternate" hreflang="x-default" href="https://panix.basspistol.com/albums/extender/2-i-want-your-soul/" />
|
||||||
|
<meta name="geo.region" content="BJ-ZO" />
|
||||||
|
<meta name="geo.placename" content="Setto" />
|
||||||
|
<meta name="geo.position" content="7.48777;2.076389" />
|
||||||
|
<meta name="ICBM" content="7.48777, 2.076389" />
|
||||||
|
|
||||||
|
<!-- Dublin Core basic info -->
|
||||||
|
|
||||||
|
<meta name="dcterms.Identifier" content="https://panix.basspistol.com" />
|
||||||
|
<meta name="dcterms.Format" content="text/html" />
|
||||||
|
<meta name="dcterms.Relation" content="pax:nion" />
|
||||||
|
<meta name="dcterms.Publisher" content="pax:nion" />
|
||||||
|
<meta name="dcterms.Type" content="text/html" />
|
||||||
|
<meta name="dcterms.Coverage" content="https://panix.basspistol.com/" />
|
||||||
|
<meta name="dcterms.Rights" content="Copyright ©2020 pax:nion." />
|
||||||
|
|
||||||
|
<meta name="dcterms.Subject" content="Listen and to a track by Panix Hilton from the release Extender and support your remote artist!" />
|
||||||
|
<meta name="dcterms.Title" content="I Want Your Soul - Panix Hilton | pax:nion" />
|
||||||
|
|
||||||
|
<meta name="dcterms.Contributor" content="pax:nion" />
|
||||||
|
<meta name="dcterms.Date" content="2020-07-05" />
|
||||||
|
<meta name="dcterms.Description" content="" />
|
||||||
|
|
||||||
|
<!-- Twitter Card -->
|
||||||
|
|
||||||
|
<meta name="twitter:card" content="summary" />
|
||||||
|
<meta name="twitter:site" content="@" />
|
||||||
|
<meta name="twitter:title" content="2 I Want Your Soul | pax:nion" />
|
||||||
|
<meta name="twitter:description" content="PHI, Panix Heavy Industries" />
|
||||||
|
|
||||||
|
<meta name="twitter:image" content="https://panix.basspistol.com/assets/albums/extender/2-i-want-your-soul.jpeg" />
|
||||||
|
|
||||||
|
<!-- END seo.html -->
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<meta charset="utf-8" />
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=yes" />
|
||||||
|
<link rel="stylesheet" href="../../../assets/css/main20200519.css" />
|
||||||
|
|
||||||
|
<link rel="apple-touch-icon" href="https://panix.basspistol.com/apple-touch-icon.png" />
|
||||||
|
<link rel="icon" type="image/png" href="https://panix.basspistol.com/touch-icon.png" sizes="192x192" />
|
||||||
|
<link rel="shortcut icon" href="https://panix.basspistol.com/assets/img/setto_icon.png" type="image/png" />
|
||||||
|
<noscript><link rel="stylesheet" href="../../../assets/css/noscript20200518-rev1.css" /></noscript>
|
||||||
|
</head>
|
||||||
|
|
||||||
|
<body class="is-preload" id="body">
|
||||||
|
<span id="top" style="display: none;"></span>
|
||||||
|
<!-- Wrapper -->
|
||||||
|
<div id="wrapper" class="divided" data-cms-content-wrapper="/_layouts/default.html">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<!-- Banner -->
|
||||||
|
<section
|
||||||
|
class="banner onload-image-fade-in onload-content-fade-right style3 fullscreen content-align-center image-position-center" style="background-image:url('https://media.basspistol.com/panix/extender/2-i-want-your-soul.jpeg');background-size: cover; background-repeat: no-repeat;">
|
||||||
|
<div style="z-index:0;position:absolute; top:0; left:0; width:100%;height:100%;background-color: rgba(13, 13 ,13, 0.85);"></div>
|
||||||
|
<div class="content" style="z-index:1">
|
||||||
|
<h1 style="margin-top:80px">I Want Your Soul</h1>
|
||||||
|
|
||||||
|
<p><strong><span id="tracktime"></span></strong><span id="iwantyoursoul"></span></strong> <br />
|
||||||
|
Style: <strong>Electronic</strong>
|
||||||
|
</p>
|
||||||
|
<script type="text/javascript">
|
||||||
|
var iwantyoursoultimestamp = 82;
|
||||||
|
var iwantyoursoulhours = Math.floor(iwantyoursoultimestamp / 60 / 60);
|
||||||
|
var iwantyoursoulminutes = Math.floor(iwantyoursoultimestamp / 60) - (iwantyoursoulhours * 60);
|
||||||
|
var iwantyoursoulseconds = iwantyoursoultimestamp % 60;
|
||||||
|
var iwantyoursoulformatted = iwantyoursoulhours.toString().padStart(2, '0') + ':' + iwantyoursoulminutes.toString().padStart(2, '0') + ':' + iwantyoursoulseconds.toString().padStart(2, '0');
|
||||||
|
var theSpan = document.getElementById("iwantyoursoul");
|
||||||
|
theSpan.innerHTML = iwantyoursoulformatted;
|
||||||
|
</script>
|
||||||
|
|
||||||
|
|
||||||
|
<ul class="actions stacked">
|
||||||
|
<li><button id="mu_pause" class="smooth-scroll-middle button icon solid fa-play">Play dat!</button></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="image">
|
||||||
|
<img src="https://media.basspistol.com/panix/extender/2-i-want-your-soul.jpeg" alt="2 I Want Your Soul logo" id="coverart" />
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
|
||||||
|
|
||||||
|
<!-- Page navigation -->
|
||||||
|
<section class="wrapper style1 align-center">
|
||||||
|
<div class="inner">
|
||||||
|
<div class="index align-left">
|
||||||
|
<!-- Author -->
|
||||||
|
<section class="streambox" style="margin-top:40px;padding: 40px;">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<h3 style="text-align: center;display: block;">This track can't be bought</h3>
|
||||||
|
<p>But other tracks are available here:</p>
|
||||||
|
|
||||||
|
|
||||||
|
<div class="streamer">
|
||||||
|
|
||||||
|
|
||||||
|
<a onclick="_paq.push(['trackEvent', 'StoreLink', 'Bandcamp']);" target="_blank" rel="noopener" href="https://panixheavyindustries.bandcamp.com" alt="Stream from Bandcamp" title="Stream from Bandcamp" class="button icon brands fa-bandcamp">Bandcamp</a>
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</section>
|
||||||
|
<section>
|
||||||
|
<!-- Content -->
|
||||||
|
<div class="content">
|
||||||
|
<!-- post Naviation -->
|
||||||
|
<div style="text-align: center;">
|
||||||
|
<h3>Play more songs grom this release</h3>
|
||||||
|
</div>
|
||||||
|
<div class="post-nav">
|
||||||
|
<div>
|
||||||
|
|
||||||
|
<h4><a href="../../../albums/extender/1-house-kommer-alltid-att-vara-house/" alt="Read House Kommer Alltid Att Vara House" title="Read House Kommer Alltid Att Vara House"><i class="fas fa-arrow-left"></i></a> <a
|
||||||
|
href="../../../albums/extender/1-house-kommer-alltid-att-vara-house/"> House Kommer Alltid Att Vara House</a>
|
||||||
|
</h4>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
<div class="post-nav-next">
|
||||||
|
|
||||||
|
<h4><a href="../../../albums/extender/3-kim-ska-vi-koepa-lim-/"> Kim Ska Vi Koepa Lim?</a> <a
|
||||||
|
href="../../../albums/extender/3-kim-ska-vi-koepa-lim-/" alt="Read Kim Ska Vi Koepa Lim?" title="Read Kim Ska Vi Koepa Lim?"><i class="fas fa-arrow-right"></i></a></h4>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<!-- End Post Navigation -->
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
<!-- Audio player-->
|
||||||
|
<audio autoplay preload="true" data-matomo-title="I Want Your Soul">
|
||||||
|
<source src="https://media.basspistol.com/panix/extender/2-i-want-your-soul.mp3" type="audio/mpeg" ontimeupdate='updateTrackTime(this);' />
|
||||||
|
<h1>Your browser isn't ready for so much hotness. Use the download-link instead.</h1>.
|
||||||
|
</audio>
|
||||||
|
<!-- Footer -->
|
||||||
|
<footer id="footer" class="wrapper style1 align-center">
|
||||||
|
<div class="footflex">
|
||||||
|
<div>
|
||||||
|
<h4>pax:nion</h4>
|
||||||
|
<p>PHI, Panix Heavy Industries
|
||||||
|
<br /><a href="mailto:"></a></p>
|
||||||
|
</div>
|
||||||
|
<div>
|
||||||
|
<ul>
|
||||||
|
<li><a href="#top" class="smooth-scroll-middle">Back to top</a></li>
|
||||||
|
<li><a href="/#album0" class="smooth-scroll-middle">music</a></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<div><img src="/assets/panix-logo-dark.svg" style="max-width:300px" alt="pax:nion Logo" /></div>
|
||||||
|
</div>
|
||||||
|
<div class="inner">
|
||||||
|
<ul class="icons">
|
||||||
|
|
||||||
|
<!-- <li><a href="mailto:" class="icon style2 fa-envelope"><span class="label">Email</span></a></li> -->
|
||||||
|
</ul>
|
||||||
|
<p>©2020 Basspistol | <a href="../../../webcreds/">Credits</a> | <a href="../../../cookies/">Cookies & Privacy</a></p>
|
||||||
|
</div>
|
||||||
|
</footer>
|
||||||
|
|
||||||
|
|
||||||
|
<script type="text/javascript">
|
||||||
|
function loadUrl(newLocation) {
|
||||||
|
window.location = newLocation;
|
||||||
|
return false;
|
||||||
|
}
|
||||||
|
|
||||||
|
var mu = document.getElementsByTagName("audio")[0];
|
||||||
|
var pauseButton = document.getElementById("mu_pause");
|
||||||
|
var spincover = document.getElementById("coverart");
|
||||||
|
|
||||||
|
mu.addEventListener('ended', function () {
|
||||||
|
// only functional if "loop" is removed
|
||||||
|
mu.pause();
|
||||||
|
mu.currentTime = 0;
|
||||||
|
loadUrl("../../../extender/3-kim-ska-vi-koepa-lim-/"); return false;
|
||||||
|
});
|
||||||
|
mu.onplaying = function() {
|
||||||
|
pauseButton.innerHTML = "Pause";
|
||||||
|
pauseButton.classList.remove("fa-play");
|
||||||
|
pauseButton.classList.add("fa-pause");
|
||||||
|
spincover.classList.add("spinnit");
|
||||||
|
spincover.classList.remove("paused");
|
||||||
|
};
|
||||||
|
|
||||||
|
pauseButton.addEventListener("click", function () {
|
||||||
|
if (mu.paused) {
|
||||||
|
mu.play();
|
||||||
|
|
||||||
|
}
|
||||||
|
else {
|
||||||
|
mu.pause();
|
||||||
|
pauseButton.innerHTML = "Resume";
|
||||||
|
pauseButton.classList.add("fa-play");
|
||||||
|
pauseButton.classList.remove("fa-pause");
|
||||||
|
spincover.classList.add("paused");
|
||||||
|
}
|
||||||
|
});
|
||||||
|
|
||||||
|
mu.addEventListener('timeupdate', function () {
|
||||||
|
var timestamp = Math.floor(mu.currentTime);
|
||||||
|
var hours = Math.floor(timestamp / 60 / 60);
|
||||||
|
var minutes = Math.floor(timestamp / 60) - (hours * 60);
|
||||||
|
var seconds = timestamp % 60;
|
||||||
|
var formatted = hours.toString().padStart(2, '0') + ':' + minutes.toString().padStart(2, '0') + ':' + seconds.toString().padStart(2, '0');
|
||||||
|
var thecurrentSpan = document.getElementById("tracktime");
|
||||||
|
thecurrentSpan.innerHTML = formatted + ' / ';
|
||||||
|
});
|
||||||
|
|
||||||
|
</script>
|
||||||
|
</div>
|
||||||
|
<!-- Navigation -->
|
||||||
|
<div id="logo" class="logo">
|
||||||
|
<a href="/" class="smooth-scroll-middle"><img width="200em" src="/assets/panix-logo.svg" alt=" Logo" /></a>
|
||||||
|
<a href="#navbar" onclick="blurBody()" alt="Navigation Menu" title="Navigation Menu"><span style="font-size: 34px;" class="icon solid fa-bars"></span></a>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div id="navbar" style="display: block;" class="modalDialog">
|
||||||
|
<a href="#close" onclick="removeBlur()" alt="Close Menu" title="Close Menu"><div id="closearea"> </div></a>
|
||||||
|
<nav>
|
||||||
|
<a href="#close" title="Close" onclick="removeBlur()" class="close-button close" style="margin: 0 auto;">X</a>
|
||||||
|
<ul>
|
||||||
|
|
||||||
|
|
||||||
|
<li><a href="../../../" class="button small">Home</a></li>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<li><a href="../../../releases/" class="button small">Releases</a></li>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<li><a href="../../../logs/" class="button small">Web-Log</a></li>
|
||||||
|
|
||||||
|
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
</nav>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
<!-- End Navigation -->
|
||||||
|
<!-- Scripts -->
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<script src="../../../assets/js/jquery.min.js"></script>
|
||||||
|
<script src="../../../assets/js/jquery.scrollex.min.js"></script>
|
||||||
|
<script src="../../../assets/js/jquery.scrolly.min.js"></script>
|
||||||
|
<script src="../../../assets/js/browser.min.js"></script>
|
||||||
|
<script src="../../../assets/js/breakpoints.min.js"></script>
|
||||||
|
<script src="../../../assets/js/util.js"></script>
|
||||||
|
<script src="../../../assets/js/main.js"></script>
|
||||||
|
<script src="../../../assets/js/set.js"></script>
|
||||||
|
|
||||||
|
|
||||||
|
<div id="cookie-notice">
|
||||||
|
<p>We only use cookies if you consent to it. They don't contain any identifiable info: they just let us know if you enjoyed this enough to come back. <br />Click <a href="#" id="cookie-notice-decline">here</a> if you want this shit to go away without cookies. <br />Read more about how Basspistol <a href="/cookies/">use cookies</a> </p>
|
||||||
|
<a class="button small yes" href="#" id="cookie-notice-accept">I'm in!</a>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<script>
|
||||||
|
function createCookie(name, value, days) {
|
||||||
|
var expires = "";
|
||||||
|
if (days) {
|
||||||
|
var date = new Date();
|
||||||
|
date.setTime(date.getTime() + (days * 24 * 60 * 60 * 1000));
|
||||||
|
expires = "; expires=" + date.toUTCString();
|
||||||
|
}
|
||||||
|
document.cookie = name + "=" + value + expires + "; path=/";
|
||||||
|
}
|
||||||
|
function readCookie(name) {
|
||||||
|
var nameEQ = name + "=";
|
||||||
|
var ca = document.cookie.split(';');
|
||||||
|
for (var i = 0; i < ca.length; i++) {
|
||||||
|
var c = ca[i];
|
||||||
|
while (c.charAt(0) == ' ') c = c.substring(1, c.length);
|
||||||
|
if (c.indexOf(nameEQ) == 0) return c.substring(nameEQ.length, c.length);
|
||||||
|
}
|
||||||
|
return null;
|
||||||
|
}
|
||||||
|
function eraseCookie(name) {
|
||||||
|
createCookie(name, "", -1);
|
||||||
|
}
|
||||||
|
|
||||||
|
if (readCookie('cookie-notice-dismissed') == 'wantCookies') {
|
||||||
|
|
||||||
|
//* Matomo Tag Manager *//
|
||||||
|
|
||||||
|
var _mtm = _mtm || [];
|
||||||
|
_mtm.push({'mtm.startTime': (new Date().getTime()), 'event': 'mtm.Start'});
|
||||||
|
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
|
||||||
|
g.type='text/javascript'; g.async=true; g.defer=true; g.src='https://cdn.matomo.cloud/terminalnetwork.matomo.cloud/container_aJ0T3vZ5.js'; s.parentNode.insertBefore(g,s);
|
||||||
|
|
||||||
|
//* End Matomo Tag Manager *//
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
} else {
|
||||||
|
document.getElementById('cookie-notice').style.display = 'flex';
|
||||||
|
|
||||||
|
var _paq = window._paq || [];
|
||||||
|
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */
|
||||||
|
_paq.push(["setDocumentTitle", document.domain + "/" + document.title]);
|
||||||
|
_paq.push(["disableCookies"]);
|
||||||
|
_paq.push(['trackPageView']);
|
||||||
|
_paq.push(['enableLinkTracking']);
|
||||||
|
(function() {
|
||||||
|
var u="https://terminalnetwork.matomo.cloud/";
|
||||||
|
_paq.push(['setTrackerUrl', u+'matomo.php']);
|
||||||
|
_paq.push(['setSiteId', '14']);
|
||||||
|
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
|
||||||
|
g.type='text/javascript'; g.async=true; g.defer=true; g.src='//cdn.matomo.cloud/terminalnetwork.matomo.cloud/matomo.js'; s.parentNode.insertBefore(g,s);
|
||||||
|
})();
|
||||||
|
|
||||||
|
|
||||||
|
}
|
||||||
|
if (readCookie('cookie-notice-dismissed') == 'dontWantCookies') {
|
||||||
|
document.getElementById('cookie-notice').style.display = 'none';
|
||||||
|
|
||||||
|
var _paq = window._paq || [];
|
||||||
|
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */
|
||||||
|
_paq.push(["setDocumentTitle", document.domain + "/" + document.title]);
|
||||||
|
_paq.push(["disableCookies"]);
|
||||||
|
_paq.push(['trackPageView']);
|
||||||
|
_paq.push(['enableLinkTracking']);
|
||||||
|
(function() {
|
||||||
|
var u="https://terminalnetwork.matomo.cloud/";
|
||||||
|
_paq.push(['setTrackerUrl', u+'matomo.php']);
|
||||||
|
_paq.push(['setSiteId', '14']);
|
||||||
|
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
|
||||||
|
g.type='text/javascript'; g.async=true; g.defer=true; g.src='//cdn.matomo.cloud/terminalnetwork.matomo.cloud/matomo.js'; s.parentNode.insertBefore(g,s);
|
||||||
|
})();
|
||||||
|
|
||||||
|
}
|
||||||
|
document.getElementById('cookie-notice-accept').addEventListener("click", function () {
|
||||||
|
createCookie('cookie-notice-dismissed', 'wantCookies', 31);
|
||||||
|
document.getElementById('cookie-notice').style.display = 'none';
|
||||||
|
_paq.push(['trackEvent', 'Consent', 'wantCookie']);
|
||||||
|
location.reload();
|
||||||
|
});
|
||||||
|
|
||||||
|
document.getElementById('cookie-notice-decline').addEventListener("click", function () {
|
||||||
|
createCookie('cookie-notice-dismissed', 'dontWantCookies', 31);
|
||||||
|
document.getElementById('cookie-notice').style.display = 'none';
|
||||||
|
_paq.push(['trackEvent', 'Consent', 'dontWantCookie']);
|
||||||
|
location.reload();
|
||||||
|
});
|
||||||
|
|
||||||
|
// document.getElementById('cookie-notice-gimme').addEventListener("click", function () {
|
||||||
|
// createCookie('cookie-notice-dismissed', 'wantCookies', 31);
|
||||||
|
// document.getElementById('cookie-notice').style.display = 'none';
|
||||||
|
// location.reload();
|
||||||
|
// });
|
||||||
|
|
||||||
|
|
||||||
|
</script>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
404
albums/extender/3-kim-ska-vi-koepa-lim-/index.html
Normal file
404
albums/extender/3-kim-ska-vi-koepa-lim-/index.html
Normal file
|
|
@ -0,0 +1,404 @@
|
||||||
|
<!DOCTYPE html>
|
||||||
|
<!--
|
||||||
|
Based on _Story_ by html5up.net | @ajlkn
|
||||||
|
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
|
||||||
|
Remixed and Jekyllified by Setto
|
||||||
|
-->
|
||||||
|
<html lang="en">
|
||||||
|
<head>
|
||||||
|
<!-- Begin Jekyll SEO tag v2.6.1 -->
|
||||||
|
<meta name="generator" content="Jekyll v4.0.0" />
|
||||||
|
<meta property="og:title" content="3 Kim Ska Vi Koepa Lim" />
|
||||||
|
<meta name="author" content="pax:nion" />
|
||||||
|
<meta property="og:locale" content="en" />
|
||||||
|
<meta name="description" content="PHI, Panix Heavy Industries" />
|
||||||
|
<meta property="og:description" content="PHI, Panix Heavy Industries" />
|
||||||
|
<link rel="canonical" href="https://panix.basspistol.com/albums/extender/3-kim-ska-vi-koepa-lim-/" />
|
||||||
|
<meta property="og:url" content="https://panix.basspistol.com/albums/extender/3-kim-ska-vi-koepa-lim-/" />
|
||||||
|
<meta property="og:site_name" content="pax:nion" />
|
||||||
|
<meta property="og:type" content="article" />
|
||||||
|
<meta property="article:published_time" content="2020-07-05T18:07:03+00:00" />
|
||||||
|
<script type="application/ld+json">
|
||||||
|
{"description":"PHI, Panix Heavy Industries","@type":"AudioObject","headline":"3 Kim Ska Vi Koepa Lim","dateModified":"2020-07-05T18:06:59+00:00","datePublished":"2020-07-05T18:07:03+00:00","url":"https://panix.basspistol.com/albums/extender/3-kim-ska-vi-koepa-lim-/","author":{"@type":"Person","name":"pax:nion"},"publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://panix.basspistol.com/assets/img/setto_icon.png"},"name":"pax:nion"},"@context":"https://schema.org"}</script>
|
||||||
|
<!-- End Jekyll SEO tag -->
|
||||||
|
|
||||||
|
<link type="application/atom+xml" rel="alternate" href="https://panix.basspistol.com/feed.xml" title="" />
|
||||||
|
<!-- BEGIN seo.html -->
|
||||||
|
|
||||||
|
<title>Play Kim Ska Vi Koepa Lim? by Panix Hilton</title>
|
||||||
|
<meta name="title" content="Play Kim Ska Vi Koepa Lim? by Panix Hilton" />
|
||||||
|
|
||||||
|
<meta name="dc.date.modified" scheme="ISO8601" content="2020-07-05T18:06:59+00:00" />
|
||||||
|
<meta name="robots" content="index" />
|
||||||
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||||
|
<link rel="canonical" href="https://panix.basspistol.com/albums/extender/3-kim-ska-vi-koepa-lim-/" />
|
||||||
|
<link rel="alternate" hreflang="x-default" href="https://panix.basspistol.com/albums/extender/3-kim-ska-vi-koepa-lim-/" />
|
||||||
|
<meta name="geo.region" content="BJ-ZO" />
|
||||||
|
<meta name="geo.placename" content="Setto" />
|
||||||
|
<meta name="geo.position" content="7.48777;2.076389" />
|
||||||
|
<meta name="ICBM" content="7.48777, 2.076389" />
|
||||||
|
|
||||||
|
<!-- Dublin Core basic info -->
|
||||||
|
|
||||||
|
<meta name="dcterms.Identifier" content="https://panix.basspistol.com" />
|
||||||
|
<meta name="dcterms.Format" content="text/html" />
|
||||||
|
<meta name="dcterms.Relation" content="pax:nion" />
|
||||||
|
<meta name="dcterms.Publisher" content="pax:nion" />
|
||||||
|
<meta name="dcterms.Type" content="text/html" />
|
||||||
|
<meta name="dcterms.Coverage" content="https://panix.basspistol.com/" />
|
||||||
|
<meta name="dcterms.Rights" content="Copyright ©2020 pax:nion." />
|
||||||
|
|
||||||
|
<meta name="dcterms.Subject" content="Listen and to a track by Panix Hilton from the release Extender and support your remote artist!" />
|
||||||
|
<meta name="dcterms.Title" content="Kim Ska Vi Koepa Lim? - Panix Hilton | pax:nion" />
|
||||||
|
|
||||||
|
<meta name="dcterms.Contributor" content="pax:nion" />
|
||||||
|
<meta name="dcterms.Date" content="2020-07-05" />
|
||||||
|
<meta name="dcterms.Description" content="" />
|
||||||
|
|
||||||
|
<!-- Twitter Card -->
|
||||||
|
|
||||||
|
<meta name="twitter:card" content="summary" />
|
||||||
|
<meta name="twitter:site" content="@" />
|
||||||
|
<meta name="twitter:title" content="3 Kim Ska Vi Koepa Lim | pax:nion" />
|
||||||
|
<meta name="twitter:description" content="PHI, Panix Heavy Industries" />
|
||||||
|
|
||||||
|
<meta name="twitter:image" content="https://panix.basspistol.com/assets/albums/extender/3-kim-ska-vi-koepa-lim-.jpeg" />
|
||||||
|
|
||||||
|
<!-- END seo.html -->
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<meta charset="utf-8" />
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=yes" />
|
||||||
|
<link rel="stylesheet" href="../../../assets/css/main20200519.css" />
|
||||||
|
|
||||||
|
<link rel="apple-touch-icon" href="https://panix.basspistol.com/apple-touch-icon.png" />
|
||||||
|
<link rel="icon" type="image/png" href="https://panix.basspistol.com/touch-icon.png" sizes="192x192" />
|
||||||
|
<link rel="shortcut icon" href="https://panix.basspistol.com/assets/img/setto_icon.png" type="image/png" />
|
||||||
|
<noscript><link rel="stylesheet" href="../../../assets/css/noscript20200518-rev1.css" /></noscript>
|
||||||
|
</head>
|
||||||
|
|
||||||
|
<body class="is-preload" id="body">
|
||||||
|
<span id="top" style="display: none;"></span>
|
||||||
|
<!-- Wrapper -->
|
||||||
|
<div id="wrapper" class="divided" data-cms-content-wrapper="/_layouts/default.html">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<!-- Banner -->
|
||||||
|
<section
|
||||||
|
class="banner onload-image-fade-in onload-content-fade-right style3 fullscreen content-align-center image-position-center" style="background-image:url('https://media.basspistol.com/panix/extender/3-kim-ska-vi-koepa-lim-.jpeg');background-size: cover; background-repeat: no-repeat;">
|
||||||
|
<div style="z-index:0;position:absolute; top:0; left:0; width:100%;height:100%;background-color: rgba(13, 13 ,13, 0.85);"></div>
|
||||||
|
<div class="content" style="z-index:1">
|
||||||
|
<h1 style="margin-top:80px">Kim Ska Vi Koepa Lim?</h1>
|
||||||
|
|
||||||
|
<p><strong><span id="tracktime"></span></strong><span id="kimskavikoepalim"></span></strong> <br />
|
||||||
|
Style: <strong>Electronic</strong>
|
||||||
|
</p>
|
||||||
|
<script type="text/javascript">
|
||||||
|
var kimskavikoepalimtimestamp = 86;
|
||||||
|
var kimskavikoepalimhours = Math.floor(kimskavikoepalimtimestamp / 60 / 60);
|
||||||
|
var kimskavikoepalimminutes = Math.floor(kimskavikoepalimtimestamp / 60) - (kimskavikoepalimhours * 60);
|
||||||
|
var kimskavikoepalimseconds = kimskavikoepalimtimestamp % 60;
|
||||||
|
var kimskavikoepalimformatted = kimskavikoepalimhours.toString().padStart(2, '0') + ':' + kimskavikoepalimminutes.toString().padStart(2, '0') + ':' + kimskavikoepalimseconds.toString().padStart(2, '0');
|
||||||
|
var theSpan = document.getElementById("kimskavikoepalim");
|
||||||
|
theSpan.innerHTML = kimskavikoepalimformatted;
|
||||||
|
</script>
|
||||||
|
|
||||||
|
|
||||||
|
<ul class="actions stacked">
|
||||||
|
<li><button id="mu_pause" class="smooth-scroll-middle button icon solid fa-play">Play dat!</button></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="image">
|
||||||
|
<img src="https://media.basspistol.com/panix/extender/3-kim-ska-vi-koepa-lim-.jpeg" alt="3 Kim Ska Vi Koepa Lim logo" id="coverart" />
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
|
||||||
|
|
||||||
|
<!-- Page navigation -->
|
||||||
|
<section class="wrapper style1 align-center">
|
||||||
|
<div class="inner">
|
||||||
|
<div class="index align-left">
|
||||||
|
<!-- Author -->
|
||||||
|
<section class="streambox" style="margin-top:40px;padding: 40px;">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<h3 style="text-align: center;display: block;">This track can't be bought</h3>
|
||||||
|
<p>But other tracks are available here:</p>
|
||||||
|
|
||||||
|
|
||||||
|
<div class="streamer">
|
||||||
|
|
||||||
|
|
||||||
|
<a onclick="_paq.push(['trackEvent', 'StoreLink', 'Bandcamp']);" target="_blank" rel="noopener" href="https://panixheavyindustries.bandcamp.com" alt="Stream from Bandcamp" title="Stream from Bandcamp" class="button icon brands fa-bandcamp">Bandcamp</a>
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</section>
|
||||||
|
<section>
|
||||||
|
<!-- Content -->
|
||||||
|
<div class="content">
|
||||||
|
<!-- post Naviation -->
|
||||||
|
<div style="text-align: center;">
|
||||||
|
<h3>Play more songs grom this release</h3>
|
||||||
|
</div>
|
||||||
|
<div class="post-nav">
|
||||||
|
<div>
|
||||||
|
|
||||||
|
<h4><a href="../../../albums/extender/2-i-want-your-soul/" alt="Read I Want Your Soul" title="Read I Want Your Soul"><i class="fas fa-arrow-left"></i></a> <a
|
||||||
|
href="../../../albums/extender/2-i-want-your-soul/"> I Want Your Soul</a>
|
||||||
|
</h4>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
<div class="post-nav-next">
|
||||||
|
|
||||||
|
<h4><a href="../../../albums/extender/4-eru-sejjoez-/"> Eru sejjoez?</a> <a
|
||||||
|
href="../../../albums/extender/4-eru-sejjoez-/" alt="Read Eru sejjoez?" title="Read Eru sejjoez?"><i class="fas fa-arrow-right"></i></a></h4>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<!-- End Post Navigation -->
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
<!-- Audio player-->
|
||||||
|
<audio autoplay preload="true" data-matomo-title="Kim Ska Vi Koepa Lim?">
|
||||||
|
<source src="https://media.basspistol.com/panix/extender/3-kim-ska-vi-koepa-lim-.mp3" type="audio/mpeg" ontimeupdate='updateTrackTime(this);' />
|
||||||
|
<h1>Your browser isn't ready for so much hotness. Use the download-link instead.</h1>.
|
||||||
|
</audio>
|
||||||
|
<!-- Footer -->
|
||||||
|
<footer id="footer" class="wrapper style1 align-center">
|
||||||
|
<div class="footflex">
|
||||||
|
<div>
|
||||||
|
<h4>pax:nion</h4>
|
||||||
|
<p>PHI, Panix Heavy Industries
|
||||||
|
<br /><a href="mailto:"></a></p>
|
||||||
|
</div>
|
||||||
|
<div>
|
||||||
|
<ul>
|
||||||
|
<li><a href="#top" class="smooth-scroll-middle">Back to top</a></li>
|
||||||
|
<li><a href="/#album0" class="smooth-scroll-middle">music</a></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<div><img src="/assets/panix-logo-dark.svg" style="max-width:300px" alt="pax:nion Logo" /></div>
|
||||||
|
</div>
|
||||||
|
<div class="inner">
|
||||||
|
<ul class="icons">
|
||||||
|
|
||||||
|
<!-- <li><a href="mailto:" class="icon style2 fa-envelope"><span class="label">Email</span></a></li> -->
|
||||||
|
</ul>
|
||||||
|
<p>©2020 Basspistol | <a href="../../../webcreds/">Credits</a> | <a href="../../../cookies/">Cookies & Privacy</a></p>
|
||||||
|
</div>
|
||||||
|
</footer>
|
||||||
|
|
||||||
|
|
||||||
|
<script type="text/javascript">
|
||||||
|
function loadUrl(newLocation) {
|
||||||
|
window.location = newLocation;
|
||||||
|
return false;
|
||||||
|
}
|
||||||
|
|
||||||
|
var mu = document.getElementsByTagName("audio")[0];
|
||||||
|
var pauseButton = document.getElementById("mu_pause");
|
||||||
|
var spincover = document.getElementById("coverart");
|
||||||
|
|
||||||
|
mu.addEventListener('ended', function () {
|
||||||
|
// only functional if "loop" is removed
|
||||||
|
mu.pause();
|
||||||
|
mu.currentTime = 0;
|
||||||
|
loadUrl("../../../extender/4-eru-sejjoez-/"); return false;
|
||||||
|
});
|
||||||
|
mu.onplaying = function() {
|
||||||
|
pauseButton.innerHTML = "Pause";
|
||||||
|
pauseButton.classList.remove("fa-play");
|
||||||
|
pauseButton.classList.add("fa-pause");
|
||||||
|
spincover.classList.add("spinnit");
|
||||||
|
spincover.classList.remove("paused");
|
||||||
|
};
|
||||||
|
|
||||||
|
pauseButton.addEventListener("click", function () {
|
||||||
|
if (mu.paused) {
|
||||||
|
mu.play();
|
||||||
|
|
||||||
|
}
|
||||||
|
else {
|
||||||
|
mu.pause();
|
||||||
|
pauseButton.innerHTML = "Resume";
|
||||||
|
pauseButton.classList.add("fa-play");
|
||||||
|
pauseButton.classList.remove("fa-pause");
|
||||||
|
spincover.classList.add("paused");
|
||||||
|
}
|
||||||
|
});
|
||||||
|
|
||||||
|
mu.addEventListener('timeupdate', function () {
|
||||||
|
var timestamp = Math.floor(mu.currentTime);
|
||||||
|
var hours = Math.floor(timestamp / 60 / 60);
|
||||||
|
var minutes = Math.floor(timestamp / 60) - (hours * 60);
|
||||||
|
var seconds = timestamp % 60;
|
||||||
|
var formatted = hours.toString().padStart(2, '0') + ':' + minutes.toString().padStart(2, '0') + ':' + seconds.toString().padStart(2, '0');
|
||||||
|
var thecurrentSpan = document.getElementById("tracktime");
|
||||||
|
thecurrentSpan.innerHTML = formatted + ' / ';
|
||||||
|
});
|
||||||
|
|
||||||
|
</script>
|
||||||
|
</div>
|
||||||
|
<!-- Navigation -->
|
||||||
|
<div id="logo" class="logo">
|
||||||
|
<a href="/" class="smooth-scroll-middle"><img width="200em" src="/assets/panix-logo.svg" alt=" Logo" /></a>
|
||||||
|
<a href="#navbar" onclick="blurBody()" alt="Navigation Menu" title="Navigation Menu"><span style="font-size: 34px;" class="icon solid fa-bars"></span></a>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div id="navbar" style="display: block;" class="modalDialog">
|
||||||
|
<a href="#close" onclick="removeBlur()" alt="Close Menu" title="Close Menu"><div id="closearea"> </div></a>
|
||||||
|
<nav>
|
||||||
|
<a href="#close" title="Close" onclick="removeBlur()" class="close-button close" style="margin: 0 auto;">X</a>
|
||||||
|
<ul>
|
||||||
|
|
||||||
|
|
||||||
|
<li><a href="../../../" class="button small">Home</a></li>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<li><a href="../../../releases/" class="button small">Releases</a></li>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<li><a href="../../../logs/" class="button small">Web-Log</a></li>
|
||||||
|
|
||||||
|
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
</nav>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
<!-- End Navigation -->
|
||||||
|
<!-- Scripts -->
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<script src="../../../assets/js/jquery.min.js"></script>
|
||||||
|
<script src="../../../assets/js/jquery.scrollex.min.js"></script>
|
||||||
|
<script src="../../../assets/js/jquery.scrolly.min.js"></script>
|
||||||
|
<script src="../../../assets/js/browser.min.js"></script>
|
||||||
|
<script src="../../../assets/js/breakpoints.min.js"></script>
|
||||||
|
<script src="../../../assets/js/util.js"></script>
|
||||||
|
<script src="../../../assets/js/main.js"></script>
|
||||||
|
<script src="../../../assets/js/set.js"></script>
|
||||||
|
|
||||||
|
|
||||||
|
<div id="cookie-notice">
|
||||||
|
<p>We only use cookies if you consent to it. They don't contain any identifiable info: they just let us know if you enjoyed this enough to come back. <br />Click <a href="#" id="cookie-notice-decline">here</a> if you want this shit to go away without cookies. <br />Read more about how Basspistol <a href="/cookies/">use cookies</a> </p>
|
||||||
|
<a class="button small yes" href="#" id="cookie-notice-accept">I'm in!</a>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<script>
|
||||||
|
function createCookie(name, value, days) {
|
||||||
|
var expires = "";
|
||||||
|
if (days) {
|
||||||
|
var date = new Date();
|
||||||
|
date.setTime(date.getTime() + (days * 24 * 60 * 60 * 1000));
|
||||||
|
expires = "; expires=" + date.toUTCString();
|
||||||
|
}
|
||||||
|
document.cookie = name + "=" + value + expires + "; path=/";
|
||||||
|
}
|
||||||
|
function readCookie(name) {
|
||||||
|
var nameEQ = name + "=";
|
||||||
|
var ca = document.cookie.split(';');
|
||||||
|
for (var i = 0; i < ca.length; i++) {
|
||||||
|
var c = ca[i];
|
||||||
|
while (c.charAt(0) == ' ') c = c.substring(1, c.length);
|
||||||
|
if (c.indexOf(nameEQ) == 0) return c.substring(nameEQ.length, c.length);
|
||||||
|
}
|
||||||
|
return null;
|
||||||
|
}
|
||||||
|
function eraseCookie(name) {
|
||||||
|
createCookie(name, "", -1);
|
||||||
|
}
|
||||||
|
|
||||||
|
if (readCookie('cookie-notice-dismissed') == 'wantCookies') {
|
||||||
|
|
||||||
|
//* Matomo Tag Manager *//
|
||||||
|
|
||||||
|
var _mtm = _mtm || [];
|
||||||
|
_mtm.push({'mtm.startTime': (new Date().getTime()), 'event': 'mtm.Start'});
|
||||||
|
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
|
||||||
|
g.type='text/javascript'; g.async=true; g.defer=true; g.src='https://cdn.matomo.cloud/terminalnetwork.matomo.cloud/container_aJ0T3vZ5.js'; s.parentNode.insertBefore(g,s);
|
||||||
|
|
||||||
|
//* End Matomo Tag Manager *//
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
} else {
|
||||||
|
document.getElementById('cookie-notice').style.display = 'flex';
|
||||||
|
|
||||||
|
var _paq = window._paq || [];
|
||||||
|
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */
|
||||||
|
_paq.push(["setDocumentTitle", document.domain + "/" + document.title]);
|
||||||
|
_paq.push(["disableCookies"]);
|
||||||
|
_paq.push(['trackPageView']);
|
||||||
|
_paq.push(['enableLinkTracking']);
|
||||||
|
(function() {
|
||||||
|
var u="https://terminalnetwork.matomo.cloud/";
|
||||||
|
_paq.push(['setTrackerUrl', u+'matomo.php']);
|
||||||
|
_paq.push(['setSiteId', '14']);
|
||||||
|
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
|
||||||
|
g.type='text/javascript'; g.async=true; g.defer=true; g.src='//cdn.matomo.cloud/terminalnetwork.matomo.cloud/matomo.js'; s.parentNode.insertBefore(g,s);
|
||||||
|
})();
|
||||||
|
|
||||||
|
|
||||||
|
}
|
||||||
|
if (readCookie('cookie-notice-dismissed') == 'dontWantCookies') {
|
||||||
|
document.getElementById('cookie-notice').style.display = 'none';
|
||||||
|
|
||||||
|
var _paq = window._paq || [];
|
||||||
|
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */
|
||||||
|
_paq.push(["setDocumentTitle", document.domain + "/" + document.title]);
|
||||||
|
_paq.push(["disableCookies"]);
|
||||||
|
_paq.push(['trackPageView']);
|
||||||
|
_paq.push(['enableLinkTracking']);
|
||||||
|
(function() {
|
||||||
|
var u="https://terminalnetwork.matomo.cloud/";
|
||||||
|
_paq.push(['setTrackerUrl', u+'matomo.php']);
|
||||||
|
_paq.push(['setSiteId', '14']);
|
||||||
|
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
|
||||||
|
g.type='text/javascript'; g.async=true; g.defer=true; g.src='//cdn.matomo.cloud/terminalnetwork.matomo.cloud/matomo.js'; s.parentNode.insertBefore(g,s);
|
||||||
|
})();
|
||||||
|
|
||||||
|
}
|
||||||
|
document.getElementById('cookie-notice-accept').addEventListener("click", function () {
|
||||||
|
createCookie('cookie-notice-dismissed', 'wantCookies', 31);
|
||||||
|
document.getElementById('cookie-notice').style.display = 'none';
|
||||||
|
_paq.push(['trackEvent', 'Consent', 'wantCookie']);
|
||||||
|
location.reload();
|
||||||
|
});
|
||||||
|
|
||||||
|
document.getElementById('cookie-notice-decline').addEventListener("click", function () {
|
||||||
|
createCookie('cookie-notice-dismissed', 'dontWantCookies', 31);
|
||||||
|
document.getElementById('cookie-notice').style.display = 'none';
|
||||||
|
_paq.push(['trackEvent', 'Consent', 'dontWantCookie']);
|
||||||
|
location.reload();
|
||||||
|
});
|
||||||
|
|
||||||
|
// document.getElementById('cookie-notice-gimme').addEventListener("click", function () {
|
||||||
|
// createCookie('cookie-notice-dismissed', 'wantCookies', 31);
|
||||||
|
// document.getElementById('cookie-notice').style.display = 'none';
|
||||||
|
// location.reload();
|
||||||
|
// });
|
||||||
|
|
||||||
|
|
||||||
|
</script>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
404
albums/extender/4-eru-sejjoez-/index.html
Normal file
404
albums/extender/4-eru-sejjoez-/index.html
Normal file
|
|
@ -0,0 +1,404 @@
|
||||||
|
<!DOCTYPE html>
|
||||||
|
<!--
|
||||||
|
Based on _Story_ by html5up.net | @ajlkn
|
||||||
|
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
|
||||||
|
Remixed and Jekyllified by Setto
|
||||||
|
-->
|
||||||
|
<html lang="en">
|
||||||
|
<head>
|
||||||
|
<!-- Begin Jekyll SEO tag v2.6.1 -->
|
||||||
|
<meta name="generator" content="Jekyll v4.0.0" />
|
||||||
|
<meta property="og:title" content="4 Eru Sejjoez" />
|
||||||
|
<meta name="author" content="pax:nion" />
|
||||||
|
<meta property="og:locale" content="en" />
|
||||||
|
<meta name="description" content="PHI, Panix Heavy Industries" />
|
||||||
|
<meta property="og:description" content="PHI, Panix Heavy Industries" />
|
||||||
|
<link rel="canonical" href="https://panix.basspistol.com/albums/extender/4-eru-sejjoez-/" />
|
||||||
|
<meta property="og:url" content="https://panix.basspistol.com/albums/extender/4-eru-sejjoez-/" />
|
||||||
|
<meta property="og:site_name" content="pax:nion" />
|
||||||
|
<meta property="og:type" content="article" />
|
||||||
|
<meta property="article:published_time" content="2020-07-05T18:07:03+00:00" />
|
||||||
|
<script type="application/ld+json">
|
||||||
|
{"description":"PHI, Panix Heavy Industries","@type":"AudioObject","headline":"4 Eru Sejjoez","dateModified":"2020-07-05T18:06:59+00:00","datePublished":"2020-07-05T18:07:03+00:00","url":"https://panix.basspistol.com/albums/extender/4-eru-sejjoez-/","author":{"@type":"Person","name":"pax:nion"},"publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://panix.basspistol.com/assets/img/setto_icon.png"},"name":"pax:nion"},"@context":"https://schema.org"}</script>
|
||||||
|
<!-- End Jekyll SEO tag -->
|
||||||
|
|
||||||
|
<link type="application/atom+xml" rel="alternate" href="https://panix.basspistol.com/feed.xml" title="" />
|
||||||
|
<!-- BEGIN seo.html -->
|
||||||
|
|
||||||
|
<title>Play Eru sejjoez? by Panix Hilton</title>
|
||||||
|
<meta name="title" content="Play Eru sejjoez? by Panix Hilton" />
|
||||||
|
|
||||||
|
<meta name="dc.date.modified" scheme="ISO8601" content="2020-07-05T18:06:59+00:00" />
|
||||||
|
<meta name="robots" content="index" />
|
||||||
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||||
|
<link rel="canonical" href="https://panix.basspistol.com/albums/extender/4-eru-sejjoez-/" />
|
||||||
|
<link rel="alternate" hreflang="x-default" href="https://panix.basspistol.com/albums/extender/4-eru-sejjoez-/" />
|
||||||
|
<meta name="geo.region" content="BJ-ZO" />
|
||||||
|
<meta name="geo.placename" content="Setto" />
|
||||||
|
<meta name="geo.position" content="7.48777;2.076389" />
|
||||||
|
<meta name="ICBM" content="7.48777, 2.076389" />
|
||||||
|
|
||||||
|
<!-- Dublin Core basic info -->
|
||||||
|
|
||||||
|
<meta name="dcterms.Identifier" content="https://panix.basspistol.com" />
|
||||||
|
<meta name="dcterms.Format" content="text/html" />
|
||||||
|
<meta name="dcterms.Relation" content="pax:nion" />
|
||||||
|
<meta name="dcterms.Publisher" content="pax:nion" />
|
||||||
|
<meta name="dcterms.Type" content="text/html" />
|
||||||
|
<meta name="dcterms.Coverage" content="https://panix.basspistol.com/" />
|
||||||
|
<meta name="dcterms.Rights" content="Copyright ©2020 pax:nion." />
|
||||||
|
|
||||||
|
<meta name="dcterms.Subject" content="Listen and to a track by Panix Hilton from the release Extender and support your remote artist!" />
|
||||||
|
<meta name="dcterms.Title" content="Eru sejjoez? - Panix Hilton | pax:nion" />
|
||||||
|
|
||||||
|
<meta name="dcterms.Contributor" content="pax:nion" />
|
||||||
|
<meta name="dcterms.Date" content="2020-07-05" />
|
||||||
|
<meta name="dcterms.Description" content="" />
|
||||||
|
|
||||||
|
<!-- Twitter Card -->
|
||||||
|
|
||||||
|
<meta name="twitter:card" content="summary" />
|
||||||
|
<meta name="twitter:site" content="@" />
|
||||||
|
<meta name="twitter:title" content="4 Eru Sejjoez | pax:nion" />
|
||||||
|
<meta name="twitter:description" content="PHI, Panix Heavy Industries" />
|
||||||
|
|
||||||
|
<meta name="twitter:image" content="https://panix.basspistol.com/assets/albums/extender/4-eru-sejjoez-.jpeg" />
|
||||||
|
|
||||||
|
<!-- END seo.html -->
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<meta charset="utf-8" />
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=yes" />
|
||||||
|
<link rel="stylesheet" href="../../../assets/css/main20200519.css" />
|
||||||
|
|
||||||
|
<link rel="apple-touch-icon" href="https://panix.basspistol.com/apple-touch-icon.png" />
|
||||||
|
<link rel="icon" type="image/png" href="https://panix.basspistol.com/touch-icon.png" sizes="192x192" />
|
||||||
|
<link rel="shortcut icon" href="https://panix.basspistol.com/assets/img/setto_icon.png" type="image/png" />
|
||||||
|
<noscript><link rel="stylesheet" href="../../../assets/css/noscript20200518-rev1.css" /></noscript>
|
||||||
|
</head>
|
||||||
|
|
||||||
|
<body class="is-preload" id="body">
|
||||||
|
<span id="top" style="display: none;"></span>
|
||||||
|
<!-- Wrapper -->
|
||||||
|
<div id="wrapper" class="divided" data-cms-content-wrapper="/_layouts/default.html">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<!-- Banner -->
|
||||||
|
<section
|
||||||
|
class="banner onload-image-fade-in onload-content-fade-right style3 fullscreen content-align-center image-position-center" style="background-image:url('https://media.basspistol.com/panix/extender/4-eru-sejjoez-.jpeg');background-size: cover; background-repeat: no-repeat;">
|
||||||
|
<div style="z-index:0;position:absolute; top:0; left:0; width:100%;height:100%;background-color: rgba(13, 13 ,13, 0.85);"></div>
|
||||||
|
<div class="content" style="z-index:1">
|
||||||
|
<h1 style="margin-top:80px">Eru sejjoez?</h1>
|
||||||
|
|
||||||
|
<p><strong><span id="tracktime"></span></strong><span id="erusejjoez"></span></strong> <br />
|
||||||
|
Style: <strong>Electronic</strong>
|
||||||
|
</p>
|
||||||
|
<script type="text/javascript">
|
||||||
|
var erusejjoeztimestamp = 119;
|
||||||
|
var erusejjoezhours = Math.floor(erusejjoeztimestamp / 60 / 60);
|
||||||
|
var erusejjoezminutes = Math.floor(erusejjoeztimestamp / 60) - (erusejjoezhours * 60);
|
||||||
|
var erusejjoezseconds = erusejjoeztimestamp % 60;
|
||||||
|
var erusejjoezformatted = erusejjoezhours.toString().padStart(2, '0') + ':' + erusejjoezminutes.toString().padStart(2, '0') + ':' + erusejjoezseconds.toString().padStart(2, '0');
|
||||||
|
var theSpan = document.getElementById("erusejjoez");
|
||||||
|
theSpan.innerHTML = erusejjoezformatted;
|
||||||
|
</script>
|
||||||
|
|
||||||
|
|
||||||
|
<ul class="actions stacked">
|
||||||
|
<li><button id="mu_pause" class="smooth-scroll-middle button icon solid fa-play">Play dat!</button></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="image">
|
||||||
|
<img src="https://media.basspistol.com/panix/extender/4-eru-sejjoez-.jpeg" alt="4 Eru Sejjoez logo" id="coverart" />
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
|
||||||
|
|
||||||
|
<!-- Page navigation -->
|
||||||
|
<section class="wrapper style1 align-center">
|
||||||
|
<div class="inner">
|
||||||
|
<div class="index align-left">
|
||||||
|
<!-- Author -->
|
||||||
|
<section class="streambox" style="margin-top:40px;padding: 40px;">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<h3 style="text-align: center;display: block;">This track can't be bought</h3>
|
||||||
|
<p>But other tracks are available here:</p>
|
||||||
|
|
||||||
|
|
||||||
|
<div class="streamer">
|
||||||
|
|
||||||
|
|
||||||
|
<a onclick="_paq.push(['trackEvent', 'StoreLink', 'Bandcamp']);" target="_blank" rel="noopener" href="https://panixheavyindustries.bandcamp.com" alt="Stream from Bandcamp" title="Stream from Bandcamp" class="button icon brands fa-bandcamp">Bandcamp</a>
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</section>
|
||||||
|
<section>
|
||||||
|
<!-- Content -->
|
||||||
|
<div class="content">
|
||||||
|
<!-- post Naviation -->
|
||||||
|
<div style="text-align: center;">
|
||||||
|
<h3>Play more songs grom this release</h3>
|
||||||
|
</div>
|
||||||
|
<div class="post-nav">
|
||||||
|
<div>
|
||||||
|
|
||||||
|
<h4><a href="../../../albums/extender/3-kim-ska-vi-koepa-lim-/" alt="Read Kim Ska Vi Koepa Lim?" title="Read Kim Ska Vi Koepa Lim?"><i class="fas fa-arrow-left"></i></a> <a
|
||||||
|
href="../../../albums/extender/3-kim-ska-vi-koepa-lim-/"> Kim Ska Vi Koepa Lim?</a>
|
||||||
|
</h4>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
<div class="post-nav-next">
|
||||||
|
|
||||||
|
<h4><a href="../../../albums/extender/5-organized/"> Organized</a> <a
|
||||||
|
href="../../../albums/extender/5-organized/" alt="Read Organized" title="Read Organized"><i class="fas fa-arrow-right"></i></a></h4>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<!-- End Post Navigation -->
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
<!-- Audio player-->
|
||||||
|
<audio autoplay preload="true" data-matomo-title="Eru sejjoez?">
|
||||||
|
<source src="https://media.basspistol.com/panix/extender/4-eru-sejjoez-.mp3" type="audio/mpeg" ontimeupdate='updateTrackTime(this);' />
|
||||||
|
<h1>Your browser isn't ready for so much hotness. Use the download-link instead.</h1>.
|
||||||
|
</audio>
|
||||||
|
<!-- Footer -->
|
||||||
|
<footer id="footer" class="wrapper style1 align-center">
|
||||||
|
<div class="footflex">
|
||||||
|
<div>
|
||||||
|
<h4>pax:nion</h4>
|
||||||
|
<p>PHI, Panix Heavy Industries
|
||||||
|
<br /><a href="mailto:"></a></p>
|
||||||
|
</div>
|
||||||
|
<div>
|
||||||
|
<ul>
|
||||||
|
<li><a href="#top" class="smooth-scroll-middle">Back to top</a></li>
|
||||||
|
<li><a href="/#album0" class="smooth-scroll-middle">music</a></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<div><img src="/assets/panix-logo-dark.svg" style="max-width:300px" alt="pax:nion Logo" /></div>
|
||||||
|
</div>
|
||||||
|
<div class="inner">
|
||||||
|
<ul class="icons">
|
||||||
|
|
||||||
|
<!-- <li><a href="mailto:" class="icon style2 fa-envelope"><span class="label">Email</span></a></li> -->
|
||||||
|
</ul>
|
||||||
|
<p>©2020 Basspistol | <a href="../../../webcreds/">Credits</a> | <a href="../../../cookies/">Cookies & Privacy</a></p>
|
||||||
|
</div>
|
||||||
|
</footer>
|
||||||
|
|
||||||
|
|
||||||
|
<script type="text/javascript">
|
||||||
|
function loadUrl(newLocation) {
|
||||||
|
window.location = newLocation;
|
||||||
|
return false;
|
||||||
|
}
|
||||||
|
|
||||||
|
var mu = document.getElementsByTagName("audio")[0];
|
||||||
|
var pauseButton = document.getElementById("mu_pause");
|
||||||
|
var spincover = document.getElementById("coverart");
|
||||||
|
|
||||||
|
mu.addEventListener('ended', function () {
|
||||||
|
// only functional if "loop" is removed
|
||||||
|
mu.pause();
|
||||||
|
mu.currentTime = 0;
|
||||||
|
loadUrl("../../../extender/5-organized/"); return false;
|
||||||
|
});
|
||||||
|
mu.onplaying = function() {
|
||||||
|
pauseButton.innerHTML = "Pause";
|
||||||
|
pauseButton.classList.remove("fa-play");
|
||||||
|
pauseButton.classList.add("fa-pause");
|
||||||
|
spincover.classList.add("spinnit");
|
||||||
|
spincover.classList.remove("paused");
|
||||||
|
};
|
||||||
|
|
||||||
|
pauseButton.addEventListener("click", function () {
|
||||||
|
if (mu.paused) {
|
||||||
|
mu.play();
|
||||||
|
|
||||||
|
}
|
||||||
|
else {
|
||||||
|
mu.pause();
|
||||||
|
pauseButton.innerHTML = "Resume";
|
||||||
|
pauseButton.classList.add("fa-play");
|
||||||
|
pauseButton.classList.remove("fa-pause");
|
||||||
|
spincover.classList.add("paused");
|
||||||
|
}
|
||||||
|
});
|
||||||
|
|
||||||
|
mu.addEventListener('timeupdate', function () {
|
||||||
|
var timestamp = Math.floor(mu.currentTime);
|
||||||
|
var hours = Math.floor(timestamp / 60 / 60);
|
||||||
|
var minutes = Math.floor(timestamp / 60) - (hours * 60);
|
||||||
|
var seconds = timestamp % 60;
|
||||||
|
var formatted = hours.toString().padStart(2, '0') + ':' + minutes.toString().padStart(2, '0') + ':' + seconds.toString().padStart(2, '0');
|
||||||
|
var thecurrentSpan = document.getElementById("tracktime");
|
||||||
|
thecurrentSpan.innerHTML = formatted + ' / ';
|
||||||
|
});
|
||||||
|
|
||||||
|
</script>
|
||||||
|
</div>
|
||||||
|
<!-- Navigation -->
|
||||||
|
<div id="logo" class="logo">
|
||||||
|
<a href="/" class="smooth-scroll-middle"><img width="200em" src="/assets/panix-logo.svg" alt=" Logo" /></a>
|
||||||
|
<a href="#navbar" onclick="blurBody()" alt="Navigation Menu" title="Navigation Menu"><span style="font-size: 34px;" class="icon solid fa-bars"></span></a>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div id="navbar" style="display: block;" class="modalDialog">
|
||||||
|
<a href="#close" onclick="removeBlur()" alt="Close Menu" title="Close Menu"><div id="closearea"> </div></a>
|
||||||
|
<nav>
|
||||||
|
<a href="#close" title="Close" onclick="removeBlur()" class="close-button close" style="margin: 0 auto;">X</a>
|
||||||
|
<ul>
|
||||||
|
|
||||||
|
|
||||||
|
<li><a href="../../../" class="button small">Home</a></li>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<li><a href="../../../releases/" class="button small">Releases</a></li>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<li><a href="../../../logs/" class="button small">Web-Log</a></li>
|
||||||
|
|
||||||
|
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
</nav>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
<!-- End Navigation -->
|
||||||
|
<!-- Scripts -->
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<script src="../../../assets/js/jquery.min.js"></script>
|
||||||
|
<script src="../../../assets/js/jquery.scrollex.min.js"></script>
|
||||||
|
<script src="../../../assets/js/jquery.scrolly.min.js"></script>
|
||||||
|
<script src="../../../assets/js/browser.min.js"></script>
|
||||||
|
<script src="../../../assets/js/breakpoints.min.js"></script>
|
||||||
|
<script src="../../../assets/js/util.js"></script>
|
||||||
|
<script src="../../../assets/js/main.js"></script>
|
||||||
|
<script src="../../../assets/js/set.js"></script>
|
||||||
|
|
||||||
|
|
||||||
|
<div id="cookie-notice">
|
||||||
|
<p>We only use cookies if you consent to it. They don't contain any identifiable info: they just let us know if you enjoyed this enough to come back. <br />Click <a href="#" id="cookie-notice-decline">here</a> if you want this shit to go away without cookies. <br />Read more about how Basspistol <a href="/cookies/">use cookies</a> </p>
|
||||||
|
<a class="button small yes" href="#" id="cookie-notice-accept">I'm in!</a>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<script>
|
||||||
|
function createCookie(name, value, days) {
|
||||||
|
var expires = "";
|
||||||
|
if (days) {
|
||||||
|
var date = new Date();
|
||||||
|
date.setTime(date.getTime() + (days * 24 * 60 * 60 * 1000));
|
||||||
|
expires = "; expires=" + date.toUTCString();
|
||||||
|
}
|
||||||
|
document.cookie = name + "=" + value + expires + "; path=/";
|
||||||
|
}
|
||||||
|
function readCookie(name) {
|
||||||
|
var nameEQ = name + "=";
|
||||||
|
var ca = document.cookie.split(';');
|
||||||
|
for (var i = 0; i < ca.length; i++) {
|
||||||
|
var c = ca[i];
|
||||||
|
while (c.charAt(0) == ' ') c = c.substring(1, c.length);
|
||||||
|
if (c.indexOf(nameEQ) == 0) return c.substring(nameEQ.length, c.length);
|
||||||
|
}
|
||||||
|
return null;
|
||||||
|
}
|
||||||
|
function eraseCookie(name) {
|
||||||
|
createCookie(name, "", -1);
|
||||||
|
}
|
||||||
|
|
||||||
|
if (readCookie('cookie-notice-dismissed') == 'wantCookies') {
|
||||||
|
|
||||||
|
//* Matomo Tag Manager *//
|
||||||
|
|
||||||
|
var _mtm = _mtm || [];
|
||||||
|
_mtm.push({'mtm.startTime': (new Date().getTime()), 'event': 'mtm.Start'});
|
||||||
|
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
|
||||||
|
g.type='text/javascript'; g.async=true; g.defer=true; g.src='https://cdn.matomo.cloud/terminalnetwork.matomo.cloud/container_aJ0T3vZ5.js'; s.parentNode.insertBefore(g,s);
|
||||||
|
|
||||||
|
//* End Matomo Tag Manager *//
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
} else {
|
||||||
|
document.getElementById('cookie-notice').style.display = 'flex';
|
||||||
|
|
||||||
|
var _paq = window._paq || [];
|
||||||
|
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */
|
||||||
|
_paq.push(["setDocumentTitle", document.domain + "/" + document.title]);
|
||||||
|
_paq.push(["disableCookies"]);
|
||||||
|
_paq.push(['trackPageView']);
|
||||||
|
_paq.push(['enableLinkTracking']);
|
||||||
|
(function() {
|
||||||
|
var u="https://terminalnetwork.matomo.cloud/";
|
||||||
|
_paq.push(['setTrackerUrl', u+'matomo.php']);
|
||||||
|
_paq.push(['setSiteId', '14']);
|
||||||
|
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
|
||||||
|
g.type='text/javascript'; g.async=true; g.defer=true; g.src='//cdn.matomo.cloud/terminalnetwork.matomo.cloud/matomo.js'; s.parentNode.insertBefore(g,s);
|
||||||
|
})();
|
||||||
|
|
||||||
|
|
||||||
|
}
|
||||||
|
if (readCookie('cookie-notice-dismissed') == 'dontWantCookies') {
|
||||||
|
document.getElementById('cookie-notice').style.display = 'none';
|
||||||
|
|
||||||
|
var _paq = window._paq || [];
|
||||||
|
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */
|
||||||
|
_paq.push(["setDocumentTitle", document.domain + "/" + document.title]);
|
||||||
|
_paq.push(["disableCookies"]);
|
||||||
|
_paq.push(['trackPageView']);
|
||||||
|
_paq.push(['enableLinkTracking']);
|
||||||
|
(function() {
|
||||||
|
var u="https://terminalnetwork.matomo.cloud/";
|
||||||
|
_paq.push(['setTrackerUrl', u+'matomo.php']);
|
||||||
|
_paq.push(['setSiteId', '14']);
|
||||||
|
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
|
||||||
|
g.type='text/javascript'; g.async=true; g.defer=true; g.src='//cdn.matomo.cloud/terminalnetwork.matomo.cloud/matomo.js'; s.parentNode.insertBefore(g,s);
|
||||||
|
})();
|
||||||
|
|
||||||
|
}
|
||||||
|
document.getElementById('cookie-notice-accept').addEventListener("click", function () {
|
||||||
|
createCookie('cookie-notice-dismissed', 'wantCookies', 31);
|
||||||
|
document.getElementById('cookie-notice').style.display = 'none';
|
||||||
|
_paq.push(['trackEvent', 'Consent', 'wantCookie']);
|
||||||
|
location.reload();
|
||||||
|
});
|
||||||
|
|
||||||
|
document.getElementById('cookie-notice-decline').addEventListener("click", function () {
|
||||||
|
createCookie('cookie-notice-dismissed', 'dontWantCookies', 31);
|
||||||
|
document.getElementById('cookie-notice').style.display = 'none';
|
||||||
|
_paq.push(['trackEvent', 'Consent', 'dontWantCookie']);
|
||||||
|
location.reload();
|
||||||
|
});
|
||||||
|
|
||||||
|
// document.getElementById('cookie-notice-gimme').addEventListener("click", function () {
|
||||||
|
// createCookie('cookie-notice-dismissed', 'wantCookies', 31);
|
||||||
|
// document.getElementById('cookie-notice').style.display = 'none';
|
||||||
|
// location.reload();
|
||||||
|
// });
|
||||||
|
|
||||||
|
|
||||||
|
</script>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
404
albums/extender/5-organized/index.html
Normal file
404
albums/extender/5-organized/index.html
Normal file
|
|
@ -0,0 +1,404 @@
|
||||||
|
<!DOCTYPE html>
|
||||||
|
<!--
|
||||||
|
Based on _Story_ by html5up.net | @ajlkn
|
||||||
|
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
|
||||||
|
Remixed and Jekyllified by Setto
|
||||||
|
-->
|
||||||
|
<html lang="en">
|
||||||
|
<head>
|
||||||
|
<!-- Begin Jekyll SEO tag v2.6.1 -->
|
||||||
|
<meta name="generator" content="Jekyll v4.0.0" />
|
||||||
|
<meta property="og:title" content="5 Organized" />
|
||||||
|
<meta name="author" content="pax:nion" />
|
||||||
|
<meta property="og:locale" content="en" />
|
||||||
|
<meta name="description" content="PHI, Panix Heavy Industries" />
|
||||||
|
<meta property="og:description" content="PHI, Panix Heavy Industries" />
|
||||||
|
<link rel="canonical" href="https://panix.basspistol.com/albums/extender/5-organized/" />
|
||||||
|
<meta property="og:url" content="https://panix.basspistol.com/albums/extender/5-organized/" />
|
||||||
|
<meta property="og:site_name" content="pax:nion" />
|
||||||
|
<meta property="og:type" content="article" />
|
||||||
|
<meta property="article:published_time" content="2020-07-05T18:07:03+00:00" />
|
||||||
|
<script type="application/ld+json">
|
||||||
|
{"description":"PHI, Panix Heavy Industries","@type":"AudioObject","headline":"5 Organized","dateModified":"2020-07-05T18:06:59+00:00","datePublished":"2020-07-05T18:07:03+00:00","url":"https://panix.basspistol.com/albums/extender/5-organized/","author":{"@type":"Person","name":"pax:nion"},"publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://panix.basspistol.com/assets/img/setto_icon.png"},"name":"pax:nion"},"@context":"https://schema.org"}</script>
|
||||||
|
<!-- End Jekyll SEO tag -->
|
||||||
|
|
||||||
|
<link type="application/atom+xml" rel="alternate" href="https://panix.basspistol.com/feed.xml" title="" />
|
||||||
|
<!-- BEGIN seo.html -->
|
||||||
|
|
||||||
|
<title>Play Organized by Panix Hilton</title>
|
||||||
|
<meta name="title" content="Play Organized by Panix Hilton" />
|
||||||
|
|
||||||
|
<meta name="dc.date.modified" scheme="ISO8601" content="2020-07-05T18:06:59+00:00" />
|
||||||
|
<meta name="robots" content="index" />
|
||||||
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||||
|
<link rel="canonical" href="https://panix.basspistol.com/albums/extender/5-organized/" />
|
||||||
|
<link rel="alternate" hreflang="x-default" href="https://panix.basspistol.com/albums/extender/5-organized/" />
|
||||||
|
<meta name="geo.region" content="BJ-ZO" />
|
||||||
|
<meta name="geo.placename" content="Setto" />
|
||||||
|
<meta name="geo.position" content="7.48777;2.076389" />
|
||||||
|
<meta name="ICBM" content="7.48777, 2.076389" />
|
||||||
|
|
||||||
|
<!-- Dublin Core basic info -->
|
||||||
|
|
||||||
|
<meta name="dcterms.Identifier" content="https://panix.basspistol.com" />
|
||||||
|
<meta name="dcterms.Format" content="text/html" />
|
||||||
|
<meta name="dcterms.Relation" content="pax:nion" />
|
||||||
|
<meta name="dcterms.Publisher" content="pax:nion" />
|
||||||
|
<meta name="dcterms.Type" content="text/html" />
|
||||||
|
<meta name="dcterms.Coverage" content="https://panix.basspistol.com/" />
|
||||||
|
<meta name="dcterms.Rights" content="Copyright ©2020 pax:nion." />
|
||||||
|
|
||||||
|
<meta name="dcterms.Subject" content="Listen and to a track by Panix Hilton from the release Extender and support your remote artist!" />
|
||||||
|
<meta name="dcterms.Title" content="Organized - Panix Hilton | pax:nion" />
|
||||||
|
|
||||||
|
<meta name="dcterms.Contributor" content="pax:nion" />
|
||||||
|
<meta name="dcterms.Date" content="2020-07-05" />
|
||||||
|
<meta name="dcterms.Description" content="" />
|
||||||
|
|
||||||
|
<!-- Twitter Card -->
|
||||||
|
|
||||||
|
<meta name="twitter:card" content="summary" />
|
||||||
|
<meta name="twitter:site" content="@" />
|
||||||
|
<meta name="twitter:title" content="5 Organized | pax:nion" />
|
||||||
|
<meta name="twitter:description" content="PHI, Panix Heavy Industries" />
|
||||||
|
|
||||||
|
<meta name="twitter:image" content="https://panix.basspistol.com/assets/albums/extender/5-organized.jpeg" />
|
||||||
|
|
||||||
|
<!-- END seo.html -->
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<meta charset="utf-8" />
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=yes" />
|
||||||
|
<link rel="stylesheet" href="../../../assets/css/main20200519.css" />
|
||||||
|
|
||||||
|
<link rel="apple-touch-icon" href="https://panix.basspistol.com/apple-touch-icon.png" />
|
||||||
|
<link rel="icon" type="image/png" href="https://panix.basspistol.com/touch-icon.png" sizes="192x192" />
|
||||||
|
<link rel="shortcut icon" href="https://panix.basspistol.com/assets/img/setto_icon.png" type="image/png" />
|
||||||
|
<noscript><link rel="stylesheet" href="../../../assets/css/noscript20200518-rev1.css" /></noscript>
|
||||||
|
</head>
|
||||||
|
|
||||||
|
<body class="is-preload" id="body">
|
||||||
|
<span id="top" style="display: none;"></span>
|
||||||
|
<!-- Wrapper -->
|
||||||
|
<div id="wrapper" class="divided" data-cms-content-wrapper="/_layouts/default.html">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<!-- Banner -->
|
||||||
|
<section
|
||||||
|
class="banner onload-image-fade-in onload-content-fade-right style3 fullscreen content-align-center image-position-center" style="background-image:url('https://media.basspistol.com/panix/extender/5-organized.jpeg');background-size: cover; background-repeat: no-repeat;">
|
||||||
|
<div style="z-index:0;position:absolute; top:0; left:0; width:100%;height:100%;background-color: rgba(13, 13 ,13, 0.85);"></div>
|
||||||
|
<div class="content" style="z-index:1">
|
||||||
|
<h1 style="margin-top:80px">Organized</h1>
|
||||||
|
|
||||||
|
<p><strong><span id="tracktime"></span></strong><span id="organized"></span></strong> <br />
|
||||||
|
Style: <strong>Electronic</strong>
|
||||||
|
</p>
|
||||||
|
<script type="text/javascript">
|
||||||
|
var organizedtimestamp = 76;
|
||||||
|
var organizedhours = Math.floor(organizedtimestamp / 60 / 60);
|
||||||
|
var organizedminutes = Math.floor(organizedtimestamp / 60) - (organizedhours * 60);
|
||||||
|
var organizedseconds = organizedtimestamp % 60;
|
||||||
|
var organizedformatted = organizedhours.toString().padStart(2, '0') + ':' + organizedminutes.toString().padStart(2, '0') + ':' + organizedseconds.toString().padStart(2, '0');
|
||||||
|
var theSpan = document.getElementById("organized");
|
||||||
|
theSpan.innerHTML = organizedformatted;
|
||||||
|
</script>
|
||||||
|
|
||||||
|
|
||||||
|
<ul class="actions stacked">
|
||||||
|
<li><button id="mu_pause" class="smooth-scroll-middle button icon solid fa-play">Play dat!</button></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="image">
|
||||||
|
<img src="https://media.basspistol.com/panix/extender/5-organized.jpeg" alt="5 Organized logo" id="coverart" />
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
|
||||||
|
|
||||||
|
<!-- Page navigation -->
|
||||||
|
<section class="wrapper style1 align-center">
|
||||||
|
<div class="inner">
|
||||||
|
<div class="index align-left">
|
||||||
|
<!-- Author -->
|
||||||
|
<section class="streambox" style="margin-top:40px;padding: 40px;">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<h3 style="text-align: center;display: block;">This track can't be bought</h3>
|
||||||
|
<p>But other tracks are available here:</p>
|
||||||
|
|
||||||
|
|
||||||
|
<div class="streamer">
|
||||||
|
|
||||||
|
|
||||||
|
<a onclick="_paq.push(['trackEvent', 'StoreLink', 'Bandcamp']);" target="_blank" rel="noopener" href="https://panixheavyindustries.bandcamp.com" alt="Stream from Bandcamp" title="Stream from Bandcamp" class="button icon brands fa-bandcamp">Bandcamp</a>
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</section>
|
||||||
|
<section>
|
||||||
|
<!-- Content -->
|
||||||
|
<div class="content">
|
||||||
|
<!-- post Naviation -->
|
||||||
|
<div style="text-align: center;">
|
||||||
|
<h3>Play more songs grom this release</h3>
|
||||||
|
</div>
|
||||||
|
<div class="post-nav">
|
||||||
|
<div>
|
||||||
|
|
||||||
|
<h4><a href="../../../albums/extender/4-eru-sejjoez-/" alt="Read Eru sejjoez?" title="Read Eru sejjoez?"><i class="fas fa-arrow-left"></i></a> <a
|
||||||
|
href="../../../albums/extender/4-eru-sejjoez-/"> Eru sejjoez?</a>
|
||||||
|
</h4>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
<div class="post-nav-next">
|
||||||
|
|
||||||
|
<h4><a href="../../../albums/extender/6-matter-of-opinion/"> Matter Of Opinion</a> <a
|
||||||
|
href="../../../albums/extender/6-matter-of-opinion/" alt="Read Matter Of Opinion" title="Read Matter Of Opinion"><i class="fas fa-arrow-right"></i></a></h4>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<!-- End Post Navigation -->
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
<!-- Audio player-->
|
||||||
|
<audio autoplay preload="true" data-matomo-title="Organized">
|
||||||
|
<source src="https://media.basspistol.com/panix/extender/5-organized.mp3" type="audio/mpeg" ontimeupdate='updateTrackTime(this);' />
|
||||||
|
<h1>Your browser isn't ready for so much hotness. Use the download-link instead.</h1>.
|
||||||
|
</audio>
|
||||||
|
<!-- Footer -->
|
||||||
|
<footer id="footer" class="wrapper style1 align-center">
|
||||||
|
<div class="footflex">
|
||||||
|
<div>
|
||||||
|
<h4>pax:nion</h4>
|
||||||
|
<p>PHI, Panix Heavy Industries
|
||||||
|
<br /><a href="mailto:"></a></p>
|
||||||
|
</div>
|
||||||
|
<div>
|
||||||
|
<ul>
|
||||||
|
<li><a href="#top" class="smooth-scroll-middle">Back to top</a></li>
|
||||||
|
<li><a href="/#album0" class="smooth-scroll-middle">music</a></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<div><img src="/assets/panix-logo-dark.svg" style="max-width:300px" alt="pax:nion Logo" /></div>
|
||||||
|
</div>
|
||||||
|
<div class="inner">
|
||||||
|
<ul class="icons">
|
||||||
|
|
||||||
|
<!-- <li><a href="mailto:" class="icon style2 fa-envelope"><span class="label">Email</span></a></li> -->
|
||||||
|
</ul>
|
||||||
|
<p>©2020 Basspistol | <a href="../../../webcreds/">Credits</a> | <a href="../../../cookies/">Cookies & Privacy</a></p>
|
||||||
|
</div>
|
||||||
|
</footer>
|
||||||
|
|
||||||
|
|
||||||
|
<script type="text/javascript">
|
||||||
|
function loadUrl(newLocation) {
|
||||||
|
window.location = newLocation;
|
||||||
|
return false;
|
||||||
|
}
|
||||||
|
|
||||||
|
var mu = document.getElementsByTagName("audio")[0];
|
||||||
|
var pauseButton = document.getElementById("mu_pause");
|
||||||
|
var spincover = document.getElementById("coverart");
|
||||||
|
|
||||||
|
mu.addEventListener('ended', function () {
|
||||||
|
// only functional if "loop" is removed
|
||||||
|
mu.pause();
|
||||||
|
mu.currentTime = 0;
|
||||||
|
loadUrl("../../../extender/6-matter-of-opinion/"); return false;
|
||||||
|
});
|
||||||
|
mu.onplaying = function() {
|
||||||
|
pauseButton.innerHTML = "Pause";
|
||||||
|
pauseButton.classList.remove("fa-play");
|
||||||
|
pauseButton.classList.add("fa-pause");
|
||||||
|
spincover.classList.add("spinnit");
|
||||||
|
spincover.classList.remove("paused");
|
||||||
|
};
|
||||||
|
|
||||||
|
pauseButton.addEventListener("click", function () {
|
||||||
|
if (mu.paused) {
|
||||||
|
mu.play();
|
||||||
|
|
||||||
|
}
|
||||||
|
else {
|
||||||
|
mu.pause();
|
||||||
|
pauseButton.innerHTML = "Resume";
|
||||||
|
pauseButton.classList.add("fa-play");
|
||||||
|
pauseButton.classList.remove("fa-pause");
|
||||||
|
spincover.classList.add("paused");
|
||||||
|
}
|
||||||
|
});
|
||||||
|
|
||||||
|
mu.addEventListener('timeupdate', function () {
|
||||||
|
var timestamp = Math.floor(mu.currentTime);
|
||||||
|
var hours = Math.floor(timestamp / 60 / 60);
|
||||||
|
var minutes = Math.floor(timestamp / 60) - (hours * 60);
|
||||||
|
var seconds = timestamp % 60;
|
||||||
|
var formatted = hours.toString().padStart(2, '0') + ':' + minutes.toString().padStart(2, '0') + ':' + seconds.toString().padStart(2, '0');
|
||||||
|
var thecurrentSpan = document.getElementById("tracktime");
|
||||||
|
thecurrentSpan.innerHTML = formatted + ' / ';
|
||||||
|
});
|
||||||
|
|
||||||
|
</script>
|
||||||
|
</div>
|
||||||
|
<!-- Navigation -->
|
||||||
|
<div id="logo" class="logo">
|
||||||
|
<a href="/" class="smooth-scroll-middle"><img width="200em" src="/assets/panix-logo.svg" alt=" Logo" /></a>
|
||||||
|
<a href="#navbar" onclick="blurBody()" alt="Navigation Menu" title="Navigation Menu"><span style="font-size: 34px;" class="icon solid fa-bars"></span></a>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div id="navbar" style="display: block;" class="modalDialog">
|
||||||
|
<a href="#close" onclick="removeBlur()" alt="Close Menu" title="Close Menu"><div id="closearea"> </div></a>
|
||||||
|
<nav>
|
||||||
|
<a href="#close" title="Close" onclick="removeBlur()" class="close-button close" style="margin: 0 auto;">X</a>
|
||||||
|
<ul>
|
||||||
|
|
||||||
|
|
||||||
|
<li><a href="../../../" class="button small">Home</a></li>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<li><a href="../../../releases/" class="button small">Releases</a></li>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<li><a href="../../../logs/" class="button small">Web-Log</a></li>
|
||||||
|
|
||||||
|
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
</nav>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
<!-- End Navigation -->
|
||||||
|
<!-- Scripts -->
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<script src="../../../assets/js/jquery.min.js"></script>
|
||||||
|
<script src="../../../assets/js/jquery.scrollex.min.js"></script>
|
||||||
|
<script src="../../../assets/js/jquery.scrolly.min.js"></script>
|
||||||
|
<script src="../../../assets/js/browser.min.js"></script>
|
||||||
|
<script src="../../../assets/js/breakpoints.min.js"></script>
|
||||||
|
<script src="../../../assets/js/util.js"></script>
|
||||||
|
<script src="../../../assets/js/main.js"></script>
|
||||||
|
<script src="../../../assets/js/set.js"></script>
|
||||||
|
|
||||||
|
|
||||||
|
<div id="cookie-notice">
|
||||||
|
<p>We only use cookies if you consent to it. They don't contain any identifiable info: they just let us know if you enjoyed this enough to come back. <br />Click <a href="#" id="cookie-notice-decline">here</a> if you want this shit to go away without cookies. <br />Read more about how Basspistol <a href="/cookies/">use cookies</a> </p>
|
||||||
|
<a class="button small yes" href="#" id="cookie-notice-accept">I'm in!</a>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<script>
|
||||||
|
function createCookie(name, value, days) {
|
||||||
|
var expires = "";
|
||||||
|
if (days) {
|
||||||
|
var date = new Date();
|
||||||
|
date.setTime(date.getTime() + (days * 24 * 60 * 60 * 1000));
|
||||||
|
expires = "; expires=" + date.toUTCString();
|
||||||
|
}
|
||||||
|
document.cookie = name + "=" + value + expires + "; path=/";
|
||||||
|
}
|
||||||
|
function readCookie(name) {
|
||||||
|
var nameEQ = name + "=";
|
||||||
|
var ca = document.cookie.split(';');
|
||||||
|
for (var i = 0; i < ca.length; i++) {
|
||||||
|
var c = ca[i];
|
||||||
|
while (c.charAt(0) == ' ') c = c.substring(1, c.length);
|
||||||
|
if (c.indexOf(nameEQ) == 0) return c.substring(nameEQ.length, c.length);
|
||||||
|
}
|
||||||
|
return null;
|
||||||
|
}
|
||||||
|
function eraseCookie(name) {
|
||||||
|
createCookie(name, "", -1);
|
||||||
|
}
|
||||||
|
|
||||||
|
if (readCookie('cookie-notice-dismissed') == 'wantCookies') {
|
||||||
|
|
||||||
|
//* Matomo Tag Manager *//
|
||||||
|
|
||||||
|
var _mtm = _mtm || [];
|
||||||
|
_mtm.push({'mtm.startTime': (new Date().getTime()), 'event': 'mtm.Start'});
|
||||||
|
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
|
||||||
|
g.type='text/javascript'; g.async=true; g.defer=true; g.src='https://cdn.matomo.cloud/terminalnetwork.matomo.cloud/container_aJ0T3vZ5.js'; s.parentNode.insertBefore(g,s);
|
||||||
|
|
||||||
|
//* End Matomo Tag Manager *//
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
} else {
|
||||||
|
document.getElementById('cookie-notice').style.display = 'flex';
|
||||||
|
|
||||||
|
var _paq = window._paq || [];
|
||||||
|
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */
|
||||||
|
_paq.push(["setDocumentTitle", document.domain + "/" + document.title]);
|
||||||
|
_paq.push(["disableCookies"]);
|
||||||
|
_paq.push(['trackPageView']);
|
||||||
|
_paq.push(['enableLinkTracking']);
|
||||||
|
(function() {
|
||||||
|
var u="https://terminalnetwork.matomo.cloud/";
|
||||||
|
_paq.push(['setTrackerUrl', u+'matomo.php']);
|
||||||
|
_paq.push(['setSiteId', '14']);
|
||||||
|
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
|
||||||
|
g.type='text/javascript'; g.async=true; g.defer=true; g.src='//cdn.matomo.cloud/terminalnetwork.matomo.cloud/matomo.js'; s.parentNode.insertBefore(g,s);
|
||||||
|
})();
|
||||||
|
|
||||||
|
|
||||||
|
}
|
||||||
|
if (readCookie('cookie-notice-dismissed') == 'dontWantCookies') {
|
||||||
|
document.getElementById('cookie-notice').style.display = 'none';
|
||||||
|
|
||||||
|
var _paq = window._paq || [];
|
||||||
|
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */
|
||||||
|
_paq.push(["setDocumentTitle", document.domain + "/" + document.title]);
|
||||||
|
_paq.push(["disableCookies"]);
|
||||||
|
_paq.push(['trackPageView']);
|
||||||
|
_paq.push(['enableLinkTracking']);
|
||||||
|
(function() {
|
||||||
|
var u="https://terminalnetwork.matomo.cloud/";
|
||||||
|
_paq.push(['setTrackerUrl', u+'matomo.php']);
|
||||||
|
_paq.push(['setSiteId', '14']);
|
||||||
|
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
|
||||||
|
g.type='text/javascript'; g.async=true; g.defer=true; g.src='//cdn.matomo.cloud/terminalnetwork.matomo.cloud/matomo.js'; s.parentNode.insertBefore(g,s);
|
||||||
|
})();
|
||||||
|
|
||||||
|
}
|
||||||
|
document.getElementById('cookie-notice-accept').addEventListener("click", function () {
|
||||||
|
createCookie('cookie-notice-dismissed', 'wantCookies', 31);
|
||||||
|
document.getElementById('cookie-notice').style.display = 'none';
|
||||||
|
_paq.push(['trackEvent', 'Consent', 'wantCookie']);
|
||||||
|
location.reload();
|
||||||
|
});
|
||||||
|
|
||||||
|
document.getElementById('cookie-notice-decline').addEventListener("click", function () {
|
||||||
|
createCookie('cookie-notice-dismissed', 'dontWantCookies', 31);
|
||||||
|
document.getElementById('cookie-notice').style.display = 'none';
|
||||||
|
_paq.push(['trackEvent', 'Consent', 'dontWantCookie']);
|
||||||
|
location.reload();
|
||||||
|
});
|
||||||
|
|
||||||
|
// document.getElementById('cookie-notice-gimme').addEventListener("click", function () {
|
||||||
|
// createCookie('cookie-notice-dismissed', 'wantCookies', 31);
|
||||||
|
// document.getElementById('cookie-notice').style.display = 'none';
|
||||||
|
// location.reload();
|
||||||
|
// });
|
||||||
|
|
||||||
|
|
||||||
|
</script>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
404
albums/extender/6-matter-of-opinion/index.html
Normal file
404
albums/extender/6-matter-of-opinion/index.html
Normal file
|
|
@ -0,0 +1,404 @@
|
||||||
|
<!DOCTYPE html>
|
||||||
|
<!--
|
||||||
|
Based on _Story_ by html5up.net | @ajlkn
|
||||||
|
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
|
||||||
|
Remixed and Jekyllified by Setto
|
||||||
|
-->
|
||||||
|
<html lang="en">
|
||||||
|
<head>
|
||||||
|
<!-- Begin Jekyll SEO tag v2.6.1 -->
|
||||||
|
<meta name="generator" content="Jekyll v4.0.0" />
|
||||||
|
<meta property="og:title" content="6 Matter Of Opinion" />
|
||||||
|
<meta name="author" content="pax:nion" />
|
||||||
|
<meta property="og:locale" content="en" />
|
||||||
|
<meta name="description" content="PHI, Panix Heavy Industries" />
|
||||||
|
<meta property="og:description" content="PHI, Panix Heavy Industries" />
|
||||||
|
<link rel="canonical" href="https://panix.basspistol.com/albums/extender/6-matter-of-opinion/" />
|
||||||
|
<meta property="og:url" content="https://panix.basspistol.com/albums/extender/6-matter-of-opinion/" />
|
||||||
|
<meta property="og:site_name" content="pax:nion" />
|
||||||
|
<meta property="og:type" content="article" />
|
||||||
|
<meta property="article:published_time" content="2020-07-05T18:07:03+00:00" />
|
||||||
|
<script type="application/ld+json">
|
||||||
|
{"description":"PHI, Panix Heavy Industries","@type":"AudioObject","headline":"6 Matter Of Opinion","dateModified":"2020-07-05T18:06:59+00:00","datePublished":"2020-07-05T18:07:03+00:00","url":"https://panix.basspistol.com/albums/extender/6-matter-of-opinion/","author":{"@type":"Person","name":"pax:nion"},"publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://panix.basspistol.com/assets/img/setto_icon.png"},"name":"pax:nion"},"@context":"https://schema.org"}</script>
|
||||||
|
<!-- End Jekyll SEO tag -->
|
||||||
|
|
||||||
|
<link type="application/atom+xml" rel="alternate" href="https://panix.basspistol.com/feed.xml" title="" />
|
||||||
|
<!-- BEGIN seo.html -->
|
||||||
|
|
||||||
|
<title>Play Matter Of Opinion by Panix Hilton</title>
|
||||||
|
<meta name="title" content="Play Matter Of Opinion by Panix Hilton" />
|
||||||
|
|
||||||
|
<meta name="dc.date.modified" scheme="ISO8601" content="2020-07-05T18:06:59+00:00" />
|
||||||
|
<meta name="robots" content="index" />
|
||||||
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||||
|
<link rel="canonical" href="https://panix.basspistol.com/albums/extender/6-matter-of-opinion/" />
|
||||||
|
<link rel="alternate" hreflang="x-default" href="https://panix.basspistol.com/albums/extender/6-matter-of-opinion/" />
|
||||||
|
<meta name="geo.region" content="BJ-ZO" />
|
||||||
|
<meta name="geo.placename" content="Setto" />
|
||||||
|
<meta name="geo.position" content="7.48777;2.076389" />
|
||||||
|
<meta name="ICBM" content="7.48777, 2.076389" />
|
||||||
|
|
||||||
|
<!-- Dublin Core basic info -->
|
||||||
|
|
||||||
|
<meta name="dcterms.Identifier" content="https://panix.basspistol.com" />
|
||||||
|
<meta name="dcterms.Format" content="text/html" />
|
||||||
|
<meta name="dcterms.Relation" content="pax:nion" />
|
||||||
|
<meta name="dcterms.Publisher" content="pax:nion" />
|
||||||
|
<meta name="dcterms.Type" content="text/html" />
|
||||||
|
<meta name="dcterms.Coverage" content="https://panix.basspistol.com/" />
|
||||||
|
<meta name="dcterms.Rights" content="Copyright ©2020 pax:nion." />
|
||||||
|
|
||||||
|
<meta name="dcterms.Subject" content="Listen and to a track by Panix Hilton from the release Extender and support your remote artist!" />
|
||||||
|
<meta name="dcterms.Title" content="Matter Of Opinion - Panix Hilton | pax:nion" />
|
||||||
|
|
||||||
|
<meta name="dcterms.Contributor" content="pax:nion" />
|
||||||
|
<meta name="dcterms.Date" content="2020-07-05" />
|
||||||
|
<meta name="dcterms.Description" content="" />
|
||||||
|
|
||||||
|
<!-- Twitter Card -->
|
||||||
|
|
||||||
|
<meta name="twitter:card" content="summary" />
|
||||||
|
<meta name="twitter:site" content="@" />
|
||||||
|
<meta name="twitter:title" content="6 Matter Of Opinion | pax:nion" />
|
||||||
|
<meta name="twitter:description" content="PHI, Panix Heavy Industries" />
|
||||||
|
|
||||||
|
<meta name="twitter:image" content="https://panix.basspistol.com/assets/albums/extender/6-matter-of-opinion.jpeg" />
|
||||||
|
|
||||||
|
<!-- END seo.html -->
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<meta charset="utf-8" />
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=yes" />
|
||||||
|
<link rel="stylesheet" href="../../../assets/css/main20200519.css" />
|
||||||
|
|
||||||
|
<link rel="apple-touch-icon" href="https://panix.basspistol.com/apple-touch-icon.png" />
|
||||||
|
<link rel="icon" type="image/png" href="https://panix.basspistol.com/touch-icon.png" sizes="192x192" />
|
||||||
|
<link rel="shortcut icon" href="https://panix.basspistol.com/assets/img/setto_icon.png" type="image/png" />
|
||||||
|
<noscript><link rel="stylesheet" href="../../../assets/css/noscript20200518-rev1.css" /></noscript>
|
||||||
|
</head>
|
||||||
|
|
||||||
|
<body class="is-preload" id="body">
|
||||||
|
<span id="top" style="display: none;"></span>
|
||||||
|
<!-- Wrapper -->
|
||||||
|
<div id="wrapper" class="divided" data-cms-content-wrapper="/_layouts/default.html">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<!-- Banner -->
|
||||||
|
<section
|
||||||
|
class="banner onload-image-fade-in onload-content-fade-right style3 fullscreen content-align-center image-position-center" style="background-image:url('https://media.basspistol.com/panix/extender/6-matter-of-opinion.jpeg');background-size: cover; background-repeat: no-repeat;">
|
||||||
|
<div style="z-index:0;position:absolute; top:0; left:0; width:100%;height:100%;background-color: rgba(13, 13 ,13, 0.85);"></div>
|
||||||
|
<div class="content" style="z-index:1">
|
||||||
|
<h1 style="margin-top:80px">Matter Of Opinion</h1>
|
||||||
|
|
||||||
|
<p><strong><span id="tracktime"></span></strong><span id="matterofopinion"></span></strong> <br />
|
||||||
|
Style: <strong>Electronic</strong>
|
||||||
|
</p>
|
||||||
|
<script type="text/javascript">
|
||||||
|
var matterofopiniontimestamp = 82;
|
||||||
|
var matterofopinionhours = Math.floor(matterofopiniontimestamp / 60 / 60);
|
||||||
|
var matterofopinionminutes = Math.floor(matterofopiniontimestamp / 60) - (matterofopinionhours * 60);
|
||||||
|
var matterofopinionseconds = matterofopiniontimestamp % 60;
|
||||||
|
var matterofopinionformatted = matterofopinionhours.toString().padStart(2, '0') + ':' + matterofopinionminutes.toString().padStart(2, '0') + ':' + matterofopinionseconds.toString().padStart(2, '0');
|
||||||
|
var theSpan = document.getElementById("matterofopinion");
|
||||||
|
theSpan.innerHTML = matterofopinionformatted;
|
||||||
|
</script>
|
||||||
|
|
||||||
|
|
||||||
|
<ul class="actions stacked">
|
||||||
|
<li><button id="mu_pause" class="smooth-scroll-middle button icon solid fa-play">Play dat!</button></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="image">
|
||||||
|
<img src="https://media.basspistol.com/panix/extender/6-matter-of-opinion.jpeg" alt="6 Matter Of Opinion logo" id="coverart" />
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
|
||||||
|
|
||||||
|
<!-- Page navigation -->
|
||||||
|
<section class="wrapper style1 align-center">
|
||||||
|
<div class="inner">
|
||||||
|
<div class="index align-left">
|
||||||
|
<!-- Author -->
|
||||||
|
<section class="streambox" style="margin-top:40px;padding: 40px;">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<h3 style="text-align: center;display: block;">This track can't be bought</h3>
|
||||||
|
<p>But other tracks are available here:</p>
|
||||||
|
|
||||||
|
|
||||||
|
<div class="streamer">
|
||||||
|
|
||||||
|
|
||||||
|
<a onclick="_paq.push(['trackEvent', 'StoreLink', 'Bandcamp']);" target="_blank" rel="noopener" href="https://panixheavyindustries.bandcamp.com" alt="Stream from Bandcamp" title="Stream from Bandcamp" class="button icon brands fa-bandcamp">Bandcamp</a>
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</section>
|
||||||
|
<section>
|
||||||
|
<!-- Content -->
|
||||||
|
<div class="content">
|
||||||
|
<!-- post Naviation -->
|
||||||
|
<div style="text-align: center;">
|
||||||
|
<h3>Play more songs grom this release</h3>
|
||||||
|
</div>
|
||||||
|
<div class="post-nav">
|
||||||
|
<div>
|
||||||
|
|
||||||
|
<h4><a href="../../../albums/extender/5-organized/" alt="Read Organized" title="Read Organized"><i class="fas fa-arrow-left"></i></a> <a
|
||||||
|
href="../../../albums/extender/5-organized/"> Organized</a>
|
||||||
|
</h4>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
<div class="post-nav-next">
|
||||||
|
|
||||||
|
<h4><a href="../../../albums/extender/1-house-kommer-alltid-att-vara-house/"> House Kommer Alltid Att Vara House</a> <a
|
||||||
|
href="../../../albums/extender/1-house-kommer-alltid-att-vara-house/" alt="Read House Kommer Alltid Att Vara House" title="Read House Kommer Alltid Att Vara House"><i class="fas fa-arrow-right"></i></a></h4>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<!-- End Post Navigation -->
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
<!-- Audio player-->
|
||||||
|
<audio autoplay preload="true" data-matomo-title="Matter Of Opinion">
|
||||||
|
<source src="https://media.basspistol.com/panix/extender/6-matter-of-opinion.mp3" type="audio/mpeg" ontimeupdate='updateTrackTime(this);' />
|
||||||
|
<h1>Your browser isn't ready for so much hotness. Use the download-link instead.</h1>.
|
||||||
|
</audio>
|
||||||
|
<!-- Footer -->
|
||||||
|
<footer id="footer" class="wrapper style1 align-center">
|
||||||
|
<div class="footflex">
|
||||||
|
<div>
|
||||||
|
<h4>pax:nion</h4>
|
||||||
|
<p>PHI, Panix Heavy Industries
|
||||||
|
<br /><a href="mailto:"></a></p>
|
||||||
|
</div>
|
||||||
|
<div>
|
||||||
|
<ul>
|
||||||
|
<li><a href="#top" class="smooth-scroll-middle">Back to top</a></li>
|
||||||
|
<li><a href="/#album0" class="smooth-scroll-middle">music</a></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<div><img src="/assets/panix-logo-dark.svg" style="max-width:300px" alt="pax:nion Logo" /></div>
|
||||||
|
</div>
|
||||||
|
<div class="inner">
|
||||||
|
<ul class="icons">
|
||||||
|
|
||||||
|
<!-- <li><a href="mailto:" class="icon style2 fa-envelope"><span class="label">Email</span></a></li> -->
|
||||||
|
</ul>
|
||||||
|
<p>©2020 Basspistol | <a href="../../../webcreds/">Credits</a> | <a href="../../../cookies/">Cookies & Privacy</a></p>
|
||||||
|
</div>
|
||||||
|
</footer>
|
||||||
|
|
||||||
|
|
||||||
|
<script type="text/javascript">
|
||||||
|
function loadUrl(newLocation) {
|
||||||
|
window.location = newLocation;
|
||||||
|
return false;
|
||||||
|
}
|
||||||
|
|
||||||
|
var mu = document.getElementsByTagName("audio")[0];
|
||||||
|
var pauseButton = document.getElementById("mu_pause");
|
||||||
|
var spincover = document.getElementById("coverart");
|
||||||
|
|
||||||
|
mu.addEventListener('ended', function () {
|
||||||
|
// only functional if "loop" is removed
|
||||||
|
mu.pause();
|
||||||
|
mu.currentTime = 0;
|
||||||
|
loadUrl("../../../extender/1-house-kommer-alltid-att-vara-house/"); return false;
|
||||||
|
});
|
||||||
|
mu.onplaying = function() {
|
||||||
|
pauseButton.innerHTML = "Pause";
|
||||||
|
pauseButton.classList.remove("fa-play");
|
||||||
|
pauseButton.classList.add("fa-pause");
|
||||||
|
spincover.classList.add("spinnit");
|
||||||
|
spincover.classList.remove("paused");
|
||||||
|
};
|
||||||
|
|
||||||
|
pauseButton.addEventListener("click", function () {
|
||||||
|
if (mu.paused) {
|
||||||
|
mu.play();
|
||||||
|
|
||||||
|
}
|
||||||
|
else {
|
||||||
|
mu.pause();
|
||||||
|
pauseButton.innerHTML = "Resume";
|
||||||
|
pauseButton.classList.add("fa-play");
|
||||||
|
pauseButton.classList.remove("fa-pause");
|
||||||
|
spincover.classList.add("paused");
|
||||||
|
}
|
||||||
|
});
|
||||||
|
|
||||||
|
mu.addEventListener('timeupdate', function () {
|
||||||
|
var timestamp = Math.floor(mu.currentTime);
|
||||||
|
var hours = Math.floor(timestamp / 60 / 60);
|
||||||
|
var minutes = Math.floor(timestamp / 60) - (hours * 60);
|
||||||
|
var seconds = timestamp % 60;
|
||||||
|
var formatted = hours.toString().padStart(2, '0') + ':' + minutes.toString().padStart(2, '0') + ':' + seconds.toString().padStart(2, '0');
|
||||||
|
var thecurrentSpan = document.getElementById("tracktime");
|
||||||
|
thecurrentSpan.innerHTML = formatted + ' / ';
|
||||||
|
});
|
||||||
|
|
||||||
|
</script>
|
||||||
|
</div>
|
||||||
|
<!-- Navigation -->
|
||||||
|
<div id="logo" class="logo">
|
||||||
|
<a href="/" class="smooth-scroll-middle"><img width="200em" src="/assets/panix-logo.svg" alt=" Logo" /></a>
|
||||||
|
<a href="#navbar" onclick="blurBody()" alt="Navigation Menu" title="Navigation Menu"><span style="font-size: 34px;" class="icon solid fa-bars"></span></a>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div id="navbar" style="display: block;" class="modalDialog">
|
||||||
|
<a href="#close" onclick="removeBlur()" alt="Close Menu" title="Close Menu"><div id="closearea"> </div></a>
|
||||||
|
<nav>
|
||||||
|
<a href="#close" title="Close" onclick="removeBlur()" class="close-button close" style="margin: 0 auto;">X</a>
|
||||||
|
<ul>
|
||||||
|
|
||||||
|
|
||||||
|
<li><a href="../../../" class="button small">Home</a></li>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<li><a href="../../../releases/" class="button small">Releases</a></li>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<li><a href="../../../logs/" class="button small">Web-Log</a></li>
|
||||||
|
|
||||||
|
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
</nav>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
<!-- End Navigation -->
|
||||||
|
<!-- Scripts -->
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<script src="../../../assets/js/jquery.min.js"></script>
|
||||||
|
<script src="../../../assets/js/jquery.scrollex.min.js"></script>
|
||||||
|
<script src="../../../assets/js/jquery.scrolly.min.js"></script>
|
||||||
|
<script src="../../../assets/js/browser.min.js"></script>
|
||||||
|
<script src="../../../assets/js/breakpoints.min.js"></script>
|
||||||
|
<script src="../../../assets/js/util.js"></script>
|
||||||
|
<script src="../../../assets/js/main.js"></script>
|
||||||
|
<script src="../../../assets/js/set.js"></script>
|
||||||
|
|
||||||
|
|
||||||
|
<div id="cookie-notice">
|
||||||
|
<p>We only use cookies if you consent to it. They don't contain any identifiable info: they just let us know if you enjoyed this enough to come back. <br />Click <a href="#" id="cookie-notice-decline">here</a> if you want this shit to go away without cookies. <br />Read more about how Basspistol <a href="/cookies/">use cookies</a> </p>
|
||||||
|
<a class="button small yes" href="#" id="cookie-notice-accept">I'm in!</a>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<script>
|
||||||
|
function createCookie(name, value, days) {
|
||||||
|
var expires = "";
|
||||||
|
if (days) {
|
||||||
|
var date = new Date();
|
||||||
|
date.setTime(date.getTime() + (days * 24 * 60 * 60 * 1000));
|
||||||
|
expires = "; expires=" + date.toUTCString();
|
||||||
|
}
|
||||||
|
document.cookie = name + "=" + value + expires + "; path=/";
|
||||||
|
}
|
||||||
|
function readCookie(name) {
|
||||||
|
var nameEQ = name + "=";
|
||||||
|
var ca = document.cookie.split(';');
|
||||||
|
for (var i = 0; i < ca.length; i++) {
|
||||||
|
var c = ca[i];
|
||||||
|
while (c.charAt(0) == ' ') c = c.substring(1, c.length);
|
||||||
|
if (c.indexOf(nameEQ) == 0) return c.substring(nameEQ.length, c.length);
|
||||||
|
}
|
||||||
|
return null;
|
||||||
|
}
|
||||||
|
function eraseCookie(name) {
|
||||||
|
createCookie(name, "", -1);
|
||||||
|
}
|
||||||
|
|
||||||
|
if (readCookie('cookie-notice-dismissed') == 'wantCookies') {
|
||||||
|
|
||||||
|
//* Matomo Tag Manager *//
|
||||||
|
|
||||||
|
var _mtm = _mtm || [];
|
||||||
|
_mtm.push({'mtm.startTime': (new Date().getTime()), 'event': 'mtm.Start'});
|
||||||
|
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
|
||||||
|
g.type='text/javascript'; g.async=true; g.defer=true; g.src='https://cdn.matomo.cloud/terminalnetwork.matomo.cloud/container_aJ0T3vZ5.js'; s.parentNode.insertBefore(g,s);
|
||||||
|
|
||||||
|
//* End Matomo Tag Manager *//
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
} else {
|
||||||
|
document.getElementById('cookie-notice').style.display = 'flex';
|
||||||
|
|
||||||
|
var _paq = window._paq || [];
|
||||||
|
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */
|
||||||
|
_paq.push(["setDocumentTitle", document.domain + "/" + document.title]);
|
||||||
|
_paq.push(["disableCookies"]);
|
||||||
|
_paq.push(['trackPageView']);
|
||||||
|
_paq.push(['enableLinkTracking']);
|
||||||
|
(function() {
|
||||||
|
var u="https://terminalnetwork.matomo.cloud/";
|
||||||
|
_paq.push(['setTrackerUrl', u+'matomo.php']);
|
||||||
|
_paq.push(['setSiteId', '14']);
|
||||||
|
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
|
||||||
|
g.type='text/javascript'; g.async=true; g.defer=true; g.src='//cdn.matomo.cloud/terminalnetwork.matomo.cloud/matomo.js'; s.parentNode.insertBefore(g,s);
|
||||||
|
})();
|
||||||
|
|
||||||
|
|
||||||
|
}
|
||||||
|
if (readCookie('cookie-notice-dismissed') == 'dontWantCookies') {
|
||||||
|
document.getElementById('cookie-notice').style.display = 'none';
|
||||||
|
|
||||||
|
var _paq = window._paq || [];
|
||||||
|
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */
|
||||||
|
_paq.push(["setDocumentTitle", document.domain + "/" + document.title]);
|
||||||
|
_paq.push(["disableCookies"]);
|
||||||
|
_paq.push(['trackPageView']);
|
||||||
|
_paq.push(['enableLinkTracking']);
|
||||||
|
(function() {
|
||||||
|
var u="https://terminalnetwork.matomo.cloud/";
|
||||||
|
_paq.push(['setTrackerUrl', u+'matomo.php']);
|
||||||
|
_paq.push(['setSiteId', '14']);
|
||||||
|
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
|
||||||
|
g.type='text/javascript'; g.async=true; g.defer=true; g.src='//cdn.matomo.cloud/terminalnetwork.matomo.cloud/matomo.js'; s.parentNode.insertBefore(g,s);
|
||||||
|
})();
|
||||||
|
|
||||||
|
}
|
||||||
|
document.getElementById('cookie-notice-accept').addEventListener("click", function () {
|
||||||
|
createCookie('cookie-notice-dismissed', 'wantCookies', 31);
|
||||||
|
document.getElementById('cookie-notice').style.display = 'none';
|
||||||
|
_paq.push(['trackEvent', 'Consent', 'wantCookie']);
|
||||||
|
location.reload();
|
||||||
|
});
|
||||||
|
|
||||||
|
document.getElementById('cookie-notice-decline').addEventListener("click", function () {
|
||||||
|
createCookie('cookie-notice-dismissed', 'dontWantCookies', 31);
|
||||||
|
document.getElementById('cookie-notice').style.display = 'none';
|
||||||
|
_paq.push(['trackEvent', 'Consent', 'dontWantCookie']);
|
||||||
|
location.reload();
|
||||||
|
});
|
||||||
|
|
||||||
|
// document.getElementById('cookie-notice-gimme').addEventListener("click", function () {
|
||||||
|
// createCookie('cookie-notice-dismissed', 'wantCookies', 31);
|
||||||
|
// document.getElementById('cookie-notice').style.display = 'none';
|
||||||
|
// location.reload();
|
||||||
|
// });
|
||||||
|
|
||||||
|
|
||||||
|
</script>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
755
albums/extender/index.html
Normal file
755
albums/extender/index.html
Normal file
|
|
@ -0,0 +1,755 @@
|
||||||
|
<!DOCTYPE html>
|
||||||
|
<!--
|
||||||
|
Based on _Story_ by html5up.net | @ajlkn
|
||||||
|
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
|
||||||
|
Remixed and Jekyllified by Setto
|
||||||
|
-->
|
||||||
|
<html lang="en">
|
||||||
|
<head>
|
||||||
|
<!-- Begin Jekyll SEO tag v2.6.1 -->
|
||||||
|
<meta name="generator" content="Jekyll v4.0.0" />
|
||||||
|
<meta property="og:title" content="Extender" />
|
||||||
|
<meta name="author" content="pax:nion" />
|
||||||
|
<meta property="og:locale" content="en" />
|
||||||
|
<meta name="description" content="PHI, Panix Heavy Industries" />
|
||||||
|
<meta property="og:description" content="PHI, Panix Heavy Industries" />
|
||||||
|
<link rel="canonical" href="https://panix.basspistol.com/albums/extender/" />
|
||||||
|
<meta property="og:url" content="https://panix.basspistol.com/albums/extender/" />
|
||||||
|
<meta property="og:site_name" content="pax:nion" />
|
||||||
|
<meta property="og:type" content="article" />
|
||||||
|
<meta property="article:published_time" content="2012-01-01T00:00:00+00:00" />
|
||||||
|
<script type="application/ld+json">
|
||||||
|
{"description":"PHI, Panix Heavy Industries","@type":"BlogPosting","headline":"Extender","dateModified":"2020-07-05T18:07:00+00:00","datePublished":"2012-01-01T00:00:00+00:00","mainEntityOfPage":{"@type":"WebPage","@id":"https://panix.basspistol.com/albums/extender/"},"url":"https://panix.basspistol.com/albums/extender/","author":{"@type":"Person","name":"pax:nion"},"publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://panix.basspistol.com/assets/img/setto_icon.png"},"name":"pax:nion"},"@context":"https://schema.org"}</script>
|
||||||
|
<!-- End Jekyll SEO tag -->
|
||||||
|
|
||||||
|
<link type="application/atom+xml" rel="alternate" href="https://panix.basspistol.com/feed.xml" title="" />
|
||||||
|
<!-- BEGIN seo.html -->
|
||||||
|
|
||||||
|
<title>Extender | pax:nion</title>
|
||||||
|
<meta name="title" content="Extender | pax:nion" />
|
||||||
|
|
||||||
|
<meta name="dc.date.modified" scheme="ISO8601" content="2020-07-05T18:07:00+00:00" />
|
||||||
|
<meta name="robots" content="index" />
|
||||||
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||||
|
<link rel="canonical" href="https://panix.basspistol.com/albums/extender/" />
|
||||||
|
<link rel="alternate" hreflang="x-default" href="https://panix.basspistol.com/albums/extender/" />
|
||||||
|
<meta name="geo.region" content="BJ-ZO" />
|
||||||
|
<meta name="geo.placename" content="Setto" />
|
||||||
|
<meta name="geo.position" content="7.48777;2.076389" />
|
||||||
|
<meta name="ICBM" content="7.48777, 2.076389" />
|
||||||
|
|
||||||
|
<!-- Dublin Core basic info -->
|
||||||
|
|
||||||
|
<meta name="dcterms.Identifier" content="https://panix.basspistol.com" />
|
||||||
|
<meta name="dcterms.Format" content="text/html" />
|
||||||
|
<meta name="dcterms.Relation" content="pax:nion" />
|
||||||
|
<meta name="dcterms.Publisher" content="pax:nion" />
|
||||||
|
<meta name="dcterms.Type" content="text/html" />
|
||||||
|
<meta name="dcterms.Coverage" content="https://panix.basspistol.com/" />
|
||||||
|
<meta name="dcterms.Rights" content="Copyright ©2020 pax:nion." />
|
||||||
|
|
||||||
|
<meta name="dcterms.Subject" content="PHI, Panix Heavy Industries" />
|
||||||
|
<meta name="dcterms.Title" content="Extender | pax:nion" />
|
||||||
|
|
||||||
|
<meta name="dcterms.Contributor" content="pax:nion" />
|
||||||
|
<meta name="dcterms.Date" content="2012-01-01" />
|
||||||
|
<meta name="dcterms.Description" content="" />
|
||||||
|
|
||||||
|
<!-- Twitter Card -->
|
||||||
|
|
||||||
|
<meta name="twitter:card" content="summary" />
|
||||||
|
<meta name="twitter:site" content="@" />
|
||||||
|
<meta name="twitter:title" content="Extender | pax:nion" />
|
||||||
|
<meta name="twitter:description" content="PHI, Panix Heavy Industries" />
|
||||||
|
|
||||||
|
<meta name="twitter:image" content="https://panix.basspistol.com" />
|
||||||
|
|
||||||
|
<!-- END seo.html -->
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<meta charset="utf-8" />
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=yes" />
|
||||||
|
<link rel="stylesheet" href="../../assets/css/main20200519.css" />
|
||||||
|
<link rel="apple-touch-icon" href="https://panix.basspistol.com/apple-touch-icon.png" />
|
||||||
|
<link rel="icon" type="image/png" href="https://panix.basspistol.com/touch-icon.png" sizes="192x192" />
|
||||||
|
<link rel="shortcut icon" href="https://panix.basspistol.com/assets/img/setto_icon.png" type="image/png" />
|
||||||
|
<noscript><link rel="stylesheet" href="../../assets/css/noscript20200518-rev1.css" /></noscript>
|
||||||
|
</head>
|
||||||
|
<body class="is-preload" id="body">
|
||||||
|
<span id="top" style="display: none;"></span>
|
||||||
|
<!-- Wrapper -->
|
||||||
|
<div id="wrapper" class="divided">
|
||||||
|
|
||||||
|
<!-- Banner -->
|
||||||
|
<section class="banner onload-image-fade-in onload-content-fade-right style2 fullscreen content-align-center image-position-center" style="height:100vh;background-color: rgba(13,13,13,0.85);">
|
||||||
|
<div class="content editable" data-cms-source="/_layouts/album.html" data-cms-index="0">
|
||||||
|
<h1 class="editable" data-cms-source="/_layouts/album.html" data-cms-index="1">Extender</h1>
|
||||||
|
<p></p>
|
||||||
|
<ul class="actions stacked">
|
||||||
|
<li><a href="#moe" class="button small smooth-scroll-middle">cheggit!</a></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<div class="image">
|
||||||
|
<img src="https://media.basspistol.com/panix/extender/1-house-kommer-alltid-att-vara-house.jpeg" alt="Extender" class="editable" data-cms-source="/_layouts/album.html" data-cms-index="2" />
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
<!-- Content -->
|
||||||
|
<section class="wrapper style1 align-center">
|
||||||
|
<div class="inner" style="padding-top: 40px;">
|
||||||
|
<div class="index align-left">
|
||||||
|
<!-- Author -->
|
||||||
|
<section style="padding-top:40px;" id="moe">
|
||||||
|
|
||||||
|
|
||||||
|
<header id="author">
|
||||||
|
<div class="bio">
|
||||||
|
|
||||||
|
|
||||||
|
<h6>
|
||||||
|
|
||||||
|
Share this page:
|
||||||
|
</h6>
|
||||||
|
<ul class="icons">
|
||||||
|
<li><a target="_blank" rel="nofollow noopener" title="Share to facebook" alt="Share to facebook" href="https://touch.facebook.com/sharer.php?u=https://panix.basspistol.com/albums/extender/&quote=Extender%20by%20pax:nion%20via%20https://panix.basspistol.com" class="icon brands style1 fa-facebook-f"><span class="label">Facebook</span></a></li>
|
||||||
|
<li><a target="_blank" rel="nofollow noopener" title="Share to twitter" alt="Share to twitter" href="https://twitter.com/share?url=https://panix.basspistol.com/albums/extender/&text=Extender%20by%20pax:nion%20&hashtags=paxNion" class="icon brands style1 fa-twitter"><span class="label">Twitter</span></a></li>
|
||||||
|
<li><a target="_blank" rel="nofollow noopener" title="Share to telegram" alt="Share to telgram" href="https://telegram.me/share/url?url=https://panix.basspistol.com/albums/extender/&text=Extender%20by%20pax:nion" class="icon brands style1 fa-telegram"><span class="label">Telegram</span></a></li>
|
||||||
|
<li><a target="_blank" rel="nofollow noopener" title="Share to reddit" alt="Share to reddit" href="https://reddit.com/submit/?url=https://panix.basspistol.com/albums/extender/&title=Extender%20by%20pax:nion" class="icon brands style1 fa-reddit"><span class="label">Reddit</span></a></li>
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</header>
|
||||||
|
<!-- Content -->
|
||||||
|
<div class="content">
|
||||||
|
|
||||||
|
|
||||||
|
<!-- HERE BEGINS MADNESS -->
|
||||||
|
|
||||||
|
|
||||||
|
<!-- Content -->
|
||||||
|
<div class="content">
|
||||||
|
<div id="mainwrap">
|
||||||
|
<div id="nowPlay">
|
||||||
|
<p class="right" id="npTitle" style="font-weight: bold;"></p>
|
||||||
|
<p class="left" id="npAction">Paused...</p>
|
||||||
|
</div>
|
||||||
|
<div id="audiowrap">
|
||||||
|
<div id="audio0">
|
||||||
|
<audio id="audio1" controls="controls">Your browser does not support HTML5
|
||||||
|
Audio!</audio>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div id="tracks">
|
||||||
|
<a id="btnPrev"><span class="icon solid fa-fast-backward"></span></a>
|
||||||
|
<a id="btnNext"><span class="icon solid fa-fast-forward"></span></a>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
<div id="plwrap">
|
||||||
|
<ul id="plList">
|
||||||
|
|
||||||
|
<li>
|
||||||
|
<div class="plItem">
|
||||||
|
<div class="plNum">1.</div>
|
||||||
|
<div class="plTitle">House Kommer Alltid Att Vara House</div>
|
||||||
|
<div class="plLength">2:18</div>
|
||||||
|
</div>
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li>
|
||||||
|
<div class="plItem">
|
||||||
|
<div class="plNum">2.</div>
|
||||||
|
<div class="plTitle">I Want Your Soul</div>
|
||||||
|
<div class="plLength">1:22</div>
|
||||||
|
</div>
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li>
|
||||||
|
<div class="plItem">
|
||||||
|
<div class="plNum">3.</div>
|
||||||
|
<div class="plTitle">Kim Ska Vi Koepa Lim?</div>
|
||||||
|
<div class="plLength">1:26</div>
|
||||||
|
</div>
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li>
|
||||||
|
<div class="plItem">
|
||||||
|
<div class="plNum">4.</div>
|
||||||
|
<div class="plTitle">Eru sejjoez?</div>
|
||||||
|
<div class="plLength">1:59</div>
|
||||||
|
</div>
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li>
|
||||||
|
<div class="plItem">
|
||||||
|
<div class="plNum">5.</div>
|
||||||
|
<div class="plTitle">Organized</div>
|
||||||
|
<div class="plLength">1:16</div>
|
||||||
|
</div>
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li>
|
||||||
|
<div class="plItem">
|
||||||
|
<div class="plNum">6.</div>
|
||||||
|
<div class="plTitle">Matter Of Opinion</div>
|
||||||
|
<div class="plLength">1:22</div>
|
||||||
|
</div>
|
||||||
|
</li>
|
||||||
|
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div id="noJSalbum">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<div class="plItem">
|
||||||
|
<div class="plNum">1.</div>
|
||||||
|
<div class="plTitle"><a href="https://media.basspistol.com/panix/extender/1-house-kommer-alltid-att-vara-house.mp3">House Kommer Alltid Att Vara House </a></div>
|
||||||
|
<div class="plLength">2:18</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<div class="plItem">
|
||||||
|
<div class="plNum">2.</div>
|
||||||
|
<div class="plTitle"><a href="https://media.basspistol.com/panix/extender/2-i-want-your-soul.mp3">I Want Your Soul </a></div>
|
||||||
|
<div class="plLength">1:22</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<div class="plItem">
|
||||||
|
<div class="plNum">3.</div>
|
||||||
|
<div class="plTitle"><a href="https://media.basspistol.com/panix/extender/3-kim-ska-vi-koepa-lim-.mp3">Kim Ska Vi Koepa Lim? </a></div>
|
||||||
|
<div class="plLength">1:26</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<div class="plItem">
|
||||||
|
<div class="plNum">4.</div>
|
||||||
|
<div class="plTitle"><a href="https://media.basspistol.com/panix/extender/4-eru-sejjoez-.mp3">Eru sejjoez? </a></div>
|
||||||
|
<div class="plLength">1:59</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<div class="plItem">
|
||||||
|
<div class="plNum">5.</div>
|
||||||
|
<div class="plTitle"><a href="https://media.basspistol.com/panix/extender/5-organized.mp3">Organized </a></div>
|
||||||
|
<div class="plLength">1:16</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<div class="plItem">
|
||||||
|
<div class="plNum">6.</div>
|
||||||
|
<div class="plTitle"><a href="https://media.basspistol.com/panix/extender/6-matter-of-opinion.mp3">Matter Of Opinion </a></div>
|
||||||
|
<div class="plLength">1:22</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="content" style="font-family: monospace;font-size: 16px;margin-top:60px;">
|
||||||
|
|
||||||
|
|
||||||
|
<p></p>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
|
||||||
|
|
||||||
|
<!-- HERE ENDS MADNESS -->
|
||||||
|
|
||||||
|
<section class="wrapper style1 align-center">
|
||||||
|
|
||||||
|
<div class="inner">
|
||||||
|
<h2>Track list</h2>
|
||||||
|
<p>Use thses pages to share one song in particulare</p>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</section>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<section class="spotlight style4 orient-right content-align-left image-position-center onscroll-image-fade-in" style="box-shadow: none;" >
|
||||||
|
<div class="content">
|
||||||
|
<h3>House Kommer Alltid Att Vara House</h3>
|
||||||
|
<p>
|
||||||
|
2:18
|
||||||
|
<br /><strong>Electronic</strong>
|
||||||
|
<br />2012</p>
|
||||||
|
|
||||||
|
<ul class="actions stacked">
|
||||||
|
<li><a href="../../albums/extender/1-house-kommer-alltid-att-vara-house/" class="button">Track</a></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<div class="image">
|
||||||
|
<img src="https://media.basspistol.com/panix/extender/1-house-kommer-alltid-att-vara-house.jpeg" alt="House Kommer Alltid Att Vara House" />
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<section class="spotlight style4 orient-left content-align-right image-position-center onscroll-image-fade-in" >
|
||||||
|
<div class="content">
|
||||||
|
<h3>I Want Your Soul</h3>
|
||||||
|
<p>
|
||||||
|
1:22
|
||||||
|
<br /><strong>Electronic</strong>
|
||||||
|
<br />2012</p>
|
||||||
|
|
||||||
|
<ul class="actions stacked">
|
||||||
|
<li><a href="../../albums/extender/2-i-want-your-soul/" class="button">Track</a></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<div class="image">
|
||||||
|
<img src="https://media.basspistol.com/panix/extender/2-i-want-your-soul.jpeg" alt="I Want Your Soul" />
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<section class="spotlight style4 orient-right content-align-left image-position-center onscroll-image-fade-in" >
|
||||||
|
<div class="content">
|
||||||
|
<h3>Kim Ska Vi Koepa Lim?</h3>
|
||||||
|
<p>
|
||||||
|
1:26
|
||||||
|
<br /><strong>Electronic</strong>
|
||||||
|
<br />2012</p>
|
||||||
|
|
||||||
|
<ul class="actions stacked">
|
||||||
|
<li><a href="../../albums/extender/3-kim-ska-vi-koepa-lim-/" class="button">Track</a></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<div class="image">
|
||||||
|
<img src="https://media.basspistol.com/panix/extender/3-kim-ska-vi-koepa-lim-.jpeg" alt="Kim Ska Vi Koepa Lim?" />
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<section class="spotlight style4 orient-left content-align-right image-position-center onscroll-image-fade-in" >
|
||||||
|
<div class="content">
|
||||||
|
<h3>Eru sejjoez?</h3>
|
||||||
|
<p>
|
||||||
|
1:59
|
||||||
|
<br /><strong>Electronic</strong>
|
||||||
|
<br />2012</p>
|
||||||
|
|
||||||
|
<ul class="actions stacked">
|
||||||
|
<li><a href="../../albums/extender/4-eru-sejjoez-/" class="button">Track</a></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<div class="image">
|
||||||
|
<img src="https://media.basspistol.com/panix/extender/4-eru-sejjoez-.jpeg" alt="Eru sejjoez?" />
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<section class="spotlight style4 orient-right content-align-left image-position-center onscroll-image-fade-in" >
|
||||||
|
<div class="content">
|
||||||
|
<h3>Organized</h3>
|
||||||
|
<p>
|
||||||
|
1:16
|
||||||
|
<br /><strong>Electronic</strong>
|
||||||
|
<br />2012</p>
|
||||||
|
|
||||||
|
<ul class="actions stacked">
|
||||||
|
<li><a href="../../albums/extender/5-organized/" class="button">Track</a></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<div class="image">
|
||||||
|
<img src="https://media.basspistol.com/panix/extender/5-organized.jpeg" alt="Organized" />
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<section class="spotlight style4 orient-left content-align-right image-position-center onscroll-image-fade-in" >
|
||||||
|
<div class="content">
|
||||||
|
<h3>Matter Of Opinion</h3>
|
||||||
|
<p>
|
||||||
|
1:22
|
||||||
|
<br /><strong>Electronic</strong>
|
||||||
|
<br />2012</p>
|
||||||
|
|
||||||
|
<ul class="actions stacked">
|
||||||
|
<li><a href="../../albums/extender/6-matter-of-opinion/" class="button">Track</a></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<div class="image">
|
||||||
|
<img src="https://media.basspistol.com/panix/extender/6-matter-of-opinion.jpeg" alt="Matter Of Opinion" />
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<section class="streambox" style="margin-top:40px;padding: 40px;">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<h3 style="text-align: center;display: block;">This release can't be bought</h3>
|
||||||
|
<p>But other releases are available here:</p>
|
||||||
|
|
||||||
|
|
||||||
|
<div class="streamer">
|
||||||
|
|
||||||
|
|
||||||
|
<a onclick="_paq.push(['trackEvent', 'StoreLink', 'Bandcamp']);" target="_blank" rel="noopener" href="https://panixheavyindustries.bandcamp.com" alt="Stream from Bandcamp" title="Stream from Bandcamp" class="button icon brands fa-bandcamp">Bandcamp</a>
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</section>
|
||||||
|
|
||||||
|
<section class="wrapper style1 align-center">
|
||||||
|
<div class="inner">
|
||||||
|
<div class="index align-left">
|
||||||
|
<!-- Author -->
|
||||||
|
|
||||||
|
<section>
|
||||||
|
|
||||||
|
<!-- Content -->
|
||||||
|
<div class="content">
|
||||||
|
<!-- post Naviation -->
|
||||||
|
<div style="text-align: center;">
|
||||||
|
<h3>More releases</h3>
|
||||||
|
</div>
|
||||||
|
<div class="post-nav">
|
||||||
|
<div>
|
||||||
|
|
||||||
|
<h4><a href="/albums/2012-grab-bag/" alt="Read 2012 Grab Bag" title="Read 2012 Grab Bag"><i class="fas fa-arrow-left"></i></a> <a href="/albums/2012-grab-bag/"> 2012 Grab Bag</a></h4>
|
||||||
|
<p style="margin-right: 20px"></p>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
<div class="post-nav-next">
|
||||||
|
|
||||||
|
<h4><a href="/albums/morning-moods/"> Morning Moods</a> <a href="/albums/morning-moods/" alt="Read Morning Moods" title="Read Morning Moods"><i class="fas fa-arrow-right"></i></a></h4>
|
||||||
|
<p style="margin-left: 20px"></p>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<!-- End Post Navigation -->
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
|
||||||
|
|
||||||
|
<!-- Footer -->
|
||||||
|
<footer id="footer" class="wrapper style1 align-center">
|
||||||
|
<div class="footflex">
|
||||||
|
<div>
|
||||||
|
<h4>pax:nion</h4>
|
||||||
|
<p>PHI, Panix Heavy Industries
|
||||||
|
<br /><a href="mailto:"></a></p>
|
||||||
|
</div>
|
||||||
|
<div>
|
||||||
|
<ul>
|
||||||
|
<li><a href="#top" class="smooth-scroll-middle">Back to top</a></li>
|
||||||
|
<li><a href="/#album0" class="smooth-scroll-middle">music</a></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<div><img src="/assets/panix-logo-dark.svg" style="max-width:300px" alt="pax:nion Logo" /></div>
|
||||||
|
</div>
|
||||||
|
<div class="inner">
|
||||||
|
<ul class="icons">
|
||||||
|
|
||||||
|
<!-- <li><a href="mailto:" class="icon style2 fa-envelope"><span class="label">Email</span></a></li> -->
|
||||||
|
</ul>
|
||||||
|
<p>©2020 Basspistol | <a href="../../webcreds/">Credits</a> | <a href="../../cookies/">Cookies & Privacy</a></p>
|
||||||
|
</div>
|
||||||
|
</footer>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
<!-- Navigation -->
|
||||||
|
<div id="logo" class="logo">
|
||||||
|
<a href="/" class="smooth-scroll-middle"><img width="200em" src="/assets/panix-logo.svg" alt=" Logo" /></a>
|
||||||
|
<a href="#navbar" onclick="blurBody()" alt="Navigation Menu" title="Navigation Menu"><span style="font-size: 34px;" class="icon solid fa-bars"></span></a>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div id="navbar" style="display: block;" class="modalDialog">
|
||||||
|
<a href="#close" onclick="removeBlur()" alt="Close Menu" title="Close Menu"><div id="closearea"> </div></a>
|
||||||
|
<nav>
|
||||||
|
<a href="#close" title="Close" onclick="removeBlur()" class="close-button close" style="margin: 0 auto;">X</a>
|
||||||
|
<ul>
|
||||||
|
|
||||||
|
|
||||||
|
<li><a href="../../" class="button small">Home</a></li>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<li><a href="../../releases/" class="button small">Releases</a></li>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<li><a href="../../logs/" class="button small">Web-Log</a></li>
|
||||||
|
|
||||||
|
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
</nav>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
<!-- End Navigation -->
|
||||||
|
<!-- Scripts -->
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<script src="../../assets/js/jquery.min.js"></script>
|
||||||
|
<script src="../../assets/js/jquery.scrollex.min.js"></script>
|
||||||
|
<script src="../../assets/js/jquery.scrolly.min.js"></script>
|
||||||
|
<script src="../../assets/js/browser.min.js"></script>
|
||||||
|
<script src="../../assets/js/breakpoints.min.js"></script>
|
||||||
|
<script src="../../assets/js/util.js"></script>
|
||||||
|
<script src="../../assets/js/main.js"></script>
|
||||||
|
<script src="../../assets/js/set.js"></script>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<script type="text/javascript">
|
||||||
|
// html5media enables <video> and <audio> tags in all major browsers
|
||||||
|
// External File: http://api.html5media.info/1.1.8/html5media.min.js
|
||||||
|
|
||||||
|
|
||||||
|
// Add user agent as an attribute on the <html> tag...
|
||||||
|
// Inspiration: http://css-tricks.com/ie-10-specific-styles/
|
||||||
|
var b = document.documentElement;
|
||||||
|
b.setAttribute('data-useragent', navigator.userAgent);
|
||||||
|
b.setAttribute('data-platform', navigator.platform);
|
||||||
|
|
||||||
|
|
||||||
|
// HTML5 audio player + playlist controls...
|
||||||
|
// Inspiration: http://jonhall.info/how_to/create_a_playlist_for_html5_audio
|
||||||
|
// Mythium Archive: https://archive.org/details/mythium/
|
||||||
|
jQuery(function ($) {
|
||||||
|
var supportsAudio = !!document.createElement('audio').canPlayType;
|
||||||
|
if (supportsAudio) {
|
||||||
|
var index = 0,
|
||||||
|
playing = false,
|
||||||
|
mediaPath = '',
|
||||||
|
extension = '',
|
||||||
|
tracks = [{
|
||||||
|
"track": 1,
|
||||||
|
"name": "House Kommer Alltid Att Vara House",
|
||||||
|
"length": "2:18",
|
||||||
|
"file": "https://media.basspistol.com/panix/extender/1-house-kommer-alltid-att-vara-house"
|
||||||
|
},{
|
||||||
|
"track": 2,
|
||||||
|
"name": "I Want Your Soul",
|
||||||
|
"length": "1:22",
|
||||||
|
"file": "https://media.basspistol.com/panix/extender/2-i-want-your-soul"
|
||||||
|
},{
|
||||||
|
"track": 3,
|
||||||
|
"name": "Kim Ska Vi Koepa Lim?",
|
||||||
|
"length": "1:26",
|
||||||
|
"file": "https://media.basspistol.com/panix/extender/3-kim-ska-vi-koepa-lim-"
|
||||||
|
},{
|
||||||
|
"track": 4,
|
||||||
|
"name": "Eru sejjoez?",
|
||||||
|
"length": "1:59",
|
||||||
|
"file": "https://media.basspistol.com/panix/extender/4-eru-sejjoez-"
|
||||||
|
},{
|
||||||
|
"track": 5,
|
||||||
|
"name": "Organized",
|
||||||
|
"length": "1:16",
|
||||||
|
"file": "https://media.basspistol.com/panix/extender/5-organized"
|
||||||
|
},{
|
||||||
|
"track": 6,
|
||||||
|
"name": "Matter Of Opinion",
|
||||||
|
"length": "1:22",
|
||||||
|
"file": "https://media.basspistol.com/panix/extender/6-matter-of-opinion"
|
||||||
|
}],
|
||||||
|
trackCount = tracks.length,
|
||||||
|
npAction = $('#npAction'),
|
||||||
|
npTitle = $('#npTitle'),
|
||||||
|
audio = $('#audio1').bind('play', function () {
|
||||||
|
playing = true;
|
||||||
|
npAction.text('Playing...');
|
||||||
|
}).bind('pause', function () {
|
||||||
|
playing = false;
|
||||||
|
npAction.text('Paused...');
|
||||||
|
}).bind('ended', function () {
|
||||||
|
npAction.text('Paused...');
|
||||||
|
if ((index + 1) < trackCount) {
|
||||||
|
index++;
|
||||||
|
loadTrack(index);
|
||||||
|
audio.play();
|
||||||
|
} else {
|
||||||
|
audio.pause();
|
||||||
|
index = 0;
|
||||||
|
loadTrack(index);
|
||||||
|
}
|
||||||
|
}).get(0),
|
||||||
|
btnPrev = $('#btnPrev').click(function () {
|
||||||
|
if ((index - 1) > -1) {
|
||||||
|
index--;
|
||||||
|
loadTrack(index);
|
||||||
|
if (playing) {
|
||||||
|
audio.play();
|
||||||
|
}
|
||||||
|
} else {
|
||||||
|
audio.pause();
|
||||||
|
index = 0;
|
||||||
|
loadTrack(index);
|
||||||
|
}
|
||||||
|
}),
|
||||||
|
btnNext = $('#btnNext').click(function () {
|
||||||
|
if ((index + 1) < trackCount) {
|
||||||
|
index++;
|
||||||
|
loadTrack(index);
|
||||||
|
if (playing) {
|
||||||
|
audio.play();
|
||||||
|
}
|
||||||
|
} else {
|
||||||
|
audio.pause();
|
||||||
|
index = 0;
|
||||||
|
loadTrack(index);
|
||||||
|
}
|
||||||
|
}),
|
||||||
|
li = $('#plList li').click(function () {
|
||||||
|
var id = parseInt($(this).index());
|
||||||
|
if (id !== index) {
|
||||||
|
playTrack(id);
|
||||||
|
}
|
||||||
|
}),
|
||||||
|
loadTrack = function (id) {
|
||||||
|
$('.plSel').removeClass('plSel');
|
||||||
|
$('#plList li:eq(' + id + ')').addClass('plSel');
|
||||||
|
npTitle.text(tracks[id].name);
|
||||||
|
index = id;
|
||||||
|
audio.src = mediaPath + tracks[id].file + extension;
|
||||||
|
$('audio').attr("data-matomo-title", tracks[id].name);
|
||||||
|
},
|
||||||
|
playTrack = function (id) {
|
||||||
|
loadTrack(id);
|
||||||
|
audio.play();
|
||||||
|
};
|
||||||
|
extension = audio.canPlayType('audio/mpeg') ? '.mp3' : audio.canPlayType('audio/ogg') ? '.ogg' : '';
|
||||||
|
loadTrack(index);
|
||||||
|
}
|
||||||
|
});
|
||||||
|
|
||||||
|
</script>
|
||||||
|
|
||||||
|
|
||||||
|
<div id="cookie-notice">
|
||||||
|
<p>We only use cookies if you consent to it. They don't contain any identifiable info: they just let us know if you enjoyed this enough to come back. <br />Click <a href="#" id="cookie-notice-decline">here</a> if you want this shit to go away without cookies. <br />Read more about how Basspistol <a href="/cookies/">use cookies</a> </p>
|
||||||
|
<a class="button small yes" href="#" id="cookie-notice-accept">I'm in!</a>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<script>
|
||||||
|
function createCookie(name, value, days) {
|
||||||
|
var expires = "";
|
||||||
|
if (days) {
|
||||||
|
var date = new Date();
|
||||||
|
date.setTime(date.getTime() + (days * 24 * 60 * 60 * 1000));
|
||||||
|
expires = "; expires=" + date.toUTCString();
|
||||||
|
}
|
||||||
|
document.cookie = name + "=" + value + expires + "; path=/";
|
||||||
|
}
|
||||||
|
function readCookie(name) {
|
||||||
|
var nameEQ = name + "=";
|
||||||
|
var ca = document.cookie.split(';');
|
||||||
|
for (var i = 0; i < ca.length; i++) {
|
||||||
|
var c = ca[i];
|
||||||
|
while (c.charAt(0) == ' ') c = c.substring(1, c.length);
|
||||||
|
if (c.indexOf(nameEQ) == 0) return c.substring(nameEQ.length, c.length);
|
||||||
|
}
|
||||||
|
return null;
|
||||||
|
}
|
||||||
|
function eraseCookie(name) {
|
||||||
|
createCookie(name, "", -1);
|
||||||
|
}
|
||||||
|
|
||||||
|
if (readCookie('cookie-notice-dismissed') == 'wantCookies') {
|
||||||
|
|
||||||
|
//* Matomo Tag Manager *//
|
||||||
|
|
||||||
|
var _mtm = _mtm || [];
|
||||||
|
_mtm.push({'mtm.startTime': (new Date().getTime()), 'event': 'mtm.Start'});
|
||||||
|
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
|
||||||
|
g.type='text/javascript'; g.async=true; g.defer=true; g.src='https://cdn.matomo.cloud/terminalnetwork.matomo.cloud/container_aJ0T3vZ5.js'; s.parentNode.insertBefore(g,s);
|
||||||
|
|
||||||
|
//* End Matomo Tag Manager *//
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
} else {
|
||||||
|
document.getElementById('cookie-notice').style.display = 'flex';
|
||||||
|
|
||||||
|
var _paq = window._paq || [];
|
||||||
|
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */
|
||||||
|
_paq.push(["setDocumentTitle", document.domain + "/" + document.title]);
|
||||||
|
_paq.push(["disableCookies"]);
|
||||||
|
_paq.push(['trackPageView']);
|
||||||
|
_paq.push(['enableLinkTracking']);
|
||||||
|
(function() {
|
||||||
|
var u="https://terminalnetwork.matomo.cloud/";
|
||||||
|
_paq.push(['setTrackerUrl', u+'matomo.php']);
|
||||||
|
_paq.push(['setSiteId', '14']);
|
||||||
|
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
|
||||||
|
g.type='text/javascript'; g.async=true; g.defer=true; g.src='//cdn.matomo.cloud/terminalnetwork.matomo.cloud/matomo.js'; s.parentNode.insertBefore(g,s);
|
||||||
|
})();
|
||||||
|
|
||||||
|
|
||||||
|
}
|
||||||
|
if (readCookie('cookie-notice-dismissed') == 'dontWantCookies') {
|
||||||
|
document.getElementById('cookie-notice').style.display = 'none';
|
||||||
|
|
||||||
|
var _paq = window._paq || [];
|
||||||
|
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */
|
||||||
|
_paq.push(["setDocumentTitle", document.domain + "/" + document.title]);
|
||||||
|
_paq.push(["disableCookies"]);
|
||||||
|
_paq.push(['trackPageView']);
|
||||||
|
_paq.push(['enableLinkTracking']);
|
||||||
|
(function() {
|
||||||
|
var u="https://terminalnetwork.matomo.cloud/";
|
||||||
|
_paq.push(['setTrackerUrl', u+'matomo.php']);
|
||||||
|
_paq.push(['setSiteId', '14']);
|
||||||
|
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
|
||||||
|
g.type='text/javascript'; g.async=true; g.defer=true; g.src='//cdn.matomo.cloud/terminalnetwork.matomo.cloud/matomo.js'; s.parentNode.insertBefore(g,s);
|
||||||
|
})();
|
||||||
|
|
||||||
|
}
|
||||||
|
document.getElementById('cookie-notice-accept').addEventListener("click", function () {
|
||||||
|
createCookie('cookie-notice-dismissed', 'wantCookies', 31);
|
||||||
|
document.getElementById('cookie-notice').style.display = 'none';
|
||||||
|
_paq.push(['trackEvent', 'Consent', 'wantCookie']);
|
||||||
|
location.reload();
|
||||||
|
});
|
||||||
|
|
||||||
|
document.getElementById('cookie-notice-decline').addEventListener("click", function () {
|
||||||
|
createCookie('cookie-notice-dismissed', 'dontWantCookies', 31);
|
||||||
|
document.getElementById('cookie-notice').style.display = 'none';
|
||||||
|
_paq.push(['trackEvent', 'Consent', 'dontWantCookie']);
|
||||||
|
location.reload();
|
||||||
|
});
|
||||||
|
|
||||||
|
// document.getElementById('cookie-notice-gimme').addEventListener("click", function () {
|
||||||
|
// createCookie('cookie-notice-dismissed', 'wantCookies', 31);
|
||||||
|
// document.getElementById('cookie-notice').style.display = 'none';
|
||||||
|
// location.reload();
|
||||||
|
// });
|
||||||
|
|
||||||
|
|
||||||
|
</script>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
404
albums/katze/1-katze001/index.html
Normal file
404
albums/katze/1-katze001/index.html
Normal file
|
|
@ -0,0 +1,404 @@
|
||||||
|
<!DOCTYPE html>
|
||||||
|
<!--
|
||||||
|
Based on _Story_ by html5up.net | @ajlkn
|
||||||
|
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
|
||||||
|
Remixed and Jekyllified by Setto
|
||||||
|
-->
|
||||||
|
<html lang="en">
|
||||||
|
<head>
|
||||||
|
<!-- Begin Jekyll SEO tag v2.6.1 -->
|
||||||
|
<meta name="generator" content="Jekyll v4.0.0" />
|
||||||
|
<meta property="og:title" content="1 Katze001" />
|
||||||
|
<meta name="author" content="pax:nion" />
|
||||||
|
<meta property="og:locale" content="en" />
|
||||||
|
<meta name="description" content="PHI, Panix Heavy Industries" />
|
||||||
|
<meta property="og:description" content="PHI, Panix Heavy Industries" />
|
||||||
|
<link rel="canonical" href="https://panix.basspistol.com/albums/katze/1-katze001/" />
|
||||||
|
<meta property="og:url" content="https://panix.basspistol.com/albums/katze/1-katze001/" />
|
||||||
|
<meta property="og:site_name" content="pax:nion" />
|
||||||
|
<meta property="og:type" content="article" />
|
||||||
|
<meta property="article:published_time" content="2020-07-05T18:07:03+00:00" />
|
||||||
|
<script type="application/ld+json">
|
||||||
|
{"description":"PHI, Panix Heavy Industries","@type":"AudioObject","headline":"1 Katze001","dateModified":"2020-07-05T18:07:00+00:00","datePublished":"2020-07-05T18:07:03+00:00","url":"https://panix.basspistol.com/albums/katze/1-katze001/","author":{"@type":"Person","name":"pax:nion"},"publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://panix.basspistol.com/assets/img/setto_icon.png"},"name":"pax:nion"},"@context":"https://schema.org"}</script>
|
||||||
|
<!-- End Jekyll SEO tag -->
|
||||||
|
|
||||||
|
<link type="application/atom+xml" rel="alternate" href="https://panix.basspistol.com/feed.xml" title="" />
|
||||||
|
<!-- BEGIN seo.html -->
|
||||||
|
|
||||||
|
<title>Play Katze001 by Panixonik</title>
|
||||||
|
<meta name="title" content="Play Katze001 by Panixonik" />
|
||||||
|
|
||||||
|
<meta name="dc.date.modified" scheme="ISO8601" content="2020-07-05T18:07:00+00:00" />
|
||||||
|
<meta name="robots" content="index" />
|
||||||
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||||
|
<link rel="canonical" href="https://panix.basspistol.com/albums/katze/1-katze001/" />
|
||||||
|
<link rel="alternate" hreflang="x-default" href="https://panix.basspistol.com/albums/katze/1-katze001/" />
|
||||||
|
<meta name="geo.region" content="BJ-ZO" />
|
||||||
|
<meta name="geo.placename" content="Setto" />
|
||||||
|
<meta name="geo.position" content="7.48777;2.076389" />
|
||||||
|
<meta name="ICBM" content="7.48777, 2.076389" />
|
||||||
|
|
||||||
|
<!-- Dublin Core basic info -->
|
||||||
|
|
||||||
|
<meta name="dcterms.Identifier" content="https://panix.basspistol.com" />
|
||||||
|
<meta name="dcterms.Format" content="text/html" />
|
||||||
|
<meta name="dcterms.Relation" content="pax:nion" />
|
||||||
|
<meta name="dcterms.Publisher" content="pax:nion" />
|
||||||
|
<meta name="dcterms.Type" content="text/html" />
|
||||||
|
<meta name="dcterms.Coverage" content="https://panix.basspistol.com/" />
|
||||||
|
<meta name="dcterms.Rights" content="Copyright ©2020 pax:nion." />
|
||||||
|
|
||||||
|
<meta name="dcterms.Subject" content="Listen and to a track by Panixonik from the release Katze and support your remote artist!" />
|
||||||
|
<meta name="dcterms.Title" content="Katze001 - Panixonik | pax:nion" />
|
||||||
|
|
||||||
|
<meta name="dcterms.Contributor" content="pax:nion" />
|
||||||
|
<meta name="dcterms.Date" content="2020-07-05" />
|
||||||
|
<meta name="dcterms.Description" content="" />
|
||||||
|
|
||||||
|
<!-- Twitter Card -->
|
||||||
|
|
||||||
|
<meta name="twitter:card" content="summary" />
|
||||||
|
<meta name="twitter:site" content="@" />
|
||||||
|
<meta name="twitter:title" content="1 Katze001 | pax:nion" />
|
||||||
|
<meta name="twitter:description" content="PHI, Panix Heavy Industries" />
|
||||||
|
|
||||||
|
<meta name="twitter:image" content="https://panix.basspistol.com/assets/albums/katze/1-katze001.jpeg" />
|
||||||
|
|
||||||
|
<!-- END seo.html -->
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<meta charset="utf-8" />
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=yes" />
|
||||||
|
<link rel="stylesheet" href="../../../assets/css/main20200519.css" />
|
||||||
|
|
||||||
|
<link rel="apple-touch-icon" href="https://panix.basspistol.com/apple-touch-icon.png" />
|
||||||
|
<link rel="icon" type="image/png" href="https://panix.basspistol.com/touch-icon.png" sizes="192x192" />
|
||||||
|
<link rel="shortcut icon" href="https://panix.basspistol.com/assets/img/setto_icon.png" type="image/png" />
|
||||||
|
<noscript><link rel="stylesheet" href="../../../assets/css/noscript20200518-rev1.css" /></noscript>
|
||||||
|
</head>
|
||||||
|
|
||||||
|
<body class="is-preload" id="body">
|
||||||
|
<span id="top" style="display: none;"></span>
|
||||||
|
<!-- Wrapper -->
|
||||||
|
<div id="wrapper" class="divided" data-cms-content-wrapper="/_layouts/default.html">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<!-- Banner -->
|
||||||
|
<section
|
||||||
|
class="banner onload-image-fade-in onload-content-fade-right style3 fullscreen content-align-center image-position-center" style="background-image:url('https://media.basspistol.com/panix/katze/1-katze001.jpeg');background-size: cover; background-repeat: no-repeat;">
|
||||||
|
<div style="z-index:0;position:absolute; top:0; left:0; width:100%;height:100%;background-color: rgba(13, 13 ,13, 0.85);"></div>
|
||||||
|
<div class="content" style="z-index:1">
|
||||||
|
<h1 style="margin-top:80px">Katze001</h1>
|
||||||
|
|
||||||
|
<p><strong><span id="tracktime"></span></strong><span id="katze001"></span></strong> <br />
|
||||||
|
Style: <strong>Electronic</strong>
|
||||||
|
</p>
|
||||||
|
<script type="text/javascript">
|
||||||
|
var katze001timestamp = 116;
|
||||||
|
var katze001hours = Math.floor(katze001timestamp / 60 / 60);
|
||||||
|
var katze001minutes = Math.floor(katze001timestamp / 60) - (katze001hours * 60);
|
||||||
|
var katze001seconds = katze001timestamp % 60;
|
||||||
|
var katze001formatted = katze001hours.toString().padStart(2, '0') + ':' + katze001minutes.toString().padStart(2, '0') + ':' + katze001seconds.toString().padStart(2, '0');
|
||||||
|
var theSpan = document.getElementById("katze001");
|
||||||
|
theSpan.innerHTML = katze001formatted;
|
||||||
|
</script>
|
||||||
|
|
||||||
|
|
||||||
|
<ul class="actions stacked">
|
||||||
|
<li><button id="mu_pause" class="smooth-scroll-middle button icon solid fa-play">Play dat!</button></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="image">
|
||||||
|
<img src="https://media.basspistol.com/panix/katze/1-katze001.jpeg" alt="1 Katze001 logo" id="coverart" />
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
|
||||||
|
|
||||||
|
<!-- Page navigation -->
|
||||||
|
<section class="wrapper style1 align-center">
|
||||||
|
<div class="inner">
|
||||||
|
<div class="index align-left">
|
||||||
|
<!-- Author -->
|
||||||
|
<section class="streambox" style="margin-top:40px;padding: 40px;">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<h3 style="text-align: center;display: block;">This track can't be bought</h3>
|
||||||
|
<p>But other tracks are available here:</p>
|
||||||
|
|
||||||
|
|
||||||
|
<div class="streamer">
|
||||||
|
|
||||||
|
|
||||||
|
<a onclick="_paq.push(['trackEvent', 'StoreLink', 'Bandcamp']);" target="_blank" rel="noopener" href="https://panixheavyindustries.bandcamp.com" alt="Stream from Bandcamp" title="Stream from Bandcamp" class="button icon brands fa-bandcamp">Bandcamp</a>
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</section>
|
||||||
|
<section>
|
||||||
|
<!-- Content -->
|
||||||
|
<div class="content">
|
||||||
|
<!-- post Naviation -->
|
||||||
|
<div style="text-align: center;">
|
||||||
|
<h3>Play more songs grom this release</h3>
|
||||||
|
</div>
|
||||||
|
<div class="post-nav">
|
||||||
|
<div>
|
||||||
|
|
||||||
|
<h4><a href="../../../albums/katze/5-how-much-/" alt="Read How Much?" title="Read How Much?"><i class="fas fa-arrow-left"></i></a> <a
|
||||||
|
href="../../../albums/katze/5-how-much-/"> How Much?</a>
|
||||||
|
</h4>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
<div class="post-nav-next">
|
||||||
|
|
||||||
|
<h4><a href="../../../albums/katze/2-katze002/"> Katze002</a> <a
|
||||||
|
href="../../../albums/katze/2-katze002/" alt="Read Katze002" title="Read Katze002"><i class="fas fa-arrow-right"></i></a></h4>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<!-- End Post Navigation -->
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
<!-- Audio player-->
|
||||||
|
<audio autoplay preload="true" data-matomo-title="Katze001">
|
||||||
|
<source src="https://media.basspistol.com/panix/katze/1-katze001.mp3" type="audio/mpeg" ontimeupdate='updateTrackTime(this);' />
|
||||||
|
<h1>Your browser isn't ready for so much hotness. Use the download-link instead.</h1>.
|
||||||
|
</audio>
|
||||||
|
<!-- Footer -->
|
||||||
|
<footer id="footer" class="wrapper style1 align-center">
|
||||||
|
<div class="footflex">
|
||||||
|
<div>
|
||||||
|
<h4>pax:nion</h4>
|
||||||
|
<p>PHI, Panix Heavy Industries
|
||||||
|
<br /><a href="mailto:"></a></p>
|
||||||
|
</div>
|
||||||
|
<div>
|
||||||
|
<ul>
|
||||||
|
<li><a href="#top" class="smooth-scroll-middle">Back to top</a></li>
|
||||||
|
<li><a href="/#album0" class="smooth-scroll-middle">music</a></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<div><img src="/assets/panix-logo-dark.svg" style="max-width:300px" alt="pax:nion Logo" /></div>
|
||||||
|
</div>
|
||||||
|
<div class="inner">
|
||||||
|
<ul class="icons">
|
||||||
|
|
||||||
|
<!-- <li><a href="mailto:" class="icon style2 fa-envelope"><span class="label">Email</span></a></li> -->
|
||||||
|
</ul>
|
||||||
|
<p>©2020 Basspistol | <a href="../../../webcreds/">Credits</a> | <a href="../../../cookies/">Cookies & Privacy</a></p>
|
||||||
|
</div>
|
||||||
|
</footer>
|
||||||
|
|
||||||
|
|
||||||
|
<script type="text/javascript">
|
||||||
|
function loadUrl(newLocation) {
|
||||||
|
window.location = newLocation;
|
||||||
|
return false;
|
||||||
|
}
|
||||||
|
|
||||||
|
var mu = document.getElementsByTagName("audio")[0];
|
||||||
|
var pauseButton = document.getElementById("mu_pause");
|
||||||
|
var spincover = document.getElementById("coverart");
|
||||||
|
|
||||||
|
mu.addEventListener('ended', function () {
|
||||||
|
// only functional if "loop" is removed
|
||||||
|
mu.pause();
|
||||||
|
mu.currentTime = 0;
|
||||||
|
loadUrl("../../../katze/2-katze002/"); return false;
|
||||||
|
});
|
||||||
|
mu.onplaying = function() {
|
||||||
|
pauseButton.innerHTML = "Pause";
|
||||||
|
pauseButton.classList.remove("fa-play");
|
||||||
|
pauseButton.classList.add("fa-pause");
|
||||||
|
spincover.classList.add("spinnit");
|
||||||
|
spincover.classList.remove("paused");
|
||||||
|
};
|
||||||
|
|
||||||
|
pauseButton.addEventListener("click", function () {
|
||||||
|
if (mu.paused) {
|
||||||
|
mu.play();
|
||||||
|
|
||||||
|
}
|
||||||
|
else {
|
||||||
|
mu.pause();
|
||||||
|
pauseButton.innerHTML = "Resume";
|
||||||
|
pauseButton.classList.add("fa-play");
|
||||||
|
pauseButton.classList.remove("fa-pause");
|
||||||
|
spincover.classList.add("paused");
|
||||||
|
}
|
||||||
|
});
|
||||||
|
|
||||||
|
mu.addEventListener('timeupdate', function () {
|
||||||
|
var timestamp = Math.floor(mu.currentTime);
|
||||||
|
var hours = Math.floor(timestamp / 60 / 60);
|
||||||
|
var minutes = Math.floor(timestamp / 60) - (hours * 60);
|
||||||
|
var seconds = timestamp % 60;
|
||||||
|
var formatted = hours.toString().padStart(2, '0') + ':' + minutes.toString().padStart(2, '0') + ':' + seconds.toString().padStart(2, '0');
|
||||||
|
var thecurrentSpan = document.getElementById("tracktime");
|
||||||
|
thecurrentSpan.innerHTML = formatted + ' / ';
|
||||||
|
});
|
||||||
|
|
||||||
|
</script>
|
||||||
|
</div>
|
||||||
|
<!-- Navigation -->
|
||||||
|
<div id="logo" class="logo">
|
||||||
|
<a href="/" class="smooth-scroll-middle"><img width="200em" src="/assets/panix-logo.svg" alt=" Logo" /></a>
|
||||||
|
<a href="#navbar" onclick="blurBody()" alt="Navigation Menu" title="Navigation Menu"><span style="font-size: 34px;" class="icon solid fa-bars"></span></a>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div id="navbar" style="display: block;" class="modalDialog">
|
||||||
|
<a href="#close" onclick="removeBlur()" alt="Close Menu" title="Close Menu"><div id="closearea"> </div></a>
|
||||||
|
<nav>
|
||||||
|
<a href="#close" title="Close" onclick="removeBlur()" class="close-button close" style="margin: 0 auto;">X</a>
|
||||||
|
<ul>
|
||||||
|
|
||||||
|
|
||||||
|
<li><a href="../../../" class="button small">Home</a></li>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<li><a href="../../../releases/" class="button small">Releases</a></li>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<li><a href="../../../logs/" class="button small">Web-Log</a></li>
|
||||||
|
|
||||||
|
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
</nav>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
<!-- End Navigation -->
|
||||||
|
<!-- Scripts -->
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<script src="../../../assets/js/jquery.min.js"></script>
|
||||||
|
<script src="../../../assets/js/jquery.scrollex.min.js"></script>
|
||||||
|
<script src="../../../assets/js/jquery.scrolly.min.js"></script>
|
||||||
|
<script src="../../../assets/js/browser.min.js"></script>
|
||||||
|
<script src="../../../assets/js/breakpoints.min.js"></script>
|
||||||
|
<script src="../../../assets/js/util.js"></script>
|
||||||
|
<script src="../../../assets/js/main.js"></script>
|
||||||
|
<script src="../../../assets/js/set.js"></script>
|
||||||
|
|
||||||
|
|
||||||
|
<div id="cookie-notice">
|
||||||
|
<p>We only use cookies if you consent to it. They don't contain any identifiable info: they just let us know if you enjoyed this enough to come back. <br />Click <a href="#" id="cookie-notice-decline">here</a> if you want this shit to go away without cookies. <br />Read more about how Basspistol <a href="/cookies/">use cookies</a> </p>
|
||||||
|
<a class="button small yes" href="#" id="cookie-notice-accept">I'm in!</a>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<script>
|
||||||
|
function createCookie(name, value, days) {
|
||||||
|
var expires = "";
|
||||||
|
if (days) {
|
||||||
|
var date = new Date();
|
||||||
|
date.setTime(date.getTime() + (days * 24 * 60 * 60 * 1000));
|
||||||
|
expires = "; expires=" + date.toUTCString();
|
||||||
|
}
|
||||||
|
document.cookie = name + "=" + value + expires + "; path=/";
|
||||||
|
}
|
||||||
|
function readCookie(name) {
|
||||||
|
var nameEQ = name + "=";
|
||||||
|
var ca = document.cookie.split(';');
|
||||||
|
for (var i = 0; i < ca.length; i++) {
|
||||||
|
var c = ca[i];
|
||||||
|
while (c.charAt(0) == ' ') c = c.substring(1, c.length);
|
||||||
|
if (c.indexOf(nameEQ) == 0) return c.substring(nameEQ.length, c.length);
|
||||||
|
}
|
||||||
|
return null;
|
||||||
|
}
|
||||||
|
function eraseCookie(name) {
|
||||||
|
createCookie(name, "", -1);
|
||||||
|
}
|
||||||
|
|
||||||
|
if (readCookie('cookie-notice-dismissed') == 'wantCookies') {
|
||||||
|
|
||||||
|
//* Matomo Tag Manager *//
|
||||||
|
|
||||||
|
var _mtm = _mtm || [];
|
||||||
|
_mtm.push({'mtm.startTime': (new Date().getTime()), 'event': 'mtm.Start'});
|
||||||
|
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
|
||||||
|
g.type='text/javascript'; g.async=true; g.defer=true; g.src='https://cdn.matomo.cloud/terminalnetwork.matomo.cloud/container_aJ0T3vZ5.js'; s.parentNode.insertBefore(g,s);
|
||||||
|
|
||||||
|
//* End Matomo Tag Manager *//
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
} else {
|
||||||
|
document.getElementById('cookie-notice').style.display = 'flex';
|
||||||
|
|
||||||
|
var _paq = window._paq || [];
|
||||||
|
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */
|
||||||
|
_paq.push(["setDocumentTitle", document.domain + "/" + document.title]);
|
||||||
|
_paq.push(["disableCookies"]);
|
||||||
|
_paq.push(['trackPageView']);
|
||||||
|
_paq.push(['enableLinkTracking']);
|
||||||
|
(function() {
|
||||||
|
var u="https://terminalnetwork.matomo.cloud/";
|
||||||
|
_paq.push(['setTrackerUrl', u+'matomo.php']);
|
||||||
|
_paq.push(['setSiteId', '14']);
|
||||||
|
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
|
||||||
|
g.type='text/javascript'; g.async=true; g.defer=true; g.src='//cdn.matomo.cloud/terminalnetwork.matomo.cloud/matomo.js'; s.parentNode.insertBefore(g,s);
|
||||||
|
})();
|
||||||
|
|
||||||
|
|
||||||
|
}
|
||||||
|
if (readCookie('cookie-notice-dismissed') == 'dontWantCookies') {
|
||||||
|
document.getElementById('cookie-notice').style.display = 'none';
|
||||||
|
|
||||||
|
var _paq = window._paq || [];
|
||||||
|
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */
|
||||||
|
_paq.push(["setDocumentTitle", document.domain + "/" + document.title]);
|
||||||
|
_paq.push(["disableCookies"]);
|
||||||
|
_paq.push(['trackPageView']);
|
||||||
|
_paq.push(['enableLinkTracking']);
|
||||||
|
(function() {
|
||||||
|
var u="https://terminalnetwork.matomo.cloud/";
|
||||||
|
_paq.push(['setTrackerUrl', u+'matomo.php']);
|
||||||
|
_paq.push(['setSiteId', '14']);
|
||||||
|
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
|
||||||
|
g.type='text/javascript'; g.async=true; g.defer=true; g.src='//cdn.matomo.cloud/terminalnetwork.matomo.cloud/matomo.js'; s.parentNode.insertBefore(g,s);
|
||||||
|
})();
|
||||||
|
|
||||||
|
}
|
||||||
|
document.getElementById('cookie-notice-accept').addEventListener("click", function () {
|
||||||
|
createCookie('cookie-notice-dismissed', 'wantCookies', 31);
|
||||||
|
document.getElementById('cookie-notice').style.display = 'none';
|
||||||
|
_paq.push(['trackEvent', 'Consent', 'wantCookie']);
|
||||||
|
location.reload();
|
||||||
|
});
|
||||||
|
|
||||||
|
document.getElementById('cookie-notice-decline').addEventListener("click", function () {
|
||||||
|
createCookie('cookie-notice-dismissed', 'dontWantCookies', 31);
|
||||||
|
document.getElementById('cookie-notice').style.display = 'none';
|
||||||
|
_paq.push(['trackEvent', 'Consent', 'dontWantCookie']);
|
||||||
|
location.reload();
|
||||||
|
});
|
||||||
|
|
||||||
|
// document.getElementById('cookie-notice-gimme').addEventListener("click", function () {
|
||||||
|
// createCookie('cookie-notice-dismissed', 'wantCookies', 31);
|
||||||
|
// document.getElementById('cookie-notice').style.display = 'none';
|
||||||
|
// location.reload();
|
||||||
|
// });
|
||||||
|
|
||||||
|
|
||||||
|
</script>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
404
albums/katze/2-katze002/index.html
Normal file
404
albums/katze/2-katze002/index.html
Normal file
|
|
@ -0,0 +1,404 @@
|
||||||
|
<!DOCTYPE html>
|
||||||
|
<!--
|
||||||
|
Based on _Story_ by html5up.net | @ajlkn
|
||||||
|
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
|
||||||
|
Remixed and Jekyllified by Setto
|
||||||
|
-->
|
||||||
|
<html lang="en">
|
||||||
|
<head>
|
||||||
|
<!-- Begin Jekyll SEO tag v2.6.1 -->
|
||||||
|
<meta name="generator" content="Jekyll v4.0.0" />
|
||||||
|
<meta property="og:title" content="2 Katze002" />
|
||||||
|
<meta name="author" content="pax:nion" />
|
||||||
|
<meta property="og:locale" content="en" />
|
||||||
|
<meta name="description" content="PHI, Panix Heavy Industries" />
|
||||||
|
<meta property="og:description" content="PHI, Panix Heavy Industries" />
|
||||||
|
<link rel="canonical" href="https://panix.basspistol.com/albums/katze/2-katze002/" />
|
||||||
|
<meta property="og:url" content="https://panix.basspistol.com/albums/katze/2-katze002/" />
|
||||||
|
<meta property="og:site_name" content="pax:nion" />
|
||||||
|
<meta property="og:type" content="article" />
|
||||||
|
<meta property="article:published_time" content="2020-07-05T18:07:03+00:00" />
|
||||||
|
<script type="application/ld+json">
|
||||||
|
{"description":"PHI, Panix Heavy Industries","@type":"AudioObject","headline":"2 Katze002","dateModified":"2020-07-05T18:07:00+00:00","datePublished":"2020-07-05T18:07:03+00:00","url":"https://panix.basspistol.com/albums/katze/2-katze002/","author":{"@type":"Person","name":"pax:nion"},"publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://panix.basspistol.com/assets/img/setto_icon.png"},"name":"pax:nion"},"@context":"https://schema.org"}</script>
|
||||||
|
<!-- End Jekyll SEO tag -->
|
||||||
|
|
||||||
|
<link type="application/atom+xml" rel="alternate" href="https://panix.basspistol.com/feed.xml" title="" />
|
||||||
|
<!-- BEGIN seo.html -->
|
||||||
|
|
||||||
|
<title>Play Katze002 by Panixonik</title>
|
||||||
|
<meta name="title" content="Play Katze002 by Panixonik" />
|
||||||
|
|
||||||
|
<meta name="dc.date.modified" scheme="ISO8601" content="2020-07-05T18:07:00+00:00" />
|
||||||
|
<meta name="robots" content="index" />
|
||||||
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||||
|
<link rel="canonical" href="https://panix.basspistol.com/albums/katze/2-katze002/" />
|
||||||
|
<link rel="alternate" hreflang="x-default" href="https://panix.basspistol.com/albums/katze/2-katze002/" />
|
||||||
|
<meta name="geo.region" content="BJ-ZO" />
|
||||||
|
<meta name="geo.placename" content="Setto" />
|
||||||
|
<meta name="geo.position" content="7.48777;2.076389" />
|
||||||
|
<meta name="ICBM" content="7.48777, 2.076389" />
|
||||||
|
|
||||||
|
<!-- Dublin Core basic info -->
|
||||||
|
|
||||||
|
<meta name="dcterms.Identifier" content="https://panix.basspistol.com" />
|
||||||
|
<meta name="dcterms.Format" content="text/html" />
|
||||||
|
<meta name="dcterms.Relation" content="pax:nion" />
|
||||||
|
<meta name="dcterms.Publisher" content="pax:nion" />
|
||||||
|
<meta name="dcterms.Type" content="text/html" />
|
||||||
|
<meta name="dcterms.Coverage" content="https://panix.basspistol.com/" />
|
||||||
|
<meta name="dcterms.Rights" content="Copyright ©2020 pax:nion." />
|
||||||
|
|
||||||
|
<meta name="dcterms.Subject" content="Listen and to a track by Panixonik from the release Katze and support your remote artist!" />
|
||||||
|
<meta name="dcterms.Title" content="Katze002 - Panixonik | pax:nion" />
|
||||||
|
|
||||||
|
<meta name="dcterms.Contributor" content="pax:nion" />
|
||||||
|
<meta name="dcterms.Date" content="2020-07-05" />
|
||||||
|
<meta name="dcterms.Description" content="" />
|
||||||
|
|
||||||
|
<!-- Twitter Card -->
|
||||||
|
|
||||||
|
<meta name="twitter:card" content="summary" />
|
||||||
|
<meta name="twitter:site" content="@" />
|
||||||
|
<meta name="twitter:title" content="2 Katze002 | pax:nion" />
|
||||||
|
<meta name="twitter:description" content="PHI, Panix Heavy Industries" />
|
||||||
|
|
||||||
|
<meta name="twitter:image" content="https://panix.basspistol.com/assets/albums/katze/2-katze002.jpeg" />
|
||||||
|
|
||||||
|
<!-- END seo.html -->
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<meta charset="utf-8" />
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=yes" />
|
||||||
|
<link rel="stylesheet" href="../../../assets/css/main20200519.css" />
|
||||||
|
|
||||||
|
<link rel="apple-touch-icon" href="https://panix.basspistol.com/apple-touch-icon.png" />
|
||||||
|
<link rel="icon" type="image/png" href="https://panix.basspistol.com/touch-icon.png" sizes="192x192" />
|
||||||
|
<link rel="shortcut icon" href="https://panix.basspistol.com/assets/img/setto_icon.png" type="image/png" />
|
||||||
|
<noscript><link rel="stylesheet" href="../../../assets/css/noscript20200518-rev1.css" /></noscript>
|
||||||
|
</head>
|
||||||
|
|
||||||
|
<body class="is-preload" id="body">
|
||||||
|
<span id="top" style="display: none;"></span>
|
||||||
|
<!-- Wrapper -->
|
||||||
|
<div id="wrapper" class="divided" data-cms-content-wrapper="/_layouts/default.html">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<!-- Banner -->
|
||||||
|
<section
|
||||||
|
class="banner onload-image-fade-in onload-content-fade-right style3 fullscreen content-align-center image-position-center" style="background-image:url('https://media.basspistol.com/panix/katze/2-katze002.jpeg');background-size: cover; background-repeat: no-repeat;">
|
||||||
|
<div style="z-index:0;position:absolute; top:0; left:0; width:100%;height:100%;background-color: rgba(13, 13 ,13, 0.85);"></div>
|
||||||
|
<div class="content" style="z-index:1">
|
||||||
|
<h1 style="margin-top:80px">Katze002</h1>
|
||||||
|
|
||||||
|
<p><strong><span id="tracktime"></span></strong><span id="katze002"></span></strong> <br />
|
||||||
|
Style: <strong>Electronic</strong>
|
||||||
|
</p>
|
||||||
|
<script type="text/javascript">
|
||||||
|
var katze002timestamp = 46;
|
||||||
|
var katze002hours = Math.floor(katze002timestamp / 60 / 60);
|
||||||
|
var katze002minutes = Math.floor(katze002timestamp / 60) - (katze002hours * 60);
|
||||||
|
var katze002seconds = katze002timestamp % 60;
|
||||||
|
var katze002formatted = katze002hours.toString().padStart(2, '0') + ':' + katze002minutes.toString().padStart(2, '0') + ':' + katze002seconds.toString().padStart(2, '0');
|
||||||
|
var theSpan = document.getElementById("katze002");
|
||||||
|
theSpan.innerHTML = katze002formatted;
|
||||||
|
</script>
|
||||||
|
|
||||||
|
|
||||||
|
<ul class="actions stacked">
|
||||||
|
<li><button id="mu_pause" class="smooth-scroll-middle button icon solid fa-play">Play dat!</button></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="image">
|
||||||
|
<img src="https://media.basspistol.com/panix/katze/2-katze002.jpeg" alt="2 Katze002 logo" id="coverart" />
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
|
||||||
|
|
||||||
|
<!-- Page navigation -->
|
||||||
|
<section class="wrapper style1 align-center">
|
||||||
|
<div class="inner">
|
||||||
|
<div class="index align-left">
|
||||||
|
<!-- Author -->
|
||||||
|
<section class="streambox" style="margin-top:40px;padding: 40px;">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<h3 style="text-align: center;display: block;">This track can't be bought</h3>
|
||||||
|
<p>But other tracks are available here:</p>
|
||||||
|
|
||||||
|
|
||||||
|
<div class="streamer">
|
||||||
|
|
||||||
|
|
||||||
|
<a onclick="_paq.push(['trackEvent', 'StoreLink', 'Bandcamp']);" target="_blank" rel="noopener" href="https://panixheavyindustries.bandcamp.com" alt="Stream from Bandcamp" title="Stream from Bandcamp" class="button icon brands fa-bandcamp">Bandcamp</a>
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</section>
|
||||||
|
<section>
|
||||||
|
<!-- Content -->
|
||||||
|
<div class="content">
|
||||||
|
<!-- post Naviation -->
|
||||||
|
<div style="text-align: center;">
|
||||||
|
<h3>Play more songs grom this release</h3>
|
||||||
|
</div>
|
||||||
|
<div class="post-nav">
|
||||||
|
<div>
|
||||||
|
|
||||||
|
<h4><a href="../../../albums/katze/1-katze001/" alt="Read Katze001" title="Read Katze001"><i class="fas fa-arrow-left"></i></a> <a
|
||||||
|
href="../../../albums/katze/1-katze001/"> Katze001</a>
|
||||||
|
</h4>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
<div class="post-nav-next">
|
||||||
|
|
||||||
|
<h4><a href="../../../albums/katze/3-katze003/"> Katze003</a> <a
|
||||||
|
href="../../../albums/katze/3-katze003/" alt="Read Katze003" title="Read Katze003"><i class="fas fa-arrow-right"></i></a></h4>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<!-- End Post Navigation -->
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
<!-- Audio player-->
|
||||||
|
<audio autoplay preload="true" data-matomo-title="Katze002">
|
||||||
|
<source src="https://media.basspistol.com/panix/katze/2-katze002.mp3" type="audio/mpeg" ontimeupdate='updateTrackTime(this);' />
|
||||||
|
<h1>Your browser isn't ready for so much hotness. Use the download-link instead.</h1>.
|
||||||
|
</audio>
|
||||||
|
<!-- Footer -->
|
||||||
|
<footer id="footer" class="wrapper style1 align-center">
|
||||||
|
<div class="footflex">
|
||||||
|
<div>
|
||||||
|
<h4>pax:nion</h4>
|
||||||
|
<p>PHI, Panix Heavy Industries
|
||||||
|
<br /><a href="mailto:"></a></p>
|
||||||
|
</div>
|
||||||
|
<div>
|
||||||
|
<ul>
|
||||||
|
<li><a href="#top" class="smooth-scroll-middle">Back to top</a></li>
|
||||||
|
<li><a href="/#album0" class="smooth-scroll-middle">music</a></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<div><img src="/assets/panix-logo-dark.svg" style="max-width:300px" alt="pax:nion Logo" /></div>
|
||||||
|
</div>
|
||||||
|
<div class="inner">
|
||||||
|
<ul class="icons">
|
||||||
|
|
||||||
|
<!-- <li><a href="mailto:" class="icon style2 fa-envelope"><span class="label">Email</span></a></li> -->
|
||||||
|
</ul>
|
||||||
|
<p>©2020 Basspistol | <a href="../../../webcreds/">Credits</a> | <a href="../../../cookies/">Cookies & Privacy</a></p>
|
||||||
|
</div>
|
||||||
|
</footer>
|
||||||
|
|
||||||
|
|
||||||
|
<script type="text/javascript">
|
||||||
|
function loadUrl(newLocation) {
|
||||||
|
window.location = newLocation;
|
||||||
|
return false;
|
||||||
|
}
|
||||||
|
|
||||||
|
var mu = document.getElementsByTagName("audio")[0];
|
||||||
|
var pauseButton = document.getElementById("mu_pause");
|
||||||
|
var spincover = document.getElementById("coverart");
|
||||||
|
|
||||||
|
mu.addEventListener('ended', function () {
|
||||||
|
// only functional if "loop" is removed
|
||||||
|
mu.pause();
|
||||||
|
mu.currentTime = 0;
|
||||||
|
loadUrl("../../../katze/3-katze003/"); return false;
|
||||||
|
});
|
||||||
|
mu.onplaying = function() {
|
||||||
|
pauseButton.innerHTML = "Pause";
|
||||||
|
pauseButton.classList.remove("fa-play");
|
||||||
|
pauseButton.classList.add("fa-pause");
|
||||||
|
spincover.classList.add("spinnit");
|
||||||
|
spincover.classList.remove("paused");
|
||||||
|
};
|
||||||
|
|
||||||
|
pauseButton.addEventListener("click", function () {
|
||||||
|
if (mu.paused) {
|
||||||
|
mu.play();
|
||||||
|
|
||||||
|
}
|
||||||
|
else {
|
||||||
|
mu.pause();
|
||||||
|
pauseButton.innerHTML = "Resume";
|
||||||
|
pauseButton.classList.add("fa-play");
|
||||||
|
pauseButton.classList.remove("fa-pause");
|
||||||
|
spincover.classList.add("paused");
|
||||||
|
}
|
||||||
|
});
|
||||||
|
|
||||||
|
mu.addEventListener('timeupdate', function () {
|
||||||
|
var timestamp = Math.floor(mu.currentTime);
|
||||||
|
var hours = Math.floor(timestamp / 60 / 60);
|
||||||
|
var minutes = Math.floor(timestamp / 60) - (hours * 60);
|
||||||
|
var seconds = timestamp % 60;
|
||||||
|
var formatted = hours.toString().padStart(2, '0') + ':' + minutes.toString().padStart(2, '0') + ':' + seconds.toString().padStart(2, '0');
|
||||||
|
var thecurrentSpan = document.getElementById("tracktime");
|
||||||
|
thecurrentSpan.innerHTML = formatted + ' / ';
|
||||||
|
});
|
||||||
|
|
||||||
|
</script>
|
||||||
|
</div>
|
||||||
|
<!-- Navigation -->
|
||||||
|
<div id="logo" class="logo">
|
||||||
|
<a href="/" class="smooth-scroll-middle"><img width="200em" src="/assets/panix-logo.svg" alt=" Logo" /></a>
|
||||||
|
<a href="#navbar" onclick="blurBody()" alt="Navigation Menu" title="Navigation Menu"><span style="font-size: 34px;" class="icon solid fa-bars"></span></a>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div id="navbar" style="display: block;" class="modalDialog">
|
||||||
|
<a href="#close" onclick="removeBlur()" alt="Close Menu" title="Close Menu"><div id="closearea"> </div></a>
|
||||||
|
<nav>
|
||||||
|
<a href="#close" title="Close" onclick="removeBlur()" class="close-button close" style="margin: 0 auto;">X</a>
|
||||||
|
<ul>
|
||||||
|
|
||||||
|
|
||||||
|
<li><a href="../../../" class="button small">Home</a></li>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<li><a href="../../../releases/" class="button small">Releases</a></li>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<li><a href="../../../logs/" class="button small">Web-Log</a></li>
|
||||||
|
|
||||||
|
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
</nav>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
<!-- End Navigation -->
|
||||||
|
<!-- Scripts -->
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<script src="../../../assets/js/jquery.min.js"></script>
|
||||||
|
<script src="../../../assets/js/jquery.scrollex.min.js"></script>
|
||||||
|
<script src="../../../assets/js/jquery.scrolly.min.js"></script>
|
||||||
|
<script src="../../../assets/js/browser.min.js"></script>
|
||||||
|
<script src="../../../assets/js/breakpoints.min.js"></script>
|
||||||
|
<script src="../../../assets/js/util.js"></script>
|
||||||
|
<script src="../../../assets/js/main.js"></script>
|
||||||
|
<script src="../../../assets/js/set.js"></script>
|
||||||
|
|
||||||
|
|
||||||
|
<div id="cookie-notice">
|
||||||
|
<p>We only use cookies if you consent to it. They don't contain any identifiable info: they just let us know if you enjoyed this enough to come back. <br />Click <a href="#" id="cookie-notice-decline">here</a> if you want this shit to go away without cookies. <br />Read more about how Basspistol <a href="/cookies/">use cookies</a> </p>
|
||||||
|
<a class="button small yes" href="#" id="cookie-notice-accept">I'm in!</a>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<script>
|
||||||
|
function createCookie(name, value, days) {
|
||||||
|
var expires = "";
|
||||||
|
if (days) {
|
||||||
|
var date = new Date();
|
||||||
|
date.setTime(date.getTime() + (days * 24 * 60 * 60 * 1000));
|
||||||
|
expires = "; expires=" + date.toUTCString();
|
||||||
|
}
|
||||||
|
document.cookie = name + "=" + value + expires + "; path=/";
|
||||||
|
}
|
||||||
|
function readCookie(name) {
|
||||||
|
var nameEQ = name + "=";
|
||||||
|
var ca = document.cookie.split(';');
|
||||||
|
for (var i = 0; i < ca.length; i++) {
|
||||||
|
var c = ca[i];
|
||||||
|
while (c.charAt(0) == ' ') c = c.substring(1, c.length);
|
||||||
|
if (c.indexOf(nameEQ) == 0) return c.substring(nameEQ.length, c.length);
|
||||||
|
}
|
||||||
|
return null;
|
||||||
|
}
|
||||||
|
function eraseCookie(name) {
|
||||||
|
createCookie(name, "", -1);
|
||||||
|
}
|
||||||
|
|
||||||
|
if (readCookie('cookie-notice-dismissed') == 'wantCookies') {
|
||||||
|
|
||||||
|
//* Matomo Tag Manager *//
|
||||||
|
|
||||||
|
var _mtm = _mtm || [];
|
||||||
|
_mtm.push({'mtm.startTime': (new Date().getTime()), 'event': 'mtm.Start'});
|
||||||
|
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
|
||||||
|
g.type='text/javascript'; g.async=true; g.defer=true; g.src='https://cdn.matomo.cloud/terminalnetwork.matomo.cloud/container_aJ0T3vZ5.js'; s.parentNode.insertBefore(g,s);
|
||||||
|
|
||||||
|
//* End Matomo Tag Manager *//
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
} else {
|
||||||
|
document.getElementById('cookie-notice').style.display = 'flex';
|
||||||
|
|
||||||
|
var _paq = window._paq || [];
|
||||||
|
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */
|
||||||
|
_paq.push(["setDocumentTitle", document.domain + "/" + document.title]);
|
||||||
|
_paq.push(["disableCookies"]);
|
||||||
|
_paq.push(['trackPageView']);
|
||||||
|
_paq.push(['enableLinkTracking']);
|
||||||
|
(function() {
|
||||||
|
var u="https://terminalnetwork.matomo.cloud/";
|
||||||
|
_paq.push(['setTrackerUrl', u+'matomo.php']);
|
||||||
|
_paq.push(['setSiteId', '14']);
|
||||||
|
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
|
||||||
|
g.type='text/javascript'; g.async=true; g.defer=true; g.src='//cdn.matomo.cloud/terminalnetwork.matomo.cloud/matomo.js'; s.parentNode.insertBefore(g,s);
|
||||||
|
})();
|
||||||
|
|
||||||
|
|
||||||
|
}
|
||||||
|
if (readCookie('cookie-notice-dismissed') == 'dontWantCookies') {
|
||||||
|
document.getElementById('cookie-notice').style.display = 'none';
|
||||||
|
|
||||||
|
var _paq = window._paq || [];
|
||||||
|
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */
|
||||||
|
_paq.push(["setDocumentTitle", document.domain + "/" + document.title]);
|
||||||
|
_paq.push(["disableCookies"]);
|
||||||
|
_paq.push(['trackPageView']);
|
||||||
|
_paq.push(['enableLinkTracking']);
|
||||||
|
(function() {
|
||||||
|
var u="https://terminalnetwork.matomo.cloud/";
|
||||||
|
_paq.push(['setTrackerUrl', u+'matomo.php']);
|
||||||
|
_paq.push(['setSiteId', '14']);
|
||||||
|
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
|
||||||
|
g.type='text/javascript'; g.async=true; g.defer=true; g.src='//cdn.matomo.cloud/terminalnetwork.matomo.cloud/matomo.js'; s.parentNode.insertBefore(g,s);
|
||||||
|
})();
|
||||||
|
|
||||||
|
}
|
||||||
|
document.getElementById('cookie-notice-accept').addEventListener("click", function () {
|
||||||
|
createCookie('cookie-notice-dismissed', 'wantCookies', 31);
|
||||||
|
document.getElementById('cookie-notice').style.display = 'none';
|
||||||
|
_paq.push(['trackEvent', 'Consent', 'wantCookie']);
|
||||||
|
location.reload();
|
||||||
|
});
|
||||||
|
|
||||||
|
document.getElementById('cookie-notice-decline').addEventListener("click", function () {
|
||||||
|
createCookie('cookie-notice-dismissed', 'dontWantCookies', 31);
|
||||||
|
document.getElementById('cookie-notice').style.display = 'none';
|
||||||
|
_paq.push(['trackEvent', 'Consent', 'dontWantCookie']);
|
||||||
|
location.reload();
|
||||||
|
});
|
||||||
|
|
||||||
|
// document.getElementById('cookie-notice-gimme').addEventListener("click", function () {
|
||||||
|
// createCookie('cookie-notice-dismissed', 'wantCookies', 31);
|
||||||
|
// document.getElementById('cookie-notice').style.display = 'none';
|
||||||
|
// location.reload();
|
||||||
|
// });
|
||||||
|
|
||||||
|
|
||||||
|
</script>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
404
albums/katze/3-katze003/index.html
Normal file
404
albums/katze/3-katze003/index.html
Normal file
|
|
@ -0,0 +1,404 @@
|
||||||
|
<!DOCTYPE html>
|
||||||
|
<!--
|
||||||
|
Based on _Story_ by html5up.net | @ajlkn
|
||||||
|
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
|
||||||
|
Remixed and Jekyllified by Setto
|
||||||
|
-->
|
||||||
|
<html lang="en">
|
||||||
|
<head>
|
||||||
|
<!-- Begin Jekyll SEO tag v2.6.1 -->
|
||||||
|
<meta name="generator" content="Jekyll v4.0.0" />
|
||||||
|
<meta property="og:title" content="3 Katze003" />
|
||||||
|
<meta name="author" content="pax:nion" />
|
||||||
|
<meta property="og:locale" content="en" />
|
||||||
|
<meta name="description" content="PHI, Panix Heavy Industries" />
|
||||||
|
<meta property="og:description" content="PHI, Panix Heavy Industries" />
|
||||||
|
<link rel="canonical" href="https://panix.basspistol.com/albums/katze/3-katze003/" />
|
||||||
|
<meta property="og:url" content="https://panix.basspistol.com/albums/katze/3-katze003/" />
|
||||||
|
<meta property="og:site_name" content="pax:nion" />
|
||||||
|
<meta property="og:type" content="article" />
|
||||||
|
<meta property="article:published_time" content="2020-07-05T18:07:03+00:00" />
|
||||||
|
<script type="application/ld+json">
|
||||||
|
{"description":"PHI, Panix Heavy Industries","@type":"AudioObject","headline":"3 Katze003","dateModified":"2020-07-05T18:07:00+00:00","datePublished":"2020-07-05T18:07:03+00:00","url":"https://panix.basspistol.com/albums/katze/3-katze003/","author":{"@type":"Person","name":"pax:nion"},"publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://panix.basspistol.com/assets/img/setto_icon.png"},"name":"pax:nion"},"@context":"https://schema.org"}</script>
|
||||||
|
<!-- End Jekyll SEO tag -->
|
||||||
|
|
||||||
|
<link type="application/atom+xml" rel="alternate" href="https://panix.basspistol.com/feed.xml" title="" />
|
||||||
|
<!-- BEGIN seo.html -->
|
||||||
|
|
||||||
|
<title>Play Katze003 by Panixonik</title>
|
||||||
|
<meta name="title" content="Play Katze003 by Panixonik" />
|
||||||
|
|
||||||
|
<meta name="dc.date.modified" scheme="ISO8601" content="2020-07-05T18:07:00+00:00" />
|
||||||
|
<meta name="robots" content="index" />
|
||||||
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||||
|
<link rel="canonical" href="https://panix.basspistol.com/albums/katze/3-katze003/" />
|
||||||
|
<link rel="alternate" hreflang="x-default" href="https://panix.basspistol.com/albums/katze/3-katze003/" />
|
||||||
|
<meta name="geo.region" content="BJ-ZO" />
|
||||||
|
<meta name="geo.placename" content="Setto" />
|
||||||
|
<meta name="geo.position" content="7.48777;2.076389" />
|
||||||
|
<meta name="ICBM" content="7.48777, 2.076389" />
|
||||||
|
|
||||||
|
<!-- Dublin Core basic info -->
|
||||||
|
|
||||||
|
<meta name="dcterms.Identifier" content="https://panix.basspistol.com" />
|
||||||
|
<meta name="dcterms.Format" content="text/html" />
|
||||||
|
<meta name="dcterms.Relation" content="pax:nion" />
|
||||||
|
<meta name="dcterms.Publisher" content="pax:nion" />
|
||||||
|
<meta name="dcterms.Type" content="text/html" />
|
||||||
|
<meta name="dcterms.Coverage" content="https://panix.basspistol.com/" />
|
||||||
|
<meta name="dcterms.Rights" content="Copyright ©2020 pax:nion." />
|
||||||
|
|
||||||
|
<meta name="dcterms.Subject" content="Listen and to a track by Panixonik from the release Katze and support your remote artist!" />
|
||||||
|
<meta name="dcterms.Title" content="Katze003 - Panixonik | pax:nion" />
|
||||||
|
|
||||||
|
<meta name="dcterms.Contributor" content="pax:nion" />
|
||||||
|
<meta name="dcterms.Date" content="2020-07-05" />
|
||||||
|
<meta name="dcterms.Description" content="" />
|
||||||
|
|
||||||
|
<!-- Twitter Card -->
|
||||||
|
|
||||||
|
<meta name="twitter:card" content="summary" />
|
||||||
|
<meta name="twitter:site" content="@" />
|
||||||
|
<meta name="twitter:title" content="3 Katze003 | pax:nion" />
|
||||||
|
<meta name="twitter:description" content="PHI, Panix Heavy Industries" />
|
||||||
|
|
||||||
|
<meta name="twitter:image" content="https://panix.basspistol.com/assets/albums/katze/3-katze003.jpeg" />
|
||||||
|
|
||||||
|
<!-- END seo.html -->
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<meta charset="utf-8" />
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=yes" />
|
||||||
|
<link rel="stylesheet" href="../../../assets/css/main20200519.css" />
|
||||||
|
|
||||||
|
<link rel="apple-touch-icon" href="https://panix.basspistol.com/apple-touch-icon.png" />
|
||||||
|
<link rel="icon" type="image/png" href="https://panix.basspistol.com/touch-icon.png" sizes="192x192" />
|
||||||
|
<link rel="shortcut icon" href="https://panix.basspistol.com/assets/img/setto_icon.png" type="image/png" />
|
||||||
|
<noscript><link rel="stylesheet" href="../../../assets/css/noscript20200518-rev1.css" /></noscript>
|
||||||
|
</head>
|
||||||
|
|
||||||
|
<body class="is-preload" id="body">
|
||||||
|
<span id="top" style="display: none;"></span>
|
||||||
|
<!-- Wrapper -->
|
||||||
|
<div id="wrapper" class="divided" data-cms-content-wrapper="/_layouts/default.html">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<!-- Banner -->
|
||||||
|
<section
|
||||||
|
class="banner onload-image-fade-in onload-content-fade-right style3 fullscreen content-align-center image-position-center" style="background-image:url('https://media.basspistol.com/panix/katze/3-katze003.jpeg');background-size: cover; background-repeat: no-repeat;">
|
||||||
|
<div style="z-index:0;position:absolute; top:0; left:0; width:100%;height:100%;background-color: rgba(13, 13 ,13, 0.85);"></div>
|
||||||
|
<div class="content" style="z-index:1">
|
||||||
|
<h1 style="margin-top:80px">Katze003</h1>
|
||||||
|
|
||||||
|
<p><strong><span id="tracktime"></span></strong><span id="katze003"></span></strong> <br />
|
||||||
|
Style: <strong>Electronic</strong>
|
||||||
|
</p>
|
||||||
|
<script type="text/javascript">
|
||||||
|
var katze003timestamp = 151;
|
||||||
|
var katze003hours = Math.floor(katze003timestamp / 60 / 60);
|
||||||
|
var katze003minutes = Math.floor(katze003timestamp / 60) - (katze003hours * 60);
|
||||||
|
var katze003seconds = katze003timestamp % 60;
|
||||||
|
var katze003formatted = katze003hours.toString().padStart(2, '0') + ':' + katze003minutes.toString().padStart(2, '0') + ':' + katze003seconds.toString().padStart(2, '0');
|
||||||
|
var theSpan = document.getElementById("katze003");
|
||||||
|
theSpan.innerHTML = katze003formatted;
|
||||||
|
</script>
|
||||||
|
|
||||||
|
|
||||||
|
<ul class="actions stacked">
|
||||||
|
<li><button id="mu_pause" class="smooth-scroll-middle button icon solid fa-play">Play dat!</button></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="image">
|
||||||
|
<img src="https://media.basspistol.com/panix/katze/3-katze003.jpeg" alt="3 Katze003 logo" id="coverart" />
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
|
||||||
|
|
||||||
|
<!-- Page navigation -->
|
||||||
|
<section class="wrapper style1 align-center">
|
||||||
|
<div class="inner">
|
||||||
|
<div class="index align-left">
|
||||||
|
<!-- Author -->
|
||||||
|
<section class="streambox" style="margin-top:40px;padding: 40px;">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<h3 style="text-align: center;display: block;">This track can't be bought</h3>
|
||||||
|
<p>But other tracks are available here:</p>
|
||||||
|
|
||||||
|
|
||||||
|
<div class="streamer">
|
||||||
|
|
||||||
|
|
||||||
|
<a onclick="_paq.push(['trackEvent', 'StoreLink', 'Bandcamp']);" target="_blank" rel="noopener" href="https://panixheavyindustries.bandcamp.com" alt="Stream from Bandcamp" title="Stream from Bandcamp" class="button icon brands fa-bandcamp">Bandcamp</a>
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</section>
|
||||||
|
<section>
|
||||||
|
<!-- Content -->
|
||||||
|
<div class="content">
|
||||||
|
<!-- post Naviation -->
|
||||||
|
<div style="text-align: center;">
|
||||||
|
<h3>Play more songs grom this release</h3>
|
||||||
|
</div>
|
||||||
|
<div class="post-nav">
|
||||||
|
<div>
|
||||||
|
|
||||||
|
<h4><a href="../../../albums/katze/2-katze002/" alt="Read Katze002" title="Read Katze002"><i class="fas fa-arrow-left"></i></a> <a
|
||||||
|
href="../../../albums/katze/2-katze002/"> Katze002</a>
|
||||||
|
</h4>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
<div class="post-nav-next">
|
||||||
|
|
||||||
|
<h4><a href="../../../albums/katze/4-katze004/"> Katze004</a> <a
|
||||||
|
href="../../../albums/katze/4-katze004/" alt="Read Katze004" title="Read Katze004"><i class="fas fa-arrow-right"></i></a></h4>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<!-- End Post Navigation -->
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
<!-- Audio player-->
|
||||||
|
<audio autoplay preload="true" data-matomo-title="Katze003">
|
||||||
|
<source src="https://media.basspistol.com/panix/katze/3-katze003.mp3" type="audio/mpeg" ontimeupdate='updateTrackTime(this);' />
|
||||||
|
<h1>Your browser isn't ready for so much hotness. Use the download-link instead.</h1>.
|
||||||
|
</audio>
|
||||||
|
<!-- Footer -->
|
||||||
|
<footer id="footer" class="wrapper style1 align-center">
|
||||||
|
<div class="footflex">
|
||||||
|
<div>
|
||||||
|
<h4>pax:nion</h4>
|
||||||
|
<p>PHI, Panix Heavy Industries
|
||||||
|
<br /><a href="mailto:"></a></p>
|
||||||
|
</div>
|
||||||
|
<div>
|
||||||
|
<ul>
|
||||||
|
<li><a href="#top" class="smooth-scroll-middle">Back to top</a></li>
|
||||||
|
<li><a href="/#album0" class="smooth-scroll-middle">music</a></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<div><img src="/assets/panix-logo-dark.svg" style="max-width:300px" alt="pax:nion Logo" /></div>
|
||||||
|
</div>
|
||||||
|
<div class="inner">
|
||||||
|
<ul class="icons">
|
||||||
|
|
||||||
|
<!-- <li><a href="mailto:" class="icon style2 fa-envelope"><span class="label">Email</span></a></li> -->
|
||||||
|
</ul>
|
||||||
|
<p>©2020 Basspistol | <a href="../../../webcreds/">Credits</a> | <a href="../../../cookies/">Cookies & Privacy</a></p>
|
||||||
|
</div>
|
||||||
|
</footer>
|
||||||
|
|
||||||
|
|
||||||
|
<script type="text/javascript">
|
||||||
|
function loadUrl(newLocation) {
|
||||||
|
window.location = newLocation;
|
||||||
|
return false;
|
||||||
|
}
|
||||||
|
|
||||||
|
var mu = document.getElementsByTagName("audio")[0];
|
||||||
|
var pauseButton = document.getElementById("mu_pause");
|
||||||
|
var spincover = document.getElementById("coverart");
|
||||||
|
|
||||||
|
mu.addEventListener('ended', function () {
|
||||||
|
// only functional if "loop" is removed
|
||||||
|
mu.pause();
|
||||||
|
mu.currentTime = 0;
|
||||||
|
loadUrl("../../../katze/4-katze004/"); return false;
|
||||||
|
});
|
||||||
|
mu.onplaying = function() {
|
||||||
|
pauseButton.innerHTML = "Pause";
|
||||||
|
pauseButton.classList.remove("fa-play");
|
||||||
|
pauseButton.classList.add("fa-pause");
|
||||||
|
spincover.classList.add("spinnit");
|
||||||
|
spincover.classList.remove("paused");
|
||||||
|
};
|
||||||
|
|
||||||
|
pauseButton.addEventListener("click", function () {
|
||||||
|
if (mu.paused) {
|
||||||
|
mu.play();
|
||||||
|
|
||||||
|
}
|
||||||
|
else {
|
||||||
|
mu.pause();
|
||||||
|
pauseButton.innerHTML = "Resume";
|
||||||
|
pauseButton.classList.add("fa-play");
|
||||||
|
pauseButton.classList.remove("fa-pause");
|
||||||
|
spincover.classList.add("paused");
|
||||||
|
}
|
||||||
|
});
|
||||||
|
|
||||||
|
mu.addEventListener('timeupdate', function () {
|
||||||
|
var timestamp = Math.floor(mu.currentTime);
|
||||||
|
var hours = Math.floor(timestamp / 60 / 60);
|
||||||
|
var minutes = Math.floor(timestamp / 60) - (hours * 60);
|
||||||
|
var seconds = timestamp % 60;
|
||||||
|
var formatted = hours.toString().padStart(2, '0') + ':' + minutes.toString().padStart(2, '0') + ':' + seconds.toString().padStart(2, '0');
|
||||||
|
var thecurrentSpan = document.getElementById("tracktime");
|
||||||
|
thecurrentSpan.innerHTML = formatted + ' / ';
|
||||||
|
});
|
||||||
|
|
||||||
|
</script>
|
||||||
|
</div>
|
||||||
|
<!-- Navigation -->
|
||||||
|
<div id="logo" class="logo">
|
||||||
|
<a href="/" class="smooth-scroll-middle"><img width="200em" src="/assets/panix-logo.svg" alt=" Logo" /></a>
|
||||||
|
<a href="#navbar" onclick="blurBody()" alt="Navigation Menu" title="Navigation Menu"><span style="font-size: 34px;" class="icon solid fa-bars"></span></a>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div id="navbar" style="display: block;" class="modalDialog">
|
||||||
|
<a href="#close" onclick="removeBlur()" alt="Close Menu" title="Close Menu"><div id="closearea"> </div></a>
|
||||||
|
<nav>
|
||||||
|
<a href="#close" title="Close" onclick="removeBlur()" class="close-button close" style="margin: 0 auto;">X</a>
|
||||||
|
<ul>
|
||||||
|
|
||||||
|
|
||||||
|
<li><a href="../../../" class="button small">Home</a></li>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<li><a href="../../../releases/" class="button small">Releases</a></li>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<li><a href="../../../logs/" class="button small">Web-Log</a></li>
|
||||||
|
|
||||||
|
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
</nav>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
<!-- End Navigation -->
|
||||||
|
<!-- Scripts -->
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<script src="../../../assets/js/jquery.min.js"></script>
|
||||||
|
<script src="../../../assets/js/jquery.scrollex.min.js"></script>
|
||||||
|
<script src="../../../assets/js/jquery.scrolly.min.js"></script>
|
||||||
|
<script src="../../../assets/js/browser.min.js"></script>
|
||||||
|
<script src="../../../assets/js/breakpoints.min.js"></script>
|
||||||
|
<script src="../../../assets/js/util.js"></script>
|
||||||
|
<script src="../../../assets/js/main.js"></script>
|
||||||
|
<script src="../../../assets/js/set.js"></script>
|
||||||
|
|
||||||
|
|
||||||
|
<div id="cookie-notice">
|
||||||
|
<p>We only use cookies if you consent to it. They don't contain any identifiable info: they just let us know if you enjoyed this enough to come back. <br />Click <a href="#" id="cookie-notice-decline">here</a> if you want this shit to go away without cookies. <br />Read more about how Basspistol <a href="/cookies/">use cookies</a> </p>
|
||||||
|
<a class="button small yes" href="#" id="cookie-notice-accept">I'm in!</a>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<script>
|
||||||
|
function createCookie(name, value, days) {
|
||||||
|
var expires = "";
|
||||||
|
if (days) {
|
||||||
|
var date = new Date();
|
||||||
|
date.setTime(date.getTime() + (days * 24 * 60 * 60 * 1000));
|
||||||
|
expires = "; expires=" + date.toUTCString();
|
||||||
|
}
|
||||||
|
document.cookie = name + "=" + value + expires + "; path=/";
|
||||||
|
}
|
||||||
|
function readCookie(name) {
|
||||||
|
var nameEQ = name + "=";
|
||||||
|
var ca = document.cookie.split(';');
|
||||||
|
for (var i = 0; i < ca.length; i++) {
|
||||||
|
var c = ca[i];
|
||||||
|
while (c.charAt(0) == ' ') c = c.substring(1, c.length);
|
||||||
|
if (c.indexOf(nameEQ) == 0) return c.substring(nameEQ.length, c.length);
|
||||||
|
}
|
||||||
|
return null;
|
||||||
|
}
|
||||||
|
function eraseCookie(name) {
|
||||||
|
createCookie(name, "", -1);
|
||||||
|
}
|
||||||
|
|
||||||
|
if (readCookie('cookie-notice-dismissed') == 'wantCookies') {
|
||||||
|
|
||||||
|
//* Matomo Tag Manager *//
|
||||||
|
|
||||||
|
var _mtm = _mtm || [];
|
||||||
|
_mtm.push({'mtm.startTime': (new Date().getTime()), 'event': 'mtm.Start'});
|
||||||
|
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
|
||||||
|
g.type='text/javascript'; g.async=true; g.defer=true; g.src='https://cdn.matomo.cloud/terminalnetwork.matomo.cloud/container_aJ0T3vZ5.js'; s.parentNode.insertBefore(g,s);
|
||||||
|
|
||||||
|
//* End Matomo Tag Manager *//
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
} else {
|
||||||
|
document.getElementById('cookie-notice').style.display = 'flex';
|
||||||
|
|
||||||
|
var _paq = window._paq || [];
|
||||||
|
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */
|
||||||
|
_paq.push(["setDocumentTitle", document.domain + "/" + document.title]);
|
||||||
|
_paq.push(["disableCookies"]);
|
||||||
|
_paq.push(['trackPageView']);
|
||||||
|
_paq.push(['enableLinkTracking']);
|
||||||
|
(function() {
|
||||||
|
var u="https://terminalnetwork.matomo.cloud/";
|
||||||
|
_paq.push(['setTrackerUrl', u+'matomo.php']);
|
||||||
|
_paq.push(['setSiteId', '14']);
|
||||||
|
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
|
||||||
|
g.type='text/javascript'; g.async=true; g.defer=true; g.src='//cdn.matomo.cloud/terminalnetwork.matomo.cloud/matomo.js'; s.parentNode.insertBefore(g,s);
|
||||||
|
})();
|
||||||
|
|
||||||
|
|
||||||
|
}
|
||||||
|
if (readCookie('cookie-notice-dismissed') == 'dontWantCookies') {
|
||||||
|
document.getElementById('cookie-notice').style.display = 'none';
|
||||||
|
|
||||||
|
var _paq = window._paq || [];
|
||||||
|
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */
|
||||||
|
_paq.push(["setDocumentTitle", document.domain + "/" + document.title]);
|
||||||
|
_paq.push(["disableCookies"]);
|
||||||
|
_paq.push(['trackPageView']);
|
||||||
|
_paq.push(['enableLinkTracking']);
|
||||||
|
(function() {
|
||||||
|
var u="https://terminalnetwork.matomo.cloud/";
|
||||||
|
_paq.push(['setTrackerUrl', u+'matomo.php']);
|
||||||
|
_paq.push(['setSiteId', '14']);
|
||||||
|
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
|
||||||
|
g.type='text/javascript'; g.async=true; g.defer=true; g.src='//cdn.matomo.cloud/terminalnetwork.matomo.cloud/matomo.js'; s.parentNode.insertBefore(g,s);
|
||||||
|
})();
|
||||||
|
|
||||||
|
}
|
||||||
|
document.getElementById('cookie-notice-accept').addEventListener("click", function () {
|
||||||
|
createCookie('cookie-notice-dismissed', 'wantCookies', 31);
|
||||||
|
document.getElementById('cookie-notice').style.display = 'none';
|
||||||
|
_paq.push(['trackEvent', 'Consent', 'wantCookie']);
|
||||||
|
location.reload();
|
||||||
|
});
|
||||||
|
|
||||||
|
document.getElementById('cookie-notice-decline').addEventListener("click", function () {
|
||||||
|
createCookie('cookie-notice-dismissed', 'dontWantCookies', 31);
|
||||||
|
document.getElementById('cookie-notice').style.display = 'none';
|
||||||
|
_paq.push(['trackEvent', 'Consent', 'dontWantCookie']);
|
||||||
|
location.reload();
|
||||||
|
});
|
||||||
|
|
||||||
|
// document.getElementById('cookie-notice-gimme').addEventListener("click", function () {
|
||||||
|
// createCookie('cookie-notice-dismissed', 'wantCookies', 31);
|
||||||
|
// document.getElementById('cookie-notice').style.display = 'none';
|
||||||
|
// location.reload();
|
||||||
|
// });
|
||||||
|
|
||||||
|
|
||||||
|
</script>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
404
albums/katze/4-katze004/index.html
Normal file
404
albums/katze/4-katze004/index.html
Normal file
|
|
@ -0,0 +1,404 @@
|
||||||
|
<!DOCTYPE html>
|
||||||
|
<!--
|
||||||
|
Based on _Story_ by html5up.net | @ajlkn
|
||||||
|
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
|
||||||
|
Remixed and Jekyllified by Setto
|
||||||
|
-->
|
||||||
|
<html lang="en">
|
||||||
|
<head>
|
||||||
|
<!-- Begin Jekyll SEO tag v2.6.1 -->
|
||||||
|
<meta name="generator" content="Jekyll v4.0.0" />
|
||||||
|
<meta property="og:title" content="4 Katze004" />
|
||||||
|
<meta name="author" content="pax:nion" />
|
||||||
|
<meta property="og:locale" content="en" />
|
||||||
|
<meta name="description" content="PHI, Panix Heavy Industries" />
|
||||||
|
<meta property="og:description" content="PHI, Panix Heavy Industries" />
|
||||||
|
<link rel="canonical" href="https://panix.basspistol.com/albums/katze/4-katze004/" />
|
||||||
|
<meta property="og:url" content="https://panix.basspistol.com/albums/katze/4-katze004/" />
|
||||||
|
<meta property="og:site_name" content="pax:nion" />
|
||||||
|
<meta property="og:type" content="article" />
|
||||||
|
<meta property="article:published_time" content="2020-07-05T18:07:03+00:00" />
|
||||||
|
<script type="application/ld+json">
|
||||||
|
{"description":"PHI, Panix Heavy Industries","@type":"AudioObject","headline":"4 Katze004","dateModified":"2020-07-05T18:07:00+00:00","datePublished":"2020-07-05T18:07:03+00:00","url":"https://panix.basspistol.com/albums/katze/4-katze004/","author":{"@type":"Person","name":"pax:nion"},"publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://panix.basspistol.com/assets/img/setto_icon.png"},"name":"pax:nion"},"@context":"https://schema.org"}</script>
|
||||||
|
<!-- End Jekyll SEO tag -->
|
||||||
|
|
||||||
|
<link type="application/atom+xml" rel="alternate" href="https://panix.basspistol.com/feed.xml" title="" />
|
||||||
|
<!-- BEGIN seo.html -->
|
||||||
|
|
||||||
|
<title>Play Katze004 by Panixonik</title>
|
||||||
|
<meta name="title" content="Play Katze004 by Panixonik" />
|
||||||
|
|
||||||
|
<meta name="dc.date.modified" scheme="ISO8601" content="2020-07-05T18:07:00+00:00" />
|
||||||
|
<meta name="robots" content="index" />
|
||||||
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||||
|
<link rel="canonical" href="https://panix.basspistol.com/albums/katze/4-katze004/" />
|
||||||
|
<link rel="alternate" hreflang="x-default" href="https://panix.basspistol.com/albums/katze/4-katze004/" />
|
||||||
|
<meta name="geo.region" content="BJ-ZO" />
|
||||||
|
<meta name="geo.placename" content="Setto" />
|
||||||
|
<meta name="geo.position" content="7.48777;2.076389" />
|
||||||
|
<meta name="ICBM" content="7.48777, 2.076389" />
|
||||||
|
|
||||||
|
<!-- Dublin Core basic info -->
|
||||||
|
|
||||||
|
<meta name="dcterms.Identifier" content="https://panix.basspistol.com" />
|
||||||
|
<meta name="dcterms.Format" content="text/html" />
|
||||||
|
<meta name="dcterms.Relation" content="pax:nion" />
|
||||||
|
<meta name="dcterms.Publisher" content="pax:nion" />
|
||||||
|
<meta name="dcterms.Type" content="text/html" />
|
||||||
|
<meta name="dcterms.Coverage" content="https://panix.basspistol.com/" />
|
||||||
|
<meta name="dcterms.Rights" content="Copyright ©2020 pax:nion." />
|
||||||
|
|
||||||
|
<meta name="dcterms.Subject" content="Listen and to a track by Panixonik from the release Katze and support your remote artist!" />
|
||||||
|
<meta name="dcterms.Title" content="Katze004 - Panixonik | pax:nion" />
|
||||||
|
|
||||||
|
<meta name="dcterms.Contributor" content="pax:nion" />
|
||||||
|
<meta name="dcterms.Date" content="2020-07-05" />
|
||||||
|
<meta name="dcterms.Description" content="" />
|
||||||
|
|
||||||
|
<!-- Twitter Card -->
|
||||||
|
|
||||||
|
<meta name="twitter:card" content="summary" />
|
||||||
|
<meta name="twitter:site" content="@" />
|
||||||
|
<meta name="twitter:title" content="4 Katze004 | pax:nion" />
|
||||||
|
<meta name="twitter:description" content="PHI, Panix Heavy Industries" />
|
||||||
|
|
||||||
|
<meta name="twitter:image" content="https://panix.basspistol.com/assets/albums/katze/4-katze004.jpeg" />
|
||||||
|
|
||||||
|
<!-- END seo.html -->
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<meta charset="utf-8" />
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=yes" />
|
||||||
|
<link rel="stylesheet" href="../../../assets/css/main20200519.css" />
|
||||||
|
|
||||||
|
<link rel="apple-touch-icon" href="https://panix.basspistol.com/apple-touch-icon.png" />
|
||||||
|
<link rel="icon" type="image/png" href="https://panix.basspistol.com/touch-icon.png" sizes="192x192" />
|
||||||
|
<link rel="shortcut icon" href="https://panix.basspistol.com/assets/img/setto_icon.png" type="image/png" />
|
||||||
|
<noscript><link rel="stylesheet" href="../../../assets/css/noscript20200518-rev1.css" /></noscript>
|
||||||
|
</head>
|
||||||
|
|
||||||
|
<body class="is-preload" id="body">
|
||||||
|
<span id="top" style="display: none;"></span>
|
||||||
|
<!-- Wrapper -->
|
||||||
|
<div id="wrapper" class="divided" data-cms-content-wrapper="/_layouts/default.html">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<!-- Banner -->
|
||||||
|
<section
|
||||||
|
class="banner onload-image-fade-in onload-content-fade-right style3 fullscreen content-align-center image-position-center" style="background-image:url('https://media.basspistol.com/panix/katze/4-katze004.jpeg');background-size: cover; background-repeat: no-repeat;">
|
||||||
|
<div style="z-index:0;position:absolute; top:0; left:0; width:100%;height:100%;background-color: rgba(13, 13 ,13, 0.85);"></div>
|
||||||
|
<div class="content" style="z-index:1">
|
||||||
|
<h1 style="margin-top:80px">Katze004</h1>
|
||||||
|
|
||||||
|
<p><strong><span id="tracktime"></span></strong><span id="katze004"></span></strong> <br />
|
||||||
|
Style: <strong>Electronic</strong>
|
||||||
|
</p>
|
||||||
|
<script type="text/javascript">
|
||||||
|
var katze004timestamp = 443;
|
||||||
|
var katze004hours = Math.floor(katze004timestamp / 60 / 60);
|
||||||
|
var katze004minutes = Math.floor(katze004timestamp / 60) - (katze004hours * 60);
|
||||||
|
var katze004seconds = katze004timestamp % 60;
|
||||||
|
var katze004formatted = katze004hours.toString().padStart(2, '0') + ':' + katze004minutes.toString().padStart(2, '0') + ':' + katze004seconds.toString().padStart(2, '0');
|
||||||
|
var theSpan = document.getElementById("katze004");
|
||||||
|
theSpan.innerHTML = katze004formatted;
|
||||||
|
</script>
|
||||||
|
|
||||||
|
|
||||||
|
<ul class="actions stacked">
|
||||||
|
<li><button id="mu_pause" class="smooth-scroll-middle button icon solid fa-play">Play dat!</button></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="image">
|
||||||
|
<img src="https://media.basspistol.com/panix/katze/4-katze004.jpeg" alt="4 Katze004 logo" id="coverart" />
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
|
||||||
|
|
||||||
|
<!-- Page navigation -->
|
||||||
|
<section class="wrapper style1 align-center">
|
||||||
|
<div class="inner">
|
||||||
|
<div class="index align-left">
|
||||||
|
<!-- Author -->
|
||||||
|
<section class="streambox" style="margin-top:40px;padding: 40px;">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<h3 style="text-align: center;display: block;">This track can't be bought</h3>
|
||||||
|
<p>But other tracks are available here:</p>
|
||||||
|
|
||||||
|
|
||||||
|
<div class="streamer">
|
||||||
|
|
||||||
|
|
||||||
|
<a onclick="_paq.push(['trackEvent', 'StoreLink', 'Bandcamp']);" target="_blank" rel="noopener" href="https://panixheavyindustries.bandcamp.com" alt="Stream from Bandcamp" title="Stream from Bandcamp" class="button icon brands fa-bandcamp">Bandcamp</a>
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</section>
|
||||||
|
<section>
|
||||||
|
<!-- Content -->
|
||||||
|
<div class="content">
|
||||||
|
<!-- post Naviation -->
|
||||||
|
<div style="text-align: center;">
|
||||||
|
<h3>Play more songs grom this release</h3>
|
||||||
|
</div>
|
||||||
|
<div class="post-nav">
|
||||||
|
<div>
|
||||||
|
|
||||||
|
<h4><a href="../../../albums/katze/3-katze003/" alt="Read Katze003" title="Read Katze003"><i class="fas fa-arrow-left"></i></a> <a
|
||||||
|
href="../../../albums/katze/3-katze003/"> Katze003</a>
|
||||||
|
</h4>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
<div class="post-nav-next">
|
||||||
|
|
||||||
|
<h4><a href="../../../albums/katze/5-how-much-/"> How Much?</a> <a
|
||||||
|
href="../../../albums/katze/5-how-much-/" alt="Read How Much?" title="Read How Much?"><i class="fas fa-arrow-right"></i></a></h4>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<!-- End Post Navigation -->
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
<!-- Audio player-->
|
||||||
|
<audio autoplay preload="true" data-matomo-title="Katze004">
|
||||||
|
<source src="https://media.basspistol.com/panix/katze/4-katze004.mp3" type="audio/mpeg" ontimeupdate='updateTrackTime(this);' />
|
||||||
|
<h1>Your browser isn't ready for so much hotness. Use the download-link instead.</h1>.
|
||||||
|
</audio>
|
||||||
|
<!-- Footer -->
|
||||||
|
<footer id="footer" class="wrapper style1 align-center">
|
||||||
|
<div class="footflex">
|
||||||
|
<div>
|
||||||
|
<h4>pax:nion</h4>
|
||||||
|
<p>PHI, Panix Heavy Industries
|
||||||
|
<br /><a href="mailto:"></a></p>
|
||||||
|
</div>
|
||||||
|
<div>
|
||||||
|
<ul>
|
||||||
|
<li><a href="#top" class="smooth-scroll-middle">Back to top</a></li>
|
||||||
|
<li><a href="/#album0" class="smooth-scroll-middle">music</a></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<div><img src="/assets/panix-logo-dark.svg" style="max-width:300px" alt="pax:nion Logo" /></div>
|
||||||
|
</div>
|
||||||
|
<div class="inner">
|
||||||
|
<ul class="icons">
|
||||||
|
|
||||||
|
<!-- <li><a href="mailto:" class="icon style2 fa-envelope"><span class="label">Email</span></a></li> -->
|
||||||
|
</ul>
|
||||||
|
<p>©2020 Basspistol | <a href="../../../webcreds/">Credits</a> | <a href="../../../cookies/">Cookies & Privacy</a></p>
|
||||||
|
</div>
|
||||||
|
</footer>
|
||||||
|
|
||||||
|
|
||||||
|
<script type="text/javascript">
|
||||||
|
function loadUrl(newLocation) {
|
||||||
|
window.location = newLocation;
|
||||||
|
return false;
|
||||||
|
}
|
||||||
|
|
||||||
|
var mu = document.getElementsByTagName("audio")[0];
|
||||||
|
var pauseButton = document.getElementById("mu_pause");
|
||||||
|
var spincover = document.getElementById("coverart");
|
||||||
|
|
||||||
|
mu.addEventListener('ended', function () {
|
||||||
|
// only functional if "loop" is removed
|
||||||
|
mu.pause();
|
||||||
|
mu.currentTime = 0;
|
||||||
|
loadUrl("../../../katze/5-how-much-/"); return false;
|
||||||
|
});
|
||||||
|
mu.onplaying = function() {
|
||||||
|
pauseButton.innerHTML = "Pause";
|
||||||
|
pauseButton.classList.remove("fa-play");
|
||||||
|
pauseButton.classList.add("fa-pause");
|
||||||
|
spincover.classList.add("spinnit");
|
||||||
|
spincover.classList.remove("paused");
|
||||||
|
};
|
||||||
|
|
||||||
|
pauseButton.addEventListener("click", function () {
|
||||||
|
if (mu.paused) {
|
||||||
|
mu.play();
|
||||||
|
|
||||||
|
}
|
||||||
|
else {
|
||||||
|
mu.pause();
|
||||||
|
pauseButton.innerHTML = "Resume";
|
||||||
|
pauseButton.classList.add("fa-play");
|
||||||
|
pauseButton.classList.remove("fa-pause");
|
||||||
|
spincover.classList.add("paused");
|
||||||
|
}
|
||||||
|
});
|
||||||
|
|
||||||
|
mu.addEventListener('timeupdate', function () {
|
||||||
|
var timestamp = Math.floor(mu.currentTime);
|
||||||
|
var hours = Math.floor(timestamp / 60 / 60);
|
||||||
|
var minutes = Math.floor(timestamp / 60) - (hours * 60);
|
||||||
|
var seconds = timestamp % 60;
|
||||||
|
var formatted = hours.toString().padStart(2, '0') + ':' + minutes.toString().padStart(2, '0') + ':' + seconds.toString().padStart(2, '0');
|
||||||
|
var thecurrentSpan = document.getElementById("tracktime");
|
||||||
|
thecurrentSpan.innerHTML = formatted + ' / ';
|
||||||
|
});
|
||||||
|
|
||||||
|
</script>
|
||||||
|
</div>
|
||||||
|
<!-- Navigation -->
|
||||||
|
<div id="logo" class="logo">
|
||||||
|
<a href="/" class="smooth-scroll-middle"><img width="200em" src="/assets/panix-logo.svg" alt=" Logo" /></a>
|
||||||
|
<a href="#navbar" onclick="blurBody()" alt="Navigation Menu" title="Navigation Menu"><span style="font-size: 34px;" class="icon solid fa-bars"></span></a>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div id="navbar" style="display: block;" class="modalDialog">
|
||||||
|
<a href="#close" onclick="removeBlur()" alt="Close Menu" title="Close Menu"><div id="closearea"> </div></a>
|
||||||
|
<nav>
|
||||||
|
<a href="#close" title="Close" onclick="removeBlur()" class="close-button close" style="margin: 0 auto;">X</a>
|
||||||
|
<ul>
|
||||||
|
|
||||||
|
|
||||||
|
<li><a href="../../../" class="button small">Home</a></li>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<li><a href="../../../releases/" class="button small">Releases</a></li>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<li><a href="../../../logs/" class="button small">Web-Log</a></li>
|
||||||
|
|
||||||
|
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
</nav>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
<!-- End Navigation -->
|
||||||
|
<!-- Scripts -->
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<script src="../../../assets/js/jquery.min.js"></script>
|
||||||
|
<script src="../../../assets/js/jquery.scrollex.min.js"></script>
|
||||||
|
<script src="../../../assets/js/jquery.scrolly.min.js"></script>
|
||||||
|
<script src="../../../assets/js/browser.min.js"></script>
|
||||||
|
<script src="../../../assets/js/breakpoints.min.js"></script>
|
||||||
|
<script src="../../../assets/js/util.js"></script>
|
||||||
|
<script src="../../../assets/js/main.js"></script>
|
||||||
|
<script src="../../../assets/js/set.js"></script>
|
||||||
|
|
||||||
|
|
||||||
|
<div id="cookie-notice">
|
||||||
|
<p>We only use cookies if you consent to it. They don't contain any identifiable info: they just let us know if you enjoyed this enough to come back. <br />Click <a href="#" id="cookie-notice-decline">here</a> if you want this shit to go away without cookies. <br />Read more about how Basspistol <a href="/cookies/">use cookies</a> </p>
|
||||||
|
<a class="button small yes" href="#" id="cookie-notice-accept">I'm in!</a>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<script>
|
||||||
|
function createCookie(name, value, days) {
|
||||||
|
var expires = "";
|
||||||
|
if (days) {
|
||||||
|
var date = new Date();
|
||||||
|
date.setTime(date.getTime() + (days * 24 * 60 * 60 * 1000));
|
||||||
|
expires = "; expires=" + date.toUTCString();
|
||||||
|
}
|
||||||
|
document.cookie = name + "=" + value + expires + "; path=/";
|
||||||
|
}
|
||||||
|
function readCookie(name) {
|
||||||
|
var nameEQ = name + "=";
|
||||||
|
var ca = document.cookie.split(';');
|
||||||
|
for (var i = 0; i < ca.length; i++) {
|
||||||
|
var c = ca[i];
|
||||||
|
while (c.charAt(0) == ' ') c = c.substring(1, c.length);
|
||||||
|
if (c.indexOf(nameEQ) == 0) return c.substring(nameEQ.length, c.length);
|
||||||
|
}
|
||||||
|
return null;
|
||||||
|
}
|
||||||
|
function eraseCookie(name) {
|
||||||
|
createCookie(name, "", -1);
|
||||||
|
}
|
||||||
|
|
||||||
|
if (readCookie('cookie-notice-dismissed') == 'wantCookies') {
|
||||||
|
|
||||||
|
//* Matomo Tag Manager *//
|
||||||
|
|
||||||
|
var _mtm = _mtm || [];
|
||||||
|
_mtm.push({'mtm.startTime': (new Date().getTime()), 'event': 'mtm.Start'});
|
||||||
|
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
|
||||||
|
g.type='text/javascript'; g.async=true; g.defer=true; g.src='https://cdn.matomo.cloud/terminalnetwork.matomo.cloud/container_aJ0T3vZ5.js'; s.parentNode.insertBefore(g,s);
|
||||||
|
|
||||||
|
//* End Matomo Tag Manager *//
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
} else {
|
||||||
|
document.getElementById('cookie-notice').style.display = 'flex';
|
||||||
|
|
||||||
|
var _paq = window._paq || [];
|
||||||
|
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */
|
||||||
|
_paq.push(["setDocumentTitle", document.domain + "/" + document.title]);
|
||||||
|
_paq.push(["disableCookies"]);
|
||||||
|
_paq.push(['trackPageView']);
|
||||||
|
_paq.push(['enableLinkTracking']);
|
||||||
|
(function() {
|
||||||
|
var u="https://terminalnetwork.matomo.cloud/";
|
||||||
|
_paq.push(['setTrackerUrl', u+'matomo.php']);
|
||||||
|
_paq.push(['setSiteId', '14']);
|
||||||
|
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
|
||||||
|
g.type='text/javascript'; g.async=true; g.defer=true; g.src='//cdn.matomo.cloud/terminalnetwork.matomo.cloud/matomo.js'; s.parentNode.insertBefore(g,s);
|
||||||
|
})();
|
||||||
|
|
||||||
|
|
||||||
|
}
|
||||||
|
if (readCookie('cookie-notice-dismissed') == 'dontWantCookies') {
|
||||||
|
document.getElementById('cookie-notice').style.display = 'none';
|
||||||
|
|
||||||
|
var _paq = window._paq || [];
|
||||||
|
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */
|
||||||
|
_paq.push(["setDocumentTitle", document.domain + "/" + document.title]);
|
||||||
|
_paq.push(["disableCookies"]);
|
||||||
|
_paq.push(['trackPageView']);
|
||||||
|
_paq.push(['enableLinkTracking']);
|
||||||
|
(function() {
|
||||||
|
var u="https://terminalnetwork.matomo.cloud/";
|
||||||
|
_paq.push(['setTrackerUrl', u+'matomo.php']);
|
||||||
|
_paq.push(['setSiteId', '14']);
|
||||||
|
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
|
||||||
|
g.type='text/javascript'; g.async=true; g.defer=true; g.src='//cdn.matomo.cloud/terminalnetwork.matomo.cloud/matomo.js'; s.parentNode.insertBefore(g,s);
|
||||||
|
})();
|
||||||
|
|
||||||
|
}
|
||||||
|
document.getElementById('cookie-notice-accept').addEventListener("click", function () {
|
||||||
|
createCookie('cookie-notice-dismissed', 'wantCookies', 31);
|
||||||
|
document.getElementById('cookie-notice').style.display = 'none';
|
||||||
|
_paq.push(['trackEvent', 'Consent', 'wantCookie']);
|
||||||
|
location.reload();
|
||||||
|
});
|
||||||
|
|
||||||
|
document.getElementById('cookie-notice-decline').addEventListener("click", function () {
|
||||||
|
createCookie('cookie-notice-dismissed', 'dontWantCookies', 31);
|
||||||
|
document.getElementById('cookie-notice').style.display = 'none';
|
||||||
|
_paq.push(['trackEvent', 'Consent', 'dontWantCookie']);
|
||||||
|
location.reload();
|
||||||
|
});
|
||||||
|
|
||||||
|
// document.getElementById('cookie-notice-gimme').addEventListener("click", function () {
|
||||||
|
// createCookie('cookie-notice-dismissed', 'wantCookies', 31);
|
||||||
|
// document.getElementById('cookie-notice').style.display = 'none';
|
||||||
|
// location.reload();
|
||||||
|
// });
|
||||||
|
|
||||||
|
|
||||||
|
</script>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
404
albums/katze/5-how-much-/index.html
Normal file
404
albums/katze/5-how-much-/index.html
Normal file
|
|
@ -0,0 +1,404 @@
|
||||||
|
<!DOCTYPE html>
|
||||||
|
<!--
|
||||||
|
Based on _Story_ by html5up.net | @ajlkn
|
||||||
|
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
|
||||||
|
Remixed and Jekyllified by Setto
|
||||||
|
-->
|
||||||
|
<html lang="en">
|
||||||
|
<head>
|
||||||
|
<!-- Begin Jekyll SEO tag v2.6.1 -->
|
||||||
|
<meta name="generator" content="Jekyll v4.0.0" />
|
||||||
|
<meta property="og:title" content="5 How Much" />
|
||||||
|
<meta name="author" content="pax:nion" />
|
||||||
|
<meta property="og:locale" content="en" />
|
||||||
|
<meta name="description" content="PHI, Panix Heavy Industries" />
|
||||||
|
<meta property="og:description" content="PHI, Panix Heavy Industries" />
|
||||||
|
<link rel="canonical" href="https://panix.basspistol.com/albums/katze/5-how-much-/" />
|
||||||
|
<meta property="og:url" content="https://panix.basspistol.com/albums/katze/5-how-much-/" />
|
||||||
|
<meta property="og:site_name" content="pax:nion" />
|
||||||
|
<meta property="og:type" content="article" />
|
||||||
|
<meta property="article:published_time" content="2020-07-05T18:07:03+00:00" />
|
||||||
|
<script type="application/ld+json">
|
||||||
|
{"description":"PHI, Panix Heavy Industries","@type":"AudioObject","headline":"5 How Much","dateModified":"2020-07-05T18:07:00+00:00","datePublished":"2020-07-05T18:07:03+00:00","url":"https://panix.basspistol.com/albums/katze/5-how-much-/","author":{"@type":"Person","name":"pax:nion"},"publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://panix.basspistol.com/assets/img/setto_icon.png"},"name":"pax:nion"},"@context":"https://schema.org"}</script>
|
||||||
|
<!-- End Jekyll SEO tag -->
|
||||||
|
|
||||||
|
<link type="application/atom+xml" rel="alternate" href="https://panix.basspistol.com/feed.xml" title="" />
|
||||||
|
<!-- BEGIN seo.html -->
|
||||||
|
|
||||||
|
<title>Play How Much? by Panixonik</title>
|
||||||
|
<meta name="title" content="Play How Much? by Panixonik" />
|
||||||
|
|
||||||
|
<meta name="dc.date.modified" scheme="ISO8601" content="2020-07-05T18:07:00+00:00" />
|
||||||
|
<meta name="robots" content="index" />
|
||||||
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||||
|
<link rel="canonical" href="https://panix.basspistol.com/albums/katze/5-how-much-/" />
|
||||||
|
<link rel="alternate" hreflang="x-default" href="https://panix.basspistol.com/albums/katze/5-how-much-/" />
|
||||||
|
<meta name="geo.region" content="BJ-ZO" />
|
||||||
|
<meta name="geo.placename" content="Setto" />
|
||||||
|
<meta name="geo.position" content="7.48777;2.076389" />
|
||||||
|
<meta name="ICBM" content="7.48777, 2.076389" />
|
||||||
|
|
||||||
|
<!-- Dublin Core basic info -->
|
||||||
|
|
||||||
|
<meta name="dcterms.Identifier" content="https://panix.basspistol.com" />
|
||||||
|
<meta name="dcterms.Format" content="text/html" />
|
||||||
|
<meta name="dcterms.Relation" content="pax:nion" />
|
||||||
|
<meta name="dcterms.Publisher" content="pax:nion" />
|
||||||
|
<meta name="dcterms.Type" content="text/html" />
|
||||||
|
<meta name="dcterms.Coverage" content="https://panix.basspistol.com/" />
|
||||||
|
<meta name="dcterms.Rights" content="Copyright ©2020 pax:nion." />
|
||||||
|
|
||||||
|
<meta name="dcterms.Subject" content="Listen and to a track by Panixonik from the release Katze and support your remote artist!" />
|
||||||
|
<meta name="dcterms.Title" content="How Much? - Panixonik | pax:nion" />
|
||||||
|
|
||||||
|
<meta name="dcterms.Contributor" content="pax:nion" />
|
||||||
|
<meta name="dcterms.Date" content="2020-07-05" />
|
||||||
|
<meta name="dcterms.Description" content="" />
|
||||||
|
|
||||||
|
<!-- Twitter Card -->
|
||||||
|
|
||||||
|
<meta name="twitter:card" content="summary" />
|
||||||
|
<meta name="twitter:site" content="@" />
|
||||||
|
<meta name="twitter:title" content="5 How Much | pax:nion" />
|
||||||
|
<meta name="twitter:description" content="PHI, Panix Heavy Industries" />
|
||||||
|
|
||||||
|
<meta name="twitter:image" content="https://panix.basspistol.com/assets/albums/katze/5-how-much-.jpeg" />
|
||||||
|
|
||||||
|
<!-- END seo.html -->
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<meta charset="utf-8" />
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=yes" />
|
||||||
|
<link rel="stylesheet" href="../../../assets/css/main20200519.css" />
|
||||||
|
|
||||||
|
<link rel="apple-touch-icon" href="https://panix.basspistol.com/apple-touch-icon.png" />
|
||||||
|
<link rel="icon" type="image/png" href="https://panix.basspistol.com/touch-icon.png" sizes="192x192" />
|
||||||
|
<link rel="shortcut icon" href="https://panix.basspistol.com/assets/img/setto_icon.png" type="image/png" />
|
||||||
|
<noscript><link rel="stylesheet" href="../../../assets/css/noscript20200518-rev1.css" /></noscript>
|
||||||
|
</head>
|
||||||
|
|
||||||
|
<body class="is-preload" id="body">
|
||||||
|
<span id="top" style="display: none;"></span>
|
||||||
|
<!-- Wrapper -->
|
||||||
|
<div id="wrapper" class="divided" data-cms-content-wrapper="/_layouts/default.html">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<!-- Banner -->
|
||||||
|
<section
|
||||||
|
class="banner onload-image-fade-in onload-content-fade-right style3 fullscreen content-align-center image-position-center" style="background-image:url('https://media.basspistol.com/panix/katze/5-how-much-.jpeg');background-size: cover; background-repeat: no-repeat;">
|
||||||
|
<div style="z-index:0;position:absolute; top:0; left:0; width:100%;height:100%;background-color: rgba(13, 13 ,13, 0.85);"></div>
|
||||||
|
<div class="content" style="z-index:1">
|
||||||
|
<h1 style="margin-top:80px">How Much?</h1>
|
||||||
|
|
||||||
|
<p><strong><span id="tracktime"></span></strong><span id="howmuch"></span></strong> <br />
|
||||||
|
Style: <strong>Electronic</strong>
|
||||||
|
</p>
|
||||||
|
<script type="text/javascript">
|
||||||
|
var howmuchtimestamp = 312;
|
||||||
|
var howmuchhours = Math.floor(howmuchtimestamp / 60 / 60);
|
||||||
|
var howmuchminutes = Math.floor(howmuchtimestamp / 60) - (howmuchhours * 60);
|
||||||
|
var howmuchseconds = howmuchtimestamp % 60;
|
||||||
|
var howmuchformatted = howmuchhours.toString().padStart(2, '0') + ':' + howmuchminutes.toString().padStart(2, '0') + ':' + howmuchseconds.toString().padStart(2, '0');
|
||||||
|
var theSpan = document.getElementById("howmuch");
|
||||||
|
theSpan.innerHTML = howmuchformatted;
|
||||||
|
</script>
|
||||||
|
|
||||||
|
|
||||||
|
<ul class="actions stacked">
|
||||||
|
<li><button id="mu_pause" class="smooth-scroll-middle button icon solid fa-play">Play dat!</button></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="image">
|
||||||
|
<img src="https://media.basspistol.com/panix/katze/5-how-much-.jpeg" alt="5 How Much logo" id="coverart" />
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
|
||||||
|
|
||||||
|
<!-- Page navigation -->
|
||||||
|
<section class="wrapper style1 align-center">
|
||||||
|
<div class="inner">
|
||||||
|
<div class="index align-left">
|
||||||
|
<!-- Author -->
|
||||||
|
<section class="streambox" style="margin-top:40px;padding: 40px;">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<h3 style="text-align: center;display: block;">This track can't be bought</h3>
|
||||||
|
<p>But other tracks are available here:</p>
|
||||||
|
|
||||||
|
|
||||||
|
<div class="streamer">
|
||||||
|
|
||||||
|
|
||||||
|
<a onclick="_paq.push(['trackEvent', 'StoreLink', 'Bandcamp']);" target="_blank" rel="noopener" href="https://panixheavyindustries.bandcamp.com" alt="Stream from Bandcamp" title="Stream from Bandcamp" class="button icon brands fa-bandcamp">Bandcamp</a>
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</section>
|
||||||
|
<section>
|
||||||
|
<!-- Content -->
|
||||||
|
<div class="content">
|
||||||
|
<!-- post Naviation -->
|
||||||
|
<div style="text-align: center;">
|
||||||
|
<h3>Play more songs grom this release</h3>
|
||||||
|
</div>
|
||||||
|
<div class="post-nav">
|
||||||
|
<div>
|
||||||
|
|
||||||
|
<h4><a href="../../../albums/katze/4-katze004/" alt="Read Katze004" title="Read Katze004"><i class="fas fa-arrow-left"></i></a> <a
|
||||||
|
href="../../../albums/katze/4-katze004/"> Katze004</a>
|
||||||
|
</h4>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
<div class="post-nav-next">
|
||||||
|
|
||||||
|
<h4><a href="../../../albums/katze/1-katze001/"> Katze001</a> <a
|
||||||
|
href="../../../albums/katze/1-katze001/" alt="Read Katze001" title="Read Katze001"><i class="fas fa-arrow-right"></i></a></h4>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<!-- End Post Navigation -->
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
<!-- Audio player-->
|
||||||
|
<audio autoplay preload="true" data-matomo-title="How Much?">
|
||||||
|
<source src="https://media.basspistol.com/panix/katze/5-how-much-.mp3" type="audio/mpeg" ontimeupdate='updateTrackTime(this);' />
|
||||||
|
<h1>Your browser isn't ready for so much hotness. Use the download-link instead.</h1>.
|
||||||
|
</audio>
|
||||||
|
<!-- Footer -->
|
||||||
|
<footer id="footer" class="wrapper style1 align-center">
|
||||||
|
<div class="footflex">
|
||||||
|
<div>
|
||||||
|
<h4>pax:nion</h4>
|
||||||
|
<p>PHI, Panix Heavy Industries
|
||||||
|
<br /><a href="mailto:"></a></p>
|
||||||
|
</div>
|
||||||
|
<div>
|
||||||
|
<ul>
|
||||||
|
<li><a href="#top" class="smooth-scroll-middle">Back to top</a></li>
|
||||||
|
<li><a href="/#album0" class="smooth-scroll-middle">music</a></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<div><img src="/assets/panix-logo-dark.svg" style="max-width:300px" alt="pax:nion Logo" /></div>
|
||||||
|
</div>
|
||||||
|
<div class="inner">
|
||||||
|
<ul class="icons">
|
||||||
|
|
||||||
|
<!-- <li><a href="mailto:" class="icon style2 fa-envelope"><span class="label">Email</span></a></li> -->
|
||||||
|
</ul>
|
||||||
|
<p>©2020 Basspistol | <a href="../../../webcreds/">Credits</a> | <a href="../../../cookies/">Cookies & Privacy</a></p>
|
||||||
|
</div>
|
||||||
|
</footer>
|
||||||
|
|
||||||
|
|
||||||
|
<script type="text/javascript">
|
||||||
|
function loadUrl(newLocation) {
|
||||||
|
window.location = newLocation;
|
||||||
|
return false;
|
||||||
|
}
|
||||||
|
|
||||||
|
var mu = document.getElementsByTagName("audio")[0];
|
||||||
|
var pauseButton = document.getElementById("mu_pause");
|
||||||
|
var spincover = document.getElementById("coverart");
|
||||||
|
|
||||||
|
mu.addEventListener('ended', function () {
|
||||||
|
// only functional if "loop" is removed
|
||||||
|
mu.pause();
|
||||||
|
mu.currentTime = 0;
|
||||||
|
loadUrl("../../../katze/1-katze001/"); return false;
|
||||||
|
});
|
||||||
|
mu.onplaying = function() {
|
||||||
|
pauseButton.innerHTML = "Pause";
|
||||||
|
pauseButton.classList.remove("fa-play");
|
||||||
|
pauseButton.classList.add("fa-pause");
|
||||||
|
spincover.classList.add("spinnit");
|
||||||
|
spincover.classList.remove("paused");
|
||||||
|
};
|
||||||
|
|
||||||
|
pauseButton.addEventListener("click", function () {
|
||||||
|
if (mu.paused) {
|
||||||
|
mu.play();
|
||||||
|
|
||||||
|
}
|
||||||
|
else {
|
||||||
|
mu.pause();
|
||||||
|
pauseButton.innerHTML = "Resume";
|
||||||
|
pauseButton.classList.add("fa-play");
|
||||||
|
pauseButton.classList.remove("fa-pause");
|
||||||
|
spincover.classList.add("paused");
|
||||||
|
}
|
||||||
|
});
|
||||||
|
|
||||||
|
mu.addEventListener('timeupdate', function () {
|
||||||
|
var timestamp = Math.floor(mu.currentTime);
|
||||||
|
var hours = Math.floor(timestamp / 60 / 60);
|
||||||
|
var minutes = Math.floor(timestamp / 60) - (hours * 60);
|
||||||
|
var seconds = timestamp % 60;
|
||||||
|
var formatted = hours.toString().padStart(2, '0') + ':' + minutes.toString().padStart(2, '0') + ':' + seconds.toString().padStart(2, '0');
|
||||||
|
var thecurrentSpan = document.getElementById("tracktime");
|
||||||
|
thecurrentSpan.innerHTML = formatted + ' / ';
|
||||||
|
});
|
||||||
|
|
||||||
|
</script>
|
||||||
|
</div>
|
||||||
|
<!-- Navigation -->
|
||||||
|
<div id="logo" class="logo">
|
||||||
|
<a href="/" class="smooth-scroll-middle"><img width="200em" src="/assets/panix-logo.svg" alt=" Logo" /></a>
|
||||||
|
<a href="#navbar" onclick="blurBody()" alt="Navigation Menu" title="Navigation Menu"><span style="font-size: 34px;" class="icon solid fa-bars"></span></a>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div id="navbar" style="display: block;" class="modalDialog">
|
||||||
|
<a href="#close" onclick="removeBlur()" alt="Close Menu" title="Close Menu"><div id="closearea"> </div></a>
|
||||||
|
<nav>
|
||||||
|
<a href="#close" title="Close" onclick="removeBlur()" class="close-button close" style="margin: 0 auto;">X</a>
|
||||||
|
<ul>
|
||||||
|
|
||||||
|
|
||||||
|
<li><a href="../../../" class="button small">Home</a></li>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<li><a href="../../../releases/" class="button small">Releases</a></li>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<li><a href="../../../logs/" class="button small">Web-Log</a></li>
|
||||||
|
|
||||||
|
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
</nav>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
<!-- End Navigation -->
|
||||||
|
<!-- Scripts -->
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<script src="../../../assets/js/jquery.min.js"></script>
|
||||||
|
<script src="../../../assets/js/jquery.scrollex.min.js"></script>
|
||||||
|
<script src="../../../assets/js/jquery.scrolly.min.js"></script>
|
||||||
|
<script src="../../../assets/js/browser.min.js"></script>
|
||||||
|
<script src="../../../assets/js/breakpoints.min.js"></script>
|
||||||
|
<script src="../../../assets/js/util.js"></script>
|
||||||
|
<script src="../../../assets/js/main.js"></script>
|
||||||
|
<script src="../../../assets/js/set.js"></script>
|
||||||
|
|
||||||
|
|
||||||
|
<div id="cookie-notice">
|
||||||
|
<p>We only use cookies if you consent to it. They don't contain any identifiable info: they just let us know if you enjoyed this enough to come back. <br />Click <a href="#" id="cookie-notice-decline">here</a> if you want this shit to go away without cookies. <br />Read more about how Basspistol <a href="/cookies/">use cookies</a> </p>
|
||||||
|
<a class="button small yes" href="#" id="cookie-notice-accept">I'm in!</a>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<script>
|
||||||
|
function createCookie(name, value, days) {
|
||||||
|
var expires = "";
|
||||||
|
if (days) {
|
||||||
|
var date = new Date();
|
||||||
|
date.setTime(date.getTime() + (days * 24 * 60 * 60 * 1000));
|
||||||
|
expires = "; expires=" + date.toUTCString();
|
||||||
|
}
|
||||||
|
document.cookie = name + "=" + value + expires + "; path=/";
|
||||||
|
}
|
||||||
|
function readCookie(name) {
|
||||||
|
var nameEQ = name + "=";
|
||||||
|
var ca = document.cookie.split(';');
|
||||||
|
for (var i = 0; i < ca.length; i++) {
|
||||||
|
var c = ca[i];
|
||||||
|
while (c.charAt(0) == ' ') c = c.substring(1, c.length);
|
||||||
|
if (c.indexOf(nameEQ) == 0) return c.substring(nameEQ.length, c.length);
|
||||||
|
}
|
||||||
|
return null;
|
||||||
|
}
|
||||||
|
function eraseCookie(name) {
|
||||||
|
createCookie(name, "", -1);
|
||||||
|
}
|
||||||
|
|
||||||
|
if (readCookie('cookie-notice-dismissed') == 'wantCookies') {
|
||||||
|
|
||||||
|
//* Matomo Tag Manager *//
|
||||||
|
|
||||||
|
var _mtm = _mtm || [];
|
||||||
|
_mtm.push({'mtm.startTime': (new Date().getTime()), 'event': 'mtm.Start'});
|
||||||
|
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
|
||||||
|
g.type='text/javascript'; g.async=true; g.defer=true; g.src='https://cdn.matomo.cloud/terminalnetwork.matomo.cloud/container_aJ0T3vZ5.js'; s.parentNode.insertBefore(g,s);
|
||||||
|
|
||||||
|
//* End Matomo Tag Manager *//
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
} else {
|
||||||
|
document.getElementById('cookie-notice').style.display = 'flex';
|
||||||
|
|
||||||
|
var _paq = window._paq || [];
|
||||||
|
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */
|
||||||
|
_paq.push(["setDocumentTitle", document.domain + "/" + document.title]);
|
||||||
|
_paq.push(["disableCookies"]);
|
||||||
|
_paq.push(['trackPageView']);
|
||||||
|
_paq.push(['enableLinkTracking']);
|
||||||
|
(function() {
|
||||||
|
var u="https://terminalnetwork.matomo.cloud/";
|
||||||
|
_paq.push(['setTrackerUrl', u+'matomo.php']);
|
||||||
|
_paq.push(['setSiteId', '14']);
|
||||||
|
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
|
||||||
|
g.type='text/javascript'; g.async=true; g.defer=true; g.src='//cdn.matomo.cloud/terminalnetwork.matomo.cloud/matomo.js'; s.parentNode.insertBefore(g,s);
|
||||||
|
})();
|
||||||
|
|
||||||
|
|
||||||
|
}
|
||||||
|
if (readCookie('cookie-notice-dismissed') == 'dontWantCookies') {
|
||||||
|
document.getElementById('cookie-notice').style.display = 'none';
|
||||||
|
|
||||||
|
var _paq = window._paq || [];
|
||||||
|
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */
|
||||||
|
_paq.push(["setDocumentTitle", document.domain + "/" + document.title]);
|
||||||
|
_paq.push(["disableCookies"]);
|
||||||
|
_paq.push(['trackPageView']);
|
||||||
|
_paq.push(['enableLinkTracking']);
|
||||||
|
(function() {
|
||||||
|
var u="https://terminalnetwork.matomo.cloud/";
|
||||||
|
_paq.push(['setTrackerUrl', u+'matomo.php']);
|
||||||
|
_paq.push(['setSiteId', '14']);
|
||||||
|
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
|
||||||
|
g.type='text/javascript'; g.async=true; g.defer=true; g.src='//cdn.matomo.cloud/terminalnetwork.matomo.cloud/matomo.js'; s.parentNode.insertBefore(g,s);
|
||||||
|
})();
|
||||||
|
|
||||||
|
}
|
||||||
|
document.getElementById('cookie-notice-accept').addEventListener("click", function () {
|
||||||
|
createCookie('cookie-notice-dismissed', 'wantCookies', 31);
|
||||||
|
document.getElementById('cookie-notice').style.display = 'none';
|
||||||
|
_paq.push(['trackEvent', 'Consent', 'wantCookie']);
|
||||||
|
location.reload();
|
||||||
|
});
|
||||||
|
|
||||||
|
document.getElementById('cookie-notice-decline').addEventListener("click", function () {
|
||||||
|
createCookie('cookie-notice-dismissed', 'dontWantCookies', 31);
|
||||||
|
document.getElementById('cookie-notice').style.display = 'none';
|
||||||
|
_paq.push(['trackEvent', 'Consent', 'dontWantCookie']);
|
||||||
|
location.reload();
|
||||||
|
});
|
||||||
|
|
||||||
|
// document.getElementById('cookie-notice-gimme').addEventListener("click", function () {
|
||||||
|
// createCookie('cookie-notice-dismissed', 'wantCookies', 31);
|
||||||
|
// document.getElementById('cookie-notice').style.display = 'none';
|
||||||
|
// location.reload();
|
||||||
|
// });
|
||||||
|
|
||||||
|
|
||||||
|
</script>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
715
albums/katze/index.html
Normal file
715
albums/katze/index.html
Normal file
|
|
@ -0,0 +1,715 @@
|
||||||
|
<!DOCTYPE html>
|
||||||
|
<!--
|
||||||
|
Based on _Story_ by html5up.net | @ajlkn
|
||||||
|
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
|
||||||
|
Remixed and Jekyllified by Setto
|
||||||
|
-->
|
||||||
|
<html lang="en">
|
||||||
|
<head>
|
||||||
|
<!-- Begin Jekyll SEO tag v2.6.1 -->
|
||||||
|
<meta name="generator" content="Jekyll v4.0.0" />
|
||||||
|
<meta property="og:title" content="Katze" />
|
||||||
|
<meta name="author" content="pax:nion" />
|
||||||
|
<meta property="og:locale" content="en" />
|
||||||
|
<meta name="description" content="PHI, Panix Heavy Industries" />
|
||||||
|
<meta property="og:description" content="PHI, Panix Heavy Industries" />
|
||||||
|
<link rel="canonical" href="https://panix.basspistol.com/albums/katze/" />
|
||||||
|
<meta property="og:url" content="https://panix.basspistol.com/albums/katze/" />
|
||||||
|
<meta property="og:site_name" content="pax:nion" />
|
||||||
|
<meta property="og:type" content="article" />
|
||||||
|
<meta property="article:published_time" content="2001-01-01T00:00:00+00:00" />
|
||||||
|
<script type="application/ld+json">
|
||||||
|
{"description":"PHI, Panix Heavy Industries","@type":"BlogPosting","headline":"Katze","dateModified":"2020-07-05T18:07:00+00:00","datePublished":"2001-01-01T00:00:00+00:00","mainEntityOfPage":{"@type":"WebPage","@id":"https://panix.basspistol.com/albums/katze/"},"url":"https://panix.basspistol.com/albums/katze/","author":{"@type":"Person","name":"pax:nion"},"publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://panix.basspistol.com/assets/img/setto_icon.png"},"name":"pax:nion"},"@context":"https://schema.org"}</script>
|
||||||
|
<!-- End Jekyll SEO tag -->
|
||||||
|
|
||||||
|
<link type="application/atom+xml" rel="alternate" href="https://panix.basspistol.com/feed.xml" title="" />
|
||||||
|
<!-- BEGIN seo.html -->
|
||||||
|
|
||||||
|
<title>Katze | pax:nion</title>
|
||||||
|
<meta name="title" content="Katze | pax:nion" />
|
||||||
|
|
||||||
|
<meta name="dc.date.modified" scheme="ISO8601" content="2020-07-05T18:07:00+00:00" />
|
||||||
|
<meta name="robots" content="index" />
|
||||||
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||||
|
<link rel="canonical" href="https://panix.basspistol.com/albums/katze/" />
|
||||||
|
<link rel="alternate" hreflang="x-default" href="https://panix.basspistol.com/albums/katze/" />
|
||||||
|
<meta name="geo.region" content="BJ-ZO" />
|
||||||
|
<meta name="geo.placename" content="Setto" />
|
||||||
|
<meta name="geo.position" content="7.48777;2.076389" />
|
||||||
|
<meta name="ICBM" content="7.48777, 2.076389" />
|
||||||
|
|
||||||
|
<!-- Dublin Core basic info -->
|
||||||
|
|
||||||
|
<meta name="dcterms.Identifier" content="https://panix.basspistol.com" />
|
||||||
|
<meta name="dcterms.Format" content="text/html" />
|
||||||
|
<meta name="dcterms.Relation" content="pax:nion" />
|
||||||
|
<meta name="dcterms.Publisher" content="pax:nion" />
|
||||||
|
<meta name="dcterms.Type" content="text/html" />
|
||||||
|
<meta name="dcterms.Coverage" content="https://panix.basspistol.com/" />
|
||||||
|
<meta name="dcterms.Rights" content="Copyright ©2020 pax:nion." />
|
||||||
|
|
||||||
|
<meta name="dcterms.Subject" content="PHI, Panix Heavy Industries" />
|
||||||
|
<meta name="dcterms.Title" content="Katze | pax:nion" />
|
||||||
|
|
||||||
|
<meta name="dcterms.Contributor" content="pax:nion" />
|
||||||
|
<meta name="dcterms.Date" content="2001-01-01" />
|
||||||
|
<meta name="dcterms.Description" content="" />
|
||||||
|
|
||||||
|
<!-- Twitter Card -->
|
||||||
|
|
||||||
|
<meta name="twitter:card" content="summary" />
|
||||||
|
<meta name="twitter:site" content="@" />
|
||||||
|
<meta name="twitter:title" content="Katze | pax:nion" />
|
||||||
|
<meta name="twitter:description" content="PHI, Panix Heavy Industries" />
|
||||||
|
|
||||||
|
<meta name="twitter:image" content="https://panix.basspistol.com" />
|
||||||
|
|
||||||
|
<!-- END seo.html -->
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<meta charset="utf-8" />
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=yes" />
|
||||||
|
<link rel="stylesheet" href="../../assets/css/main20200519.css" />
|
||||||
|
<link rel="apple-touch-icon" href="https://panix.basspistol.com/apple-touch-icon.png" />
|
||||||
|
<link rel="icon" type="image/png" href="https://panix.basspistol.com/touch-icon.png" sizes="192x192" />
|
||||||
|
<link rel="shortcut icon" href="https://panix.basspistol.com/assets/img/setto_icon.png" type="image/png" />
|
||||||
|
<noscript><link rel="stylesheet" href="../../assets/css/noscript20200518-rev1.css" /></noscript>
|
||||||
|
</head>
|
||||||
|
<body class="is-preload" id="body">
|
||||||
|
<span id="top" style="display: none;"></span>
|
||||||
|
<!-- Wrapper -->
|
||||||
|
<div id="wrapper" class="divided">
|
||||||
|
|
||||||
|
<!-- Banner -->
|
||||||
|
<section class="banner onload-image-fade-in onload-content-fade-right style2 fullscreen content-align-center image-position-center" style="height:100vh;background-color: rgba(13,13,13,0.85);">
|
||||||
|
<div class="content editable" data-cms-source="/_layouts/album.html" data-cms-index="0">
|
||||||
|
<h1 class="editable" data-cms-source="/_layouts/album.html" data-cms-index="1">Katze</h1>
|
||||||
|
<p></p>
|
||||||
|
<ul class="actions stacked">
|
||||||
|
<li><a href="#moe" class="button small smooth-scroll-middle">cheggit!</a></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<div class="image">
|
||||||
|
<img src="https://media.basspistol.com/panix/katze/1-katze001.jpeg" alt="Katze" class="editable" data-cms-source="/_layouts/album.html" data-cms-index="2" />
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
<!-- Content -->
|
||||||
|
<section class="wrapper style1 align-center">
|
||||||
|
<div class="inner" style="padding-top: 40px;">
|
||||||
|
<div class="index align-left">
|
||||||
|
<!-- Author -->
|
||||||
|
<section style="padding-top:40px;" id="moe">
|
||||||
|
|
||||||
|
|
||||||
|
<header id="author">
|
||||||
|
<div class="bio">
|
||||||
|
|
||||||
|
|
||||||
|
<h6>
|
||||||
|
|
||||||
|
Share this page:
|
||||||
|
</h6>
|
||||||
|
<ul class="icons">
|
||||||
|
<li><a target="_blank" rel="nofollow noopener" title="Share to facebook" alt="Share to facebook" href="https://touch.facebook.com/sharer.php?u=https://panix.basspistol.com/albums/katze/&quote=Katze%20by%20pax:nion%20via%20https://panix.basspistol.com" class="icon brands style1 fa-facebook-f"><span class="label">Facebook</span></a></li>
|
||||||
|
<li><a target="_blank" rel="nofollow noopener" title="Share to twitter" alt="Share to twitter" href="https://twitter.com/share?url=https://panix.basspistol.com/albums/katze/&text=Katze%20by%20pax:nion%20&hashtags=paxNion" class="icon brands style1 fa-twitter"><span class="label">Twitter</span></a></li>
|
||||||
|
<li><a target="_blank" rel="nofollow noopener" title="Share to telegram" alt="Share to telgram" href="https://telegram.me/share/url?url=https://panix.basspistol.com/albums/katze/&text=Katze%20by%20pax:nion" class="icon brands style1 fa-telegram"><span class="label">Telegram</span></a></li>
|
||||||
|
<li><a target="_blank" rel="nofollow noopener" title="Share to reddit" alt="Share to reddit" href="https://reddit.com/submit/?url=https://panix.basspistol.com/albums/katze/&title=Katze%20by%20pax:nion" class="icon brands style1 fa-reddit"><span class="label">Reddit</span></a></li>
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</header>
|
||||||
|
<!-- Content -->
|
||||||
|
<div class="content">
|
||||||
|
|
||||||
|
|
||||||
|
<!-- HERE BEGINS MADNESS -->
|
||||||
|
|
||||||
|
|
||||||
|
<!-- Content -->
|
||||||
|
<div class="content">
|
||||||
|
<div id="mainwrap">
|
||||||
|
<div id="nowPlay">
|
||||||
|
<p class="right" id="npTitle" style="font-weight: bold;"></p>
|
||||||
|
<p class="left" id="npAction">Paused...</p>
|
||||||
|
</div>
|
||||||
|
<div id="audiowrap">
|
||||||
|
<div id="audio0">
|
||||||
|
<audio id="audio1" controls="controls">Your browser does not support HTML5
|
||||||
|
Audio!</audio>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div id="tracks">
|
||||||
|
<a id="btnPrev"><span class="icon solid fa-fast-backward"></span></a>
|
||||||
|
<a id="btnNext"><span class="icon solid fa-fast-forward"></span></a>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
<div id="plwrap">
|
||||||
|
<ul id="plList">
|
||||||
|
|
||||||
|
<li>
|
||||||
|
<div class="plItem">
|
||||||
|
<div class="plNum">1.</div>
|
||||||
|
<div class="plTitle">Katze001</div>
|
||||||
|
<div class="plLength">1:56</div>
|
||||||
|
</div>
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li>
|
||||||
|
<div class="plItem">
|
||||||
|
<div class="plNum">2.</div>
|
||||||
|
<div class="plTitle">Katze002</div>
|
||||||
|
<div class="plLength">0:46</div>
|
||||||
|
</div>
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li>
|
||||||
|
<div class="plItem">
|
||||||
|
<div class="plNum">3.</div>
|
||||||
|
<div class="plTitle">Katze003</div>
|
||||||
|
<div class="plLength">2:31</div>
|
||||||
|
</div>
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li>
|
||||||
|
<div class="plItem">
|
||||||
|
<div class="plNum">4.</div>
|
||||||
|
<div class="plTitle">Katze004</div>
|
||||||
|
<div class="plLength">7:23</div>
|
||||||
|
</div>
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li>
|
||||||
|
<div class="plItem">
|
||||||
|
<div class="plNum">5.</div>
|
||||||
|
<div class="plTitle">How Much?</div>
|
||||||
|
<div class="plLength">5:12</div>
|
||||||
|
</div>
|
||||||
|
</li>
|
||||||
|
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div id="noJSalbum">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<div class="plItem">
|
||||||
|
<div class="plNum">1.</div>
|
||||||
|
<div class="plTitle"><a href="https://media.basspistol.com/panix/katze/1-katze001.mp3">Katze001 </a></div>
|
||||||
|
<div class="plLength">1:56</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<div class="plItem">
|
||||||
|
<div class="plNum">2.</div>
|
||||||
|
<div class="plTitle"><a href="https://media.basspistol.com/panix/katze/2-katze002.mp3">Katze002 </a></div>
|
||||||
|
<div class="plLength">0:46</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<div class="plItem">
|
||||||
|
<div class="plNum">3.</div>
|
||||||
|
<div class="plTitle"><a href="https://media.basspistol.com/panix/katze/3-katze003.mp3">Katze003 </a></div>
|
||||||
|
<div class="plLength">2:31</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<div class="plItem">
|
||||||
|
<div class="plNum">4.</div>
|
||||||
|
<div class="plTitle"><a href="https://media.basspistol.com/panix/katze/4-katze004.mp3">Katze004 </a></div>
|
||||||
|
<div class="plLength">7:23</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<div class="plItem">
|
||||||
|
<div class="plNum">5.</div>
|
||||||
|
<div class="plTitle"><a href="https://media.basspistol.com/panix/katze/5-how-much-.mp3">How Much? </a></div>
|
||||||
|
<div class="plLength">5:12</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="content" style="font-family: monospace;font-size: 16px;margin-top:60px;">
|
||||||
|
|
||||||
|
|
||||||
|
<p></p>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
|
||||||
|
|
||||||
|
<!-- HERE ENDS MADNESS -->
|
||||||
|
|
||||||
|
<section class="wrapper style1 align-center">
|
||||||
|
|
||||||
|
<div class="inner">
|
||||||
|
<h2>Track list</h2>
|
||||||
|
<p>Use thses pages to share one song in particulare</p>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</section>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<section class="spotlight style4 orient-right content-align-left image-position-center onscroll-image-fade-in" style="box-shadow: none;" >
|
||||||
|
<div class="content">
|
||||||
|
<h3>Katze001</h3>
|
||||||
|
<p>
|
||||||
|
1:56
|
||||||
|
<br /><strong>Electronic</strong>
|
||||||
|
<br />2001</p>
|
||||||
|
|
||||||
|
<ul class="actions stacked">
|
||||||
|
<li><a href="../../albums/katze/1-katze001/" class="button">Track</a></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<div class="image">
|
||||||
|
<img src="https://media.basspistol.com/panix/katze/1-katze001.jpeg" alt="Katze001" />
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<section class="spotlight style4 orient-left content-align-right image-position-center onscroll-image-fade-in" >
|
||||||
|
<div class="content">
|
||||||
|
<h3>Katze002</h3>
|
||||||
|
<p>
|
||||||
|
0:46
|
||||||
|
<br /><strong>Electronic</strong>
|
||||||
|
<br />2001</p>
|
||||||
|
|
||||||
|
<ul class="actions stacked">
|
||||||
|
<li><a href="../../albums/katze/2-katze002/" class="button">Track</a></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<div class="image">
|
||||||
|
<img src="https://media.basspistol.com/panix/katze/2-katze002.jpeg" alt="Katze002" />
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<section class="spotlight style4 orient-right content-align-left image-position-center onscroll-image-fade-in" >
|
||||||
|
<div class="content">
|
||||||
|
<h3>Katze003</h3>
|
||||||
|
<p>
|
||||||
|
2:31
|
||||||
|
<br /><strong>Electronic</strong>
|
||||||
|
<br />2001</p>
|
||||||
|
|
||||||
|
<ul class="actions stacked">
|
||||||
|
<li><a href="../../albums/katze/3-katze003/" class="button">Track</a></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<div class="image">
|
||||||
|
<img src="https://media.basspistol.com/panix/katze/3-katze003.jpeg" alt="Katze003" />
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<section class="spotlight style4 orient-left content-align-right image-position-center onscroll-image-fade-in" >
|
||||||
|
<div class="content">
|
||||||
|
<h3>Katze004</h3>
|
||||||
|
<p>
|
||||||
|
7:23
|
||||||
|
<br /><strong>Electronic</strong>
|
||||||
|
<br />2001</p>
|
||||||
|
|
||||||
|
<ul class="actions stacked">
|
||||||
|
<li><a href="../../albums/katze/4-katze004/" class="button">Track</a></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<div class="image">
|
||||||
|
<img src="https://media.basspistol.com/panix/katze/4-katze004.jpeg" alt="Katze004" />
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<section class="spotlight style4 orient-right content-align-left image-position-center onscroll-image-fade-in" >
|
||||||
|
<div class="content">
|
||||||
|
<h3>How Much?</h3>
|
||||||
|
<p>
|
||||||
|
5:12
|
||||||
|
<br /><strong>Electronic</strong>
|
||||||
|
<br />2001</p>
|
||||||
|
|
||||||
|
<ul class="actions stacked">
|
||||||
|
<li><a href="../../albums/katze/5-how-much-/" class="button">Track</a></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<div class="image">
|
||||||
|
<img src="https://media.basspistol.com/panix/katze/5-how-much-.jpeg" alt="How Much?" />
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<section class="streambox" style="margin-top:40px;padding: 40px;">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<h3 style="text-align: center;display: block;">This release can't be bought</h3>
|
||||||
|
<p>But other releases are available here:</p>
|
||||||
|
|
||||||
|
|
||||||
|
<div class="streamer">
|
||||||
|
|
||||||
|
|
||||||
|
<a onclick="_paq.push(['trackEvent', 'StoreLink', 'Bandcamp']);" target="_blank" rel="noopener" href="https://panixheavyindustries.bandcamp.com" alt="Stream from Bandcamp" title="Stream from Bandcamp" class="button icon brands fa-bandcamp">Bandcamp</a>
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</section>
|
||||||
|
|
||||||
|
<section class="wrapper style1 align-center">
|
||||||
|
<div class="inner">
|
||||||
|
<div class="index align-left">
|
||||||
|
<!-- Author -->
|
||||||
|
|
||||||
|
<section>
|
||||||
|
|
||||||
|
<!-- Content -->
|
||||||
|
<div class="content">
|
||||||
|
<!-- post Naviation -->
|
||||||
|
<div style="text-align: center;">
|
||||||
|
<h3>More releases</h3>
|
||||||
|
</div>
|
||||||
|
<div class="post-nav">
|
||||||
|
<div>
|
||||||
|
|
||||||
|
<h4><a href="/albums/bamegoy/" alt="Read Bamegoy" title="Read Bamegoy"><i class="fas fa-arrow-left"></i></a> <a href="/albums/bamegoy/"> Bamegoy</a></h4>
|
||||||
|
<p style="margin-right: 20px"></p>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
<div class="post-nav-next">
|
||||||
|
|
||||||
|
<h4><a href="/albums/mula-ep/"> Mula Ep</a> <a href="/albums/mula-ep/" alt="Read Mula Ep" title="Read Mula Ep"><i class="fas fa-arrow-right"></i></a></h4>
|
||||||
|
<p style="margin-left: 20px"></p>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<!-- End Post Navigation -->
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
|
||||||
|
|
||||||
|
<!-- Footer -->
|
||||||
|
<footer id="footer" class="wrapper style1 align-center">
|
||||||
|
<div class="footflex">
|
||||||
|
<div>
|
||||||
|
<h4>pax:nion</h4>
|
||||||
|
<p>PHI, Panix Heavy Industries
|
||||||
|
<br /><a href="mailto:"></a></p>
|
||||||
|
</div>
|
||||||
|
<div>
|
||||||
|
<ul>
|
||||||
|
<li><a href="#top" class="smooth-scroll-middle">Back to top</a></li>
|
||||||
|
<li><a href="/#album0" class="smooth-scroll-middle">music</a></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<div><img src="/assets/panix-logo-dark.svg" style="max-width:300px" alt="pax:nion Logo" /></div>
|
||||||
|
</div>
|
||||||
|
<div class="inner">
|
||||||
|
<ul class="icons">
|
||||||
|
|
||||||
|
<!-- <li><a href="mailto:" class="icon style2 fa-envelope"><span class="label">Email</span></a></li> -->
|
||||||
|
</ul>
|
||||||
|
<p>©2020 Basspistol | <a href="../../webcreds/">Credits</a> | <a href="../../cookies/">Cookies & Privacy</a></p>
|
||||||
|
</div>
|
||||||
|
</footer>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
<!-- Navigation -->
|
||||||
|
<div id="logo" class="logo">
|
||||||
|
<a href="/" class="smooth-scroll-middle"><img width="200em" src="/assets/panix-logo.svg" alt=" Logo" /></a>
|
||||||
|
<a href="#navbar" onclick="blurBody()" alt="Navigation Menu" title="Navigation Menu"><span style="font-size: 34px;" class="icon solid fa-bars"></span></a>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div id="navbar" style="display: block;" class="modalDialog">
|
||||||
|
<a href="#close" onclick="removeBlur()" alt="Close Menu" title="Close Menu"><div id="closearea"> </div></a>
|
||||||
|
<nav>
|
||||||
|
<a href="#close" title="Close" onclick="removeBlur()" class="close-button close" style="margin: 0 auto;">X</a>
|
||||||
|
<ul>
|
||||||
|
|
||||||
|
|
||||||
|
<li><a href="../../" class="button small">Home</a></li>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<li><a href="../../releases/" class="button small">Releases</a></li>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<li><a href="../../logs/" class="button small">Web-Log</a></li>
|
||||||
|
|
||||||
|
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
</nav>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
<!-- End Navigation -->
|
||||||
|
<!-- Scripts -->
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<script src="../../assets/js/jquery.min.js"></script>
|
||||||
|
<script src="../../assets/js/jquery.scrollex.min.js"></script>
|
||||||
|
<script src="../../assets/js/jquery.scrolly.min.js"></script>
|
||||||
|
<script src="../../assets/js/browser.min.js"></script>
|
||||||
|
<script src="../../assets/js/breakpoints.min.js"></script>
|
||||||
|
<script src="../../assets/js/util.js"></script>
|
||||||
|
<script src="../../assets/js/main.js"></script>
|
||||||
|
<script src="../../assets/js/set.js"></script>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<script type="text/javascript">
|
||||||
|
// html5media enables <video> and <audio> tags in all major browsers
|
||||||
|
// External File: http://api.html5media.info/1.1.8/html5media.min.js
|
||||||
|
|
||||||
|
|
||||||
|
// Add user agent as an attribute on the <html> tag...
|
||||||
|
// Inspiration: http://css-tricks.com/ie-10-specific-styles/
|
||||||
|
var b = document.documentElement;
|
||||||
|
b.setAttribute('data-useragent', navigator.userAgent);
|
||||||
|
b.setAttribute('data-platform', navigator.platform);
|
||||||
|
|
||||||
|
|
||||||
|
// HTML5 audio player + playlist controls...
|
||||||
|
// Inspiration: http://jonhall.info/how_to/create_a_playlist_for_html5_audio
|
||||||
|
// Mythium Archive: https://archive.org/details/mythium/
|
||||||
|
jQuery(function ($) {
|
||||||
|
var supportsAudio = !!document.createElement('audio').canPlayType;
|
||||||
|
if (supportsAudio) {
|
||||||
|
var index = 0,
|
||||||
|
playing = false,
|
||||||
|
mediaPath = '',
|
||||||
|
extension = '',
|
||||||
|
tracks = [{
|
||||||
|
"track": 1,
|
||||||
|
"name": "Katze001",
|
||||||
|
"length": "1:56",
|
||||||
|
"file": "https://media.basspistol.com/panix/katze/1-katze001"
|
||||||
|
},{
|
||||||
|
"track": 2,
|
||||||
|
"name": "Katze002",
|
||||||
|
"length": "0:46",
|
||||||
|
"file": "https://media.basspistol.com/panix/katze/2-katze002"
|
||||||
|
},{
|
||||||
|
"track": 3,
|
||||||
|
"name": "Katze003",
|
||||||
|
"length": "2:31",
|
||||||
|
"file": "https://media.basspistol.com/panix/katze/3-katze003"
|
||||||
|
},{
|
||||||
|
"track": 4,
|
||||||
|
"name": "Katze004",
|
||||||
|
"length": "7:23",
|
||||||
|
"file": "https://media.basspistol.com/panix/katze/4-katze004"
|
||||||
|
},{
|
||||||
|
"track": 5,
|
||||||
|
"name": "How Much?",
|
||||||
|
"length": "5:12",
|
||||||
|
"file": "https://media.basspistol.com/panix/katze/5-how-much-"
|
||||||
|
}],
|
||||||
|
trackCount = tracks.length,
|
||||||
|
npAction = $('#npAction'),
|
||||||
|
npTitle = $('#npTitle'),
|
||||||
|
audio = $('#audio1').bind('play', function () {
|
||||||
|
playing = true;
|
||||||
|
npAction.text('Playing...');
|
||||||
|
}).bind('pause', function () {
|
||||||
|
playing = false;
|
||||||
|
npAction.text('Paused...');
|
||||||
|
}).bind('ended', function () {
|
||||||
|
npAction.text('Paused...');
|
||||||
|
if ((index + 1) < trackCount) {
|
||||||
|
index++;
|
||||||
|
loadTrack(index);
|
||||||
|
audio.play();
|
||||||
|
} else {
|
||||||
|
audio.pause();
|
||||||
|
index = 0;
|
||||||
|
loadTrack(index);
|
||||||
|
}
|
||||||
|
}).get(0),
|
||||||
|
btnPrev = $('#btnPrev').click(function () {
|
||||||
|
if ((index - 1) > -1) {
|
||||||
|
index--;
|
||||||
|
loadTrack(index);
|
||||||
|
if (playing) {
|
||||||
|
audio.play();
|
||||||
|
}
|
||||||
|
} else {
|
||||||
|
audio.pause();
|
||||||
|
index = 0;
|
||||||
|
loadTrack(index);
|
||||||
|
}
|
||||||
|
}),
|
||||||
|
btnNext = $('#btnNext').click(function () {
|
||||||
|
if ((index + 1) < trackCount) {
|
||||||
|
index++;
|
||||||
|
loadTrack(index);
|
||||||
|
if (playing) {
|
||||||
|
audio.play();
|
||||||
|
}
|
||||||
|
} else {
|
||||||
|
audio.pause();
|
||||||
|
index = 0;
|
||||||
|
loadTrack(index);
|
||||||
|
}
|
||||||
|
}),
|
||||||
|
li = $('#plList li').click(function () {
|
||||||
|
var id = parseInt($(this).index());
|
||||||
|
if (id !== index) {
|
||||||
|
playTrack(id);
|
||||||
|
}
|
||||||
|
}),
|
||||||
|
loadTrack = function (id) {
|
||||||
|
$('.plSel').removeClass('plSel');
|
||||||
|
$('#plList li:eq(' + id + ')').addClass('plSel');
|
||||||
|
npTitle.text(tracks[id].name);
|
||||||
|
index = id;
|
||||||
|
audio.src = mediaPath + tracks[id].file + extension;
|
||||||
|
$('audio').attr("data-matomo-title", tracks[id].name);
|
||||||
|
},
|
||||||
|
playTrack = function (id) {
|
||||||
|
loadTrack(id);
|
||||||
|
audio.play();
|
||||||
|
};
|
||||||
|
extension = audio.canPlayType('audio/mpeg') ? '.mp3' : audio.canPlayType('audio/ogg') ? '.ogg' : '';
|
||||||
|
loadTrack(index);
|
||||||
|
}
|
||||||
|
});
|
||||||
|
|
||||||
|
</script>
|
||||||
|
|
||||||
|
|
||||||
|
<div id="cookie-notice">
|
||||||
|
<p>We only use cookies if you consent to it. They don't contain any identifiable info: they just let us know if you enjoyed this enough to come back. <br />Click <a href="#" id="cookie-notice-decline">here</a> if you want this shit to go away without cookies. <br />Read more about how Basspistol <a href="/cookies/">use cookies</a> </p>
|
||||||
|
<a class="button small yes" href="#" id="cookie-notice-accept">I'm in!</a>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<script>
|
||||||
|
function createCookie(name, value, days) {
|
||||||
|
var expires = "";
|
||||||
|
if (days) {
|
||||||
|
var date = new Date();
|
||||||
|
date.setTime(date.getTime() + (days * 24 * 60 * 60 * 1000));
|
||||||
|
expires = "; expires=" + date.toUTCString();
|
||||||
|
}
|
||||||
|
document.cookie = name + "=" + value + expires + "; path=/";
|
||||||
|
}
|
||||||
|
function readCookie(name) {
|
||||||
|
var nameEQ = name + "=";
|
||||||
|
var ca = document.cookie.split(';');
|
||||||
|
for (var i = 0; i < ca.length; i++) {
|
||||||
|
var c = ca[i];
|
||||||
|
while (c.charAt(0) == ' ') c = c.substring(1, c.length);
|
||||||
|
if (c.indexOf(nameEQ) == 0) return c.substring(nameEQ.length, c.length);
|
||||||
|
}
|
||||||
|
return null;
|
||||||
|
}
|
||||||
|
function eraseCookie(name) {
|
||||||
|
createCookie(name, "", -1);
|
||||||
|
}
|
||||||
|
|
||||||
|
if (readCookie('cookie-notice-dismissed') == 'wantCookies') {
|
||||||
|
|
||||||
|
//* Matomo Tag Manager *//
|
||||||
|
|
||||||
|
var _mtm = _mtm || [];
|
||||||
|
_mtm.push({'mtm.startTime': (new Date().getTime()), 'event': 'mtm.Start'});
|
||||||
|
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
|
||||||
|
g.type='text/javascript'; g.async=true; g.defer=true; g.src='https://cdn.matomo.cloud/terminalnetwork.matomo.cloud/container_aJ0T3vZ5.js'; s.parentNode.insertBefore(g,s);
|
||||||
|
|
||||||
|
//* End Matomo Tag Manager *//
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
} else {
|
||||||
|
document.getElementById('cookie-notice').style.display = 'flex';
|
||||||
|
|
||||||
|
var _paq = window._paq || [];
|
||||||
|
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */
|
||||||
|
_paq.push(["setDocumentTitle", document.domain + "/" + document.title]);
|
||||||
|
_paq.push(["disableCookies"]);
|
||||||
|
_paq.push(['trackPageView']);
|
||||||
|
_paq.push(['enableLinkTracking']);
|
||||||
|
(function() {
|
||||||
|
var u="https://terminalnetwork.matomo.cloud/";
|
||||||
|
_paq.push(['setTrackerUrl', u+'matomo.php']);
|
||||||
|
_paq.push(['setSiteId', '14']);
|
||||||
|
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
|
||||||
|
g.type='text/javascript'; g.async=true; g.defer=true; g.src='//cdn.matomo.cloud/terminalnetwork.matomo.cloud/matomo.js'; s.parentNode.insertBefore(g,s);
|
||||||
|
})();
|
||||||
|
|
||||||
|
|
||||||
|
}
|
||||||
|
if (readCookie('cookie-notice-dismissed') == 'dontWantCookies') {
|
||||||
|
document.getElementById('cookie-notice').style.display = 'none';
|
||||||
|
|
||||||
|
var _paq = window._paq || [];
|
||||||
|
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */
|
||||||
|
_paq.push(["setDocumentTitle", document.domain + "/" + document.title]);
|
||||||
|
_paq.push(["disableCookies"]);
|
||||||
|
_paq.push(['trackPageView']);
|
||||||
|
_paq.push(['enableLinkTracking']);
|
||||||
|
(function() {
|
||||||
|
var u="https://terminalnetwork.matomo.cloud/";
|
||||||
|
_paq.push(['setTrackerUrl', u+'matomo.php']);
|
||||||
|
_paq.push(['setSiteId', '14']);
|
||||||
|
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
|
||||||
|
g.type='text/javascript'; g.async=true; g.defer=true; g.src='//cdn.matomo.cloud/terminalnetwork.matomo.cloud/matomo.js'; s.parentNode.insertBefore(g,s);
|
||||||
|
})();
|
||||||
|
|
||||||
|
}
|
||||||
|
document.getElementById('cookie-notice-accept').addEventListener("click", function () {
|
||||||
|
createCookie('cookie-notice-dismissed', 'wantCookies', 31);
|
||||||
|
document.getElementById('cookie-notice').style.display = 'none';
|
||||||
|
_paq.push(['trackEvent', 'Consent', 'wantCookie']);
|
||||||
|
location.reload();
|
||||||
|
});
|
||||||
|
|
||||||
|
document.getElementById('cookie-notice-decline').addEventListener("click", function () {
|
||||||
|
createCookie('cookie-notice-dismissed', 'dontWantCookies', 31);
|
||||||
|
document.getElementById('cookie-notice').style.display = 'none';
|
||||||
|
_paq.push(['trackEvent', 'Consent', 'dontWantCookie']);
|
||||||
|
location.reload();
|
||||||
|
});
|
||||||
|
|
||||||
|
// document.getElementById('cookie-notice-gimme').addEventListener("click", function () {
|
||||||
|
// createCookie('cookie-notice-dismissed', 'wantCookies', 31);
|
||||||
|
// document.getElementById('cookie-notice').style.display = 'none';
|
||||||
|
// location.reload();
|
||||||
|
// });
|
||||||
|
|
||||||
|
|
||||||
|
</script>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
404
albums/lite-off/1-no-disco-day/index.html
Normal file
404
albums/lite-off/1-no-disco-day/index.html
Normal file
|
|
@ -0,0 +1,404 @@
|
||||||
|
<!DOCTYPE html>
|
||||||
|
<!--
|
||||||
|
Based on _Story_ by html5up.net | @ajlkn
|
||||||
|
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
|
||||||
|
Remixed and Jekyllified by Setto
|
||||||
|
-->
|
||||||
|
<html lang="en">
|
||||||
|
<head>
|
||||||
|
<!-- Begin Jekyll SEO tag v2.6.1 -->
|
||||||
|
<meta name="generator" content="Jekyll v4.0.0" />
|
||||||
|
<meta property="og:title" content="1 No Disco Day" />
|
||||||
|
<meta name="author" content="pax:nion" />
|
||||||
|
<meta property="og:locale" content="en" />
|
||||||
|
<meta name="description" content="PHI, Panix Heavy Industries" />
|
||||||
|
<meta property="og:description" content="PHI, Panix Heavy Industries" />
|
||||||
|
<link rel="canonical" href="https://panix.basspistol.com/albums/lite-off/1-no-disco-day/" />
|
||||||
|
<meta property="og:url" content="https://panix.basspistol.com/albums/lite-off/1-no-disco-day/" />
|
||||||
|
<meta property="og:site_name" content="pax:nion" />
|
||||||
|
<meta property="og:type" content="article" />
|
||||||
|
<meta property="article:published_time" content="2020-07-05T18:07:03+00:00" />
|
||||||
|
<script type="application/ld+json">
|
||||||
|
{"description":"PHI, Panix Heavy Industries","@type":"AudioObject","headline":"1 No Disco Day","dateModified":"2020-07-05T18:07:00+00:00","datePublished":"2020-07-05T18:07:03+00:00","url":"https://panix.basspistol.com/albums/lite-off/1-no-disco-day/","author":{"@type":"Person","name":"pax:nion"},"publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://panix.basspistol.com/assets/img/setto_icon.png"},"name":"pax:nion"},"@context":"https://schema.org"}</script>
|
||||||
|
<!-- End Jekyll SEO tag -->
|
||||||
|
|
||||||
|
<link type="application/atom+xml" rel="alternate" href="https://panix.basspistol.com/feed.xml" title="" />
|
||||||
|
<!-- BEGIN seo.html -->
|
||||||
|
|
||||||
|
<title>Play No Disco Day by Panixonik</title>
|
||||||
|
<meta name="title" content="Play No Disco Day by Panixonik" />
|
||||||
|
|
||||||
|
<meta name="dc.date.modified" scheme="ISO8601" content="2020-07-05T18:07:00+00:00" />
|
||||||
|
<meta name="robots" content="index" />
|
||||||
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||||
|
<link rel="canonical" href="https://panix.basspistol.com/albums/lite-off/1-no-disco-day/" />
|
||||||
|
<link rel="alternate" hreflang="x-default" href="https://panix.basspistol.com/albums/lite-off/1-no-disco-day/" />
|
||||||
|
<meta name="geo.region" content="BJ-ZO" />
|
||||||
|
<meta name="geo.placename" content="Setto" />
|
||||||
|
<meta name="geo.position" content="7.48777;2.076389" />
|
||||||
|
<meta name="ICBM" content="7.48777, 2.076389" />
|
||||||
|
|
||||||
|
<!-- Dublin Core basic info -->
|
||||||
|
|
||||||
|
<meta name="dcterms.Identifier" content="https://panix.basspistol.com" />
|
||||||
|
<meta name="dcterms.Format" content="text/html" />
|
||||||
|
<meta name="dcterms.Relation" content="pax:nion" />
|
||||||
|
<meta name="dcterms.Publisher" content="pax:nion" />
|
||||||
|
<meta name="dcterms.Type" content="text/html" />
|
||||||
|
<meta name="dcterms.Coverage" content="https://panix.basspistol.com/" />
|
||||||
|
<meta name="dcterms.Rights" content="Copyright ©2020 pax:nion." />
|
||||||
|
|
||||||
|
<meta name="dcterms.Subject" content="Listen and to a track by Panixonik from the release Lite Off and support your remote artist!" />
|
||||||
|
<meta name="dcterms.Title" content="No Disco Day - Panixonik | pax:nion" />
|
||||||
|
|
||||||
|
<meta name="dcterms.Contributor" content="pax:nion" />
|
||||||
|
<meta name="dcterms.Date" content="2020-07-05" />
|
||||||
|
<meta name="dcterms.Description" content="" />
|
||||||
|
|
||||||
|
<!-- Twitter Card -->
|
||||||
|
|
||||||
|
<meta name="twitter:card" content="summary" />
|
||||||
|
<meta name="twitter:site" content="@" />
|
||||||
|
<meta name="twitter:title" content="1 No Disco Day | pax:nion" />
|
||||||
|
<meta name="twitter:description" content="PHI, Panix Heavy Industries" />
|
||||||
|
|
||||||
|
<meta name="twitter:image" content="https://panix.basspistol.com/assets/albums/lite-off/1-no-disco-day.jpeg" />
|
||||||
|
|
||||||
|
<!-- END seo.html -->
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<meta charset="utf-8" />
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=yes" />
|
||||||
|
<link rel="stylesheet" href="../../../assets/css/main20200519.css" />
|
||||||
|
|
||||||
|
<link rel="apple-touch-icon" href="https://panix.basspistol.com/apple-touch-icon.png" />
|
||||||
|
<link rel="icon" type="image/png" href="https://panix.basspistol.com/touch-icon.png" sizes="192x192" />
|
||||||
|
<link rel="shortcut icon" href="https://panix.basspistol.com/assets/img/setto_icon.png" type="image/png" />
|
||||||
|
<noscript><link rel="stylesheet" href="../../../assets/css/noscript20200518-rev1.css" /></noscript>
|
||||||
|
</head>
|
||||||
|
|
||||||
|
<body class="is-preload" id="body">
|
||||||
|
<span id="top" style="display: none;"></span>
|
||||||
|
<!-- Wrapper -->
|
||||||
|
<div id="wrapper" class="divided" data-cms-content-wrapper="/_layouts/default.html">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<!-- Banner -->
|
||||||
|
<section
|
||||||
|
class="banner onload-image-fade-in onload-content-fade-right style3 fullscreen content-align-center image-position-center" style="background-image:url('https://media.basspistol.com/panix/lite-off/1-no-disco-day.jpeg');background-size: cover; background-repeat: no-repeat;">
|
||||||
|
<div style="z-index:0;position:absolute; top:0; left:0; width:100%;height:100%;background-color: rgba(13, 13 ,13, 0.85);"></div>
|
||||||
|
<div class="content" style="z-index:1">
|
||||||
|
<h1 style="margin-top:80px">No Disco Day</h1>
|
||||||
|
|
||||||
|
<p><strong><span id="tracktime"></span></strong><span id="nodiscoday"></span></strong> <br />
|
||||||
|
Style: <strong>Electronic</strong>
|
||||||
|
</p>
|
||||||
|
<script type="text/javascript">
|
||||||
|
var nodiscodaytimestamp = 68;
|
||||||
|
var nodiscodayhours = Math.floor(nodiscodaytimestamp / 60 / 60);
|
||||||
|
var nodiscodayminutes = Math.floor(nodiscodaytimestamp / 60) - (nodiscodayhours * 60);
|
||||||
|
var nodiscodayseconds = nodiscodaytimestamp % 60;
|
||||||
|
var nodiscodayformatted = nodiscodayhours.toString().padStart(2, '0') + ':' + nodiscodayminutes.toString().padStart(2, '0') + ':' + nodiscodayseconds.toString().padStart(2, '0');
|
||||||
|
var theSpan = document.getElementById("nodiscoday");
|
||||||
|
theSpan.innerHTML = nodiscodayformatted;
|
||||||
|
</script>
|
||||||
|
|
||||||
|
|
||||||
|
<ul class="actions stacked">
|
||||||
|
<li><button id="mu_pause" class="smooth-scroll-middle button icon solid fa-play">Play dat!</button></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="image">
|
||||||
|
<img src="https://media.basspistol.com/panix/lite-off/1-no-disco-day.jpeg" alt="1 No Disco Day logo" id="coverart" />
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
|
||||||
|
|
||||||
|
<!-- Page navigation -->
|
||||||
|
<section class="wrapper style1 align-center">
|
||||||
|
<div class="inner">
|
||||||
|
<div class="index align-left">
|
||||||
|
<!-- Author -->
|
||||||
|
<section class="streambox" style="margin-top:40px;padding: 40px;">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<h3 style="text-align: center;display: block;">This track can't be bought</h3>
|
||||||
|
<p>But other tracks are available here:</p>
|
||||||
|
|
||||||
|
|
||||||
|
<div class="streamer">
|
||||||
|
|
||||||
|
|
||||||
|
<a onclick="_paq.push(['trackEvent', 'StoreLink', 'Bandcamp']);" target="_blank" rel="noopener" href="https://panixheavyindustries.bandcamp.com" alt="Stream from Bandcamp" title="Stream from Bandcamp" class="button icon brands fa-bandcamp">Bandcamp</a>
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</section>
|
||||||
|
<section>
|
||||||
|
<!-- Content -->
|
||||||
|
<div class="content">
|
||||||
|
<!-- post Naviation -->
|
||||||
|
<div style="text-align: center;">
|
||||||
|
<h3>Play more songs grom this release</h3>
|
||||||
|
</div>
|
||||||
|
<div class="post-nav">
|
||||||
|
<div>
|
||||||
|
|
||||||
|
<h4><a href="../../../albums/lite-off/3-nattsudd/" alt="Read Nattsudd" title="Read Nattsudd"><i class="fas fa-arrow-left"></i></a> <a
|
||||||
|
href="../../../albums/lite-off/3-nattsudd/"> Nattsudd</a>
|
||||||
|
</h4>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
<div class="post-nav-next">
|
||||||
|
|
||||||
|
<h4><a href="../../../albums/lite-off/2-invaders/"> Invaders</a> <a
|
||||||
|
href="../../../albums/lite-off/2-invaders/" alt="Read Invaders" title="Read Invaders"><i class="fas fa-arrow-right"></i></a></h4>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<!-- End Post Navigation -->
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
<!-- Audio player-->
|
||||||
|
<audio autoplay preload="true" data-matomo-title="No Disco Day">
|
||||||
|
<source src="https://media.basspistol.com/panix/lite-off/1-no-disco-day.mp3" type="audio/mpeg" ontimeupdate='updateTrackTime(this);' />
|
||||||
|
<h1>Your browser isn't ready for so much hotness. Use the download-link instead.</h1>.
|
||||||
|
</audio>
|
||||||
|
<!-- Footer -->
|
||||||
|
<footer id="footer" class="wrapper style1 align-center">
|
||||||
|
<div class="footflex">
|
||||||
|
<div>
|
||||||
|
<h4>pax:nion</h4>
|
||||||
|
<p>PHI, Panix Heavy Industries
|
||||||
|
<br /><a href="mailto:"></a></p>
|
||||||
|
</div>
|
||||||
|
<div>
|
||||||
|
<ul>
|
||||||
|
<li><a href="#top" class="smooth-scroll-middle">Back to top</a></li>
|
||||||
|
<li><a href="/#album0" class="smooth-scroll-middle">music</a></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<div><img src="/assets/panix-logo-dark.svg" style="max-width:300px" alt="pax:nion Logo" /></div>
|
||||||
|
</div>
|
||||||
|
<div class="inner">
|
||||||
|
<ul class="icons">
|
||||||
|
|
||||||
|
<!-- <li><a href="mailto:" class="icon style2 fa-envelope"><span class="label">Email</span></a></li> -->
|
||||||
|
</ul>
|
||||||
|
<p>©2020 Basspistol | <a href="../../../webcreds/">Credits</a> | <a href="../../../cookies/">Cookies & Privacy</a></p>
|
||||||
|
</div>
|
||||||
|
</footer>
|
||||||
|
|
||||||
|
|
||||||
|
<script type="text/javascript">
|
||||||
|
function loadUrl(newLocation) {
|
||||||
|
window.location = newLocation;
|
||||||
|
return false;
|
||||||
|
}
|
||||||
|
|
||||||
|
var mu = document.getElementsByTagName("audio")[0];
|
||||||
|
var pauseButton = document.getElementById("mu_pause");
|
||||||
|
var spincover = document.getElementById("coverart");
|
||||||
|
|
||||||
|
mu.addEventListener('ended', function () {
|
||||||
|
// only functional if "loop" is removed
|
||||||
|
mu.pause();
|
||||||
|
mu.currentTime = 0;
|
||||||
|
loadUrl("../../../lite-off/2-invaders/"); return false;
|
||||||
|
});
|
||||||
|
mu.onplaying = function() {
|
||||||
|
pauseButton.innerHTML = "Pause";
|
||||||
|
pauseButton.classList.remove("fa-play");
|
||||||
|
pauseButton.classList.add("fa-pause");
|
||||||
|
spincover.classList.add("spinnit");
|
||||||
|
spincover.classList.remove("paused");
|
||||||
|
};
|
||||||
|
|
||||||
|
pauseButton.addEventListener("click", function () {
|
||||||
|
if (mu.paused) {
|
||||||
|
mu.play();
|
||||||
|
|
||||||
|
}
|
||||||
|
else {
|
||||||
|
mu.pause();
|
||||||
|
pauseButton.innerHTML = "Resume";
|
||||||
|
pauseButton.classList.add("fa-play");
|
||||||
|
pauseButton.classList.remove("fa-pause");
|
||||||
|
spincover.classList.add("paused");
|
||||||
|
}
|
||||||
|
});
|
||||||
|
|
||||||
|
mu.addEventListener('timeupdate', function () {
|
||||||
|
var timestamp = Math.floor(mu.currentTime);
|
||||||
|
var hours = Math.floor(timestamp / 60 / 60);
|
||||||
|
var minutes = Math.floor(timestamp / 60) - (hours * 60);
|
||||||
|
var seconds = timestamp % 60;
|
||||||
|
var formatted = hours.toString().padStart(2, '0') + ':' + minutes.toString().padStart(2, '0') + ':' + seconds.toString().padStart(2, '0');
|
||||||
|
var thecurrentSpan = document.getElementById("tracktime");
|
||||||
|
thecurrentSpan.innerHTML = formatted + ' / ';
|
||||||
|
});
|
||||||
|
|
||||||
|
</script>
|
||||||
|
</div>
|
||||||
|
<!-- Navigation -->
|
||||||
|
<div id="logo" class="logo">
|
||||||
|
<a href="/" class="smooth-scroll-middle"><img width="200em" src="/assets/panix-logo.svg" alt=" Logo" /></a>
|
||||||
|
<a href="#navbar" onclick="blurBody()" alt="Navigation Menu" title="Navigation Menu"><span style="font-size: 34px;" class="icon solid fa-bars"></span></a>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div id="navbar" style="display: block;" class="modalDialog">
|
||||||
|
<a href="#close" onclick="removeBlur()" alt="Close Menu" title="Close Menu"><div id="closearea"> </div></a>
|
||||||
|
<nav>
|
||||||
|
<a href="#close" title="Close" onclick="removeBlur()" class="close-button close" style="margin: 0 auto;">X</a>
|
||||||
|
<ul>
|
||||||
|
|
||||||
|
|
||||||
|
<li><a href="../../../" class="button small">Home</a></li>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<li><a href="../../../releases/" class="button small">Releases</a></li>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<li><a href="../../../logs/" class="button small">Web-Log</a></li>
|
||||||
|
|
||||||
|
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
</nav>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
<!-- End Navigation -->
|
||||||
|
<!-- Scripts -->
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<script src="../../../assets/js/jquery.min.js"></script>
|
||||||
|
<script src="../../../assets/js/jquery.scrollex.min.js"></script>
|
||||||
|
<script src="../../../assets/js/jquery.scrolly.min.js"></script>
|
||||||
|
<script src="../../../assets/js/browser.min.js"></script>
|
||||||
|
<script src="../../../assets/js/breakpoints.min.js"></script>
|
||||||
|
<script src="../../../assets/js/util.js"></script>
|
||||||
|
<script src="../../../assets/js/main.js"></script>
|
||||||
|
<script src="../../../assets/js/set.js"></script>
|
||||||
|
|
||||||
|
|
||||||
|
<div id="cookie-notice">
|
||||||
|
<p>We only use cookies if you consent to it. They don't contain any identifiable info: they just let us know if you enjoyed this enough to come back. <br />Click <a href="#" id="cookie-notice-decline">here</a> if you want this shit to go away without cookies. <br />Read more about how Basspistol <a href="/cookies/">use cookies</a> </p>
|
||||||
|
<a class="button small yes" href="#" id="cookie-notice-accept">I'm in!</a>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<script>
|
||||||
|
function createCookie(name, value, days) {
|
||||||
|
var expires = "";
|
||||||
|
if (days) {
|
||||||
|
var date = new Date();
|
||||||
|
date.setTime(date.getTime() + (days * 24 * 60 * 60 * 1000));
|
||||||
|
expires = "; expires=" + date.toUTCString();
|
||||||
|
}
|
||||||
|
document.cookie = name + "=" + value + expires + "; path=/";
|
||||||
|
}
|
||||||
|
function readCookie(name) {
|
||||||
|
var nameEQ = name + "=";
|
||||||
|
var ca = document.cookie.split(';');
|
||||||
|
for (var i = 0; i < ca.length; i++) {
|
||||||
|
var c = ca[i];
|
||||||
|
while (c.charAt(0) == ' ') c = c.substring(1, c.length);
|
||||||
|
if (c.indexOf(nameEQ) == 0) return c.substring(nameEQ.length, c.length);
|
||||||
|
}
|
||||||
|
return null;
|
||||||
|
}
|
||||||
|
function eraseCookie(name) {
|
||||||
|
createCookie(name, "", -1);
|
||||||
|
}
|
||||||
|
|
||||||
|
if (readCookie('cookie-notice-dismissed') == 'wantCookies') {
|
||||||
|
|
||||||
|
//* Matomo Tag Manager *//
|
||||||
|
|
||||||
|
var _mtm = _mtm || [];
|
||||||
|
_mtm.push({'mtm.startTime': (new Date().getTime()), 'event': 'mtm.Start'});
|
||||||
|
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
|
||||||
|
g.type='text/javascript'; g.async=true; g.defer=true; g.src='https://cdn.matomo.cloud/terminalnetwork.matomo.cloud/container_aJ0T3vZ5.js'; s.parentNode.insertBefore(g,s);
|
||||||
|
|
||||||
|
//* End Matomo Tag Manager *//
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
} else {
|
||||||
|
document.getElementById('cookie-notice').style.display = 'flex';
|
||||||
|
|
||||||
|
var _paq = window._paq || [];
|
||||||
|
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */
|
||||||
|
_paq.push(["setDocumentTitle", document.domain + "/" + document.title]);
|
||||||
|
_paq.push(["disableCookies"]);
|
||||||
|
_paq.push(['trackPageView']);
|
||||||
|
_paq.push(['enableLinkTracking']);
|
||||||
|
(function() {
|
||||||
|
var u="https://terminalnetwork.matomo.cloud/";
|
||||||
|
_paq.push(['setTrackerUrl', u+'matomo.php']);
|
||||||
|
_paq.push(['setSiteId', '14']);
|
||||||
|
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
|
||||||
|
g.type='text/javascript'; g.async=true; g.defer=true; g.src='//cdn.matomo.cloud/terminalnetwork.matomo.cloud/matomo.js'; s.parentNode.insertBefore(g,s);
|
||||||
|
})();
|
||||||
|
|
||||||
|
|
||||||
|
}
|
||||||
|
if (readCookie('cookie-notice-dismissed') == 'dontWantCookies') {
|
||||||
|
document.getElementById('cookie-notice').style.display = 'none';
|
||||||
|
|
||||||
|
var _paq = window._paq || [];
|
||||||
|
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */
|
||||||
|
_paq.push(["setDocumentTitle", document.domain + "/" + document.title]);
|
||||||
|
_paq.push(["disableCookies"]);
|
||||||
|
_paq.push(['trackPageView']);
|
||||||
|
_paq.push(['enableLinkTracking']);
|
||||||
|
(function() {
|
||||||
|
var u="https://terminalnetwork.matomo.cloud/";
|
||||||
|
_paq.push(['setTrackerUrl', u+'matomo.php']);
|
||||||
|
_paq.push(['setSiteId', '14']);
|
||||||
|
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
|
||||||
|
g.type='text/javascript'; g.async=true; g.defer=true; g.src='//cdn.matomo.cloud/terminalnetwork.matomo.cloud/matomo.js'; s.parentNode.insertBefore(g,s);
|
||||||
|
})();
|
||||||
|
|
||||||
|
}
|
||||||
|
document.getElementById('cookie-notice-accept').addEventListener("click", function () {
|
||||||
|
createCookie('cookie-notice-dismissed', 'wantCookies', 31);
|
||||||
|
document.getElementById('cookie-notice').style.display = 'none';
|
||||||
|
_paq.push(['trackEvent', 'Consent', 'wantCookie']);
|
||||||
|
location.reload();
|
||||||
|
});
|
||||||
|
|
||||||
|
document.getElementById('cookie-notice-decline').addEventListener("click", function () {
|
||||||
|
createCookie('cookie-notice-dismissed', 'dontWantCookies', 31);
|
||||||
|
document.getElementById('cookie-notice').style.display = 'none';
|
||||||
|
_paq.push(['trackEvent', 'Consent', 'dontWantCookie']);
|
||||||
|
location.reload();
|
||||||
|
});
|
||||||
|
|
||||||
|
// document.getElementById('cookie-notice-gimme').addEventListener("click", function () {
|
||||||
|
// createCookie('cookie-notice-dismissed', 'wantCookies', 31);
|
||||||
|
// document.getElementById('cookie-notice').style.display = 'none';
|
||||||
|
// location.reload();
|
||||||
|
// });
|
||||||
|
|
||||||
|
|
||||||
|
</script>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
404
albums/lite-off/2-invaders/index.html
Normal file
404
albums/lite-off/2-invaders/index.html
Normal file
|
|
@ -0,0 +1,404 @@
|
||||||
|
<!DOCTYPE html>
|
||||||
|
<!--
|
||||||
|
Based on _Story_ by html5up.net | @ajlkn
|
||||||
|
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
|
||||||
|
Remixed and Jekyllified by Setto
|
||||||
|
-->
|
||||||
|
<html lang="en">
|
||||||
|
<head>
|
||||||
|
<!-- Begin Jekyll SEO tag v2.6.1 -->
|
||||||
|
<meta name="generator" content="Jekyll v4.0.0" />
|
||||||
|
<meta property="og:title" content="2 Invaders" />
|
||||||
|
<meta name="author" content="pax:nion" />
|
||||||
|
<meta property="og:locale" content="en" />
|
||||||
|
<meta name="description" content="PHI, Panix Heavy Industries" />
|
||||||
|
<meta property="og:description" content="PHI, Panix Heavy Industries" />
|
||||||
|
<link rel="canonical" href="https://panix.basspistol.com/albums/lite-off/2-invaders/" />
|
||||||
|
<meta property="og:url" content="https://panix.basspistol.com/albums/lite-off/2-invaders/" />
|
||||||
|
<meta property="og:site_name" content="pax:nion" />
|
||||||
|
<meta property="og:type" content="article" />
|
||||||
|
<meta property="article:published_time" content="2020-07-05T18:07:03+00:00" />
|
||||||
|
<script type="application/ld+json">
|
||||||
|
{"description":"PHI, Panix Heavy Industries","@type":"AudioObject","headline":"2 Invaders","dateModified":"2020-07-05T18:07:00+00:00","datePublished":"2020-07-05T18:07:03+00:00","url":"https://panix.basspistol.com/albums/lite-off/2-invaders/","author":{"@type":"Person","name":"pax:nion"},"publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://panix.basspistol.com/assets/img/setto_icon.png"},"name":"pax:nion"},"@context":"https://schema.org"}</script>
|
||||||
|
<!-- End Jekyll SEO tag -->
|
||||||
|
|
||||||
|
<link type="application/atom+xml" rel="alternate" href="https://panix.basspistol.com/feed.xml" title="" />
|
||||||
|
<!-- BEGIN seo.html -->
|
||||||
|
|
||||||
|
<title>Play Invaders by Panixonik</title>
|
||||||
|
<meta name="title" content="Play Invaders by Panixonik" />
|
||||||
|
|
||||||
|
<meta name="dc.date.modified" scheme="ISO8601" content="2020-07-05T18:07:00+00:00" />
|
||||||
|
<meta name="robots" content="index" />
|
||||||
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||||
|
<link rel="canonical" href="https://panix.basspistol.com/albums/lite-off/2-invaders/" />
|
||||||
|
<link rel="alternate" hreflang="x-default" href="https://panix.basspistol.com/albums/lite-off/2-invaders/" />
|
||||||
|
<meta name="geo.region" content="BJ-ZO" />
|
||||||
|
<meta name="geo.placename" content="Setto" />
|
||||||
|
<meta name="geo.position" content="7.48777;2.076389" />
|
||||||
|
<meta name="ICBM" content="7.48777, 2.076389" />
|
||||||
|
|
||||||
|
<!-- Dublin Core basic info -->
|
||||||
|
|
||||||
|
<meta name="dcterms.Identifier" content="https://panix.basspistol.com" />
|
||||||
|
<meta name="dcterms.Format" content="text/html" />
|
||||||
|
<meta name="dcterms.Relation" content="pax:nion" />
|
||||||
|
<meta name="dcterms.Publisher" content="pax:nion" />
|
||||||
|
<meta name="dcterms.Type" content="text/html" />
|
||||||
|
<meta name="dcterms.Coverage" content="https://panix.basspistol.com/" />
|
||||||
|
<meta name="dcterms.Rights" content="Copyright ©2020 pax:nion." />
|
||||||
|
|
||||||
|
<meta name="dcterms.Subject" content="Listen and to a track by Panixonik from the release Lite Off and support your remote artist!" />
|
||||||
|
<meta name="dcterms.Title" content="Invaders - Panixonik | pax:nion" />
|
||||||
|
|
||||||
|
<meta name="dcterms.Contributor" content="pax:nion" />
|
||||||
|
<meta name="dcterms.Date" content="2020-07-05" />
|
||||||
|
<meta name="dcterms.Description" content="" />
|
||||||
|
|
||||||
|
<!-- Twitter Card -->
|
||||||
|
|
||||||
|
<meta name="twitter:card" content="summary" />
|
||||||
|
<meta name="twitter:site" content="@" />
|
||||||
|
<meta name="twitter:title" content="2 Invaders | pax:nion" />
|
||||||
|
<meta name="twitter:description" content="PHI, Panix Heavy Industries" />
|
||||||
|
|
||||||
|
<meta name="twitter:image" content="https://panix.basspistol.com/assets/albums/lite-off/2-invaders.jpeg" />
|
||||||
|
|
||||||
|
<!-- END seo.html -->
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<meta charset="utf-8" />
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=yes" />
|
||||||
|
<link rel="stylesheet" href="../../../assets/css/main20200519.css" />
|
||||||
|
|
||||||
|
<link rel="apple-touch-icon" href="https://panix.basspistol.com/apple-touch-icon.png" />
|
||||||
|
<link rel="icon" type="image/png" href="https://panix.basspistol.com/touch-icon.png" sizes="192x192" />
|
||||||
|
<link rel="shortcut icon" href="https://panix.basspistol.com/assets/img/setto_icon.png" type="image/png" />
|
||||||
|
<noscript><link rel="stylesheet" href="../../../assets/css/noscript20200518-rev1.css" /></noscript>
|
||||||
|
</head>
|
||||||
|
|
||||||
|
<body class="is-preload" id="body">
|
||||||
|
<span id="top" style="display: none;"></span>
|
||||||
|
<!-- Wrapper -->
|
||||||
|
<div id="wrapper" class="divided" data-cms-content-wrapper="/_layouts/default.html">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<!-- Banner -->
|
||||||
|
<section
|
||||||
|
class="banner onload-image-fade-in onload-content-fade-right style3 fullscreen content-align-center image-position-center" style="background-image:url('https://media.basspistol.com/panix/lite-off/2-invaders.jpeg');background-size: cover; background-repeat: no-repeat;">
|
||||||
|
<div style="z-index:0;position:absolute; top:0; left:0; width:100%;height:100%;background-color: rgba(13, 13 ,13, 0.85);"></div>
|
||||||
|
<div class="content" style="z-index:1">
|
||||||
|
<h1 style="margin-top:80px">Invaders</h1>
|
||||||
|
|
||||||
|
<p><strong><span id="tracktime"></span></strong><span id="invaders"></span></strong> <br />
|
||||||
|
Style: <strong>Electronic</strong>
|
||||||
|
</p>
|
||||||
|
<script type="text/javascript">
|
||||||
|
var invaderstimestamp = 168;
|
||||||
|
var invadershours = Math.floor(invaderstimestamp / 60 / 60);
|
||||||
|
var invadersminutes = Math.floor(invaderstimestamp / 60) - (invadershours * 60);
|
||||||
|
var invadersseconds = invaderstimestamp % 60;
|
||||||
|
var invadersformatted = invadershours.toString().padStart(2, '0') + ':' + invadersminutes.toString().padStart(2, '0') + ':' + invadersseconds.toString().padStart(2, '0');
|
||||||
|
var theSpan = document.getElementById("invaders");
|
||||||
|
theSpan.innerHTML = invadersformatted;
|
||||||
|
</script>
|
||||||
|
|
||||||
|
|
||||||
|
<ul class="actions stacked">
|
||||||
|
<li><button id="mu_pause" class="smooth-scroll-middle button icon solid fa-play">Play dat!</button></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="image">
|
||||||
|
<img src="https://media.basspistol.com/panix/lite-off/2-invaders.jpeg" alt="2 Invaders logo" id="coverart" />
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
|
||||||
|
|
||||||
|
<!-- Page navigation -->
|
||||||
|
<section class="wrapper style1 align-center">
|
||||||
|
<div class="inner">
|
||||||
|
<div class="index align-left">
|
||||||
|
<!-- Author -->
|
||||||
|
<section class="streambox" style="margin-top:40px;padding: 40px;">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<h3 style="text-align: center;display: block;">This track can't be bought</h3>
|
||||||
|
<p>But other tracks are available here:</p>
|
||||||
|
|
||||||
|
|
||||||
|
<div class="streamer">
|
||||||
|
|
||||||
|
|
||||||
|
<a onclick="_paq.push(['trackEvent', 'StoreLink', 'Bandcamp']);" target="_blank" rel="noopener" href="https://panixheavyindustries.bandcamp.com" alt="Stream from Bandcamp" title="Stream from Bandcamp" class="button icon brands fa-bandcamp">Bandcamp</a>
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</section>
|
||||||
|
<section>
|
||||||
|
<!-- Content -->
|
||||||
|
<div class="content">
|
||||||
|
<!-- post Naviation -->
|
||||||
|
<div style="text-align: center;">
|
||||||
|
<h3>Play more songs grom this release</h3>
|
||||||
|
</div>
|
||||||
|
<div class="post-nav">
|
||||||
|
<div>
|
||||||
|
|
||||||
|
<h4><a href="../../../albums/lite-off/1-no-disco-day/" alt="Read No Disco Day" title="Read No Disco Day"><i class="fas fa-arrow-left"></i></a> <a
|
||||||
|
href="../../../albums/lite-off/1-no-disco-day/"> No Disco Day</a>
|
||||||
|
</h4>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
<div class="post-nav-next">
|
||||||
|
|
||||||
|
<h4><a href="../../../albums/lite-off/3-nattsudd/"> Nattsudd</a> <a
|
||||||
|
href="../../../albums/lite-off/3-nattsudd/" alt="Read Nattsudd" title="Read Nattsudd"><i class="fas fa-arrow-right"></i></a></h4>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<!-- End Post Navigation -->
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
<!-- Audio player-->
|
||||||
|
<audio autoplay preload="true" data-matomo-title="Invaders">
|
||||||
|
<source src="https://media.basspistol.com/panix/lite-off/2-invaders.mp3" type="audio/mpeg" ontimeupdate='updateTrackTime(this);' />
|
||||||
|
<h1>Your browser isn't ready for so much hotness. Use the download-link instead.</h1>.
|
||||||
|
</audio>
|
||||||
|
<!-- Footer -->
|
||||||
|
<footer id="footer" class="wrapper style1 align-center">
|
||||||
|
<div class="footflex">
|
||||||
|
<div>
|
||||||
|
<h4>pax:nion</h4>
|
||||||
|
<p>PHI, Panix Heavy Industries
|
||||||
|
<br /><a href="mailto:"></a></p>
|
||||||
|
</div>
|
||||||
|
<div>
|
||||||
|
<ul>
|
||||||
|
<li><a href="#top" class="smooth-scroll-middle">Back to top</a></li>
|
||||||
|
<li><a href="/#album0" class="smooth-scroll-middle">music</a></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<div><img src="/assets/panix-logo-dark.svg" style="max-width:300px" alt="pax:nion Logo" /></div>
|
||||||
|
</div>
|
||||||
|
<div class="inner">
|
||||||
|
<ul class="icons">
|
||||||
|
|
||||||
|
<!-- <li><a href="mailto:" class="icon style2 fa-envelope"><span class="label">Email</span></a></li> -->
|
||||||
|
</ul>
|
||||||
|
<p>©2020 Basspistol | <a href="../../../webcreds/">Credits</a> | <a href="../../../cookies/">Cookies & Privacy</a></p>
|
||||||
|
</div>
|
||||||
|
</footer>
|
||||||
|
|
||||||
|
|
||||||
|
<script type="text/javascript">
|
||||||
|
function loadUrl(newLocation) {
|
||||||
|
window.location = newLocation;
|
||||||
|
return false;
|
||||||
|
}
|
||||||
|
|
||||||
|
var mu = document.getElementsByTagName("audio")[0];
|
||||||
|
var pauseButton = document.getElementById("mu_pause");
|
||||||
|
var spincover = document.getElementById("coverart");
|
||||||
|
|
||||||
|
mu.addEventListener('ended', function () {
|
||||||
|
// only functional if "loop" is removed
|
||||||
|
mu.pause();
|
||||||
|
mu.currentTime = 0;
|
||||||
|
loadUrl("../../../lite-off/3-nattsudd/"); return false;
|
||||||
|
});
|
||||||
|
mu.onplaying = function() {
|
||||||
|
pauseButton.innerHTML = "Pause";
|
||||||
|
pauseButton.classList.remove("fa-play");
|
||||||
|
pauseButton.classList.add("fa-pause");
|
||||||
|
spincover.classList.add("spinnit");
|
||||||
|
spincover.classList.remove("paused");
|
||||||
|
};
|
||||||
|
|
||||||
|
pauseButton.addEventListener("click", function () {
|
||||||
|
if (mu.paused) {
|
||||||
|
mu.play();
|
||||||
|
|
||||||
|
}
|
||||||
|
else {
|
||||||
|
mu.pause();
|
||||||
|
pauseButton.innerHTML = "Resume";
|
||||||
|
pauseButton.classList.add("fa-play");
|
||||||
|
pauseButton.classList.remove("fa-pause");
|
||||||
|
spincover.classList.add("paused");
|
||||||
|
}
|
||||||
|
});
|
||||||
|
|
||||||
|
mu.addEventListener('timeupdate', function () {
|
||||||
|
var timestamp = Math.floor(mu.currentTime);
|
||||||
|
var hours = Math.floor(timestamp / 60 / 60);
|
||||||
|
var minutes = Math.floor(timestamp / 60) - (hours * 60);
|
||||||
|
var seconds = timestamp % 60;
|
||||||
|
var formatted = hours.toString().padStart(2, '0') + ':' + minutes.toString().padStart(2, '0') + ':' + seconds.toString().padStart(2, '0');
|
||||||
|
var thecurrentSpan = document.getElementById("tracktime");
|
||||||
|
thecurrentSpan.innerHTML = formatted + ' / ';
|
||||||
|
});
|
||||||
|
|
||||||
|
</script>
|
||||||
|
</div>
|
||||||
|
<!-- Navigation -->
|
||||||
|
<div id="logo" class="logo">
|
||||||
|
<a href="/" class="smooth-scroll-middle"><img width="200em" src="/assets/panix-logo.svg" alt=" Logo" /></a>
|
||||||
|
<a href="#navbar" onclick="blurBody()" alt="Navigation Menu" title="Navigation Menu"><span style="font-size: 34px;" class="icon solid fa-bars"></span></a>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div id="navbar" style="display: block;" class="modalDialog">
|
||||||
|
<a href="#close" onclick="removeBlur()" alt="Close Menu" title="Close Menu"><div id="closearea"> </div></a>
|
||||||
|
<nav>
|
||||||
|
<a href="#close" title="Close" onclick="removeBlur()" class="close-button close" style="margin: 0 auto;">X</a>
|
||||||
|
<ul>
|
||||||
|
|
||||||
|
|
||||||
|
<li><a href="../../../" class="button small">Home</a></li>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<li><a href="../../../releases/" class="button small">Releases</a></li>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<li><a href="../../../logs/" class="button small">Web-Log</a></li>
|
||||||
|
|
||||||
|
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
</nav>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
<!-- End Navigation -->
|
||||||
|
<!-- Scripts -->
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<script src="../../../assets/js/jquery.min.js"></script>
|
||||||
|
<script src="../../../assets/js/jquery.scrollex.min.js"></script>
|
||||||
|
<script src="../../../assets/js/jquery.scrolly.min.js"></script>
|
||||||
|
<script src="../../../assets/js/browser.min.js"></script>
|
||||||
|
<script src="../../../assets/js/breakpoints.min.js"></script>
|
||||||
|
<script src="../../../assets/js/util.js"></script>
|
||||||
|
<script src="../../../assets/js/main.js"></script>
|
||||||
|
<script src="../../../assets/js/set.js"></script>
|
||||||
|
|
||||||
|
|
||||||
|
<div id="cookie-notice">
|
||||||
|
<p>We only use cookies if you consent to it. They don't contain any identifiable info: they just let us know if you enjoyed this enough to come back. <br />Click <a href="#" id="cookie-notice-decline">here</a> if you want this shit to go away without cookies. <br />Read more about how Basspistol <a href="/cookies/">use cookies</a> </p>
|
||||||
|
<a class="button small yes" href="#" id="cookie-notice-accept">I'm in!</a>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<script>
|
||||||
|
function createCookie(name, value, days) {
|
||||||
|
var expires = "";
|
||||||
|
if (days) {
|
||||||
|
var date = new Date();
|
||||||
|
date.setTime(date.getTime() + (days * 24 * 60 * 60 * 1000));
|
||||||
|
expires = "; expires=" + date.toUTCString();
|
||||||
|
}
|
||||||
|
document.cookie = name + "=" + value + expires + "; path=/";
|
||||||
|
}
|
||||||
|
function readCookie(name) {
|
||||||
|
var nameEQ = name + "=";
|
||||||
|
var ca = document.cookie.split(';');
|
||||||
|
for (var i = 0; i < ca.length; i++) {
|
||||||
|
var c = ca[i];
|
||||||
|
while (c.charAt(0) == ' ') c = c.substring(1, c.length);
|
||||||
|
if (c.indexOf(nameEQ) == 0) return c.substring(nameEQ.length, c.length);
|
||||||
|
}
|
||||||
|
return null;
|
||||||
|
}
|
||||||
|
function eraseCookie(name) {
|
||||||
|
createCookie(name, "", -1);
|
||||||
|
}
|
||||||
|
|
||||||
|
if (readCookie('cookie-notice-dismissed') == 'wantCookies') {
|
||||||
|
|
||||||
|
//* Matomo Tag Manager *//
|
||||||
|
|
||||||
|
var _mtm = _mtm || [];
|
||||||
|
_mtm.push({'mtm.startTime': (new Date().getTime()), 'event': 'mtm.Start'});
|
||||||
|
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
|
||||||
|
g.type='text/javascript'; g.async=true; g.defer=true; g.src='https://cdn.matomo.cloud/terminalnetwork.matomo.cloud/container_aJ0T3vZ5.js'; s.parentNode.insertBefore(g,s);
|
||||||
|
|
||||||
|
//* End Matomo Tag Manager *//
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
} else {
|
||||||
|
document.getElementById('cookie-notice').style.display = 'flex';
|
||||||
|
|
||||||
|
var _paq = window._paq || [];
|
||||||
|
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */
|
||||||
|
_paq.push(["setDocumentTitle", document.domain + "/" + document.title]);
|
||||||
|
_paq.push(["disableCookies"]);
|
||||||
|
_paq.push(['trackPageView']);
|
||||||
|
_paq.push(['enableLinkTracking']);
|
||||||
|
(function() {
|
||||||
|
var u="https://terminalnetwork.matomo.cloud/";
|
||||||
|
_paq.push(['setTrackerUrl', u+'matomo.php']);
|
||||||
|
_paq.push(['setSiteId', '14']);
|
||||||
|
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
|
||||||
|
g.type='text/javascript'; g.async=true; g.defer=true; g.src='//cdn.matomo.cloud/terminalnetwork.matomo.cloud/matomo.js'; s.parentNode.insertBefore(g,s);
|
||||||
|
})();
|
||||||
|
|
||||||
|
|
||||||
|
}
|
||||||
|
if (readCookie('cookie-notice-dismissed') == 'dontWantCookies') {
|
||||||
|
document.getElementById('cookie-notice').style.display = 'none';
|
||||||
|
|
||||||
|
var _paq = window._paq || [];
|
||||||
|
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */
|
||||||
|
_paq.push(["setDocumentTitle", document.domain + "/" + document.title]);
|
||||||
|
_paq.push(["disableCookies"]);
|
||||||
|
_paq.push(['trackPageView']);
|
||||||
|
_paq.push(['enableLinkTracking']);
|
||||||
|
(function() {
|
||||||
|
var u="https://terminalnetwork.matomo.cloud/";
|
||||||
|
_paq.push(['setTrackerUrl', u+'matomo.php']);
|
||||||
|
_paq.push(['setSiteId', '14']);
|
||||||
|
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
|
||||||
|
g.type='text/javascript'; g.async=true; g.defer=true; g.src='//cdn.matomo.cloud/terminalnetwork.matomo.cloud/matomo.js'; s.parentNode.insertBefore(g,s);
|
||||||
|
})();
|
||||||
|
|
||||||
|
}
|
||||||
|
document.getElementById('cookie-notice-accept').addEventListener("click", function () {
|
||||||
|
createCookie('cookie-notice-dismissed', 'wantCookies', 31);
|
||||||
|
document.getElementById('cookie-notice').style.display = 'none';
|
||||||
|
_paq.push(['trackEvent', 'Consent', 'wantCookie']);
|
||||||
|
location.reload();
|
||||||
|
});
|
||||||
|
|
||||||
|
document.getElementById('cookie-notice-decline').addEventListener("click", function () {
|
||||||
|
createCookie('cookie-notice-dismissed', 'dontWantCookies', 31);
|
||||||
|
document.getElementById('cookie-notice').style.display = 'none';
|
||||||
|
_paq.push(['trackEvent', 'Consent', 'dontWantCookie']);
|
||||||
|
location.reload();
|
||||||
|
});
|
||||||
|
|
||||||
|
// document.getElementById('cookie-notice-gimme').addEventListener("click", function () {
|
||||||
|
// createCookie('cookie-notice-dismissed', 'wantCookies', 31);
|
||||||
|
// document.getElementById('cookie-notice').style.display = 'none';
|
||||||
|
// location.reload();
|
||||||
|
// });
|
||||||
|
|
||||||
|
|
||||||
|
</script>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
404
albums/lite-off/3-nattsudd/index.html
Normal file
404
albums/lite-off/3-nattsudd/index.html
Normal file
|
|
@ -0,0 +1,404 @@
|
||||||
|
<!DOCTYPE html>
|
||||||
|
<!--
|
||||||
|
Based on _Story_ by html5up.net | @ajlkn
|
||||||
|
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
|
||||||
|
Remixed and Jekyllified by Setto
|
||||||
|
-->
|
||||||
|
<html lang="en">
|
||||||
|
<head>
|
||||||
|
<!-- Begin Jekyll SEO tag v2.6.1 -->
|
||||||
|
<meta name="generator" content="Jekyll v4.0.0" />
|
||||||
|
<meta property="og:title" content="3 Nattsudd" />
|
||||||
|
<meta name="author" content="pax:nion" />
|
||||||
|
<meta property="og:locale" content="en" />
|
||||||
|
<meta name="description" content="PHI, Panix Heavy Industries" />
|
||||||
|
<meta property="og:description" content="PHI, Panix Heavy Industries" />
|
||||||
|
<link rel="canonical" href="https://panix.basspistol.com/albums/lite-off/3-nattsudd/" />
|
||||||
|
<meta property="og:url" content="https://panix.basspistol.com/albums/lite-off/3-nattsudd/" />
|
||||||
|
<meta property="og:site_name" content="pax:nion" />
|
||||||
|
<meta property="og:type" content="article" />
|
||||||
|
<meta property="article:published_time" content="2020-07-05T18:07:03+00:00" />
|
||||||
|
<script type="application/ld+json">
|
||||||
|
{"description":"PHI, Panix Heavy Industries","@type":"AudioObject","headline":"3 Nattsudd","dateModified":"2020-07-05T18:07:00+00:00","datePublished":"2020-07-05T18:07:03+00:00","url":"https://panix.basspistol.com/albums/lite-off/3-nattsudd/","author":{"@type":"Person","name":"pax:nion"},"publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://panix.basspistol.com/assets/img/setto_icon.png"},"name":"pax:nion"},"@context":"https://schema.org"}</script>
|
||||||
|
<!-- End Jekyll SEO tag -->
|
||||||
|
|
||||||
|
<link type="application/atom+xml" rel="alternate" href="https://panix.basspistol.com/feed.xml" title="" />
|
||||||
|
<!-- BEGIN seo.html -->
|
||||||
|
|
||||||
|
<title>Play Nattsudd by Panixon</title>
|
||||||
|
<meta name="title" content="Play Nattsudd by Panixon" />
|
||||||
|
|
||||||
|
<meta name="dc.date.modified" scheme="ISO8601" content="2020-07-05T18:07:00+00:00" />
|
||||||
|
<meta name="robots" content="index" />
|
||||||
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||||
|
<link rel="canonical" href="https://panix.basspistol.com/albums/lite-off/3-nattsudd/" />
|
||||||
|
<link rel="alternate" hreflang="x-default" href="https://panix.basspistol.com/albums/lite-off/3-nattsudd/" />
|
||||||
|
<meta name="geo.region" content="BJ-ZO" />
|
||||||
|
<meta name="geo.placename" content="Setto" />
|
||||||
|
<meta name="geo.position" content="7.48777;2.076389" />
|
||||||
|
<meta name="ICBM" content="7.48777, 2.076389" />
|
||||||
|
|
||||||
|
<!-- Dublin Core basic info -->
|
||||||
|
|
||||||
|
<meta name="dcterms.Identifier" content="https://panix.basspistol.com" />
|
||||||
|
<meta name="dcterms.Format" content="text/html" />
|
||||||
|
<meta name="dcterms.Relation" content="pax:nion" />
|
||||||
|
<meta name="dcterms.Publisher" content="pax:nion" />
|
||||||
|
<meta name="dcterms.Type" content="text/html" />
|
||||||
|
<meta name="dcterms.Coverage" content="https://panix.basspistol.com/" />
|
||||||
|
<meta name="dcterms.Rights" content="Copyright ©2020 pax:nion." />
|
||||||
|
|
||||||
|
<meta name="dcterms.Subject" content="Listen and to a track by Panixon from the release Lite Off and support your remote artist!" />
|
||||||
|
<meta name="dcterms.Title" content="Nattsudd - Panixon | pax:nion" />
|
||||||
|
|
||||||
|
<meta name="dcterms.Contributor" content="pax:nion" />
|
||||||
|
<meta name="dcterms.Date" content="2020-07-05" />
|
||||||
|
<meta name="dcterms.Description" content="" />
|
||||||
|
|
||||||
|
<!-- Twitter Card -->
|
||||||
|
|
||||||
|
<meta name="twitter:card" content="summary" />
|
||||||
|
<meta name="twitter:site" content="@" />
|
||||||
|
<meta name="twitter:title" content="3 Nattsudd | pax:nion" />
|
||||||
|
<meta name="twitter:description" content="PHI, Panix Heavy Industries" />
|
||||||
|
|
||||||
|
<meta name="twitter:image" content="https://panix.basspistol.com/assets/albums/lite-off/3-nattsudd.jpeg" />
|
||||||
|
|
||||||
|
<!-- END seo.html -->
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<meta charset="utf-8" />
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=yes" />
|
||||||
|
<link rel="stylesheet" href="../../../assets/css/main20200519.css" />
|
||||||
|
|
||||||
|
<link rel="apple-touch-icon" href="https://panix.basspistol.com/apple-touch-icon.png" />
|
||||||
|
<link rel="icon" type="image/png" href="https://panix.basspistol.com/touch-icon.png" sizes="192x192" />
|
||||||
|
<link rel="shortcut icon" href="https://panix.basspistol.com/assets/img/setto_icon.png" type="image/png" />
|
||||||
|
<noscript><link rel="stylesheet" href="../../../assets/css/noscript20200518-rev1.css" /></noscript>
|
||||||
|
</head>
|
||||||
|
|
||||||
|
<body class="is-preload" id="body">
|
||||||
|
<span id="top" style="display: none;"></span>
|
||||||
|
<!-- Wrapper -->
|
||||||
|
<div id="wrapper" class="divided" data-cms-content-wrapper="/_layouts/default.html">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<!-- Banner -->
|
||||||
|
<section
|
||||||
|
class="banner onload-image-fade-in onload-content-fade-right style3 fullscreen content-align-center image-position-center" style="background-image:url('https://media.basspistol.com/panix/lite-off/3-nattsudd.jpeg');background-size: cover; background-repeat: no-repeat;">
|
||||||
|
<div style="z-index:0;position:absolute; top:0; left:0; width:100%;height:100%;background-color: rgba(13, 13 ,13, 0.85);"></div>
|
||||||
|
<div class="content" style="z-index:1">
|
||||||
|
<h1 style="margin-top:80px">Nattsudd</h1>
|
||||||
|
|
||||||
|
<p><strong><span id="tracktime"></span></strong><span id="nattsudd"></span></strong> <br />
|
||||||
|
Style: <strong>Electronic</strong>
|
||||||
|
</p>
|
||||||
|
<script type="text/javascript">
|
||||||
|
var nattsuddtimestamp = 101;
|
||||||
|
var nattsuddhours = Math.floor(nattsuddtimestamp / 60 / 60);
|
||||||
|
var nattsuddminutes = Math.floor(nattsuddtimestamp / 60) - (nattsuddhours * 60);
|
||||||
|
var nattsuddseconds = nattsuddtimestamp % 60;
|
||||||
|
var nattsuddformatted = nattsuddhours.toString().padStart(2, '0') + ':' + nattsuddminutes.toString().padStart(2, '0') + ':' + nattsuddseconds.toString().padStart(2, '0');
|
||||||
|
var theSpan = document.getElementById("nattsudd");
|
||||||
|
theSpan.innerHTML = nattsuddformatted;
|
||||||
|
</script>
|
||||||
|
|
||||||
|
|
||||||
|
<ul class="actions stacked">
|
||||||
|
<li><button id="mu_pause" class="smooth-scroll-middle button icon solid fa-play">Play dat!</button></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="image">
|
||||||
|
<img src="https://media.basspistol.com/panix/lite-off/3-nattsudd.jpeg" alt="3 Nattsudd logo" id="coverart" />
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
|
||||||
|
|
||||||
|
<!-- Page navigation -->
|
||||||
|
<section class="wrapper style1 align-center">
|
||||||
|
<div class="inner">
|
||||||
|
<div class="index align-left">
|
||||||
|
<!-- Author -->
|
||||||
|
<section class="streambox" style="margin-top:40px;padding: 40px;">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<h3 style="text-align: center;display: block;">This track can't be bought</h3>
|
||||||
|
<p>But other tracks are available here:</p>
|
||||||
|
|
||||||
|
|
||||||
|
<div class="streamer">
|
||||||
|
|
||||||
|
|
||||||
|
<a onclick="_paq.push(['trackEvent', 'StoreLink', 'Bandcamp']);" target="_blank" rel="noopener" href="https://panixheavyindustries.bandcamp.com" alt="Stream from Bandcamp" title="Stream from Bandcamp" class="button icon brands fa-bandcamp">Bandcamp</a>
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</section>
|
||||||
|
<section>
|
||||||
|
<!-- Content -->
|
||||||
|
<div class="content">
|
||||||
|
<!-- post Naviation -->
|
||||||
|
<div style="text-align: center;">
|
||||||
|
<h3>Play more songs grom this release</h3>
|
||||||
|
</div>
|
||||||
|
<div class="post-nav">
|
||||||
|
<div>
|
||||||
|
|
||||||
|
<h4><a href="../../../albums/lite-off/2-invaders/" alt="Read Invaders" title="Read Invaders"><i class="fas fa-arrow-left"></i></a> <a
|
||||||
|
href="../../../albums/lite-off/2-invaders/"> Invaders</a>
|
||||||
|
</h4>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
<div class="post-nav-next">
|
||||||
|
|
||||||
|
<h4><a href="../../../albums/lite-off/1-no-disco-day/"> No Disco Day</a> <a
|
||||||
|
href="../../../albums/lite-off/1-no-disco-day/" alt="Read No Disco Day" title="Read No Disco Day"><i class="fas fa-arrow-right"></i></a></h4>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<!-- End Post Navigation -->
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
<!-- Audio player-->
|
||||||
|
<audio autoplay preload="true" data-matomo-title="Nattsudd">
|
||||||
|
<source src="https://media.basspistol.com/panix/lite-off/3-nattsudd.mp3" type="audio/mpeg" ontimeupdate='updateTrackTime(this);' />
|
||||||
|
<h1>Your browser isn't ready for so much hotness. Use the download-link instead.</h1>.
|
||||||
|
</audio>
|
||||||
|
<!-- Footer -->
|
||||||
|
<footer id="footer" class="wrapper style1 align-center">
|
||||||
|
<div class="footflex">
|
||||||
|
<div>
|
||||||
|
<h4>pax:nion</h4>
|
||||||
|
<p>PHI, Panix Heavy Industries
|
||||||
|
<br /><a href="mailto:"></a></p>
|
||||||
|
</div>
|
||||||
|
<div>
|
||||||
|
<ul>
|
||||||
|
<li><a href="#top" class="smooth-scroll-middle">Back to top</a></li>
|
||||||
|
<li><a href="/#album0" class="smooth-scroll-middle">music</a></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<div><img src="/assets/panix-logo-dark.svg" style="max-width:300px" alt="pax:nion Logo" /></div>
|
||||||
|
</div>
|
||||||
|
<div class="inner">
|
||||||
|
<ul class="icons">
|
||||||
|
|
||||||
|
<!-- <li><a href="mailto:" class="icon style2 fa-envelope"><span class="label">Email</span></a></li> -->
|
||||||
|
</ul>
|
||||||
|
<p>©2020 Basspistol | <a href="../../../webcreds/">Credits</a> | <a href="../../../cookies/">Cookies & Privacy</a></p>
|
||||||
|
</div>
|
||||||
|
</footer>
|
||||||
|
|
||||||
|
|
||||||
|
<script type="text/javascript">
|
||||||
|
function loadUrl(newLocation) {
|
||||||
|
window.location = newLocation;
|
||||||
|
return false;
|
||||||
|
}
|
||||||
|
|
||||||
|
var mu = document.getElementsByTagName("audio")[0];
|
||||||
|
var pauseButton = document.getElementById("mu_pause");
|
||||||
|
var spincover = document.getElementById("coverart");
|
||||||
|
|
||||||
|
mu.addEventListener('ended', function () {
|
||||||
|
// only functional if "loop" is removed
|
||||||
|
mu.pause();
|
||||||
|
mu.currentTime = 0;
|
||||||
|
loadUrl("../../../lite-off/1-no-disco-day/"); return false;
|
||||||
|
});
|
||||||
|
mu.onplaying = function() {
|
||||||
|
pauseButton.innerHTML = "Pause";
|
||||||
|
pauseButton.classList.remove("fa-play");
|
||||||
|
pauseButton.classList.add("fa-pause");
|
||||||
|
spincover.classList.add("spinnit");
|
||||||
|
spincover.classList.remove("paused");
|
||||||
|
};
|
||||||
|
|
||||||
|
pauseButton.addEventListener("click", function () {
|
||||||
|
if (mu.paused) {
|
||||||
|
mu.play();
|
||||||
|
|
||||||
|
}
|
||||||
|
else {
|
||||||
|
mu.pause();
|
||||||
|
pauseButton.innerHTML = "Resume";
|
||||||
|
pauseButton.classList.add("fa-play");
|
||||||
|
pauseButton.classList.remove("fa-pause");
|
||||||
|
spincover.classList.add("paused");
|
||||||
|
}
|
||||||
|
});
|
||||||
|
|
||||||
|
mu.addEventListener('timeupdate', function () {
|
||||||
|
var timestamp = Math.floor(mu.currentTime);
|
||||||
|
var hours = Math.floor(timestamp / 60 / 60);
|
||||||
|
var minutes = Math.floor(timestamp / 60) - (hours * 60);
|
||||||
|
var seconds = timestamp % 60;
|
||||||
|
var formatted = hours.toString().padStart(2, '0') + ':' + minutes.toString().padStart(2, '0') + ':' + seconds.toString().padStart(2, '0');
|
||||||
|
var thecurrentSpan = document.getElementById("tracktime");
|
||||||
|
thecurrentSpan.innerHTML = formatted + ' / ';
|
||||||
|
});
|
||||||
|
|
||||||
|
</script>
|
||||||
|
</div>
|
||||||
|
<!-- Navigation -->
|
||||||
|
<div id="logo" class="logo">
|
||||||
|
<a href="/" class="smooth-scroll-middle"><img width="200em" src="/assets/panix-logo.svg" alt=" Logo" /></a>
|
||||||
|
<a href="#navbar" onclick="blurBody()" alt="Navigation Menu" title="Navigation Menu"><span style="font-size: 34px;" class="icon solid fa-bars"></span></a>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div id="navbar" style="display: block;" class="modalDialog">
|
||||||
|
<a href="#close" onclick="removeBlur()" alt="Close Menu" title="Close Menu"><div id="closearea"> </div></a>
|
||||||
|
<nav>
|
||||||
|
<a href="#close" title="Close" onclick="removeBlur()" class="close-button close" style="margin: 0 auto;">X</a>
|
||||||
|
<ul>
|
||||||
|
|
||||||
|
|
||||||
|
<li><a href="../../../" class="button small">Home</a></li>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<li><a href="../../../releases/" class="button small">Releases</a></li>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<li><a href="../../../logs/" class="button small">Web-Log</a></li>
|
||||||
|
|
||||||
|
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
</nav>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
<!-- End Navigation -->
|
||||||
|
<!-- Scripts -->
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<script src="../../../assets/js/jquery.min.js"></script>
|
||||||
|
<script src="../../../assets/js/jquery.scrollex.min.js"></script>
|
||||||
|
<script src="../../../assets/js/jquery.scrolly.min.js"></script>
|
||||||
|
<script src="../../../assets/js/browser.min.js"></script>
|
||||||
|
<script src="../../../assets/js/breakpoints.min.js"></script>
|
||||||
|
<script src="../../../assets/js/util.js"></script>
|
||||||
|
<script src="../../../assets/js/main.js"></script>
|
||||||
|
<script src="../../../assets/js/set.js"></script>
|
||||||
|
|
||||||
|
|
||||||
|
<div id="cookie-notice">
|
||||||
|
<p>We only use cookies if you consent to it. They don't contain any identifiable info: they just let us know if you enjoyed this enough to come back. <br />Click <a href="#" id="cookie-notice-decline">here</a> if you want this shit to go away without cookies. <br />Read more about how Basspistol <a href="/cookies/">use cookies</a> </p>
|
||||||
|
<a class="button small yes" href="#" id="cookie-notice-accept">I'm in!</a>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<script>
|
||||||
|
function createCookie(name, value, days) {
|
||||||
|
var expires = "";
|
||||||
|
if (days) {
|
||||||
|
var date = new Date();
|
||||||
|
date.setTime(date.getTime() + (days * 24 * 60 * 60 * 1000));
|
||||||
|
expires = "; expires=" + date.toUTCString();
|
||||||
|
}
|
||||||
|
document.cookie = name + "=" + value + expires + "; path=/";
|
||||||
|
}
|
||||||
|
function readCookie(name) {
|
||||||
|
var nameEQ = name + "=";
|
||||||
|
var ca = document.cookie.split(';');
|
||||||
|
for (var i = 0; i < ca.length; i++) {
|
||||||
|
var c = ca[i];
|
||||||
|
while (c.charAt(0) == ' ') c = c.substring(1, c.length);
|
||||||
|
if (c.indexOf(nameEQ) == 0) return c.substring(nameEQ.length, c.length);
|
||||||
|
}
|
||||||
|
return null;
|
||||||
|
}
|
||||||
|
function eraseCookie(name) {
|
||||||
|
createCookie(name, "", -1);
|
||||||
|
}
|
||||||
|
|
||||||
|
if (readCookie('cookie-notice-dismissed') == 'wantCookies') {
|
||||||
|
|
||||||
|
//* Matomo Tag Manager *//
|
||||||
|
|
||||||
|
var _mtm = _mtm || [];
|
||||||
|
_mtm.push({'mtm.startTime': (new Date().getTime()), 'event': 'mtm.Start'});
|
||||||
|
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
|
||||||
|
g.type='text/javascript'; g.async=true; g.defer=true; g.src='https://cdn.matomo.cloud/terminalnetwork.matomo.cloud/container_aJ0T3vZ5.js'; s.parentNode.insertBefore(g,s);
|
||||||
|
|
||||||
|
//* End Matomo Tag Manager *//
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
} else {
|
||||||
|
document.getElementById('cookie-notice').style.display = 'flex';
|
||||||
|
|
||||||
|
var _paq = window._paq || [];
|
||||||
|
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */
|
||||||
|
_paq.push(["setDocumentTitle", document.domain + "/" + document.title]);
|
||||||
|
_paq.push(["disableCookies"]);
|
||||||
|
_paq.push(['trackPageView']);
|
||||||
|
_paq.push(['enableLinkTracking']);
|
||||||
|
(function() {
|
||||||
|
var u="https://terminalnetwork.matomo.cloud/";
|
||||||
|
_paq.push(['setTrackerUrl', u+'matomo.php']);
|
||||||
|
_paq.push(['setSiteId', '14']);
|
||||||
|
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
|
||||||
|
g.type='text/javascript'; g.async=true; g.defer=true; g.src='//cdn.matomo.cloud/terminalnetwork.matomo.cloud/matomo.js'; s.parentNode.insertBefore(g,s);
|
||||||
|
})();
|
||||||
|
|
||||||
|
|
||||||
|
}
|
||||||
|
if (readCookie('cookie-notice-dismissed') == 'dontWantCookies') {
|
||||||
|
document.getElementById('cookie-notice').style.display = 'none';
|
||||||
|
|
||||||
|
var _paq = window._paq || [];
|
||||||
|
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */
|
||||||
|
_paq.push(["setDocumentTitle", document.domain + "/" + document.title]);
|
||||||
|
_paq.push(["disableCookies"]);
|
||||||
|
_paq.push(['trackPageView']);
|
||||||
|
_paq.push(['enableLinkTracking']);
|
||||||
|
(function() {
|
||||||
|
var u="https://terminalnetwork.matomo.cloud/";
|
||||||
|
_paq.push(['setTrackerUrl', u+'matomo.php']);
|
||||||
|
_paq.push(['setSiteId', '14']);
|
||||||
|
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
|
||||||
|
g.type='text/javascript'; g.async=true; g.defer=true; g.src='//cdn.matomo.cloud/terminalnetwork.matomo.cloud/matomo.js'; s.parentNode.insertBefore(g,s);
|
||||||
|
})();
|
||||||
|
|
||||||
|
}
|
||||||
|
document.getElementById('cookie-notice-accept').addEventListener("click", function () {
|
||||||
|
createCookie('cookie-notice-dismissed', 'wantCookies', 31);
|
||||||
|
document.getElementById('cookie-notice').style.display = 'none';
|
||||||
|
_paq.push(['trackEvent', 'Consent', 'wantCookie']);
|
||||||
|
location.reload();
|
||||||
|
});
|
||||||
|
|
||||||
|
document.getElementById('cookie-notice-decline').addEventListener("click", function () {
|
||||||
|
createCookie('cookie-notice-dismissed', 'dontWantCookies', 31);
|
||||||
|
document.getElementById('cookie-notice').style.display = 'none';
|
||||||
|
_paq.push(['trackEvent', 'Consent', 'dontWantCookie']);
|
||||||
|
location.reload();
|
||||||
|
});
|
||||||
|
|
||||||
|
// document.getElementById('cookie-notice-gimme').addEventListener("click", function () {
|
||||||
|
// createCookie('cookie-notice-dismissed', 'wantCookies', 31);
|
||||||
|
// document.getElementById('cookie-notice').style.display = 'none';
|
||||||
|
// location.reload();
|
||||||
|
// });
|
||||||
|
|
||||||
|
|
||||||
|
</script>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
635
albums/lite-off/index.html
Normal file
635
albums/lite-off/index.html
Normal file
|
|
@ -0,0 +1,635 @@
|
||||||
|
<!DOCTYPE html>
|
||||||
|
<!--
|
||||||
|
Based on _Story_ by html5up.net | @ajlkn
|
||||||
|
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
|
||||||
|
Remixed and Jekyllified by Setto
|
||||||
|
-->
|
||||||
|
<html lang="en">
|
||||||
|
<head>
|
||||||
|
<!-- Begin Jekyll SEO tag v2.6.1 -->
|
||||||
|
<meta name="generator" content="Jekyll v4.0.0" />
|
||||||
|
<meta property="og:title" content="Lite Off" />
|
||||||
|
<meta name="author" content="pax:nion" />
|
||||||
|
<meta property="og:locale" content="en" />
|
||||||
|
<meta name="description" content="PHI, Panix Heavy Industries" />
|
||||||
|
<meta property="og:description" content="PHI, Panix Heavy Industries" />
|
||||||
|
<link rel="canonical" href="https://panix.basspistol.com/albums/lite-off/" />
|
||||||
|
<meta property="og:url" content="https://panix.basspistol.com/albums/lite-off/" />
|
||||||
|
<meta property="og:site_name" content="pax:nion" />
|
||||||
|
<meta property="og:type" content="article" />
|
||||||
|
<meta property="article:published_time" content="2010-01-01T00:00:00+00:00" />
|
||||||
|
<script type="application/ld+json">
|
||||||
|
{"description":"PHI, Panix Heavy Industries","@type":"BlogPosting","headline":"Lite Off","dateModified":"2020-07-05T18:07:00+00:00","datePublished":"2010-01-01T00:00:00+00:00","mainEntityOfPage":{"@type":"WebPage","@id":"https://panix.basspistol.com/albums/lite-off/"},"url":"https://panix.basspistol.com/albums/lite-off/","author":{"@type":"Person","name":"pax:nion"},"publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://panix.basspistol.com/assets/img/setto_icon.png"},"name":"pax:nion"},"@context":"https://schema.org"}</script>
|
||||||
|
<!-- End Jekyll SEO tag -->
|
||||||
|
|
||||||
|
<link type="application/atom+xml" rel="alternate" href="https://panix.basspistol.com/feed.xml" title="" />
|
||||||
|
<!-- BEGIN seo.html -->
|
||||||
|
|
||||||
|
<title>Lite Off | pax:nion</title>
|
||||||
|
<meta name="title" content="Lite Off | pax:nion" />
|
||||||
|
|
||||||
|
<meta name="dc.date.modified" scheme="ISO8601" content="2020-07-05T18:07:00+00:00" />
|
||||||
|
<meta name="robots" content="index" />
|
||||||
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||||
|
<link rel="canonical" href="https://panix.basspistol.com/albums/lite-off/" />
|
||||||
|
<link rel="alternate" hreflang="x-default" href="https://panix.basspistol.com/albums/lite-off/" />
|
||||||
|
<meta name="geo.region" content="BJ-ZO" />
|
||||||
|
<meta name="geo.placename" content="Setto" />
|
||||||
|
<meta name="geo.position" content="7.48777;2.076389" />
|
||||||
|
<meta name="ICBM" content="7.48777, 2.076389" />
|
||||||
|
|
||||||
|
<!-- Dublin Core basic info -->
|
||||||
|
|
||||||
|
<meta name="dcterms.Identifier" content="https://panix.basspistol.com" />
|
||||||
|
<meta name="dcterms.Format" content="text/html" />
|
||||||
|
<meta name="dcterms.Relation" content="pax:nion" />
|
||||||
|
<meta name="dcterms.Publisher" content="pax:nion" />
|
||||||
|
<meta name="dcterms.Type" content="text/html" />
|
||||||
|
<meta name="dcterms.Coverage" content="https://panix.basspistol.com/" />
|
||||||
|
<meta name="dcterms.Rights" content="Copyright ©2020 pax:nion." />
|
||||||
|
|
||||||
|
<meta name="dcterms.Subject" content="PHI, Panix Heavy Industries" />
|
||||||
|
<meta name="dcterms.Title" content="Lite Off | pax:nion" />
|
||||||
|
|
||||||
|
<meta name="dcterms.Contributor" content="pax:nion" />
|
||||||
|
<meta name="dcterms.Date" content="2010-01-01" />
|
||||||
|
<meta name="dcterms.Description" content="" />
|
||||||
|
|
||||||
|
<!-- Twitter Card -->
|
||||||
|
|
||||||
|
<meta name="twitter:card" content="summary" />
|
||||||
|
<meta name="twitter:site" content="@" />
|
||||||
|
<meta name="twitter:title" content="Lite Off | pax:nion" />
|
||||||
|
<meta name="twitter:description" content="PHI, Panix Heavy Industries" />
|
||||||
|
|
||||||
|
<meta name="twitter:image" content="https://panix.basspistol.com" />
|
||||||
|
|
||||||
|
<!-- END seo.html -->
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<meta charset="utf-8" />
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=yes" />
|
||||||
|
<link rel="stylesheet" href="../../assets/css/main20200519.css" />
|
||||||
|
<link rel="apple-touch-icon" href="https://panix.basspistol.com/apple-touch-icon.png" />
|
||||||
|
<link rel="icon" type="image/png" href="https://panix.basspistol.com/touch-icon.png" sizes="192x192" />
|
||||||
|
<link rel="shortcut icon" href="https://panix.basspistol.com/assets/img/setto_icon.png" type="image/png" />
|
||||||
|
<noscript><link rel="stylesheet" href="../../assets/css/noscript20200518-rev1.css" /></noscript>
|
||||||
|
</head>
|
||||||
|
<body class="is-preload" id="body">
|
||||||
|
<span id="top" style="display: none;"></span>
|
||||||
|
<!-- Wrapper -->
|
||||||
|
<div id="wrapper" class="divided">
|
||||||
|
|
||||||
|
<!-- Banner -->
|
||||||
|
<section class="banner onload-image-fade-in onload-content-fade-right style2 fullscreen content-align-center image-position-center" style="height:100vh;background-color: rgba(13,13,13,0.85);">
|
||||||
|
<div class="content editable" data-cms-source="/_layouts/album.html" data-cms-index="0">
|
||||||
|
<h1 class="editable" data-cms-source="/_layouts/album.html" data-cms-index="1">Lite Off</h1>
|
||||||
|
<p></p>
|
||||||
|
<ul class="actions stacked">
|
||||||
|
<li><a href="#moe" class="button small smooth-scroll-middle">cheggit!</a></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<div class="image">
|
||||||
|
<img src="https://media.basspistol.com/panix/lite-off/1-no-disco-day.jpeg" alt="Lite Off" class="editable" data-cms-source="/_layouts/album.html" data-cms-index="2" />
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
<!-- Content -->
|
||||||
|
<section class="wrapper style1 align-center">
|
||||||
|
<div class="inner" style="padding-top: 40px;">
|
||||||
|
<div class="index align-left">
|
||||||
|
<!-- Author -->
|
||||||
|
<section style="padding-top:40px;" id="moe">
|
||||||
|
|
||||||
|
|
||||||
|
<header id="author">
|
||||||
|
<div class="bio">
|
||||||
|
|
||||||
|
|
||||||
|
<h6>
|
||||||
|
|
||||||
|
Share this page:
|
||||||
|
</h6>
|
||||||
|
<ul class="icons">
|
||||||
|
<li><a target="_blank" rel="nofollow noopener" title="Share to facebook" alt="Share to facebook" href="https://touch.facebook.com/sharer.php?u=https://panix.basspistol.com/albums/lite-off/&quote=Lite Off%20by%20pax:nion%20via%20https://panix.basspistol.com" class="icon brands style1 fa-facebook-f"><span class="label">Facebook</span></a></li>
|
||||||
|
<li><a target="_blank" rel="nofollow noopener" title="Share to twitter" alt="Share to twitter" href="https://twitter.com/share?url=https://panix.basspistol.com/albums/lite-off/&text=Lite Off%20by%20pax:nion%20&hashtags=paxNion" class="icon brands style1 fa-twitter"><span class="label">Twitter</span></a></li>
|
||||||
|
<li><a target="_blank" rel="nofollow noopener" title="Share to telegram" alt="Share to telgram" href="https://telegram.me/share/url?url=https://panix.basspistol.com/albums/lite-off/&text=Lite Off%20by%20pax:nion" class="icon brands style1 fa-telegram"><span class="label">Telegram</span></a></li>
|
||||||
|
<li><a target="_blank" rel="nofollow noopener" title="Share to reddit" alt="Share to reddit" href="https://reddit.com/submit/?url=https://panix.basspistol.com/albums/lite-off/&title=Lite Off%20by%20pax:nion" class="icon brands style1 fa-reddit"><span class="label">Reddit</span></a></li>
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</header>
|
||||||
|
<!-- Content -->
|
||||||
|
<div class="content">
|
||||||
|
|
||||||
|
|
||||||
|
<!-- HERE BEGINS MADNESS -->
|
||||||
|
|
||||||
|
|
||||||
|
<!-- Content -->
|
||||||
|
<div class="content">
|
||||||
|
<div id="mainwrap">
|
||||||
|
<div id="nowPlay">
|
||||||
|
<p class="right" id="npTitle" style="font-weight: bold;"></p>
|
||||||
|
<p class="left" id="npAction">Paused...</p>
|
||||||
|
</div>
|
||||||
|
<div id="audiowrap">
|
||||||
|
<div id="audio0">
|
||||||
|
<audio id="audio1" controls="controls">Your browser does not support HTML5
|
||||||
|
Audio!</audio>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div id="tracks">
|
||||||
|
<a id="btnPrev"><span class="icon solid fa-fast-backward"></span></a>
|
||||||
|
<a id="btnNext"><span class="icon solid fa-fast-forward"></span></a>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
<div id="plwrap">
|
||||||
|
<ul id="plList">
|
||||||
|
|
||||||
|
<li>
|
||||||
|
<div class="plItem">
|
||||||
|
<div class="plNum">1.</div>
|
||||||
|
<div class="plTitle">No Disco Day</div>
|
||||||
|
<div class="plLength">1:08</div>
|
||||||
|
</div>
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li>
|
||||||
|
<div class="plItem">
|
||||||
|
<div class="plNum">2.</div>
|
||||||
|
<div class="plTitle">Invaders</div>
|
||||||
|
<div class="plLength">2:48</div>
|
||||||
|
</div>
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li>
|
||||||
|
<div class="plItem">
|
||||||
|
<div class="plNum">3.</div>
|
||||||
|
<div class="plTitle">Nattsudd</div>
|
||||||
|
<div class="plLength">1:41</div>
|
||||||
|
</div>
|
||||||
|
</li>
|
||||||
|
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div id="noJSalbum">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<div class="plItem">
|
||||||
|
<div class="plNum">1.</div>
|
||||||
|
<div class="plTitle"><a href="https://media.basspistol.com/panix/lite-off/1-no-disco-day.mp3">No Disco Day </a></div>
|
||||||
|
<div class="plLength">1:8</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<div class="plItem">
|
||||||
|
<div class="plNum">2.</div>
|
||||||
|
<div class="plTitle"><a href="https://media.basspistol.com/panix/lite-off/2-invaders.mp3">Invaders </a></div>
|
||||||
|
<div class="plLength">2:48</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<div class="plItem">
|
||||||
|
<div class="plNum">3.</div>
|
||||||
|
<div class="plTitle"><a href="https://media.basspistol.com/panix/lite-off/3-nattsudd.mp3">Nattsudd </a></div>
|
||||||
|
<div class="plLength">1:41</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="content" style="font-family: monospace;font-size: 16px;margin-top:60px;">
|
||||||
|
|
||||||
|
|
||||||
|
<p></p>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
|
||||||
|
|
||||||
|
<!-- HERE ENDS MADNESS -->
|
||||||
|
|
||||||
|
<section class="wrapper style1 align-center">
|
||||||
|
|
||||||
|
<div class="inner">
|
||||||
|
<h2>Track list</h2>
|
||||||
|
<p>Use thses pages to share one song in particulare</p>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</section>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<section class="spotlight style4 orient-left content-align-right image-position-center onscroll-image-fade-in" style="box-shadow: none;" >
|
||||||
|
<div class="content">
|
||||||
|
<h3>No Disco Day</h3>
|
||||||
|
<p>
|
||||||
|
1:8
|
||||||
|
<br /><strong>Electronic</strong>
|
||||||
|
<br />2010</p>
|
||||||
|
|
||||||
|
<ul class="actions stacked">
|
||||||
|
<li><a href="../../albums/lite-off/1-no-disco-day/" class="button">Track</a></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<div class="image">
|
||||||
|
<img src="https://media.basspistol.com/panix/lite-off/1-no-disco-day.jpeg" alt="No Disco Day" />
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<section class="spotlight style4 orient-right content-align-left image-position-center onscroll-image-fade-in" >
|
||||||
|
<div class="content">
|
||||||
|
<h3>Invaders</h3>
|
||||||
|
<p>
|
||||||
|
2:48
|
||||||
|
<br /><strong>Electronic</strong>
|
||||||
|
<br />2010</p>
|
||||||
|
|
||||||
|
<ul class="actions stacked">
|
||||||
|
<li><a href="../../albums/lite-off/2-invaders/" class="button">Track</a></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<div class="image">
|
||||||
|
<img src="https://media.basspistol.com/panix/lite-off/2-invaders.jpeg" alt="Invaders" />
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<section class="spotlight style4 orient-left content-align-right image-position-center onscroll-image-fade-in" >
|
||||||
|
<div class="content">
|
||||||
|
<h3>Nattsudd</h3>
|
||||||
|
<p>
|
||||||
|
1:41
|
||||||
|
<br /><strong>Electronic</strong>
|
||||||
|
<br />2010</p>
|
||||||
|
|
||||||
|
<ul class="actions stacked">
|
||||||
|
<li><a href="../../albums/lite-off/3-nattsudd/" class="button">Track</a></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<div class="image">
|
||||||
|
<img src="https://media.basspistol.com/panix/lite-off/3-nattsudd.jpeg" alt="Nattsudd" />
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<section class="streambox" style="margin-top:40px;padding: 40px;">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<h3 style="text-align: center;display: block;">This release can't be bought</h3>
|
||||||
|
<p>But other releases are available here:</p>
|
||||||
|
|
||||||
|
|
||||||
|
<div class="streamer">
|
||||||
|
|
||||||
|
|
||||||
|
<a onclick="_paq.push(['trackEvent', 'StoreLink', 'Bandcamp']);" target="_blank" rel="noopener" href="https://panixheavyindustries.bandcamp.com" alt="Stream from Bandcamp" title="Stream from Bandcamp" class="button icon brands fa-bandcamp">Bandcamp</a>
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</section>
|
||||||
|
|
||||||
|
<section class="wrapper style1 align-center">
|
||||||
|
<div class="inner">
|
||||||
|
<div class="index align-left">
|
||||||
|
<!-- Author -->
|
||||||
|
|
||||||
|
<section>
|
||||||
|
|
||||||
|
<!-- Content -->
|
||||||
|
<div class="content">
|
||||||
|
<!-- post Naviation -->
|
||||||
|
<div style="text-align: center;">
|
||||||
|
<h3>More releases</h3>
|
||||||
|
</div>
|
||||||
|
<div class="post-nav">
|
||||||
|
<div>
|
||||||
|
|
||||||
|
<h4><a href="/albums/end2010-start2011/" alt="Read End2010 Start2011" title="Read End2010 Start2011"><i class="fas fa-arrow-left"></i></a> <a href="/albums/end2010-start2011/"> End2010 Start2011</a></h4>
|
||||||
|
<p style="margin-right: 20px"></p>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
<div class="post-nav-next">
|
||||||
|
|
||||||
|
<h4><a href="/albums/mal-vidare/"> Mal Vidare</a> <a href="/albums/mal-vidare/" alt="Read Mal Vidare" title="Read Mal Vidare"><i class="fas fa-arrow-right"></i></a></h4>
|
||||||
|
<p style="margin-left: 20px"></p>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<!-- End Post Navigation -->
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
|
||||||
|
|
||||||
|
<!-- Footer -->
|
||||||
|
<footer id="footer" class="wrapper style1 align-center">
|
||||||
|
<div class="footflex">
|
||||||
|
<div>
|
||||||
|
<h4>pax:nion</h4>
|
||||||
|
<p>PHI, Panix Heavy Industries
|
||||||
|
<br /><a href="mailto:"></a></p>
|
||||||
|
</div>
|
||||||
|
<div>
|
||||||
|
<ul>
|
||||||
|
<li><a href="#top" class="smooth-scroll-middle">Back to top</a></li>
|
||||||
|
<li><a href="/#album0" class="smooth-scroll-middle">music</a></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<div><img src="/assets/panix-logo-dark.svg" style="max-width:300px" alt="pax:nion Logo" /></div>
|
||||||
|
</div>
|
||||||
|
<div class="inner">
|
||||||
|
<ul class="icons">
|
||||||
|
|
||||||
|
<!-- <li><a href="mailto:" class="icon style2 fa-envelope"><span class="label">Email</span></a></li> -->
|
||||||
|
</ul>
|
||||||
|
<p>©2020 Basspistol | <a href="../../webcreds/">Credits</a> | <a href="../../cookies/">Cookies & Privacy</a></p>
|
||||||
|
</div>
|
||||||
|
</footer>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
<!-- Navigation -->
|
||||||
|
<div id="logo" class="logo">
|
||||||
|
<a href="/" class="smooth-scroll-middle"><img width="200em" src="/assets/panix-logo.svg" alt=" Logo" /></a>
|
||||||
|
<a href="#navbar" onclick="blurBody()" alt="Navigation Menu" title="Navigation Menu"><span style="font-size: 34px;" class="icon solid fa-bars"></span></a>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div id="navbar" style="display: block;" class="modalDialog">
|
||||||
|
<a href="#close" onclick="removeBlur()" alt="Close Menu" title="Close Menu"><div id="closearea"> </div></a>
|
||||||
|
<nav>
|
||||||
|
<a href="#close" title="Close" onclick="removeBlur()" class="close-button close" style="margin: 0 auto;">X</a>
|
||||||
|
<ul>
|
||||||
|
|
||||||
|
|
||||||
|
<li><a href="../../" class="button small">Home</a></li>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<li><a href="../../releases/" class="button small">Releases</a></li>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<li><a href="../../logs/" class="button small">Web-Log</a></li>
|
||||||
|
|
||||||
|
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
</nav>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
<!-- End Navigation -->
|
||||||
|
<!-- Scripts -->
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<script src="../../assets/js/jquery.min.js"></script>
|
||||||
|
<script src="../../assets/js/jquery.scrollex.min.js"></script>
|
||||||
|
<script src="../../assets/js/jquery.scrolly.min.js"></script>
|
||||||
|
<script src="../../assets/js/browser.min.js"></script>
|
||||||
|
<script src="../../assets/js/breakpoints.min.js"></script>
|
||||||
|
<script src="../../assets/js/util.js"></script>
|
||||||
|
<script src="../../assets/js/main.js"></script>
|
||||||
|
<script src="../../assets/js/set.js"></script>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<script type="text/javascript">
|
||||||
|
// html5media enables <video> and <audio> tags in all major browsers
|
||||||
|
// External File: http://api.html5media.info/1.1.8/html5media.min.js
|
||||||
|
|
||||||
|
|
||||||
|
// Add user agent as an attribute on the <html> tag...
|
||||||
|
// Inspiration: http://css-tricks.com/ie-10-specific-styles/
|
||||||
|
var b = document.documentElement;
|
||||||
|
b.setAttribute('data-useragent', navigator.userAgent);
|
||||||
|
b.setAttribute('data-platform', navigator.platform);
|
||||||
|
|
||||||
|
|
||||||
|
// HTML5 audio player + playlist controls...
|
||||||
|
// Inspiration: http://jonhall.info/how_to/create_a_playlist_for_html5_audio
|
||||||
|
// Mythium Archive: https://archive.org/details/mythium/
|
||||||
|
jQuery(function ($) {
|
||||||
|
var supportsAudio = !!document.createElement('audio').canPlayType;
|
||||||
|
if (supportsAudio) {
|
||||||
|
var index = 0,
|
||||||
|
playing = false,
|
||||||
|
mediaPath = '',
|
||||||
|
extension = '',
|
||||||
|
tracks = [{
|
||||||
|
"track": 1,
|
||||||
|
"name": "No Disco Day",
|
||||||
|
"length": "1:8",
|
||||||
|
"file": "https://media.basspistol.com/panix/lite-off/1-no-disco-day"
|
||||||
|
},{
|
||||||
|
"track": 2,
|
||||||
|
"name": "Invaders",
|
||||||
|
"length": "2:48",
|
||||||
|
"file": "https://media.basspistol.com/panix/lite-off/2-invaders"
|
||||||
|
},{
|
||||||
|
"track": 3,
|
||||||
|
"name": "Nattsudd",
|
||||||
|
"length": "1:41",
|
||||||
|
"file": "https://media.basspistol.com/panix/lite-off/3-nattsudd"
|
||||||
|
}],
|
||||||
|
trackCount = tracks.length,
|
||||||
|
npAction = $('#npAction'),
|
||||||
|
npTitle = $('#npTitle'),
|
||||||
|
audio = $('#audio1').bind('play', function () {
|
||||||
|
playing = true;
|
||||||
|
npAction.text('Playing...');
|
||||||
|
}).bind('pause', function () {
|
||||||
|
playing = false;
|
||||||
|
npAction.text('Paused...');
|
||||||
|
}).bind('ended', function () {
|
||||||
|
npAction.text('Paused...');
|
||||||
|
if ((index + 1) < trackCount) {
|
||||||
|
index++;
|
||||||
|
loadTrack(index);
|
||||||
|
audio.play();
|
||||||
|
} else {
|
||||||
|
audio.pause();
|
||||||
|
index = 0;
|
||||||
|
loadTrack(index);
|
||||||
|
}
|
||||||
|
}).get(0),
|
||||||
|
btnPrev = $('#btnPrev').click(function () {
|
||||||
|
if ((index - 1) > -1) {
|
||||||
|
index--;
|
||||||
|
loadTrack(index);
|
||||||
|
if (playing) {
|
||||||
|
audio.play();
|
||||||
|
}
|
||||||
|
} else {
|
||||||
|
audio.pause();
|
||||||
|
index = 0;
|
||||||
|
loadTrack(index);
|
||||||
|
}
|
||||||
|
}),
|
||||||
|
btnNext = $('#btnNext').click(function () {
|
||||||
|
if ((index + 1) < trackCount) {
|
||||||
|
index++;
|
||||||
|
loadTrack(index);
|
||||||
|
if (playing) {
|
||||||
|
audio.play();
|
||||||
|
}
|
||||||
|
} else {
|
||||||
|
audio.pause();
|
||||||
|
index = 0;
|
||||||
|
loadTrack(index);
|
||||||
|
}
|
||||||
|
}),
|
||||||
|
li = $('#plList li').click(function () {
|
||||||
|
var id = parseInt($(this).index());
|
||||||
|
if (id !== index) {
|
||||||
|
playTrack(id);
|
||||||
|
}
|
||||||
|
}),
|
||||||
|
loadTrack = function (id) {
|
||||||
|
$('.plSel').removeClass('plSel');
|
||||||
|
$('#plList li:eq(' + id + ')').addClass('plSel');
|
||||||
|
npTitle.text(tracks[id].name);
|
||||||
|
index = id;
|
||||||
|
audio.src = mediaPath + tracks[id].file + extension;
|
||||||
|
$('audio').attr("data-matomo-title", tracks[id].name);
|
||||||
|
},
|
||||||
|
playTrack = function (id) {
|
||||||
|
loadTrack(id);
|
||||||
|
audio.play();
|
||||||
|
};
|
||||||
|
extension = audio.canPlayType('audio/mpeg') ? '.mp3' : audio.canPlayType('audio/ogg') ? '.ogg' : '';
|
||||||
|
loadTrack(index);
|
||||||
|
}
|
||||||
|
});
|
||||||
|
|
||||||
|
</script>
|
||||||
|
|
||||||
|
|
||||||
|
<div id="cookie-notice">
|
||||||
|
<p>We only use cookies if you consent to it. They don't contain any identifiable info: they just let us know if you enjoyed this enough to come back. <br />Click <a href="#" id="cookie-notice-decline">here</a> if you want this shit to go away without cookies. <br />Read more about how Basspistol <a href="/cookies/">use cookies</a> </p>
|
||||||
|
<a class="button small yes" href="#" id="cookie-notice-accept">I'm in!</a>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<script>
|
||||||
|
function createCookie(name, value, days) {
|
||||||
|
var expires = "";
|
||||||
|
if (days) {
|
||||||
|
var date = new Date();
|
||||||
|
date.setTime(date.getTime() + (days * 24 * 60 * 60 * 1000));
|
||||||
|
expires = "; expires=" + date.toUTCString();
|
||||||
|
}
|
||||||
|
document.cookie = name + "=" + value + expires + "; path=/";
|
||||||
|
}
|
||||||
|
function readCookie(name) {
|
||||||
|
var nameEQ = name + "=";
|
||||||
|
var ca = document.cookie.split(';');
|
||||||
|
for (var i = 0; i < ca.length; i++) {
|
||||||
|
var c = ca[i];
|
||||||
|
while (c.charAt(0) == ' ') c = c.substring(1, c.length);
|
||||||
|
if (c.indexOf(nameEQ) == 0) return c.substring(nameEQ.length, c.length);
|
||||||
|
}
|
||||||
|
return null;
|
||||||
|
}
|
||||||
|
function eraseCookie(name) {
|
||||||
|
createCookie(name, "", -1);
|
||||||
|
}
|
||||||
|
|
||||||
|
if (readCookie('cookie-notice-dismissed') == 'wantCookies') {
|
||||||
|
|
||||||
|
//* Matomo Tag Manager *//
|
||||||
|
|
||||||
|
var _mtm = _mtm || [];
|
||||||
|
_mtm.push({'mtm.startTime': (new Date().getTime()), 'event': 'mtm.Start'});
|
||||||
|
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
|
||||||
|
g.type='text/javascript'; g.async=true; g.defer=true; g.src='https://cdn.matomo.cloud/terminalnetwork.matomo.cloud/container_aJ0T3vZ5.js'; s.parentNode.insertBefore(g,s);
|
||||||
|
|
||||||
|
//* End Matomo Tag Manager *//
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
} else {
|
||||||
|
document.getElementById('cookie-notice').style.display = 'flex';
|
||||||
|
|
||||||
|
var _paq = window._paq || [];
|
||||||
|
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */
|
||||||
|
_paq.push(["setDocumentTitle", document.domain + "/" + document.title]);
|
||||||
|
_paq.push(["disableCookies"]);
|
||||||
|
_paq.push(['trackPageView']);
|
||||||
|
_paq.push(['enableLinkTracking']);
|
||||||
|
(function() {
|
||||||
|
var u="https://terminalnetwork.matomo.cloud/";
|
||||||
|
_paq.push(['setTrackerUrl', u+'matomo.php']);
|
||||||
|
_paq.push(['setSiteId', '14']);
|
||||||
|
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
|
||||||
|
g.type='text/javascript'; g.async=true; g.defer=true; g.src='//cdn.matomo.cloud/terminalnetwork.matomo.cloud/matomo.js'; s.parentNode.insertBefore(g,s);
|
||||||
|
})();
|
||||||
|
|
||||||
|
|
||||||
|
}
|
||||||
|
if (readCookie('cookie-notice-dismissed') == 'dontWantCookies') {
|
||||||
|
document.getElementById('cookie-notice').style.display = 'none';
|
||||||
|
|
||||||
|
var _paq = window._paq || [];
|
||||||
|
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */
|
||||||
|
_paq.push(["setDocumentTitle", document.domain + "/" + document.title]);
|
||||||
|
_paq.push(["disableCookies"]);
|
||||||
|
_paq.push(['trackPageView']);
|
||||||
|
_paq.push(['enableLinkTracking']);
|
||||||
|
(function() {
|
||||||
|
var u="https://terminalnetwork.matomo.cloud/";
|
||||||
|
_paq.push(['setTrackerUrl', u+'matomo.php']);
|
||||||
|
_paq.push(['setSiteId', '14']);
|
||||||
|
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
|
||||||
|
g.type='text/javascript'; g.async=true; g.defer=true; g.src='//cdn.matomo.cloud/terminalnetwork.matomo.cloud/matomo.js'; s.parentNode.insertBefore(g,s);
|
||||||
|
})();
|
||||||
|
|
||||||
|
}
|
||||||
|
document.getElementById('cookie-notice-accept').addEventListener("click", function () {
|
||||||
|
createCookie('cookie-notice-dismissed', 'wantCookies', 31);
|
||||||
|
document.getElementById('cookie-notice').style.display = 'none';
|
||||||
|
_paq.push(['trackEvent', 'Consent', 'wantCookie']);
|
||||||
|
location.reload();
|
||||||
|
});
|
||||||
|
|
||||||
|
document.getElementById('cookie-notice-decline').addEventListener("click", function () {
|
||||||
|
createCookie('cookie-notice-dismissed', 'dontWantCookies', 31);
|
||||||
|
document.getElementById('cookie-notice').style.display = 'none';
|
||||||
|
_paq.push(['trackEvent', 'Consent', 'dontWantCookie']);
|
||||||
|
location.reload();
|
||||||
|
});
|
||||||
|
|
||||||
|
// document.getElementById('cookie-notice-gimme').addEventListener("click", function () {
|
||||||
|
// createCookie('cookie-notice-dismissed', 'wantCookies', 31);
|
||||||
|
// document.getElementById('cookie-notice').style.display = 'none';
|
||||||
|
// location.reload();
|
||||||
|
// });
|
||||||
|
|
||||||
|
|
||||||
|
</script>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
404
albums/mal-vidare/1-reflux-column/index.html
Normal file
404
albums/mal-vidare/1-reflux-column/index.html
Normal file
|
|
@ -0,0 +1,404 @@
|
||||||
|
<!DOCTYPE html>
|
||||||
|
<!--
|
||||||
|
Based on _Story_ by html5up.net | @ajlkn
|
||||||
|
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
|
||||||
|
Remixed and Jekyllified by Setto
|
||||||
|
-->
|
||||||
|
<html lang="en">
|
||||||
|
<head>
|
||||||
|
<!-- Begin Jekyll SEO tag v2.6.1 -->
|
||||||
|
<meta name="generator" content="Jekyll v4.0.0" />
|
||||||
|
<meta property="og:title" content="1 Reflux Column" />
|
||||||
|
<meta name="author" content="pax:nion" />
|
||||||
|
<meta property="og:locale" content="en" />
|
||||||
|
<meta name="description" content="PHI, Panix Heavy Industries" />
|
||||||
|
<meta property="og:description" content="PHI, Panix Heavy Industries" />
|
||||||
|
<link rel="canonical" href="https://panix.basspistol.com/albums/mal-vidare/1-reflux-column/" />
|
||||||
|
<meta property="og:url" content="https://panix.basspistol.com/albums/mal-vidare/1-reflux-column/" />
|
||||||
|
<meta property="og:site_name" content="pax:nion" />
|
||||||
|
<meta property="og:type" content="article" />
|
||||||
|
<meta property="article:published_time" content="2020-07-05T18:07:03+00:00" />
|
||||||
|
<script type="application/ld+json">
|
||||||
|
{"description":"PHI, Panix Heavy Industries","@type":"AudioObject","headline":"1 Reflux Column","dateModified":"2020-07-05T18:07:00+00:00","datePublished":"2020-07-05T18:07:03+00:00","url":"https://panix.basspistol.com/albums/mal-vidare/1-reflux-column/","author":{"@type":"Person","name":"pax:nion"},"publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://panix.basspistol.com/assets/img/setto_icon.png"},"name":"pax:nion"},"@context":"https://schema.org"}</script>
|
||||||
|
<!-- End Jekyll SEO tag -->
|
||||||
|
|
||||||
|
<link type="application/atom+xml" rel="alternate" href="https://panix.basspistol.com/feed.xml" title="" />
|
||||||
|
<!-- BEGIN seo.html -->
|
||||||
|
|
||||||
|
<title>Play Reflux Column by Panixonik</title>
|
||||||
|
<meta name="title" content="Play Reflux Column by Panixonik" />
|
||||||
|
|
||||||
|
<meta name="dc.date.modified" scheme="ISO8601" content="2020-07-05T18:07:00+00:00" />
|
||||||
|
<meta name="robots" content="index" />
|
||||||
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||||
|
<link rel="canonical" href="https://panix.basspistol.com/albums/mal-vidare/1-reflux-column/" />
|
||||||
|
<link rel="alternate" hreflang="x-default" href="https://panix.basspistol.com/albums/mal-vidare/1-reflux-column/" />
|
||||||
|
<meta name="geo.region" content="BJ-ZO" />
|
||||||
|
<meta name="geo.placename" content="Setto" />
|
||||||
|
<meta name="geo.position" content="7.48777;2.076389" />
|
||||||
|
<meta name="ICBM" content="7.48777, 2.076389" />
|
||||||
|
|
||||||
|
<!-- Dublin Core basic info -->
|
||||||
|
|
||||||
|
<meta name="dcterms.Identifier" content="https://panix.basspistol.com" />
|
||||||
|
<meta name="dcterms.Format" content="text/html" />
|
||||||
|
<meta name="dcterms.Relation" content="pax:nion" />
|
||||||
|
<meta name="dcterms.Publisher" content="pax:nion" />
|
||||||
|
<meta name="dcterms.Type" content="text/html" />
|
||||||
|
<meta name="dcterms.Coverage" content="https://panix.basspistol.com/" />
|
||||||
|
<meta name="dcterms.Rights" content="Copyright ©2020 pax:nion." />
|
||||||
|
|
||||||
|
<meta name="dcterms.Subject" content="Listen and to a track by Panixonik from the release Mal Vidare and support your remote artist!" />
|
||||||
|
<meta name="dcterms.Title" content="Reflux Column - Panixonik | pax:nion" />
|
||||||
|
|
||||||
|
<meta name="dcterms.Contributor" content="pax:nion" />
|
||||||
|
<meta name="dcterms.Date" content="2020-07-05" />
|
||||||
|
<meta name="dcterms.Description" content="" />
|
||||||
|
|
||||||
|
<!-- Twitter Card -->
|
||||||
|
|
||||||
|
<meta name="twitter:card" content="summary" />
|
||||||
|
<meta name="twitter:site" content="@" />
|
||||||
|
<meta name="twitter:title" content="1 Reflux Column | pax:nion" />
|
||||||
|
<meta name="twitter:description" content="PHI, Panix Heavy Industries" />
|
||||||
|
|
||||||
|
<meta name="twitter:image" content="https://panix.basspistol.com" />
|
||||||
|
|
||||||
|
<!-- END seo.html -->
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<meta charset="utf-8" />
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=yes" />
|
||||||
|
<link rel="stylesheet" href="../../../assets/css/main20200519.css" />
|
||||||
|
|
||||||
|
<link rel="apple-touch-icon" href="https://panix.basspistol.com/apple-touch-icon.png" />
|
||||||
|
<link rel="icon" type="image/png" href="https://panix.basspistol.com/touch-icon.png" sizes="192x192" />
|
||||||
|
<link rel="shortcut icon" href="https://panix.basspistol.com/assets/img/setto_icon.png" type="image/png" />
|
||||||
|
<noscript><link rel="stylesheet" href="../../../assets/css/noscript20200518-rev1.css" /></noscript>
|
||||||
|
</head>
|
||||||
|
|
||||||
|
<body class="is-preload" id="body">
|
||||||
|
<span id="top" style="display: none;"></span>
|
||||||
|
<!-- Wrapper -->
|
||||||
|
<div id="wrapper" class="divided" data-cms-content-wrapper="/_layouts/default.html">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<!-- Banner -->
|
||||||
|
<section
|
||||||
|
class="banner onload-image-fade-in onload-content-fade-right style3 fullscreen content-align-center image-position-center" style="background-image:url('https://media.basspistol.com/panix/mal-vidare/1-reflux-column.jpeg');background-size: cover; background-repeat: no-repeat;">
|
||||||
|
<div style="z-index:0;position:absolute; top:0; left:0; width:100%;height:100%;background-color: rgba(13, 13 ,13, 0.85);"></div>
|
||||||
|
<div class="content" style="z-index:1">
|
||||||
|
<h1 style="margin-top:80px">Reflux Column</h1>
|
||||||
|
|
||||||
|
<p><strong><span id="tracktime"></span></strong><span id="refluxcolumn"></span></strong> <br />
|
||||||
|
Style: <strong>Electronic</strong>
|
||||||
|
</p>
|
||||||
|
<script type="text/javascript">
|
||||||
|
var refluxcolumntimestamp = 152;
|
||||||
|
var refluxcolumnhours = Math.floor(refluxcolumntimestamp / 60 / 60);
|
||||||
|
var refluxcolumnminutes = Math.floor(refluxcolumntimestamp / 60) - (refluxcolumnhours * 60);
|
||||||
|
var refluxcolumnseconds = refluxcolumntimestamp % 60;
|
||||||
|
var refluxcolumnformatted = refluxcolumnhours.toString().padStart(2, '0') + ':' + refluxcolumnminutes.toString().padStart(2, '0') + ':' + refluxcolumnseconds.toString().padStart(2, '0');
|
||||||
|
var theSpan = document.getElementById("refluxcolumn");
|
||||||
|
theSpan.innerHTML = refluxcolumnformatted;
|
||||||
|
</script>
|
||||||
|
|
||||||
|
|
||||||
|
<ul class="actions stacked">
|
||||||
|
<li><button id="mu_pause" class="smooth-scroll-middle button icon solid fa-play">Play dat!</button></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="image">
|
||||||
|
<img src="https://media.basspistol.com/panix/mal-vidare/1-reflux-column.jpeg" alt="1 Reflux Column logo" id="coverart" />
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
|
||||||
|
|
||||||
|
<!-- Page navigation -->
|
||||||
|
<section class="wrapper style1 align-center">
|
||||||
|
<div class="inner">
|
||||||
|
<div class="index align-left">
|
||||||
|
<!-- Author -->
|
||||||
|
<section class="streambox" style="margin-top:40px;padding: 40px;">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<h3 style="text-align: center;display: block;">This track can't be bought</h3>
|
||||||
|
<p>But other tracks are available here:</p>
|
||||||
|
|
||||||
|
|
||||||
|
<div class="streamer">
|
||||||
|
|
||||||
|
|
||||||
|
<a onclick="_paq.push(['trackEvent', 'StoreLink', 'Bandcamp']);" target="_blank" rel="noopener" href="https://panixheavyindustries.bandcamp.com" alt="Stream from Bandcamp" title="Stream from Bandcamp" class="button icon brands fa-bandcamp">Bandcamp</a>
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</section>
|
||||||
|
<section>
|
||||||
|
<!-- Content -->
|
||||||
|
<div class="content">
|
||||||
|
<!-- post Naviation -->
|
||||||
|
<div style="text-align: center;">
|
||||||
|
<h3>Play more songs grom this release</h3>
|
||||||
|
</div>
|
||||||
|
<div class="post-nav">
|
||||||
|
<div>
|
||||||
|
|
||||||
|
<h4><a href="../../../albums/mal-vidare/3-water-retention/" alt="Read Water Retention" title="Read Water Retention"><i class="fas fa-arrow-left"></i></a> <a
|
||||||
|
href="../../../albums/mal-vidare/3-water-retention/"> Water Retention</a>
|
||||||
|
</h4>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
<div class="post-nav-next">
|
||||||
|
|
||||||
|
<h4><a href="../../../albums/mal-vidare/2-kafferegression/"> Kafferegression</a> <a
|
||||||
|
href="../../../albums/mal-vidare/2-kafferegression/" alt="Read Kafferegression" title="Read Kafferegression"><i class="fas fa-arrow-right"></i></a></h4>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<!-- End Post Navigation -->
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
<!-- Audio player-->
|
||||||
|
<audio autoplay preload="true" data-matomo-title="Reflux Column">
|
||||||
|
<source src="https://media.basspistol.com/panix/mal-vidare/1-reflux-column.mp3" type="audio/mpeg" ontimeupdate='updateTrackTime(this);' />
|
||||||
|
<h1>Your browser isn't ready for so much hotness. Use the download-link instead.</h1>.
|
||||||
|
</audio>
|
||||||
|
<!-- Footer -->
|
||||||
|
<footer id="footer" class="wrapper style1 align-center">
|
||||||
|
<div class="footflex">
|
||||||
|
<div>
|
||||||
|
<h4>pax:nion</h4>
|
||||||
|
<p>PHI, Panix Heavy Industries
|
||||||
|
<br /><a href="mailto:"></a></p>
|
||||||
|
</div>
|
||||||
|
<div>
|
||||||
|
<ul>
|
||||||
|
<li><a href="#top" class="smooth-scroll-middle">Back to top</a></li>
|
||||||
|
<li><a href="/#album0" class="smooth-scroll-middle">music</a></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<div><img src="/assets/panix-logo-dark.svg" style="max-width:300px" alt="pax:nion Logo" /></div>
|
||||||
|
</div>
|
||||||
|
<div class="inner">
|
||||||
|
<ul class="icons">
|
||||||
|
|
||||||
|
<!-- <li><a href="mailto:" class="icon style2 fa-envelope"><span class="label">Email</span></a></li> -->
|
||||||
|
</ul>
|
||||||
|
<p>©2020 Basspistol | <a href="../../../webcreds/">Credits</a> | <a href="../../../cookies/">Cookies & Privacy</a></p>
|
||||||
|
</div>
|
||||||
|
</footer>
|
||||||
|
|
||||||
|
|
||||||
|
<script type="text/javascript">
|
||||||
|
function loadUrl(newLocation) {
|
||||||
|
window.location = newLocation;
|
||||||
|
return false;
|
||||||
|
}
|
||||||
|
|
||||||
|
var mu = document.getElementsByTagName("audio")[0];
|
||||||
|
var pauseButton = document.getElementById("mu_pause");
|
||||||
|
var spincover = document.getElementById("coverart");
|
||||||
|
|
||||||
|
mu.addEventListener('ended', function () {
|
||||||
|
// only functional if "loop" is removed
|
||||||
|
mu.pause();
|
||||||
|
mu.currentTime = 0;
|
||||||
|
loadUrl("../../../mal-vidare/2-kafferegression/"); return false;
|
||||||
|
});
|
||||||
|
mu.onplaying = function() {
|
||||||
|
pauseButton.innerHTML = "Pause";
|
||||||
|
pauseButton.classList.remove("fa-play");
|
||||||
|
pauseButton.classList.add("fa-pause");
|
||||||
|
spincover.classList.add("spinnit");
|
||||||
|
spincover.classList.remove("paused");
|
||||||
|
};
|
||||||
|
|
||||||
|
pauseButton.addEventListener("click", function () {
|
||||||
|
if (mu.paused) {
|
||||||
|
mu.play();
|
||||||
|
|
||||||
|
}
|
||||||
|
else {
|
||||||
|
mu.pause();
|
||||||
|
pauseButton.innerHTML = "Resume";
|
||||||
|
pauseButton.classList.add("fa-play");
|
||||||
|
pauseButton.classList.remove("fa-pause");
|
||||||
|
spincover.classList.add("paused");
|
||||||
|
}
|
||||||
|
});
|
||||||
|
|
||||||
|
mu.addEventListener('timeupdate', function () {
|
||||||
|
var timestamp = Math.floor(mu.currentTime);
|
||||||
|
var hours = Math.floor(timestamp / 60 / 60);
|
||||||
|
var minutes = Math.floor(timestamp / 60) - (hours * 60);
|
||||||
|
var seconds = timestamp % 60;
|
||||||
|
var formatted = hours.toString().padStart(2, '0') + ':' + minutes.toString().padStart(2, '0') + ':' + seconds.toString().padStart(2, '0');
|
||||||
|
var thecurrentSpan = document.getElementById("tracktime");
|
||||||
|
thecurrentSpan.innerHTML = formatted + ' / ';
|
||||||
|
});
|
||||||
|
|
||||||
|
</script>
|
||||||
|
</div>
|
||||||
|
<!-- Navigation -->
|
||||||
|
<div id="logo" class="logo">
|
||||||
|
<a href="/" class="smooth-scroll-middle"><img width="200em" src="/assets/panix-logo.svg" alt=" Logo" /></a>
|
||||||
|
<a href="#navbar" onclick="blurBody()" alt="Navigation Menu" title="Navigation Menu"><span style="font-size: 34px;" class="icon solid fa-bars"></span></a>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div id="navbar" style="display: block;" class="modalDialog">
|
||||||
|
<a href="#close" onclick="removeBlur()" alt="Close Menu" title="Close Menu"><div id="closearea"> </div></a>
|
||||||
|
<nav>
|
||||||
|
<a href="#close" title="Close" onclick="removeBlur()" class="close-button close" style="margin: 0 auto;">X</a>
|
||||||
|
<ul>
|
||||||
|
|
||||||
|
|
||||||
|
<li><a href="../../../" class="button small">Home</a></li>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<li><a href="../../../releases/" class="button small">Releases</a></li>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<li><a href="../../../logs/" class="button small">Web-Log</a></li>
|
||||||
|
|
||||||
|
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
</nav>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
<!-- End Navigation -->
|
||||||
|
<!-- Scripts -->
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<script src="../../../assets/js/jquery.min.js"></script>
|
||||||
|
<script src="../../../assets/js/jquery.scrollex.min.js"></script>
|
||||||
|
<script src="../../../assets/js/jquery.scrolly.min.js"></script>
|
||||||
|
<script src="../../../assets/js/browser.min.js"></script>
|
||||||
|
<script src="../../../assets/js/breakpoints.min.js"></script>
|
||||||
|
<script src="../../../assets/js/util.js"></script>
|
||||||
|
<script src="../../../assets/js/main.js"></script>
|
||||||
|
<script src="../../../assets/js/set.js"></script>
|
||||||
|
|
||||||
|
|
||||||
|
<div id="cookie-notice">
|
||||||
|
<p>We only use cookies if you consent to it. They don't contain any identifiable info: they just let us know if you enjoyed this enough to come back. <br />Click <a href="#" id="cookie-notice-decline">here</a> if you want this shit to go away without cookies. <br />Read more about how Basspistol <a href="/cookies/">use cookies</a> </p>
|
||||||
|
<a class="button small yes" href="#" id="cookie-notice-accept">I'm in!</a>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<script>
|
||||||
|
function createCookie(name, value, days) {
|
||||||
|
var expires = "";
|
||||||
|
if (days) {
|
||||||
|
var date = new Date();
|
||||||
|
date.setTime(date.getTime() + (days * 24 * 60 * 60 * 1000));
|
||||||
|
expires = "; expires=" + date.toUTCString();
|
||||||
|
}
|
||||||
|
document.cookie = name + "=" + value + expires + "; path=/";
|
||||||
|
}
|
||||||
|
function readCookie(name) {
|
||||||
|
var nameEQ = name + "=";
|
||||||
|
var ca = document.cookie.split(';');
|
||||||
|
for (var i = 0; i < ca.length; i++) {
|
||||||
|
var c = ca[i];
|
||||||
|
while (c.charAt(0) == ' ') c = c.substring(1, c.length);
|
||||||
|
if (c.indexOf(nameEQ) == 0) return c.substring(nameEQ.length, c.length);
|
||||||
|
}
|
||||||
|
return null;
|
||||||
|
}
|
||||||
|
function eraseCookie(name) {
|
||||||
|
createCookie(name, "", -1);
|
||||||
|
}
|
||||||
|
|
||||||
|
if (readCookie('cookie-notice-dismissed') == 'wantCookies') {
|
||||||
|
|
||||||
|
//* Matomo Tag Manager *//
|
||||||
|
|
||||||
|
var _mtm = _mtm || [];
|
||||||
|
_mtm.push({'mtm.startTime': (new Date().getTime()), 'event': 'mtm.Start'});
|
||||||
|
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
|
||||||
|
g.type='text/javascript'; g.async=true; g.defer=true; g.src='https://cdn.matomo.cloud/terminalnetwork.matomo.cloud/container_aJ0T3vZ5.js'; s.parentNode.insertBefore(g,s);
|
||||||
|
|
||||||
|
//* End Matomo Tag Manager *//
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
} else {
|
||||||
|
document.getElementById('cookie-notice').style.display = 'flex';
|
||||||
|
|
||||||
|
var _paq = window._paq || [];
|
||||||
|
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */
|
||||||
|
_paq.push(["setDocumentTitle", document.domain + "/" + document.title]);
|
||||||
|
_paq.push(["disableCookies"]);
|
||||||
|
_paq.push(['trackPageView']);
|
||||||
|
_paq.push(['enableLinkTracking']);
|
||||||
|
(function() {
|
||||||
|
var u="https://terminalnetwork.matomo.cloud/";
|
||||||
|
_paq.push(['setTrackerUrl', u+'matomo.php']);
|
||||||
|
_paq.push(['setSiteId', '14']);
|
||||||
|
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
|
||||||
|
g.type='text/javascript'; g.async=true; g.defer=true; g.src='//cdn.matomo.cloud/terminalnetwork.matomo.cloud/matomo.js'; s.parentNode.insertBefore(g,s);
|
||||||
|
})();
|
||||||
|
|
||||||
|
|
||||||
|
}
|
||||||
|
if (readCookie('cookie-notice-dismissed') == 'dontWantCookies') {
|
||||||
|
document.getElementById('cookie-notice').style.display = 'none';
|
||||||
|
|
||||||
|
var _paq = window._paq || [];
|
||||||
|
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */
|
||||||
|
_paq.push(["setDocumentTitle", document.domain + "/" + document.title]);
|
||||||
|
_paq.push(["disableCookies"]);
|
||||||
|
_paq.push(['trackPageView']);
|
||||||
|
_paq.push(['enableLinkTracking']);
|
||||||
|
(function() {
|
||||||
|
var u="https://terminalnetwork.matomo.cloud/";
|
||||||
|
_paq.push(['setTrackerUrl', u+'matomo.php']);
|
||||||
|
_paq.push(['setSiteId', '14']);
|
||||||
|
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
|
||||||
|
g.type='text/javascript'; g.async=true; g.defer=true; g.src='//cdn.matomo.cloud/terminalnetwork.matomo.cloud/matomo.js'; s.parentNode.insertBefore(g,s);
|
||||||
|
})();
|
||||||
|
|
||||||
|
}
|
||||||
|
document.getElementById('cookie-notice-accept').addEventListener("click", function () {
|
||||||
|
createCookie('cookie-notice-dismissed', 'wantCookies', 31);
|
||||||
|
document.getElementById('cookie-notice').style.display = 'none';
|
||||||
|
_paq.push(['trackEvent', 'Consent', 'wantCookie']);
|
||||||
|
location.reload();
|
||||||
|
});
|
||||||
|
|
||||||
|
document.getElementById('cookie-notice-decline').addEventListener("click", function () {
|
||||||
|
createCookie('cookie-notice-dismissed', 'dontWantCookies', 31);
|
||||||
|
document.getElementById('cookie-notice').style.display = 'none';
|
||||||
|
_paq.push(['trackEvent', 'Consent', 'dontWantCookie']);
|
||||||
|
location.reload();
|
||||||
|
});
|
||||||
|
|
||||||
|
// document.getElementById('cookie-notice-gimme').addEventListener("click", function () {
|
||||||
|
// createCookie('cookie-notice-dismissed', 'wantCookies', 31);
|
||||||
|
// document.getElementById('cookie-notice').style.display = 'none';
|
||||||
|
// location.reload();
|
||||||
|
// });
|
||||||
|
|
||||||
|
|
||||||
|
</script>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
404
albums/mal-vidare/2-kafferegression/index.html
Normal file
404
albums/mal-vidare/2-kafferegression/index.html
Normal file
|
|
@ -0,0 +1,404 @@
|
||||||
|
<!DOCTYPE html>
|
||||||
|
<!--
|
||||||
|
Based on _Story_ by html5up.net | @ajlkn
|
||||||
|
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
|
||||||
|
Remixed and Jekyllified by Setto
|
||||||
|
-->
|
||||||
|
<html lang="en">
|
||||||
|
<head>
|
||||||
|
<!-- Begin Jekyll SEO tag v2.6.1 -->
|
||||||
|
<meta name="generator" content="Jekyll v4.0.0" />
|
||||||
|
<meta property="og:title" content="2 Kafferegression" />
|
||||||
|
<meta name="author" content="pax:nion" />
|
||||||
|
<meta property="og:locale" content="en" />
|
||||||
|
<meta name="description" content="PHI, Panix Heavy Industries" />
|
||||||
|
<meta property="og:description" content="PHI, Panix Heavy Industries" />
|
||||||
|
<link rel="canonical" href="https://panix.basspistol.com/albums/mal-vidare/2-kafferegression/" />
|
||||||
|
<meta property="og:url" content="https://panix.basspistol.com/albums/mal-vidare/2-kafferegression/" />
|
||||||
|
<meta property="og:site_name" content="pax:nion" />
|
||||||
|
<meta property="og:type" content="article" />
|
||||||
|
<meta property="article:published_time" content="2020-07-05T18:07:03+00:00" />
|
||||||
|
<script type="application/ld+json">
|
||||||
|
{"description":"PHI, Panix Heavy Industries","@type":"AudioObject","headline":"2 Kafferegression","dateModified":"2020-07-05T18:07:00+00:00","datePublished":"2020-07-05T18:07:03+00:00","url":"https://panix.basspistol.com/albums/mal-vidare/2-kafferegression/","author":{"@type":"Person","name":"pax:nion"},"publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://panix.basspistol.com/assets/img/setto_icon.png"},"name":"pax:nion"},"@context":"https://schema.org"}</script>
|
||||||
|
<!-- End Jekyll SEO tag -->
|
||||||
|
|
||||||
|
<link type="application/atom+xml" rel="alternate" href="https://panix.basspistol.com/feed.xml" title="" />
|
||||||
|
<!-- BEGIN seo.html -->
|
||||||
|
|
||||||
|
<title>Play Kafferegression by Panixonik</title>
|
||||||
|
<meta name="title" content="Play Kafferegression by Panixonik" />
|
||||||
|
|
||||||
|
<meta name="dc.date.modified" scheme="ISO8601" content="2020-07-05T18:07:00+00:00" />
|
||||||
|
<meta name="robots" content="index" />
|
||||||
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||||
|
<link rel="canonical" href="https://panix.basspistol.com/albums/mal-vidare/2-kafferegression/" />
|
||||||
|
<link rel="alternate" hreflang="x-default" href="https://panix.basspistol.com/albums/mal-vidare/2-kafferegression/" />
|
||||||
|
<meta name="geo.region" content="BJ-ZO" />
|
||||||
|
<meta name="geo.placename" content="Setto" />
|
||||||
|
<meta name="geo.position" content="7.48777;2.076389" />
|
||||||
|
<meta name="ICBM" content="7.48777, 2.076389" />
|
||||||
|
|
||||||
|
<!-- Dublin Core basic info -->
|
||||||
|
|
||||||
|
<meta name="dcterms.Identifier" content="https://panix.basspistol.com" />
|
||||||
|
<meta name="dcterms.Format" content="text/html" />
|
||||||
|
<meta name="dcterms.Relation" content="pax:nion" />
|
||||||
|
<meta name="dcterms.Publisher" content="pax:nion" />
|
||||||
|
<meta name="dcterms.Type" content="text/html" />
|
||||||
|
<meta name="dcterms.Coverage" content="https://panix.basspistol.com/" />
|
||||||
|
<meta name="dcterms.Rights" content="Copyright ©2020 pax:nion." />
|
||||||
|
|
||||||
|
<meta name="dcterms.Subject" content="Listen and to a track by Panixonik from the release Mal Vidare and support your remote artist!" />
|
||||||
|
<meta name="dcterms.Title" content="Kafferegression - Panixonik | pax:nion" />
|
||||||
|
|
||||||
|
<meta name="dcterms.Contributor" content="pax:nion" />
|
||||||
|
<meta name="dcterms.Date" content="2020-07-05" />
|
||||||
|
<meta name="dcterms.Description" content="" />
|
||||||
|
|
||||||
|
<!-- Twitter Card -->
|
||||||
|
|
||||||
|
<meta name="twitter:card" content="summary" />
|
||||||
|
<meta name="twitter:site" content="@" />
|
||||||
|
<meta name="twitter:title" content="2 Kafferegression | pax:nion" />
|
||||||
|
<meta name="twitter:description" content="PHI, Panix Heavy Industries" />
|
||||||
|
|
||||||
|
<meta name="twitter:image" content="https://panix.basspistol.com" />
|
||||||
|
|
||||||
|
<!-- END seo.html -->
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<meta charset="utf-8" />
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=yes" />
|
||||||
|
<link rel="stylesheet" href="../../../assets/css/main20200519.css" />
|
||||||
|
|
||||||
|
<link rel="apple-touch-icon" href="https://panix.basspistol.com/apple-touch-icon.png" />
|
||||||
|
<link rel="icon" type="image/png" href="https://panix.basspistol.com/touch-icon.png" sizes="192x192" />
|
||||||
|
<link rel="shortcut icon" href="https://panix.basspistol.com/assets/img/setto_icon.png" type="image/png" />
|
||||||
|
<noscript><link rel="stylesheet" href="../../../assets/css/noscript20200518-rev1.css" /></noscript>
|
||||||
|
</head>
|
||||||
|
|
||||||
|
<body class="is-preload" id="body">
|
||||||
|
<span id="top" style="display: none;"></span>
|
||||||
|
<!-- Wrapper -->
|
||||||
|
<div id="wrapper" class="divided" data-cms-content-wrapper="/_layouts/default.html">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<!-- Banner -->
|
||||||
|
<section
|
||||||
|
class="banner onload-image-fade-in onload-content-fade-right style3 fullscreen content-align-center image-position-center" style="background-image:url('https://media.basspistol.com/panix/mal-vidare/2-kafferegression.jpeg');background-size: cover; background-repeat: no-repeat;">
|
||||||
|
<div style="z-index:0;position:absolute; top:0; left:0; width:100%;height:100%;background-color: rgba(13, 13 ,13, 0.85);"></div>
|
||||||
|
<div class="content" style="z-index:1">
|
||||||
|
<h1 style="margin-top:80px">Kafferegression</h1>
|
||||||
|
|
||||||
|
<p><strong><span id="tracktime"></span></strong><span id="kafferegression"></span></strong> <br />
|
||||||
|
Style: <strong>Electronic</strong>
|
||||||
|
</p>
|
||||||
|
<script type="text/javascript">
|
||||||
|
var kafferegressiontimestamp = 93;
|
||||||
|
var kafferegressionhours = Math.floor(kafferegressiontimestamp / 60 / 60);
|
||||||
|
var kafferegressionminutes = Math.floor(kafferegressiontimestamp / 60) - (kafferegressionhours * 60);
|
||||||
|
var kafferegressionseconds = kafferegressiontimestamp % 60;
|
||||||
|
var kafferegressionformatted = kafferegressionhours.toString().padStart(2, '0') + ':' + kafferegressionminutes.toString().padStart(2, '0') + ':' + kafferegressionseconds.toString().padStart(2, '0');
|
||||||
|
var theSpan = document.getElementById("kafferegression");
|
||||||
|
theSpan.innerHTML = kafferegressionformatted;
|
||||||
|
</script>
|
||||||
|
|
||||||
|
|
||||||
|
<ul class="actions stacked">
|
||||||
|
<li><button id="mu_pause" class="smooth-scroll-middle button icon solid fa-play">Play dat!</button></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="image">
|
||||||
|
<img src="https://media.basspistol.com/panix/mal-vidare/2-kafferegression.jpeg" alt="2 Kafferegression logo" id="coverart" />
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
|
||||||
|
|
||||||
|
<!-- Page navigation -->
|
||||||
|
<section class="wrapper style1 align-center">
|
||||||
|
<div class="inner">
|
||||||
|
<div class="index align-left">
|
||||||
|
<!-- Author -->
|
||||||
|
<section class="streambox" style="margin-top:40px;padding: 40px;">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<h3 style="text-align: center;display: block;">This track can't be bought</h3>
|
||||||
|
<p>But other tracks are available here:</p>
|
||||||
|
|
||||||
|
|
||||||
|
<div class="streamer">
|
||||||
|
|
||||||
|
|
||||||
|
<a onclick="_paq.push(['trackEvent', 'StoreLink', 'Bandcamp']);" target="_blank" rel="noopener" href="https://panixheavyindustries.bandcamp.com" alt="Stream from Bandcamp" title="Stream from Bandcamp" class="button icon brands fa-bandcamp">Bandcamp</a>
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</section>
|
||||||
|
<section>
|
||||||
|
<!-- Content -->
|
||||||
|
<div class="content">
|
||||||
|
<!-- post Naviation -->
|
||||||
|
<div style="text-align: center;">
|
||||||
|
<h3>Play more songs grom this release</h3>
|
||||||
|
</div>
|
||||||
|
<div class="post-nav">
|
||||||
|
<div>
|
||||||
|
|
||||||
|
<h4><a href="../../../albums/mal-vidare/1-reflux-column/" alt="Read Reflux Column" title="Read Reflux Column"><i class="fas fa-arrow-left"></i></a> <a
|
||||||
|
href="../../../albums/mal-vidare/1-reflux-column/"> Reflux Column</a>
|
||||||
|
</h4>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
<div class="post-nav-next">
|
||||||
|
|
||||||
|
<h4><a href="../../../albums/mal-vidare/3-water-retention/"> Water Retention</a> <a
|
||||||
|
href="../../../albums/mal-vidare/3-water-retention/" alt="Read Water Retention" title="Read Water Retention"><i class="fas fa-arrow-right"></i></a></h4>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<!-- End Post Navigation -->
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
<!-- Audio player-->
|
||||||
|
<audio autoplay preload="true" data-matomo-title="Kafferegression">
|
||||||
|
<source src="https://media.basspistol.com/panix/mal-vidare/2-kafferegression.mp3" type="audio/mpeg" ontimeupdate='updateTrackTime(this);' />
|
||||||
|
<h1>Your browser isn't ready for so much hotness. Use the download-link instead.</h1>.
|
||||||
|
</audio>
|
||||||
|
<!-- Footer -->
|
||||||
|
<footer id="footer" class="wrapper style1 align-center">
|
||||||
|
<div class="footflex">
|
||||||
|
<div>
|
||||||
|
<h4>pax:nion</h4>
|
||||||
|
<p>PHI, Panix Heavy Industries
|
||||||
|
<br /><a href="mailto:"></a></p>
|
||||||
|
</div>
|
||||||
|
<div>
|
||||||
|
<ul>
|
||||||
|
<li><a href="#top" class="smooth-scroll-middle">Back to top</a></li>
|
||||||
|
<li><a href="/#album0" class="smooth-scroll-middle">music</a></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<div><img src="/assets/panix-logo-dark.svg" style="max-width:300px" alt="pax:nion Logo" /></div>
|
||||||
|
</div>
|
||||||
|
<div class="inner">
|
||||||
|
<ul class="icons">
|
||||||
|
|
||||||
|
<!-- <li><a href="mailto:" class="icon style2 fa-envelope"><span class="label">Email</span></a></li> -->
|
||||||
|
</ul>
|
||||||
|
<p>©2020 Basspistol | <a href="../../../webcreds/">Credits</a> | <a href="../../../cookies/">Cookies & Privacy</a></p>
|
||||||
|
</div>
|
||||||
|
</footer>
|
||||||
|
|
||||||
|
|
||||||
|
<script type="text/javascript">
|
||||||
|
function loadUrl(newLocation) {
|
||||||
|
window.location = newLocation;
|
||||||
|
return false;
|
||||||
|
}
|
||||||
|
|
||||||
|
var mu = document.getElementsByTagName("audio")[0];
|
||||||
|
var pauseButton = document.getElementById("mu_pause");
|
||||||
|
var spincover = document.getElementById("coverart");
|
||||||
|
|
||||||
|
mu.addEventListener('ended', function () {
|
||||||
|
// only functional if "loop" is removed
|
||||||
|
mu.pause();
|
||||||
|
mu.currentTime = 0;
|
||||||
|
loadUrl("../../../mal-vidare/3-water-retention/"); return false;
|
||||||
|
});
|
||||||
|
mu.onplaying = function() {
|
||||||
|
pauseButton.innerHTML = "Pause";
|
||||||
|
pauseButton.classList.remove("fa-play");
|
||||||
|
pauseButton.classList.add("fa-pause");
|
||||||
|
spincover.classList.add("spinnit");
|
||||||
|
spincover.classList.remove("paused");
|
||||||
|
};
|
||||||
|
|
||||||
|
pauseButton.addEventListener("click", function () {
|
||||||
|
if (mu.paused) {
|
||||||
|
mu.play();
|
||||||
|
|
||||||
|
}
|
||||||
|
else {
|
||||||
|
mu.pause();
|
||||||
|
pauseButton.innerHTML = "Resume";
|
||||||
|
pauseButton.classList.add("fa-play");
|
||||||
|
pauseButton.classList.remove("fa-pause");
|
||||||
|
spincover.classList.add("paused");
|
||||||
|
}
|
||||||
|
});
|
||||||
|
|
||||||
|
mu.addEventListener('timeupdate', function () {
|
||||||
|
var timestamp = Math.floor(mu.currentTime);
|
||||||
|
var hours = Math.floor(timestamp / 60 / 60);
|
||||||
|
var minutes = Math.floor(timestamp / 60) - (hours * 60);
|
||||||
|
var seconds = timestamp % 60;
|
||||||
|
var formatted = hours.toString().padStart(2, '0') + ':' + minutes.toString().padStart(2, '0') + ':' + seconds.toString().padStart(2, '0');
|
||||||
|
var thecurrentSpan = document.getElementById("tracktime");
|
||||||
|
thecurrentSpan.innerHTML = formatted + ' / ';
|
||||||
|
});
|
||||||
|
|
||||||
|
</script>
|
||||||
|
</div>
|
||||||
|
<!-- Navigation -->
|
||||||
|
<div id="logo" class="logo">
|
||||||
|
<a href="/" class="smooth-scroll-middle"><img width="200em" src="/assets/panix-logo.svg" alt=" Logo" /></a>
|
||||||
|
<a href="#navbar" onclick="blurBody()" alt="Navigation Menu" title="Navigation Menu"><span style="font-size: 34px;" class="icon solid fa-bars"></span></a>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div id="navbar" style="display: block;" class="modalDialog">
|
||||||
|
<a href="#close" onclick="removeBlur()" alt="Close Menu" title="Close Menu"><div id="closearea"> </div></a>
|
||||||
|
<nav>
|
||||||
|
<a href="#close" title="Close" onclick="removeBlur()" class="close-button close" style="margin: 0 auto;">X</a>
|
||||||
|
<ul>
|
||||||
|
|
||||||
|
|
||||||
|
<li><a href="../../../" class="button small">Home</a></li>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<li><a href="../../../releases/" class="button small">Releases</a></li>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<li><a href="../../../logs/" class="button small">Web-Log</a></li>
|
||||||
|
|
||||||
|
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
</nav>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
<!-- End Navigation -->
|
||||||
|
<!-- Scripts -->
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<script src="../../../assets/js/jquery.min.js"></script>
|
||||||
|
<script src="../../../assets/js/jquery.scrollex.min.js"></script>
|
||||||
|
<script src="../../../assets/js/jquery.scrolly.min.js"></script>
|
||||||
|
<script src="../../../assets/js/browser.min.js"></script>
|
||||||
|
<script src="../../../assets/js/breakpoints.min.js"></script>
|
||||||
|
<script src="../../../assets/js/util.js"></script>
|
||||||
|
<script src="../../../assets/js/main.js"></script>
|
||||||
|
<script src="../../../assets/js/set.js"></script>
|
||||||
|
|
||||||
|
|
||||||
|
<div id="cookie-notice">
|
||||||
|
<p>We only use cookies if you consent to it. They don't contain any identifiable info: they just let us know if you enjoyed this enough to come back. <br />Click <a href="#" id="cookie-notice-decline">here</a> if you want this shit to go away without cookies. <br />Read more about how Basspistol <a href="/cookies/">use cookies</a> </p>
|
||||||
|
<a class="button small yes" href="#" id="cookie-notice-accept">I'm in!</a>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<script>
|
||||||
|
function createCookie(name, value, days) {
|
||||||
|
var expires = "";
|
||||||
|
if (days) {
|
||||||
|
var date = new Date();
|
||||||
|
date.setTime(date.getTime() + (days * 24 * 60 * 60 * 1000));
|
||||||
|
expires = "; expires=" + date.toUTCString();
|
||||||
|
}
|
||||||
|
document.cookie = name + "=" + value + expires + "; path=/";
|
||||||
|
}
|
||||||
|
function readCookie(name) {
|
||||||
|
var nameEQ = name + "=";
|
||||||
|
var ca = document.cookie.split(';');
|
||||||
|
for (var i = 0; i < ca.length; i++) {
|
||||||
|
var c = ca[i];
|
||||||
|
while (c.charAt(0) == ' ') c = c.substring(1, c.length);
|
||||||
|
if (c.indexOf(nameEQ) == 0) return c.substring(nameEQ.length, c.length);
|
||||||
|
}
|
||||||
|
return null;
|
||||||
|
}
|
||||||
|
function eraseCookie(name) {
|
||||||
|
createCookie(name, "", -1);
|
||||||
|
}
|
||||||
|
|
||||||
|
if (readCookie('cookie-notice-dismissed') == 'wantCookies') {
|
||||||
|
|
||||||
|
//* Matomo Tag Manager *//
|
||||||
|
|
||||||
|
var _mtm = _mtm || [];
|
||||||
|
_mtm.push({'mtm.startTime': (new Date().getTime()), 'event': 'mtm.Start'});
|
||||||
|
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
|
||||||
|
g.type='text/javascript'; g.async=true; g.defer=true; g.src='https://cdn.matomo.cloud/terminalnetwork.matomo.cloud/container_aJ0T3vZ5.js'; s.parentNode.insertBefore(g,s);
|
||||||
|
|
||||||
|
//* End Matomo Tag Manager *//
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
} else {
|
||||||
|
document.getElementById('cookie-notice').style.display = 'flex';
|
||||||
|
|
||||||
|
var _paq = window._paq || [];
|
||||||
|
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */
|
||||||
|
_paq.push(["setDocumentTitle", document.domain + "/" + document.title]);
|
||||||
|
_paq.push(["disableCookies"]);
|
||||||
|
_paq.push(['trackPageView']);
|
||||||
|
_paq.push(['enableLinkTracking']);
|
||||||
|
(function() {
|
||||||
|
var u="https://terminalnetwork.matomo.cloud/";
|
||||||
|
_paq.push(['setTrackerUrl', u+'matomo.php']);
|
||||||
|
_paq.push(['setSiteId', '14']);
|
||||||
|
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
|
||||||
|
g.type='text/javascript'; g.async=true; g.defer=true; g.src='//cdn.matomo.cloud/terminalnetwork.matomo.cloud/matomo.js'; s.parentNode.insertBefore(g,s);
|
||||||
|
})();
|
||||||
|
|
||||||
|
|
||||||
|
}
|
||||||
|
if (readCookie('cookie-notice-dismissed') == 'dontWantCookies') {
|
||||||
|
document.getElementById('cookie-notice').style.display = 'none';
|
||||||
|
|
||||||
|
var _paq = window._paq || [];
|
||||||
|
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */
|
||||||
|
_paq.push(["setDocumentTitle", document.domain + "/" + document.title]);
|
||||||
|
_paq.push(["disableCookies"]);
|
||||||
|
_paq.push(['trackPageView']);
|
||||||
|
_paq.push(['enableLinkTracking']);
|
||||||
|
(function() {
|
||||||
|
var u="https://terminalnetwork.matomo.cloud/";
|
||||||
|
_paq.push(['setTrackerUrl', u+'matomo.php']);
|
||||||
|
_paq.push(['setSiteId', '14']);
|
||||||
|
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
|
||||||
|
g.type='text/javascript'; g.async=true; g.defer=true; g.src='//cdn.matomo.cloud/terminalnetwork.matomo.cloud/matomo.js'; s.parentNode.insertBefore(g,s);
|
||||||
|
})();
|
||||||
|
|
||||||
|
}
|
||||||
|
document.getElementById('cookie-notice-accept').addEventListener("click", function () {
|
||||||
|
createCookie('cookie-notice-dismissed', 'wantCookies', 31);
|
||||||
|
document.getElementById('cookie-notice').style.display = 'none';
|
||||||
|
_paq.push(['trackEvent', 'Consent', 'wantCookie']);
|
||||||
|
location.reload();
|
||||||
|
});
|
||||||
|
|
||||||
|
document.getElementById('cookie-notice-decline').addEventListener("click", function () {
|
||||||
|
createCookie('cookie-notice-dismissed', 'dontWantCookies', 31);
|
||||||
|
document.getElementById('cookie-notice').style.display = 'none';
|
||||||
|
_paq.push(['trackEvent', 'Consent', 'dontWantCookie']);
|
||||||
|
location.reload();
|
||||||
|
});
|
||||||
|
|
||||||
|
// document.getElementById('cookie-notice-gimme').addEventListener("click", function () {
|
||||||
|
// createCookie('cookie-notice-dismissed', 'wantCookies', 31);
|
||||||
|
// document.getElementById('cookie-notice').style.display = 'none';
|
||||||
|
// location.reload();
|
||||||
|
// });
|
||||||
|
|
||||||
|
|
||||||
|
</script>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
404
albums/mal-vidare/3-water-retention/index.html
Normal file
404
albums/mal-vidare/3-water-retention/index.html
Normal file
|
|
@ -0,0 +1,404 @@
|
||||||
|
<!DOCTYPE html>
|
||||||
|
<!--
|
||||||
|
Based on _Story_ by html5up.net | @ajlkn
|
||||||
|
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
|
||||||
|
Remixed and Jekyllified by Setto
|
||||||
|
-->
|
||||||
|
<html lang="en">
|
||||||
|
<head>
|
||||||
|
<!-- Begin Jekyll SEO tag v2.6.1 -->
|
||||||
|
<meta name="generator" content="Jekyll v4.0.0" />
|
||||||
|
<meta property="og:title" content="3 Water Retention" />
|
||||||
|
<meta name="author" content="pax:nion" />
|
||||||
|
<meta property="og:locale" content="en" />
|
||||||
|
<meta name="description" content="PHI, Panix Heavy Industries" />
|
||||||
|
<meta property="og:description" content="PHI, Panix Heavy Industries" />
|
||||||
|
<link rel="canonical" href="https://panix.basspistol.com/albums/mal-vidare/3-water-retention/" />
|
||||||
|
<meta property="og:url" content="https://panix.basspistol.com/albums/mal-vidare/3-water-retention/" />
|
||||||
|
<meta property="og:site_name" content="pax:nion" />
|
||||||
|
<meta property="og:type" content="article" />
|
||||||
|
<meta property="article:published_time" content="2020-07-05T18:07:03+00:00" />
|
||||||
|
<script type="application/ld+json">
|
||||||
|
{"description":"PHI, Panix Heavy Industries","@type":"AudioObject","headline":"3 Water Retention","dateModified":"2020-07-05T18:07:00+00:00","datePublished":"2020-07-05T18:07:03+00:00","url":"https://panix.basspistol.com/albums/mal-vidare/3-water-retention/","author":{"@type":"Person","name":"pax:nion"},"publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://panix.basspistol.com/assets/img/setto_icon.png"},"name":"pax:nion"},"@context":"https://schema.org"}</script>
|
||||||
|
<!-- End Jekyll SEO tag -->
|
||||||
|
|
||||||
|
<link type="application/atom+xml" rel="alternate" href="https://panix.basspistol.com/feed.xml" title="" />
|
||||||
|
<!-- BEGIN seo.html -->
|
||||||
|
|
||||||
|
<title>Play Water Retention by Panixonik</title>
|
||||||
|
<meta name="title" content="Play Water Retention by Panixonik" />
|
||||||
|
|
||||||
|
<meta name="dc.date.modified" scheme="ISO8601" content="2020-07-05T18:07:00+00:00" />
|
||||||
|
<meta name="robots" content="index" />
|
||||||
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||||
|
<link rel="canonical" href="https://panix.basspistol.com/albums/mal-vidare/3-water-retention/" />
|
||||||
|
<link rel="alternate" hreflang="x-default" href="https://panix.basspistol.com/albums/mal-vidare/3-water-retention/" />
|
||||||
|
<meta name="geo.region" content="BJ-ZO" />
|
||||||
|
<meta name="geo.placename" content="Setto" />
|
||||||
|
<meta name="geo.position" content="7.48777;2.076389" />
|
||||||
|
<meta name="ICBM" content="7.48777, 2.076389" />
|
||||||
|
|
||||||
|
<!-- Dublin Core basic info -->
|
||||||
|
|
||||||
|
<meta name="dcterms.Identifier" content="https://panix.basspistol.com" />
|
||||||
|
<meta name="dcterms.Format" content="text/html" />
|
||||||
|
<meta name="dcterms.Relation" content="pax:nion" />
|
||||||
|
<meta name="dcterms.Publisher" content="pax:nion" />
|
||||||
|
<meta name="dcterms.Type" content="text/html" />
|
||||||
|
<meta name="dcterms.Coverage" content="https://panix.basspistol.com/" />
|
||||||
|
<meta name="dcterms.Rights" content="Copyright ©2020 pax:nion." />
|
||||||
|
|
||||||
|
<meta name="dcterms.Subject" content="Listen and to a track by Panixonik from the release Mal Vidare and support your remote artist!" />
|
||||||
|
<meta name="dcterms.Title" content="Water Retention - Panixonik | pax:nion" />
|
||||||
|
|
||||||
|
<meta name="dcterms.Contributor" content="pax:nion" />
|
||||||
|
<meta name="dcterms.Date" content="2020-07-05" />
|
||||||
|
<meta name="dcterms.Description" content="" />
|
||||||
|
|
||||||
|
<!-- Twitter Card -->
|
||||||
|
|
||||||
|
<meta name="twitter:card" content="summary" />
|
||||||
|
<meta name="twitter:site" content="@" />
|
||||||
|
<meta name="twitter:title" content="3 Water Retention | pax:nion" />
|
||||||
|
<meta name="twitter:description" content="PHI, Panix Heavy Industries" />
|
||||||
|
|
||||||
|
<meta name="twitter:image" content="https://panix.basspistol.com" />
|
||||||
|
|
||||||
|
<!-- END seo.html -->
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<meta charset="utf-8" />
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=yes" />
|
||||||
|
<link rel="stylesheet" href="../../../assets/css/main20200519.css" />
|
||||||
|
|
||||||
|
<link rel="apple-touch-icon" href="https://panix.basspistol.com/apple-touch-icon.png" />
|
||||||
|
<link rel="icon" type="image/png" href="https://panix.basspistol.com/touch-icon.png" sizes="192x192" />
|
||||||
|
<link rel="shortcut icon" href="https://panix.basspistol.com/assets/img/setto_icon.png" type="image/png" />
|
||||||
|
<noscript><link rel="stylesheet" href="../../../assets/css/noscript20200518-rev1.css" /></noscript>
|
||||||
|
</head>
|
||||||
|
|
||||||
|
<body class="is-preload" id="body">
|
||||||
|
<span id="top" style="display: none;"></span>
|
||||||
|
<!-- Wrapper -->
|
||||||
|
<div id="wrapper" class="divided" data-cms-content-wrapper="/_layouts/default.html">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<!-- Banner -->
|
||||||
|
<section
|
||||||
|
class="banner onload-image-fade-in onload-content-fade-right style3 fullscreen content-align-center image-position-center" style="background-image:url('https://media.basspistol.com/panix/mal-vidare/3-water-retention.jpeg');background-size: cover; background-repeat: no-repeat;">
|
||||||
|
<div style="z-index:0;position:absolute; top:0; left:0; width:100%;height:100%;background-color: rgba(13, 13 ,13, 0.85);"></div>
|
||||||
|
<div class="content" style="z-index:1">
|
||||||
|
<h1 style="margin-top:80px">Water Retention</h1>
|
||||||
|
|
||||||
|
<p><strong><span id="tracktime"></span></strong><span id="waterretention"></span></strong> <br />
|
||||||
|
Style: <strong>Electronic</strong>
|
||||||
|
</p>
|
||||||
|
<script type="text/javascript">
|
||||||
|
var waterretentiontimestamp = 107;
|
||||||
|
var waterretentionhours = Math.floor(waterretentiontimestamp / 60 / 60);
|
||||||
|
var waterretentionminutes = Math.floor(waterretentiontimestamp / 60) - (waterretentionhours * 60);
|
||||||
|
var waterretentionseconds = waterretentiontimestamp % 60;
|
||||||
|
var waterretentionformatted = waterretentionhours.toString().padStart(2, '0') + ':' + waterretentionminutes.toString().padStart(2, '0') + ':' + waterretentionseconds.toString().padStart(2, '0');
|
||||||
|
var theSpan = document.getElementById("waterretention");
|
||||||
|
theSpan.innerHTML = waterretentionformatted;
|
||||||
|
</script>
|
||||||
|
|
||||||
|
|
||||||
|
<ul class="actions stacked">
|
||||||
|
<li><button id="mu_pause" class="smooth-scroll-middle button icon solid fa-play">Play dat!</button></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="image">
|
||||||
|
<img src="https://media.basspistol.com/panix/mal-vidare/3-water-retention.jpeg" alt="3 Water Retention logo" id="coverart" />
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
|
||||||
|
|
||||||
|
<!-- Page navigation -->
|
||||||
|
<section class="wrapper style1 align-center">
|
||||||
|
<div class="inner">
|
||||||
|
<div class="index align-left">
|
||||||
|
<!-- Author -->
|
||||||
|
<section class="streambox" style="margin-top:40px;padding: 40px;">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<h3 style="text-align: center;display: block;">This track can't be bought</h3>
|
||||||
|
<p>But other tracks are available here:</p>
|
||||||
|
|
||||||
|
|
||||||
|
<div class="streamer">
|
||||||
|
|
||||||
|
|
||||||
|
<a onclick="_paq.push(['trackEvent', 'StoreLink', 'Bandcamp']);" target="_blank" rel="noopener" href="https://panixheavyindustries.bandcamp.com" alt="Stream from Bandcamp" title="Stream from Bandcamp" class="button icon brands fa-bandcamp">Bandcamp</a>
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</section>
|
||||||
|
<section>
|
||||||
|
<!-- Content -->
|
||||||
|
<div class="content">
|
||||||
|
<!-- post Naviation -->
|
||||||
|
<div style="text-align: center;">
|
||||||
|
<h3>Play more songs grom this release</h3>
|
||||||
|
</div>
|
||||||
|
<div class="post-nav">
|
||||||
|
<div>
|
||||||
|
|
||||||
|
<h4><a href="../../../albums/mal-vidare/2-kafferegression/" alt="Read Kafferegression" title="Read Kafferegression"><i class="fas fa-arrow-left"></i></a> <a
|
||||||
|
href="../../../albums/mal-vidare/2-kafferegression/"> Kafferegression</a>
|
||||||
|
</h4>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
<div class="post-nav-next">
|
||||||
|
|
||||||
|
<h4><a href="../../../albums/mal-vidare/1-reflux-column/"> Reflux Column</a> <a
|
||||||
|
href="../../../albums/mal-vidare/1-reflux-column/" alt="Read Reflux Column" title="Read Reflux Column"><i class="fas fa-arrow-right"></i></a></h4>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<!-- End Post Navigation -->
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
<!-- Audio player-->
|
||||||
|
<audio autoplay preload="true" data-matomo-title="Water Retention">
|
||||||
|
<source src="https://media.basspistol.com/panix/mal-vidare/3-water-retention.mp3" type="audio/mpeg" ontimeupdate='updateTrackTime(this);' />
|
||||||
|
<h1>Your browser isn't ready for so much hotness. Use the download-link instead.</h1>.
|
||||||
|
</audio>
|
||||||
|
<!-- Footer -->
|
||||||
|
<footer id="footer" class="wrapper style1 align-center">
|
||||||
|
<div class="footflex">
|
||||||
|
<div>
|
||||||
|
<h4>pax:nion</h4>
|
||||||
|
<p>PHI, Panix Heavy Industries
|
||||||
|
<br /><a href="mailto:"></a></p>
|
||||||
|
</div>
|
||||||
|
<div>
|
||||||
|
<ul>
|
||||||
|
<li><a href="#top" class="smooth-scroll-middle">Back to top</a></li>
|
||||||
|
<li><a href="/#album0" class="smooth-scroll-middle">music</a></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<div><img src="/assets/panix-logo-dark.svg" style="max-width:300px" alt="pax:nion Logo" /></div>
|
||||||
|
</div>
|
||||||
|
<div class="inner">
|
||||||
|
<ul class="icons">
|
||||||
|
|
||||||
|
<!-- <li><a href="mailto:" class="icon style2 fa-envelope"><span class="label">Email</span></a></li> -->
|
||||||
|
</ul>
|
||||||
|
<p>©2020 Basspistol | <a href="../../../webcreds/">Credits</a> | <a href="../../../cookies/">Cookies & Privacy</a></p>
|
||||||
|
</div>
|
||||||
|
</footer>
|
||||||
|
|
||||||
|
|
||||||
|
<script type="text/javascript">
|
||||||
|
function loadUrl(newLocation) {
|
||||||
|
window.location = newLocation;
|
||||||
|
return false;
|
||||||
|
}
|
||||||
|
|
||||||
|
var mu = document.getElementsByTagName("audio")[0];
|
||||||
|
var pauseButton = document.getElementById("mu_pause");
|
||||||
|
var spincover = document.getElementById("coverart");
|
||||||
|
|
||||||
|
mu.addEventListener('ended', function () {
|
||||||
|
// only functional if "loop" is removed
|
||||||
|
mu.pause();
|
||||||
|
mu.currentTime = 0;
|
||||||
|
loadUrl("../../../mal-vidare/1-reflux-column/"); return false;
|
||||||
|
});
|
||||||
|
mu.onplaying = function() {
|
||||||
|
pauseButton.innerHTML = "Pause";
|
||||||
|
pauseButton.classList.remove("fa-play");
|
||||||
|
pauseButton.classList.add("fa-pause");
|
||||||
|
spincover.classList.add("spinnit");
|
||||||
|
spincover.classList.remove("paused");
|
||||||
|
};
|
||||||
|
|
||||||
|
pauseButton.addEventListener("click", function () {
|
||||||
|
if (mu.paused) {
|
||||||
|
mu.play();
|
||||||
|
|
||||||
|
}
|
||||||
|
else {
|
||||||
|
mu.pause();
|
||||||
|
pauseButton.innerHTML = "Resume";
|
||||||
|
pauseButton.classList.add("fa-play");
|
||||||
|
pauseButton.classList.remove("fa-pause");
|
||||||
|
spincover.classList.add("paused");
|
||||||
|
}
|
||||||
|
});
|
||||||
|
|
||||||
|
mu.addEventListener('timeupdate', function () {
|
||||||
|
var timestamp = Math.floor(mu.currentTime);
|
||||||
|
var hours = Math.floor(timestamp / 60 / 60);
|
||||||
|
var minutes = Math.floor(timestamp / 60) - (hours * 60);
|
||||||
|
var seconds = timestamp % 60;
|
||||||
|
var formatted = hours.toString().padStart(2, '0') + ':' + minutes.toString().padStart(2, '0') + ':' + seconds.toString().padStart(2, '0');
|
||||||
|
var thecurrentSpan = document.getElementById("tracktime");
|
||||||
|
thecurrentSpan.innerHTML = formatted + ' / ';
|
||||||
|
});
|
||||||
|
|
||||||
|
</script>
|
||||||
|
</div>
|
||||||
|
<!-- Navigation -->
|
||||||
|
<div id="logo" class="logo">
|
||||||
|
<a href="/" class="smooth-scroll-middle"><img width="200em" src="/assets/panix-logo.svg" alt=" Logo" /></a>
|
||||||
|
<a href="#navbar" onclick="blurBody()" alt="Navigation Menu" title="Navigation Menu"><span style="font-size: 34px;" class="icon solid fa-bars"></span></a>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div id="navbar" style="display: block;" class="modalDialog">
|
||||||
|
<a href="#close" onclick="removeBlur()" alt="Close Menu" title="Close Menu"><div id="closearea"> </div></a>
|
||||||
|
<nav>
|
||||||
|
<a href="#close" title="Close" onclick="removeBlur()" class="close-button close" style="margin: 0 auto;">X</a>
|
||||||
|
<ul>
|
||||||
|
|
||||||
|
|
||||||
|
<li><a href="../../../" class="button small">Home</a></li>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<li><a href="../../../releases/" class="button small">Releases</a></li>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<li><a href="../../../logs/" class="button small">Web-Log</a></li>
|
||||||
|
|
||||||
|
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
</nav>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
<!-- End Navigation -->
|
||||||
|
<!-- Scripts -->
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<script src="../../../assets/js/jquery.min.js"></script>
|
||||||
|
<script src="../../../assets/js/jquery.scrollex.min.js"></script>
|
||||||
|
<script src="../../../assets/js/jquery.scrolly.min.js"></script>
|
||||||
|
<script src="../../../assets/js/browser.min.js"></script>
|
||||||
|
<script src="../../../assets/js/breakpoints.min.js"></script>
|
||||||
|
<script src="../../../assets/js/util.js"></script>
|
||||||
|
<script src="../../../assets/js/main.js"></script>
|
||||||
|
<script src="../../../assets/js/set.js"></script>
|
||||||
|
|
||||||
|
|
||||||
|
<div id="cookie-notice">
|
||||||
|
<p>We only use cookies if you consent to it. They don't contain any identifiable info: they just let us know if you enjoyed this enough to come back. <br />Click <a href="#" id="cookie-notice-decline">here</a> if you want this shit to go away without cookies. <br />Read more about how Basspistol <a href="/cookies/">use cookies</a> </p>
|
||||||
|
<a class="button small yes" href="#" id="cookie-notice-accept">I'm in!</a>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<script>
|
||||||
|
function createCookie(name, value, days) {
|
||||||
|
var expires = "";
|
||||||
|
if (days) {
|
||||||
|
var date = new Date();
|
||||||
|
date.setTime(date.getTime() + (days * 24 * 60 * 60 * 1000));
|
||||||
|
expires = "; expires=" + date.toUTCString();
|
||||||
|
}
|
||||||
|
document.cookie = name + "=" + value + expires + "; path=/";
|
||||||
|
}
|
||||||
|
function readCookie(name) {
|
||||||
|
var nameEQ = name + "=";
|
||||||
|
var ca = document.cookie.split(';');
|
||||||
|
for (var i = 0; i < ca.length; i++) {
|
||||||
|
var c = ca[i];
|
||||||
|
while (c.charAt(0) == ' ') c = c.substring(1, c.length);
|
||||||
|
if (c.indexOf(nameEQ) == 0) return c.substring(nameEQ.length, c.length);
|
||||||
|
}
|
||||||
|
return null;
|
||||||
|
}
|
||||||
|
function eraseCookie(name) {
|
||||||
|
createCookie(name, "", -1);
|
||||||
|
}
|
||||||
|
|
||||||
|
if (readCookie('cookie-notice-dismissed') == 'wantCookies') {
|
||||||
|
|
||||||
|
//* Matomo Tag Manager *//
|
||||||
|
|
||||||
|
var _mtm = _mtm || [];
|
||||||
|
_mtm.push({'mtm.startTime': (new Date().getTime()), 'event': 'mtm.Start'});
|
||||||
|
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
|
||||||
|
g.type='text/javascript'; g.async=true; g.defer=true; g.src='https://cdn.matomo.cloud/terminalnetwork.matomo.cloud/container_aJ0T3vZ5.js'; s.parentNode.insertBefore(g,s);
|
||||||
|
|
||||||
|
//* End Matomo Tag Manager *//
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
} else {
|
||||||
|
document.getElementById('cookie-notice').style.display = 'flex';
|
||||||
|
|
||||||
|
var _paq = window._paq || [];
|
||||||
|
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */
|
||||||
|
_paq.push(["setDocumentTitle", document.domain + "/" + document.title]);
|
||||||
|
_paq.push(["disableCookies"]);
|
||||||
|
_paq.push(['trackPageView']);
|
||||||
|
_paq.push(['enableLinkTracking']);
|
||||||
|
(function() {
|
||||||
|
var u="https://terminalnetwork.matomo.cloud/";
|
||||||
|
_paq.push(['setTrackerUrl', u+'matomo.php']);
|
||||||
|
_paq.push(['setSiteId', '14']);
|
||||||
|
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
|
||||||
|
g.type='text/javascript'; g.async=true; g.defer=true; g.src='//cdn.matomo.cloud/terminalnetwork.matomo.cloud/matomo.js'; s.parentNode.insertBefore(g,s);
|
||||||
|
})();
|
||||||
|
|
||||||
|
|
||||||
|
}
|
||||||
|
if (readCookie('cookie-notice-dismissed') == 'dontWantCookies') {
|
||||||
|
document.getElementById('cookie-notice').style.display = 'none';
|
||||||
|
|
||||||
|
var _paq = window._paq || [];
|
||||||
|
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */
|
||||||
|
_paq.push(["setDocumentTitle", document.domain + "/" + document.title]);
|
||||||
|
_paq.push(["disableCookies"]);
|
||||||
|
_paq.push(['trackPageView']);
|
||||||
|
_paq.push(['enableLinkTracking']);
|
||||||
|
(function() {
|
||||||
|
var u="https://terminalnetwork.matomo.cloud/";
|
||||||
|
_paq.push(['setTrackerUrl', u+'matomo.php']);
|
||||||
|
_paq.push(['setSiteId', '14']);
|
||||||
|
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
|
||||||
|
g.type='text/javascript'; g.async=true; g.defer=true; g.src='//cdn.matomo.cloud/terminalnetwork.matomo.cloud/matomo.js'; s.parentNode.insertBefore(g,s);
|
||||||
|
})();
|
||||||
|
|
||||||
|
}
|
||||||
|
document.getElementById('cookie-notice-accept').addEventListener("click", function () {
|
||||||
|
createCookie('cookie-notice-dismissed', 'wantCookies', 31);
|
||||||
|
document.getElementById('cookie-notice').style.display = 'none';
|
||||||
|
_paq.push(['trackEvent', 'Consent', 'wantCookie']);
|
||||||
|
location.reload();
|
||||||
|
});
|
||||||
|
|
||||||
|
document.getElementById('cookie-notice-decline').addEventListener("click", function () {
|
||||||
|
createCookie('cookie-notice-dismissed', 'dontWantCookies', 31);
|
||||||
|
document.getElementById('cookie-notice').style.display = 'none';
|
||||||
|
_paq.push(['trackEvent', 'Consent', 'dontWantCookie']);
|
||||||
|
location.reload();
|
||||||
|
});
|
||||||
|
|
||||||
|
// document.getElementById('cookie-notice-gimme').addEventListener("click", function () {
|
||||||
|
// createCookie('cookie-notice-dismissed', 'wantCookies', 31);
|
||||||
|
// document.getElementById('cookie-notice').style.display = 'none';
|
||||||
|
// location.reload();
|
||||||
|
// });
|
||||||
|
|
||||||
|
|
||||||
|
</script>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
635
albums/mal-vidare/index.html
Normal file
635
albums/mal-vidare/index.html
Normal file
|
|
@ -0,0 +1,635 @@
|
||||||
|
<!DOCTYPE html>
|
||||||
|
<!--
|
||||||
|
Based on _Story_ by html5up.net | @ajlkn
|
||||||
|
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
|
||||||
|
Remixed and Jekyllified by Setto
|
||||||
|
-->
|
||||||
|
<html lang="en">
|
||||||
|
<head>
|
||||||
|
<!-- Begin Jekyll SEO tag v2.6.1 -->
|
||||||
|
<meta name="generator" content="Jekyll v4.0.0" />
|
||||||
|
<meta property="og:title" content="Mal Vidare" />
|
||||||
|
<meta name="author" content="pax:nion" />
|
||||||
|
<meta property="og:locale" content="en" />
|
||||||
|
<meta name="description" content="PHI, Panix Heavy Industries" />
|
||||||
|
<meta property="og:description" content="PHI, Panix Heavy Industries" />
|
||||||
|
<link rel="canonical" href="https://panix.basspistol.com/albums/mal-vidare/" />
|
||||||
|
<meta property="og:url" content="https://panix.basspistol.com/albums/mal-vidare/" />
|
||||||
|
<meta property="og:site_name" content="pax:nion" />
|
||||||
|
<meta property="og:type" content="article" />
|
||||||
|
<meta property="article:published_time" content="2010-01-01T00:00:00+00:00" />
|
||||||
|
<script type="application/ld+json">
|
||||||
|
{"description":"PHI, Panix Heavy Industries","@type":"BlogPosting","headline":"Mal Vidare","dateModified":"2020-07-05T18:07:00+00:00","datePublished":"2010-01-01T00:00:00+00:00","mainEntityOfPage":{"@type":"WebPage","@id":"https://panix.basspistol.com/albums/mal-vidare/"},"url":"https://panix.basspistol.com/albums/mal-vidare/","author":{"@type":"Person","name":"pax:nion"},"publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://panix.basspistol.com/assets/img/setto_icon.png"},"name":"pax:nion"},"@context":"https://schema.org"}</script>
|
||||||
|
<!-- End Jekyll SEO tag -->
|
||||||
|
|
||||||
|
<link type="application/atom+xml" rel="alternate" href="https://panix.basspistol.com/feed.xml" title="" />
|
||||||
|
<!-- BEGIN seo.html -->
|
||||||
|
|
||||||
|
<title>Mal Vidare | pax:nion</title>
|
||||||
|
<meta name="title" content="Mal Vidare | pax:nion" />
|
||||||
|
|
||||||
|
<meta name="dc.date.modified" scheme="ISO8601" content="2020-07-05T18:07:00+00:00" />
|
||||||
|
<meta name="robots" content="index" />
|
||||||
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||||
|
<link rel="canonical" href="https://panix.basspistol.com/albums/mal-vidare/" />
|
||||||
|
<link rel="alternate" hreflang="x-default" href="https://panix.basspistol.com/albums/mal-vidare/" />
|
||||||
|
<meta name="geo.region" content="BJ-ZO" />
|
||||||
|
<meta name="geo.placename" content="Setto" />
|
||||||
|
<meta name="geo.position" content="7.48777;2.076389" />
|
||||||
|
<meta name="ICBM" content="7.48777, 2.076389" />
|
||||||
|
|
||||||
|
<!-- Dublin Core basic info -->
|
||||||
|
|
||||||
|
<meta name="dcterms.Identifier" content="https://panix.basspistol.com" />
|
||||||
|
<meta name="dcterms.Format" content="text/html" />
|
||||||
|
<meta name="dcterms.Relation" content="pax:nion" />
|
||||||
|
<meta name="dcterms.Publisher" content="pax:nion" />
|
||||||
|
<meta name="dcterms.Type" content="text/html" />
|
||||||
|
<meta name="dcterms.Coverage" content="https://panix.basspistol.com/" />
|
||||||
|
<meta name="dcterms.Rights" content="Copyright ©2020 pax:nion." />
|
||||||
|
|
||||||
|
<meta name="dcterms.Subject" content="PHI, Panix Heavy Industries" />
|
||||||
|
<meta name="dcterms.Title" content="Mal Vidare | pax:nion" />
|
||||||
|
|
||||||
|
<meta name="dcterms.Contributor" content="pax:nion" />
|
||||||
|
<meta name="dcterms.Date" content="2010-01-01" />
|
||||||
|
<meta name="dcterms.Description" content="" />
|
||||||
|
|
||||||
|
<!-- Twitter Card -->
|
||||||
|
|
||||||
|
<meta name="twitter:card" content="summary" />
|
||||||
|
<meta name="twitter:site" content="@" />
|
||||||
|
<meta name="twitter:title" content="Mal Vidare | pax:nion" />
|
||||||
|
<meta name="twitter:description" content="PHI, Panix Heavy Industries" />
|
||||||
|
|
||||||
|
<meta name="twitter:image" content="https://panix.basspistol.com" />
|
||||||
|
|
||||||
|
<!-- END seo.html -->
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<meta charset="utf-8" />
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=yes" />
|
||||||
|
<link rel="stylesheet" href="../../assets/css/main20200519.css" />
|
||||||
|
<link rel="apple-touch-icon" href="https://panix.basspistol.com/apple-touch-icon.png" />
|
||||||
|
<link rel="icon" type="image/png" href="https://panix.basspistol.com/touch-icon.png" sizes="192x192" />
|
||||||
|
<link rel="shortcut icon" href="https://panix.basspistol.com/assets/img/setto_icon.png" type="image/png" />
|
||||||
|
<noscript><link rel="stylesheet" href="../../assets/css/noscript20200518-rev1.css" /></noscript>
|
||||||
|
</head>
|
||||||
|
<body class="is-preload" id="body">
|
||||||
|
<span id="top" style="display: none;"></span>
|
||||||
|
<!-- Wrapper -->
|
||||||
|
<div id="wrapper" class="divided">
|
||||||
|
|
||||||
|
<!-- Banner -->
|
||||||
|
<section class="banner onload-image-fade-in onload-content-fade-right style2 fullscreen content-align-center image-position-center" style="height:100vh;background-color: rgba(13,13,13,0.85);">
|
||||||
|
<div class="content editable" data-cms-source="/_layouts/album.html" data-cms-index="0">
|
||||||
|
<h1 class="editable" data-cms-source="/_layouts/album.html" data-cms-index="1">Mal Vidare</h1>
|
||||||
|
<p></p>
|
||||||
|
<ul class="actions stacked">
|
||||||
|
<li><a href="#moe" class="button small smooth-scroll-middle">cheggit!</a></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<div class="image">
|
||||||
|
<img src="https://media.basspistol.com/panix/mal-vidare/1-reflux-column.jpeg" alt="Mal Vidare" class="editable" data-cms-source="/_layouts/album.html" data-cms-index="2" />
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
<!-- Content -->
|
||||||
|
<section class="wrapper style1 align-center">
|
||||||
|
<div class="inner" style="padding-top: 40px;">
|
||||||
|
<div class="index align-left">
|
||||||
|
<!-- Author -->
|
||||||
|
<section style="padding-top:40px;" id="moe">
|
||||||
|
|
||||||
|
|
||||||
|
<header id="author">
|
||||||
|
<div class="bio">
|
||||||
|
|
||||||
|
|
||||||
|
<h6>
|
||||||
|
|
||||||
|
Share this page:
|
||||||
|
</h6>
|
||||||
|
<ul class="icons">
|
||||||
|
<li><a target="_blank" rel="nofollow noopener" title="Share to facebook" alt="Share to facebook" href="https://touch.facebook.com/sharer.php?u=https://panix.basspistol.com/albums/mal-vidare/&quote=Mal Vidare%20by%20pax:nion%20via%20https://panix.basspistol.com" class="icon brands style1 fa-facebook-f"><span class="label">Facebook</span></a></li>
|
||||||
|
<li><a target="_blank" rel="nofollow noopener" title="Share to twitter" alt="Share to twitter" href="https://twitter.com/share?url=https://panix.basspistol.com/albums/mal-vidare/&text=Mal Vidare%20by%20pax:nion%20&hashtags=paxNion" class="icon brands style1 fa-twitter"><span class="label">Twitter</span></a></li>
|
||||||
|
<li><a target="_blank" rel="nofollow noopener" title="Share to telegram" alt="Share to telgram" href="https://telegram.me/share/url?url=https://panix.basspistol.com/albums/mal-vidare/&text=Mal Vidare%20by%20pax:nion" class="icon brands style1 fa-telegram"><span class="label">Telegram</span></a></li>
|
||||||
|
<li><a target="_blank" rel="nofollow noopener" title="Share to reddit" alt="Share to reddit" href="https://reddit.com/submit/?url=https://panix.basspistol.com/albums/mal-vidare/&title=Mal Vidare%20by%20pax:nion" class="icon brands style1 fa-reddit"><span class="label">Reddit</span></a></li>
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</header>
|
||||||
|
<!-- Content -->
|
||||||
|
<div class="content">
|
||||||
|
|
||||||
|
|
||||||
|
<!-- HERE BEGINS MADNESS -->
|
||||||
|
|
||||||
|
|
||||||
|
<!-- Content -->
|
||||||
|
<div class="content">
|
||||||
|
<div id="mainwrap">
|
||||||
|
<div id="nowPlay">
|
||||||
|
<p class="right" id="npTitle" style="font-weight: bold;"></p>
|
||||||
|
<p class="left" id="npAction">Paused...</p>
|
||||||
|
</div>
|
||||||
|
<div id="audiowrap">
|
||||||
|
<div id="audio0">
|
||||||
|
<audio id="audio1" controls="controls">Your browser does not support HTML5
|
||||||
|
Audio!</audio>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div id="tracks">
|
||||||
|
<a id="btnPrev"><span class="icon solid fa-fast-backward"></span></a>
|
||||||
|
<a id="btnNext"><span class="icon solid fa-fast-forward"></span></a>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
<div id="plwrap">
|
||||||
|
<ul id="plList">
|
||||||
|
|
||||||
|
<li>
|
||||||
|
<div class="plItem">
|
||||||
|
<div class="plNum">1.</div>
|
||||||
|
<div class="plTitle">Reflux Column</div>
|
||||||
|
<div class="plLength">2:32</div>
|
||||||
|
</div>
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li>
|
||||||
|
<div class="plItem">
|
||||||
|
<div class="plNum">2.</div>
|
||||||
|
<div class="plTitle">Kafferegression</div>
|
||||||
|
<div class="plLength">1:33</div>
|
||||||
|
</div>
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li>
|
||||||
|
<div class="plItem">
|
||||||
|
<div class="plNum">3.</div>
|
||||||
|
<div class="plTitle">Water Retention</div>
|
||||||
|
<div class="plLength">1:47</div>
|
||||||
|
</div>
|
||||||
|
</li>
|
||||||
|
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div id="noJSalbum">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<div class="plItem">
|
||||||
|
<div class="plNum">1.</div>
|
||||||
|
<div class="plTitle"><a href="https://media.basspistol.com/panix/mal-vidare/1-reflux-column.mp3">Reflux Column </a></div>
|
||||||
|
<div class="plLength">2:32</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<div class="plItem">
|
||||||
|
<div class="plNum">2.</div>
|
||||||
|
<div class="plTitle"><a href="https://media.basspistol.com/panix/mal-vidare/2-kafferegression.mp3">Kafferegression </a></div>
|
||||||
|
<div class="plLength">1:33</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<div class="plItem">
|
||||||
|
<div class="plNum">3.</div>
|
||||||
|
<div class="plTitle"><a href="https://media.basspistol.com/panix/mal-vidare/3-water-retention.mp3">Water Retention </a></div>
|
||||||
|
<div class="plLength">1:47</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="content" style="font-family: monospace;font-size: 16px;margin-top:60px;">
|
||||||
|
|
||||||
|
|
||||||
|
<p></p>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
|
||||||
|
|
||||||
|
<!-- HERE ENDS MADNESS -->
|
||||||
|
|
||||||
|
<section class="wrapper style1 align-center">
|
||||||
|
|
||||||
|
<div class="inner">
|
||||||
|
<h2>Track list</h2>
|
||||||
|
<p>Use thses pages to share one song in particulare</p>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</section>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<section class="spotlight style4 orient-right content-align-left image-position-center onscroll-image-fade-in" style="box-shadow: none;" >
|
||||||
|
<div class="content">
|
||||||
|
<h3>Reflux Column</h3>
|
||||||
|
<p>
|
||||||
|
2:32
|
||||||
|
<br /><strong>Electronic</strong>
|
||||||
|
<br />2010</p>
|
||||||
|
|
||||||
|
<ul class="actions stacked">
|
||||||
|
<li><a href="../../albums/mal-vidare/1-reflux-column/" class="button">Track</a></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<div class="image">
|
||||||
|
<img src="https://media.basspistol.com/panix/mal-vidare/1-reflux-column.jpeg" alt="Reflux Column" />
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<section class="spotlight style4 orient-left content-align-right image-position-center onscroll-image-fade-in" >
|
||||||
|
<div class="content">
|
||||||
|
<h3>Kafferegression</h3>
|
||||||
|
<p>
|
||||||
|
1:33
|
||||||
|
<br /><strong>Electronic</strong>
|
||||||
|
<br />2010</p>
|
||||||
|
|
||||||
|
<ul class="actions stacked">
|
||||||
|
<li><a href="../../albums/mal-vidare/2-kafferegression/" class="button">Track</a></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<div class="image">
|
||||||
|
<img src="https://media.basspistol.com/panix/mal-vidare/2-kafferegression.jpeg" alt="Kafferegression" />
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<section class="spotlight style4 orient-right content-align-left image-position-center onscroll-image-fade-in" >
|
||||||
|
<div class="content">
|
||||||
|
<h3>Water Retention</h3>
|
||||||
|
<p>
|
||||||
|
1:47
|
||||||
|
<br /><strong>Electronic</strong>
|
||||||
|
<br />2010</p>
|
||||||
|
|
||||||
|
<ul class="actions stacked">
|
||||||
|
<li><a href="../../albums/mal-vidare/3-water-retention/" class="button">Track</a></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<div class="image">
|
||||||
|
<img src="https://media.basspistol.com/panix/mal-vidare/3-water-retention.jpeg" alt="Water Retention" />
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<section class="streambox" style="margin-top:40px;padding: 40px;">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<h3 style="text-align: center;display: block;">This release can't be bought</h3>
|
||||||
|
<p>But other releases are available here:</p>
|
||||||
|
|
||||||
|
|
||||||
|
<div class="streamer">
|
||||||
|
|
||||||
|
|
||||||
|
<a onclick="_paq.push(['trackEvent', 'StoreLink', 'Bandcamp']);" target="_blank" rel="noopener" href="https://panixheavyindustries.bandcamp.com" alt="Stream from Bandcamp" title="Stream from Bandcamp" class="button icon brands fa-bandcamp">Bandcamp</a>
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</section>
|
||||||
|
|
||||||
|
<section class="wrapper style1 align-center">
|
||||||
|
<div class="inner">
|
||||||
|
<div class="index align-left">
|
||||||
|
<!-- Author -->
|
||||||
|
|
||||||
|
<section>
|
||||||
|
|
||||||
|
<!-- Content -->
|
||||||
|
<div class="content">
|
||||||
|
<!-- post Naviation -->
|
||||||
|
<div style="text-align: center;">
|
||||||
|
<h3>More releases</h3>
|
||||||
|
</div>
|
||||||
|
<div class="post-nav">
|
||||||
|
<div>
|
||||||
|
|
||||||
|
<h4><a href="/albums/lite-off/" alt="Read Lite Off" title="Read Lite Off"><i class="fas fa-arrow-left"></i></a> <a href="/albums/lite-off/"> Lite Off</a></h4>
|
||||||
|
<p style="margin-right: 20px"></p>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
<div class="post-nav-next">
|
||||||
|
|
||||||
|
<h4><a href="/albums/no-progress-ep/"> No Progress Ep</a> <a href="/albums/no-progress-ep/" alt="Read No Progress Ep" title="Read No Progress Ep"><i class="fas fa-arrow-right"></i></a></h4>
|
||||||
|
<p style="margin-left: 20px"></p>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<!-- End Post Navigation -->
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
|
||||||
|
|
||||||
|
<!-- Footer -->
|
||||||
|
<footer id="footer" class="wrapper style1 align-center">
|
||||||
|
<div class="footflex">
|
||||||
|
<div>
|
||||||
|
<h4>pax:nion</h4>
|
||||||
|
<p>PHI, Panix Heavy Industries
|
||||||
|
<br /><a href="mailto:"></a></p>
|
||||||
|
</div>
|
||||||
|
<div>
|
||||||
|
<ul>
|
||||||
|
<li><a href="#top" class="smooth-scroll-middle">Back to top</a></li>
|
||||||
|
<li><a href="/#album0" class="smooth-scroll-middle">music</a></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<div><img src="/assets/panix-logo-dark.svg" style="max-width:300px" alt="pax:nion Logo" /></div>
|
||||||
|
</div>
|
||||||
|
<div class="inner">
|
||||||
|
<ul class="icons">
|
||||||
|
|
||||||
|
<!-- <li><a href="mailto:" class="icon style2 fa-envelope"><span class="label">Email</span></a></li> -->
|
||||||
|
</ul>
|
||||||
|
<p>©2020 Basspistol | <a href="../../webcreds/">Credits</a> | <a href="../../cookies/">Cookies & Privacy</a></p>
|
||||||
|
</div>
|
||||||
|
</footer>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
<!-- Navigation -->
|
||||||
|
<div id="logo" class="logo">
|
||||||
|
<a href="/" class="smooth-scroll-middle"><img width="200em" src="/assets/panix-logo.svg" alt=" Logo" /></a>
|
||||||
|
<a href="#navbar" onclick="blurBody()" alt="Navigation Menu" title="Navigation Menu"><span style="font-size: 34px;" class="icon solid fa-bars"></span></a>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div id="navbar" style="display: block;" class="modalDialog">
|
||||||
|
<a href="#close" onclick="removeBlur()" alt="Close Menu" title="Close Menu"><div id="closearea"> </div></a>
|
||||||
|
<nav>
|
||||||
|
<a href="#close" title="Close" onclick="removeBlur()" class="close-button close" style="margin: 0 auto;">X</a>
|
||||||
|
<ul>
|
||||||
|
|
||||||
|
|
||||||
|
<li><a href="../../" class="button small">Home</a></li>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<li><a href="../../releases/" class="button small">Releases</a></li>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<li><a href="../../logs/" class="button small">Web-Log</a></li>
|
||||||
|
|
||||||
|
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
</nav>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
<!-- End Navigation -->
|
||||||
|
<!-- Scripts -->
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<script src="../../assets/js/jquery.min.js"></script>
|
||||||
|
<script src="../../assets/js/jquery.scrollex.min.js"></script>
|
||||||
|
<script src="../../assets/js/jquery.scrolly.min.js"></script>
|
||||||
|
<script src="../../assets/js/browser.min.js"></script>
|
||||||
|
<script src="../../assets/js/breakpoints.min.js"></script>
|
||||||
|
<script src="../../assets/js/util.js"></script>
|
||||||
|
<script src="../../assets/js/main.js"></script>
|
||||||
|
<script src="../../assets/js/set.js"></script>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<script type="text/javascript">
|
||||||
|
// html5media enables <video> and <audio> tags in all major browsers
|
||||||
|
// External File: http://api.html5media.info/1.1.8/html5media.min.js
|
||||||
|
|
||||||
|
|
||||||
|
// Add user agent as an attribute on the <html> tag...
|
||||||
|
// Inspiration: http://css-tricks.com/ie-10-specific-styles/
|
||||||
|
var b = document.documentElement;
|
||||||
|
b.setAttribute('data-useragent', navigator.userAgent);
|
||||||
|
b.setAttribute('data-platform', navigator.platform);
|
||||||
|
|
||||||
|
|
||||||
|
// HTML5 audio player + playlist controls...
|
||||||
|
// Inspiration: http://jonhall.info/how_to/create_a_playlist_for_html5_audio
|
||||||
|
// Mythium Archive: https://archive.org/details/mythium/
|
||||||
|
jQuery(function ($) {
|
||||||
|
var supportsAudio = !!document.createElement('audio').canPlayType;
|
||||||
|
if (supportsAudio) {
|
||||||
|
var index = 0,
|
||||||
|
playing = false,
|
||||||
|
mediaPath = '',
|
||||||
|
extension = '',
|
||||||
|
tracks = [{
|
||||||
|
"track": 1,
|
||||||
|
"name": "Reflux Column",
|
||||||
|
"length": "2:32",
|
||||||
|
"file": "https://media.basspistol.com/panix/mal-vidare/1-reflux-column"
|
||||||
|
},{
|
||||||
|
"track": 2,
|
||||||
|
"name": "Kafferegression",
|
||||||
|
"length": "1:33",
|
||||||
|
"file": "https://media.basspistol.com/panix/mal-vidare/2-kafferegression"
|
||||||
|
},{
|
||||||
|
"track": 3,
|
||||||
|
"name": "Water Retention",
|
||||||
|
"length": "1:47",
|
||||||
|
"file": "https://media.basspistol.com/panix/mal-vidare/3-water-retention"
|
||||||
|
}],
|
||||||
|
trackCount = tracks.length,
|
||||||
|
npAction = $('#npAction'),
|
||||||
|
npTitle = $('#npTitle'),
|
||||||
|
audio = $('#audio1').bind('play', function () {
|
||||||
|
playing = true;
|
||||||
|
npAction.text('Playing...');
|
||||||
|
}).bind('pause', function () {
|
||||||
|
playing = false;
|
||||||
|
npAction.text('Paused...');
|
||||||
|
}).bind('ended', function () {
|
||||||
|
npAction.text('Paused...');
|
||||||
|
if ((index + 1) < trackCount) {
|
||||||
|
index++;
|
||||||
|
loadTrack(index);
|
||||||
|
audio.play();
|
||||||
|
} else {
|
||||||
|
audio.pause();
|
||||||
|
index = 0;
|
||||||
|
loadTrack(index);
|
||||||
|
}
|
||||||
|
}).get(0),
|
||||||
|
btnPrev = $('#btnPrev').click(function () {
|
||||||
|
if ((index - 1) > -1) {
|
||||||
|
index--;
|
||||||
|
loadTrack(index);
|
||||||
|
if (playing) {
|
||||||
|
audio.play();
|
||||||
|
}
|
||||||
|
} else {
|
||||||
|
audio.pause();
|
||||||
|
index = 0;
|
||||||
|
loadTrack(index);
|
||||||
|
}
|
||||||
|
}),
|
||||||
|
btnNext = $('#btnNext').click(function () {
|
||||||
|
if ((index + 1) < trackCount) {
|
||||||
|
index++;
|
||||||
|
loadTrack(index);
|
||||||
|
if (playing) {
|
||||||
|
audio.play();
|
||||||
|
}
|
||||||
|
} else {
|
||||||
|
audio.pause();
|
||||||
|
index = 0;
|
||||||
|
loadTrack(index);
|
||||||
|
}
|
||||||
|
}),
|
||||||
|
li = $('#plList li').click(function () {
|
||||||
|
var id = parseInt($(this).index());
|
||||||
|
if (id !== index) {
|
||||||
|
playTrack(id);
|
||||||
|
}
|
||||||
|
}),
|
||||||
|
loadTrack = function (id) {
|
||||||
|
$('.plSel').removeClass('plSel');
|
||||||
|
$('#plList li:eq(' + id + ')').addClass('plSel');
|
||||||
|
npTitle.text(tracks[id].name);
|
||||||
|
index = id;
|
||||||
|
audio.src = mediaPath + tracks[id].file + extension;
|
||||||
|
$('audio').attr("data-matomo-title", tracks[id].name);
|
||||||
|
},
|
||||||
|
playTrack = function (id) {
|
||||||
|
loadTrack(id);
|
||||||
|
audio.play();
|
||||||
|
};
|
||||||
|
extension = audio.canPlayType('audio/mpeg') ? '.mp3' : audio.canPlayType('audio/ogg') ? '.ogg' : '';
|
||||||
|
loadTrack(index);
|
||||||
|
}
|
||||||
|
});
|
||||||
|
|
||||||
|
</script>
|
||||||
|
|
||||||
|
|
||||||
|
<div id="cookie-notice">
|
||||||
|
<p>We only use cookies if you consent to it. They don't contain any identifiable info: they just let us know if you enjoyed this enough to come back. <br />Click <a href="#" id="cookie-notice-decline">here</a> if you want this shit to go away without cookies. <br />Read more about how Basspistol <a href="/cookies/">use cookies</a> </p>
|
||||||
|
<a class="button small yes" href="#" id="cookie-notice-accept">I'm in!</a>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<script>
|
||||||
|
function createCookie(name, value, days) {
|
||||||
|
var expires = "";
|
||||||
|
if (days) {
|
||||||
|
var date = new Date();
|
||||||
|
date.setTime(date.getTime() + (days * 24 * 60 * 60 * 1000));
|
||||||
|
expires = "; expires=" + date.toUTCString();
|
||||||
|
}
|
||||||
|
document.cookie = name + "=" + value + expires + "; path=/";
|
||||||
|
}
|
||||||
|
function readCookie(name) {
|
||||||
|
var nameEQ = name + "=";
|
||||||
|
var ca = document.cookie.split(';');
|
||||||
|
for (var i = 0; i < ca.length; i++) {
|
||||||
|
var c = ca[i];
|
||||||
|
while (c.charAt(0) == ' ') c = c.substring(1, c.length);
|
||||||
|
if (c.indexOf(nameEQ) == 0) return c.substring(nameEQ.length, c.length);
|
||||||
|
}
|
||||||
|
return null;
|
||||||
|
}
|
||||||
|
function eraseCookie(name) {
|
||||||
|
createCookie(name, "", -1);
|
||||||
|
}
|
||||||
|
|
||||||
|
if (readCookie('cookie-notice-dismissed') == 'wantCookies') {
|
||||||
|
|
||||||
|
//* Matomo Tag Manager *//
|
||||||
|
|
||||||
|
var _mtm = _mtm || [];
|
||||||
|
_mtm.push({'mtm.startTime': (new Date().getTime()), 'event': 'mtm.Start'});
|
||||||
|
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
|
||||||
|
g.type='text/javascript'; g.async=true; g.defer=true; g.src='https://cdn.matomo.cloud/terminalnetwork.matomo.cloud/container_aJ0T3vZ5.js'; s.parentNode.insertBefore(g,s);
|
||||||
|
|
||||||
|
//* End Matomo Tag Manager *//
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
} else {
|
||||||
|
document.getElementById('cookie-notice').style.display = 'flex';
|
||||||
|
|
||||||
|
var _paq = window._paq || [];
|
||||||
|
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */
|
||||||
|
_paq.push(["setDocumentTitle", document.domain + "/" + document.title]);
|
||||||
|
_paq.push(["disableCookies"]);
|
||||||
|
_paq.push(['trackPageView']);
|
||||||
|
_paq.push(['enableLinkTracking']);
|
||||||
|
(function() {
|
||||||
|
var u="https://terminalnetwork.matomo.cloud/";
|
||||||
|
_paq.push(['setTrackerUrl', u+'matomo.php']);
|
||||||
|
_paq.push(['setSiteId', '14']);
|
||||||
|
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
|
||||||
|
g.type='text/javascript'; g.async=true; g.defer=true; g.src='//cdn.matomo.cloud/terminalnetwork.matomo.cloud/matomo.js'; s.parentNode.insertBefore(g,s);
|
||||||
|
})();
|
||||||
|
|
||||||
|
|
||||||
|
}
|
||||||
|
if (readCookie('cookie-notice-dismissed') == 'dontWantCookies') {
|
||||||
|
document.getElementById('cookie-notice').style.display = 'none';
|
||||||
|
|
||||||
|
var _paq = window._paq || [];
|
||||||
|
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */
|
||||||
|
_paq.push(["setDocumentTitle", document.domain + "/" + document.title]);
|
||||||
|
_paq.push(["disableCookies"]);
|
||||||
|
_paq.push(['trackPageView']);
|
||||||
|
_paq.push(['enableLinkTracking']);
|
||||||
|
(function() {
|
||||||
|
var u="https://terminalnetwork.matomo.cloud/";
|
||||||
|
_paq.push(['setTrackerUrl', u+'matomo.php']);
|
||||||
|
_paq.push(['setSiteId', '14']);
|
||||||
|
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
|
||||||
|
g.type='text/javascript'; g.async=true; g.defer=true; g.src='//cdn.matomo.cloud/terminalnetwork.matomo.cloud/matomo.js'; s.parentNode.insertBefore(g,s);
|
||||||
|
})();
|
||||||
|
|
||||||
|
}
|
||||||
|
document.getElementById('cookie-notice-accept').addEventListener("click", function () {
|
||||||
|
createCookie('cookie-notice-dismissed', 'wantCookies', 31);
|
||||||
|
document.getElementById('cookie-notice').style.display = 'none';
|
||||||
|
_paq.push(['trackEvent', 'Consent', 'wantCookie']);
|
||||||
|
location.reload();
|
||||||
|
});
|
||||||
|
|
||||||
|
document.getElementById('cookie-notice-decline').addEventListener("click", function () {
|
||||||
|
createCookie('cookie-notice-dismissed', 'dontWantCookies', 31);
|
||||||
|
document.getElementById('cookie-notice').style.display = 'none';
|
||||||
|
_paq.push(['trackEvent', 'Consent', 'dontWantCookie']);
|
||||||
|
location.reload();
|
||||||
|
});
|
||||||
|
|
||||||
|
// document.getElementById('cookie-notice-gimme').addEventListener("click", function () {
|
||||||
|
// createCookie('cookie-notice-dismissed', 'wantCookies', 31);
|
||||||
|
// document.getElementById('cookie-notice').style.display = 'none';
|
||||||
|
// location.reload();
|
||||||
|
// });
|
||||||
|
|
||||||
|
|
||||||
|
</script>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
404
albums/morning-moods/1-inhale/index.html
Normal file
404
albums/morning-moods/1-inhale/index.html
Normal file
|
|
@ -0,0 +1,404 @@
|
||||||
|
<!DOCTYPE html>
|
||||||
|
<!--
|
||||||
|
Based on _Story_ by html5up.net | @ajlkn
|
||||||
|
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
|
||||||
|
Remixed and Jekyllified by Setto
|
||||||
|
-->
|
||||||
|
<html lang="en">
|
||||||
|
<head>
|
||||||
|
<!-- Begin Jekyll SEO tag v2.6.1 -->
|
||||||
|
<meta name="generator" content="Jekyll v4.0.0" />
|
||||||
|
<meta property="og:title" content="1 Inhale" />
|
||||||
|
<meta name="author" content="pax:nion" />
|
||||||
|
<meta property="og:locale" content="en" />
|
||||||
|
<meta name="description" content="PHI, Panix Heavy Industries" />
|
||||||
|
<meta property="og:description" content="PHI, Panix Heavy Industries" />
|
||||||
|
<link rel="canonical" href="https://panix.basspistol.com/albums/morning-moods/1-inhale/" />
|
||||||
|
<meta property="og:url" content="https://panix.basspistol.com/albums/morning-moods/1-inhale/" />
|
||||||
|
<meta property="og:site_name" content="pax:nion" />
|
||||||
|
<meta property="og:type" content="article" />
|
||||||
|
<meta property="article:published_time" content="2020-07-05T18:07:03+00:00" />
|
||||||
|
<script type="application/ld+json">
|
||||||
|
{"description":"PHI, Panix Heavy Industries","@type":"AudioObject","headline":"1 Inhale","dateModified":"2020-07-05T18:07:00+00:00","datePublished":"2020-07-05T18:07:03+00:00","url":"https://panix.basspistol.com/albums/morning-moods/1-inhale/","author":{"@type":"Person","name":"pax:nion"},"publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://panix.basspistol.com/assets/img/setto_icon.png"},"name":"pax:nion"},"@context":"https://schema.org"}</script>
|
||||||
|
<!-- End Jekyll SEO tag -->
|
||||||
|
|
||||||
|
<link type="application/atom+xml" rel="alternate" href="https://panix.basspistol.com/feed.xml" title="" />
|
||||||
|
<!-- BEGIN seo.html -->
|
||||||
|
|
||||||
|
<title>Play Inhale by Panix Hilton</title>
|
||||||
|
<meta name="title" content="Play Inhale by Panix Hilton" />
|
||||||
|
|
||||||
|
<meta name="dc.date.modified" scheme="ISO8601" content="2020-07-05T18:07:00+00:00" />
|
||||||
|
<meta name="robots" content="index" />
|
||||||
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||||
|
<link rel="canonical" href="https://panix.basspistol.com/albums/morning-moods/1-inhale/" />
|
||||||
|
<link rel="alternate" hreflang="x-default" href="https://panix.basspistol.com/albums/morning-moods/1-inhale/" />
|
||||||
|
<meta name="geo.region" content="BJ-ZO" />
|
||||||
|
<meta name="geo.placename" content="Setto" />
|
||||||
|
<meta name="geo.position" content="7.48777;2.076389" />
|
||||||
|
<meta name="ICBM" content="7.48777, 2.076389" />
|
||||||
|
|
||||||
|
<!-- Dublin Core basic info -->
|
||||||
|
|
||||||
|
<meta name="dcterms.Identifier" content="https://panix.basspistol.com" />
|
||||||
|
<meta name="dcterms.Format" content="text/html" />
|
||||||
|
<meta name="dcterms.Relation" content="pax:nion" />
|
||||||
|
<meta name="dcterms.Publisher" content="pax:nion" />
|
||||||
|
<meta name="dcterms.Type" content="text/html" />
|
||||||
|
<meta name="dcterms.Coverage" content="https://panix.basspistol.com/" />
|
||||||
|
<meta name="dcterms.Rights" content="Copyright ©2020 pax:nion." />
|
||||||
|
|
||||||
|
<meta name="dcterms.Subject" content="Listen and to a track by Panix Hilton from the release Morning Moods and support your remote artist!" />
|
||||||
|
<meta name="dcterms.Title" content="Inhale - Panix Hilton | pax:nion" />
|
||||||
|
|
||||||
|
<meta name="dcterms.Contributor" content="pax:nion" />
|
||||||
|
<meta name="dcterms.Date" content="2020-07-05" />
|
||||||
|
<meta name="dcterms.Description" content="" />
|
||||||
|
|
||||||
|
<!-- Twitter Card -->
|
||||||
|
|
||||||
|
<meta name="twitter:card" content="summary" />
|
||||||
|
<meta name="twitter:site" content="@" />
|
||||||
|
<meta name="twitter:title" content="1 Inhale | pax:nion" />
|
||||||
|
<meta name="twitter:description" content="PHI, Panix Heavy Industries" />
|
||||||
|
|
||||||
|
<meta name="twitter:image" content="https://panix.basspistol.com/assets/albums/morning-moods/1-inhale.jpeg" />
|
||||||
|
|
||||||
|
<!-- END seo.html -->
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<meta charset="utf-8" />
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=yes" />
|
||||||
|
<link rel="stylesheet" href="../../../assets/css/main20200519.css" />
|
||||||
|
|
||||||
|
<link rel="apple-touch-icon" href="https://panix.basspistol.com/apple-touch-icon.png" />
|
||||||
|
<link rel="icon" type="image/png" href="https://panix.basspistol.com/touch-icon.png" sizes="192x192" />
|
||||||
|
<link rel="shortcut icon" href="https://panix.basspistol.com/assets/img/setto_icon.png" type="image/png" />
|
||||||
|
<noscript><link rel="stylesheet" href="../../../assets/css/noscript20200518-rev1.css" /></noscript>
|
||||||
|
</head>
|
||||||
|
|
||||||
|
<body class="is-preload" id="body">
|
||||||
|
<span id="top" style="display: none;"></span>
|
||||||
|
<!-- Wrapper -->
|
||||||
|
<div id="wrapper" class="divided" data-cms-content-wrapper="/_layouts/default.html">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<!-- Banner -->
|
||||||
|
<section
|
||||||
|
class="banner onload-image-fade-in onload-content-fade-right style3 fullscreen content-align-center image-position-center" style="background-image:url('https://media.basspistol.com/panix/morning-moods/1-inhale.jpeg');background-size: cover; background-repeat: no-repeat;">
|
||||||
|
<div style="z-index:0;position:absolute; top:0; left:0; width:100%;height:100%;background-color: rgba(13, 13 ,13, 0.85);"></div>
|
||||||
|
<div class="content" style="z-index:1">
|
||||||
|
<h1 style="margin-top:80px">Inhale</h1>
|
||||||
|
|
||||||
|
<p><strong><span id="tracktime"></span></strong><span id="inhale"></span></strong> <br />
|
||||||
|
Style: <strong>Electronic</strong>
|
||||||
|
</p>
|
||||||
|
<script type="text/javascript">
|
||||||
|
var inhaletimestamp = 88;
|
||||||
|
var inhalehours = Math.floor(inhaletimestamp / 60 / 60);
|
||||||
|
var inhaleminutes = Math.floor(inhaletimestamp / 60) - (inhalehours * 60);
|
||||||
|
var inhaleseconds = inhaletimestamp % 60;
|
||||||
|
var inhaleformatted = inhalehours.toString().padStart(2, '0') + ':' + inhaleminutes.toString().padStart(2, '0') + ':' + inhaleseconds.toString().padStart(2, '0');
|
||||||
|
var theSpan = document.getElementById("inhale");
|
||||||
|
theSpan.innerHTML = inhaleformatted;
|
||||||
|
</script>
|
||||||
|
|
||||||
|
|
||||||
|
<ul class="actions stacked">
|
||||||
|
<li><button id="mu_pause" class="smooth-scroll-middle button icon solid fa-play">Play dat!</button></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="image">
|
||||||
|
<img src="https://media.basspistol.com/panix/morning-moods/1-inhale.jpeg" alt="1 Inhale logo" id="coverart" />
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
|
||||||
|
|
||||||
|
<!-- Page navigation -->
|
||||||
|
<section class="wrapper style1 align-center">
|
||||||
|
<div class="inner">
|
||||||
|
<div class="index align-left">
|
||||||
|
<!-- Author -->
|
||||||
|
<section class="streambox" style="margin-top:40px;padding: 40px;">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<h3 style="text-align: center;display: block;">This track can't be bought</h3>
|
||||||
|
<p>But other tracks are available here:</p>
|
||||||
|
|
||||||
|
|
||||||
|
<div class="streamer">
|
||||||
|
|
||||||
|
|
||||||
|
<a onclick="_paq.push(['trackEvent', 'StoreLink', 'Bandcamp']);" target="_blank" rel="noopener" href="https://panixheavyindustries.bandcamp.com" alt="Stream from Bandcamp" title="Stream from Bandcamp" class="button icon brands fa-bandcamp">Bandcamp</a>
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</section>
|
||||||
|
<section>
|
||||||
|
<!-- Content -->
|
||||||
|
<div class="content">
|
||||||
|
<!-- post Naviation -->
|
||||||
|
<div style="text-align: center;">
|
||||||
|
<h3>Play more songs grom this release</h3>
|
||||||
|
</div>
|
||||||
|
<div class="post-nav">
|
||||||
|
<div>
|
||||||
|
|
||||||
|
<h4><a href="../../../albums/morning-moods/7-redemption/" alt="Read Redemption" title="Read Redemption"><i class="fas fa-arrow-left"></i></a> <a
|
||||||
|
href="../../../albums/morning-moods/7-redemption/"> Redemption</a>
|
||||||
|
</h4>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
<div class="post-nav-next">
|
||||||
|
|
||||||
|
<h4><a href="../../../albums/morning-moods/2-atom-leaves/"> Atom Leaves</a> <a
|
||||||
|
href="../../../albums/morning-moods/2-atom-leaves/" alt="Read Atom Leaves" title="Read Atom Leaves"><i class="fas fa-arrow-right"></i></a></h4>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<!-- End Post Navigation -->
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
<!-- Audio player-->
|
||||||
|
<audio autoplay preload="true" data-matomo-title="Inhale">
|
||||||
|
<source src="https://media.basspistol.com/panix/morning-moods/1-inhale.mp3" type="audio/mpeg" ontimeupdate='updateTrackTime(this);' />
|
||||||
|
<h1>Your browser isn't ready for so much hotness. Use the download-link instead.</h1>.
|
||||||
|
</audio>
|
||||||
|
<!-- Footer -->
|
||||||
|
<footer id="footer" class="wrapper style1 align-center">
|
||||||
|
<div class="footflex">
|
||||||
|
<div>
|
||||||
|
<h4>pax:nion</h4>
|
||||||
|
<p>PHI, Panix Heavy Industries
|
||||||
|
<br /><a href="mailto:"></a></p>
|
||||||
|
</div>
|
||||||
|
<div>
|
||||||
|
<ul>
|
||||||
|
<li><a href="#top" class="smooth-scroll-middle">Back to top</a></li>
|
||||||
|
<li><a href="/#album0" class="smooth-scroll-middle">music</a></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<div><img src="/assets/panix-logo-dark.svg" style="max-width:300px" alt="pax:nion Logo" /></div>
|
||||||
|
</div>
|
||||||
|
<div class="inner">
|
||||||
|
<ul class="icons">
|
||||||
|
|
||||||
|
<!-- <li><a href="mailto:" class="icon style2 fa-envelope"><span class="label">Email</span></a></li> -->
|
||||||
|
</ul>
|
||||||
|
<p>©2020 Basspistol | <a href="../../../webcreds/">Credits</a> | <a href="../../../cookies/">Cookies & Privacy</a></p>
|
||||||
|
</div>
|
||||||
|
</footer>
|
||||||
|
|
||||||
|
|
||||||
|
<script type="text/javascript">
|
||||||
|
function loadUrl(newLocation) {
|
||||||
|
window.location = newLocation;
|
||||||
|
return false;
|
||||||
|
}
|
||||||
|
|
||||||
|
var mu = document.getElementsByTagName("audio")[0];
|
||||||
|
var pauseButton = document.getElementById("mu_pause");
|
||||||
|
var spincover = document.getElementById("coverart");
|
||||||
|
|
||||||
|
mu.addEventListener('ended', function () {
|
||||||
|
// only functional if "loop" is removed
|
||||||
|
mu.pause();
|
||||||
|
mu.currentTime = 0;
|
||||||
|
loadUrl("../../../morning-moods/2-atom-leaves/"); return false;
|
||||||
|
});
|
||||||
|
mu.onplaying = function() {
|
||||||
|
pauseButton.innerHTML = "Pause";
|
||||||
|
pauseButton.classList.remove("fa-play");
|
||||||
|
pauseButton.classList.add("fa-pause");
|
||||||
|
spincover.classList.add("spinnit");
|
||||||
|
spincover.classList.remove("paused");
|
||||||
|
};
|
||||||
|
|
||||||
|
pauseButton.addEventListener("click", function () {
|
||||||
|
if (mu.paused) {
|
||||||
|
mu.play();
|
||||||
|
|
||||||
|
}
|
||||||
|
else {
|
||||||
|
mu.pause();
|
||||||
|
pauseButton.innerHTML = "Resume";
|
||||||
|
pauseButton.classList.add("fa-play");
|
||||||
|
pauseButton.classList.remove("fa-pause");
|
||||||
|
spincover.classList.add("paused");
|
||||||
|
}
|
||||||
|
});
|
||||||
|
|
||||||
|
mu.addEventListener('timeupdate', function () {
|
||||||
|
var timestamp = Math.floor(mu.currentTime);
|
||||||
|
var hours = Math.floor(timestamp / 60 / 60);
|
||||||
|
var minutes = Math.floor(timestamp / 60) - (hours * 60);
|
||||||
|
var seconds = timestamp % 60;
|
||||||
|
var formatted = hours.toString().padStart(2, '0') + ':' + minutes.toString().padStart(2, '0') + ':' + seconds.toString().padStart(2, '0');
|
||||||
|
var thecurrentSpan = document.getElementById("tracktime");
|
||||||
|
thecurrentSpan.innerHTML = formatted + ' / ';
|
||||||
|
});
|
||||||
|
|
||||||
|
</script>
|
||||||
|
</div>
|
||||||
|
<!-- Navigation -->
|
||||||
|
<div id="logo" class="logo">
|
||||||
|
<a href="/" class="smooth-scroll-middle"><img width="200em" src="/assets/panix-logo.svg" alt=" Logo" /></a>
|
||||||
|
<a href="#navbar" onclick="blurBody()" alt="Navigation Menu" title="Navigation Menu"><span style="font-size: 34px;" class="icon solid fa-bars"></span></a>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div id="navbar" style="display: block;" class="modalDialog">
|
||||||
|
<a href="#close" onclick="removeBlur()" alt="Close Menu" title="Close Menu"><div id="closearea"> </div></a>
|
||||||
|
<nav>
|
||||||
|
<a href="#close" title="Close" onclick="removeBlur()" class="close-button close" style="margin: 0 auto;">X</a>
|
||||||
|
<ul>
|
||||||
|
|
||||||
|
|
||||||
|
<li><a href="../../../" class="button small">Home</a></li>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<li><a href="../../../releases/" class="button small">Releases</a></li>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<li><a href="../../../logs/" class="button small">Web-Log</a></li>
|
||||||
|
|
||||||
|
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
</nav>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
<!-- End Navigation -->
|
||||||
|
<!-- Scripts -->
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<script src="../../../assets/js/jquery.min.js"></script>
|
||||||
|
<script src="../../../assets/js/jquery.scrollex.min.js"></script>
|
||||||
|
<script src="../../../assets/js/jquery.scrolly.min.js"></script>
|
||||||
|
<script src="../../../assets/js/browser.min.js"></script>
|
||||||
|
<script src="../../../assets/js/breakpoints.min.js"></script>
|
||||||
|
<script src="../../../assets/js/util.js"></script>
|
||||||
|
<script src="../../../assets/js/main.js"></script>
|
||||||
|
<script src="../../../assets/js/set.js"></script>
|
||||||
|
|
||||||
|
|
||||||
|
<div id="cookie-notice">
|
||||||
|
<p>We only use cookies if you consent to it. They don't contain any identifiable info: they just let us know if you enjoyed this enough to come back. <br />Click <a href="#" id="cookie-notice-decline">here</a> if you want this shit to go away without cookies. <br />Read more about how Basspistol <a href="/cookies/">use cookies</a> </p>
|
||||||
|
<a class="button small yes" href="#" id="cookie-notice-accept">I'm in!</a>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<script>
|
||||||
|
function createCookie(name, value, days) {
|
||||||
|
var expires = "";
|
||||||
|
if (days) {
|
||||||
|
var date = new Date();
|
||||||
|
date.setTime(date.getTime() + (days * 24 * 60 * 60 * 1000));
|
||||||
|
expires = "; expires=" + date.toUTCString();
|
||||||
|
}
|
||||||
|
document.cookie = name + "=" + value + expires + "; path=/";
|
||||||
|
}
|
||||||
|
function readCookie(name) {
|
||||||
|
var nameEQ = name + "=";
|
||||||
|
var ca = document.cookie.split(';');
|
||||||
|
for (var i = 0; i < ca.length; i++) {
|
||||||
|
var c = ca[i];
|
||||||
|
while (c.charAt(0) == ' ') c = c.substring(1, c.length);
|
||||||
|
if (c.indexOf(nameEQ) == 0) return c.substring(nameEQ.length, c.length);
|
||||||
|
}
|
||||||
|
return null;
|
||||||
|
}
|
||||||
|
function eraseCookie(name) {
|
||||||
|
createCookie(name, "", -1);
|
||||||
|
}
|
||||||
|
|
||||||
|
if (readCookie('cookie-notice-dismissed') == 'wantCookies') {
|
||||||
|
|
||||||
|
//* Matomo Tag Manager *//
|
||||||
|
|
||||||
|
var _mtm = _mtm || [];
|
||||||
|
_mtm.push({'mtm.startTime': (new Date().getTime()), 'event': 'mtm.Start'});
|
||||||
|
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
|
||||||
|
g.type='text/javascript'; g.async=true; g.defer=true; g.src='https://cdn.matomo.cloud/terminalnetwork.matomo.cloud/container_aJ0T3vZ5.js'; s.parentNode.insertBefore(g,s);
|
||||||
|
|
||||||
|
//* End Matomo Tag Manager *//
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
} else {
|
||||||
|
document.getElementById('cookie-notice').style.display = 'flex';
|
||||||
|
|
||||||
|
var _paq = window._paq || [];
|
||||||
|
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */
|
||||||
|
_paq.push(["setDocumentTitle", document.domain + "/" + document.title]);
|
||||||
|
_paq.push(["disableCookies"]);
|
||||||
|
_paq.push(['trackPageView']);
|
||||||
|
_paq.push(['enableLinkTracking']);
|
||||||
|
(function() {
|
||||||
|
var u="https://terminalnetwork.matomo.cloud/";
|
||||||
|
_paq.push(['setTrackerUrl', u+'matomo.php']);
|
||||||
|
_paq.push(['setSiteId', '14']);
|
||||||
|
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
|
||||||
|
g.type='text/javascript'; g.async=true; g.defer=true; g.src='//cdn.matomo.cloud/terminalnetwork.matomo.cloud/matomo.js'; s.parentNode.insertBefore(g,s);
|
||||||
|
})();
|
||||||
|
|
||||||
|
|
||||||
|
}
|
||||||
|
if (readCookie('cookie-notice-dismissed') == 'dontWantCookies') {
|
||||||
|
document.getElementById('cookie-notice').style.display = 'none';
|
||||||
|
|
||||||
|
var _paq = window._paq || [];
|
||||||
|
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */
|
||||||
|
_paq.push(["setDocumentTitle", document.domain + "/" + document.title]);
|
||||||
|
_paq.push(["disableCookies"]);
|
||||||
|
_paq.push(['trackPageView']);
|
||||||
|
_paq.push(['enableLinkTracking']);
|
||||||
|
(function() {
|
||||||
|
var u="https://terminalnetwork.matomo.cloud/";
|
||||||
|
_paq.push(['setTrackerUrl', u+'matomo.php']);
|
||||||
|
_paq.push(['setSiteId', '14']);
|
||||||
|
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
|
||||||
|
g.type='text/javascript'; g.async=true; g.defer=true; g.src='//cdn.matomo.cloud/terminalnetwork.matomo.cloud/matomo.js'; s.parentNode.insertBefore(g,s);
|
||||||
|
})();
|
||||||
|
|
||||||
|
}
|
||||||
|
document.getElementById('cookie-notice-accept').addEventListener("click", function () {
|
||||||
|
createCookie('cookie-notice-dismissed', 'wantCookies', 31);
|
||||||
|
document.getElementById('cookie-notice').style.display = 'none';
|
||||||
|
_paq.push(['trackEvent', 'Consent', 'wantCookie']);
|
||||||
|
location.reload();
|
||||||
|
});
|
||||||
|
|
||||||
|
document.getElementById('cookie-notice-decline').addEventListener("click", function () {
|
||||||
|
createCookie('cookie-notice-dismissed', 'dontWantCookies', 31);
|
||||||
|
document.getElementById('cookie-notice').style.display = 'none';
|
||||||
|
_paq.push(['trackEvent', 'Consent', 'dontWantCookie']);
|
||||||
|
location.reload();
|
||||||
|
});
|
||||||
|
|
||||||
|
// document.getElementById('cookie-notice-gimme').addEventListener("click", function () {
|
||||||
|
// createCookie('cookie-notice-dismissed', 'wantCookies', 31);
|
||||||
|
// document.getElementById('cookie-notice').style.display = 'none';
|
||||||
|
// location.reload();
|
||||||
|
// });
|
||||||
|
|
||||||
|
|
||||||
|
</script>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
404
albums/morning-moods/2-atom-leaves/index.html
Normal file
404
albums/morning-moods/2-atom-leaves/index.html
Normal file
|
|
@ -0,0 +1,404 @@
|
||||||
|
<!DOCTYPE html>
|
||||||
|
<!--
|
||||||
|
Based on _Story_ by html5up.net | @ajlkn
|
||||||
|
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
|
||||||
|
Remixed and Jekyllified by Setto
|
||||||
|
-->
|
||||||
|
<html lang="en">
|
||||||
|
<head>
|
||||||
|
<!-- Begin Jekyll SEO tag v2.6.1 -->
|
||||||
|
<meta name="generator" content="Jekyll v4.0.0" />
|
||||||
|
<meta property="og:title" content="2 Atom Leaves" />
|
||||||
|
<meta name="author" content="pax:nion" />
|
||||||
|
<meta property="og:locale" content="en" />
|
||||||
|
<meta name="description" content="PHI, Panix Heavy Industries" />
|
||||||
|
<meta property="og:description" content="PHI, Panix Heavy Industries" />
|
||||||
|
<link rel="canonical" href="https://panix.basspistol.com/albums/morning-moods/2-atom-leaves/" />
|
||||||
|
<meta property="og:url" content="https://panix.basspistol.com/albums/morning-moods/2-atom-leaves/" />
|
||||||
|
<meta property="og:site_name" content="pax:nion" />
|
||||||
|
<meta property="og:type" content="article" />
|
||||||
|
<meta property="article:published_time" content="2020-07-05T18:07:03+00:00" />
|
||||||
|
<script type="application/ld+json">
|
||||||
|
{"description":"PHI, Panix Heavy Industries","@type":"AudioObject","headline":"2 Atom Leaves","dateModified":"2020-07-05T18:07:00+00:00","datePublished":"2020-07-05T18:07:03+00:00","url":"https://panix.basspistol.com/albums/morning-moods/2-atom-leaves/","author":{"@type":"Person","name":"pax:nion"},"publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://panix.basspistol.com/assets/img/setto_icon.png"},"name":"pax:nion"},"@context":"https://schema.org"}</script>
|
||||||
|
<!-- End Jekyll SEO tag -->
|
||||||
|
|
||||||
|
<link type="application/atom+xml" rel="alternate" href="https://panix.basspistol.com/feed.xml" title="" />
|
||||||
|
<!-- BEGIN seo.html -->
|
||||||
|
|
||||||
|
<title>Play Atom Leaves by Panix Hilton</title>
|
||||||
|
<meta name="title" content="Play Atom Leaves by Panix Hilton" />
|
||||||
|
|
||||||
|
<meta name="dc.date.modified" scheme="ISO8601" content="2020-07-05T18:07:00+00:00" />
|
||||||
|
<meta name="robots" content="index" />
|
||||||
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||||
|
<link rel="canonical" href="https://panix.basspistol.com/albums/morning-moods/2-atom-leaves/" />
|
||||||
|
<link rel="alternate" hreflang="x-default" href="https://panix.basspistol.com/albums/morning-moods/2-atom-leaves/" />
|
||||||
|
<meta name="geo.region" content="BJ-ZO" />
|
||||||
|
<meta name="geo.placename" content="Setto" />
|
||||||
|
<meta name="geo.position" content="7.48777;2.076389" />
|
||||||
|
<meta name="ICBM" content="7.48777, 2.076389" />
|
||||||
|
|
||||||
|
<!-- Dublin Core basic info -->
|
||||||
|
|
||||||
|
<meta name="dcterms.Identifier" content="https://panix.basspistol.com" />
|
||||||
|
<meta name="dcterms.Format" content="text/html" />
|
||||||
|
<meta name="dcterms.Relation" content="pax:nion" />
|
||||||
|
<meta name="dcterms.Publisher" content="pax:nion" />
|
||||||
|
<meta name="dcterms.Type" content="text/html" />
|
||||||
|
<meta name="dcterms.Coverage" content="https://panix.basspistol.com/" />
|
||||||
|
<meta name="dcterms.Rights" content="Copyright ©2020 pax:nion." />
|
||||||
|
|
||||||
|
<meta name="dcterms.Subject" content="Listen and to a track by Panix Hilton from the release Morning Moods and support your remote artist!" />
|
||||||
|
<meta name="dcterms.Title" content="Atom Leaves - Panix Hilton | pax:nion" />
|
||||||
|
|
||||||
|
<meta name="dcterms.Contributor" content="pax:nion" />
|
||||||
|
<meta name="dcterms.Date" content="2020-07-05" />
|
||||||
|
<meta name="dcterms.Description" content="" />
|
||||||
|
|
||||||
|
<!-- Twitter Card -->
|
||||||
|
|
||||||
|
<meta name="twitter:card" content="summary" />
|
||||||
|
<meta name="twitter:site" content="@" />
|
||||||
|
<meta name="twitter:title" content="2 Atom Leaves | pax:nion" />
|
||||||
|
<meta name="twitter:description" content="PHI, Panix Heavy Industries" />
|
||||||
|
|
||||||
|
<meta name="twitter:image" content="https://panix.basspistol.com/assets/albums/morning-moods/2-atom-leaves.jpeg" />
|
||||||
|
|
||||||
|
<!-- END seo.html -->
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<meta charset="utf-8" />
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=yes" />
|
||||||
|
<link rel="stylesheet" href="../../../assets/css/main20200519.css" />
|
||||||
|
|
||||||
|
<link rel="apple-touch-icon" href="https://panix.basspistol.com/apple-touch-icon.png" />
|
||||||
|
<link rel="icon" type="image/png" href="https://panix.basspistol.com/touch-icon.png" sizes="192x192" />
|
||||||
|
<link rel="shortcut icon" href="https://panix.basspistol.com/assets/img/setto_icon.png" type="image/png" />
|
||||||
|
<noscript><link rel="stylesheet" href="../../../assets/css/noscript20200518-rev1.css" /></noscript>
|
||||||
|
</head>
|
||||||
|
|
||||||
|
<body class="is-preload" id="body">
|
||||||
|
<span id="top" style="display: none;"></span>
|
||||||
|
<!-- Wrapper -->
|
||||||
|
<div id="wrapper" class="divided" data-cms-content-wrapper="/_layouts/default.html">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<!-- Banner -->
|
||||||
|
<section
|
||||||
|
class="banner onload-image-fade-in onload-content-fade-right style3 fullscreen content-align-center image-position-center" style="background-image:url('https://media.basspistol.com/panix/morning-moods/2-atom-leaves.jpeg');background-size: cover; background-repeat: no-repeat;">
|
||||||
|
<div style="z-index:0;position:absolute; top:0; left:0; width:100%;height:100%;background-color: rgba(13, 13 ,13, 0.85);"></div>
|
||||||
|
<div class="content" style="z-index:1">
|
||||||
|
<h1 style="margin-top:80px">Atom Leaves</h1>
|
||||||
|
|
||||||
|
<p><strong><span id="tracktime"></span></strong><span id="atomleaves"></span></strong> <br />
|
||||||
|
Style: <strong>Electronic</strong>
|
||||||
|
</p>
|
||||||
|
<script type="text/javascript">
|
||||||
|
var atomleavestimestamp = 147;
|
||||||
|
var atomleaveshours = Math.floor(atomleavestimestamp / 60 / 60);
|
||||||
|
var atomleavesminutes = Math.floor(atomleavestimestamp / 60) - (atomleaveshours * 60);
|
||||||
|
var atomleavesseconds = atomleavestimestamp % 60;
|
||||||
|
var atomleavesformatted = atomleaveshours.toString().padStart(2, '0') + ':' + atomleavesminutes.toString().padStart(2, '0') + ':' + atomleavesseconds.toString().padStart(2, '0');
|
||||||
|
var theSpan = document.getElementById("atomleaves");
|
||||||
|
theSpan.innerHTML = atomleavesformatted;
|
||||||
|
</script>
|
||||||
|
|
||||||
|
|
||||||
|
<ul class="actions stacked">
|
||||||
|
<li><button id="mu_pause" class="smooth-scroll-middle button icon solid fa-play">Play dat!</button></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="image">
|
||||||
|
<img src="https://media.basspistol.com/panix/morning-moods/2-atom-leaves.jpeg" alt="2 Atom Leaves logo" id="coverart" />
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
|
||||||
|
|
||||||
|
<!-- Page navigation -->
|
||||||
|
<section class="wrapper style1 align-center">
|
||||||
|
<div class="inner">
|
||||||
|
<div class="index align-left">
|
||||||
|
<!-- Author -->
|
||||||
|
<section class="streambox" style="margin-top:40px;padding: 40px;">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<h3 style="text-align: center;display: block;">This track can't be bought</h3>
|
||||||
|
<p>But other tracks are available here:</p>
|
||||||
|
|
||||||
|
|
||||||
|
<div class="streamer">
|
||||||
|
|
||||||
|
|
||||||
|
<a onclick="_paq.push(['trackEvent', 'StoreLink', 'Bandcamp']);" target="_blank" rel="noopener" href="https://panixheavyindustries.bandcamp.com" alt="Stream from Bandcamp" title="Stream from Bandcamp" class="button icon brands fa-bandcamp">Bandcamp</a>
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</section>
|
||||||
|
<section>
|
||||||
|
<!-- Content -->
|
||||||
|
<div class="content">
|
||||||
|
<!-- post Naviation -->
|
||||||
|
<div style="text-align: center;">
|
||||||
|
<h3>Play more songs grom this release</h3>
|
||||||
|
</div>
|
||||||
|
<div class="post-nav">
|
||||||
|
<div>
|
||||||
|
|
||||||
|
<h4><a href="../../../albums/morning-moods/1-inhale/" alt="Read Inhale" title="Read Inhale"><i class="fas fa-arrow-left"></i></a> <a
|
||||||
|
href="../../../albums/morning-moods/1-inhale/"> Inhale</a>
|
||||||
|
</h4>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
<div class="post-nav-next">
|
||||||
|
|
||||||
|
<h4><a href="../../../albums/morning-moods/3-holy-mother-of-bread/"> Holy Mother Of Bread</a> <a
|
||||||
|
href="../../../albums/morning-moods/3-holy-mother-of-bread/" alt="Read Holy Mother Of Bread" title="Read Holy Mother Of Bread"><i class="fas fa-arrow-right"></i></a></h4>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<!-- End Post Navigation -->
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
<!-- Audio player-->
|
||||||
|
<audio autoplay preload="true" data-matomo-title="Atom Leaves">
|
||||||
|
<source src="https://media.basspistol.com/panix/morning-moods/2-atom-leaves.mp3" type="audio/mpeg" ontimeupdate='updateTrackTime(this);' />
|
||||||
|
<h1>Your browser isn't ready for so much hotness. Use the download-link instead.</h1>.
|
||||||
|
</audio>
|
||||||
|
<!-- Footer -->
|
||||||
|
<footer id="footer" class="wrapper style1 align-center">
|
||||||
|
<div class="footflex">
|
||||||
|
<div>
|
||||||
|
<h4>pax:nion</h4>
|
||||||
|
<p>PHI, Panix Heavy Industries
|
||||||
|
<br /><a href="mailto:"></a></p>
|
||||||
|
</div>
|
||||||
|
<div>
|
||||||
|
<ul>
|
||||||
|
<li><a href="#top" class="smooth-scroll-middle">Back to top</a></li>
|
||||||
|
<li><a href="/#album0" class="smooth-scroll-middle">music</a></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<div><img src="/assets/panix-logo-dark.svg" style="max-width:300px" alt="pax:nion Logo" /></div>
|
||||||
|
</div>
|
||||||
|
<div class="inner">
|
||||||
|
<ul class="icons">
|
||||||
|
|
||||||
|
<!-- <li><a href="mailto:" class="icon style2 fa-envelope"><span class="label">Email</span></a></li> -->
|
||||||
|
</ul>
|
||||||
|
<p>©2020 Basspistol | <a href="../../../webcreds/">Credits</a> | <a href="../../../cookies/">Cookies & Privacy</a></p>
|
||||||
|
</div>
|
||||||
|
</footer>
|
||||||
|
|
||||||
|
|
||||||
|
<script type="text/javascript">
|
||||||
|
function loadUrl(newLocation) {
|
||||||
|
window.location = newLocation;
|
||||||
|
return false;
|
||||||
|
}
|
||||||
|
|
||||||
|
var mu = document.getElementsByTagName("audio")[0];
|
||||||
|
var pauseButton = document.getElementById("mu_pause");
|
||||||
|
var spincover = document.getElementById("coverart");
|
||||||
|
|
||||||
|
mu.addEventListener('ended', function () {
|
||||||
|
// only functional if "loop" is removed
|
||||||
|
mu.pause();
|
||||||
|
mu.currentTime = 0;
|
||||||
|
loadUrl("../../../morning-moods/3-holy-mother-of-bread/"); return false;
|
||||||
|
});
|
||||||
|
mu.onplaying = function() {
|
||||||
|
pauseButton.innerHTML = "Pause";
|
||||||
|
pauseButton.classList.remove("fa-play");
|
||||||
|
pauseButton.classList.add("fa-pause");
|
||||||
|
spincover.classList.add("spinnit");
|
||||||
|
spincover.classList.remove("paused");
|
||||||
|
};
|
||||||
|
|
||||||
|
pauseButton.addEventListener("click", function () {
|
||||||
|
if (mu.paused) {
|
||||||
|
mu.play();
|
||||||
|
|
||||||
|
}
|
||||||
|
else {
|
||||||
|
mu.pause();
|
||||||
|
pauseButton.innerHTML = "Resume";
|
||||||
|
pauseButton.classList.add("fa-play");
|
||||||
|
pauseButton.classList.remove("fa-pause");
|
||||||
|
spincover.classList.add("paused");
|
||||||
|
}
|
||||||
|
});
|
||||||
|
|
||||||
|
mu.addEventListener('timeupdate', function () {
|
||||||
|
var timestamp = Math.floor(mu.currentTime);
|
||||||
|
var hours = Math.floor(timestamp / 60 / 60);
|
||||||
|
var minutes = Math.floor(timestamp / 60) - (hours * 60);
|
||||||
|
var seconds = timestamp % 60;
|
||||||
|
var formatted = hours.toString().padStart(2, '0') + ':' + minutes.toString().padStart(2, '0') + ':' + seconds.toString().padStart(2, '0');
|
||||||
|
var thecurrentSpan = document.getElementById("tracktime");
|
||||||
|
thecurrentSpan.innerHTML = formatted + ' / ';
|
||||||
|
});
|
||||||
|
|
||||||
|
</script>
|
||||||
|
</div>
|
||||||
|
<!-- Navigation -->
|
||||||
|
<div id="logo" class="logo">
|
||||||
|
<a href="/" class="smooth-scroll-middle"><img width="200em" src="/assets/panix-logo.svg" alt=" Logo" /></a>
|
||||||
|
<a href="#navbar" onclick="blurBody()" alt="Navigation Menu" title="Navigation Menu"><span style="font-size: 34px;" class="icon solid fa-bars"></span></a>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div id="navbar" style="display: block;" class="modalDialog">
|
||||||
|
<a href="#close" onclick="removeBlur()" alt="Close Menu" title="Close Menu"><div id="closearea"> </div></a>
|
||||||
|
<nav>
|
||||||
|
<a href="#close" title="Close" onclick="removeBlur()" class="close-button close" style="margin: 0 auto;">X</a>
|
||||||
|
<ul>
|
||||||
|
|
||||||
|
|
||||||
|
<li><a href="../../../" class="button small">Home</a></li>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<li><a href="../../../releases/" class="button small">Releases</a></li>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<li><a href="../../../logs/" class="button small">Web-Log</a></li>
|
||||||
|
|
||||||
|
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
</nav>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
<!-- End Navigation -->
|
||||||
|
<!-- Scripts -->
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<script src="../../../assets/js/jquery.min.js"></script>
|
||||||
|
<script src="../../../assets/js/jquery.scrollex.min.js"></script>
|
||||||
|
<script src="../../../assets/js/jquery.scrolly.min.js"></script>
|
||||||
|
<script src="../../../assets/js/browser.min.js"></script>
|
||||||
|
<script src="../../../assets/js/breakpoints.min.js"></script>
|
||||||
|
<script src="../../../assets/js/util.js"></script>
|
||||||
|
<script src="../../../assets/js/main.js"></script>
|
||||||
|
<script src="../../../assets/js/set.js"></script>
|
||||||
|
|
||||||
|
|
||||||
|
<div id="cookie-notice">
|
||||||
|
<p>We only use cookies if you consent to it. They don't contain any identifiable info: they just let us know if you enjoyed this enough to come back. <br />Click <a href="#" id="cookie-notice-decline">here</a> if you want this shit to go away without cookies. <br />Read more about how Basspistol <a href="/cookies/">use cookies</a> </p>
|
||||||
|
<a class="button small yes" href="#" id="cookie-notice-accept">I'm in!</a>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<script>
|
||||||
|
function createCookie(name, value, days) {
|
||||||
|
var expires = "";
|
||||||
|
if (days) {
|
||||||
|
var date = new Date();
|
||||||
|
date.setTime(date.getTime() + (days * 24 * 60 * 60 * 1000));
|
||||||
|
expires = "; expires=" + date.toUTCString();
|
||||||
|
}
|
||||||
|
document.cookie = name + "=" + value + expires + "; path=/";
|
||||||
|
}
|
||||||
|
function readCookie(name) {
|
||||||
|
var nameEQ = name + "=";
|
||||||
|
var ca = document.cookie.split(';');
|
||||||
|
for (var i = 0; i < ca.length; i++) {
|
||||||
|
var c = ca[i];
|
||||||
|
while (c.charAt(0) == ' ') c = c.substring(1, c.length);
|
||||||
|
if (c.indexOf(nameEQ) == 0) return c.substring(nameEQ.length, c.length);
|
||||||
|
}
|
||||||
|
return null;
|
||||||
|
}
|
||||||
|
function eraseCookie(name) {
|
||||||
|
createCookie(name, "", -1);
|
||||||
|
}
|
||||||
|
|
||||||
|
if (readCookie('cookie-notice-dismissed') == 'wantCookies') {
|
||||||
|
|
||||||
|
//* Matomo Tag Manager *//
|
||||||
|
|
||||||
|
var _mtm = _mtm || [];
|
||||||
|
_mtm.push({'mtm.startTime': (new Date().getTime()), 'event': 'mtm.Start'});
|
||||||
|
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
|
||||||
|
g.type='text/javascript'; g.async=true; g.defer=true; g.src='https://cdn.matomo.cloud/terminalnetwork.matomo.cloud/container_aJ0T3vZ5.js'; s.parentNode.insertBefore(g,s);
|
||||||
|
|
||||||
|
//* End Matomo Tag Manager *//
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
} else {
|
||||||
|
document.getElementById('cookie-notice').style.display = 'flex';
|
||||||
|
|
||||||
|
var _paq = window._paq || [];
|
||||||
|
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */
|
||||||
|
_paq.push(["setDocumentTitle", document.domain + "/" + document.title]);
|
||||||
|
_paq.push(["disableCookies"]);
|
||||||
|
_paq.push(['trackPageView']);
|
||||||
|
_paq.push(['enableLinkTracking']);
|
||||||
|
(function() {
|
||||||
|
var u="https://terminalnetwork.matomo.cloud/";
|
||||||
|
_paq.push(['setTrackerUrl', u+'matomo.php']);
|
||||||
|
_paq.push(['setSiteId', '14']);
|
||||||
|
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
|
||||||
|
g.type='text/javascript'; g.async=true; g.defer=true; g.src='//cdn.matomo.cloud/terminalnetwork.matomo.cloud/matomo.js'; s.parentNode.insertBefore(g,s);
|
||||||
|
})();
|
||||||
|
|
||||||
|
|
||||||
|
}
|
||||||
|
if (readCookie('cookie-notice-dismissed') == 'dontWantCookies') {
|
||||||
|
document.getElementById('cookie-notice').style.display = 'none';
|
||||||
|
|
||||||
|
var _paq = window._paq || [];
|
||||||
|
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */
|
||||||
|
_paq.push(["setDocumentTitle", document.domain + "/" + document.title]);
|
||||||
|
_paq.push(["disableCookies"]);
|
||||||
|
_paq.push(['trackPageView']);
|
||||||
|
_paq.push(['enableLinkTracking']);
|
||||||
|
(function() {
|
||||||
|
var u="https://terminalnetwork.matomo.cloud/";
|
||||||
|
_paq.push(['setTrackerUrl', u+'matomo.php']);
|
||||||
|
_paq.push(['setSiteId', '14']);
|
||||||
|
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
|
||||||
|
g.type='text/javascript'; g.async=true; g.defer=true; g.src='//cdn.matomo.cloud/terminalnetwork.matomo.cloud/matomo.js'; s.parentNode.insertBefore(g,s);
|
||||||
|
})();
|
||||||
|
|
||||||
|
}
|
||||||
|
document.getElementById('cookie-notice-accept').addEventListener("click", function () {
|
||||||
|
createCookie('cookie-notice-dismissed', 'wantCookies', 31);
|
||||||
|
document.getElementById('cookie-notice').style.display = 'none';
|
||||||
|
_paq.push(['trackEvent', 'Consent', 'wantCookie']);
|
||||||
|
location.reload();
|
||||||
|
});
|
||||||
|
|
||||||
|
document.getElementById('cookie-notice-decline').addEventListener("click", function () {
|
||||||
|
createCookie('cookie-notice-dismissed', 'dontWantCookies', 31);
|
||||||
|
document.getElementById('cookie-notice').style.display = 'none';
|
||||||
|
_paq.push(['trackEvent', 'Consent', 'dontWantCookie']);
|
||||||
|
location.reload();
|
||||||
|
});
|
||||||
|
|
||||||
|
// document.getElementById('cookie-notice-gimme').addEventListener("click", function () {
|
||||||
|
// createCookie('cookie-notice-dismissed', 'wantCookies', 31);
|
||||||
|
// document.getElementById('cookie-notice').style.display = 'none';
|
||||||
|
// location.reload();
|
||||||
|
// });
|
||||||
|
|
||||||
|
|
||||||
|
</script>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
404
albums/morning-moods/3-holy-mother-of-bread/index.html
Normal file
404
albums/morning-moods/3-holy-mother-of-bread/index.html
Normal file
|
|
@ -0,0 +1,404 @@
|
||||||
|
<!DOCTYPE html>
|
||||||
|
<!--
|
||||||
|
Based on _Story_ by html5up.net | @ajlkn
|
||||||
|
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
|
||||||
|
Remixed and Jekyllified by Setto
|
||||||
|
-->
|
||||||
|
<html lang="en">
|
||||||
|
<head>
|
||||||
|
<!-- Begin Jekyll SEO tag v2.6.1 -->
|
||||||
|
<meta name="generator" content="Jekyll v4.0.0" />
|
||||||
|
<meta property="og:title" content="3 Holy Mother Of Bread" />
|
||||||
|
<meta name="author" content="pax:nion" />
|
||||||
|
<meta property="og:locale" content="en" />
|
||||||
|
<meta name="description" content="PHI, Panix Heavy Industries" />
|
||||||
|
<meta property="og:description" content="PHI, Panix Heavy Industries" />
|
||||||
|
<link rel="canonical" href="https://panix.basspistol.com/albums/morning-moods/3-holy-mother-of-bread/" />
|
||||||
|
<meta property="og:url" content="https://panix.basspistol.com/albums/morning-moods/3-holy-mother-of-bread/" />
|
||||||
|
<meta property="og:site_name" content="pax:nion" />
|
||||||
|
<meta property="og:type" content="article" />
|
||||||
|
<meta property="article:published_time" content="2020-07-05T18:07:03+00:00" />
|
||||||
|
<script type="application/ld+json">
|
||||||
|
{"description":"PHI, Panix Heavy Industries","@type":"AudioObject","headline":"3 Holy Mother Of Bread","dateModified":"2020-07-05T18:07:00+00:00","datePublished":"2020-07-05T18:07:03+00:00","url":"https://panix.basspistol.com/albums/morning-moods/3-holy-mother-of-bread/","author":{"@type":"Person","name":"pax:nion"},"publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://panix.basspistol.com/assets/img/setto_icon.png"},"name":"pax:nion"},"@context":"https://schema.org"}</script>
|
||||||
|
<!-- End Jekyll SEO tag -->
|
||||||
|
|
||||||
|
<link type="application/atom+xml" rel="alternate" href="https://panix.basspistol.com/feed.xml" title="" />
|
||||||
|
<!-- BEGIN seo.html -->
|
||||||
|
|
||||||
|
<title>Play Holy Mother Of Bread by Panix Hilton</title>
|
||||||
|
<meta name="title" content="Play Holy Mother Of Bread by Panix Hilton" />
|
||||||
|
|
||||||
|
<meta name="dc.date.modified" scheme="ISO8601" content="2020-07-05T18:07:00+00:00" />
|
||||||
|
<meta name="robots" content="index" />
|
||||||
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||||
|
<link rel="canonical" href="https://panix.basspistol.com/albums/morning-moods/3-holy-mother-of-bread/" />
|
||||||
|
<link rel="alternate" hreflang="x-default" href="https://panix.basspistol.com/albums/morning-moods/3-holy-mother-of-bread/" />
|
||||||
|
<meta name="geo.region" content="BJ-ZO" />
|
||||||
|
<meta name="geo.placename" content="Setto" />
|
||||||
|
<meta name="geo.position" content="7.48777;2.076389" />
|
||||||
|
<meta name="ICBM" content="7.48777, 2.076389" />
|
||||||
|
|
||||||
|
<!-- Dublin Core basic info -->
|
||||||
|
|
||||||
|
<meta name="dcterms.Identifier" content="https://panix.basspistol.com" />
|
||||||
|
<meta name="dcterms.Format" content="text/html" />
|
||||||
|
<meta name="dcterms.Relation" content="pax:nion" />
|
||||||
|
<meta name="dcterms.Publisher" content="pax:nion" />
|
||||||
|
<meta name="dcterms.Type" content="text/html" />
|
||||||
|
<meta name="dcterms.Coverage" content="https://panix.basspistol.com/" />
|
||||||
|
<meta name="dcterms.Rights" content="Copyright ©2020 pax:nion." />
|
||||||
|
|
||||||
|
<meta name="dcterms.Subject" content="Listen and to a track by Panix Hilton from the release Morning Moods and support your remote artist!" />
|
||||||
|
<meta name="dcterms.Title" content="Holy Mother Of Bread - Panix Hilton | pax:nion" />
|
||||||
|
|
||||||
|
<meta name="dcterms.Contributor" content="pax:nion" />
|
||||||
|
<meta name="dcterms.Date" content="2020-07-05" />
|
||||||
|
<meta name="dcterms.Description" content="" />
|
||||||
|
|
||||||
|
<!-- Twitter Card -->
|
||||||
|
|
||||||
|
<meta name="twitter:card" content="summary" />
|
||||||
|
<meta name="twitter:site" content="@" />
|
||||||
|
<meta name="twitter:title" content="3 Holy Mother Of Bread | pax:nion" />
|
||||||
|
<meta name="twitter:description" content="PHI, Panix Heavy Industries" />
|
||||||
|
|
||||||
|
<meta name="twitter:image" content="https://panix.basspistol.com/assets/albums/morning-moods/3-holy-mother-of-bread.jpeg" />
|
||||||
|
|
||||||
|
<!-- END seo.html -->
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<meta charset="utf-8" />
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=yes" />
|
||||||
|
<link rel="stylesheet" href="../../../assets/css/main20200519.css" />
|
||||||
|
|
||||||
|
<link rel="apple-touch-icon" href="https://panix.basspistol.com/apple-touch-icon.png" />
|
||||||
|
<link rel="icon" type="image/png" href="https://panix.basspistol.com/touch-icon.png" sizes="192x192" />
|
||||||
|
<link rel="shortcut icon" href="https://panix.basspistol.com/assets/img/setto_icon.png" type="image/png" />
|
||||||
|
<noscript><link rel="stylesheet" href="../../../assets/css/noscript20200518-rev1.css" /></noscript>
|
||||||
|
</head>
|
||||||
|
|
||||||
|
<body class="is-preload" id="body">
|
||||||
|
<span id="top" style="display: none;"></span>
|
||||||
|
<!-- Wrapper -->
|
||||||
|
<div id="wrapper" class="divided" data-cms-content-wrapper="/_layouts/default.html">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<!-- Banner -->
|
||||||
|
<section
|
||||||
|
class="banner onload-image-fade-in onload-content-fade-right style3 fullscreen content-align-center image-position-center" style="background-image:url('https://media.basspistol.com/panix/morning-moods/3-holy-mother-of-bread.jpeg');background-size: cover; background-repeat: no-repeat;">
|
||||||
|
<div style="z-index:0;position:absolute; top:0; left:0; width:100%;height:100%;background-color: rgba(13, 13 ,13, 0.85);"></div>
|
||||||
|
<div class="content" style="z-index:1">
|
||||||
|
<h1 style="margin-top:80px">Holy Mother Of Bread</h1>
|
||||||
|
|
||||||
|
<p><strong><span id="tracktime"></span></strong><span id="holymotherofbread"></span></strong> <br />
|
||||||
|
Style: <strong>Electronic</strong>
|
||||||
|
</p>
|
||||||
|
<script type="text/javascript">
|
||||||
|
var holymotherofbreadtimestamp = 118;
|
||||||
|
var holymotherofbreadhours = Math.floor(holymotherofbreadtimestamp / 60 / 60);
|
||||||
|
var holymotherofbreadminutes = Math.floor(holymotherofbreadtimestamp / 60) - (holymotherofbreadhours * 60);
|
||||||
|
var holymotherofbreadseconds = holymotherofbreadtimestamp % 60;
|
||||||
|
var holymotherofbreadformatted = holymotherofbreadhours.toString().padStart(2, '0') + ':' + holymotherofbreadminutes.toString().padStart(2, '0') + ':' + holymotherofbreadseconds.toString().padStart(2, '0');
|
||||||
|
var theSpan = document.getElementById("holymotherofbread");
|
||||||
|
theSpan.innerHTML = holymotherofbreadformatted;
|
||||||
|
</script>
|
||||||
|
|
||||||
|
|
||||||
|
<ul class="actions stacked">
|
||||||
|
<li><button id="mu_pause" class="smooth-scroll-middle button icon solid fa-play">Play dat!</button></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="image">
|
||||||
|
<img src="https://media.basspistol.com/panix/morning-moods/3-holy-mother-of-bread.jpeg" alt="3 Holy Mother Of Bread logo" id="coverart" />
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
|
||||||
|
|
||||||
|
<!-- Page navigation -->
|
||||||
|
<section class="wrapper style1 align-center">
|
||||||
|
<div class="inner">
|
||||||
|
<div class="index align-left">
|
||||||
|
<!-- Author -->
|
||||||
|
<section class="streambox" style="margin-top:40px;padding: 40px;">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<h3 style="text-align: center;display: block;">This track can't be bought</h3>
|
||||||
|
<p>But other tracks are available here:</p>
|
||||||
|
|
||||||
|
|
||||||
|
<div class="streamer">
|
||||||
|
|
||||||
|
|
||||||
|
<a onclick="_paq.push(['trackEvent', 'StoreLink', 'Bandcamp']);" target="_blank" rel="noopener" href="https://panixheavyindustries.bandcamp.com" alt="Stream from Bandcamp" title="Stream from Bandcamp" class="button icon brands fa-bandcamp">Bandcamp</a>
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</section>
|
||||||
|
<section>
|
||||||
|
<!-- Content -->
|
||||||
|
<div class="content">
|
||||||
|
<!-- post Naviation -->
|
||||||
|
<div style="text-align: center;">
|
||||||
|
<h3>Play more songs grom this release</h3>
|
||||||
|
</div>
|
||||||
|
<div class="post-nav">
|
||||||
|
<div>
|
||||||
|
|
||||||
|
<h4><a href="../../../albums/morning-moods/2-atom-leaves/" alt="Read Atom Leaves" title="Read Atom Leaves"><i class="fas fa-arrow-left"></i></a> <a
|
||||||
|
href="../../../albums/morning-moods/2-atom-leaves/"> Atom Leaves</a>
|
||||||
|
</h4>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
<div class="post-nav-next">
|
||||||
|
|
||||||
|
<h4><a href="../../../albums/morning-moods/4-humorn-p-topp/"> Humorn På Topp</a> <a
|
||||||
|
href="../../../albums/morning-moods/4-humorn-p-topp/" alt="Read Humorn På Topp" title="Read Humorn På Topp"><i class="fas fa-arrow-right"></i></a></h4>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<!-- End Post Navigation -->
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
<!-- Audio player-->
|
||||||
|
<audio autoplay preload="true" data-matomo-title="Holy Mother Of Bread">
|
||||||
|
<source src="https://media.basspistol.com/panix/morning-moods/3-holy-mother-of-bread.mp3" type="audio/mpeg" ontimeupdate='updateTrackTime(this);' />
|
||||||
|
<h1>Your browser isn't ready for so much hotness. Use the download-link instead.</h1>.
|
||||||
|
</audio>
|
||||||
|
<!-- Footer -->
|
||||||
|
<footer id="footer" class="wrapper style1 align-center">
|
||||||
|
<div class="footflex">
|
||||||
|
<div>
|
||||||
|
<h4>pax:nion</h4>
|
||||||
|
<p>PHI, Panix Heavy Industries
|
||||||
|
<br /><a href="mailto:"></a></p>
|
||||||
|
</div>
|
||||||
|
<div>
|
||||||
|
<ul>
|
||||||
|
<li><a href="#top" class="smooth-scroll-middle">Back to top</a></li>
|
||||||
|
<li><a href="/#album0" class="smooth-scroll-middle">music</a></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<div><img src="/assets/panix-logo-dark.svg" style="max-width:300px" alt="pax:nion Logo" /></div>
|
||||||
|
</div>
|
||||||
|
<div class="inner">
|
||||||
|
<ul class="icons">
|
||||||
|
|
||||||
|
<!-- <li><a href="mailto:" class="icon style2 fa-envelope"><span class="label">Email</span></a></li> -->
|
||||||
|
</ul>
|
||||||
|
<p>©2020 Basspistol | <a href="../../../webcreds/">Credits</a> | <a href="../../../cookies/">Cookies & Privacy</a></p>
|
||||||
|
</div>
|
||||||
|
</footer>
|
||||||
|
|
||||||
|
|
||||||
|
<script type="text/javascript">
|
||||||
|
function loadUrl(newLocation) {
|
||||||
|
window.location = newLocation;
|
||||||
|
return false;
|
||||||
|
}
|
||||||
|
|
||||||
|
var mu = document.getElementsByTagName("audio")[0];
|
||||||
|
var pauseButton = document.getElementById("mu_pause");
|
||||||
|
var spincover = document.getElementById("coverart");
|
||||||
|
|
||||||
|
mu.addEventListener('ended', function () {
|
||||||
|
// only functional if "loop" is removed
|
||||||
|
mu.pause();
|
||||||
|
mu.currentTime = 0;
|
||||||
|
loadUrl("../../../morning-moods/4-humorn-p-topp/"); return false;
|
||||||
|
});
|
||||||
|
mu.onplaying = function() {
|
||||||
|
pauseButton.innerHTML = "Pause";
|
||||||
|
pauseButton.classList.remove("fa-play");
|
||||||
|
pauseButton.classList.add("fa-pause");
|
||||||
|
spincover.classList.add("spinnit");
|
||||||
|
spincover.classList.remove("paused");
|
||||||
|
};
|
||||||
|
|
||||||
|
pauseButton.addEventListener("click", function () {
|
||||||
|
if (mu.paused) {
|
||||||
|
mu.play();
|
||||||
|
|
||||||
|
}
|
||||||
|
else {
|
||||||
|
mu.pause();
|
||||||
|
pauseButton.innerHTML = "Resume";
|
||||||
|
pauseButton.classList.add("fa-play");
|
||||||
|
pauseButton.classList.remove("fa-pause");
|
||||||
|
spincover.classList.add("paused");
|
||||||
|
}
|
||||||
|
});
|
||||||
|
|
||||||
|
mu.addEventListener('timeupdate', function () {
|
||||||
|
var timestamp = Math.floor(mu.currentTime);
|
||||||
|
var hours = Math.floor(timestamp / 60 / 60);
|
||||||
|
var minutes = Math.floor(timestamp / 60) - (hours * 60);
|
||||||
|
var seconds = timestamp % 60;
|
||||||
|
var formatted = hours.toString().padStart(2, '0') + ':' + minutes.toString().padStart(2, '0') + ':' + seconds.toString().padStart(2, '0');
|
||||||
|
var thecurrentSpan = document.getElementById("tracktime");
|
||||||
|
thecurrentSpan.innerHTML = formatted + ' / ';
|
||||||
|
});
|
||||||
|
|
||||||
|
</script>
|
||||||
|
</div>
|
||||||
|
<!-- Navigation -->
|
||||||
|
<div id="logo" class="logo">
|
||||||
|
<a href="/" class="smooth-scroll-middle"><img width="200em" src="/assets/panix-logo.svg" alt=" Logo" /></a>
|
||||||
|
<a href="#navbar" onclick="blurBody()" alt="Navigation Menu" title="Navigation Menu"><span style="font-size: 34px;" class="icon solid fa-bars"></span></a>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div id="navbar" style="display: block;" class="modalDialog">
|
||||||
|
<a href="#close" onclick="removeBlur()" alt="Close Menu" title="Close Menu"><div id="closearea"> </div></a>
|
||||||
|
<nav>
|
||||||
|
<a href="#close" title="Close" onclick="removeBlur()" class="close-button close" style="margin: 0 auto;">X</a>
|
||||||
|
<ul>
|
||||||
|
|
||||||
|
|
||||||
|
<li><a href="../../../" class="button small">Home</a></li>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<li><a href="../../../releases/" class="button small">Releases</a></li>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<li><a href="../../../logs/" class="button small">Web-Log</a></li>
|
||||||
|
|
||||||
|
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
</nav>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
<!-- End Navigation -->
|
||||||
|
<!-- Scripts -->
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<script src="../../../assets/js/jquery.min.js"></script>
|
||||||
|
<script src="../../../assets/js/jquery.scrollex.min.js"></script>
|
||||||
|
<script src="../../../assets/js/jquery.scrolly.min.js"></script>
|
||||||
|
<script src="../../../assets/js/browser.min.js"></script>
|
||||||
|
<script src="../../../assets/js/breakpoints.min.js"></script>
|
||||||
|
<script src="../../../assets/js/util.js"></script>
|
||||||
|
<script src="../../../assets/js/main.js"></script>
|
||||||
|
<script src="../../../assets/js/set.js"></script>
|
||||||
|
|
||||||
|
|
||||||
|
<div id="cookie-notice">
|
||||||
|
<p>We only use cookies if you consent to it. They don't contain any identifiable info: they just let us know if you enjoyed this enough to come back. <br />Click <a href="#" id="cookie-notice-decline">here</a> if you want this shit to go away without cookies. <br />Read more about how Basspistol <a href="/cookies/">use cookies</a> </p>
|
||||||
|
<a class="button small yes" href="#" id="cookie-notice-accept">I'm in!</a>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<script>
|
||||||
|
function createCookie(name, value, days) {
|
||||||
|
var expires = "";
|
||||||
|
if (days) {
|
||||||
|
var date = new Date();
|
||||||
|
date.setTime(date.getTime() + (days * 24 * 60 * 60 * 1000));
|
||||||
|
expires = "; expires=" + date.toUTCString();
|
||||||
|
}
|
||||||
|
document.cookie = name + "=" + value + expires + "; path=/";
|
||||||
|
}
|
||||||
|
function readCookie(name) {
|
||||||
|
var nameEQ = name + "=";
|
||||||
|
var ca = document.cookie.split(';');
|
||||||
|
for (var i = 0; i < ca.length; i++) {
|
||||||
|
var c = ca[i];
|
||||||
|
while (c.charAt(0) == ' ') c = c.substring(1, c.length);
|
||||||
|
if (c.indexOf(nameEQ) == 0) return c.substring(nameEQ.length, c.length);
|
||||||
|
}
|
||||||
|
return null;
|
||||||
|
}
|
||||||
|
function eraseCookie(name) {
|
||||||
|
createCookie(name, "", -1);
|
||||||
|
}
|
||||||
|
|
||||||
|
if (readCookie('cookie-notice-dismissed') == 'wantCookies') {
|
||||||
|
|
||||||
|
//* Matomo Tag Manager *//
|
||||||
|
|
||||||
|
var _mtm = _mtm || [];
|
||||||
|
_mtm.push({'mtm.startTime': (new Date().getTime()), 'event': 'mtm.Start'});
|
||||||
|
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
|
||||||
|
g.type='text/javascript'; g.async=true; g.defer=true; g.src='https://cdn.matomo.cloud/terminalnetwork.matomo.cloud/container_aJ0T3vZ5.js'; s.parentNode.insertBefore(g,s);
|
||||||
|
|
||||||
|
//* End Matomo Tag Manager *//
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
} else {
|
||||||
|
document.getElementById('cookie-notice').style.display = 'flex';
|
||||||
|
|
||||||
|
var _paq = window._paq || [];
|
||||||
|
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */
|
||||||
|
_paq.push(["setDocumentTitle", document.domain + "/" + document.title]);
|
||||||
|
_paq.push(["disableCookies"]);
|
||||||
|
_paq.push(['trackPageView']);
|
||||||
|
_paq.push(['enableLinkTracking']);
|
||||||
|
(function() {
|
||||||
|
var u="https://terminalnetwork.matomo.cloud/";
|
||||||
|
_paq.push(['setTrackerUrl', u+'matomo.php']);
|
||||||
|
_paq.push(['setSiteId', '14']);
|
||||||
|
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
|
||||||
|
g.type='text/javascript'; g.async=true; g.defer=true; g.src='//cdn.matomo.cloud/terminalnetwork.matomo.cloud/matomo.js'; s.parentNode.insertBefore(g,s);
|
||||||
|
})();
|
||||||
|
|
||||||
|
|
||||||
|
}
|
||||||
|
if (readCookie('cookie-notice-dismissed') == 'dontWantCookies') {
|
||||||
|
document.getElementById('cookie-notice').style.display = 'none';
|
||||||
|
|
||||||
|
var _paq = window._paq || [];
|
||||||
|
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */
|
||||||
|
_paq.push(["setDocumentTitle", document.domain + "/" + document.title]);
|
||||||
|
_paq.push(["disableCookies"]);
|
||||||
|
_paq.push(['trackPageView']);
|
||||||
|
_paq.push(['enableLinkTracking']);
|
||||||
|
(function() {
|
||||||
|
var u="https://terminalnetwork.matomo.cloud/";
|
||||||
|
_paq.push(['setTrackerUrl', u+'matomo.php']);
|
||||||
|
_paq.push(['setSiteId', '14']);
|
||||||
|
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
|
||||||
|
g.type='text/javascript'; g.async=true; g.defer=true; g.src='//cdn.matomo.cloud/terminalnetwork.matomo.cloud/matomo.js'; s.parentNode.insertBefore(g,s);
|
||||||
|
})();
|
||||||
|
|
||||||
|
}
|
||||||
|
document.getElementById('cookie-notice-accept').addEventListener("click", function () {
|
||||||
|
createCookie('cookie-notice-dismissed', 'wantCookies', 31);
|
||||||
|
document.getElementById('cookie-notice').style.display = 'none';
|
||||||
|
_paq.push(['trackEvent', 'Consent', 'wantCookie']);
|
||||||
|
location.reload();
|
||||||
|
});
|
||||||
|
|
||||||
|
document.getElementById('cookie-notice-decline').addEventListener("click", function () {
|
||||||
|
createCookie('cookie-notice-dismissed', 'dontWantCookies', 31);
|
||||||
|
document.getElementById('cookie-notice').style.display = 'none';
|
||||||
|
_paq.push(['trackEvent', 'Consent', 'dontWantCookie']);
|
||||||
|
location.reload();
|
||||||
|
});
|
||||||
|
|
||||||
|
// document.getElementById('cookie-notice-gimme').addEventListener("click", function () {
|
||||||
|
// createCookie('cookie-notice-dismissed', 'wantCookies', 31);
|
||||||
|
// document.getElementById('cookie-notice').style.display = 'none';
|
||||||
|
// location.reload();
|
||||||
|
// });
|
||||||
|
|
||||||
|
|
||||||
|
</script>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
404
albums/morning-moods/4-humorn-p-topp/index.html
Normal file
404
albums/morning-moods/4-humorn-p-topp/index.html
Normal file
|
|
@ -0,0 +1,404 @@
|
||||||
|
<!DOCTYPE html>
|
||||||
|
<!--
|
||||||
|
Based on _Story_ by html5up.net | @ajlkn
|
||||||
|
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
|
||||||
|
Remixed and Jekyllified by Setto
|
||||||
|
-->
|
||||||
|
<html lang="en">
|
||||||
|
<head>
|
||||||
|
<!-- Begin Jekyll SEO tag v2.6.1 -->
|
||||||
|
<meta name="generator" content="Jekyll v4.0.0" />
|
||||||
|
<meta property="og:title" content="4 Humorn P Topp" />
|
||||||
|
<meta name="author" content="pax:nion" />
|
||||||
|
<meta property="og:locale" content="en" />
|
||||||
|
<meta name="description" content="PHI, Panix Heavy Industries" />
|
||||||
|
<meta property="og:description" content="PHI, Panix Heavy Industries" />
|
||||||
|
<link rel="canonical" href="https://panix.basspistol.com/albums/morning-moods/4-humorn-p-topp/" />
|
||||||
|
<meta property="og:url" content="https://panix.basspistol.com/albums/morning-moods/4-humorn-p-topp/" />
|
||||||
|
<meta property="og:site_name" content="pax:nion" />
|
||||||
|
<meta property="og:type" content="article" />
|
||||||
|
<meta property="article:published_time" content="2020-07-05T18:07:03+00:00" />
|
||||||
|
<script type="application/ld+json">
|
||||||
|
{"description":"PHI, Panix Heavy Industries","@type":"AudioObject","headline":"4 Humorn P Topp","dateModified":"2020-07-05T18:07:00+00:00","datePublished":"2020-07-05T18:07:03+00:00","url":"https://panix.basspistol.com/albums/morning-moods/4-humorn-p-topp/","author":{"@type":"Person","name":"pax:nion"},"publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://panix.basspistol.com/assets/img/setto_icon.png"},"name":"pax:nion"},"@context":"https://schema.org"}</script>
|
||||||
|
<!-- End Jekyll SEO tag -->
|
||||||
|
|
||||||
|
<link type="application/atom+xml" rel="alternate" href="https://panix.basspistol.com/feed.xml" title="" />
|
||||||
|
<!-- BEGIN seo.html -->
|
||||||
|
|
||||||
|
<title>Play Humorn På Topp by Panix Hilton</title>
|
||||||
|
<meta name="title" content="Play Humorn På Topp by Panix Hilton" />
|
||||||
|
|
||||||
|
<meta name="dc.date.modified" scheme="ISO8601" content="2020-07-05T18:07:00+00:00" />
|
||||||
|
<meta name="robots" content="index" />
|
||||||
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||||
|
<link rel="canonical" href="https://panix.basspistol.com/albums/morning-moods/4-humorn-p-topp/" />
|
||||||
|
<link rel="alternate" hreflang="x-default" href="https://panix.basspistol.com/albums/morning-moods/4-humorn-p-topp/" />
|
||||||
|
<meta name="geo.region" content="BJ-ZO" />
|
||||||
|
<meta name="geo.placename" content="Setto" />
|
||||||
|
<meta name="geo.position" content="7.48777;2.076389" />
|
||||||
|
<meta name="ICBM" content="7.48777, 2.076389" />
|
||||||
|
|
||||||
|
<!-- Dublin Core basic info -->
|
||||||
|
|
||||||
|
<meta name="dcterms.Identifier" content="https://panix.basspistol.com" />
|
||||||
|
<meta name="dcterms.Format" content="text/html" />
|
||||||
|
<meta name="dcterms.Relation" content="pax:nion" />
|
||||||
|
<meta name="dcterms.Publisher" content="pax:nion" />
|
||||||
|
<meta name="dcterms.Type" content="text/html" />
|
||||||
|
<meta name="dcterms.Coverage" content="https://panix.basspistol.com/" />
|
||||||
|
<meta name="dcterms.Rights" content="Copyright ©2020 pax:nion." />
|
||||||
|
|
||||||
|
<meta name="dcterms.Subject" content="Listen and to a track by Panix Hilton from the release Morning Moods and support your remote artist!" />
|
||||||
|
<meta name="dcterms.Title" content="Humorn På Topp - Panix Hilton | pax:nion" />
|
||||||
|
|
||||||
|
<meta name="dcterms.Contributor" content="pax:nion" />
|
||||||
|
<meta name="dcterms.Date" content="2020-07-05" />
|
||||||
|
<meta name="dcterms.Description" content="" />
|
||||||
|
|
||||||
|
<!-- Twitter Card -->
|
||||||
|
|
||||||
|
<meta name="twitter:card" content="summary" />
|
||||||
|
<meta name="twitter:site" content="@" />
|
||||||
|
<meta name="twitter:title" content="4 Humorn P Topp | pax:nion" />
|
||||||
|
<meta name="twitter:description" content="PHI, Panix Heavy Industries" />
|
||||||
|
|
||||||
|
<meta name="twitter:image" content="https://panix.basspistol.com/assets/albums/morning-moods/4-humorn-p-topp.jpeg" />
|
||||||
|
|
||||||
|
<!-- END seo.html -->
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<meta charset="utf-8" />
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=yes" />
|
||||||
|
<link rel="stylesheet" href="../../../assets/css/main20200519.css" />
|
||||||
|
|
||||||
|
<link rel="apple-touch-icon" href="https://panix.basspistol.com/apple-touch-icon.png" />
|
||||||
|
<link rel="icon" type="image/png" href="https://panix.basspistol.com/touch-icon.png" sizes="192x192" />
|
||||||
|
<link rel="shortcut icon" href="https://panix.basspistol.com/assets/img/setto_icon.png" type="image/png" />
|
||||||
|
<noscript><link rel="stylesheet" href="../../../assets/css/noscript20200518-rev1.css" /></noscript>
|
||||||
|
</head>
|
||||||
|
|
||||||
|
<body class="is-preload" id="body">
|
||||||
|
<span id="top" style="display: none;"></span>
|
||||||
|
<!-- Wrapper -->
|
||||||
|
<div id="wrapper" class="divided" data-cms-content-wrapper="/_layouts/default.html">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<!-- Banner -->
|
||||||
|
<section
|
||||||
|
class="banner onload-image-fade-in onload-content-fade-right style3 fullscreen content-align-center image-position-center" style="background-image:url('https://media.basspistol.com/panix/morning-moods/4-humorn-p-topp.jpeg');background-size: cover; background-repeat: no-repeat;">
|
||||||
|
<div style="z-index:0;position:absolute; top:0; left:0; width:100%;height:100%;background-color: rgba(13, 13 ,13, 0.85);"></div>
|
||||||
|
<div class="content" style="z-index:1">
|
||||||
|
<h1 style="margin-top:80px">Humorn På Topp</h1>
|
||||||
|
|
||||||
|
<p><strong><span id="tracktime"></span></strong><span id="humornpåtopp"></span></strong> <br />
|
||||||
|
Style: <strong>Electronic</strong>
|
||||||
|
</p>
|
||||||
|
<script type="text/javascript">
|
||||||
|
var humornpåtopptimestamp = 112;
|
||||||
|
var humornpåtopphours = Math.floor(humornpåtopptimestamp / 60 / 60);
|
||||||
|
var humornpåtoppminutes = Math.floor(humornpåtopptimestamp / 60) - (humornpåtopphours * 60);
|
||||||
|
var humornpåtoppseconds = humornpåtopptimestamp % 60;
|
||||||
|
var humornpåtoppformatted = humornpåtopphours.toString().padStart(2, '0') + ':' + humornpåtoppminutes.toString().padStart(2, '0') + ':' + humornpåtoppseconds.toString().padStart(2, '0');
|
||||||
|
var theSpan = document.getElementById("humornpåtopp");
|
||||||
|
theSpan.innerHTML = humornpåtoppformatted;
|
||||||
|
</script>
|
||||||
|
|
||||||
|
|
||||||
|
<ul class="actions stacked">
|
||||||
|
<li><button id="mu_pause" class="smooth-scroll-middle button icon solid fa-play">Play dat!</button></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="image">
|
||||||
|
<img src="https://media.basspistol.com/panix/morning-moods/4-humorn-p-topp.jpeg" alt="4 Humorn P Topp logo" id="coverart" />
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
|
||||||
|
|
||||||
|
<!-- Page navigation -->
|
||||||
|
<section class="wrapper style1 align-center">
|
||||||
|
<div class="inner">
|
||||||
|
<div class="index align-left">
|
||||||
|
<!-- Author -->
|
||||||
|
<section class="streambox" style="margin-top:40px;padding: 40px;">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<h3 style="text-align: center;display: block;">This track can't be bought</h3>
|
||||||
|
<p>But other tracks are available here:</p>
|
||||||
|
|
||||||
|
|
||||||
|
<div class="streamer">
|
||||||
|
|
||||||
|
|
||||||
|
<a onclick="_paq.push(['trackEvent', 'StoreLink', 'Bandcamp']);" target="_blank" rel="noopener" href="https://panixheavyindustries.bandcamp.com" alt="Stream from Bandcamp" title="Stream from Bandcamp" class="button icon brands fa-bandcamp">Bandcamp</a>
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</section>
|
||||||
|
<section>
|
||||||
|
<!-- Content -->
|
||||||
|
<div class="content">
|
||||||
|
<!-- post Naviation -->
|
||||||
|
<div style="text-align: center;">
|
||||||
|
<h3>Play more songs grom this release</h3>
|
||||||
|
</div>
|
||||||
|
<div class="post-nav">
|
||||||
|
<div>
|
||||||
|
|
||||||
|
<h4><a href="../../../albums/morning-moods/3-holy-mother-of-bread/" alt="Read Holy Mother Of Bread" title="Read Holy Mother Of Bread"><i class="fas fa-arrow-left"></i></a> <a
|
||||||
|
href="../../../albums/morning-moods/3-holy-mother-of-bread/"> Holy Mother Of Bread</a>
|
||||||
|
</h4>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
<div class="post-nav-next">
|
||||||
|
|
||||||
|
<h4><a href="../../../albums/morning-moods/5-roller/"> Roller</a> <a
|
||||||
|
href="../../../albums/morning-moods/5-roller/" alt="Read Roller" title="Read Roller"><i class="fas fa-arrow-right"></i></a></h4>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<!-- End Post Navigation -->
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
<!-- Audio player-->
|
||||||
|
<audio autoplay preload="true" data-matomo-title="Humorn På Topp">
|
||||||
|
<source src="https://media.basspistol.com/panix/morning-moods/4-humorn-p-topp.mp3" type="audio/mpeg" ontimeupdate='updateTrackTime(this);' />
|
||||||
|
<h1>Your browser isn't ready for so much hotness. Use the download-link instead.</h1>.
|
||||||
|
</audio>
|
||||||
|
<!-- Footer -->
|
||||||
|
<footer id="footer" class="wrapper style1 align-center">
|
||||||
|
<div class="footflex">
|
||||||
|
<div>
|
||||||
|
<h4>pax:nion</h4>
|
||||||
|
<p>PHI, Panix Heavy Industries
|
||||||
|
<br /><a href="mailto:"></a></p>
|
||||||
|
</div>
|
||||||
|
<div>
|
||||||
|
<ul>
|
||||||
|
<li><a href="#top" class="smooth-scroll-middle">Back to top</a></li>
|
||||||
|
<li><a href="/#album0" class="smooth-scroll-middle">music</a></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<div><img src="/assets/panix-logo-dark.svg" style="max-width:300px" alt="pax:nion Logo" /></div>
|
||||||
|
</div>
|
||||||
|
<div class="inner">
|
||||||
|
<ul class="icons">
|
||||||
|
|
||||||
|
<!-- <li><a href="mailto:" class="icon style2 fa-envelope"><span class="label">Email</span></a></li> -->
|
||||||
|
</ul>
|
||||||
|
<p>©2020 Basspistol | <a href="../../../webcreds/">Credits</a> | <a href="../../../cookies/">Cookies & Privacy</a></p>
|
||||||
|
</div>
|
||||||
|
</footer>
|
||||||
|
|
||||||
|
|
||||||
|
<script type="text/javascript">
|
||||||
|
function loadUrl(newLocation) {
|
||||||
|
window.location = newLocation;
|
||||||
|
return false;
|
||||||
|
}
|
||||||
|
|
||||||
|
var mu = document.getElementsByTagName("audio")[0];
|
||||||
|
var pauseButton = document.getElementById("mu_pause");
|
||||||
|
var spincover = document.getElementById("coverart");
|
||||||
|
|
||||||
|
mu.addEventListener('ended', function () {
|
||||||
|
// only functional if "loop" is removed
|
||||||
|
mu.pause();
|
||||||
|
mu.currentTime = 0;
|
||||||
|
loadUrl("../../../morning-moods/5-roller/"); return false;
|
||||||
|
});
|
||||||
|
mu.onplaying = function() {
|
||||||
|
pauseButton.innerHTML = "Pause";
|
||||||
|
pauseButton.classList.remove("fa-play");
|
||||||
|
pauseButton.classList.add("fa-pause");
|
||||||
|
spincover.classList.add("spinnit");
|
||||||
|
spincover.classList.remove("paused");
|
||||||
|
};
|
||||||
|
|
||||||
|
pauseButton.addEventListener("click", function () {
|
||||||
|
if (mu.paused) {
|
||||||
|
mu.play();
|
||||||
|
|
||||||
|
}
|
||||||
|
else {
|
||||||
|
mu.pause();
|
||||||
|
pauseButton.innerHTML = "Resume";
|
||||||
|
pauseButton.classList.add("fa-play");
|
||||||
|
pauseButton.classList.remove("fa-pause");
|
||||||
|
spincover.classList.add("paused");
|
||||||
|
}
|
||||||
|
});
|
||||||
|
|
||||||
|
mu.addEventListener('timeupdate', function () {
|
||||||
|
var timestamp = Math.floor(mu.currentTime);
|
||||||
|
var hours = Math.floor(timestamp / 60 / 60);
|
||||||
|
var minutes = Math.floor(timestamp / 60) - (hours * 60);
|
||||||
|
var seconds = timestamp % 60;
|
||||||
|
var formatted = hours.toString().padStart(2, '0') + ':' + minutes.toString().padStart(2, '0') + ':' + seconds.toString().padStart(2, '0');
|
||||||
|
var thecurrentSpan = document.getElementById("tracktime");
|
||||||
|
thecurrentSpan.innerHTML = formatted + ' / ';
|
||||||
|
});
|
||||||
|
|
||||||
|
</script>
|
||||||
|
</div>
|
||||||
|
<!-- Navigation -->
|
||||||
|
<div id="logo" class="logo">
|
||||||
|
<a href="/" class="smooth-scroll-middle"><img width="200em" src="/assets/panix-logo.svg" alt=" Logo" /></a>
|
||||||
|
<a href="#navbar" onclick="blurBody()" alt="Navigation Menu" title="Navigation Menu"><span style="font-size: 34px;" class="icon solid fa-bars"></span></a>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div id="navbar" style="display: block;" class="modalDialog">
|
||||||
|
<a href="#close" onclick="removeBlur()" alt="Close Menu" title="Close Menu"><div id="closearea"> </div></a>
|
||||||
|
<nav>
|
||||||
|
<a href="#close" title="Close" onclick="removeBlur()" class="close-button close" style="margin: 0 auto;">X</a>
|
||||||
|
<ul>
|
||||||
|
|
||||||
|
|
||||||
|
<li><a href="../../../" class="button small">Home</a></li>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<li><a href="../../../releases/" class="button small">Releases</a></li>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<li><a href="../../../logs/" class="button small">Web-Log</a></li>
|
||||||
|
|
||||||
|
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
</nav>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
<!-- End Navigation -->
|
||||||
|
<!-- Scripts -->
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<script src="../../../assets/js/jquery.min.js"></script>
|
||||||
|
<script src="../../../assets/js/jquery.scrollex.min.js"></script>
|
||||||
|
<script src="../../../assets/js/jquery.scrolly.min.js"></script>
|
||||||
|
<script src="../../../assets/js/browser.min.js"></script>
|
||||||
|
<script src="../../../assets/js/breakpoints.min.js"></script>
|
||||||
|
<script src="../../../assets/js/util.js"></script>
|
||||||
|
<script src="../../../assets/js/main.js"></script>
|
||||||
|
<script src="../../../assets/js/set.js"></script>
|
||||||
|
|
||||||
|
|
||||||
|
<div id="cookie-notice">
|
||||||
|
<p>We only use cookies if you consent to it. They don't contain any identifiable info: they just let us know if you enjoyed this enough to come back. <br />Click <a href="#" id="cookie-notice-decline">here</a> if you want this shit to go away without cookies. <br />Read more about how Basspistol <a href="/cookies/">use cookies</a> </p>
|
||||||
|
<a class="button small yes" href="#" id="cookie-notice-accept">I'm in!</a>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<script>
|
||||||
|
function createCookie(name, value, days) {
|
||||||
|
var expires = "";
|
||||||
|
if (days) {
|
||||||
|
var date = new Date();
|
||||||
|
date.setTime(date.getTime() + (days * 24 * 60 * 60 * 1000));
|
||||||
|
expires = "; expires=" + date.toUTCString();
|
||||||
|
}
|
||||||
|
document.cookie = name + "=" + value + expires + "; path=/";
|
||||||
|
}
|
||||||
|
function readCookie(name) {
|
||||||
|
var nameEQ = name + "=";
|
||||||
|
var ca = document.cookie.split(';');
|
||||||
|
for (var i = 0; i < ca.length; i++) {
|
||||||
|
var c = ca[i];
|
||||||
|
while (c.charAt(0) == ' ') c = c.substring(1, c.length);
|
||||||
|
if (c.indexOf(nameEQ) == 0) return c.substring(nameEQ.length, c.length);
|
||||||
|
}
|
||||||
|
return null;
|
||||||
|
}
|
||||||
|
function eraseCookie(name) {
|
||||||
|
createCookie(name, "", -1);
|
||||||
|
}
|
||||||
|
|
||||||
|
if (readCookie('cookie-notice-dismissed') == 'wantCookies') {
|
||||||
|
|
||||||
|
//* Matomo Tag Manager *//
|
||||||
|
|
||||||
|
var _mtm = _mtm || [];
|
||||||
|
_mtm.push({'mtm.startTime': (new Date().getTime()), 'event': 'mtm.Start'});
|
||||||
|
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
|
||||||
|
g.type='text/javascript'; g.async=true; g.defer=true; g.src='https://cdn.matomo.cloud/terminalnetwork.matomo.cloud/container_aJ0T3vZ5.js'; s.parentNode.insertBefore(g,s);
|
||||||
|
|
||||||
|
//* End Matomo Tag Manager *//
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
} else {
|
||||||
|
document.getElementById('cookie-notice').style.display = 'flex';
|
||||||
|
|
||||||
|
var _paq = window._paq || [];
|
||||||
|
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */
|
||||||
|
_paq.push(["setDocumentTitle", document.domain + "/" + document.title]);
|
||||||
|
_paq.push(["disableCookies"]);
|
||||||
|
_paq.push(['trackPageView']);
|
||||||
|
_paq.push(['enableLinkTracking']);
|
||||||
|
(function() {
|
||||||
|
var u="https://terminalnetwork.matomo.cloud/";
|
||||||
|
_paq.push(['setTrackerUrl', u+'matomo.php']);
|
||||||
|
_paq.push(['setSiteId', '14']);
|
||||||
|
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
|
||||||
|
g.type='text/javascript'; g.async=true; g.defer=true; g.src='//cdn.matomo.cloud/terminalnetwork.matomo.cloud/matomo.js'; s.parentNode.insertBefore(g,s);
|
||||||
|
})();
|
||||||
|
|
||||||
|
|
||||||
|
}
|
||||||
|
if (readCookie('cookie-notice-dismissed') == 'dontWantCookies') {
|
||||||
|
document.getElementById('cookie-notice').style.display = 'none';
|
||||||
|
|
||||||
|
var _paq = window._paq || [];
|
||||||
|
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */
|
||||||
|
_paq.push(["setDocumentTitle", document.domain + "/" + document.title]);
|
||||||
|
_paq.push(["disableCookies"]);
|
||||||
|
_paq.push(['trackPageView']);
|
||||||
|
_paq.push(['enableLinkTracking']);
|
||||||
|
(function() {
|
||||||
|
var u="https://terminalnetwork.matomo.cloud/";
|
||||||
|
_paq.push(['setTrackerUrl', u+'matomo.php']);
|
||||||
|
_paq.push(['setSiteId', '14']);
|
||||||
|
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
|
||||||
|
g.type='text/javascript'; g.async=true; g.defer=true; g.src='//cdn.matomo.cloud/terminalnetwork.matomo.cloud/matomo.js'; s.parentNode.insertBefore(g,s);
|
||||||
|
})();
|
||||||
|
|
||||||
|
}
|
||||||
|
document.getElementById('cookie-notice-accept').addEventListener("click", function () {
|
||||||
|
createCookie('cookie-notice-dismissed', 'wantCookies', 31);
|
||||||
|
document.getElementById('cookie-notice').style.display = 'none';
|
||||||
|
_paq.push(['trackEvent', 'Consent', 'wantCookie']);
|
||||||
|
location.reload();
|
||||||
|
});
|
||||||
|
|
||||||
|
document.getElementById('cookie-notice-decline').addEventListener("click", function () {
|
||||||
|
createCookie('cookie-notice-dismissed', 'dontWantCookies', 31);
|
||||||
|
document.getElementById('cookie-notice').style.display = 'none';
|
||||||
|
_paq.push(['trackEvent', 'Consent', 'dontWantCookie']);
|
||||||
|
location.reload();
|
||||||
|
});
|
||||||
|
|
||||||
|
// document.getElementById('cookie-notice-gimme').addEventListener("click", function () {
|
||||||
|
// createCookie('cookie-notice-dismissed', 'wantCookies', 31);
|
||||||
|
// document.getElementById('cookie-notice').style.display = 'none';
|
||||||
|
// location.reload();
|
||||||
|
// });
|
||||||
|
|
||||||
|
|
||||||
|
</script>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
404
albums/morning-moods/5-roller/index.html
Normal file
404
albums/morning-moods/5-roller/index.html
Normal file
|
|
@ -0,0 +1,404 @@
|
||||||
|
<!DOCTYPE html>
|
||||||
|
<!--
|
||||||
|
Based on _Story_ by html5up.net | @ajlkn
|
||||||
|
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
|
||||||
|
Remixed and Jekyllified by Setto
|
||||||
|
-->
|
||||||
|
<html lang="en">
|
||||||
|
<head>
|
||||||
|
<!-- Begin Jekyll SEO tag v2.6.1 -->
|
||||||
|
<meta name="generator" content="Jekyll v4.0.0" />
|
||||||
|
<meta property="og:title" content="5 Roller" />
|
||||||
|
<meta name="author" content="pax:nion" />
|
||||||
|
<meta property="og:locale" content="en" />
|
||||||
|
<meta name="description" content="PHI, Panix Heavy Industries" />
|
||||||
|
<meta property="og:description" content="PHI, Panix Heavy Industries" />
|
||||||
|
<link rel="canonical" href="https://panix.basspistol.com/albums/morning-moods/5-roller/" />
|
||||||
|
<meta property="og:url" content="https://panix.basspistol.com/albums/morning-moods/5-roller/" />
|
||||||
|
<meta property="og:site_name" content="pax:nion" />
|
||||||
|
<meta property="og:type" content="article" />
|
||||||
|
<meta property="article:published_time" content="2020-07-05T18:07:03+00:00" />
|
||||||
|
<script type="application/ld+json">
|
||||||
|
{"description":"PHI, Panix Heavy Industries","@type":"AudioObject","headline":"5 Roller","dateModified":"2020-07-05T18:07:00+00:00","datePublished":"2020-07-05T18:07:03+00:00","url":"https://panix.basspistol.com/albums/morning-moods/5-roller/","author":{"@type":"Person","name":"pax:nion"},"publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://panix.basspistol.com/assets/img/setto_icon.png"},"name":"pax:nion"},"@context":"https://schema.org"}</script>
|
||||||
|
<!-- End Jekyll SEO tag -->
|
||||||
|
|
||||||
|
<link type="application/atom+xml" rel="alternate" href="https://panix.basspistol.com/feed.xml" title="" />
|
||||||
|
<!-- BEGIN seo.html -->
|
||||||
|
|
||||||
|
<title>Play Roller by Panix Hilton</title>
|
||||||
|
<meta name="title" content="Play Roller by Panix Hilton" />
|
||||||
|
|
||||||
|
<meta name="dc.date.modified" scheme="ISO8601" content="2020-07-05T18:07:00+00:00" />
|
||||||
|
<meta name="robots" content="index" />
|
||||||
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||||
|
<link rel="canonical" href="https://panix.basspistol.com/albums/morning-moods/5-roller/" />
|
||||||
|
<link rel="alternate" hreflang="x-default" href="https://panix.basspistol.com/albums/morning-moods/5-roller/" />
|
||||||
|
<meta name="geo.region" content="BJ-ZO" />
|
||||||
|
<meta name="geo.placename" content="Setto" />
|
||||||
|
<meta name="geo.position" content="7.48777;2.076389" />
|
||||||
|
<meta name="ICBM" content="7.48777, 2.076389" />
|
||||||
|
|
||||||
|
<!-- Dublin Core basic info -->
|
||||||
|
|
||||||
|
<meta name="dcterms.Identifier" content="https://panix.basspistol.com" />
|
||||||
|
<meta name="dcterms.Format" content="text/html" />
|
||||||
|
<meta name="dcterms.Relation" content="pax:nion" />
|
||||||
|
<meta name="dcterms.Publisher" content="pax:nion" />
|
||||||
|
<meta name="dcterms.Type" content="text/html" />
|
||||||
|
<meta name="dcterms.Coverage" content="https://panix.basspistol.com/" />
|
||||||
|
<meta name="dcterms.Rights" content="Copyright ©2020 pax:nion." />
|
||||||
|
|
||||||
|
<meta name="dcterms.Subject" content="Listen and to a track by Panix Hilton from the release Morning Moods and support your remote artist!" />
|
||||||
|
<meta name="dcterms.Title" content="Roller - Panix Hilton | pax:nion" />
|
||||||
|
|
||||||
|
<meta name="dcterms.Contributor" content="pax:nion" />
|
||||||
|
<meta name="dcterms.Date" content="2020-07-05" />
|
||||||
|
<meta name="dcterms.Description" content="" />
|
||||||
|
|
||||||
|
<!-- Twitter Card -->
|
||||||
|
|
||||||
|
<meta name="twitter:card" content="summary" />
|
||||||
|
<meta name="twitter:site" content="@" />
|
||||||
|
<meta name="twitter:title" content="5 Roller | pax:nion" />
|
||||||
|
<meta name="twitter:description" content="PHI, Panix Heavy Industries" />
|
||||||
|
|
||||||
|
<meta name="twitter:image" content="https://panix.basspistol.com/assets/albums/morning-moods/5-roller.jpeg" />
|
||||||
|
|
||||||
|
<!-- END seo.html -->
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<meta charset="utf-8" />
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=yes" />
|
||||||
|
<link rel="stylesheet" href="../../../assets/css/main20200519.css" />
|
||||||
|
|
||||||
|
<link rel="apple-touch-icon" href="https://panix.basspistol.com/apple-touch-icon.png" />
|
||||||
|
<link rel="icon" type="image/png" href="https://panix.basspistol.com/touch-icon.png" sizes="192x192" />
|
||||||
|
<link rel="shortcut icon" href="https://panix.basspistol.com/assets/img/setto_icon.png" type="image/png" />
|
||||||
|
<noscript><link rel="stylesheet" href="../../../assets/css/noscript20200518-rev1.css" /></noscript>
|
||||||
|
</head>
|
||||||
|
|
||||||
|
<body class="is-preload" id="body">
|
||||||
|
<span id="top" style="display: none;"></span>
|
||||||
|
<!-- Wrapper -->
|
||||||
|
<div id="wrapper" class="divided" data-cms-content-wrapper="/_layouts/default.html">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<!-- Banner -->
|
||||||
|
<section
|
||||||
|
class="banner onload-image-fade-in onload-content-fade-right style3 fullscreen content-align-center image-position-center" style="background-image:url('https://media.basspistol.com/panix/morning-moods/5-roller.jpeg');background-size: cover; background-repeat: no-repeat;">
|
||||||
|
<div style="z-index:0;position:absolute; top:0; left:0; width:100%;height:100%;background-color: rgba(13, 13 ,13, 0.85);"></div>
|
||||||
|
<div class="content" style="z-index:1">
|
||||||
|
<h1 style="margin-top:80px">Roller</h1>
|
||||||
|
|
||||||
|
<p><strong><span id="tracktime"></span></strong><span id="roller"></span></strong> <br />
|
||||||
|
Style: <strong>Electronic</strong>
|
||||||
|
</p>
|
||||||
|
<script type="text/javascript">
|
||||||
|
var rollertimestamp = 95;
|
||||||
|
var rollerhours = Math.floor(rollertimestamp / 60 / 60);
|
||||||
|
var rollerminutes = Math.floor(rollertimestamp / 60) - (rollerhours * 60);
|
||||||
|
var rollerseconds = rollertimestamp % 60;
|
||||||
|
var rollerformatted = rollerhours.toString().padStart(2, '0') + ':' + rollerminutes.toString().padStart(2, '0') + ':' + rollerseconds.toString().padStart(2, '0');
|
||||||
|
var theSpan = document.getElementById("roller");
|
||||||
|
theSpan.innerHTML = rollerformatted;
|
||||||
|
</script>
|
||||||
|
|
||||||
|
|
||||||
|
<ul class="actions stacked">
|
||||||
|
<li><button id="mu_pause" class="smooth-scroll-middle button icon solid fa-play">Play dat!</button></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="image">
|
||||||
|
<img src="https://media.basspistol.com/panix/morning-moods/5-roller.jpeg" alt="5 Roller logo" id="coverart" />
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
|
||||||
|
|
||||||
|
<!-- Page navigation -->
|
||||||
|
<section class="wrapper style1 align-center">
|
||||||
|
<div class="inner">
|
||||||
|
<div class="index align-left">
|
||||||
|
<!-- Author -->
|
||||||
|
<section class="streambox" style="margin-top:40px;padding: 40px;">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<h3 style="text-align: center;display: block;">This track can't be bought</h3>
|
||||||
|
<p>But other tracks are available here:</p>
|
||||||
|
|
||||||
|
|
||||||
|
<div class="streamer">
|
||||||
|
|
||||||
|
|
||||||
|
<a onclick="_paq.push(['trackEvent', 'StoreLink', 'Bandcamp']);" target="_blank" rel="noopener" href="https://panixheavyindustries.bandcamp.com" alt="Stream from Bandcamp" title="Stream from Bandcamp" class="button icon brands fa-bandcamp">Bandcamp</a>
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</section>
|
||||||
|
<section>
|
||||||
|
<!-- Content -->
|
||||||
|
<div class="content">
|
||||||
|
<!-- post Naviation -->
|
||||||
|
<div style="text-align: center;">
|
||||||
|
<h3>Play more songs grom this release</h3>
|
||||||
|
</div>
|
||||||
|
<div class="post-nav">
|
||||||
|
<div>
|
||||||
|
|
||||||
|
<h4><a href="../../../albums/morning-moods/4-humorn-p-topp/" alt="Read Humorn På Topp" title="Read Humorn På Topp"><i class="fas fa-arrow-left"></i></a> <a
|
||||||
|
href="../../../albums/morning-moods/4-humorn-p-topp/"> Humorn På Topp</a>
|
||||||
|
</h4>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
<div class="post-nav-next">
|
||||||
|
|
||||||
|
<h4><a href="../../../albums/morning-moods/6-nejuschfy/"> Nejuschfy</a> <a
|
||||||
|
href="../../../albums/morning-moods/6-nejuschfy/" alt="Read Nejuschfy" title="Read Nejuschfy"><i class="fas fa-arrow-right"></i></a></h4>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<!-- End Post Navigation -->
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
<!-- Audio player-->
|
||||||
|
<audio autoplay preload="true" data-matomo-title="Roller">
|
||||||
|
<source src="https://media.basspistol.com/panix/morning-moods/5-roller.mp3" type="audio/mpeg" ontimeupdate='updateTrackTime(this);' />
|
||||||
|
<h1>Your browser isn't ready for so much hotness. Use the download-link instead.</h1>.
|
||||||
|
</audio>
|
||||||
|
<!-- Footer -->
|
||||||
|
<footer id="footer" class="wrapper style1 align-center">
|
||||||
|
<div class="footflex">
|
||||||
|
<div>
|
||||||
|
<h4>pax:nion</h4>
|
||||||
|
<p>PHI, Panix Heavy Industries
|
||||||
|
<br /><a href="mailto:"></a></p>
|
||||||
|
</div>
|
||||||
|
<div>
|
||||||
|
<ul>
|
||||||
|
<li><a href="#top" class="smooth-scroll-middle">Back to top</a></li>
|
||||||
|
<li><a href="/#album0" class="smooth-scroll-middle">music</a></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<div><img src="/assets/panix-logo-dark.svg" style="max-width:300px" alt="pax:nion Logo" /></div>
|
||||||
|
</div>
|
||||||
|
<div class="inner">
|
||||||
|
<ul class="icons">
|
||||||
|
|
||||||
|
<!-- <li><a href="mailto:" class="icon style2 fa-envelope"><span class="label">Email</span></a></li> -->
|
||||||
|
</ul>
|
||||||
|
<p>©2020 Basspistol | <a href="../../../webcreds/">Credits</a> | <a href="../../../cookies/">Cookies & Privacy</a></p>
|
||||||
|
</div>
|
||||||
|
</footer>
|
||||||
|
|
||||||
|
|
||||||
|
<script type="text/javascript">
|
||||||
|
function loadUrl(newLocation) {
|
||||||
|
window.location = newLocation;
|
||||||
|
return false;
|
||||||
|
}
|
||||||
|
|
||||||
|
var mu = document.getElementsByTagName("audio")[0];
|
||||||
|
var pauseButton = document.getElementById("mu_pause");
|
||||||
|
var spincover = document.getElementById("coverart");
|
||||||
|
|
||||||
|
mu.addEventListener('ended', function () {
|
||||||
|
// only functional if "loop" is removed
|
||||||
|
mu.pause();
|
||||||
|
mu.currentTime = 0;
|
||||||
|
loadUrl("../../../morning-moods/6-nejuschfy/"); return false;
|
||||||
|
});
|
||||||
|
mu.onplaying = function() {
|
||||||
|
pauseButton.innerHTML = "Pause";
|
||||||
|
pauseButton.classList.remove("fa-play");
|
||||||
|
pauseButton.classList.add("fa-pause");
|
||||||
|
spincover.classList.add("spinnit");
|
||||||
|
spincover.classList.remove("paused");
|
||||||
|
};
|
||||||
|
|
||||||
|
pauseButton.addEventListener("click", function () {
|
||||||
|
if (mu.paused) {
|
||||||
|
mu.play();
|
||||||
|
|
||||||
|
}
|
||||||
|
else {
|
||||||
|
mu.pause();
|
||||||
|
pauseButton.innerHTML = "Resume";
|
||||||
|
pauseButton.classList.add("fa-play");
|
||||||
|
pauseButton.classList.remove("fa-pause");
|
||||||
|
spincover.classList.add("paused");
|
||||||
|
}
|
||||||
|
});
|
||||||
|
|
||||||
|
mu.addEventListener('timeupdate', function () {
|
||||||
|
var timestamp = Math.floor(mu.currentTime);
|
||||||
|
var hours = Math.floor(timestamp / 60 / 60);
|
||||||
|
var minutes = Math.floor(timestamp / 60) - (hours * 60);
|
||||||
|
var seconds = timestamp % 60;
|
||||||
|
var formatted = hours.toString().padStart(2, '0') + ':' + minutes.toString().padStart(2, '0') + ':' + seconds.toString().padStart(2, '0');
|
||||||
|
var thecurrentSpan = document.getElementById("tracktime");
|
||||||
|
thecurrentSpan.innerHTML = formatted + ' / ';
|
||||||
|
});
|
||||||
|
|
||||||
|
</script>
|
||||||
|
</div>
|
||||||
|
<!-- Navigation -->
|
||||||
|
<div id="logo" class="logo">
|
||||||
|
<a href="/" class="smooth-scroll-middle"><img width="200em" src="/assets/panix-logo.svg" alt=" Logo" /></a>
|
||||||
|
<a href="#navbar" onclick="blurBody()" alt="Navigation Menu" title="Navigation Menu"><span style="font-size: 34px;" class="icon solid fa-bars"></span></a>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div id="navbar" style="display: block;" class="modalDialog">
|
||||||
|
<a href="#close" onclick="removeBlur()" alt="Close Menu" title="Close Menu"><div id="closearea"> </div></a>
|
||||||
|
<nav>
|
||||||
|
<a href="#close" title="Close" onclick="removeBlur()" class="close-button close" style="margin: 0 auto;">X</a>
|
||||||
|
<ul>
|
||||||
|
|
||||||
|
|
||||||
|
<li><a href="../../../" class="button small">Home</a></li>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<li><a href="../../../releases/" class="button small">Releases</a></li>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<li><a href="../../../logs/" class="button small">Web-Log</a></li>
|
||||||
|
|
||||||
|
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
</nav>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
<!-- End Navigation -->
|
||||||
|
<!-- Scripts -->
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<script src="../../../assets/js/jquery.min.js"></script>
|
||||||
|
<script src="../../../assets/js/jquery.scrollex.min.js"></script>
|
||||||
|
<script src="../../../assets/js/jquery.scrolly.min.js"></script>
|
||||||
|
<script src="../../../assets/js/browser.min.js"></script>
|
||||||
|
<script src="../../../assets/js/breakpoints.min.js"></script>
|
||||||
|
<script src="../../../assets/js/util.js"></script>
|
||||||
|
<script src="../../../assets/js/main.js"></script>
|
||||||
|
<script src="../../../assets/js/set.js"></script>
|
||||||
|
|
||||||
|
|
||||||
|
<div id="cookie-notice">
|
||||||
|
<p>We only use cookies if you consent to it. They don't contain any identifiable info: they just let us know if you enjoyed this enough to come back. <br />Click <a href="#" id="cookie-notice-decline">here</a> if you want this shit to go away without cookies. <br />Read more about how Basspistol <a href="/cookies/">use cookies</a> </p>
|
||||||
|
<a class="button small yes" href="#" id="cookie-notice-accept">I'm in!</a>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<script>
|
||||||
|
function createCookie(name, value, days) {
|
||||||
|
var expires = "";
|
||||||
|
if (days) {
|
||||||
|
var date = new Date();
|
||||||
|
date.setTime(date.getTime() + (days * 24 * 60 * 60 * 1000));
|
||||||
|
expires = "; expires=" + date.toUTCString();
|
||||||
|
}
|
||||||
|
document.cookie = name + "=" + value + expires + "; path=/";
|
||||||
|
}
|
||||||
|
function readCookie(name) {
|
||||||
|
var nameEQ = name + "=";
|
||||||
|
var ca = document.cookie.split(';');
|
||||||
|
for (var i = 0; i < ca.length; i++) {
|
||||||
|
var c = ca[i];
|
||||||
|
while (c.charAt(0) == ' ') c = c.substring(1, c.length);
|
||||||
|
if (c.indexOf(nameEQ) == 0) return c.substring(nameEQ.length, c.length);
|
||||||
|
}
|
||||||
|
return null;
|
||||||
|
}
|
||||||
|
function eraseCookie(name) {
|
||||||
|
createCookie(name, "", -1);
|
||||||
|
}
|
||||||
|
|
||||||
|
if (readCookie('cookie-notice-dismissed') == 'wantCookies') {
|
||||||
|
|
||||||
|
//* Matomo Tag Manager *//
|
||||||
|
|
||||||
|
var _mtm = _mtm || [];
|
||||||
|
_mtm.push({'mtm.startTime': (new Date().getTime()), 'event': 'mtm.Start'});
|
||||||
|
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
|
||||||
|
g.type='text/javascript'; g.async=true; g.defer=true; g.src='https://cdn.matomo.cloud/terminalnetwork.matomo.cloud/container_aJ0T3vZ5.js'; s.parentNode.insertBefore(g,s);
|
||||||
|
|
||||||
|
//* End Matomo Tag Manager *//
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
} else {
|
||||||
|
document.getElementById('cookie-notice').style.display = 'flex';
|
||||||
|
|
||||||
|
var _paq = window._paq || [];
|
||||||
|
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */
|
||||||
|
_paq.push(["setDocumentTitle", document.domain + "/" + document.title]);
|
||||||
|
_paq.push(["disableCookies"]);
|
||||||
|
_paq.push(['trackPageView']);
|
||||||
|
_paq.push(['enableLinkTracking']);
|
||||||
|
(function() {
|
||||||
|
var u="https://terminalnetwork.matomo.cloud/";
|
||||||
|
_paq.push(['setTrackerUrl', u+'matomo.php']);
|
||||||
|
_paq.push(['setSiteId', '14']);
|
||||||
|
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
|
||||||
|
g.type='text/javascript'; g.async=true; g.defer=true; g.src='//cdn.matomo.cloud/terminalnetwork.matomo.cloud/matomo.js'; s.parentNode.insertBefore(g,s);
|
||||||
|
})();
|
||||||
|
|
||||||
|
|
||||||
|
}
|
||||||
|
if (readCookie('cookie-notice-dismissed') == 'dontWantCookies') {
|
||||||
|
document.getElementById('cookie-notice').style.display = 'none';
|
||||||
|
|
||||||
|
var _paq = window._paq || [];
|
||||||
|
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */
|
||||||
|
_paq.push(["setDocumentTitle", document.domain + "/" + document.title]);
|
||||||
|
_paq.push(["disableCookies"]);
|
||||||
|
_paq.push(['trackPageView']);
|
||||||
|
_paq.push(['enableLinkTracking']);
|
||||||
|
(function() {
|
||||||
|
var u="https://terminalnetwork.matomo.cloud/";
|
||||||
|
_paq.push(['setTrackerUrl', u+'matomo.php']);
|
||||||
|
_paq.push(['setSiteId', '14']);
|
||||||
|
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
|
||||||
|
g.type='text/javascript'; g.async=true; g.defer=true; g.src='//cdn.matomo.cloud/terminalnetwork.matomo.cloud/matomo.js'; s.parentNode.insertBefore(g,s);
|
||||||
|
})();
|
||||||
|
|
||||||
|
}
|
||||||
|
document.getElementById('cookie-notice-accept').addEventListener("click", function () {
|
||||||
|
createCookie('cookie-notice-dismissed', 'wantCookies', 31);
|
||||||
|
document.getElementById('cookie-notice').style.display = 'none';
|
||||||
|
_paq.push(['trackEvent', 'Consent', 'wantCookie']);
|
||||||
|
location.reload();
|
||||||
|
});
|
||||||
|
|
||||||
|
document.getElementById('cookie-notice-decline').addEventListener("click", function () {
|
||||||
|
createCookie('cookie-notice-dismissed', 'dontWantCookies', 31);
|
||||||
|
document.getElementById('cookie-notice').style.display = 'none';
|
||||||
|
_paq.push(['trackEvent', 'Consent', 'dontWantCookie']);
|
||||||
|
location.reload();
|
||||||
|
});
|
||||||
|
|
||||||
|
// document.getElementById('cookie-notice-gimme').addEventListener("click", function () {
|
||||||
|
// createCookie('cookie-notice-dismissed', 'wantCookies', 31);
|
||||||
|
// document.getElementById('cookie-notice').style.display = 'none';
|
||||||
|
// location.reload();
|
||||||
|
// });
|
||||||
|
|
||||||
|
|
||||||
|
</script>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
404
albums/morning-moods/6-nejuschfy/index.html
Normal file
404
albums/morning-moods/6-nejuschfy/index.html
Normal file
|
|
@ -0,0 +1,404 @@
|
||||||
|
<!DOCTYPE html>
|
||||||
|
<!--
|
||||||
|
Based on _Story_ by html5up.net | @ajlkn
|
||||||
|
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
|
||||||
|
Remixed and Jekyllified by Setto
|
||||||
|
-->
|
||||||
|
<html lang="en">
|
||||||
|
<head>
|
||||||
|
<!-- Begin Jekyll SEO tag v2.6.1 -->
|
||||||
|
<meta name="generator" content="Jekyll v4.0.0" />
|
||||||
|
<meta property="og:title" content="6 Nejuschfy" />
|
||||||
|
<meta name="author" content="pax:nion" />
|
||||||
|
<meta property="og:locale" content="en" />
|
||||||
|
<meta name="description" content="PHI, Panix Heavy Industries" />
|
||||||
|
<meta property="og:description" content="PHI, Panix Heavy Industries" />
|
||||||
|
<link rel="canonical" href="https://panix.basspistol.com/albums/morning-moods/6-nejuschfy/" />
|
||||||
|
<meta property="og:url" content="https://panix.basspistol.com/albums/morning-moods/6-nejuschfy/" />
|
||||||
|
<meta property="og:site_name" content="pax:nion" />
|
||||||
|
<meta property="og:type" content="article" />
|
||||||
|
<meta property="article:published_time" content="2020-07-05T18:07:03+00:00" />
|
||||||
|
<script type="application/ld+json">
|
||||||
|
{"description":"PHI, Panix Heavy Industries","@type":"AudioObject","headline":"6 Nejuschfy","dateModified":"2020-07-05T18:07:00+00:00","datePublished":"2020-07-05T18:07:03+00:00","url":"https://panix.basspistol.com/albums/morning-moods/6-nejuschfy/","author":{"@type":"Person","name":"pax:nion"},"publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://panix.basspistol.com/assets/img/setto_icon.png"},"name":"pax:nion"},"@context":"https://schema.org"}</script>
|
||||||
|
<!-- End Jekyll SEO tag -->
|
||||||
|
|
||||||
|
<link type="application/atom+xml" rel="alternate" href="https://panix.basspistol.com/feed.xml" title="" />
|
||||||
|
<!-- BEGIN seo.html -->
|
||||||
|
|
||||||
|
<title>Play Nejuschfy by Panix Hilton</title>
|
||||||
|
<meta name="title" content="Play Nejuschfy by Panix Hilton" />
|
||||||
|
|
||||||
|
<meta name="dc.date.modified" scheme="ISO8601" content="2020-07-05T18:07:00+00:00" />
|
||||||
|
<meta name="robots" content="index" />
|
||||||
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||||
|
<link rel="canonical" href="https://panix.basspistol.com/albums/morning-moods/6-nejuschfy/" />
|
||||||
|
<link rel="alternate" hreflang="x-default" href="https://panix.basspistol.com/albums/morning-moods/6-nejuschfy/" />
|
||||||
|
<meta name="geo.region" content="BJ-ZO" />
|
||||||
|
<meta name="geo.placename" content="Setto" />
|
||||||
|
<meta name="geo.position" content="7.48777;2.076389" />
|
||||||
|
<meta name="ICBM" content="7.48777, 2.076389" />
|
||||||
|
|
||||||
|
<!-- Dublin Core basic info -->
|
||||||
|
|
||||||
|
<meta name="dcterms.Identifier" content="https://panix.basspistol.com" />
|
||||||
|
<meta name="dcterms.Format" content="text/html" />
|
||||||
|
<meta name="dcterms.Relation" content="pax:nion" />
|
||||||
|
<meta name="dcterms.Publisher" content="pax:nion" />
|
||||||
|
<meta name="dcterms.Type" content="text/html" />
|
||||||
|
<meta name="dcterms.Coverage" content="https://panix.basspistol.com/" />
|
||||||
|
<meta name="dcterms.Rights" content="Copyright ©2020 pax:nion." />
|
||||||
|
|
||||||
|
<meta name="dcterms.Subject" content="Listen and to a track by Panix Hilton from the release Morning Moods and support your remote artist!" />
|
||||||
|
<meta name="dcterms.Title" content="Nejuschfy - Panix Hilton | pax:nion" />
|
||||||
|
|
||||||
|
<meta name="dcterms.Contributor" content="pax:nion" />
|
||||||
|
<meta name="dcterms.Date" content="2020-07-05" />
|
||||||
|
<meta name="dcterms.Description" content="" />
|
||||||
|
|
||||||
|
<!-- Twitter Card -->
|
||||||
|
|
||||||
|
<meta name="twitter:card" content="summary" />
|
||||||
|
<meta name="twitter:site" content="@" />
|
||||||
|
<meta name="twitter:title" content="6 Nejuschfy | pax:nion" />
|
||||||
|
<meta name="twitter:description" content="PHI, Panix Heavy Industries" />
|
||||||
|
|
||||||
|
<meta name="twitter:image" content="https://panix.basspistol.com/assets/albums/morning-moods/6-nejuschfy.jpeg" />
|
||||||
|
|
||||||
|
<!-- END seo.html -->
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<meta charset="utf-8" />
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=yes" />
|
||||||
|
<link rel="stylesheet" href="../../../assets/css/main20200519.css" />
|
||||||
|
|
||||||
|
<link rel="apple-touch-icon" href="https://panix.basspistol.com/apple-touch-icon.png" />
|
||||||
|
<link rel="icon" type="image/png" href="https://panix.basspistol.com/touch-icon.png" sizes="192x192" />
|
||||||
|
<link rel="shortcut icon" href="https://panix.basspistol.com/assets/img/setto_icon.png" type="image/png" />
|
||||||
|
<noscript><link rel="stylesheet" href="../../../assets/css/noscript20200518-rev1.css" /></noscript>
|
||||||
|
</head>
|
||||||
|
|
||||||
|
<body class="is-preload" id="body">
|
||||||
|
<span id="top" style="display: none;"></span>
|
||||||
|
<!-- Wrapper -->
|
||||||
|
<div id="wrapper" class="divided" data-cms-content-wrapper="/_layouts/default.html">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<!-- Banner -->
|
||||||
|
<section
|
||||||
|
class="banner onload-image-fade-in onload-content-fade-right style3 fullscreen content-align-center image-position-center" style="background-image:url('https://media.basspistol.com/panix/morning-moods/6-nejuschfy.jpeg');background-size: cover; background-repeat: no-repeat;">
|
||||||
|
<div style="z-index:0;position:absolute; top:0; left:0; width:100%;height:100%;background-color: rgba(13, 13 ,13, 0.85);"></div>
|
||||||
|
<div class="content" style="z-index:1">
|
||||||
|
<h1 style="margin-top:80px">Nejuschfy</h1>
|
||||||
|
|
||||||
|
<p><strong><span id="tracktime"></span></strong><span id="nejuschfy"></span></strong> <br />
|
||||||
|
Style: <strong>Electronic</strong>
|
||||||
|
</p>
|
||||||
|
<script type="text/javascript">
|
||||||
|
var nejuschfytimestamp = 190;
|
||||||
|
var nejuschfyhours = Math.floor(nejuschfytimestamp / 60 / 60);
|
||||||
|
var nejuschfyminutes = Math.floor(nejuschfytimestamp / 60) - (nejuschfyhours * 60);
|
||||||
|
var nejuschfyseconds = nejuschfytimestamp % 60;
|
||||||
|
var nejuschfyformatted = nejuschfyhours.toString().padStart(2, '0') + ':' + nejuschfyminutes.toString().padStart(2, '0') + ':' + nejuschfyseconds.toString().padStart(2, '0');
|
||||||
|
var theSpan = document.getElementById("nejuschfy");
|
||||||
|
theSpan.innerHTML = nejuschfyformatted;
|
||||||
|
</script>
|
||||||
|
|
||||||
|
|
||||||
|
<ul class="actions stacked">
|
||||||
|
<li><button id="mu_pause" class="smooth-scroll-middle button icon solid fa-play">Play dat!</button></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="image">
|
||||||
|
<img src="https://media.basspistol.com/panix/morning-moods/6-nejuschfy.jpeg" alt="6 Nejuschfy logo" id="coverart" />
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
|
||||||
|
|
||||||
|
<!-- Page navigation -->
|
||||||
|
<section class="wrapper style1 align-center">
|
||||||
|
<div class="inner">
|
||||||
|
<div class="index align-left">
|
||||||
|
<!-- Author -->
|
||||||
|
<section class="streambox" style="margin-top:40px;padding: 40px;">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<h3 style="text-align: center;display: block;">This track can't be bought</h3>
|
||||||
|
<p>But other tracks are available here:</p>
|
||||||
|
|
||||||
|
|
||||||
|
<div class="streamer">
|
||||||
|
|
||||||
|
|
||||||
|
<a onclick="_paq.push(['trackEvent', 'StoreLink', 'Bandcamp']);" target="_blank" rel="noopener" href="https://panixheavyindustries.bandcamp.com" alt="Stream from Bandcamp" title="Stream from Bandcamp" class="button icon brands fa-bandcamp">Bandcamp</a>
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</section>
|
||||||
|
<section>
|
||||||
|
<!-- Content -->
|
||||||
|
<div class="content">
|
||||||
|
<!-- post Naviation -->
|
||||||
|
<div style="text-align: center;">
|
||||||
|
<h3>Play more songs grom this release</h3>
|
||||||
|
</div>
|
||||||
|
<div class="post-nav">
|
||||||
|
<div>
|
||||||
|
|
||||||
|
<h4><a href="../../../albums/morning-moods/5-roller/" alt="Read Roller" title="Read Roller"><i class="fas fa-arrow-left"></i></a> <a
|
||||||
|
href="../../../albums/morning-moods/5-roller/"> Roller</a>
|
||||||
|
</h4>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
<div class="post-nav-next">
|
||||||
|
|
||||||
|
<h4><a href="../../../albums/morning-moods/7-redemption/"> Redemption</a> <a
|
||||||
|
href="../../../albums/morning-moods/7-redemption/" alt="Read Redemption" title="Read Redemption"><i class="fas fa-arrow-right"></i></a></h4>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<!-- End Post Navigation -->
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
<!-- Audio player-->
|
||||||
|
<audio autoplay preload="true" data-matomo-title="Nejuschfy">
|
||||||
|
<source src="https://media.basspistol.com/panix/morning-moods/6-nejuschfy.mp3" type="audio/mpeg" ontimeupdate='updateTrackTime(this);' />
|
||||||
|
<h1>Your browser isn't ready for so much hotness. Use the download-link instead.</h1>.
|
||||||
|
</audio>
|
||||||
|
<!-- Footer -->
|
||||||
|
<footer id="footer" class="wrapper style1 align-center">
|
||||||
|
<div class="footflex">
|
||||||
|
<div>
|
||||||
|
<h4>pax:nion</h4>
|
||||||
|
<p>PHI, Panix Heavy Industries
|
||||||
|
<br /><a href="mailto:"></a></p>
|
||||||
|
</div>
|
||||||
|
<div>
|
||||||
|
<ul>
|
||||||
|
<li><a href="#top" class="smooth-scroll-middle">Back to top</a></li>
|
||||||
|
<li><a href="/#album0" class="smooth-scroll-middle">music</a></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<div><img src="/assets/panix-logo-dark.svg" style="max-width:300px" alt="pax:nion Logo" /></div>
|
||||||
|
</div>
|
||||||
|
<div class="inner">
|
||||||
|
<ul class="icons">
|
||||||
|
|
||||||
|
<!-- <li><a href="mailto:" class="icon style2 fa-envelope"><span class="label">Email</span></a></li> -->
|
||||||
|
</ul>
|
||||||
|
<p>©2020 Basspistol | <a href="../../../webcreds/">Credits</a> | <a href="../../../cookies/">Cookies & Privacy</a></p>
|
||||||
|
</div>
|
||||||
|
</footer>
|
||||||
|
|
||||||
|
|
||||||
|
<script type="text/javascript">
|
||||||
|
function loadUrl(newLocation) {
|
||||||
|
window.location = newLocation;
|
||||||
|
return false;
|
||||||
|
}
|
||||||
|
|
||||||
|
var mu = document.getElementsByTagName("audio")[0];
|
||||||
|
var pauseButton = document.getElementById("mu_pause");
|
||||||
|
var spincover = document.getElementById("coverart");
|
||||||
|
|
||||||
|
mu.addEventListener('ended', function () {
|
||||||
|
// only functional if "loop" is removed
|
||||||
|
mu.pause();
|
||||||
|
mu.currentTime = 0;
|
||||||
|
loadUrl("../../../morning-moods/7-redemption/"); return false;
|
||||||
|
});
|
||||||
|
mu.onplaying = function() {
|
||||||
|
pauseButton.innerHTML = "Pause";
|
||||||
|
pauseButton.classList.remove("fa-play");
|
||||||
|
pauseButton.classList.add("fa-pause");
|
||||||
|
spincover.classList.add("spinnit");
|
||||||
|
spincover.classList.remove("paused");
|
||||||
|
};
|
||||||
|
|
||||||
|
pauseButton.addEventListener("click", function () {
|
||||||
|
if (mu.paused) {
|
||||||
|
mu.play();
|
||||||
|
|
||||||
|
}
|
||||||
|
else {
|
||||||
|
mu.pause();
|
||||||
|
pauseButton.innerHTML = "Resume";
|
||||||
|
pauseButton.classList.add("fa-play");
|
||||||
|
pauseButton.classList.remove("fa-pause");
|
||||||
|
spincover.classList.add("paused");
|
||||||
|
}
|
||||||
|
});
|
||||||
|
|
||||||
|
mu.addEventListener('timeupdate', function () {
|
||||||
|
var timestamp = Math.floor(mu.currentTime);
|
||||||
|
var hours = Math.floor(timestamp / 60 / 60);
|
||||||
|
var minutes = Math.floor(timestamp / 60) - (hours * 60);
|
||||||
|
var seconds = timestamp % 60;
|
||||||
|
var formatted = hours.toString().padStart(2, '0') + ':' + minutes.toString().padStart(2, '0') + ':' + seconds.toString().padStart(2, '0');
|
||||||
|
var thecurrentSpan = document.getElementById("tracktime");
|
||||||
|
thecurrentSpan.innerHTML = formatted + ' / ';
|
||||||
|
});
|
||||||
|
|
||||||
|
</script>
|
||||||
|
</div>
|
||||||
|
<!-- Navigation -->
|
||||||
|
<div id="logo" class="logo">
|
||||||
|
<a href="/" class="smooth-scroll-middle"><img width="200em" src="/assets/panix-logo.svg" alt=" Logo" /></a>
|
||||||
|
<a href="#navbar" onclick="blurBody()" alt="Navigation Menu" title="Navigation Menu"><span style="font-size: 34px;" class="icon solid fa-bars"></span></a>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div id="navbar" style="display: block;" class="modalDialog">
|
||||||
|
<a href="#close" onclick="removeBlur()" alt="Close Menu" title="Close Menu"><div id="closearea"> </div></a>
|
||||||
|
<nav>
|
||||||
|
<a href="#close" title="Close" onclick="removeBlur()" class="close-button close" style="margin: 0 auto;">X</a>
|
||||||
|
<ul>
|
||||||
|
|
||||||
|
|
||||||
|
<li><a href="../../../" class="button small">Home</a></li>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<li><a href="../../../releases/" class="button small">Releases</a></li>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<li><a href="../../../logs/" class="button small">Web-Log</a></li>
|
||||||
|
|
||||||
|
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
</nav>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
<!-- End Navigation -->
|
||||||
|
<!-- Scripts -->
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<script src="../../../assets/js/jquery.min.js"></script>
|
||||||
|
<script src="../../../assets/js/jquery.scrollex.min.js"></script>
|
||||||
|
<script src="../../../assets/js/jquery.scrolly.min.js"></script>
|
||||||
|
<script src="../../../assets/js/browser.min.js"></script>
|
||||||
|
<script src="../../../assets/js/breakpoints.min.js"></script>
|
||||||
|
<script src="../../../assets/js/util.js"></script>
|
||||||
|
<script src="../../../assets/js/main.js"></script>
|
||||||
|
<script src="../../../assets/js/set.js"></script>
|
||||||
|
|
||||||
|
|
||||||
|
<div id="cookie-notice">
|
||||||
|
<p>We only use cookies if you consent to it. They don't contain any identifiable info: they just let us know if you enjoyed this enough to come back. <br />Click <a href="#" id="cookie-notice-decline">here</a> if you want this shit to go away without cookies. <br />Read more about how Basspistol <a href="/cookies/">use cookies</a> </p>
|
||||||
|
<a class="button small yes" href="#" id="cookie-notice-accept">I'm in!</a>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<script>
|
||||||
|
function createCookie(name, value, days) {
|
||||||
|
var expires = "";
|
||||||
|
if (days) {
|
||||||
|
var date = new Date();
|
||||||
|
date.setTime(date.getTime() + (days * 24 * 60 * 60 * 1000));
|
||||||
|
expires = "; expires=" + date.toUTCString();
|
||||||
|
}
|
||||||
|
document.cookie = name + "=" + value + expires + "; path=/";
|
||||||
|
}
|
||||||
|
function readCookie(name) {
|
||||||
|
var nameEQ = name + "=";
|
||||||
|
var ca = document.cookie.split(';');
|
||||||
|
for (var i = 0; i < ca.length; i++) {
|
||||||
|
var c = ca[i];
|
||||||
|
while (c.charAt(0) == ' ') c = c.substring(1, c.length);
|
||||||
|
if (c.indexOf(nameEQ) == 0) return c.substring(nameEQ.length, c.length);
|
||||||
|
}
|
||||||
|
return null;
|
||||||
|
}
|
||||||
|
function eraseCookie(name) {
|
||||||
|
createCookie(name, "", -1);
|
||||||
|
}
|
||||||
|
|
||||||
|
if (readCookie('cookie-notice-dismissed') == 'wantCookies') {
|
||||||
|
|
||||||
|
//* Matomo Tag Manager *//
|
||||||
|
|
||||||
|
var _mtm = _mtm || [];
|
||||||
|
_mtm.push({'mtm.startTime': (new Date().getTime()), 'event': 'mtm.Start'});
|
||||||
|
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
|
||||||
|
g.type='text/javascript'; g.async=true; g.defer=true; g.src='https://cdn.matomo.cloud/terminalnetwork.matomo.cloud/container_aJ0T3vZ5.js'; s.parentNode.insertBefore(g,s);
|
||||||
|
|
||||||
|
//* End Matomo Tag Manager *//
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
} else {
|
||||||
|
document.getElementById('cookie-notice').style.display = 'flex';
|
||||||
|
|
||||||
|
var _paq = window._paq || [];
|
||||||
|
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */
|
||||||
|
_paq.push(["setDocumentTitle", document.domain + "/" + document.title]);
|
||||||
|
_paq.push(["disableCookies"]);
|
||||||
|
_paq.push(['trackPageView']);
|
||||||
|
_paq.push(['enableLinkTracking']);
|
||||||
|
(function() {
|
||||||
|
var u="https://terminalnetwork.matomo.cloud/";
|
||||||
|
_paq.push(['setTrackerUrl', u+'matomo.php']);
|
||||||
|
_paq.push(['setSiteId', '14']);
|
||||||
|
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
|
||||||
|
g.type='text/javascript'; g.async=true; g.defer=true; g.src='//cdn.matomo.cloud/terminalnetwork.matomo.cloud/matomo.js'; s.parentNode.insertBefore(g,s);
|
||||||
|
})();
|
||||||
|
|
||||||
|
|
||||||
|
}
|
||||||
|
if (readCookie('cookie-notice-dismissed') == 'dontWantCookies') {
|
||||||
|
document.getElementById('cookie-notice').style.display = 'none';
|
||||||
|
|
||||||
|
var _paq = window._paq || [];
|
||||||
|
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */
|
||||||
|
_paq.push(["setDocumentTitle", document.domain + "/" + document.title]);
|
||||||
|
_paq.push(["disableCookies"]);
|
||||||
|
_paq.push(['trackPageView']);
|
||||||
|
_paq.push(['enableLinkTracking']);
|
||||||
|
(function() {
|
||||||
|
var u="https://terminalnetwork.matomo.cloud/";
|
||||||
|
_paq.push(['setTrackerUrl', u+'matomo.php']);
|
||||||
|
_paq.push(['setSiteId', '14']);
|
||||||
|
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
|
||||||
|
g.type='text/javascript'; g.async=true; g.defer=true; g.src='//cdn.matomo.cloud/terminalnetwork.matomo.cloud/matomo.js'; s.parentNode.insertBefore(g,s);
|
||||||
|
})();
|
||||||
|
|
||||||
|
}
|
||||||
|
document.getElementById('cookie-notice-accept').addEventListener("click", function () {
|
||||||
|
createCookie('cookie-notice-dismissed', 'wantCookies', 31);
|
||||||
|
document.getElementById('cookie-notice').style.display = 'none';
|
||||||
|
_paq.push(['trackEvent', 'Consent', 'wantCookie']);
|
||||||
|
location.reload();
|
||||||
|
});
|
||||||
|
|
||||||
|
document.getElementById('cookie-notice-decline').addEventListener("click", function () {
|
||||||
|
createCookie('cookie-notice-dismissed', 'dontWantCookies', 31);
|
||||||
|
document.getElementById('cookie-notice').style.display = 'none';
|
||||||
|
_paq.push(['trackEvent', 'Consent', 'dontWantCookie']);
|
||||||
|
location.reload();
|
||||||
|
});
|
||||||
|
|
||||||
|
// document.getElementById('cookie-notice-gimme').addEventListener("click", function () {
|
||||||
|
// createCookie('cookie-notice-dismissed', 'wantCookies', 31);
|
||||||
|
// document.getElementById('cookie-notice').style.display = 'none';
|
||||||
|
// location.reload();
|
||||||
|
// });
|
||||||
|
|
||||||
|
|
||||||
|
</script>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
404
albums/morning-moods/7-redemption/index.html
Normal file
404
albums/morning-moods/7-redemption/index.html
Normal file
|
|
@ -0,0 +1,404 @@
|
||||||
|
<!DOCTYPE html>
|
||||||
|
<!--
|
||||||
|
Based on _Story_ by html5up.net | @ajlkn
|
||||||
|
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
|
||||||
|
Remixed and Jekyllified by Setto
|
||||||
|
-->
|
||||||
|
<html lang="en">
|
||||||
|
<head>
|
||||||
|
<!-- Begin Jekyll SEO tag v2.6.1 -->
|
||||||
|
<meta name="generator" content="Jekyll v4.0.0" />
|
||||||
|
<meta property="og:title" content="7 Redemption" />
|
||||||
|
<meta name="author" content="pax:nion" />
|
||||||
|
<meta property="og:locale" content="en" />
|
||||||
|
<meta name="description" content="PHI, Panix Heavy Industries" />
|
||||||
|
<meta property="og:description" content="PHI, Panix Heavy Industries" />
|
||||||
|
<link rel="canonical" href="https://panix.basspistol.com/albums/morning-moods/7-redemption/" />
|
||||||
|
<meta property="og:url" content="https://panix.basspistol.com/albums/morning-moods/7-redemption/" />
|
||||||
|
<meta property="og:site_name" content="pax:nion" />
|
||||||
|
<meta property="og:type" content="article" />
|
||||||
|
<meta property="article:published_time" content="2020-07-05T18:07:03+00:00" />
|
||||||
|
<script type="application/ld+json">
|
||||||
|
{"description":"PHI, Panix Heavy Industries","@type":"AudioObject","headline":"7 Redemption","dateModified":"2020-07-05T18:07:00+00:00","datePublished":"2020-07-05T18:07:03+00:00","url":"https://panix.basspistol.com/albums/morning-moods/7-redemption/","author":{"@type":"Person","name":"pax:nion"},"publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://panix.basspistol.com/assets/img/setto_icon.png"},"name":"pax:nion"},"@context":"https://schema.org"}</script>
|
||||||
|
<!-- End Jekyll SEO tag -->
|
||||||
|
|
||||||
|
<link type="application/atom+xml" rel="alternate" href="https://panix.basspistol.com/feed.xml" title="" />
|
||||||
|
<!-- BEGIN seo.html -->
|
||||||
|
|
||||||
|
<title>Play Redemption by Panix Hilton</title>
|
||||||
|
<meta name="title" content="Play Redemption by Panix Hilton" />
|
||||||
|
|
||||||
|
<meta name="dc.date.modified" scheme="ISO8601" content="2020-07-05T18:07:00+00:00" />
|
||||||
|
<meta name="robots" content="index" />
|
||||||
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||||
|
<link rel="canonical" href="https://panix.basspistol.com/albums/morning-moods/7-redemption/" />
|
||||||
|
<link rel="alternate" hreflang="x-default" href="https://panix.basspistol.com/albums/morning-moods/7-redemption/" />
|
||||||
|
<meta name="geo.region" content="BJ-ZO" />
|
||||||
|
<meta name="geo.placename" content="Setto" />
|
||||||
|
<meta name="geo.position" content="7.48777;2.076389" />
|
||||||
|
<meta name="ICBM" content="7.48777, 2.076389" />
|
||||||
|
|
||||||
|
<!-- Dublin Core basic info -->
|
||||||
|
|
||||||
|
<meta name="dcterms.Identifier" content="https://panix.basspistol.com" />
|
||||||
|
<meta name="dcterms.Format" content="text/html" />
|
||||||
|
<meta name="dcterms.Relation" content="pax:nion" />
|
||||||
|
<meta name="dcterms.Publisher" content="pax:nion" />
|
||||||
|
<meta name="dcterms.Type" content="text/html" />
|
||||||
|
<meta name="dcterms.Coverage" content="https://panix.basspistol.com/" />
|
||||||
|
<meta name="dcterms.Rights" content="Copyright ©2020 pax:nion." />
|
||||||
|
|
||||||
|
<meta name="dcterms.Subject" content="Listen and to a track by Panix Hilton from the release Morning Moods and support your remote artist!" />
|
||||||
|
<meta name="dcterms.Title" content="Redemption - Panix Hilton | pax:nion" />
|
||||||
|
|
||||||
|
<meta name="dcterms.Contributor" content="pax:nion" />
|
||||||
|
<meta name="dcterms.Date" content="2020-07-05" />
|
||||||
|
<meta name="dcterms.Description" content="" />
|
||||||
|
|
||||||
|
<!-- Twitter Card -->
|
||||||
|
|
||||||
|
<meta name="twitter:card" content="summary" />
|
||||||
|
<meta name="twitter:site" content="@" />
|
||||||
|
<meta name="twitter:title" content="7 Redemption | pax:nion" />
|
||||||
|
<meta name="twitter:description" content="PHI, Panix Heavy Industries" />
|
||||||
|
|
||||||
|
<meta name="twitter:image" content="https://panix.basspistol.com/assets/albums/morning-moods/7-redemption.jpeg" />
|
||||||
|
|
||||||
|
<!-- END seo.html -->
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<meta charset="utf-8" />
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=yes" />
|
||||||
|
<link rel="stylesheet" href="../../../assets/css/main20200519.css" />
|
||||||
|
|
||||||
|
<link rel="apple-touch-icon" href="https://panix.basspistol.com/apple-touch-icon.png" />
|
||||||
|
<link rel="icon" type="image/png" href="https://panix.basspistol.com/touch-icon.png" sizes="192x192" />
|
||||||
|
<link rel="shortcut icon" href="https://panix.basspistol.com/assets/img/setto_icon.png" type="image/png" />
|
||||||
|
<noscript><link rel="stylesheet" href="../../../assets/css/noscript20200518-rev1.css" /></noscript>
|
||||||
|
</head>
|
||||||
|
|
||||||
|
<body class="is-preload" id="body">
|
||||||
|
<span id="top" style="display: none;"></span>
|
||||||
|
<!-- Wrapper -->
|
||||||
|
<div id="wrapper" class="divided" data-cms-content-wrapper="/_layouts/default.html">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<!-- Banner -->
|
||||||
|
<section
|
||||||
|
class="banner onload-image-fade-in onload-content-fade-right style3 fullscreen content-align-center image-position-center" style="background-image:url('https://media.basspistol.com/panix/morning-moods/7-redemption.jpeg');background-size: cover; background-repeat: no-repeat;">
|
||||||
|
<div style="z-index:0;position:absolute; top:0; left:0; width:100%;height:100%;background-color: rgba(13, 13 ,13, 0.85);"></div>
|
||||||
|
<div class="content" style="z-index:1">
|
||||||
|
<h1 style="margin-top:80px">Redemption</h1>
|
||||||
|
|
||||||
|
<p><strong><span id="tracktime"></span></strong><span id="redemption"></span></strong> <br />
|
||||||
|
Style: <strong>Electronic</strong>
|
||||||
|
</p>
|
||||||
|
<script type="text/javascript">
|
||||||
|
var redemptiontimestamp = 129;
|
||||||
|
var redemptionhours = Math.floor(redemptiontimestamp / 60 / 60);
|
||||||
|
var redemptionminutes = Math.floor(redemptiontimestamp / 60) - (redemptionhours * 60);
|
||||||
|
var redemptionseconds = redemptiontimestamp % 60;
|
||||||
|
var redemptionformatted = redemptionhours.toString().padStart(2, '0') + ':' + redemptionminutes.toString().padStart(2, '0') + ':' + redemptionseconds.toString().padStart(2, '0');
|
||||||
|
var theSpan = document.getElementById("redemption");
|
||||||
|
theSpan.innerHTML = redemptionformatted;
|
||||||
|
</script>
|
||||||
|
|
||||||
|
|
||||||
|
<ul class="actions stacked">
|
||||||
|
<li><button id="mu_pause" class="smooth-scroll-middle button icon solid fa-play">Play dat!</button></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="image">
|
||||||
|
<img src="https://media.basspistol.com/panix/morning-moods/7-redemption.jpeg" alt="7 Redemption logo" id="coverart" />
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
|
||||||
|
|
||||||
|
<!-- Page navigation -->
|
||||||
|
<section class="wrapper style1 align-center">
|
||||||
|
<div class="inner">
|
||||||
|
<div class="index align-left">
|
||||||
|
<!-- Author -->
|
||||||
|
<section class="streambox" style="margin-top:40px;padding: 40px;">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<h3 style="text-align: center;display: block;">This track can't be bought</h3>
|
||||||
|
<p>But other tracks are available here:</p>
|
||||||
|
|
||||||
|
|
||||||
|
<div class="streamer">
|
||||||
|
|
||||||
|
|
||||||
|
<a onclick="_paq.push(['trackEvent', 'StoreLink', 'Bandcamp']);" target="_blank" rel="noopener" href="https://panixheavyindustries.bandcamp.com" alt="Stream from Bandcamp" title="Stream from Bandcamp" class="button icon brands fa-bandcamp">Bandcamp</a>
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</section>
|
||||||
|
<section>
|
||||||
|
<!-- Content -->
|
||||||
|
<div class="content">
|
||||||
|
<!-- post Naviation -->
|
||||||
|
<div style="text-align: center;">
|
||||||
|
<h3>Play more songs grom this release</h3>
|
||||||
|
</div>
|
||||||
|
<div class="post-nav">
|
||||||
|
<div>
|
||||||
|
|
||||||
|
<h4><a href="../../../albums/morning-moods/6-nejuschfy/" alt="Read Nejuschfy" title="Read Nejuschfy"><i class="fas fa-arrow-left"></i></a> <a
|
||||||
|
href="../../../albums/morning-moods/6-nejuschfy/"> Nejuschfy</a>
|
||||||
|
</h4>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
<div class="post-nav-next">
|
||||||
|
|
||||||
|
<h4><a href="../../../albums/morning-moods/1-inhale/"> Inhale</a> <a
|
||||||
|
href="../../../albums/morning-moods/1-inhale/" alt="Read Inhale" title="Read Inhale"><i class="fas fa-arrow-right"></i></a></h4>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<!-- End Post Navigation -->
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
<!-- Audio player-->
|
||||||
|
<audio autoplay preload="true" data-matomo-title="Redemption">
|
||||||
|
<source src="https://media.basspistol.com/panix/morning-moods/7-redemption.mp3" type="audio/mpeg" ontimeupdate='updateTrackTime(this);' />
|
||||||
|
<h1>Your browser isn't ready for so much hotness. Use the download-link instead.</h1>.
|
||||||
|
</audio>
|
||||||
|
<!-- Footer -->
|
||||||
|
<footer id="footer" class="wrapper style1 align-center">
|
||||||
|
<div class="footflex">
|
||||||
|
<div>
|
||||||
|
<h4>pax:nion</h4>
|
||||||
|
<p>PHI, Panix Heavy Industries
|
||||||
|
<br /><a href="mailto:"></a></p>
|
||||||
|
</div>
|
||||||
|
<div>
|
||||||
|
<ul>
|
||||||
|
<li><a href="#top" class="smooth-scroll-middle">Back to top</a></li>
|
||||||
|
<li><a href="/#album0" class="smooth-scroll-middle">music</a></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<div><img src="/assets/panix-logo-dark.svg" style="max-width:300px" alt="pax:nion Logo" /></div>
|
||||||
|
</div>
|
||||||
|
<div class="inner">
|
||||||
|
<ul class="icons">
|
||||||
|
|
||||||
|
<!-- <li><a href="mailto:" class="icon style2 fa-envelope"><span class="label">Email</span></a></li> -->
|
||||||
|
</ul>
|
||||||
|
<p>©2020 Basspistol | <a href="../../../webcreds/">Credits</a> | <a href="../../../cookies/">Cookies & Privacy</a></p>
|
||||||
|
</div>
|
||||||
|
</footer>
|
||||||
|
|
||||||
|
|
||||||
|
<script type="text/javascript">
|
||||||
|
function loadUrl(newLocation) {
|
||||||
|
window.location = newLocation;
|
||||||
|
return false;
|
||||||
|
}
|
||||||
|
|
||||||
|
var mu = document.getElementsByTagName("audio")[0];
|
||||||
|
var pauseButton = document.getElementById("mu_pause");
|
||||||
|
var spincover = document.getElementById("coverart");
|
||||||
|
|
||||||
|
mu.addEventListener('ended', function () {
|
||||||
|
// only functional if "loop" is removed
|
||||||
|
mu.pause();
|
||||||
|
mu.currentTime = 0;
|
||||||
|
loadUrl("../../../morning-moods/1-inhale/"); return false;
|
||||||
|
});
|
||||||
|
mu.onplaying = function() {
|
||||||
|
pauseButton.innerHTML = "Pause";
|
||||||
|
pauseButton.classList.remove("fa-play");
|
||||||
|
pauseButton.classList.add("fa-pause");
|
||||||
|
spincover.classList.add("spinnit");
|
||||||
|
spincover.classList.remove("paused");
|
||||||
|
};
|
||||||
|
|
||||||
|
pauseButton.addEventListener("click", function () {
|
||||||
|
if (mu.paused) {
|
||||||
|
mu.play();
|
||||||
|
|
||||||
|
}
|
||||||
|
else {
|
||||||
|
mu.pause();
|
||||||
|
pauseButton.innerHTML = "Resume";
|
||||||
|
pauseButton.classList.add("fa-play");
|
||||||
|
pauseButton.classList.remove("fa-pause");
|
||||||
|
spincover.classList.add("paused");
|
||||||
|
}
|
||||||
|
});
|
||||||
|
|
||||||
|
mu.addEventListener('timeupdate', function () {
|
||||||
|
var timestamp = Math.floor(mu.currentTime);
|
||||||
|
var hours = Math.floor(timestamp / 60 / 60);
|
||||||
|
var minutes = Math.floor(timestamp / 60) - (hours * 60);
|
||||||
|
var seconds = timestamp % 60;
|
||||||
|
var formatted = hours.toString().padStart(2, '0') + ':' + minutes.toString().padStart(2, '0') + ':' + seconds.toString().padStart(2, '0');
|
||||||
|
var thecurrentSpan = document.getElementById("tracktime");
|
||||||
|
thecurrentSpan.innerHTML = formatted + ' / ';
|
||||||
|
});
|
||||||
|
|
||||||
|
</script>
|
||||||
|
</div>
|
||||||
|
<!-- Navigation -->
|
||||||
|
<div id="logo" class="logo">
|
||||||
|
<a href="/" class="smooth-scroll-middle"><img width="200em" src="/assets/panix-logo.svg" alt=" Logo" /></a>
|
||||||
|
<a href="#navbar" onclick="blurBody()" alt="Navigation Menu" title="Navigation Menu"><span style="font-size: 34px;" class="icon solid fa-bars"></span></a>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div id="navbar" style="display: block;" class="modalDialog">
|
||||||
|
<a href="#close" onclick="removeBlur()" alt="Close Menu" title="Close Menu"><div id="closearea"> </div></a>
|
||||||
|
<nav>
|
||||||
|
<a href="#close" title="Close" onclick="removeBlur()" class="close-button close" style="margin: 0 auto;">X</a>
|
||||||
|
<ul>
|
||||||
|
|
||||||
|
|
||||||
|
<li><a href="../../../" class="button small">Home</a></li>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<li><a href="../../../releases/" class="button small">Releases</a></li>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<li><a href="../../../logs/" class="button small">Web-Log</a></li>
|
||||||
|
|
||||||
|
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
</nav>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
<!-- End Navigation -->
|
||||||
|
<!-- Scripts -->
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<script src="../../../assets/js/jquery.min.js"></script>
|
||||||
|
<script src="../../../assets/js/jquery.scrollex.min.js"></script>
|
||||||
|
<script src="../../../assets/js/jquery.scrolly.min.js"></script>
|
||||||
|
<script src="../../../assets/js/browser.min.js"></script>
|
||||||
|
<script src="../../../assets/js/breakpoints.min.js"></script>
|
||||||
|
<script src="../../../assets/js/util.js"></script>
|
||||||
|
<script src="../../../assets/js/main.js"></script>
|
||||||
|
<script src="../../../assets/js/set.js"></script>
|
||||||
|
|
||||||
|
|
||||||
|
<div id="cookie-notice">
|
||||||
|
<p>We only use cookies if you consent to it. They don't contain any identifiable info: they just let us know if you enjoyed this enough to come back. <br />Click <a href="#" id="cookie-notice-decline">here</a> if you want this shit to go away without cookies. <br />Read more about how Basspistol <a href="/cookies/">use cookies</a> </p>
|
||||||
|
<a class="button small yes" href="#" id="cookie-notice-accept">I'm in!</a>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<script>
|
||||||
|
function createCookie(name, value, days) {
|
||||||
|
var expires = "";
|
||||||
|
if (days) {
|
||||||
|
var date = new Date();
|
||||||
|
date.setTime(date.getTime() + (days * 24 * 60 * 60 * 1000));
|
||||||
|
expires = "; expires=" + date.toUTCString();
|
||||||
|
}
|
||||||
|
document.cookie = name + "=" + value + expires + "; path=/";
|
||||||
|
}
|
||||||
|
function readCookie(name) {
|
||||||
|
var nameEQ = name + "=";
|
||||||
|
var ca = document.cookie.split(';');
|
||||||
|
for (var i = 0; i < ca.length; i++) {
|
||||||
|
var c = ca[i];
|
||||||
|
while (c.charAt(0) == ' ') c = c.substring(1, c.length);
|
||||||
|
if (c.indexOf(nameEQ) == 0) return c.substring(nameEQ.length, c.length);
|
||||||
|
}
|
||||||
|
return null;
|
||||||
|
}
|
||||||
|
function eraseCookie(name) {
|
||||||
|
createCookie(name, "", -1);
|
||||||
|
}
|
||||||
|
|
||||||
|
if (readCookie('cookie-notice-dismissed') == 'wantCookies') {
|
||||||
|
|
||||||
|
//* Matomo Tag Manager *//
|
||||||
|
|
||||||
|
var _mtm = _mtm || [];
|
||||||
|
_mtm.push({'mtm.startTime': (new Date().getTime()), 'event': 'mtm.Start'});
|
||||||
|
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
|
||||||
|
g.type='text/javascript'; g.async=true; g.defer=true; g.src='https://cdn.matomo.cloud/terminalnetwork.matomo.cloud/container_aJ0T3vZ5.js'; s.parentNode.insertBefore(g,s);
|
||||||
|
|
||||||
|
//* End Matomo Tag Manager *//
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
} else {
|
||||||
|
document.getElementById('cookie-notice').style.display = 'flex';
|
||||||
|
|
||||||
|
var _paq = window._paq || [];
|
||||||
|
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */
|
||||||
|
_paq.push(["setDocumentTitle", document.domain + "/" + document.title]);
|
||||||
|
_paq.push(["disableCookies"]);
|
||||||
|
_paq.push(['trackPageView']);
|
||||||
|
_paq.push(['enableLinkTracking']);
|
||||||
|
(function() {
|
||||||
|
var u="https://terminalnetwork.matomo.cloud/";
|
||||||
|
_paq.push(['setTrackerUrl', u+'matomo.php']);
|
||||||
|
_paq.push(['setSiteId', '14']);
|
||||||
|
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
|
||||||
|
g.type='text/javascript'; g.async=true; g.defer=true; g.src='//cdn.matomo.cloud/terminalnetwork.matomo.cloud/matomo.js'; s.parentNode.insertBefore(g,s);
|
||||||
|
})();
|
||||||
|
|
||||||
|
|
||||||
|
}
|
||||||
|
if (readCookie('cookie-notice-dismissed') == 'dontWantCookies') {
|
||||||
|
document.getElementById('cookie-notice').style.display = 'none';
|
||||||
|
|
||||||
|
var _paq = window._paq || [];
|
||||||
|
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */
|
||||||
|
_paq.push(["setDocumentTitle", document.domain + "/" + document.title]);
|
||||||
|
_paq.push(["disableCookies"]);
|
||||||
|
_paq.push(['trackPageView']);
|
||||||
|
_paq.push(['enableLinkTracking']);
|
||||||
|
(function() {
|
||||||
|
var u="https://terminalnetwork.matomo.cloud/";
|
||||||
|
_paq.push(['setTrackerUrl', u+'matomo.php']);
|
||||||
|
_paq.push(['setSiteId', '14']);
|
||||||
|
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
|
||||||
|
g.type='text/javascript'; g.async=true; g.defer=true; g.src='//cdn.matomo.cloud/terminalnetwork.matomo.cloud/matomo.js'; s.parentNode.insertBefore(g,s);
|
||||||
|
})();
|
||||||
|
|
||||||
|
}
|
||||||
|
document.getElementById('cookie-notice-accept').addEventListener("click", function () {
|
||||||
|
createCookie('cookie-notice-dismissed', 'wantCookies', 31);
|
||||||
|
document.getElementById('cookie-notice').style.display = 'none';
|
||||||
|
_paq.push(['trackEvent', 'Consent', 'wantCookie']);
|
||||||
|
location.reload();
|
||||||
|
});
|
||||||
|
|
||||||
|
document.getElementById('cookie-notice-decline').addEventListener("click", function () {
|
||||||
|
createCookie('cookie-notice-dismissed', 'dontWantCookies', 31);
|
||||||
|
document.getElementById('cookie-notice').style.display = 'none';
|
||||||
|
_paq.push(['trackEvent', 'Consent', 'dontWantCookie']);
|
||||||
|
location.reload();
|
||||||
|
});
|
||||||
|
|
||||||
|
// document.getElementById('cookie-notice-gimme').addEventListener("click", function () {
|
||||||
|
// createCookie('cookie-notice-dismissed', 'wantCookies', 31);
|
||||||
|
// document.getElementById('cookie-notice').style.display = 'none';
|
||||||
|
// location.reload();
|
||||||
|
// });
|
||||||
|
|
||||||
|
|
||||||
|
</script>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
795
albums/morning-moods/index.html
Normal file
795
albums/morning-moods/index.html
Normal file
|
|
@ -0,0 +1,795 @@
|
||||||
|
<!DOCTYPE html>
|
||||||
|
<!--
|
||||||
|
Based on _Story_ by html5up.net | @ajlkn
|
||||||
|
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
|
||||||
|
Remixed and Jekyllified by Setto
|
||||||
|
-->
|
||||||
|
<html lang="en">
|
||||||
|
<head>
|
||||||
|
<!-- Begin Jekyll SEO tag v2.6.1 -->
|
||||||
|
<meta name="generator" content="Jekyll v4.0.0" />
|
||||||
|
<meta property="og:title" content="Morning Moods" />
|
||||||
|
<meta name="author" content="pax:nion" />
|
||||||
|
<meta property="og:locale" content="en" />
|
||||||
|
<meta name="description" content="PHI, Panix Heavy Industries" />
|
||||||
|
<meta property="og:description" content="PHI, Panix Heavy Industries" />
|
||||||
|
<link rel="canonical" href="https://panix.basspistol.com/albums/morning-moods/" />
|
||||||
|
<meta property="og:url" content="https://panix.basspistol.com/albums/morning-moods/" />
|
||||||
|
<meta property="og:site_name" content="pax:nion" />
|
||||||
|
<meta property="og:type" content="article" />
|
||||||
|
<meta property="article:published_time" content="2012-01-01T00:00:00+00:00" />
|
||||||
|
<script type="application/ld+json">
|
||||||
|
{"description":"PHI, Panix Heavy Industries","@type":"BlogPosting","headline":"Morning Moods","dateModified":"2020-07-05T18:07:00+00:00","datePublished":"2012-01-01T00:00:00+00:00","mainEntityOfPage":{"@type":"WebPage","@id":"https://panix.basspistol.com/albums/morning-moods/"},"url":"https://panix.basspistol.com/albums/morning-moods/","author":{"@type":"Person","name":"pax:nion"},"publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://panix.basspistol.com/assets/img/setto_icon.png"},"name":"pax:nion"},"@context":"https://schema.org"}</script>
|
||||||
|
<!-- End Jekyll SEO tag -->
|
||||||
|
|
||||||
|
<link type="application/atom+xml" rel="alternate" href="https://panix.basspistol.com/feed.xml" title="" />
|
||||||
|
<!-- BEGIN seo.html -->
|
||||||
|
|
||||||
|
<title>Morning Moods | pax:nion</title>
|
||||||
|
<meta name="title" content="Morning Moods | pax:nion" />
|
||||||
|
|
||||||
|
<meta name="dc.date.modified" scheme="ISO8601" content="2020-07-05T18:07:00+00:00" />
|
||||||
|
<meta name="robots" content="index" />
|
||||||
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||||
|
<link rel="canonical" href="https://panix.basspistol.com/albums/morning-moods/" />
|
||||||
|
<link rel="alternate" hreflang="x-default" href="https://panix.basspistol.com/albums/morning-moods/" />
|
||||||
|
<meta name="geo.region" content="BJ-ZO" />
|
||||||
|
<meta name="geo.placename" content="Setto" />
|
||||||
|
<meta name="geo.position" content="7.48777;2.076389" />
|
||||||
|
<meta name="ICBM" content="7.48777, 2.076389" />
|
||||||
|
|
||||||
|
<!-- Dublin Core basic info -->
|
||||||
|
|
||||||
|
<meta name="dcterms.Identifier" content="https://panix.basspistol.com" />
|
||||||
|
<meta name="dcterms.Format" content="text/html" />
|
||||||
|
<meta name="dcterms.Relation" content="pax:nion" />
|
||||||
|
<meta name="dcterms.Publisher" content="pax:nion" />
|
||||||
|
<meta name="dcterms.Type" content="text/html" />
|
||||||
|
<meta name="dcterms.Coverage" content="https://panix.basspistol.com/" />
|
||||||
|
<meta name="dcterms.Rights" content="Copyright ©2020 pax:nion." />
|
||||||
|
|
||||||
|
<meta name="dcterms.Subject" content="PHI, Panix Heavy Industries" />
|
||||||
|
<meta name="dcterms.Title" content="Morning Moods | pax:nion" />
|
||||||
|
|
||||||
|
<meta name="dcterms.Contributor" content="pax:nion" />
|
||||||
|
<meta name="dcterms.Date" content="2012-01-01" />
|
||||||
|
<meta name="dcterms.Description" content="" />
|
||||||
|
|
||||||
|
<!-- Twitter Card -->
|
||||||
|
|
||||||
|
<meta name="twitter:card" content="summary" />
|
||||||
|
<meta name="twitter:site" content="@" />
|
||||||
|
<meta name="twitter:title" content="Morning Moods | pax:nion" />
|
||||||
|
<meta name="twitter:description" content="PHI, Panix Heavy Industries" />
|
||||||
|
|
||||||
|
<meta name="twitter:image" content="https://panix.basspistol.com" />
|
||||||
|
|
||||||
|
<!-- END seo.html -->
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<meta charset="utf-8" />
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=yes" />
|
||||||
|
<link rel="stylesheet" href="../../assets/css/main20200519.css" />
|
||||||
|
<link rel="apple-touch-icon" href="https://panix.basspistol.com/apple-touch-icon.png" />
|
||||||
|
<link rel="icon" type="image/png" href="https://panix.basspistol.com/touch-icon.png" sizes="192x192" />
|
||||||
|
<link rel="shortcut icon" href="https://panix.basspistol.com/assets/img/setto_icon.png" type="image/png" />
|
||||||
|
<noscript><link rel="stylesheet" href="../../assets/css/noscript20200518-rev1.css" /></noscript>
|
||||||
|
</head>
|
||||||
|
<body class="is-preload" id="body">
|
||||||
|
<span id="top" style="display: none;"></span>
|
||||||
|
<!-- Wrapper -->
|
||||||
|
<div id="wrapper" class="divided">
|
||||||
|
|
||||||
|
<!-- Banner -->
|
||||||
|
<section class="banner onload-image-fade-in onload-content-fade-right style2 fullscreen content-align-center image-position-center" style="height:100vh;background-color: rgba(13,13,13,0.85);">
|
||||||
|
<div class="content editable" data-cms-source="/_layouts/album.html" data-cms-index="0">
|
||||||
|
<h1 class="editable" data-cms-source="/_layouts/album.html" data-cms-index="1">Morning Moods</h1>
|
||||||
|
<p></p>
|
||||||
|
<ul class="actions stacked">
|
||||||
|
<li><a href="#moe" class="button small smooth-scroll-middle">cheggit!</a></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<div class="image">
|
||||||
|
<img src="https://media.basspistol.com/panix/morning-moods/1-inhale.jpeg" alt="Morning Moods" class="editable" data-cms-source="/_layouts/album.html" data-cms-index="2" />
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
<!-- Content -->
|
||||||
|
<section class="wrapper style1 align-center">
|
||||||
|
<div class="inner" style="padding-top: 40px;">
|
||||||
|
<div class="index align-left">
|
||||||
|
<!-- Author -->
|
||||||
|
<section style="padding-top:40px;" id="moe">
|
||||||
|
|
||||||
|
|
||||||
|
<header id="author">
|
||||||
|
<div class="bio">
|
||||||
|
|
||||||
|
|
||||||
|
<h6>
|
||||||
|
|
||||||
|
Share this page:
|
||||||
|
</h6>
|
||||||
|
<ul class="icons">
|
||||||
|
<li><a target="_blank" rel="nofollow noopener" title="Share to facebook" alt="Share to facebook" href="https://touch.facebook.com/sharer.php?u=https://panix.basspistol.com/albums/morning-moods/&quote=Morning Moods%20by%20pax:nion%20via%20https://panix.basspistol.com" class="icon brands style1 fa-facebook-f"><span class="label">Facebook</span></a></li>
|
||||||
|
<li><a target="_blank" rel="nofollow noopener" title="Share to twitter" alt="Share to twitter" href="https://twitter.com/share?url=https://panix.basspistol.com/albums/morning-moods/&text=Morning Moods%20by%20pax:nion%20&hashtags=paxNion" class="icon brands style1 fa-twitter"><span class="label">Twitter</span></a></li>
|
||||||
|
<li><a target="_blank" rel="nofollow noopener" title="Share to telegram" alt="Share to telgram" href="https://telegram.me/share/url?url=https://panix.basspistol.com/albums/morning-moods/&text=Morning Moods%20by%20pax:nion" class="icon brands style1 fa-telegram"><span class="label">Telegram</span></a></li>
|
||||||
|
<li><a target="_blank" rel="nofollow noopener" title="Share to reddit" alt="Share to reddit" href="https://reddit.com/submit/?url=https://panix.basspistol.com/albums/morning-moods/&title=Morning Moods%20by%20pax:nion" class="icon brands style1 fa-reddit"><span class="label">Reddit</span></a></li>
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</header>
|
||||||
|
<!-- Content -->
|
||||||
|
<div class="content">
|
||||||
|
|
||||||
|
|
||||||
|
<!-- HERE BEGINS MADNESS -->
|
||||||
|
|
||||||
|
|
||||||
|
<!-- Content -->
|
||||||
|
<div class="content">
|
||||||
|
<div id="mainwrap">
|
||||||
|
<div id="nowPlay">
|
||||||
|
<p class="right" id="npTitle" style="font-weight: bold;"></p>
|
||||||
|
<p class="left" id="npAction">Paused...</p>
|
||||||
|
</div>
|
||||||
|
<div id="audiowrap">
|
||||||
|
<div id="audio0">
|
||||||
|
<audio id="audio1" controls="controls">Your browser does not support HTML5
|
||||||
|
Audio!</audio>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div id="tracks">
|
||||||
|
<a id="btnPrev"><span class="icon solid fa-fast-backward"></span></a>
|
||||||
|
<a id="btnNext"><span class="icon solid fa-fast-forward"></span></a>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
<div id="plwrap">
|
||||||
|
<ul id="plList">
|
||||||
|
|
||||||
|
<li>
|
||||||
|
<div class="plItem">
|
||||||
|
<div class="plNum">1.</div>
|
||||||
|
<div class="plTitle">Inhale</div>
|
||||||
|
<div class="plLength">1:28</div>
|
||||||
|
</div>
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li>
|
||||||
|
<div class="plItem">
|
||||||
|
<div class="plNum">2.</div>
|
||||||
|
<div class="plTitle">Atom Leaves</div>
|
||||||
|
<div class="plLength">2:27</div>
|
||||||
|
</div>
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li>
|
||||||
|
<div class="plItem">
|
||||||
|
<div class="plNum">3.</div>
|
||||||
|
<div class="plTitle">Holy Mother Of Bread</div>
|
||||||
|
<div class="plLength">1:58</div>
|
||||||
|
</div>
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li>
|
||||||
|
<div class="plItem">
|
||||||
|
<div class="plNum">4.</div>
|
||||||
|
<div class="plTitle">Humorn På Topp</div>
|
||||||
|
<div class="plLength">1:52</div>
|
||||||
|
</div>
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li>
|
||||||
|
<div class="plItem">
|
||||||
|
<div class="plNum">5.</div>
|
||||||
|
<div class="plTitle">Roller</div>
|
||||||
|
<div class="plLength">1:35</div>
|
||||||
|
</div>
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li>
|
||||||
|
<div class="plItem">
|
||||||
|
<div class="plNum">6.</div>
|
||||||
|
<div class="plTitle">Nejuschfy</div>
|
||||||
|
<div class="plLength">3:10</div>
|
||||||
|
</div>
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li>
|
||||||
|
<div class="plItem">
|
||||||
|
<div class="plNum">7.</div>
|
||||||
|
<div class="plTitle">Redemption</div>
|
||||||
|
<div class="plLength">2:09</div>
|
||||||
|
</div>
|
||||||
|
</li>
|
||||||
|
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div id="noJSalbum">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<div class="plItem">
|
||||||
|
<div class="plNum">1.</div>
|
||||||
|
<div class="plTitle"><a href="https://media.basspistol.com/panix/morning-moods/1-inhale.mp3">Inhale </a></div>
|
||||||
|
<div class="plLength">1:28</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<div class="plItem">
|
||||||
|
<div class="plNum">2.</div>
|
||||||
|
<div class="plTitle"><a href="https://media.basspistol.com/panix/morning-moods/2-atom-leaves.mp3">Atom Leaves </a></div>
|
||||||
|
<div class="plLength">2:27</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<div class="plItem">
|
||||||
|
<div class="plNum">3.</div>
|
||||||
|
<div class="plTitle"><a href="https://media.basspistol.com/panix/morning-moods/3-holy-mother-of-bread.mp3">Holy Mother Of Bread </a></div>
|
||||||
|
<div class="plLength">1:58</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<div class="plItem">
|
||||||
|
<div class="plNum">4.</div>
|
||||||
|
<div class="plTitle"><a href="https://media.basspistol.com/panix/morning-moods/4-humorn-p-topp.mp3">Humorn På Topp </a></div>
|
||||||
|
<div class="plLength">1:52</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<div class="plItem">
|
||||||
|
<div class="plNum">5.</div>
|
||||||
|
<div class="plTitle"><a href="https://media.basspistol.com/panix/morning-moods/5-roller.mp3">Roller </a></div>
|
||||||
|
<div class="plLength">1:35</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<div class="plItem">
|
||||||
|
<div class="plNum">6.</div>
|
||||||
|
<div class="plTitle"><a href="https://media.basspistol.com/panix/morning-moods/6-nejuschfy.mp3">Nejuschfy </a></div>
|
||||||
|
<div class="plLength">3:10</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<div class="plItem">
|
||||||
|
<div class="plNum">7.</div>
|
||||||
|
<div class="plTitle"><a href="https://media.basspistol.com/panix/morning-moods/7-redemption.mp3">Redemption </a></div>
|
||||||
|
<div class="plLength">2:9</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="content" style="font-family: monospace;font-size: 16px;margin-top:60px;">
|
||||||
|
|
||||||
|
|
||||||
|
<p></p>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
|
||||||
|
|
||||||
|
<!-- HERE ENDS MADNESS -->
|
||||||
|
|
||||||
|
<section class="wrapper style1 align-center">
|
||||||
|
|
||||||
|
<div class="inner">
|
||||||
|
<h2>Track list</h2>
|
||||||
|
<p>Use thses pages to share one song in particulare</p>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</section>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<section class="spotlight style4 orient-right content-align-left image-position-center onscroll-image-fade-in" style="box-shadow: none;" >
|
||||||
|
<div class="content">
|
||||||
|
<h3>Inhale</h3>
|
||||||
|
<p>
|
||||||
|
1:28
|
||||||
|
<br /><strong>Electronic</strong>
|
||||||
|
<br />2012</p>
|
||||||
|
|
||||||
|
<ul class="actions stacked">
|
||||||
|
<li><a href="../../albums/morning-moods/1-inhale/" class="button">Track</a></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<div class="image">
|
||||||
|
<img src="https://media.basspistol.com/panix/morning-moods/1-inhale.jpeg" alt="Inhale" />
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<section class="spotlight style4 orient-left content-align-right image-position-center onscroll-image-fade-in" >
|
||||||
|
<div class="content">
|
||||||
|
<h3>Atom Leaves</h3>
|
||||||
|
<p>
|
||||||
|
2:27
|
||||||
|
<br /><strong>Electronic</strong>
|
||||||
|
<br />2012</p>
|
||||||
|
|
||||||
|
<ul class="actions stacked">
|
||||||
|
<li><a href="../../albums/morning-moods/2-atom-leaves/" class="button">Track</a></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<div class="image">
|
||||||
|
<img src="https://media.basspistol.com/panix/morning-moods/2-atom-leaves.jpeg" alt="Atom Leaves" />
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<section class="spotlight style4 orient-right content-align-left image-position-center onscroll-image-fade-in" >
|
||||||
|
<div class="content">
|
||||||
|
<h3>Holy Mother Of Bread</h3>
|
||||||
|
<p>
|
||||||
|
1:58
|
||||||
|
<br /><strong>Electronic</strong>
|
||||||
|
<br />2012</p>
|
||||||
|
|
||||||
|
<ul class="actions stacked">
|
||||||
|
<li><a href="../../albums/morning-moods/3-holy-mother-of-bread/" class="button">Track</a></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<div class="image">
|
||||||
|
<img src="https://media.basspistol.com/panix/morning-moods/3-holy-mother-of-bread.jpeg" alt="Holy Mother Of Bread" />
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<section class="spotlight style4 orient-left content-align-right image-position-center onscroll-image-fade-in" >
|
||||||
|
<div class="content">
|
||||||
|
<h3>Humorn På Topp</h3>
|
||||||
|
<p>
|
||||||
|
1:52
|
||||||
|
<br /><strong>Electronic</strong>
|
||||||
|
<br />2012</p>
|
||||||
|
|
||||||
|
<ul class="actions stacked">
|
||||||
|
<li><a href="../../albums/morning-moods/4-humorn-p-topp/" class="button">Track</a></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<div class="image">
|
||||||
|
<img src="https://media.basspistol.com/panix/morning-moods/4-humorn-p-topp.jpeg" alt="Humorn På Topp" />
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<section class="spotlight style4 orient-right content-align-left image-position-center onscroll-image-fade-in" >
|
||||||
|
<div class="content">
|
||||||
|
<h3>Roller</h3>
|
||||||
|
<p>
|
||||||
|
1:35
|
||||||
|
<br /><strong>Electronic</strong>
|
||||||
|
<br />2012</p>
|
||||||
|
|
||||||
|
<ul class="actions stacked">
|
||||||
|
<li><a href="../../albums/morning-moods/5-roller/" class="button">Track</a></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<div class="image">
|
||||||
|
<img src="https://media.basspistol.com/panix/morning-moods/5-roller.jpeg" alt="Roller" />
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<section class="spotlight style4 orient-left content-align-right image-position-center onscroll-image-fade-in" >
|
||||||
|
<div class="content">
|
||||||
|
<h3>Nejuschfy</h3>
|
||||||
|
<p>
|
||||||
|
3:10
|
||||||
|
<br /><strong>Electronic</strong>
|
||||||
|
<br />2012</p>
|
||||||
|
|
||||||
|
<ul class="actions stacked">
|
||||||
|
<li><a href="../../albums/morning-moods/6-nejuschfy/" class="button">Track</a></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<div class="image">
|
||||||
|
<img src="https://media.basspistol.com/panix/morning-moods/6-nejuschfy.jpeg" alt="Nejuschfy" />
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<section class="spotlight style4 orient-right content-align-left image-position-center onscroll-image-fade-in" >
|
||||||
|
<div class="content">
|
||||||
|
<h3>Redemption</h3>
|
||||||
|
<p>
|
||||||
|
2:9
|
||||||
|
<br /><strong>Electronic</strong>
|
||||||
|
<br />2012</p>
|
||||||
|
|
||||||
|
<ul class="actions stacked">
|
||||||
|
<li><a href="../../albums/morning-moods/7-redemption/" class="button">Track</a></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<div class="image">
|
||||||
|
<img src="https://media.basspistol.com/panix/morning-moods/7-redemption.jpeg" alt="Redemption" />
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<section class="streambox" style="margin-top:40px;padding: 40px;">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<h3 style="text-align: center;display: block;">This release can't be bought</h3>
|
||||||
|
<p>But other releases are available here:</p>
|
||||||
|
|
||||||
|
|
||||||
|
<div class="streamer">
|
||||||
|
|
||||||
|
|
||||||
|
<a onclick="_paq.push(['trackEvent', 'StoreLink', 'Bandcamp']);" target="_blank" rel="noopener" href="https://panixheavyindustries.bandcamp.com" alt="Stream from Bandcamp" title="Stream from Bandcamp" class="button icon brands fa-bandcamp">Bandcamp</a>
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</section>
|
||||||
|
|
||||||
|
<section class="wrapper style1 align-center">
|
||||||
|
<div class="inner">
|
||||||
|
<div class="index align-left">
|
||||||
|
<!-- Author -->
|
||||||
|
|
||||||
|
<section>
|
||||||
|
|
||||||
|
<!-- Content -->
|
||||||
|
<div class="content">
|
||||||
|
<!-- post Naviation -->
|
||||||
|
<div style="text-align: center;">
|
||||||
|
<h3>More releases</h3>
|
||||||
|
</div>
|
||||||
|
<div class="post-nav">
|
||||||
|
<div>
|
||||||
|
|
||||||
|
<h4><a href="/albums/extender/" alt="Read Extender" title="Read Extender"><i class="fas fa-arrow-left"></i></a> <a href="/albums/extender/"> Extender</a></h4>
|
||||||
|
<p style="margin-right: 20px"></p>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
<div class="post-nav-next">
|
||||||
|
|
||||||
|
<h4><a href="/albums/nights-ep/"> Nights Ep</a> <a href="/albums/nights-ep/" alt="Read Nights Ep" title="Read Nights Ep"><i class="fas fa-arrow-right"></i></a></h4>
|
||||||
|
<p style="margin-left: 20px"></p>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<!-- End Post Navigation -->
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
|
||||||
|
|
||||||
|
<!-- Footer -->
|
||||||
|
<footer id="footer" class="wrapper style1 align-center">
|
||||||
|
<div class="footflex">
|
||||||
|
<div>
|
||||||
|
<h4>pax:nion</h4>
|
||||||
|
<p>PHI, Panix Heavy Industries
|
||||||
|
<br /><a href="mailto:"></a></p>
|
||||||
|
</div>
|
||||||
|
<div>
|
||||||
|
<ul>
|
||||||
|
<li><a href="#top" class="smooth-scroll-middle">Back to top</a></li>
|
||||||
|
<li><a href="/#album0" class="smooth-scroll-middle">music</a></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<div><img src="/assets/panix-logo-dark.svg" style="max-width:300px" alt="pax:nion Logo" /></div>
|
||||||
|
</div>
|
||||||
|
<div class="inner">
|
||||||
|
<ul class="icons">
|
||||||
|
|
||||||
|
<!-- <li><a href="mailto:" class="icon style2 fa-envelope"><span class="label">Email</span></a></li> -->
|
||||||
|
</ul>
|
||||||
|
<p>©2020 Basspistol | <a href="../../webcreds/">Credits</a> | <a href="../../cookies/">Cookies & Privacy</a></p>
|
||||||
|
</div>
|
||||||
|
</footer>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
<!-- Navigation -->
|
||||||
|
<div id="logo" class="logo">
|
||||||
|
<a href="/" class="smooth-scroll-middle"><img width="200em" src="/assets/panix-logo.svg" alt=" Logo" /></a>
|
||||||
|
<a href="#navbar" onclick="blurBody()" alt="Navigation Menu" title="Navigation Menu"><span style="font-size: 34px;" class="icon solid fa-bars"></span></a>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div id="navbar" style="display: block;" class="modalDialog">
|
||||||
|
<a href="#close" onclick="removeBlur()" alt="Close Menu" title="Close Menu"><div id="closearea"> </div></a>
|
||||||
|
<nav>
|
||||||
|
<a href="#close" title="Close" onclick="removeBlur()" class="close-button close" style="margin: 0 auto;">X</a>
|
||||||
|
<ul>
|
||||||
|
|
||||||
|
|
||||||
|
<li><a href="../../" class="button small">Home</a></li>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<li><a href="../../releases/" class="button small">Releases</a></li>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<li><a href="../../logs/" class="button small">Web-Log</a></li>
|
||||||
|
|
||||||
|
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
</nav>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
<!-- End Navigation -->
|
||||||
|
<!-- Scripts -->
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<script src="../../assets/js/jquery.min.js"></script>
|
||||||
|
<script src="../../assets/js/jquery.scrollex.min.js"></script>
|
||||||
|
<script src="../../assets/js/jquery.scrolly.min.js"></script>
|
||||||
|
<script src="../../assets/js/browser.min.js"></script>
|
||||||
|
<script src="../../assets/js/breakpoints.min.js"></script>
|
||||||
|
<script src="../../assets/js/util.js"></script>
|
||||||
|
<script src="../../assets/js/main.js"></script>
|
||||||
|
<script src="../../assets/js/set.js"></script>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<script type="text/javascript">
|
||||||
|
// html5media enables <video> and <audio> tags in all major browsers
|
||||||
|
// External File: http://api.html5media.info/1.1.8/html5media.min.js
|
||||||
|
|
||||||
|
|
||||||
|
// Add user agent as an attribute on the <html> tag...
|
||||||
|
// Inspiration: http://css-tricks.com/ie-10-specific-styles/
|
||||||
|
var b = document.documentElement;
|
||||||
|
b.setAttribute('data-useragent', navigator.userAgent);
|
||||||
|
b.setAttribute('data-platform', navigator.platform);
|
||||||
|
|
||||||
|
|
||||||
|
// HTML5 audio player + playlist controls...
|
||||||
|
// Inspiration: http://jonhall.info/how_to/create_a_playlist_for_html5_audio
|
||||||
|
// Mythium Archive: https://archive.org/details/mythium/
|
||||||
|
jQuery(function ($) {
|
||||||
|
var supportsAudio = !!document.createElement('audio').canPlayType;
|
||||||
|
if (supportsAudio) {
|
||||||
|
var index = 0,
|
||||||
|
playing = false,
|
||||||
|
mediaPath = '',
|
||||||
|
extension = '',
|
||||||
|
tracks = [{
|
||||||
|
"track": 1,
|
||||||
|
"name": "Inhale",
|
||||||
|
"length": "1:28",
|
||||||
|
"file": "https://media.basspistol.com/panix/morning-moods/1-inhale"
|
||||||
|
},{
|
||||||
|
"track": 2,
|
||||||
|
"name": "Atom Leaves",
|
||||||
|
"length": "2:27",
|
||||||
|
"file": "https://media.basspistol.com/panix/morning-moods/2-atom-leaves"
|
||||||
|
},{
|
||||||
|
"track": 3,
|
||||||
|
"name": "Holy Mother Of Bread",
|
||||||
|
"length": "1:58",
|
||||||
|
"file": "https://media.basspistol.com/panix/morning-moods/3-holy-mother-of-bread"
|
||||||
|
},{
|
||||||
|
"track": 4,
|
||||||
|
"name": "Humorn På Topp",
|
||||||
|
"length": "1:52",
|
||||||
|
"file": "https://media.basspistol.com/panix/morning-moods/4-humorn-p-topp"
|
||||||
|
},{
|
||||||
|
"track": 5,
|
||||||
|
"name": "Roller",
|
||||||
|
"length": "1:35",
|
||||||
|
"file": "https://media.basspistol.com/panix/morning-moods/5-roller"
|
||||||
|
},{
|
||||||
|
"track": 6,
|
||||||
|
"name": "Nejuschfy",
|
||||||
|
"length": "3:10",
|
||||||
|
"file": "https://media.basspistol.com/panix/morning-moods/6-nejuschfy"
|
||||||
|
},{
|
||||||
|
"track": 7,
|
||||||
|
"name": "Redemption",
|
||||||
|
"length": "2:9",
|
||||||
|
"file": "https://media.basspistol.com/panix/morning-moods/7-redemption"
|
||||||
|
}],
|
||||||
|
trackCount = tracks.length,
|
||||||
|
npAction = $('#npAction'),
|
||||||
|
npTitle = $('#npTitle'),
|
||||||
|
audio = $('#audio1').bind('play', function () {
|
||||||
|
playing = true;
|
||||||
|
npAction.text('Playing...');
|
||||||
|
}).bind('pause', function () {
|
||||||
|
playing = false;
|
||||||
|
npAction.text('Paused...');
|
||||||
|
}).bind('ended', function () {
|
||||||
|
npAction.text('Paused...');
|
||||||
|
if ((index + 1) < trackCount) {
|
||||||
|
index++;
|
||||||
|
loadTrack(index);
|
||||||
|
audio.play();
|
||||||
|
} else {
|
||||||
|
audio.pause();
|
||||||
|
index = 0;
|
||||||
|
loadTrack(index);
|
||||||
|
}
|
||||||
|
}).get(0),
|
||||||
|
btnPrev = $('#btnPrev').click(function () {
|
||||||
|
if ((index - 1) > -1) {
|
||||||
|
index--;
|
||||||
|
loadTrack(index);
|
||||||
|
if (playing) {
|
||||||
|
audio.play();
|
||||||
|
}
|
||||||
|
} else {
|
||||||
|
audio.pause();
|
||||||
|
index = 0;
|
||||||
|
loadTrack(index);
|
||||||
|
}
|
||||||
|
}),
|
||||||
|
btnNext = $('#btnNext').click(function () {
|
||||||
|
if ((index + 1) < trackCount) {
|
||||||
|
index++;
|
||||||
|
loadTrack(index);
|
||||||
|
if (playing) {
|
||||||
|
audio.play();
|
||||||
|
}
|
||||||
|
} else {
|
||||||
|
audio.pause();
|
||||||
|
index = 0;
|
||||||
|
loadTrack(index);
|
||||||
|
}
|
||||||
|
}),
|
||||||
|
li = $('#plList li').click(function () {
|
||||||
|
var id = parseInt($(this).index());
|
||||||
|
if (id !== index) {
|
||||||
|
playTrack(id);
|
||||||
|
}
|
||||||
|
}),
|
||||||
|
loadTrack = function (id) {
|
||||||
|
$('.plSel').removeClass('plSel');
|
||||||
|
$('#plList li:eq(' + id + ')').addClass('plSel');
|
||||||
|
npTitle.text(tracks[id].name);
|
||||||
|
index = id;
|
||||||
|
audio.src = mediaPath + tracks[id].file + extension;
|
||||||
|
$('audio').attr("data-matomo-title", tracks[id].name);
|
||||||
|
},
|
||||||
|
playTrack = function (id) {
|
||||||
|
loadTrack(id);
|
||||||
|
audio.play();
|
||||||
|
};
|
||||||
|
extension = audio.canPlayType('audio/mpeg') ? '.mp3' : audio.canPlayType('audio/ogg') ? '.ogg' : '';
|
||||||
|
loadTrack(index);
|
||||||
|
}
|
||||||
|
});
|
||||||
|
|
||||||
|
</script>
|
||||||
|
|
||||||
|
|
||||||
|
<div id="cookie-notice">
|
||||||
|
<p>We only use cookies if you consent to it. They don't contain any identifiable info: they just let us know if you enjoyed this enough to come back. <br />Click <a href="#" id="cookie-notice-decline">here</a> if you want this shit to go away without cookies. <br />Read more about how Basspistol <a href="/cookies/">use cookies</a> </p>
|
||||||
|
<a class="button small yes" href="#" id="cookie-notice-accept">I'm in!</a>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<script>
|
||||||
|
function createCookie(name, value, days) {
|
||||||
|
var expires = "";
|
||||||
|
if (days) {
|
||||||
|
var date = new Date();
|
||||||
|
date.setTime(date.getTime() + (days * 24 * 60 * 60 * 1000));
|
||||||
|
expires = "; expires=" + date.toUTCString();
|
||||||
|
}
|
||||||
|
document.cookie = name + "=" + value + expires + "; path=/";
|
||||||
|
}
|
||||||
|
function readCookie(name) {
|
||||||
|
var nameEQ = name + "=";
|
||||||
|
var ca = document.cookie.split(';');
|
||||||
|
for (var i = 0; i < ca.length; i++) {
|
||||||
|
var c = ca[i];
|
||||||
|
while (c.charAt(0) == ' ') c = c.substring(1, c.length);
|
||||||
|
if (c.indexOf(nameEQ) == 0) return c.substring(nameEQ.length, c.length);
|
||||||
|
}
|
||||||
|
return null;
|
||||||
|
}
|
||||||
|
function eraseCookie(name) {
|
||||||
|
createCookie(name, "", -1);
|
||||||
|
}
|
||||||
|
|
||||||
|
if (readCookie('cookie-notice-dismissed') == 'wantCookies') {
|
||||||
|
|
||||||
|
//* Matomo Tag Manager *//
|
||||||
|
|
||||||
|
var _mtm = _mtm || [];
|
||||||
|
_mtm.push({'mtm.startTime': (new Date().getTime()), 'event': 'mtm.Start'});
|
||||||
|
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
|
||||||
|
g.type='text/javascript'; g.async=true; g.defer=true; g.src='https://cdn.matomo.cloud/terminalnetwork.matomo.cloud/container_aJ0T3vZ5.js'; s.parentNode.insertBefore(g,s);
|
||||||
|
|
||||||
|
//* End Matomo Tag Manager *//
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
} else {
|
||||||
|
document.getElementById('cookie-notice').style.display = 'flex';
|
||||||
|
|
||||||
|
var _paq = window._paq || [];
|
||||||
|
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */
|
||||||
|
_paq.push(["setDocumentTitle", document.domain + "/" + document.title]);
|
||||||
|
_paq.push(["disableCookies"]);
|
||||||
|
_paq.push(['trackPageView']);
|
||||||
|
_paq.push(['enableLinkTracking']);
|
||||||
|
(function() {
|
||||||
|
var u="https://terminalnetwork.matomo.cloud/";
|
||||||
|
_paq.push(['setTrackerUrl', u+'matomo.php']);
|
||||||
|
_paq.push(['setSiteId', '14']);
|
||||||
|
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
|
||||||
|
g.type='text/javascript'; g.async=true; g.defer=true; g.src='//cdn.matomo.cloud/terminalnetwork.matomo.cloud/matomo.js'; s.parentNode.insertBefore(g,s);
|
||||||
|
})();
|
||||||
|
|
||||||
|
|
||||||
|
}
|
||||||
|
if (readCookie('cookie-notice-dismissed') == 'dontWantCookies') {
|
||||||
|
document.getElementById('cookie-notice').style.display = 'none';
|
||||||
|
|
||||||
|
var _paq = window._paq || [];
|
||||||
|
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */
|
||||||
|
_paq.push(["setDocumentTitle", document.domain + "/" + document.title]);
|
||||||
|
_paq.push(["disableCookies"]);
|
||||||
|
_paq.push(['trackPageView']);
|
||||||
|
_paq.push(['enableLinkTracking']);
|
||||||
|
(function() {
|
||||||
|
var u="https://terminalnetwork.matomo.cloud/";
|
||||||
|
_paq.push(['setTrackerUrl', u+'matomo.php']);
|
||||||
|
_paq.push(['setSiteId', '14']);
|
||||||
|
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
|
||||||
|
g.type='text/javascript'; g.async=true; g.defer=true; g.src='//cdn.matomo.cloud/terminalnetwork.matomo.cloud/matomo.js'; s.parentNode.insertBefore(g,s);
|
||||||
|
})();
|
||||||
|
|
||||||
|
}
|
||||||
|
document.getElementById('cookie-notice-accept').addEventListener("click", function () {
|
||||||
|
createCookie('cookie-notice-dismissed', 'wantCookies', 31);
|
||||||
|
document.getElementById('cookie-notice').style.display = 'none';
|
||||||
|
_paq.push(['trackEvent', 'Consent', 'wantCookie']);
|
||||||
|
location.reload();
|
||||||
|
});
|
||||||
|
|
||||||
|
document.getElementById('cookie-notice-decline').addEventListener("click", function () {
|
||||||
|
createCookie('cookie-notice-dismissed', 'dontWantCookies', 31);
|
||||||
|
document.getElementById('cookie-notice').style.display = 'none';
|
||||||
|
_paq.push(['trackEvent', 'Consent', 'dontWantCookie']);
|
||||||
|
location.reload();
|
||||||
|
});
|
||||||
|
|
||||||
|
// document.getElementById('cookie-notice-gimme').addEventListener("click", function () {
|
||||||
|
// createCookie('cookie-notice-dismissed', 'wantCookies', 31);
|
||||||
|
// document.getElementById('cookie-notice').style.display = 'none';
|
||||||
|
// location.reload();
|
||||||
|
// });
|
||||||
|
|
||||||
|
|
||||||
|
</script>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
404
albums/mula-ep/1-mula/index.html
Normal file
404
albums/mula-ep/1-mula/index.html
Normal file
|
|
@ -0,0 +1,404 @@
|
||||||
|
<!DOCTYPE html>
|
||||||
|
<!--
|
||||||
|
Based on _Story_ by html5up.net | @ajlkn
|
||||||
|
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
|
||||||
|
Remixed and Jekyllified by Setto
|
||||||
|
-->
|
||||||
|
<html lang="en">
|
||||||
|
<head>
|
||||||
|
<!-- Begin Jekyll SEO tag v2.6.1 -->
|
||||||
|
<meta name="generator" content="Jekyll v4.0.0" />
|
||||||
|
<meta property="og:title" content="1 Mula" />
|
||||||
|
<meta name="author" content="pax:nion" />
|
||||||
|
<meta property="og:locale" content="en" />
|
||||||
|
<meta name="description" content="PHI, Panix Heavy Industries" />
|
||||||
|
<meta property="og:description" content="PHI, Panix Heavy Industries" />
|
||||||
|
<link rel="canonical" href="https://panix.basspistol.com/albums/mula-ep/1-mula/" />
|
||||||
|
<meta property="og:url" content="https://panix.basspistol.com/albums/mula-ep/1-mula/" />
|
||||||
|
<meta property="og:site_name" content="pax:nion" />
|
||||||
|
<meta property="og:type" content="article" />
|
||||||
|
<meta property="article:published_time" content="2020-07-05T18:07:03+00:00" />
|
||||||
|
<script type="application/ld+json">
|
||||||
|
{"description":"PHI, Panix Heavy Industries","@type":"AudioObject","headline":"1 Mula","dateModified":"2020-07-05T18:07:00+00:00","datePublished":"2020-07-05T18:07:03+00:00","url":"https://panix.basspistol.com/albums/mula-ep/1-mula/","author":{"@type":"Person","name":"pax:nion"},"publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://panix.basspistol.com/assets/img/setto_icon.png"},"name":"pax:nion"},"@context":"https://schema.org"}</script>
|
||||||
|
<!-- End Jekyll SEO tag -->
|
||||||
|
|
||||||
|
<link type="application/atom+xml" rel="alternate" href="https://panix.basspistol.com/feed.xml" title="" />
|
||||||
|
<!-- BEGIN seo.html -->
|
||||||
|
|
||||||
|
<title>Play Mula by Panix</title>
|
||||||
|
<meta name="title" content="Play Mula by Panix" />
|
||||||
|
|
||||||
|
<meta name="dc.date.modified" scheme="ISO8601" content="2020-07-05T18:07:00+00:00" />
|
||||||
|
<meta name="robots" content="index" />
|
||||||
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||||
|
<link rel="canonical" href="https://panix.basspistol.com/albums/mula-ep/1-mula/" />
|
||||||
|
<link rel="alternate" hreflang="x-default" href="https://panix.basspistol.com/albums/mula-ep/1-mula/" />
|
||||||
|
<meta name="geo.region" content="BJ-ZO" />
|
||||||
|
<meta name="geo.placename" content="Setto" />
|
||||||
|
<meta name="geo.position" content="7.48777;2.076389" />
|
||||||
|
<meta name="ICBM" content="7.48777, 2.076389" />
|
||||||
|
|
||||||
|
<!-- Dublin Core basic info -->
|
||||||
|
|
||||||
|
<meta name="dcterms.Identifier" content="https://panix.basspistol.com" />
|
||||||
|
<meta name="dcterms.Format" content="text/html" />
|
||||||
|
<meta name="dcterms.Relation" content="pax:nion" />
|
||||||
|
<meta name="dcterms.Publisher" content="pax:nion" />
|
||||||
|
<meta name="dcterms.Type" content="text/html" />
|
||||||
|
<meta name="dcterms.Coverage" content="https://panix.basspistol.com/" />
|
||||||
|
<meta name="dcterms.Rights" content="Copyright ©2020 pax:nion." />
|
||||||
|
|
||||||
|
<meta name="dcterms.Subject" content="Listen and to a track by Panix from the release Mula EP and support your remote artist!" />
|
||||||
|
<meta name="dcterms.Title" content="Mula - Panix | pax:nion" />
|
||||||
|
|
||||||
|
<meta name="dcterms.Contributor" content="pax:nion" />
|
||||||
|
<meta name="dcterms.Date" content="2020-07-05" />
|
||||||
|
<meta name="dcterms.Description" content="" />
|
||||||
|
|
||||||
|
<!-- Twitter Card -->
|
||||||
|
|
||||||
|
<meta name="twitter:card" content="summary" />
|
||||||
|
<meta name="twitter:site" content="@" />
|
||||||
|
<meta name="twitter:title" content="1 Mula | pax:nion" />
|
||||||
|
<meta name="twitter:description" content="PHI, Panix Heavy Industries" />
|
||||||
|
|
||||||
|
<meta name="twitter:image" content="https://panix.basspistol.com/assets/albums/mula-ep/1-mula.jpeg" />
|
||||||
|
|
||||||
|
<!-- END seo.html -->
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<meta charset="utf-8" />
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=yes" />
|
||||||
|
<link rel="stylesheet" href="../../../assets/css/main20200519.css" />
|
||||||
|
|
||||||
|
<link rel="apple-touch-icon" href="https://panix.basspistol.com/apple-touch-icon.png" />
|
||||||
|
<link rel="icon" type="image/png" href="https://panix.basspistol.com/touch-icon.png" sizes="192x192" />
|
||||||
|
<link rel="shortcut icon" href="https://panix.basspistol.com/assets/img/setto_icon.png" type="image/png" />
|
||||||
|
<noscript><link rel="stylesheet" href="../../../assets/css/noscript20200518-rev1.css" /></noscript>
|
||||||
|
</head>
|
||||||
|
|
||||||
|
<body class="is-preload" id="body">
|
||||||
|
<span id="top" style="display: none;"></span>
|
||||||
|
<!-- Wrapper -->
|
||||||
|
<div id="wrapper" class="divided" data-cms-content-wrapper="/_layouts/default.html">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<!-- Banner -->
|
||||||
|
<section
|
||||||
|
class="banner onload-image-fade-in onload-content-fade-right style3 fullscreen content-align-center image-position-center" style="background-image:url('https://media.basspistol.com/panix/mula-ep/1-mula.jpeg');background-size: cover; background-repeat: no-repeat;">
|
||||||
|
<div style="z-index:0;position:absolute; top:0; left:0; width:100%;height:100%;background-color: rgba(13, 13 ,13, 0.85);"></div>
|
||||||
|
<div class="content" style="z-index:1">
|
||||||
|
<h1 style="margin-top:80px">Mula</h1>
|
||||||
|
|
||||||
|
<p><strong><span id="tracktime"></span></strong><span id="mula"></span></strong> <br />
|
||||||
|
Style: <strong>Electronic</strong>
|
||||||
|
</p>
|
||||||
|
<script type="text/javascript">
|
||||||
|
var mulatimestamp = 170;
|
||||||
|
var mulahours = Math.floor(mulatimestamp / 60 / 60);
|
||||||
|
var mulaminutes = Math.floor(mulatimestamp / 60) - (mulahours * 60);
|
||||||
|
var mulaseconds = mulatimestamp % 60;
|
||||||
|
var mulaformatted = mulahours.toString().padStart(2, '0') + ':' + mulaminutes.toString().padStart(2, '0') + ':' + mulaseconds.toString().padStart(2, '0');
|
||||||
|
var theSpan = document.getElementById("mula");
|
||||||
|
theSpan.innerHTML = mulaformatted;
|
||||||
|
</script>
|
||||||
|
|
||||||
|
|
||||||
|
<ul class="actions stacked">
|
||||||
|
<li><button id="mu_pause" class="smooth-scroll-middle button icon solid fa-play">Play dat!</button></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="image">
|
||||||
|
<img src="https://media.basspistol.com/panix/mula-ep/1-mula.jpeg" alt="1 Mula logo" id="coverart" />
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
|
||||||
|
|
||||||
|
<!-- Page navigation -->
|
||||||
|
<section class="wrapper style1 align-center">
|
||||||
|
<div class="inner">
|
||||||
|
<div class="index align-left">
|
||||||
|
<!-- Author -->
|
||||||
|
<section class="streambox" style="margin-top:40px;padding: 40px;">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<h3 style="text-align: center;display: block;">This track can't be bought</h3>
|
||||||
|
<p>But other tracks are available here:</p>
|
||||||
|
|
||||||
|
|
||||||
|
<div class="streamer">
|
||||||
|
|
||||||
|
|
||||||
|
<a onclick="_paq.push(['trackEvent', 'StoreLink', 'Bandcamp']);" target="_blank" rel="noopener" href="https://panixheavyindustries.bandcamp.com" alt="Stream from Bandcamp" title="Stream from Bandcamp" class="button icon brands fa-bandcamp">Bandcamp</a>
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</section>
|
||||||
|
<section>
|
||||||
|
<!-- Content -->
|
||||||
|
<div class="content">
|
||||||
|
<!-- post Naviation -->
|
||||||
|
<div style="text-align: center;">
|
||||||
|
<h3>Play more songs grom this release</h3>
|
||||||
|
</div>
|
||||||
|
<div class="post-nav">
|
||||||
|
<div>
|
||||||
|
|
||||||
|
<h4><a href="../../../albums/mula-ep/3-cowboy/" alt="Read Cowboy" title="Read Cowboy"><i class="fas fa-arrow-left"></i></a> <a
|
||||||
|
href="../../../albums/mula-ep/3-cowboy/"> Cowboy</a>
|
||||||
|
</h4>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
<div class="post-nav-next">
|
||||||
|
|
||||||
|
<h4><a href="../../../albums/mula-ep/2-fax/"> Fax</a> <a
|
||||||
|
href="../../../albums/mula-ep/2-fax/" alt="Read Fax" title="Read Fax"><i class="fas fa-arrow-right"></i></a></h4>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<!-- End Post Navigation -->
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
<!-- Audio player-->
|
||||||
|
<audio autoplay preload="true" data-matomo-title="Mula">
|
||||||
|
<source src="https://media.basspistol.com/panix/mula-ep/1-mula.mp3" type="audio/mpeg" ontimeupdate='updateTrackTime(this);' />
|
||||||
|
<h1>Your browser isn't ready for so much hotness. Use the download-link instead.</h1>.
|
||||||
|
</audio>
|
||||||
|
<!-- Footer -->
|
||||||
|
<footer id="footer" class="wrapper style1 align-center">
|
||||||
|
<div class="footflex">
|
||||||
|
<div>
|
||||||
|
<h4>pax:nion</h4>
|
||||||
|
<p>PHI, Panix Heavy Industries
|
||||||
|
<br /><a href="mailto:"></a></p>
|
||||||
|
</div>
|
||||||
|
<div>
|
||||||
|
<ul>
|
||||||
|
<li><a href="#top" class="smooth-scroll-middle">Back to top</a></li>
|
||||||
|
<li><a href="/#album0" class="smooth-scroll-middle">music</a></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<div><img src="/assets/panix-logo-dark.svg" style="max-width:300px" alt="pax:nion Logo" /></div>
|
||||||
|
</div>
|
||||||
|
<div class="inner">
|
||||||
|
<ul class="icons">
|
||||||
|
|
||||||
|
<!-- <li><a href="mailto:" class="icon style2 fa-envelope"><span class="label">Email</span></a></li> -->
|
||||||
|
</ul>
|
||||||
|
<p>©2020 Basspistol | <a href="../../../webcreds/">Credits</a> | <a href="../../../cookies/">Cookies & Privacy</a></p>
|
||||||
|
</div>
|
||||||
|
</footer>
|
||||||
|
|
||||||
|
|
||||||
|
<script type="text/javascript">
|
||||||
|
function loadUrl(newLocation) {
|
||||||
|
window.location = newLocation;
|
||||||
|
return false;
|
||||||
|
}
|
||||||
|
|
||||||
|
var mu = document.getElementsByTagName("audio")[0];
|
||||||
|
var pauseButton = document.getElementById("mu_pause");
|
||||||
|
var spincover = document.getElementById("coverart");
|
||||||
|
|
||||||
|
mu.addEventListener('ended', function () {
|
||||||
|
// only functional if "loop" is removed
|
||||||
|
mu.pause();
|
||||||
|
mu.currentTime = 0;
|
||||||
|
loadUrl("../../../mula-ep/2-fax/"); return false;
|
||||||
|
});
|
||||||
|
mu.onplaying = function() {
|
||||||
|
pauseButton.innerHTML = "Pause";
|
||||||
|
pauseButton.classList.remove("fa-play");
|
||||||
|
pauseButton.classList.add("fa-pause");
|
||||||
|
spincover.classList.add("spinnit");
|
||||||
|
spincover.classList.remove("paused");
|
||||||
|
};
|
||||||
|
|
||||||
|
pauseButton.addEventListener("click", function () {
|
||||||
|
if (mu.paused) {
|
||||||
|
mu.play();
|
||||||
|
|
||||||
|
}
|
||||||
|
else {
|
||||||
|
mu.pause();
|
||||||
|
pauseButton.innerHTML = "Resume";
|
||||||
|
pauseButton.classList.add("fa-play");
|
||||||
|
pauseButton.classList.remove("fa-pause");
|
||||||
|
spincover.classList.add("paused");
|
||||||
|
}
|
||||||
|
});
|
||||||
|
|
||||||
|
mu.addEventListener('timeupdate', function () {
|
||||||
|
var timestamp = Math.floor(mu.currentTime);
|
||||||
|
var hours = Math.floor(timestamp / 60 / 60);
|
||||||
|
var minutes = Math.floor(timestamp / 60) - (hours * 60);
|
||||||
|
var seconds = timestamp % 60;
|
||||||
|
var formatted = hours.toString().padStart(2, '0') + ':' + minutes.toString().padStart(2, '0') + ':' + seconds.toString().padStart(2, '0');
|
||||||
|
var thecurrentSpan = document.getElementById("tracktime");
|
||||||
|
thecurrentSpan.innerHTML = formatted + ' / ';
|
||||||
|
});
|
||||||
|
|
||||||
|
</script>
|
||||||
|
</div>
|
||||||
|
<!-- Navigation -->
|
||||||
|
<div id="logo" class="logo">
|
||||||
|
<a href="/" class="smooth-scroll-middle"><img width="200em" src="/assets/panix-logo.svg" alt=" Logo" /></a>
|
||||||
|
<a href="#navbar" onclick="blurBody()" alt="Navigation Menu" title="Navigation Menu"><span style="font-size: 34px;" class="icon solid fa-bars"></span></a>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div id="navbar" style="display: block;" class="modalDialog">
|
||||||
|
<a href="#close" onclick="removeBlur()" alt="Close Menu" title="Close Menu"><div id="closearea"> </div></a>
|
||||||
|
<nav>
|
||||||
|
<a href="#close" title="Close" onclick="removeBlur()" class="close-button close" style="margin: 0 auto;">X</a>
|
||||||
|
<ul>
|
||||||
|
|
||||||
|
|
||||||
|
<li><a href="../../../" class="button small">Home</a></li>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<li><a href="../../../releases/" class="button small">Releases</a></li>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<li><a href="../../../logs/" class="button small">Web-Log</a></li>
|
||||||
|
|
||||||
|
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
</nav>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
<!-- End Navigation -->
|
||||||
|
<!-- Scripts -->
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<script src="../../../assets/js/jquery.min.js"></script>
|
||||||
|
<script src="../../../assets/js/jquery.scrollex.min.js"></script>
|
||||||
|
<script src="../../../assets/js/jquery.scrolly.min.js"></script>
|
||||||
|
<script src="../../../assets/js/browser.min.js"></script>
|
||||||
|
<script src="../../../assets/js/breakpoints.min.js"></script>
|
||||||
|
<script src="../../../assets/js/util.js"></script>
|
||||||
|
<script src="../../../assets/js/main.js"></script>
|
||||||
|
<script src="../../../assets/js/set.js"></script>
|
||||||
|
|
||||||
|
|
||||||
|
<div id="cookie-notice">
|
||||||
|
<p>We only use cookies if you consent to it. They don't contain any identifiable info: they just let us know if you enjoyed this enough to come back. <br />Click <a href="#" id="cookie-notice-decline">here</a> if you want this shit to go away without cookies. <br />Read more about how Basspistol <a href="/cookies/">use cookies</a> </p>
|
||||||
|
<a class="button small yes" href="#" id="cookie-notice-accept">I'm in!</a>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<script>
|
||||||
|
function createCookie(name, value, days) {
|
||||||
|
var expires = "";
|
||||||
|
if (days) {
|
||||||
|
var date = new Date();
|
||||||
|
date.setTime(date.getTime() + (days * 24 * 60 * 60 * 1000));
|
||||||
|
expires = "; expires=" + date.toUTCString();
|
||||||
|
}
|
||||||
|
document.cookie = name + "=" + value + expires + "; path=/";
|
||||||
|
}
|
||||||
|
function readCookie(name) {
|
||||||
|
var nameEQ = name + "=";
|
||||||
|
var ca = document.cookie.split(';');
|
||||||
|
for (var i = 0; i < ca.length; i++) {
|
||||||
|
var c = ca[i];
|
||||||
|
while (c.charAt(0) == ' ') c = c.substring(1, c.length);
|
||||||
|
if (c.indexOf(nameEQ) == 0) return c.substring(nameEQ.length, c.length);
|
||||||
|
}
|
||||||
|
return null;
|
||||||
|
}
|
||||||
|
function eraseCookie(name) {
|
||||||
|
createCookie(name, "", -1);
|
||||||
|
}
|
||||||
|
|
||||||
|
if (readCookie('cookie-notice-dismissed') == 'wantCookies') {
|
||||||
|
|
||||||
|
//* Matomo Tag Manager *//
|
||||||
|
|
||||||
|
var _mtm = _mtm || [];
|
||||||
|
_mtm.push({'mtm.startTime': (new Date().getTime()), 'event': 'mtm.Start'});
|
||||||
|
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
|
||||||
|
g.type='text/javascript'; g.async=true; g.defer=true; g.src='https://cdn.matomo.cloud/terminalnetwork.matomo.cloud/container_aJ0T3vZ5.js'; s.parentNode.insertBefore(g,s);
|
||||||
|
|
||||||
|
//* End Matomo Tag Manager *//
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
} else {
|
||||||
|
document.getElementById('cookie-notice').style.display = 'flex';
|
||||||
|
|
||||||
|
var _paq = window._paq || [];
|
||||||
|
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */
|
||||||
|
_paq.push(["setDocumentTitle", document.domain + "/" + document.title]);
|
||||||
|
_paq.push(["disableCookies"]);
|
||||||
|
_paq.push(['trackPageView']);
|
||||||
|
_paq.push(['enableLinkTracking']);
|
||||||
|
(function() {
|
||||||
|
var u="https://terminalnetwork.matomo.cloud/";
|
||||||
|
_paq.push(['setTrackerUrl', u+'matomo.php']);
|
||||||
|
_paq.push(['setSiteId', '14']);
|
||||||
|
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
|
||||||
|
g.type='text/javascript'; g.async=true; g.defer=true; g.src='//cdn.matomo.cloud/terminalnetwork.matomo.cloud/matomo.js'; s.parentNode.insertBefore(g,s);
|
||||||
|
})();
|
||||||
|
|
||||||
|
|
||||||
|
}
|
||||||
|
if (readCookie('cookie-notice-dismissed') == 'dontWantCookies') {
|
||||||
|
document.getElementById('cookie-notice').style.display = 'none';
|
||||||
|
|
||||||
|
var _paq = window._paq || [];
|
||||||
|
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */
|
||||||
|
_paq.push(["setDocumentTitle", document.domain + "/" + document.title]);
|
||||||
|
_paq.push(["disableCookies"]);
|
||||||
|
_paq.push(['trackPageView']);
|
||||||
|
_paq.push(['enableLinkTracking']);
|
||||||
|
(function() {
|
||||||
|
var u="https://terminalnetwork.matomo.cloud/";
|
||||||
|
_paq.push(['setTrackerUrl', u+'matomo.php']);
|
||||||
|
_paq.push(['setSiteId', '14']);
|
||||||
|
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
|
||||||
|
g.type='text/javascript'; g.async=true; g.defer=true; g.src='//cdn.matomo.cloud/terminalnetwork.matomo.cloud/matomo.js'; s.parentNode.insertBefore(g,s);
|
||||||
|
})();
|
||||||
|
|
||||||
|
}
|
||||||
|
document.getElementById('cookie-notice-accept').addEventListener("click", function () {
|
||||||
|
createCookie('cookie-notice-dismissed', 'wantCookies', 31);
|
||||||
|
document.getElementById('cookie-notice').style.display = 'none';
|
||||||
|
_paq.push(['trackEvent', 'Consent', 'wantCookie']);
|
||||||
|
location.reload();
|
||||||
|
});
|
||||||
|
|
||||||
|
document.getElementById('cookie-notice-decline').addEventListener("click", function () {
|
||||||
|
createCookie('cookie-notice-dismissed', 'dontWantCookies', 31);
|
||||||
|
document.getElementById('cookie-notice').style.display = 'none';
|
||||||
|
_paq.push(['trackEvent', 'Consent', 'dontWantCookie']);
|
||||||
|
location.reload();
|
||||||
|
});
|
||||||
|
|
||||||
|
// document.getElementById('cookie-notice-gimme').addEventListener("click", function () {
|
||||||
|
// createCookie('cookie-notice-dismissed', 'wantCookies', 31);
|
||||||
|
// document.getElementById('cookie-notice').style.display = 'none';
|
||||||
|
// location.reload();
|
||||||
|
// });
|
||||||
|
|
||||||
|
|
||||||
|
</script>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
404
albums/mula-ep/2-fax/index.html
Normal file
404
albums/mula-ep/2-fax/index.html
Normal file
|
|
@ -0,0 +1,404 @@
|
||||||
|
<!DOCTYPE html>
|
||||||
|
<!--
|
||||||
|
Based on _Story_ by html5up.net | @ajlkn
|
||||||
|
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
|
||||||
|
Remixed and Jekyllified by Setto
|
||||||
|
-->
|
||||||
|
<html lang="en">
|
||||||
|
<head>
|
||||||
|
<!-- Begin Jekyll SEO tag v2.6.1 -->
|
||||||
|
<meta name="generator" content="Jekyll v4.0.0" />
|
||||||
|
<meta property="og:title" content="2 Fax" />
|
||||||
|
<meta name="author" content="pax:nion" />
|
||||||
|
<meta property="og:locale" content="en" />
|
||||||
|
<meta name="description" content="PHI, Panix Heavy Industries" />
|
||||||
|
<meta property="og:description" content="PHI, Panix Heavy Industries" />
|
||||||
|
<link rel="canonical" href="https://panix.basspistol.com/albums/mula-ep/2-fax/" />
|
||||||
|
<meta property="og:url" content="https://panix.basspistol.com/albums/mula-ep/2-fax/" />
|
||||||
|
<meta property="og:site_name" content="pax:nion" />
|
||||||
|
<meta property="og:type" content="article" />
|
||||||
|
<meta property="article:published_time" content="2020-07-05T18:07:03+00:00" />
|
||||||
|
<script type="application/ld+json">
|
||||||
|
{"description":"PHI, Panix Heavy Industries","@type":"AudioObject","headline":"2 Fax","dateModified":"2020-07-05T18:07:00+00:00","datePublished":"2020-07-05T18:07:03+00:00","url":"https://panix.basspistol.com/albums/mula-ep/2-fax/","author":{"@type":"Person","name":"pax:nion"},"publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://panix.basspistol.com/assets/img/setto_icon.png"},"name":"pax:nion"},"@context":"https://schema.org"}</script>
|
||||||
|
<!-- End Jekyll SEO tag -->
|
||||||
|
|
||||||
|
<link type="application/atom+xml" rel="alternate" href="https://panix.basspistol.com/feed.xml" title="" />
|
||||||
|
<!-- BEGIN seo.html -->
|
||||||
|
|
||||||
|
<title>Play Fax by Panix</title>
|
||||||
|
<meta name="title" content="Play Fax by Panix" />
|
||||||
|
|
||||||
|
<meta name="dc.date.modified" scheme="ISO8601" content="2020-07-05T18:07:00+00:00" />
|
||||||
|
<meta name="robots" content="index" />
|
||||||
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||||
|
<link rel="canonical" href="https://panix.basspistol.com/albums/mula-ep/2-fax/" />
|
||||||
|
<link rel="alternate" hreflang="x-default" href="https://panix.basspistol.com/albums/mula-ep/2-fax/" />
|
||||||
|
<meta name="geo.region" content="BJ-ZO" />
|
||||||
|
<meta name="geo.placename" content="Setto" />
|
||||||
|
<meta name="geo.position" content="7.48777;2.076389" />
|
||||||
|
<meta name="ICBM" content="7.48777, 2.076389" />
|
||||||
|
|
||||||
|
<!-- Dublin Core basic info -->
|
||||||
|
|
||||||
|
<meta name="dcterms.Identifier" content="https://panix.basspistol.com" />
|
||||||
|
<meta name="dcterms.Format" content="text/html" />
|
||||||
|
<meta name="dcterms.Relation" content="pax:nion" />
|
||||||
|
<meta name="dcterms.Publisher" content="pax:nion" />
|
||||||
|
<meta name="dcterms.Type" content="text/html" />
|
||||||
|
<meta name="dcterms.Coverage" content="https://panix.basspistol.com/" />
|
||||||
|
<meta name="dcterms.Rights" content="Copyright ©2020 pax:nion." />
|
||||||
|
|
||||||
|
<meta name="dcterms.Subject" content="Listen and to a track by Panix from the release Mula EP and support your remote artist!" />
|
||||||
|
<meta name="dcterms.Title" content="Fax - Panix | pax:nion" />
|
||||||
|
|
||||||
|
<meta name="dcterms.Contributor" content="pax:nion" />
|
||||||
|
<meta name="dcterms.Date" content="2020-07-05" />
|
||||||
|
<meta name="dcterms.Description" content="" />
|
||||||
|
|
||||||
|
<!-- Twitter Card -->
|
||||||
|
|
||||||
|
<meta name="twitter:card" content="summary" />
|
||||||
|
<meta name="twitter:site" content="@" />
|
||||||
|
<meta name="twitter:title" content="2 Fax | pax:nion" />
|
||||||
|
<meta name="twitter:description" content="PHI, Panix Heavy Industries" />
|
||||||
|
|
||||||
|
<meta name="twitter:image" content="https://panix.basspistol.com/assets/albums/mula-ep/2-fax.jpeg" />
|
||||||
|
|
||||||
|
<!-- END seo.html -->
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<meta charset="utf-8" />
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=yes" />
|
||||||
|
<link rel="stylesheet" href="../../../assets/css/main20200519.css" />
|
||||||
|
|
||||||
|
<link rel="apple-touch-icon" href="https://panix.basspistol.com/apple-touch-icon.png" />
|
||||||
|
<link rel="icon" type="image/png" href="https://panix.basspistol.com/touch-icon.png" sizes="192x192" />
|
||||||
|
<link rel="shortcut icon" href="https://panix.basspistol.com/assets/img/setto_icon.png" type="image/png" />
|
||||||
|
<noscript><link rel="stylesheet" href="../../../assets/css/noscript20200518-rev1.css" /></noscript>
|
||||||
|
</head>
|
||||||
|
|
||||||
|
<body class="is-preload" id="body">
|
||||||
|
<span id="top" style="display: none;"></span>
|
||||||
|
<!-- Wrapper -->
|
||||||
|
<div id="wrapper" class="divided" data-cms-content-wrapper="/_layouts/default.html">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<!-- Banner -->
|
||||||
|
<section
|
||||||
|
class="banner onload-image-fade-in onload-content-fade-right style3 fullscreen content-align-center image-position-center" style="background-image:url('https://media.basspistol.com/panix/mula-ep/2-fax.jpeg');background-size: cover; background-repeat: no-repeat;">
|
||||||
|
<div style="z-index:0;position:absolute; top:0; left:0; width:100%;height:100%;background-color: rgba(13, 13 ,13, 0.85);"></div>
|
||||||
|
<div class="content" style="z-index:1">
|
||||||
|
<h1 style="margin-top:80px">Fax</h1>
|
||||||
|
|
||||||
|
<p><strong><span id="tracktime"></span></strong><span id="fax"></span></strong> <br />
|
||||||
|
Style: <strong>Electronic</strong>
|
||||||
|
</p>
|
||||||
|
<script type="text/javascript">
|
||||||
|
var faxtimestamp = 177;
|
||||||
|
var faxhours = Math.floor(faxtimestamp / 60 / 60);
|
||||||
|
var faxminutes = Math.floor(faxtimestamp / 60) - (faxhours * 60);
|
||||||
|
var faxseconds = faxtimestamp % 60;
|
||||||
|
var faxformatted = faxhours.toString().padStart(2, '0') + ':' + faxminutes.toString().padStart(2, '0') + ':' + faxseconds.toString().padStart(2, '0');
|
||||||
|
var theSpan = document.getElementById("fax");
|
||||||
|
theSpan.innerHTML = faxformatted;
|
||||||
|
</script>
|
||||||
|
|
||||||
|
|
||||||
|
<ul class="actions stacked">
|
||||||
|
<li><button id="mu_pause" class="smooth-scroll-middle button icon solid fa-play">Play dat!</button></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="image">
|
||||||
|
<img src="https://media.basspistol.com/panix/mula-ep/2-fax.jpeg" alt="2 Fax logo" id="coverart" />
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
|
||||||
|
|
||||||
|
<!-- Page navigation -->
|
||||||
|
<section class="wrapper style1 align-center">
|
||||||
|
<div class="inner">
|
||||||
|
<div class="index align-left">
|
||||||
|
<!-- Author -->
|
||||||
|
<section class="streambox" style="margin-top:40px;padding: 40px;">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<h3 style="text-align: center;display: block;">This track can't be bought</h3>
|
||||||
|
<p>But other tracks are available here:</p>
|
||||||
|
|
||||||
|
|
||||||
|
<div class="streamer">
|
||||||
|
|
||||||
|
|
||||||
|
<a onclick="_paq.push(['trackEvent', 'StoreLink', 'Bandcamp']);" target="_blank" rel="noopener" href="https://panixheavyindustries.bandcamp.com" alt="Stream from Bandcamp" title="Stream from Bandcamp" class="button icon brands fa-bandcamp">Bandcamp</a>
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</section>
|
||||||
|
<section>
|
||||||
|
<!-- Content -->
|
||||||
|
<div class="content">
|
||||||
|
<!-- post Naviation -->
|
||||||
|
<div style="text-align: center;">
|
||||||
|
<h3>Play more songs grom this release</h3>
|
||||||
|
</div>
|
||||||
|
<div class="post-nav">
|
||||||
|
<div>
|
||||||
|
|
||||||
|
<h4><a href="../../../albums/mula-ep/1-mula/" alt="Read Mula" title="Read Mula"><i class="fas fa-arrow-left"></i></a> <a
|
||||||
|
href="../../../albums/mula-ep/1-mula/"> Mula</a>
|
||||||
|
</h4>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
<div class="post-nav-next">
|
||||||
|
|
||||||
|
<h4><a href="../../../albums/mula-ep/3-cowboy/"> Cowboy</a> <a
|
||||||
|
href="../../../albums/mula-ep/3-cowboy/" alt="Read Cowboy" title="Read Cowboy"><i class="fas fa-arrow-right"></i></a></h4>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<!-- End Post Navigation -->
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
<!-- Audio player-->
|
||||||
|
<audio autoplay preload="true" data-matomo-title="Fax">
|
||||||
|
<source src="https://media.basspistol.com/panix/mula-ep/2-fax.mp3" type="audio/mpeg" ontimeupdate='updateTrackTime(this);' />
|
||||||
|
<h1>Your browser isn't ready for so much hotness. Use the download-link instead.</h1>.
|
||||||
|
</audio>
|
||||||
|
<!-- Footer -->
|
||||||
|
<footer id="footer" class="wrapper style1 align-center">
|
||||||
|
<div class="footflex">
|
||||||
|
<div>
|
||||||
|
<h4>pax:nion</h4>
|
||||||
|
<p>PHI, Panix Heavy Industries
|
||||||
|
<br /><a href="mailto:"></a></p>
|
||||||
|
</div>
|
||||||
|
<div>
|
||||||
|
<ul>
|
||||||
|
<li><a href="#top" class="smooth-scroll-middle">Back to top</a></li>
|
||||||
|
<li><a href="/#album0" class="smooth-scroll-middle">music</a></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<div><img src="/assets/panix-logo-dark.svg" style="max-width:300px" alt="pax:nion Logo" /></div>
|
||||||
|
</div>
|
||||||
|
<div class="inner">
|
||||||
|
<ul class="icons">
|
||||||
|
|
||||||
|
<!-- <li><a href="mailto:" class="icon style2 fa-envelope"><span class="label">Email</span></a></li> -->
|
||||||
|
</ul>
|
||||||
|
<p>©2020 Basspistol | <a href="../../../webcreds/">Credits</a> | <a href="../../../cookies/">Cookies & Privacy</a></p>
|
||||||
|
</div>
|
||||||
|
</footer>
|
||||||
|
|
||||||
|
|
||||||
|
<script type="text/javascript">
|
||||||
|
function loadUrl(newLocation) {
|
||||||
|
window.location = newLocation;
|
||||||
|
return false;
|
||||||
|
}
|
||||||
|
|
||||||
|
var mu = document.getElementsByTagName("audio")[0];
|
||||||
|
var pauseButton = document.getElementById("mu_pause");
|
||||||
|
var spincover = document.getElementById("coverart");
|
||||||
|
|
||||||
|
mu.addEventListener('ended', function () {
|
||||||
|
// only functional if "loop" is removed
|
||||||
|
mu.pause();
|
||||||
|
mu.currentTime = 0;
|
||||||
|
loadUrl("../../../mula-ep/3-cowboy/"); return false;
|
||||||
|
});
|
||||||
|
mu.onplaying = function() {
|
||||||
|
pauseButton.innerHTML = "Pause";
|
||||||
|
pauseButton.classList.remove("fa-play");
|
||||||
|
pauseButton.classList.add("fa-pause");
|
||||||
|
spincover.classList.add("spinnit");
|
||||||
|
spincover.classList.remove("paused");
|
||||||
|
};
|
||||||
|
|
||||||
|
pauseButton.addEventListener("click", function () {
|
||||||
|
if (mu.paused) {
|
||||||
|
mu.play();
|
||||||
|
|
||||||
|
}
|
||||||
|
else {
|
||||||
|
mu.pause();
|
||||||
|
pauseButton.innerHTML = "Resume";
|
||||||
|
pauseButton.classList.add("fa-play");
|
||||||
|
pauseButton.classList.remove("fa-pause");
|
||||||
|
spincover.classList.add("paused");
|
||||||
|
}
|
||||||
|
});
|
||||||
|
|
||||||
|
mu.addEventListener('timeupdate', function () {
|
||||||
|
var timestamp = Math.floor(mu.currentTime);
|
||||||
|
var hours = Math.floor(timestamp / 60 / 60);
|
||||||
|
var minutes = Math.floor(timestamp / 60) - (hours * 60);
|
||||||
|
var seconds = timestamp % 60;
|
||||||
|
var formatted = hours.toString().padStart(2, '0') + ':' + minutes.toString().padStart(2, '0') + ':' + seconds.toString().padStart(2, '0');
|
||||||
|
var thecurrentSpan = document.getElementById("tracktime");
|
||||||
|
thecurrentSpan.innerHTML = formatted + ' / ';
|
||||||
|
});
|
||||||
|
|
||||||
|
</script>
|
||||||
|
</div>
|
||||||
|
<!-- Navigation -->
|
||||||
|
<div id="logo" class="logo">
|
||||||
|
<a href="/" class="smooth-scroll-middle"><img width="200em" src="/assets/panix-logo.svg" alt=" Logo" /></a>
|
||||||
|
<a href="#navbar" onclick="blurBody()" alt="Navigation Menu" title="Navigation Menu"><span style="font-size: 34px;" class="icon solid fa-bars"></span></a>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div id="navbar" style="display: block;" class="modalDialog">
|
||||||
|
<a href="#close" onclick="removeBlur()" alt="Close Menu" title="Close Menu"><div id="closearea"> </div></a>
|
||||||
|
<nav>
|
||||||
|
<a href="#close" title="Close" onclick="removeBlur()" class="close-button close" style="margin: 0 auto;">X</a>
|
||||||
|
<ul>
|
||||||
|
|
||||||
|
|
||||||
|
<li><a href="../../../" class="button small">Home</a></li>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<li><a href="../../../releases/" class="button small">Releases</a></li>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<li><a href="../../../logs/" class="button small">Web-Log</a></li>
|
||||||
|
|
||||||
|
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
</nav>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
<!-- End Navigation -->
|
||||||
|
<!-- Scripts -->
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<script src="../../../assets/js/jquery.min.js"></script>
|
||||||
|
<script src="../../../assets/js/jquery.scrollex.min.js"></script>
|
||||||
|
<script src="../../../assets/js/jquery.scrolly.min.js"></script>
|
||||||
|
<script src="../../../assets/js/browser.min.js"></script>
|
||||||
|
<script src="../../../assets/js/breakpoints.min.js"></script>
|
||||||
|
<script src="../../../assets/js/util.js"></script>
|
||||||
|
<script src="../../../assets/js/main.js"></script>
|
||||||
|
<script src="../../../assets/js/set.js"></script>
|
||||||
|
|
||||||
|
|
||||||
|
<div id="cookie-notice">
|
||||||
|
<p>We only use cookies if you consent to it. They don't contain any identifiable info: they just let us know if you enjoyed this enough to come back. <br />Click <a href="#" id="cookie-notice-decline">here</a> if you want this shit to go away without cookies. <br />Read more about how Basspistol <a href="/cookies/">use cookies</a> </p>
|
||||||
|
<a class="button small yes" href="#" id="cookie-notice-accept">I'm in!</a>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<script>
|
||||||
|
function createCookie(name, value, days) {
|
||||||
|
var expires = "";
|
||||||
|
if (days) {
|
||||||
|
var date = new Date();
|
||||||
|
date.setTime(date.getTime() + (days * 24 * 60 * 60 * 1000));
|
||||||
|
expires = "; expires=" + date.toUTCString();
|
||||||
|
}
|
||||||
|
document.cookie = name + "=" + value + expires + "; path=/";
|
||||||
|
}
|
||||||
|
function readCookie(name) {
|
||||||
|
var nameEQ = name + "=";
|
||||||
|
var ca = document.cookie.split(';');
|
||||||
|
for (var i = 0; i < ca.length; i++) {
|
||||||
|
var c = ca[i];
|
||||||
|
while (c.charAt(0) == ' ') c = c.substring(1, c.length);
|
||||||
|
if (c.indexOf(nameEQ) == 0) return c.substring(nameEQ.length, c.length);
|
||||||
|
}
|
||||||
|
return null;
|
||||||
|
}
|
||||||
|
function eraseCookie(name) {
|
||||||
|
createCookie(name, "", -1);
|
||||||
|
}
|
||||||
|
|
||||||
|
if (readCookie('cookie-notice-dismissed') == 'wantCookies') {
|
||||||
|
|
||||||
|
//* Matomo Tag Manager *//
|
||||||
|
|
||||||
|
var _mtm = _mtm || [];
|
||||||
|
_mtm.push({'mtm.startTime': (new Date().getTime()), 'event': 'mtm.Start'});
|
||||||
|
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
|
||||||
|
g.type='text/javascript'; g.async=true; g.defer=true; g.src='https://cdn.matomo.cloud/terminalnetwork.matomo.cloud/container_aJ0T3vZ5.js'; s.parentNode.insertBefore(g,s);
|
||||||
|
|
||||||
|
//* End Matomo Tag Manager *//
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
} else {
|
||||||
|
document.getElementById('cookie-notice').style.display = 'flex';
|
||||||
|
|
||||||
|
var _paq = window._paq || [];
|
||||||
|
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */
|
||||||
|
_paq.push(["setDocumentTitle", document.domain + "/" + document.title]);
|
||||||
|
_paq.push(["disableCookies"]);
|
||||||
|
_paq.push(['trackPageView']);
|
||||||
|
_paq.push(['enableLinkTracking']);
|
||||||
|
(function() {
|
||||||
|
var u="https://terminalnetwork.matomo.cloud/";
|
||||||
|
_paq.push(['setTrackerUrl', u+'matomo.php']);
|
||||||
|
_paq.push(['setSiteId', '14']);
|
||||||
|
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
|
||||||
|
g.type='text/javascript'; g.async=true; g.defer=true; g.src='//cdn.matomo.cloud/terminalnetwork.matomo.cloud/matomo.js'; s.parentNode.insertBefore(g,s);
|
||||||
|
})();
|
||||||
|
|
||||||
|
|
||||||
|
}
|
||||||
|
if (readCookie('cookie-notice-dismissed') == 'dontWantCookies') {
|
||||||
|
document.getElementById('cookie-notice').style.display = 'none';
|
||||||
|
|
||||||
|
var _paq = window._paq || [];
|
||||||
|
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */
|
||||||
|
_paq.push(["setDocumentTitle", document.domain + "/" + document.title]);
|
||||||
|
_paq.push(["disableCookies"]);
|
||||||
|
_paq.push(['trackPageView']);
|
||||||
|
_paq.push(['enableLinkTracking']);
|
||||||
|
(function() {
|
||||||
|
var u="https://terminalnetwork.matomo.cloud/";
|
||||||
|
_paq.push(['setTrackerUrl', u+'matomo.php']);
|
||||||
|
_paq.push(['setSiteId', '14']);
|
||||||
|
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
|
||||||
|
g.type='text/javascript'; g.async=true; g.defer=true; g.src='//cdn.matomo.cloud/terminalnetwork.matomo.cloud/matomo.js'; s.parentNode.insertBefore(g,s);
|
||||||
|
})();
|
||||||
|
|
||||||
|
}
|
||||||
|
document.getElementById('cookie-notice-accept').addEventListener("click", function () {
|
||||||
|
createCookie('cookie-notice-dismissed', 'wantCookies', 31);
|
||||||
|
document.getElementById('cookie-notice').style.display = 'none';
|
||||||
|
_paq.push(['trackEvent', 'Consent', 'wantCookie']);
|
||||||
|
location.reload();
|
||||||
|
});
|
||||||
|
|
||||||
|
document.getElementById('cookie-notice-decline').addEventListener("click", function () {
|
||||||
|
createCookie('cookie-notice-dismissed', 'dontWantCookies', 31);
|
||||||
|
document.getElementById('cookie-notice').style.display = 'none';
|
||||||
|
_paq.push(['trackEvent', 'Consent', 'dontWantCookie']);
|
||||||
|
location.reload();
|
||||||
|
});
|
||||||
|
|
||||||
|
// document.getElementById('cookie-notice-gimme').addEventListener("click", function () {
|
||||||
|
// createCookie('cookie-notice-dismissed', 'wantCookies', 31);
|
||||||
|
// document.getElementById('cookie-notice').style.display = 'none';
|
||||||
|
// location.reload();
|
||||||
|
// });
|
||||||
|
|
||||||
|
|
||||||
|
</script>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
404
albums/mula-ep/3-cowboy/index.html
Normal file
404
albums/mula-ep/3-cowboy/index.html
Normal file
|
|
@ -0,0 +1,404 @@
|
||||||
|
<!DOCTYPE html>
|
||||||
|
<!--
|
||||||
|
Based on _Story_ by html5up.net | @ajlkn
|
||||||
|
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
|
||||||
|
Remixed and Jekyllified by Setto
|
||||||
|
-->
|
||||||
|
<html lang="en">
|
||||||
|
<head>
|
||||||
|
<!-- Begin Jekyll SEO tag v2.6.1 -->
|
||||||
|
<meta name="generator" content="Jekyll v4.0.0" />
|
||||||
|
<meta property="og:title" content="3 Cowboy" />
|
||||||
|
<meta name="author" content="pax:nion" />
|
||||||
|
<meta property="og:locale" content="en" />
|
||||||
|
<meta name="description" content="PHI, Panix Heavy Industries" />
|
||||||
|
<meta property="og:description" content="PHI, Panix Heavy Industries" />
|
||||||
|
<link rel="canonical" href="https://panix.basspistol.com/albums/mula-ep/3-cowboy/" />
|
||||||
|
<meta property="og:url" content="https://panix.basspistol.com/albums/mula-ep/3-cowboy/" />
|
||||||
|
<meta property="og:site_name" content="pax:nion" />
|
||||||
|
<meta property="og:type" content="article" />
|
||||||
|
<meta property="article:published_time" content="2020-07-05T18:07:03+00:00" />
|
||||||
|
<script type="application/ld+json">
|
||||||
|
{"description":"PHI, Panix Heavy Industries","@type":"AudioObject","headline":"3 Cowboy","dateModified":"2020-07-05T18:07:00+00:00","datePublished":"2020-07-05T18:07:03+00:00","url":"https://panix.basspistol.com/albums/mula-ep/3-cowboy/","author":{"@type":"Person","name":"pax:nion"},"publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://panix.basspistol.com/assets/img/setto_icon.png"},"name":"pax:nion"},"@context":"https://schema.org"}</script>
|
||||||
|
<!-- End Jekyll SEO tag -->
|
||||||
|
|
||||||
|
<link type="application/atom+xml" rel="alternate" href="https://panix.basspistol.com/feed.xml" title="" />
|
||||||
|
<!-- BEGIN seo.html -->
|
||||||
|
|
||||||
|
<title>Play Cowboy by Panix</title>
|
||||||
|
<meta name="title" content="Play Cowboy by Panix" />
|
||||||
|
|
||||||
|
<meta name="dc.date.modified" scheme="ISO8601" content="2020-07-05T18:07:00+00:00" />
|
||||||
|
<meta name="robots" content="index" />
|
||||||
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||||
|
<link rel="canonical" href="https://panix.basspistol.com/albums/mula-ep/3-cowboy/" />
|
||||||
|
<link rel="alternate" hreflang="x-default" href="https://panix.basspistol.com/albums/mula-ep/3-cowboy/" />
|
||||||
|
<meta name="geo.region" content="BJ-ZO" />
|
||||||
|
<meta name="geo.placename" content="Setto" />
|
||||||
|
<meta name="geo.position" content="7.48777;2.076389" />
|
||||||
|
<meta name="ICBM" content="7.48777, 2.076389" />
|
||||||
|
|
||||||
|
<!-- Dublin Core basic info -->
|
||||||
|
|
||||||
|
<meta name="dcterms.Identifier" content="https://panix.basspistol.com" />
|
||||||
|
<meta name="dcterms.Format" content="text/html" />
|
||||||
|
<meta name="dcterms.Relation" content="pax:nion" />
|
||||||
|
<meta name="dcterms.Publisher" content="pax:nion" />
|
||||||
|
<meta name="dcterms.Type" content="text/html" />
|
||||||
|
<meta name="dcterms.Coverage" content="https://panix.basspistol.com/" />
|
||||||
|
<meta name="dcterms.Rights" content="Copyright ©2020 pax:nion." />
|
||||||
|
|
||||||
|
<meta name="dcterms.Subject" content="Listen and to a track by Panix from the release Mula EP and support your remote artist!" />
|
||||||
|
<meta name="dcterms.Title" content="Cowboy - Panix | pax:nion" />
|
||||||
|
|
||||||
|
<meta name="dcterms.Contributor" content="pax:nion" />
|
||||||
|
<meta name="dcterms.Date" content="2020-07-05" />
|
||||||
|
<meta name="dcterms.Description" content="" />
|
||||||
|
|
||||||
|
<!-- Twitter Card -->
|
||||||
|
|
||||||
|
<meta name="twitter:card" content="summary" />
|
||||||
|
<meta name="twitter:site" content="@" />
|
||||||
|
<meta name="twitter:title" content="3 Cowboy | pax:nion" />
|
||||||
|
<meta name="twitter:description" content="PHI, Panix Heavy Industries" />
|
||||||
|
|
||||||
|
<meta name="twitter:image" content="https://panix.basspistol.com/assets/albums/mula-ep/3-cowboy.jpeg" />
|
||||||
|
|
||||||
|
<!-- END seo.html -->
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<meta charset="utf-8" />
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=yes" />
|
||||||
|
<link rel="stylesheet" href="../../../assets/css/main20200519.css" />
|
||||||
|
|
||||||
|
<link rel="apple-touch-icon" href="https://panix.basspistol.com/apple-touch-icon.png" />
|
||||||
|
<link rel="icon" type="image/png" href="https://panix.basspistol.com/touch-icon.png" sizes="192x192" />
|
||||||
|
<link rel="shortcut icon" href="https://panix.basspistol.com/assets/img/setto_icon.png" type="image/png" />
|
||||||
|
<noscript><link rel="stylesheet" href="../../../assets/css/noscript20200518-rev1.css" /></noscript>
|
||||||
|
</head>
|
||||||
|
|
||||||
|
<body class="is-preload" id="body">
|
||||||
|
<span id="top" style="display: none;"></span>
|
||||||
|
<!-- Wrapper -->
|
||||||
|
<div id="wrapper" class="divided" data-cms-content-wrapper="/_layouts/default.html">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<!-- Banner -->
|
||||||
|
<section
|
||||||
|
class="banner onload-image-fade-in onload-content-fade-right style3 fullscreen content-align-center image-position-center" style="background-image:url('https://media.basspistol.com/panix/mula-ep/3-cowboy.jpeg');background-size: cover; background-repeat: no-repeat;">
|
||||||
|
<div style="z-index:0;position:absolute; top:0; left:0; width:100%;height:100%;background-color: rgba(13, 13 ,13, 0.85);"></div>
|
||||||
|
<div class="content" style="z-index:1">
|
||||||
|
<h1 style="margin-top:80px">Cowboy</h1>
|
||||||
|
|
||||||
|
<p><strong><span id="tracktime"></span></strong><span id="cowboy"></span></strong> <br />
|
||||||
|
Style: <strong>Electronic</strong>
|
||||||
|
</p>
|
||||||
|
<script type="text/javascript">
|
||||||
|
var cowboytimestamp = 74;
|
||||||
|
var cowboyhours = Math.floor(cowboytimestamp / 60 / 60);
|
||||||
|
var cowboyminutes = Math.floor(cowboytimestamp / 60) - (cowboyhours * 60);
|
||||||
|
var cowboyseconds = cowboytimestamp % 60;
|
||||||
|
var cowboyformatted = cowboyhours.toString().padStart(2, '0') + ':' + cowboyminutes.toString().padStart(2, '0') + ':' + cowboyseconds.toString().padStart(2, '0');
|
||||||
|
var theSpan = document.getElementById("cowboy");
|
||||||
|
theSpan.innerHTML = cowboyformatted;
|
||||||
|
</script>
|
||||||
|
|
||||||
|
|
||||||
|
<ul class="actions stacked">
|
||||||
|
<li><button id="mu_pause" class="smooth-scroll-middle button icon solid fa-play">Play dat!</button></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="image">
|
||||||
|
<img src="https://media.basspistol.com/panix/mula-ep/3-cowboy.jpeg" alt="3 Cowboy logo" id="coverart" />
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
|
||||||
|
|
||||||
|
<!-- Page navigation -->
|
||||||
|
<section class="wrapper style1 align-center">
|
||||||
|
<div class="inner">
|
||||||
|
<div class="index align-left">
|
||||||
|
<!-- Author -->
|
||||||
|
<section class="streambox" style="margin-top:40px;padding: 40px;">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<h3 style="text-align: center;display: block;">This track can't be bought</h3>
|
||||||
|
<p>But other tracks are available here:</p>
|
||||||
|
|
||||||
|
|
||||||
|
<div class="streamer">
|
||||||
|
|
||||||
|
|
||||||
|
<a onclick="_paq.push(['trackEvent', 'StoreLink', 'Bandcamp']);" target="_blank" rel="noopener" href="https://panixheavyindustries.bandcamp.com" alt="Stream from Bandcamp" title="Stream from Bandcamp" class="button icon brands fa-bandcamp">Bandcamp</a>
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</section>
|
||||||
|
<section>
|
||||||
|
<!-- Content -->
|
||||||
|
<div class="content">
|
||||||
|
<!-- post Naviation -->
|
||||||
|
<div style="text-align: center;">
|
||||||
|
<h3>Play more songs grom this release</h3>
|
||||||
|
</div>
|
||||||
|
<div class="post-nav">
|
||||||
|
<div>
|
||||||
|
|
||||||
|
<h4><a href="../../../albums/mula-ep/2-fax/" alt="Read Fax" title="Read Fax"><i class="fas fa-arrow-left"></i></a> <a
|
||||||
|
href="../../../albums/mula-ep/2-fax/"> Fax</a>
|
||||||
|
</h4>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
<div class="post-nav-next">
|
||||||
|
|
||||||
|
<h4><a href="../../../albums/mula-ep/1-mula/"> Mula</a> <a
|
||||||
|
href="../../../albums/mula-ep/1-mula/" alt="Read Mula" title="Read Mula"><i class="fas fa-arrow-right"></i></a></h4>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<!-- End Post Navigation -->
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
<!-- Audio player-->
|
||||||
|
<audio autoplay preload="true" data-matomo-title="Cowboy">
|
||||||
|
<source src="https://media.basspistol.com/panix/mula-ep/3-cowboy.mp3" type="audio/mpeg" ontimeupdate='updateTrackTime(this);' />
|
||||||
|
<h1>Your browser isn't ready for so much hotness. Use the download-link instead.</h1>.
|
||||||
|
</audio>
|
||||||
|
<!-- Footer -->
|
||||||
|
<footer id="footer" class="wrapper style1 align-center">
|
||||||
|
<div class="footflex">
|
||||||
|
<div>
|
||||||
|
<h4>pax:nion</h4>
|
||||||
|
<p>PHI, Panix Heavy Industries
|
||||||
|
<br /><a href="mailto:"></a></p>
|
||||||
|
</div>
|
||||||
|
<div>
|
||||||
|
<ul>
|
||||||
|
<li><a href="#top" class="smooth-scroll-middle">Back to top</a></li>
|
||||||
|
<li><a href="/#album0" class="smooth-scroll-middle">music</a></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<div><img src="/assets/panix-logo-dark.svg" style="max-width:300px" alt="pax:nion Logo" /></div>
|
||||||
|
</div>
|
||||||
|
<div class="inner">
|
||||||
|
<ul class="icons">
|
||||||
|
|
||||||
|
<!-- <li><a href="mailto:" class="icon style2 fa-envelope"><span class="label">Email</span></a></li> -->
|
||||||
|
</ul>
|
||||||
|
<p>©2020 Basspistol | <a href="../../../webcreds/">Credits</a> | <a href="../../../cookies/">Cookies & Privacy</a></p>
|
||||||
|
</div>
|
||||||
|
</footer>
|
||||||
|
|
||||||
|
|
||||||
|
<script type="text/javascript">
|
||||||
|
function loadUrl(newLocation) {
|
||||||
|
window.location = newLocation;
|
||||||
|
return false;
|
||||||
|
}
|
||||||
|
|
||||||
|
var mu = document.getElementsByTagName("audio")[0];
|
||||||
|
var pauseButton = document.getElementById("mu_pause");
|
||||||
|
var spincover = document.getElementById("coverart");
|
||||||
|
|
||||||
|
mu.addEventListener('ended', function () {
|
||||||
|
// only functional if "loop" is removed
|
||||||
|
mu.pause();
|
||||||
|
mu.currentTime = 0;
|
||||||
|
loadUrl("../../../mula-ep/1-mula/"); return false;
|
||||||
|
});
|
||||||
|
mu.onplaying = function() {
|
||||||
|
pauseButton.innerHTML = "Pause";
|
||||||
|
pauseButton.classList.remove("fa-play");
|
||||||
|
pauseButton.classList.add("fa-pause");
|
||||||
|
spincover.classList.add("spinnit");
|
||||||
|
spincover.classList.remove("paused");
|
||||||
|
};
|
||||||
|
|
||||||
|
pauseButton.addEventListener("click", function () {
|
||||||
|
if (mu.paused) {
|
||||||
|
mu.play();
|
||||||
|
|
||||||
|
}
|
||||||
|
else {
|
||||||
|
mu.pause();
|
||||||
|
pauseButton.innerHTML = "Resume";
|
||||||
|
pauseButton.classList.add("fa-play");
|
||||||
|
pauseButton.classList.remove("fa-pause");
|
||||||
|
spincover.classList.add("paused");
|
||||||
|
}
|
||||||
|
});
|
||||||
|
|
||||||
|
mu.addEventListener('timeupdate', function () {
|
||||||
|
var timestamp = Math.floor(mu.currentTime);
|
||||||
|
var hours = Math.floor(timestamp / 60 / 60);
|
||||||
|
var minutes = Math.floor(timestamp / 60) - (hours * 60);
|
||||||
|
var seconds = timestamp % 60;
|
||||||
|
var formatted = hours.toString().padStart(2, '0') + ':' + minutes.toString().padStart(2, '0') + ':' + seconds.toString().padStart(2, '0');
|
||||||
|
var thecurrentSpan = document.getElementById("tracktime");
|
||||||
|
thecurrentSpan.innerHTML = formatted + ' / ';
|
||||||
|
});
|
||||||
|
|
||||||
|
</script>
|
||||||
|
</div>
|
||||||
|
<!-- Navigation -->
|
||||||
|
<div id="logo" class="logo">
|
||||||
|
<a href="/" class="smooth-scroll-middle"><img width="200em" src="/assets/panix-logo.svg" alt=" Logo" /></a>
|
||||||
|
<a href="#navbar" onclick="blurBody()" alt="Navigation Menu" title="Navigation Menu"><span style="font-size: 34px;" class="icon solid fa-bars"></span></a>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div id="navbar" style="display: block;" class="modalDialog">
|
||||||
|
<a href="#close" onclick="removeBlur()" alt="Close Menu" title="Close Menu"><div id="closearea"> </div></a>
|
||||||
|
<nav>
|
||||||
|
<a href="#close" title="Close" onclick="removeBlur()" class="close-button close" style="margin: 0 auto;">X</a>
|
||||||
|
<ul>
|
||||||
|
|
||||||
|
|
||||||
|
<li><a href="../../../" class="button small">Home</a></li>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<li><a href="../../../releases/" class="button small">Releases</a></li>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<li><a href="../../../logs/" class="button small">Web-Log</a></li>
|
||||||
|
|
||||||
|
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
</nav>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
<!-- End Navigation -->
|
||||||
|
<!-- Scripts -->
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<script src="../../../assets/js/jquery.min.js"></script>
|
||||||
|
<script src="../../../assets/js/jquery.scrollex.min.js"></script>
|
||||||
|
<script src="../../../assets/js/jquery.scrolly.min.js"></script>
|
||||||
|
<script src="../../../assets/js/browser.min.js"></script>
|
||||||
|
<script src="../../../assets/js/breakpoints.min.js"></script>
|
||||||
|
<script src="../../../assets/js/util.js"></script>
|
||||||
|
<script src="../../../assets/js/main.js"></script>
|
||||||
|
<script src="../../../assets/js/set.js"></script>
|
||||||
|
|
||||||
|
|
||||||
|
<div id="cookie-notice">
|
||||||
|
<p>We only use cookies if you consent to it. They don't contain any identifiable info: they just let us know if you enjoyed this enough to come back. <br />Click <a href="#" id="cookie-notice-decline">here</a> if you want this shit to go away without cookies. <br />Read more about how Basspistol <a href="/cookies/">use cookies</a> </p>
|
||||||
|
<a class="button small yes" href="#" id="cookie-notice-accept">I'm in!</a>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<script>
|
||||||
|
function createCookie(name, value, days) {
|
||||||
|
var expires = "";
|
||||||
|
if (days) {
|
||||||
|
var date = new Date();
|
||||||
|
date.setTime(date.getTime() + (days * 24 * 60 * 60 * 1000));
|
||||||
|
expires = "; expires=" + date.toUTCString();
|
||||||
|
}
|
||||||
|
document.cookie = name + "=" + value + expires + "; path=/";
|
||||||
|
}
|
||||||
|
function readCookie(name) {
|
||||||
|
var nameEQ = name + "=";
|
||||||
|
var ca = document.cookie.split(';');
|
||||||
|
for (var i = 0; i < ca.length; i++) {
|
||||||
|
var c = ca[i];
|
||||||
|
while (c.charAt(0) == ' ') c = c.substring(1, c.length);
|
||||||
|
if (c.indexOf(nameEQ) == 0) return c.substring(nameEQ.length, c.length);
|
||||||
|
}
|
||||||
|
return null;
|
||||||
|
}
|
||||||
|
function eraseCookie(name) {
|
||||||
|
createCookie(name, "", -1);
|
||||||
|
}
|
||||||
|
|
||||||
|
if (readCookie('cookie-notice-dismissed') == 'wantCookies') {
|
||||||
|
|
||||||
|
//* Matomo Tag Manager *//
|
||||||
|
|
||||||
|
var _mtm = _mtm || [];
|
||||||
|
_mtm.push({'mtm.startTime': (new Date().getTime()), 'event': 'mtm.Start'});
|
||||||
|
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
|
||||||
|
g.type='text/javascript'; g.async=true; g.defer=true; g.src='https://cdn.matomo.cloud/terminalnetwork.matomo.cloud/container_aJ0T3vZ5.js'; s.parentNode.insertBefore(g,s);
|
||||||
|
|
||||||
|
//* End Matomo Tag Manager *//
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
} else {
|
||||||
|
document.getElementById('cookie-notice').style.display = 'flex';
|
||||||
|
|
||||||
|
var _paq = window._paq || [];
|
||||||
|
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */
|
||||||
|
_paq.push(["setDocumentTitle", document.domain + "/" + document.title]);
|
||||||
|
_paq.push(["disableCookies"]);
|
||||||
|
_paq.push(['trackPageView']);
|
||||||
|
_paq.push(['enableLinkTracking']);
|
||||||
|
(function() {
|
||||||
|
var u="https://terminalnetwork.matomo.cloud/";
|
||||||
|
_paq.push(['setTrackerUrl', u+'matomo.php']);
|
||||||
|
_paq.push(['setSiteId', '14']);
|
||||||
|
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
|
||||||
|
g.type='text/javascript'; g.async=true; g.defer=true; g.src='//cdn.matomo.cloud/terminalnetwork.matomo.cloud/matomo.js'; s.parentNode.insertBefore(g,s);
|
||||||
|
})();
|
||||||
|
|
||||||
|
|
||||||
|
}
|
||||||
|
if (readCookie('cookie-notice-dismissed') == 'dontWantCookies') {
|
||||||
|
document.getElementById('cookie-notice').style.display = 'none';
|
||||||
|
|
||||||
|
var _paq = window._paq || [];
|
||||||
|
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */
|
||||||
|
_paq.push(["setDocumentTitle", document.domain + "/" + document.title]);
|
||||||
|
_paq.push(["disableCookies"]);
|
||||||
|
_paq.push(['trackPageView']);
|
||||||
|
_paq.push(['enableLinkTracking']);
|
||||||
|
(function() {
|
||||||
|
var u="https://terminalnetwork.matomo.cloud/";
|
||||||
|
_paq.push(['setTrackerUrl', u+'matomo.php']);
|
||||||
|
_paq.push(['setSiteId', '14']);
|
||||||
|
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
|
||||||
|
g.type='text/javascript'; g.async=true; g.defer=true; g.src='//cdn.matomo.cloud/terminalnetwork.matomo.cloud/matomo.js'; s.parentNode.insertBefore(g,s);
|
||||||
|
})();
|
||||||
|
|
||||||
|
}
|
||||||
|
document.getElementById('cookie-notice-accept').addEventListener("click", function () {
|
||||||
|
createCookie('cookie-notice-dismissed', 'wantCookies', 31);
|
||||||
|
document.getElementById('cookie-notice').style.display = 'none';
|
||||||
|
_paq.push(['trackEvent', 'Consent', 'wantCookie']);
|
||||||
|
location.reload();
|
||||||
|
});
|
||||||
|
|
||||||
|
document.getElementById('cookie-notice-decline').addEventListener("click", function () {
|
||||||
|
createCookie('cookie-notice-dismissed', 'dontWantCookies', 31);
|
||||||
|
document.getElementById('cookie-notice').style.display = 'none';
|
||||||
|
_paq.push(['trackEvent', 'Consent', 'dontWantCookie']);
|
||||||
|
location.reload();
|
||||||
|
});
|
||||||
|
|
||||||
|
// document.getElementById('cookie-notice-gimme').addEventListener("click", function () {
|
||||||
|
// createCookie('cookie-notice-dismissed', 'wantCookies', 31);
|
||||||
|
// document.getElementById('cookie-notice').style.display = 'none';
|
||||||
|
// location.reload();
|
||||||
|
// });
|
||||||
|
|
||||||
|
|
||||||
|
</script>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
635
albums/mula-ep/index.html
Normal file
635
albums/mula-ep/index.html
Normal file
|
|
@ -0,0 +1,635 @@
|
||||||
|
<!DOCTYPE html>
|
||||||
|
<!--
|
||||||
|
Based on _Story_ by html5up.net | @ajlkn
|
||||||
|
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
|
||||||
|
Remixed and Jekyllified by Setto
|
||||||
|
-->
|
||||||
|
<html lang="en">
|
||||||
|
<head>
|
||||||
|
<!-- Begin Jekyll SEO tag v2.6.1 -->
|
||||||
|
<meta name="generator" content="Jekyll v4.0.0" />
|
||||||
|
<meta property="og:title" content="Mula Ep" />
|
||||||
|
<meta name="author" content="pax:nion" />
|
||||||
|
<meta property="og:locale" content="en" />
|
||||||
|
<meta name="description" content="PHI, Panix Heavy Industries" />
|
||||||
|
<meta property="og:description" content="PHI, Panix Heavy Industries" />
|
||||||
|
<link rel="canonical" href="https://panix.basspistol.com/albums/mula-ep/" />
|
||||||
|
<meta property="og:url" content="https://panix.basspistol.com/albums/mula-ep/" />
|
||||||
|
<meta property="og:site_name" content="pax:nion" />
|
||||||
|
<meta property="og:type" content="article" />
|
||||||
|
<meta property="article:published_time" content="2001-01-01T00:00:00+00:00" />
|
||||||
|
<script type="application/ld+json">
|
||||||
|
{"description":"PHI, Panix Heavy Industries","@type":"BlogPosting","headline":"Mula Ep","dateModified":"2020-07-05T18:07:00+00:00","datePublished":"2001-01-01T00:00:00+00:00","mainEntityOfPage":{"@type":"WebPage","@id":"https://panix.basspistol.com/albums/mula-ep/"},"url":"https://panix.basspistol.com/albums/mula-ep/","author":{"@type":"Person","name":"pax:nion"},"publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://panix.basspistol.com/assets/img/setto_icon.png"},"name":"pax:nion"},"@context":"https://schema.org"}</script>
|
||||||
|
<!-- End Jekyll SEO tag -->
|
||||||
|
|
||||||
|
<link type="application/atom+xml" rel="alternate" href="https://panix.basspistol.com/feed.xml" title="" />
|
||||||
|
<!-- BEGIN seo.html -->
|
||||||
|
|
||||||
|
<title>Mula Ep | pax:nion</title>
|
||||||
|
<meta name="title" content="Mula Ep | pax:nion" />
|
||||||
|
|
||||||
|
<meta name="dc.date.modified" scheme="ISO8601" content="2020-07-05T18:07:00+00:00" />
|
||||||
|
<meta name="robots" content="index" />
|
||||||
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||||
|
<link rel="canonical" href="https://panix.basspistol.com/albums/mula-ep/" />
|
||||||
|
<link rel="alternate" hreflang="x-default" href="https://panix.basspistol.com/albums/mula-ep/" />
|
||||||
|
<meta name="geo.region" content="BJ-ZO" />
|
||||||
|
<meta name="geo.placename" content="Setto" />
|
||||||
|
<meta name="geo.position" content="7.48777;2.076389" />
|
||||||
|
<meta name="ICBM" content="7.48777, 2.076389" />
|
||||||
|
|
||||||
|
<!-- Dublin Core basic info -->
|
||||||
|
|
||||||
|
<meta name="dcterms.Identifier" content="https://panix.basspistol.com" />
|
||||||
|
<meta name="dcterms.Format" content="text/html" />
|
||||||
|
<meta name="dcterms.Relation" content="pax:nion" />
|
||||||
|
<meta name="dcterms.Publisher" content="pax:nion" />
|
||||||
|
<meta name="dcterms.Type" content="text/html" />
|
||||||
|
<meta name="dcterms.Coverage" content="https://panix.basspistol.com/" />
|
||||||
|
<meta name="dcterms.Rights" content="Copyright ©2020 pax:nion." />
|
||||||
|
|
||||||
|
<meta name="dcterms.Subject" content="PHI, Panix Heavy Industries" />
|
||||||
|
<meta name="dcterms.Title" content="Mula Ep | pax:nion" />
|
||||||
|
|
||||||
|
<meta name="dcterms.Contributor" content="pax:nion" />
|
||||||
|
<meta name="dcterms.Date" content="2001-01-01" />
|
||||||
|
<meta name="dcterms.Description" content="" />
|
||||||
|
|
||||||
|
<!-- Twitter Card -->
|
||||||
|
|
||||||
|
<meta name="twitter:card" content="summary" />
|
||||||
|
<meta name="twitter:site" content="@" />
|
||||||
|
<meta name="twitter:title" content="Mula Ep | pax:nion" />
|
||||||
|
<meta name="twitter:description" content="PHI, Panix Heavy Industries" />
|
||||||
|
|
||||||
|
<meta name="twitter:image" content="https://panix.basspistol.com" />
|
||||||
|
|
||||||
|
<!-- END seo.html -->
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<meta charset="utf-8" />
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=yes" />
|
||||||
|
<link rel="stylesheet" href="../../assets/css/main20200519.css" />
|
||||||
|
<link rel="apple-touch-icon" href="https://panix.basspistol.com/apple-touch-icon.png" />
|
||||||
|
<link rel="icon" type="image/png" href="https://panix.basspistol.com/touch-icon.png" sizes="192x192" />
|
||||||
|
<link rel="shortcut icon" href="https://panix.basspistol.com/assets/img/setto_icon.png" type="image/png" />
|
||||||
|
<noscript><link rel="stylesheet" href="../../assets/css/noscript20200518-rev1.css" /></noscript>
|
||||||
|
</head>
|
||||||
|
<body class="is-preload" id="body">
|
||||||
|
<span id="top" style="display: none;"></span>
|
||||||
|
<!-- Wrapper -->
|
||||||
|
<div id="wrapper" class="divided">
|
||||||
|
|
||||||
|
<!-- Banner -->
|
||||||
|
<section class="banner onload-image-fade-in onload-content-fade-right style2 fullscreen content-align-center image-position-center" style="height:100vh;background-color: rgba(13,13,13,0.85);">
|
||||||
|
<div class="content editable" data-cms-source="/_layouts/album.html" data-cms-index="0">
|
||||||
|
<h1 class="editable" data-cms-source="/_layouts/album.html" data-cms-index="1">Mula Ep</h1>
|
||||||
|
<p></p>
|
||||||
|
<ul class="actions stacked">
|
||||||
|
<li><a href="#moe" class="button small smooth-scroll-middle">cheggit!</a></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<div class="image">
|
||||||
|
<img src="https://media.basspistol.com/panix/mula-ep/1-mula.jpeg" alt="Mula Ep" class="editable" data-cms-source="/_layouts/album.html" data-cms-index="2" />
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
<!-- Content -->
|
||||||
|
<section class="wrapper style1 align-center">
|
||||||
|
<div class="inner" style="padding-top: 40px;">
|
||||||
|
<div class="index align-left">
|
||||||
|
<!-- Author -->
|
||||||
|
<section style="padding-top:40px;" id="moe">
|
||||||
|
|
||||||
|
|
||||||
|
<header id="author">
|
||||||
|
<div class="bio">
|
||||||
|
|
||||||
|
|
||||||
|
<h6>
|
||||||
|
|
||||||
|
Share this page:
|
||||||
|
</h6>
|
||||||
|
<ul class="icons">
|
||||||
|
<li><a target="_blank" rel="nofollow noopener" title="Share to facebook" alt="Share to facebook" href="https://touch.facebook.com/sharer.php?u=https://panix.basspistol.com/albums/mula-ep/&quote=Mula Ep%20by%20pax:nion%20via%20https://panix.basspistol.com" class="icon brands style1 fa-facebook-f"><span class="label">Facebook</span></a></li>
|
||||||
|
<li><a target="_blank" rel="nofollow noopener" title="Share to twitter" alt="Share to twitter" href="https://twitter.com/share?url=https://panix.basspistol.com/albums/mula-ep/&text=Mula Ep%20by%20pax:nion%20&hashtags=paxNion" class="icon brands style1 fa-twitter"><span class="label">Twitter</span></a></li>
|
||||||
|
<li><a target="_blank" rel="nofollow noopener" title="Share to telegram" alt="Share to telgram" href="https://telegram.me/share/url?url=https://panix.basspistol.com/albums/mula-ep/&text=Mula Ep%20by%20pax:nion" class="icon brands style1 fa-telegram"><span class="label">Telegram</span></a></li>
|
||||||
|
<li><a target="_blank" rel="nofollow noopener" title="Share to reddit" alt="Share to reddit" href="https://reddit.com/submit/?url=https://panix.basspistol.com/albums/mula-ep/&title=Mula Ep%20by%20pax:nion" class="icon brands style1 fa-reddit"><span class="label">Reddit</span></a></li>
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</header>
|
||||||
|
<!-- Content -->
|
||||||
|
<div class="content">
|
||||||
|
|
||||||
|
|
||||||
|
<!-- HERE BEGINS MADNESS -->
|
||||||
|
|
||||||
|
|
||||||
|
<!-- Content -->
|
||||||
|
<div class="content">
|
||||||
|
<div id="mainwrap">
|
||||||
|
<div id="nowPlay">
|
||||||
|
<p class="right" id="npTitle" style="font-weight: bold;"></p>
|
||||||
|
<p class="left" id="npAction">Paused...</p>
|
||||||
|
</div>
|
||||||
|
<div id="audiowrap">
|
||||||
|
<div id="audio0">
|
||||||
|
<audio id="audio1" controls="controls">Your browser does not support HTML5
|
||||||
|
Audio!</audio>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div id="tracks">
|
||||||
|
<a id="btnPrev"><span class="icon solid fa-fast-backward"></span></a>
|
||||||
|
<a id="btnNext"><span class="icon solid fa-fast-forward"></span></a>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
<div id="plwrap">
|
||||||
|
<ul id="plList">
|
||||||
|
|
||||||
|
<li>
|
||||||
|
<div class="plItem">
|
||||||
|
<div class="plNum">1.</div>
|
||||||
|
<div class="plTitle">Mula</div>
|
||||||
|
<div class="plLength">2:50</div>
|
||||||
|
</div>
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li>
|
||||||
|
<div class="plItem">
|
||||||
|
<div class="plNum">2.</div>
|
||||||
|
<div class="plTitle">Fax</div>
|
||||||
|
<div class="plLength">2:57</div>
|
||||||
|
</div>
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li>
|
||||||
|
<div class="plItem">
|
||||||
|
<div class="plNum">3.</div>
|
||||||
|
<div class="plTitle">Cowboy</div>
|
||||||
|
<div class="plLength">1:14</div>
|
||||||
|
</div>
|
||||||
|
</li>
|
||||||
|
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div id="noJSalbum">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<div class="plItem">
|
||||||
|
<div class="plNum">1.</div>
|
||||||
|
<div class="plTitle"><a href="https://media.basspistol.com/panix/mula-ep/1-mula.mp3">Mula </a></div>
|
||||||
|
<div class="plLength">2:50</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<div class="plItem">
|
||||||
|
<div class="plNum">2.</div>
|
||||||
|
<div class="plTitle"><a href="https://media.basspistol.com/panix/mula-ep/2-fax.mp3">Fax </a></div>
|
||||||
|
<div class="plLength">2:57</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<div class="plItem">
|
||||||
|
<div class="plNum">3.</div>
|
||||||
|
<div class="plTitle"><a href="https://media.basspistol.com/panix/mula-ep/3-cowboy.mp3">Cowboy </a></div>
|
||||||
|
<div class="plLength">1:14</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="content" style="font-family: monospace;font-size: 16px;margin-top:60px;">
|
||||||
|
|
||||||
|
|
||||||
|
<p></p>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
|
||||||
|
|
||||||
|
<!-- HERE ENDS MADNESS -->
|
||||||
|
|
||||||
|
<section class="wrapper style1 align-center">
|
||||||
|
|
||||||
|
<div class="inner">
|
||||||
|
<h2>Track list</h2>
|
||||||
|
<p>Use thses pages to share one song in particulare</p>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</section>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<section class="spotlight style4 orient-left content-align-right image-position-center onscroll-image-fade-in" style="box-shadow: none;" >
|
||||||
|
<div class="content">
|
||||||
|
<h3>Mula</h3>
|
||||||
|
<p>
|
||||||
|
2:50
|
||||||
|
<br /><strong>Electronic</strong>
|
||||||
|
<br />2001</p>
|
||||||
|
|
||||||
|
<ul class="actions stacked">
|
||||||
|
<li><a href="../../albums/mula-ep/1-mula/" class="button">Track</a></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<div class="image">
|
||||||
|
<img src="https://media.basspistol.com/panix/mula-ep/1-mula.jpeg" alt="Mula" />
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<section class="spotlight style4 orient-right content-align-left image-position-center onscroll-image-fade-in" >
|
||||||
|
<div class="content">
|
||||||
|
<h3>Fax</h3>
|
||||||
|
<p>
|
||||||
|
2:57
|
||||||
|
<br /><strong>Electronic</strong>
|
||||||
|
<br />2001</p>
|
||||||
|
|
||||||
|
<ul class="actions stacked">
|
||||||
|
<li><a href="../../albums/mula-ep/2-fax/" class="button">Track</a></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<div class="image">
|
||||||
|
<img src="https://media.basspistol.com/panix/mula-ep/2-fax.jpeg" alt="Fax" />
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<section class="spotlight style4 orient-left content-align-right image-position-center onscroll-image-fade-in" >
|
||||||
|
<div class="content">
|
||||||
|
<h3>Cowboy</h3>
|
||||||
|
<p>
|
||||||
|
1:14
|
||||||
|
<br /><strong>Electronic</strong>
|
||||||
|
<br />2001</p>
|
||||||
|
|
||||||
|
<ul class="actions stacked">
|
||||||
|
<li><a href="../../albums/mula-ep/3-cowboy/" class="button">Track</a></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<div class="image">
|
||||||
|
<img src="https://media.basspistol.com/panix/mula-ep/3-cowboy.jpeg" alt="Cowboy" />
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<section class="streambox" style="margin-top:40px;padding: 40px;">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<h3 style="text-align: center;display: block;">This release can't be bought</h3>
|
||||||
|
<p>But other releases are available here:</p>
|
||||||
|
|
||||||
|
|
||||||
|
<div class="streamer">
|
||||||
|
|
||||||
|
|
||||||
|
<a onclick="_paq.push(['trackEvent', 'StoreLink', 'Bandcamp']);" target="_blank" rel="noopener" href="https://panixheavyindustries.bandcamp.com" alt="Stream from Bandcamp" title="Stream from Bandcamp" class="button icon brands fa-bandcamp">Bandcamp</a>
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</section>
|
||||||
|
|
||||||
|
<section class="wrapper style1 align-center">
|
||||||
|
<div class="inner">
|
||||||
|
<div class="index align-left">
|
||||||
|
<!-- Author -->
|
||||||
|
|
||||||
|
<section>
|
||||||
|
|
||||||
|
<!-- Content -->
|
||||||
|
<div class="content">
|
||||||
|
<!-- post Naviation -->
|
||||||
|
<div style="text-align: center;">
|
||||||
|
<h3>More releases</h3>
|
||||||
|
</div>
|
||||||
|
<div class="post-nav">
|
||||||
|
<div>
|
||||||
|
|
||||||
|
<h4><a href="/albums/katze/" alt="Read Katze" title="Read Katze"><i class="fas fa-arrow-left"></i></a> <a href="/albums/katze/"> Katze</a></h4>
|
||||||
|
<p style="margin-right: 20px"></p>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
<div class="post-nav-next">
|
||||||
|
|
||||||
|
<h4><a href="/albums/tracker-dust-96-01-vol-1/"> Tracker Dust 96 01 Vol 1</a> <a href="/albums/tracker-dust-96-01-vol-1/" alt="Read Tracker Dust 96 01 Vol 1" title="Read Tracker Dust 96 01 Vol 1"><i class="fas fa-arrow-right"></i></a></h4>
|
||||||
|
<p style="margin-left: 20px"></p>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<!-- End Post Navigation -->
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
|
||||||
|
|
||||||
|
<!-- Footer -->
|
||||||
|
<footer id="footer" class="wrapper style1 align-center">
|
||||||
|
<div class="footflex">
|
||||||
|
<div>
|
||||||
|
<h4>pax:nion</h4>
|
||||||
|
<p>PHI, Panix Heavy Industries
|
||||||
|
<br /><a href="mailto:"></a></p>
|
||||||
|
</div>
|
||||||
|
<div>
|
||||||
|
<ul>
|
||||||
|
<li><a href="#top" class="smooth-scroll-middle">Back to top</a></li>
|
||||||
|
<li><a href="/#album0" class="smooth-scroll-middle">music</a></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<div><img src="/assets/panix-logo-dark.svg" style="max-width:300px" alt="pax:nion Logo" /></div>
|
||||||
|
</div>
|
||||||
|
<div class="inner">
|
||||||
|
<ul class="icons">
|
||||||
|
|
||||||
|
<!-- <li><a href="mailto:" class="icon style2 fa-envelope"><span class="label">Email</span></a></li> -->
|
||||||
|
</ul>
|
||||||
|
<p>©2020 Basspistol | <a href="../../webcreds/">Credits</a> | <a href="../../cookies/">Cookies & Privacy</a></p>
|
||||||
|
</div>
|
||||||
|
</footer>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
<!-- Navigation -->
|
||||||
|
<div id="logo" class="logo">
|
||||||
|
<a href="/" class="smooth-scroll-middle"><img width="200em" src="/assets/panix-logo.svg" alt=" Logo" /></a>
|
||||||
|
<a href="#navbar" onclick="blurBody()" alt="Navigation Menu" title="Navigation Menu"><span style="font-size: 34px;" class="icon solid fa-bars"></span></a>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div id="navbar" style="display: block;" class="modalDialog">
|
||||||
|
<a href="#close" onclick="removeBlur()" alt="Close Menu" title="Close Menu"><div id="closearea"> </div></a>
|
||||||
|
<nav>
|
||||||
|
<a href="#close" title="Close" onclick="removeBlur()" class="close-button close" style="margin: 0 auto;">X</a>
|
||||||
|
<ul>
|
||||||
|
|
||||||
|
|
||||||
|
<li><a href="../../" class="button small">Home</a></li>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<li><a href="../../releases/" class="button small">Releases</a></li>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<li><a href="../../logs/" class="button small">Web-Log</a></li>
|
||||||
|
|
||||||
|
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
</nav>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
<!-- End Navigation -->
|
||||||
|
<!-- Scripts -->
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<script src="../../assets/js/jquery.min.js"></script>
|
||||||
|
<script src="../../assets/js/jquery.scrollex.min.js"></script>
|
||||||
|
<script src="../../assets/js/jquery.scrolly.min.js"></script>
|
||||||
|
<script src="../../assets/js/browser.min.js"></script>
|
||||||
|
<script src="../../assets/js/breakpoints.min.js"></script>
|
||||||
|
<script src="../../assets/js/util.js"></script>
|
||||||
|
<script src="../../assets/js/main.js"></script>
|
||||||
|
<script src="../../assets/js/set.js"></script>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<script type="text/javascript">
|
||||||
|
// html5media enables <video> and <audio> tags in all major browsers
|
||||||
|
// External File: http://api.html5media.info/1.1.8/html5media.min.js
|
||||||
|
|
||||||
|
|
||||||
|
// Add user agent as an attribute on the <html> tag...
|
||||||
|
// Inspiration: http://css-tricks.com/ie-10-specific-styles/
|
||||||
|
var b = document.documentElement;
|
||||||
|
b.setAttribute('data-useragent', navigator.userAgent);
|
||||||
|
b.setAttribute('data-platform', navigator.platform);
|
||||||
|
|
||||||
|
|
||||||
|
// HTML5 audio player + playlist controls...
|
||||||
|
// Inspiration: http://jonhall.info/how_to/create_a_playlist_for_html5_audio
|
||||||
|
// Mythium Archive: https://archive.org/details/mythium/
|
||||||
|
jQuery(function ($) {
|
||||||
|
var supportsAudio = !!document.createElement('audio').canPlayType;
|
||||||
|
if (supportsAudio) {
|
||||||
|
var index = 0,
|
||||||
|
playing = false,
|
||||||
|
mediaPath = '',
|
||||||
|
extension = '',
|
||||||
|
tracks = [{
|
||||||
|
"track": 1,
|
||||||
|
"name": "Mula",
|
||||||
|
"length": "2:50",
|
||||||
|
"file": "https://media.basspistol.com/panix/mula-ep/1-mula"
|
||||||
|
},{
|
||||||
|
"track": 2,
|
||||||
|
"name": "Fax",
|
||||||
|
"length": "2:57",
|
||||||
|
"file": "https://media.basspistol.com/panix/mula-ep/2-fax"
|
||||||
|
},{
|
||||||
|
"track": 3,
|
||||||
|
"name": "Cowboy",
|
||||||
|
"length": "1:14",
|
||||||
|
"file": "https://media.basspistol.com/panix/mula-ep/3-cowboy"
|
||||||
|
}],
|
||||||
|
trackCount = tracks.length,
|
||||||
|
npAction = $('#npAction'),
|
||||||
|
npTitle = $('#npTitle'),
|
||||||
|
audio = $('#audio1').bind('play', function () {
|
||||||
|
playing = true;
|
||||||
|
npAction.text('Playing...');
|
||||||
|
}).bind('pause', function () {
|
||||||
|
playing = false;
|
||||||
|
npAction.text('Paused...');
|
||||||
|
}).bind('ended', function () {
|
||||||
|
npAction.text('Paused...');
|
||||||
|
if ((index + 1) < trackCount) {
|
||||||
|
index++;
|
||||||
|
loadTrack(index);
|
||||||
|
audio.play();
|
||||||
|
} else {
|
||||||
|
audio.pause();
|
||||||
|
index = 0;
|
||||||
|
loadTrack(index);
|
||||||
|
}
|
||||||
|
}).get(0),
|
||||||
|
btnPrev = $('#btnPrev').click(function () {
|
||||||
|
if ((index - 1) > -1) {
|
||||||
|
index--;
|
||||||
|
loadTrack(index);
|
||||||
|
if (playing) {
|
||||||
|
audio.play();
|
||||||
|
}
|
||||||
|
} else {
|
||||||
|
audio.pause();
|
||||||
|
index = 0;
|
||||||
|
loadTrack(index);
|
||||||
|
}
|
||||||
|
}),
|
||||||
|
btnNext = $('#btnNext').click(function () {
|
||||||
|
if ((index + 1) < trackCount) {
|
||||||
|
index++;
|
||||||
|
loadTrack(index);
|
||||||
|
if (playing) {
|
||||||
|
audio.play();
|
||||||
|
}
|
||||||
|
} else {
|
||||||
|
audio.pause();
|
||||||
|
index = 0;
|
||||||
|
loadTrack(index);
|
||||||
|
}
|
||||||
|
}),
|
||||||
|
li = $('#plList li').click(function () {
|
||||||
|
var id = parseInt($(this).index());
|
||||||
|
if (id !== index) {
|
||||||
|
playTrack(id);
|
||||||
|
}
|
||||||
|
}),
|
||||||
|
loadTrack = function (id) {
|
||||||
|
$('.plSel').removeClass('plSel');
|
||||||
|
$('#plList li:eq(' + id + ')').addClass('plSel');
|
||||||
|
npTitle.text(tracks[id].name);
|
||||||
|
index = id;
|
||||||
|
audio.src = mediaPath + tracks[id].file + extension;
|
||||||
|
$('audio').attr("data-matomo-title", tracks[id].name);
|
||||||
|
},
|
||||||
|
playTrack = function (id) {
|
||||||
|
loadTrack(id);
|
||||||
|
audio.play();
|
||||||
|
};
|
||||||
|
extension = audio.canPlayType('audio/mpeg') ? '.mp3' : audio.canPlayType('audio/ogg') ? '.ogg' : '';
|
||||||
|
loadTrack(index);
|
||||||
|
}
|
||||||
|
});
|
||||||
|
|
||||||
|
</script>
|
||||||
|
|
||||||
|
|
||||||
|
<div id="cookie-notice">
|
||||||
|
<p>We only use cookies if you consent to it. They don't contain any identifiable info: they just let us know if you enjoyed this enough to come back. <br />Click <a href="#" id="cookie-notice-decline">here</a> if you want this shit to go away without cookies. <br />Read more about how Basspistol <a href="/cookies/">use cookies</a> </p>
|
||||||
|
<a class="button small yes" href="#" id="cookie-notice-accept">I'm in!</a>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<script>
|
||||||
|
function createCookie(name, value, days) {
|
||||||
|
var expires = "";
|
||||||
|
if (days) {
|
||||||
|
var date = new Date();
|
||||||
|
date.setTime(date.getTime() + (days * 24 * 60 * 60 * 1000));
|
||||||
|
expires = "; expires=" + date.toUTCString();
|
||||||
|
}
|
||||||
|
document.cookie = name + "=" + value + expires + "; path=/";
|
||||||
|
}
|
||||||
|
function readCookie(name) {
|
||||||
|
var nameEQ = name + "=";
|
||||||
|
var ca = document.cookie.split(';');
|
||||||
|
for (var i = 0; i < ca.length; i++) {
|
||||||
|
var c = ca[i];
|
||||||
|
while (c.charAt(0) == ' ') c = c.substring(1, c.length);
|
||||||
|
if (c.indexOf(nameEQ) == 0) return c.substring(nameEQ.length, c.length);
|
||||||
|
}
|
||||||
|
return null;
|
||||||
|
}
|
||||||
|
function eraseCookie(name) {
|
||||||
|
createCookie(name, "", -1);
|
||||||
|
}
|
||||||
|
|
||||||
|
if (readCookie('cookie-notice-dismissed') == 'wantCookies') {
|
||||||
|
|
||||||
|
//* Matomo Tag Manager *//
|
||||||
|
|
||||||
|
var _mtm = _mtm || [];
|
||||||
|
_mtm.push({'mtm.startTime': (new Date().getTime()), 'event': 'mtm.Start'});
|
||||||
|
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
|
||||||
|
g.type='text/javascript'; g.async=true; g.defer=true; g.src='https://cdn.matomo.cloud/terminalnetwork.matomo.cloud/container_aJ0T3vZ5.js'; s.parentNode.insertBefore(g,s);
|
||||||
|
|
||||||
|
//* End Matomo Tag Manager *//
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
} else {
|
||||||
|
document.getElementById('cookie-notice').style.display = 'flex';
|
||||||
|
|
||||||
|
var _paq = window._paq || [];
|
||||||
|
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */
|
||||||
|
_paq.push(["setDocumentTitle", document.domain + "/" + document.title]);
|
||||||
|
_paq.push(["disableCookies"]);
|
||||||
|
_paq.push(['trackPageView']);
|
||||||
|
_paq.push(['enableLinkTracking']);
|
||||||
|
(function() {
|
||||||
|
var u="https://terminalnetwork.matomo.cloud/";
|
||||||
|
_paq.push(['setTrackerUrl', u+'matomo.php']);
|
||||||
|
_paq.push(['setSiteId', '14']);
|
||||||
|
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
|
||||||
|
g.type='text/javascript'; g.async=true; g.defer=true; g.src='//cdn.matomo.cloud/terminalnetwork.matomo.cloud/matomo.js'; s.parentNode.insertBefore(g,s);
|
||||||
|
})();
|
||||||
|
|
||||||
|
|
||||||
|
}
|
||||||
|
if (readCookie('cookie-notice-dismissed') == 'dontWantCookies') {
|
||||||
|
document.getElementById('cookie-notice').style.display = 'none';
|
||||||
|
|
||||||
|
var _paq = window._paq || [];
|
||||||
|
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */
|
||||||
|
_paq.push(["setDocumentTitle", document.domain + "/" + document.title]);
|
||||||
|
_paq.push(["disableCookies"]);
|
||||||
|
_paq.push(['trackPageView']);
|
||||||
|
_paq.push(['enableLinkTracking']);
|
||||||
|
(function() {
|
||||||
|
var u="https://terminalnetwork.matomo.cloud/";
|
||||||
|
_paq.push(['setTrackerUrl', u+'matomo.php']);
|
||||||
|
_paq.push(['setSiteId', '14']);
|
||||||
|
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
|
||||||
|
g.type='text/javascript'; g.async=true; g.defer=true; g.src='//cdn.matomo.cloud/terminalnetwork.matomo.cloud/matomo.js'; s.parentNode.insertBefore(g,s);
|
||||||
|
})();
|
||||||
|
|
||||||
|
}
|
||||||
|
document.getElementById('cookie-notice-accept').addEventListener("click", function () {
|
||||||
|
createCookie('cookie-notice-dismissed', 'wantCookies', 31);
|
||||||
|
document.getElementById('cookie-notice').style.display = 'none';
|
||||||
|
_paq.push(['trackEvent', 'Consent', 'wantCookie']);
|
||||||
|
location.reload();
|
||||||
|
});
|
||||||
|
|
||||||
|
document.getElementById('cookie-notice-decline').addEventListener("click", function () {
|
||||||
|
createCookie('cookie-notice-dismissed', 'dontWantCookies', 31);
|
||||||
|
document.getElementById('cookie-notice').style.display = 'none';
|
||||||
|
_paq.push(['trackEvent', 'Consent', 'dontWantCookie']);
|
||||||
|
location.reload();
|
||||||
|
});
|
||||||
|
|
||||||
|
// document.getElementById('cookie-notice-gimme').addEventListener("click", function () {
|
||||||
|
// createCookie('cookie-notice-dismissed', 'wantCookies', 31);
|
||||||
|
// document.getElementById('cookie-notice').style.display = 'none';
|
||||||
|
// location.reload();
|
||||||
|
// });
|
||||||
|
|
||||||
|
|
||||||
|
</script>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
404
albums/netbook-lofi-beatheads/1-wtf/index.html
Normal file
404
albums/netbook-lofi-beatheads/1-wtf/index.html
Normal file
|
|
@ -0,0 +1,404 @@
|
||||||
|
<!DOCTYPE html>
|
||||||
|
<!--
|
||||||
|
Based on _Story_ by html5up.net | @ajlkn
|
||||||
|
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
|
||||||
|
Remixed and Jekyllified by Setto
|
||||||
|
-->
|
||||||
|
<html lang="en">
|
||||||
|
<head>
|
||||||
|
<!-- Begin Jekyll SEO tag v2.6.1 -->
|
||||||
|
<meta name="generator" content="Jekyll v4.0.0" />
|
||||||
|
<meta property="og:title" content="1 Wtf" />
|
||||||
|
<meta name="author" content="pax:nion" />
|
||||||
|
<meta property="og:locale" content="en" />
|
||||||
|
<meta name="description" content="PHI, Panix Heavy Industries" />
|
||||||
|
<meta property="og:description" content="PHI, Panix Heavy Industries" />
|
||||||
|
<link rel="canonical" href="https://panix.basspistol.com/albums/netbook-lofi-beatheads/1-wtf/" />
|
||||||
|
<meta property="og:url" content="https://panix.basspistol.com/albums/netbook-lofi-beatheads/1-wtf/" />
|
||||||
|
<meta property="og:site_name" content="pax:nion" />
|
||||||
|
<meta property="og:type" content="article" />
|
||||||
|
<meta property="article:published_time" content="2020-07-05T18:07:03+00:00" />
|
||||||
|
<script type="application/ld+json">
|
||||||
|
{"description":"PHI, Panix Heavy Industries","@type":"AudioObject","headline":"1 Wtf","dateModified":"2020-07-05T18:07:00+00:00","datePublished":"2020-07-05T18:07:03+00:00","url":"https://panix.basspistol.com/albums/netbook-lofi-beatheads/1-wtf/","author":{"@type":"Person","name":"pax:nion"},"publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://panix.basspistol.com/assets/img/setto_icon.png"},"name":"pax:nion"},"@context":"https://schema.org"}</script>
|
||||||
|
<!-- End Jekyll SEO tag -->
|
||||||
|
|
||||||
|
<link type="application/atom+xml" rel="alternate" href="https://panix.basspistol.com/feed.xml" title="" />
|
||||||
|
<!-- BEGIN seo.html -->
|
||||||
|
|
||||||
|
<title>Play WTF by Panix Hilton</title>
|
||||||
|
<meta name="title" content="Play WTF by Panix Hilton" />
|
||||||
|
|
||||||
|
<meta name="dc.date.modified" scheme="ISO8601" content="2020-07-05T18:07:00+00:00" />
|
||||||
|
<meta name="robots" content="index" />
|
||||||
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||||
|
<link rel="canonical" href="https://panix.basspistol.com/albums/netbook-lofi-beatheads/1-wtf/" />
|
||||||
|
<link rel="alternate" hreflang="x-default" href="https://panix.basspistol.com/albums/netbook-lofi-beatheads/1-wtf/" />
|
||||||
|
<meta name="geo.region" content="BJ-ZO" />
|
||||||
|
<meta name="geo.placename" content="Setto" />
|
||||||
|
<meta name="geo.position" content="7.48777;2.076389" />
|
||||||
|
<meta name="ICBM" content="7.48777, 2.076389" />
|
||||||
|
|
||||||
|
<!-- Dublin Core basic info -->
|
||||||
|
|
||||||
|
<meta name="dcterms.Identifier" content="https://panix.basspistol.com" />
|
||||||
|
<meta name="dcterms.Format" content="text/html" />
|
||||||
|
<meta name="dcterms.Relation" content="pax:nion" />
|
||||||
|
<meta name="dcterms.Publisher" content="pax:nion" />
|
||||||
|
<meta name="dcterms.Type" content="text/html" />
|
||||||
|
<meta name="dcterms.Coverage" content="https://panix.basspistol.com/" />
|
||||||
|
<meta name="dcterms.Rights" content="Copyright ©2020 pax:nion." />
|
||||||
|
|
||||||
|
<meta name="dcterms.Subject" content="Listen and to a track by Panix Hilton from the release Netbook Lofi Beatheads and support your remote artist!" />
|
||||||
|
<meta name="dcterms.Title" content="WTF - Panix Hilton | pax:nion" />
|
||||||
|
|
||||||
|
<meta name="dcterms.Contributor" content="pax:nion" />
|
||||||
|
<meta name="dcterms.Date" content="2020-07-05" />
|
||||||
|
<meta name="dcterms.Description" content="" />
|
||||||
|
|
||||||
|
<!-- Twitter Card -->
|
||||||
|
|
||||||
|
<meta name="twitter:card" content="summary" />
|
||||||
|
<meta name="twitter:site" content="@" />
|
||||||
|
<meta name="twitter:title" content="1 Wtf | pax:nion" />
|
||||||
|
<meta name="twitter:description" content="PHI, Panix Heavy Industries" />
|
||||||
|
|
||||||
|
<meta name="twitter:image" content="https://panix.basspistol.com/assets/albums/netbook-lofi-beatheads/1-wtf.jpeg" />
|
||||||
|
|
||||||
|
<!-- END seo.html -->
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<meta charset="utf-8" />
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=yes" />
|
||||||
|
<link rel="stylesheet" href="../../../assets/css/main20200519.css" />
|
||||||
|
|
||||||
|
<link rel="apple-touch-icon" href="https://panix.basspistol.com/apple-touch-icon.png" />
|
||||||
|
<link rel="icon" type="image/png" href="https://panix.basspistol.com/touch-icon.png" sizes="192x192" />
|
||||||
|
<link rel="shortcut icon" href="https://panix.basspistol.com/assets/img/setto_icon.png" type="image/png" />
|
||||||
|
<noscript><link rel="stylesheet" href="../../../assets/css/noscript20200518-rev1.css" /></noscript>
|
||||||
|
</head>
|
||||||
|
|
||||||
|
<body class="is-preload" id="body">
|
||||||
|
<span id="top" style="display: none;"></span>
|
||||||
|
<!-- Wrapper -->
|
||||||
|
<div id="wrapper" class="divided" data-cms-content-wrapper="/_layouts/default.html">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<!-- Banner -->
|
||||||
|
<section
|
||||||
|
class="banner onload-image-fade-in onload-content-fade-right style3 fullscreen content-align-center image-position-center" style="background-image:url('https://media.basspistol.com/panix/netbook-lofi-beatheads/1-wtf.jpeg');background-size: cover; background-repeat: no-repeat;">
|
||||||
|
<div style="z-index:0;position:absolute; top:0; left:0; width:100%;height:100%;background-color: rgba(13, 13 ,13, 0.85);"></div>
|
||||||
|
<div class="content" style="z-index:1">
|
||||||
|
<h1 style="margin-top:80px">WTF</h1>
|
||||||
|
|
||||||
|
<p><strong><span id="tracktime"></span></strong><span id="wtf"></span></strong> <br />
|
||||||
|
Style: <strong>Electronic</strong>
|
||||||
|
</p>
|
||||||
|
<script type="text/javascript">
|
||||||
|
var wtftimestamp = 130;
|
||||||
|
var wtfhours = Math.floor(wtftimestamp / 60 / 60);
|
||||||
|
var wtfminutes = Math.floor(wtftimestamp / 60) - (wtfhours * 60);
|
||||||
|
var wtfseconds = wtftimestamp % 60;
|
||||||
|
var wtfformatted = wtfhours.toString().padStart(2, '0') + ':' + wtfminutes.toString().padStart(2, '0') + ':' + wtfseconds.toString().padStart(2, '0');
|
||||||
|
var theSpan = document.getElementById("wtf");
|
||||||
|
theSpan.innerHTML = wtfformatted;
|
||||||
|
</script>
|
||||||
|
|
||||||
|
|
||||||
|
<ul class="actions stacked">
|
||||||
|
<li><button id="mu_pause" class="smooth-scroll-middle button icon solid fa-play">Play dat!</button></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="image">
|
||||||
|
<img src="https://media.basspistol.com/panix/netbook-lofi-beatheads/1-wtf.jpeg" alt="1 Wtf logo" id="coverart" />
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
|
||||||
|
|
||||||
|
<!-- Page navigation -->
|
||||||
|
<section class="wrapper style1 align-center">
|
||||||
|
<div class="inner">
|
||||||
|
<div class="index align-left">
|
||||||
|
<!-- Author -->
|
||||||
|
<section class="streambox" style="margin-top:40px;padding: 40px;">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<h3 style="text-align: center;display: block;">This track can't be bought</h3>
|
||||||
|
<p>But other tracks are available here:</p>
|
||||||
|
|
||||||
|
|
||||||
|
<div class="streamer">
|
||||||
|
|
||||||
|
|
||||||
|
<a onclick="_paq.push(['trackEvent', 'StoreLink', 'Bandcamp']);" target="_blank" rel="noopener" href="https://panixheavyindustries.bandcamp.com" alt="Stream from Bandcamp" title="Stream from Bandcamp" class="button icon brands fa-bandcamp">Bandcamp</a>
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</section>
|
||||||
|
<section>
|
||||||
|
<!-- Content -->
|
||||||
|
<div class="content">
|
||||||
|
<!-- post Naviation -->
|
||||||
|
<div style="text-align: center;">
|
||||||
|
<h3>Play more songs grom this release</h3>
|
||||||
|
</div>
|
||||||
|
<div class="post-nav">
|
||||||
|
<div>
|
||||||
|
|
||||||
|
<h4><a href="../../../albums/netbook-lofi-beatheads/14-voicing/" alt="Read Voicing" title="Read Voicing"><i class="fas fa-arrow-left"></i></a> <a
|
||||||
|
href="../../../albums/netbook-lofi-beatheads/14-voicing/"> Voicing</a>
|
||||||
|
</h4>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
<div class="post-nav-next">
|
||||||
|
|
||||||
|
<h4><a href="../../../albums/netbook-lofi-beatheads/2-blockerad/"> Blockerad</a> <a
|
||||||
|
href="../../../albums/netbook-lofi-beatheads/2-blockerad/" alt="Read Blockerad" title="Read Blockerad"><i class="fas fa-arrow-right"></i></a></h4>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<!-- End Post Navigation -->
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
<!-- Audio player-->
|
||||||
|
<audio autoplay preload="true" data-matomo-title="WTF">
|
||||||
|
<source src="https://media.basspistol.com/panix/netbook-lofi-beatheads/1-wtf.mp3" type="audio/mpeg" ontimeupdate='updateTrackTime(this);' />
|
||||||
|
<h1>Your browser isn't ready for so much hotness. Use the download-link instead.</h1>.
|
||||||
|
</audio>
|
||||||
|
<!-- Footer -->
|
||||||
|
<footer id="footer" class="wrapper style1 align-center">
|
||||||
|
<div class="footflex">
|
||||||
|
<div>
|
||||||
|
<h4>pax:nion</h4>
|
||||||
|
<p>PHI, Panix Heavy Industries
|
||||||
|
<br /><a href="mailto:"></a></p>
|
||||||
|
</div>
|
||||||
|
<div>
|
||||||
|
<ul>
|
||||||
|
<li><a href="#top" class="smooth-scroll-middle">Back to top</a></li>
|
||||||
|
<li><a href="/#album0" class="smooth-scroll-middle">music</a></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<div><img src="/assets/panix-logo-dark.svg" style="max-width:300px" alt="pax:nion Logo" /></div>
|
||||||
|
</div>
|
||||||
|
<div class="inner">
|
||||||
|
<ul class="icons">
|
||||||
|
|
||||||
|
<!-- <li><a href="mailto:" class="icon style2 fa-envelope"><span class="label">Email</span></a></li> -->
|
||||||
|
</ul>
|
||||||
|
<p>©2020 Basspistol | <a href="../../../webcreds/">Credits</a> | <a href="../../../cookies/">Cookies & Privacy</a></p>
|
||||||
|
</div>
|
||||||
|
</footer>
|
||||||
|
|
||||||
|
|
||||||
|
<script type="text/javascript">
|
||||||
|
function loadUrl(newLocation) {
|
||||||
|
window.location = newLocation;
|
||||||
|
return false;
|
||||||
|
}
|
||||||
|
|
||||||
|
var mu = document.getElementsByTagName("audio")[0];
|
||||||
|
var pauseButton = document.getElementById("mu_pause");
|
||||||
|
var spincover = document.getElementById("coverart");
|
||||||
|
|
||||||
|
mu.addEventListener('ended', function () {
|
||||||
|
// only functional if "loop" is removed
|
||||||
|
mu.pause();
|
||||||
|
mu.currentTime = 0;
|
||||||
|
loadUrl("../../../netbook-lofi-beatheads/2-blockerad/"); return false;
|
||||||
|
});
|
||||||
|
mu.onplaying = function() {
|
||||||
|
pauseButton.innerHTML = "Pause";
|
||||||
|
pauseButton.classList.remove("fa-play");
|
||||||
|
pauseButton.classList.add("fa-pause");
|
||||||
|
spincover.classList.add("spinnit");
|
||||||
|
spincover.classList.remove("paused");
|
||||||
|
};
|
||||||
|
|
||||||
|
pauseButton.addEventListener("click", function () {
|
||||||
|
if (mu.paused) {
|
||||||
|
mu.play();
|
||||||
|
|
||||||
|
}
|
||||||
|
else {
|
||||||
|
mu.pause();
|
||||||
|
pauseButton.innerHTML = "Resume";
|
||||||
|
pauseButton.classList.add("fa-play");
|
||||||
|
pauseButton.classList.remove("fa-pause");
|
||||||
|
spincover.classList.add("paused");
|
||||||
|
}
|
||||||
|
});
|
||||||
|
|
||||||
|
mu.addEventListener('timeupdate', function () {
|
||||||
|
var timestamp = Math.floor(mu.currentTime);
|
||||||
|
var hours = Math.floor(timestamp / 60 / 60);
|
||||||
|
var minutes = Math.floor(timestamp / 60) - (hours * 60);
|
||||||
|
var seconds = timestamp % 60;
|
||||||
|
var formatted = hours.toString().padStart(2, '0') + ':' + minutes.toString().padStart(2, '0') + ':' + seconds.toString().padStart(2, '0');
|
||||||
|
var thecurrentSpan = document.getElementById("tracktime");
|
||||||
|
thecurrentSpan.innerHTML = formatted + ' / ';
|
||||||
|
});
|
||||||
|
|
||||||
|
</script>
|
||||||
|
</div>
|
||||||
|
<!-- Navigation -->
|
||||||
|
<div id="logo" class="logo">
|
||||||
|
<a href="/" class="smooth-scroll-middle"><img width="200em" src="/assets/panix-logo.svg" alt=" Logo" /></a>
|
||||||
|
<a href="#navbar" onclick="blurBody()" alt="Navigation Menu" title="Navigation Menu"><span style="font-size: 34px;" class="icon solid fa-bars"></span></a>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div id="navbar" style="display: block;" class="modalDialog">
|
||||||
|
<a href="#close" onclick="removeBlur()" alt="Close Menu" title="Close Menu"><div id="closearea"> </div></a>
|
||||||
|
<nav>
|
||||||
|
<a href="#close" title="Close" onclick="removeBlur()" class="close-button close" style="margin: 0 auto;">X</a>
|
||||||
|
<ul>
|
||||||
|
|
||||||
|
|
||||||
|
<li><a href="../../../" class="button small">Home</a></li>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<li><a href="../../../releases/" class="button small">Releases</a></li>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<li><a href="../../../logs/" class="button small">Web-Log</a></li>
|
||||||
|
|
||||||
|
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
</nav>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
<!-- End Navigation -->
|
||||||
|
<!-- Scripts -->
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<script src="../../../assets/js/jquery.min.js"></script>
|
||||||
|
<script src="../../../assets/js/jquery.scrollex.min.js"></script>
|
||||||
|
<script src="../../../assets/js/jquery.scrolly.min.js"></script>
|
||||||
|
<script src="../../../assets/js/browser.min.js"></script>
|
||||||
|
<script src="../../../assets/js/breakpoints.min.js"></script>
|
||||||
|
<script src="../../../assets/js/util.js"></script>
|
||||||
|
<script src="../../../assets/js/main.js"></script>
|
||||||
|
<script src="../../../assets/js/set.js"></script>
|
||||||
|
|
||||||
|
|
||||||
|
<div id="cookie-notice">
|
||||||
|
<p>We only use cookies if you consent to it. They don't contain any identifiable info: they just let us know if you enjoyed this enough to come back. <br />Click <a href="#" id="cookie-notice-decline">here</a> if you want this shit to go away without cookies. <br />Read more about how Basspistol <a href="/cookies/">use cookies</a> </p>
|
||||||
|
<a class="button small yes" href="#" id="cookie-notice-accept">I'm in!</a>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<script>
|
||||||
|
function createCookie(name, value, days) {
|
||||||
|
var expires = "";
|
||||||
|
if (days) {
|
||||||
|
var date = new Date();
|
||||||
|
date.setTime(date.getTime() + (days * 24 * 60 * 60 * 1000));
|
||||||
|
expires = "; expires=" + date.toUTCString();
|
||||||
|
}
|
||||||
|
document.cookie = name + "=" + value + expires + "; path=/";
|
||||||
|
}
|
||||||
|
function readCookie(name) {
|
||||||
|
var nameEQ = name + "=";
|
||||||
|
var ca = document.cookie.split(';');
|
||||||
|
for (var i = 0; i < ca.length; i++) {
|
||||||
|
var c = ca[i];
|
||||||
|
while (c.charAt(0) == ' ') c = c.substring(1, c.length);
|
||||||
|
if (c.indexOf(nameEQ) == 0) return c.substring(nameEQ.length, c.length);
|
||||||
|
}
|
||||||
|
return null;
|
||||||
|
}
|
||||||
|
function eraseCookie(name) {
|
||||||
|
createCookie(name, "", -1);
|
||||||
|
}
|
||||||
|
|
||||||
|
if (readCookie('cookie-notice-dismissed') == 'wantCookies') {
|
||||||
|
|
||||||
|
//* Matomo Tag Manager *//
|
||||||
|
|
||||||
|
var _mtm = _mtm || [];
|
||||||
|
_mtm.push({'mtm.startTime': (new Date().getTime()), 'event': 'mtm.Start'});
|
||||||
|
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
|
||||||
|
g.type='text/javascript'; g.async=true; g.defer=true; g.src='https://cdn.matomo.cloud/terminalnetwork.matomo.cloud/container_aJ0T3vZ5.js'; s.parentNode.insertBefore(g,s);
|
||||||
|
|
||||||
|
//* End Matomo Tag Manager *//
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
} else {
|
||||||
|
document.getElementById('cookie-notice').style.display = 'flex';
|
||||||
|
|
||||||
|
var _paq = window._paq || [];
|
||||||
|
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */
|
||||||
|
_paq.push(["setDocumentTitle", document.domain + "/" + document.title]);
|
||||||
|
_paq.push(["disableCookies"]);
|
||||||
|
_paq.push(['trackPageView']);
|
||||||
|
_paq.push(['enableLinkTracking']);
|
||||||
|
(function() {
|
||||||
|
var u="https://terminalnetwork.matomo.cloud/";
|
||||||
|
_paq.push(['setTrackerUrl', u+'matomo.php']);
|
||||||
|
_paq.push(['setSiteId', '14']);
|
||||||
|
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
|
||||||
|
g.type='text/javascript'; g.async=true; g.defer=true; g.src='//cdn.matomo.cloud/terminalnetwork.matomo.cloud/matomo.js'; s.parentNode.insertBefore(g,s);
|
||||||
|
})();
|
||||||
|
|
||||||
|
|
||||||
|
}
|
||||||
|
if (readCookie('cookie-notice-dismissed') == 'dontWantCookies') {
|
||||||
|
document.getElementById('cookie-notice').style.display = 'none';
|
||||||
|
|
||||||
|
var _paq = window._paq || [];
|
||||||
|
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */
|
||||||
|
_paq.push(["setDocumentTitle", document.domain + "/" + document.title]);
|
||||||
|
_paq.push(["disableCookies"]);
|
||||||
|
_paq.push(['trackPageView']);
|
||||||
|
_paq.push(['enableLinkTracking']);
|
||||||
|
(function() {
|
||||||
|
var u="https://terminalnetwork.matomo.cloud/";
|
||||||
|
_paq.push(['setTrackerUrl', u+'matomo.php']);
|
||||||
|
_paq.push(['setSiteId', '14']);
|
||||||
|
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
|
||||||
|
g.type='text/javascript'; g.async=true; g.defer=true; g.src='//cdn.matomo.cloud/terminalnetwork.matomo.cloud/matomo.js'; s.parentNode.insertBefore(g,s);
|
||||||
|
})();
|
||||||
|
|
||||||
|
}
|
||||||
|
document.getElementById('cookie-notice-accept').addEventListener("click", function () {
|
||||||
|
createCookie('cookie-notice-dismissed', 'wantCookies', 31);
|
||||||
|
document.getElementById('cookie-notice').style.display = 'none';
|
||||||
|
_paq.push(['trackEvent', 'Consent', 'wantCookie']);
|
||||||
|
location.reload();
|
||||||
|
});
|
||||||
|
|
||||||
|
document.getElementById('cookie-notice-decline').addEventListener("click", function () {
|
||||||
|
createCookie('cookie-notice-dismissed', 'dontWantCookies', 31);
|
||||||
|
document.getElementById('cookie-notice').style.display = 'none';
|
||||||
|
_paq.push(['trackEvent', 'Consent', 'dontWantCookie']);
|
||||||
|
location.reload();
|
||||||
|
});
|
||||||
|
|
||||||
|
// document.getElementById('cookie-notice-gimme').addEventListener("click", function () {
|
||||||
|
// createCookie('cookie-notice-dismissed', 'wantCookies', 31);
|
||||||
|
// document.getElementById('cookie-notice').style.display = 'none';
|
||||||
|
// location.reload();
|
||||||
|
// });
|
||||||
|
|
||||||
|
|
||||||
|
</script>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
404
albums/netbook-lofi-beatheads/10-one-cycle/index.html
Normal file
404
albums/netbook-lofi-beatheads/10-one-cycle/index.html
Normal file
|
|
@ -0,0 +1,404 @@
|
||||||
|
<!DOCTYPE html>
|
||||||
|
<!--
|
||||||
|
Based on _Story_ by html5up.net | @ajlkn
|
||||||
|
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
|
||||||
|
Remixed and Jekyllified by Setto
|
||||||
|
-->
|
||||||
|
<html lang="en">
|
||||||
|
<head>
|
||||||
|
<!-- Begin Jekyll SEO tag v2.6.1 -->
|
||||||
|
<meta name="generator" content="Jekyll v4.0.0" />
|
||||||
|
<meta property="og:title" content="10 One Cycle" />
|
||||||
|
<meta name="author" content="pax:nion" />
|
||||||
|
<meta property="og:locale" content="en" />
|
||||||
|
<meta name="description" content="PHI, Panix Heavy Industries" />
|
||||||
|
<meta property="og:description" content="PHI, Panix Heavy Industries" />
|
||||||
|
<link rel="canonical" href="https://panix.basspistol.com/albums/netbook-lofi-beatheads/10-one-cycle/" />
|
||||||
|
<meta property="og:url" content="https://panix.basspistol.com/albums/netbook-lofi-beatheads/10-one-cycle/" />
|
||||||
|
<meta property="og:site_name" content="pax:nion" />
|
||||||
|
<meta property="og:type" content="article" />
|
||||||
|
<meta property="article:published_time" content="2020-07-05T18:07:03+00:00" />
|
||||||
|
<script type="application/ld+json">
|
||||||
|
{"description":"PHI, Panix Heavy Industries","@type":"AudioObject","headline":"10 One Cycle","dateModified":"2020-07-05T18:07:00+00:00","datePublished":"2020-07-05T18:07:03+00:00","url":"https://panix.basspistol.com/albums/netbook-lofi-beatheads/10-one-cycle/","author":{"@type":"Person","name":"pax:nion"},"publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://panix.basspistol.com/assets/img/setto_icon.png"},"name":"pax:nion"},"@context":"https://schema.org"}</script>
|
||||||
|
<!-- End Jekyll SEO tag -->
|
||||||
|
|
||||||
|
<link type="application/atom+xml" rel="alternate" href="https://panix.basspistol.com/feed.xml" title="" />
|
||||||
|
<!-- BEGIN seo.html -->
|
||||||
|
|
||||||
|
<title>Play One Cycle by Panix Hilton</title>
|
||||||
|
<meta name="title" content="Play One Cycle by Panix Hilton" />
|
||||||
|
|
||||||
|
<meta name="dc.date.modified" scheme="ISO8601" content="2020-07-05T18:07:00+00:00" />
|
||||||
|
<meta name="robots" content="index" />
|
||||||
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||||
|
<link rel="canonical" href="https://panix.basspistol.com/albums/netbook-lofi-beatheads/10-one-cycle/" />
|
||||||
|
<link rel="alternate" hreflang="x-default" href="https://panix.basspistol.com/albums/netbook-lofi-beatheads/10-one-cycle/" />
|
||||||
|
<meta name="geo.region" content="BJ-ZO" />
|
||||||
|
<meta name="geo.placename" content="Setto" />
|
||||||
|
<meta name="geo.position" content="7.48777;2.076389" />
|
||||||
|
<meta name="ICBM" content="7.48777, 2.076389" />
|
||||||
|
|
||||||
|
<!-- Dublin Core basic info -->
|
||||||
|
|
||||||
|
<meta name="dcterms.Identifier" content="https://panix.basspistol.com" />
|
||||||
|
<meta name="dcterms.Format" content="text/html" />
|
||||||
|
<meta name="dcterms.Relation" content="pax:nion" />
|
||||||
|
<meta name="dcterms.Publisher" content="pax:nion" />
|
||||||
|
<meta name="dcterms.Type" content="text/html" />
|
||||||
|
<meta name="dcterms.Coverage" content="https://panix.basspistol.com/" />
|
||||||
|
<meta name="dcterms.Rights" content="Copyright ©2020 pax:nion." />
|
||||||
|
|
||||||
|
<meta name="dcterms.Subject" content="Listen and to a track by Panix Hilton from the release Netbook Lofi Beatheads and support your remote artist!" />
|
||||||
|
<meta name="dcterms.Title" content="One Cycle - Panix Hilton | pax:nion" />
|
||||||
|
|
||||||
|
<meta name="dcterms.Contributor" content="pax:nion" />
|
||||||
|
<meta name="dcterms.Date" content="2020-07-05" />
|
||||||
|
<meta name="dcterms.Description" content="" />
|
||||||
|
|
||||||
|
<!-- Twitter Card -->
|
||||||
|
|
||||||
|
<meta name="twitter:card" content="summary" />
|
||||||
|
<meta name="twitter:site" content="@" />
|
||||||
|
<meta name="twitter:title" content="10 One Cycle | pax:nion" />
|
||||||
|
<meta name="twitter:description" content="PHI, Panix Heavy Industries" />
|
||||||
|
|
||||||
|
<meta name="twitter:image" content="https://panix.basspistol.com/assets/albums/netbook-lofi-beatheads/10-one-cycle.jpeg" />
|
||||||
|
|
||||||
|
<!-- END seo.html -->
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<meta charset="utf-8" />
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=yes" />
|
||||||
|
<link rel="stylesheet" href="../../../assets/css/main20200519.css" />
|
||||||
|
|
||||||
|
<link rel="apple-touch-icon" href="https://panix.basspistol.com/apple-touch-icon.png" />
|
||||||
|
<link rel="icon" type="image/png" href="https://panix.basspistol.com/touch-icon.png" sizes="192x192" />
|
||||||
|
<link rel="shortcut icon" href="https://panix.basspistol.com/assets/img/setto_icon.png" type="image/png" />
|
||||||
|
<noscript><link rel="stylesheet" href="../../../assets/css/noscript20200518-rev1.css" /></noscript>
|
||||||
|
</head>
|
||||||
|
|
||||||
|
<body class="is-preload" id="body">
|
||||||
|
<span id="top" style="display: none;"></span>
|
||||||
|
<!-- Wrapper -->
|
||||||
|
<div id="wrapper" class="divided" data-cms-content-wrapper="/_layouts/default.html">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<!-- Banner -->
|
||||||
|
<section
|
||||||
|
class="banner onload-image-fade-in onload-content-fade-right style3 fullscreen content-align-center image-position-center" style="background-image:url('https://media.basspistol.com/panix/netbook-lofi-beatheads/10-one-cycle.jpeg');background-size: cover; background-repeat: no-repeat;">
|
||||||
|
<div style="z-index:0;position:absolute; top:0; left:0; width:100%;height:100%;background-color: rgba(13, 13 ,13, 0.85);"></div>
|
||||||
|
<div class="content" style="z-index:1">
|
||||||
|
<h1 style="margin-top:80px">One Cycle</h1>
|
||||||
|
|
||||||
|
<p><strong><span id="tracktime"></span></strong><span id="onecycle"></span></strong> <br />
|
||||||
|
Style: <strong>Electronic</strong>
|
||||||
|
</p>
|
||||||
|
<script type="text/javascript">
|
||||||
|
var onecycletimestamp = 93;
|
||||||
|
var onecyclehours = Math.floor(onecycletimestamp / 60 / 60);
|
||||||
|
var onecycleminutes = Math.floor(onecycletimestamp / 60) - (onecyclehours * 60);
|
||||||
|
var onecycleseconds = onecycletimestamp % 60;
|
||||||
|
var onecycleformatted = onecyclehours.toString().padStart(2, '0') + ':' + onecycleminutes.toString().padStart(2, '0') + ':' + onecycleseconds.toString().padStart(2, '0');
|
||||||
|
var theSpan = document.getElementById("onecycle");
|
||||||
|
theSpan.innerHTML = onecycleformatted;
|
||||||
|
</script>
|
||||||
|
|
||||||
|
|
||||||
|
<ul class="actions stacked">
|
||||||
|
<li><button id="mu_pause" class="smooth-scroll-middle button icon solid fa-play">Play dat!</button></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="image">
|
||||||
|
<img src="https://media.basspistol.com/panix/netbook-lofi-beatheads/10-one-cycle.jpeg" alt="10 One Cycle logo" id="coverart" />
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
|
||||||
|
|
||||||
|
<!-- Page navigation -->
|
||||||
|
<section class="wrapper style1 align-center">
|
||||||
|
<div class="inner">
|
||||||
|
<div class="index align-left">
|
||||||
|
<!-- Author -->
|
||||||
|
<section class="streambox" style="margin-top:40px;padding: 40px;">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<h3 style="text-align: center;display: block;">This track can't be bought</h3>
|
||||||
|
<p>But other tracks are available here:</p>
|
||||||
|
|
||||||
|
|
||||||
|
<div class="streamer">
|
||||||
|
|
||||||
|
|
||||||
|
<a onclick="_paq.push(['trackEvent', 'StoreLink', 'Bandcamp']);" target="_blank" rel="noopener" href="https://panixheavyindustries.bandcamp.com" alt="Stream from Bandcamp" title="Stream from Bandcamp" class="button icon brands fa-bandcamp">Bandcamp</a>
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</section>
|
||||||
|
<section>
|
||||||
|
<!-- Content -->
|
||||||
|
<div class="content">
|
||||||
|
<!-- post Naviation -->
|
||||||
|
<div style="text-align: center;">
|
||||||
|
<h3>Play more songs grom this release</h3>
|
||||||
|
</div>
|
||||||
|
<div class="post-nav">
|
||||||
|
<div>
|
||||||
|
|
||||||
|
<h4><a href="../../../albums/netbook-lofi-beatheads/9-neckhurt/" alt="Read Neckhurt" title="Read Neckhurt"><i class="fas fa-arrow-left"></i></a> <a
|
||||||
|
href="../../../albums/netbook-lofi-beatheads/9-neckhurt/"> Neckhurt</a>
|
||||||
|
</h4>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
<div class="post-nav-next">
|
||||||
|
|
||||||
|
<h4><a href="../../../albums/netbook-lofi-beatheads/11-one-cycle-two/"> One Cycle Two</a> <a
|
||||||
|
href="../../../albums/netbook-lofi-beatheads/11-one-cycle-two/" alt="Read One Cycle Two" title="Read One Cycle Two"><i class="fas fa-arrow-right"></i></a></h4>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<!-- End Post Navigation -->
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
<!-- Audio player-->
|
||||||
|
<audio autoplay preload="true" data-matomo-title="One Cycle">
|
||||||
|
<source src="https://media.basspistol.com/panix/netbook-lofi-beatheads/10-one-cycle.mp3" type="audio/mpeg" ontimeupdate='updateTrackTime(this);' />
|
||||||
|
<h1>Your browser isn't ready for so much hotness. Use the download-link instead.</h1>.
|
||||||
|
</audio>
|
||||||
|
<!-- Footer -->
|
||||||
|
<footer id="footer" class="wrapper style1 align-center">
|
||||||
|
<div class="footflex">
|
||||||
|
<div>
|
||||||
|
<h4>pax:nion</h4>
|
||||||
|
<p>PHI, Panix Heavy Industries
|
||||||
|
<br /><a href="mailto:"></a></p>
|
||||||
|
</div>
|
||||||
|
<div>
|
||||||
|
<ul>
|
||||||
|
<li><a href="#top" class="smooth-scroll-middle">Back to top</a></li>
|
||||||
|
<li><a href="/#album0" class="smooth-scroll-middle">music</a></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<div><img src="/assets/panix-logo-dark.svg" style="max-width:300px" alt="pax:nion Logo" /></div>
|
||||||
|
</div>
|
||||||
|
<div class="inner">
|
||||||
|
<ul class="icons">
|
||||||
|
|
||||||
|
<!-- <li><a href="mailto:" class="icon style2 fa-envelope"><span class="label">Email</span></a></li> -->
|
||||||
|
</ul>
|
||||||
|
<p>©2020 Basspistol | <a href="../../../webcreds/">Credits</a> | <a href="../../../cookies/">Cookies & Privacy</a></p>
|
||||||
|
</div>
|
||||||
|
</footer>
|
||||||
|
|
||||||
|
|
||||||
|
<script type="text/javascript">
|
||||||
|
function loadUrl(newLocation) {
|
||||||
|
window.location = newLocation;
|
||||||
|
return false;
|
||||||
|
}
|
||||||
|
|
||||||
|
var mu = document.getElementsByTagName("audio")[0];
|
||||||
|
var pauseButton = document.getElementById("mu_pause");
|
||||||
|
var spincover = document.getElementById("coverart");
|
||||||
|
|
||||||
|
mu.addEventListener('ended', function () {
|
||||||
|
// only functional if "loop" is removed
|
||||||
|
mu.pause();
|
||||||
|
mu.currentTime = 0;
|
||||||
|
loadUrl("../../../netbook-lofi-beatheads/11-one-cycle-two/"); return false;
|
||||||
|
});
|
||||||
|
mu.onplaying = function() {
|
||||||
|
pauseButton.innerHTML = "Pause";
|
||||||
|
pauseButton.classList.remove("fa-play");
|
||||||
|
pauseButton.classList.add("fa-pause");
|
||||||
|
spincover.classList.add("spinnit");
|
||||||
|
spincover.classList.remove("paused");
|
||||||
|
};
|
||||||
|
|
||||||
|
pauseButton.addEventListener("click", function () {
|
||||||
|
if (mu.paused) {
|
||||||
|
mu.play();
|
||||||
|
|
||||||
|
}
|
||||||
|
else {
|
||||||
|
mu.pause();
|
||||||
|
pauseButton.innerHTML = "Resume";
|
||||||
|
pauseButton.classList.add("fa-play");
|
||||||
|
pauseButton.classList.remove("fa-pause");
|
||||||
|
spincover.classList.add("paused");
|
||||||
|
}
|
||||||
|
});
|
||||||
|
|
||||||
|
mu.addEventListener('timeupdate', function () {
|
||||||
|
var timestamp = Math.floor(mu.currentTime);
|
||||||
|
var hours = Math.floor(timestamp / 60 / 60);
|
||||||
|
var minutes = Math.floor(timestamp / 60) - (hours * 60);
|
||||||
|
var seconds = timestamp % 60;
|
||||||
|
var formatted = hours.toString().padStart(2, '0') + ':' + minutes.toString().padStart(2, '0') + ':' + seconds.toString().padStart(2, '0');
|
||||||
|
var thecurrentSpan = document.getElementById("tracktime");
|
||||||
|
thecurrentSpan.innerHTML = formatted + ' / ';
|
||||||
|
});
|
||||||
|
|
||||||
|
</script>
|
||||||
|
</div>
|
||||||
|
<!-- Navigation -->
|
||||||
|
<div id="logo" class="logo">
|
||||||
|
<a href="/" class="smooth-scroll-middle"><img width="200em" src="/assets/panix-logo.svg" alt=" Logo" /></a>
|
||||||
|
<a href="#navbar" onclick="blurBody()" alt="Navigation Menu" title="Navigation Menu"><span style="font-size: 34px;" class="icon solid fa-bars"></span></a>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div id="navbar" style="display: block;" class="modalDialog">
|
||||||
|
<a href="#close" onclick="removeBlur()" alt="Close Menu" title="Close Menu"><div id="closearea"> </div></a>
|
||||||
|
<nav>
|
||||||
|
<a href="#close" title="Close" onclick="removeBlur()" class="close-button close" style="margin: 0 auto;">X</a>
|
||||||
|
<ul>
|
||||||
|
|
||||||
|
|
||||||
|
<li><a href="../../../" class="button small">Home</a></li>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<li><a href="../../../releases/" class="button small">Releases</a></li>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<li><a href="../../../logs/" class="button small">Web-Log</a></li>
|
||||||
|
|
||||||
|
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
</nav>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
<!-- End Navigation -->
|
||||||
|
<!-- Scripts -->
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<script src="../../../assets/js/jquery.min.js"></script>
|
||||||
|
<script src="../../../assets/js/jquery.scrollex.min.js"></script>
|
||||||
|
<script src="../../../assets/js/jquery.scrolly.min.js"></script>
|
||||||
|
<script src="../../../assets/js/browser.min.js"></script>
|
||||||
|
<script src="../../../assets/js/breakpoints.min.js"></script>
|
||||||
|
<script src="../../../assets/js/util.js"></script>
|
||||||
|
<script src="../../../assets/js/main.js"></script>
|
||||||
|
<script src="../../../assets/js/set.js"></script>
|
||||||
|
|
||||||
|
|
||||||
|
<div id="cookie-notice">
|
||||||
|
<p>We only use cookies if you consent to it. They don't contain any identifiable info: they just let us know if you enjoyed this enough to come back. <br />Click <a href="#" id="cookie-notice-decline">here</a> if you want this shit to go away without cookies. <br />Read more about how Basspistol <a href="/cookies/">use cookies</a> </p>
|
||||||
|
<a class="button small yes" href="#" id="cookie-notice-accept">I'm in!</a>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<script>
|
||||||
|
function createCookie(name, value, days) {
|
||||||
|
var expires = "";
|
||||||
|
if (days) {
|
||||||
|
var date = new Date();
|
||||||
|
date.setTime(date.getTime() + (days * 24 * 60 * 60 * 1000));
|
||||||
|
expires = "; expires=" + date.toUTCString();
|
||||||
|
}
|
||||||
|
document.cookie = name + "=" + value + expires + "; path=/";
|
||||||
|
}
|
||||||
|
function readCookie(name) {
|
||||||
|
var nameEQ = name + "=";
|
||||||
|
var ca = document.cookie.split(';');
|
||||||
|
for (var i = 0; i < ca.length; i++) {
|
||||||
|
var c = ca[i];
|
||||||
|
while (c.charAt(0) == ' ') c = c.substring(1, c.length);
|
||||||
|
if (c.indexOf(nameEQ) == 0) return c.substring(nameEQ.length, c.length);
|
||||||
|
}
|
||||||
|
return null;
|
||||||
|
}
|
||||||
|
function eraseCookie(name) {
|
||||||
|
createCookie(name, "", -1);
|
||||||
|
}
|
||||||
|
|
||||||
|
if (readCookie('cookie-notice-dismissed') == 'wantCookies') {
|
||||||
|
|
||||||
|
//* Matomo Tag Manager *//
|
||||||
|
|
||||||
|
var _mtm = _mtm || [];
|
||||||
|
_mtm.push({'mtm.startTime': (new Date().getTime()), 'event': 'mtm.Start'});
|
||||||
|
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
|
||||||
|
g.type='text/javascript'; g.async=true; g.defer=true; g.src='https://cdn.matomo.cloud/terminalnetwork.matomo.cloud/container_aJ0T3vZ5.js'; s.parentNode.insertBefore(g,s);
|
||||||
|
|
||||||
|
//* End Matomo Tag Manager *//
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
} else {
|
||||||
|
document.getElementById('cookie-notice').style.display = 'flex';
|
||||||
|
|
||||||
|
var _paq = window._paq || [];
|
||||||
|
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */
|
||||||
|
_paq.push(["setDocumentTitle", document.domain + "/" + document.title]);
|
||||||
|
_paq.push(["disableCookies"]);
|
||||||
|
_paq.push(['trackPageView']);
|
||||||
|
_paq.push(['enableLinkTracking']);
|
||||||
|
(function() {
|
||||||
|
var u="https://terminalnetwork.matomo.cloud/";
|
||||||
|
_paq.push(['setTrackerUrl', u+'matomo.php']);
|
||||||
|
_paq.push(['setSiteId', '14']);
|
||||||
|
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
|
||||||
|
g.type='text/javascript'; g.async=true; g.defer=true; g.src='//cdn.matomo.cloud/terminalnetwork.matomo.cloud/matomo.js'; s.parentNode.insertBefore(g,s);
|
||||||
|
})();
|
||||||
|
|
||||||
|
|
||||||
|
}
|
||||||
|
if (readCookie('cookie-notice-dismissed') == 'dontWantCookies') {
|
||||||
|
document.getElementById('cookie-notice').style.display = 'none';
|
||||||
|
|
||||||
|
var _paq = window._paq || [];
|
||||||
|
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */
|
||||||
|
_paq.push(["setDocumentTitle", document.domain + "/" + document.title]);
|
||||||
|
_paq.push(["disableCookies"]);
|
||||||
|
_paq.push(['trackPageView']);
|
||||||
|
_paq.push(['enableLinkTracking']);
|
||||||
|
(function() {
|
||||||
|
var u="https://terminalnetwork.matomo.cloud/";
|
||||||
|
_paq.push(['setTrackerUrl', u+'matomo.php']);
|
||||||
|
_paq.push(['setSiteId', '14']);
|
||||||
|
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
|
||||||
|
g.type='text/javascript'; g.async=true; g.defer=true; g.src='//cdn.matomo.cloud/terminalnetwork.matomo.cloud/matomo.js'; s.parentNode.insertBefore(g,s);
|
||||||
|
})();
|
||||||
|
|
||||||
|
}
|
||||||
|
document.getElementById('cookie-notice-accept').addEventListener("click", function () {
|
||||||
|
createCookie('cookie-notice-dismissed', 'wantCookies', 31);
|
||||||
|
document.getElementById('cookie-notice').style.display = 'none';
|
||||||
|
_paq.push(['trackEvent', 'Consent', 'wantCookie']);
|
||||||
|
location.reload();
|
||||||
|
});
|
||||||
|
|
||||||
|
document.getElementById('cookie-notice-decline').addEventListener("click", function () {
|
||||||
|
createCookie('cookie-notice-dismissed', 'dontWantCookies', 31);
|
||||||
|
document.getElementById('cookie-notice').style.display = 'none';
|
||||||
|
_paq.push(['trackEvent', 'Consent', 'dontWantCookie']);
|
||||||
|
location.reload();
|
||||||
|
});
|
||||||
|
|
||||||
|
// document.getElementById('cookie-notice-gimme').addEventListener("click", function () {
|
||||||
|
// createCookie('cookie-notice-dismissed', 'wantCookies', 31);
|
||||||
|
// document.getElementById('cookie-notice').style.display = 'none';
|
||||||
|
// location.reload();
|
||||||
|
// });
|
||||||
|
|
||||||
|
|
||||||
|
</script>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
404
albums/netbook-lofi-beatheads/11-one-cycle-two/index.html
Normal file
404
albums/netbook-lofi-beatheads/11-one-cycle-two/index.html
Normal file
|
|
@ -0,0 +1,404 @@
|
||||||
|
<!DOCTYPE html>
|
||||||
|
<!--
|
||||||
|
Based on _Story_ by html5up.net | @ajlkn
|
||||||
|
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
|
||||||
|
Remixed and Jekyllified by Setto
|
||||||
|
-->
|
||||||
|
<html lang="en">
|
||||||
|
<head>
|
||||||
|
<!-- Begin Jekyll SEO tag v2.6.1 -->
|
||||||
|
<meta name="generator" content="Jekyll v4.0.0" />
|
||||||
|
<meta property="og:title" content="11 One Cycle Two" />
|
||||||
|
<meta name="author" content="pax:nion" />
|
||||||
|
<meta property="og:locale" content="en" />
|
||||||
|
<meta name="description" content="PHI, Panix Heavy Industries" />
|
||||||
|
<meta property="og:description" content="PHI, Panix Heavy Industries" />
|
||||||
|
<link rel="canonical" href="https://panix.basspistol.com/albums/netbook-lofi-beatheads/11-one-cycle-two/" />
|
||||||
|
<meta property="og:url" content="https://panix.basspistol.com/albums/netbook-lofi-beatheads/11-one-cycle-two/" />
|
||||||
|
<meta property="og:site_name" content="pax:nion" />
|
||||||
|
<meta property="og:type" content="article" />
|
||||||
|
<meta property="article:published_time" content="2020-07-05T18:07:03+00:00" />
|
||||||
|
<script type="application/ld+json">
|
||||||
|
{"description":"PHI, Panix Heavy Industries","@type":"AudioObject","headline":"11 One Cycle Two","dateModified":"2020-07-05T18:07:00+00:00","datePublished":"2020-07-05T18:07:03+00:00","url":"https://panix.basspistol.com/albums/netbook-lofi-beatheads/11-one-cycle-two/","author":{"@type":"Person","name":"pax:nion"},"publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://panix.basspistol.com/assets/img/setto_icon.png"},"name":"pax:nion"},"@context":"https://schema.org"}</script>
|
||||||
|
<!-- End Jekyll SEO tag -->
|
||||||
|
|
||||||
|
<link type="application/atom+xml" rel="alternate" href="https://panix.basspistol.com/feed.xml" title="" />
|
||||||
|
<!-- BEGIN seo.html -->
|
||||||
|
|
||||||
|
<title>Play One Cycle Two by Panix Hilton</title>
|
||||||
|
<meta name="title" content="Play One Cycle Two by Panix Hilton" />
|
||||||
|
|
||||||
|
<meta name="dc.date.modified" scheme="ISO8601" content="2020-07-05T18:07:00+00:00" />
|
||||||
|
<meta name="robots" content="index" />
|
||||||
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||||
|
<link rel="canonical" href="https://panix.basspistol.com/albums/netbook-lofi-beatheads/11-one-cycle-two/" />
|
||||||
|
<link rel="alternate" hreflang="x-default" href="https://panix.basspistol.com/albums/netbook-lofi-beatheads/11-one-cycle-two/" />
|
||||||
|
<meta name="geo.region" content="BJ-ZO" />
|
||||||
|
<meta name="geo.placename" content="Setto" />
|
||||||
|
<meta name="geo.position" content="7.48777;2.076389" />
|
||||||
|
<meta name="ICBM" content="7.48777, 2.076389" />
|
||||||
|
|
||||||
|
<!-- Dublin Core basic info -->
|
||||||
|
|
||||||
|
<meta name="dcterms.Identifier" content="https://panix.basspistol.com" />
|
||||||
|
<meta name="dcterms.Format" content="text/html" />
|
||||||
|
<meta name="dcterms.Relation" content="pax:nion" />
|
||||||
|
<meta name="dcterms.Publisher" content="pax:nion" />
|
||||||
|
<meta name="dcterms.Type" content="text/html" />
|
||||||
|
<meta name="dcterms.Coverage" content="https://panix.basspistol.com/" />
|
||||||
|
<meta name="dcterms.Rights" content="Copyright ©2020 pax:nion." />
|
||||||
|
|
||||||
|
<meta name="dcterms.Subject" content="Listen and to a track by Panix Hilton from the release Netbook Lofi Beatheads and support your remote artist!" />
|
||||||
|
<meta name="dcterms.Title" content="One Cycle Two - Panix Hilton | pax:nion" />
|
||||||
|
|
||||||
|
<meta name="dcterms.Contributor" content="pax:nion" />
|
||||||
|
<meta name="dcterms.Date" content="2020-07-05" />
|
||||||
|
<meta name="dcterms.Description" content="" />
|
||||||
|
|
||||||
|
<!-- Twitter Card -->
|
||||||
|
|
||||||
|
<meta name="twitter:card" content="summary" />
|
||||||
|
<meta name="twitter:site" content="@" />
|
||||||
|
<meta name="twitter:title" content="11 One Cycle Two | pax:nion" />
|
||||||
|
<meta name="twitter:description" content="PHI, Panix Heavy Industries" />
|
||||||
|
|
||||||
|
<meta name="twitter:image" content="https://panix.basspistol.com/assets/albums/netbook-lofi-beatheads/11-one-cycle-two.jpeg" />
|
||||||
|
|
||||||
|
<!-- END seo.html -->
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<meta charset="utf-8" />
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=yes" />
|
||||||
|
<link rel="stylesheet" href="../../../assets/css/main20200519.css" />
|
||||||
|
|
||||||
|
<link rel="apple-touch-icon" href="https://panix.basspistol.com/apple-touch-icon.png" />
|
||||||
|
<link rel="icon" type="image/png" href="https://panix.basspistol.com/touch-icon.png" sizes="192x192" />
|
||||||
|
<link rel="shortcut icon" href="https://panix.basspistol.com/assets/img/setto_icon.png" type="image/png" />
|
||||||
|
<noscript><link rel="stylesheet" href="../../../assets/css/noscript20200518-rev1.css" /></noscript>
|
||||||
|
</head>
|
||||||
|
|
||||||
|
<body class="is-preload" id="body">
|
||||||
|
<span id="top" style="display: none;"></span>
|
||||||
|
<!-- Wrapper -->
|
||||||
|
<div id="wrapper" class="divided" data-cms-content-wrapper="/_layouts/default.html">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<!-- Banner -->
|
||||||
|
<section
|
||||||
|
class="banner onload-image-fade-in onload-content-fade-right style3 fullscreen content-align-center image-position-center" style="background-image:url('https://media.basspistol.com/panix/netbook-lofi-beatheads/11-one-cycle-two.jpeg');background-size: cover; background-repeat: no-repeat;">
|
||||||
|
<div style="z-index:0;position:absolute; top:0; left:0; width:100%;height:100%;background-color: rgba(13, 13 ,13, 0.85);"></div>
|
||||||
|
<div class="content" style="z-index:1">
|
||||||
|
<h1 style="margin-top:80px">One Cycle Two</h1>
|
||||||
|
|
||||||
|
<p><strong><span id="tracktime"></span></strong><span id="onecycletwo"></span></strong> <br />
|
||||||
|
Style: <strong>Electronic</strong>
|
||||||
|
</p>
|
||||||
|
<script type="text/javascript">
|
||||||
|
var onecycletwotimestamp = 158;
|
||||||
|
var onecycletwohours = Math.floor(onecycletwotimestamp / 60 / 60);
|
||||||
|
var onecycletwominutes = Math.floor(onecycletwotimestamp / 60) - (onecycletwohours * 60);
|
||||||
|
var onecycletwoseconds = onecycletwotimestamp % 60;
|
||||||
|
var onecycletwoformatted = onecycletwohours.toString().padStart(2, '0') + ':' + onecycletwominutes.toString().padStart(2, '0') + ':' + onecycletwoseconds.toString().padStart(2, '0');
|
||||||
|
var theSpan = document.getElementById("onecycletwo");
|
||||||
|
theSpan.innerHTML = onecycletwoformatted;
|
||||||
|
</script>
|
||||||
|
|
||||||
|
|
||||||
|
<ul class="actions stacked">
|
||||||
|
<li><button id="mu_pause" class="smooth-scroll-middle button icon solid fa-play">Play dat!</button></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="image">
|
||||||
|
<img src="https://media.basspistol.com/panix/netbook-lofi-beatheads/11-one-cycle-two.jpeg" alt="11 One Cycle Two logo" id="coverart" />
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
|
||||||
|
|
||||||
|
<!-- Page navigation -->
|
||||||
|
<section class="wrapper style1 align-center">
|
||||||
|
<div class="inner">
|
||||||
|
<div class="index align-left">
|
||||||
|
<!-- Author -->
|
||||||
|
<section class="streambox" style="margin-top:40px;padding: 40px;">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<h3 style="text-align: center;display: block;">This track can't be bought</h3>
|
||||||
|
<p>But other tracks are available here:</p>
|
||||||
|
|
||||||
|
|
||||||
|
<div class="streamer">
|
||||||
|
|
||||||
|
|
||||||
|
<a onclick="_paq.push(['trackEvent', 'StoreLink', 'Bandcamp']);" target="_blank" rel="noopener" href="https://panixheavyindustries.bandcamp.com" alt="Stream from Bandcamp" title="Stream from Bandcamp" class="button icon brands fa-bandcamp">Bandcamp</a>
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</section>
|
||||||
|
<section>
|
||||||
|
<!-- Content -->
|
||||||
|
<div class="content">
|
||||||
|
<!-- post Naviation -->
|
||||||
|
<div style="text-align: center;">
|
||||||
|
<h3>Play more songs grom this release</h3>
|
||||||
|
</div>
|
||||||
|
<div class="post-nav">
|
||||||
|
<div>
|
||||||
|
|
||||||
|
<h4><a href="../../../albums/netbook-lofi-beatheads/10-one-cycle/" alt="Read One Cycle" title="Read One Cycle"><i class="fas fa-arrow-left"></i></a> <a
|
||||||
|
href="../../../albums/netbook-lofi-beatheads/10-one-cycle/"> One Cycle</a>
|
||||||
|
</h4>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
<div class="post-nav-next">
|
||||||
|
|
||||||
|
<h4><a href="../../../albums/netbook-lofi-beatheads/12-show-you-love/"> Show You Love</a> <a
|
||||||
|
href="../../../albums/netbook-lofi-beatheads/12-show-you-love/" alt="Read Show You Love" title="Read Show You Love"><i class="fas fa-arrow-right"></i></a></h4>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<!-- End Post Navigation -->
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
<!-- Audio player-->
|
||||||
|
<audio autoplay preload="true" data-matomo-title="One Cycle Two">
|
||||||
|
<source src="https://media.basspistol.com/panix/netbook-lofi-beatheads/11-one-cycle-two.mp3" type="audio/mpeg" ontimeupdate='updateTrackTime(this);' />
|
||||||
|
<h1>Your browser isn't ready for so much hotness. Use the download-link instead.</h1>.
|
||||||
|
</audio>
|
||||||
|
<!-- Footer -->
|
||||||
|
<footer id="footer" class="wrapper style1 align-center">
|
||||||
|
<div class="footflex">
|
||||||
|
<div>
|
||||||
|
<h4>pax:nion</h4>
|
||||||
|
<p>PHI, Panix Heavy Industries
|
||||||
|
<br /><a href="mailto:"></a></p>
|
||||||
|
</div>
|
||||||
|
<div>
|
||||||
|
<ul>
|
||||||
|
<li><a href="#top" class="smooth-scroll-middle">Back to top</a></li>
|
||||||
|
<li><a href="/#album0" class="smooth-scroll-middle">music</a></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<div><img src="/assets/panix-logo-dark.svg" style="max-width:300px" alt="pax:nion Logo" /></div>
|
||||||
|
</div>
|
||||||
|
<div class="inner">
|
||||||
|
<ul class="icons">
|
||||||
|
|
||||||
|
<!-- <li><a href="mailto:" class="icon style2 fa-envelope"><span class="label">Email</span></a></li> -->
|
||||||
|
</ul>
|
||||||
|
<p>©2020 Basspistol | <a href="../../../webcreds/">Credits</a> | <a href="../../../cookies/">Cookies & Privacy</a></p>
|
||||||
|
</div>
|
||||||
|
</footer>
|
||||||
|
|
||||||
|
|
||||||
|
<script type="text/javascript">
|
||||||
|
function loadUrl(newLocation) {
|
||||||
|
window.location = newLocation;
|
||||||
|
return false;
|
||||||
|
}
|
||||||
|
|
||||||
|
var mu = document.getElementsByTagName("audio")[0];
|
||||||
|
var pauseButton = document.getElementById("mu_pause");
|
||||||
|
var spincover = document.getElementById("coverart");
|
||||||
|
|
||||||
|
mu.addEventListener('ended', function () {
|
||||||
|
// only functional if "loop" is removed
|
||||||
|
mu.pause();
|
||||||
|
mu.currentTime = 0;
|
||||||
|
loadUrl("../../../netbook-lofi-beatheads/12-show-you-love/"); return false;
|
||||||
|
});
|
||||||
|
mu.onplaying = function() {
|
||||||
|
pauseButton.innerHTML = "Pause";
|
||||||
|
pauseButton.classList.remove("fa-play");
|
||||||
|
pauseButton.classList.add("fa-pause");
|
||||||
|
spincover.classList.add("spinnit");
|
||||||
|
spincover.classList.remove("paused");
|
||||||
|
};
|
||||||
|
|
||||||
|
pauseButton.addEventListener("click", function () {
|
||||||
|
if (mu.paused) {
|
||||||
|
mu.play();
|
||||||
|
|
||||||
|
}
|
||||||
|
else {
|
||||||
|
mu.pause();
|
||||||
|
pauseButton.innerHTML = "Resume";
|
||||||
|
pauseButton.classList.add("fa-play");
|
||||||
|
pauseButton.classList.remove("fa-pause");
|
||||||
|
spincover.classList.add("paused");
|
||||||
|
}
|
||||||
|
});
|
||||||
|
|
||||||
|
mu.addEventListener('timeupdate', function () {
|
||||||
|
var timestamp = Math.floor(mu.currentTime);
|
||||||
|
var hours = Math.floor(timestamp / 60 / 60);
|
||||||
|
var minutes = Math.floor(timestamp / 60) - (hours * 60);
|
||||||
|
var seconds = timestamp % 60;
|
||||||
|
var formatted = hours.toString().padStart(2, '0') + ':' + minutes.toString().padStart(2, '0') + ':' + seconds.toString().padStart(2, '0');
|
||||||
|
var thecurrentSpan = document.getElementById("tracktime");
|
||||||
|
thecurrentSpan.innerHTML = formatted + ' / ';
|
||||||
|
});
|
||||||
|
|
||||||
|
</script>
|
||||||
|
</div>
|
||||||
|
<!-- Navigation -->
|
||||||
|
<div id="logo" class="logo">
|
||||||
|
<a href="/" class="smooth-scroll-middle"><img width="200em" src="/assets/panix-logo.svg" alt=" Logo" /></a>
|
||||||
|
<a href="#navbar" onclick="blurBody()" alt="Navigation Menu" title="Navigation Menu"><span style="font-size: 34px;" class="icon solid fa-bars"></span></a>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div id="navbar" style="display: block;" class="modalDialog">
|
||||||
|
<a href="#close" onclick="removeBlur()" alt="Close Menu" title="Close Menu"><div id="closearea"> </div></a>
|
||||||
|
<nav>
|
||||||
|
<a href="#close" title="Close" onclick="removeBlur()" class="close-button close" style="margin: 0 auto;">X</a>
|
||||||
|
<ul>
|
||||||
|
|
||||||
|
|
||||||
|
<li><a href="../../../" class="button small">Home</a></li>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<li><a href="../../../releases/" class="button small">Releases</a></li>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<li><a href="../../../logs/" class="button small">Web-Log</a></li>
|
||||||
|
|
||||||
|
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
</nav>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
<!-- End Navigation -->
|
||||||
|
<!-- Scripts -->
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<script src="../../../assets/js/jquery.min.js"></script>
|
||||||
|
<script src="../../../assets/js/jquery.scrollex.min.js"></script>
|
||||||
|
<script src="../../../assets/js/jquery.scrolly.min.js"></script>
|
||||||
|
<script src="../../../assets/js/browser.min.js"></script>
|
||||||
|
<script src="../../../assets/js/breakpoints.min.js"></script>
|
||||||
|
<script src="../../../assets/js/util.js"></script>
|
||||||
|
<script src="../../../assets/js/main.js"></script>
|
||||||
|
<script src="../../../assets/js/set.js"></script>
|
||||||
|
|
||||||
|
|
||||||
|
<div id="cookie-notice">
|
||||||
|
<p>We only use cookies if you consent to it. They don't contain any identifiable info: they just let us know if you enjoyed this enough to come back. <br />Click <a href="#" id="cookie-notice-decline">here</a> if you want this shit to go away without cookies. <br />Read more about how Basspistol <a href="/cookies/">use cookies</a> </p>
|
||||||
|
<a class="button small yes" href="#" id="cookie-notice-accept">I'm in!</a>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<script>
|
||||||
|
function createCookie(name, value, days) {
|
||||||
|
var expires = "";
|
||||||
|
if (days) {
|
||||||
|
var date = new Date();
|
||||||
|
date.setTime(date.getTime() + (days * 24 * 60 * 60 * 1000));
|
||||||
|
expires = "; expires=" + date.toUTCString();
|
||||||
|
}
|
||||||
|
document.cookie = name + "=" + value + expires + "; path=/";
|
||||||
|
}
|
||||||
|
function readCookie(name) {
|
||||||
|
var nameEQ = name + "=";
|
||||||
|
var ca = document.cookie.split(';');
|
||||||
|
for (var i = 0; i < ca.length; i++) {
|
||||||
|
var c = ca[i];
|
||||||
|
while (c.charAt(0) == ' ') c = c.substring(1, c.length);
|
||||||
|
if (c.indexOf(nameEQ) == 0) return c.substring(nameEQ.length, c.length);
|
||||||
|
}
|
||||||
|
return null;
|
||||||
|
}
|
||||||
|
function eraseCookie(name) {
|
||||||
|
createCookie(name, "", -1);
|
||||||
|
}
|
||||||
|
|
||||||
|
if (readCookie('cookie-notice-dismissed') == 'wantCookies') {
|
||||||
|
|
||||||
|
//* Matomo Tag Manager *//
|
||||||
|
|
||||||
|
var _mtm = _mtm || [];
|
||||||
|
_mtm.push({'mtm.startTime': (new Date().getTime()), 'event': 'mtm.Start'});
|
||||||
|
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
|
||||||
|
g.type='text/javascript'; g.async=true; g.defer=true; g.src='https://cdn.matomo.cloud/terminalnetwork.matomo.cloud/container_aJ0T3vZ5.js'; s.parentNode.insertBefore(g,s);
|
||||||
|
|
||||||
|
//* End Matomo Tag Manager *//
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
} else {
|
||||||
|
document.getElementById('cookie-notice').style.display = 'flex';
|
||||||
|
|
||||||
|
var _paq = window._paq || [];
|
||||||
|
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */
|
||||||
|
_paq.push(["setDocumentTitle", document.domain + "/" + document.title]);
|
||||||
|
_paq.push(["disableCookies"]);
|
||||||
|
_paq.push(['trackPageView']);
|
||||||
|
_paq.push(['enableLinkTracking']);
|
||||||
|
(function() {
|
||||||
|
var u="https://terminalnetwork.matomo.cloud/";
|
||||||
|
_paq.push(['setTrackerUrl', u+'matomo.php']);
|
||||||
|
_paq.push(['setSiteId', '14']);
|
||||||
|
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
|
||||||
|
g.type='text/javascript'; g.async=true; g.defer=true; g.src='//cdn.matomo.cloud/terminalnetwork.matomo.cloud/matomo.js'; s.parentNode.insertBefore(g,s);
|
||||||
|
})();
|
||||||
|
|
||||||
|
|
||||||
|
}
|
||||||
|
if (readCookie('cookie-notice-dismissed') == 'dontWantCookies') {
|
||||||
|
document.getElementById('cookie-notice').style.display = 'none';
|
||||||
|
|
||||||
|
var _paq = window._paq || [];
|
||||||
|
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */
|
||||||
|
_paq.push(["setDocumentTitle", document.domain + "/" + document.title]);
|
||||||
|
_paq.push(["disableCookies"]);
|
||||||
|
_paq.push(['trackPageView']);
|
||||||
|
_paq.push(['enableLinkTracking']);
|
||||||
|
(function() {
|
||||||
|
var u="https://terminalnetwork.matomo.cloud/";
|
||||||
|
_paq.push(['setTrackerUrl', u+'matomo.php']);
|
||||||
|
_paq.push(['setSiteId', '14']);
|
||||||
|
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
|
||||||
|
g.type='text/javascript'; g.async=true; g.defer=true; g.src='//cdn.matomo.cloud/terminalnetwork.matomo.cloud/matomo.js'; s.parentNode.insertBefore(g,s);
|
||||||
|
})();
|
||||||
|
|
||||||
|
}
|
||||||
|
document.getElementById('cookie-notice-accept').addEventListener("click", function () {
|
||||||
|
createCookie('cookie-notice-dismissed', 'wantCookies', 31);
|
||||||
|
document.getElementById('cookie-notice').style.display = 'none';
|
||||||
|
_paq.push(['trackEvent', 'Consent', 'wantCookie']);
|
||||||
|
location.reload();
|
||||||
|
});
|
||||||
|
|
||||||
|
document.getElementById('cookie-notice-decline').addEventListener("click", function () {
|
||||||
|
createCookie('cookie-notice-dismissed', 'dontWantCookies', 31);
|
||||||
|
document.getElementById('cookie-notice').style.display = 'none';
|
||||||
|
_paq.push(['trackEvent', 'Consent', 'dontWantCookie']);
|
||||||
|
location.reload();
|
||||||
|
});
|
||||||
|
|
||||||
|
// document.getElementById('cookie-notice-gimme').addEventListener("click", function () {
|
||||||
|
// createCookie('cookie-notice-dismissed', 'wantCookies', 31);
|
||||||
|
// document.getElementById('cookie-notice').style.display = 'none';
|
||||||
|
// location.reload();
|
||||||
|
// });
|
||||||
|
|
||||||
|
|
||||||
|
</script>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
404
albums/netbook-lofi-beatheads/12-show-you-love/index.html
Normal file
404
albums/netbook-lofi-beatheads/12-show-you-love/index.html
Normal file
|
|
@ -0,0 +1,404 @@
|
||||||
|
<!DOCTYPE html>
|
||||||
|
<!--
|
||||||
|
Based on _Story_ by html5up.net | @ajlkn
|
||||||
|
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
|
||||||
|
Remixed and Jekyllified by Setto
|
||||||
|
-->
|
||||||
|
<html lang="en">
|
||||||
|
<head>
|
||||||
|
<!-- Begin Jekyll SEO tag v2.6.1 -->
|
||||||
|
<meta name="generator" content="Jekyll v4.0.0" />
|
||||||
|
<meta property="og:title" content="12 Show You Love" />
|
||||||
|
<meta name="author" content="pax:nion" />
|
||||||
|
<meta property="og:locale" content="en" />
|
||||||
|
<meta name="description" content="PHI, Panix Heavy Industries" />
|
||||||
|
<meta property="og:description" content="PHI, Panix Heavy Industries" />
|
||||||
|
<link rel="canonical" href="https://panix.basspistol.com/albums/netbook-lofi-beatheads/12-show-you-love/" />
|
||||||
|
<meta property="og:url" content="https://panix.basspistol.com/albums/netbook-lofi-beatheads/12-show-you-love/" />
|
||||||
|
<meta property="og:site_name" content="pax:nion" />
|
||||||
|
<meta property="og:type" content="article" />
|
||||||
|
<meta property="article:published_time" content="2020-07-05T18:07:03+00:00" />
|
||||||
|
<script type="application/ld+json">
|
||||||
|
{"description":"PHI, Panix Heavy Industries","@type":"AudioObject","headline":"12 Show You Love","dateModified":"2020-07-05T18:07:00+00:00","datePublished":"2020-07-05T18:07:03+00:00","url":"https://panix.basspistol.com/albums/netbook-lofi-beatheads/12-show-you-love/","author":{"@type":"Person","name":"pax:nion"},"publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://panix.basspistol.com/assets/img/setto_icon.png"},"name":"pax:nion"},"@context":"https://schema.org"}</script>
|
||||||
|
<!-- End Jekyll SEO tag -->
|
||||||
|
|
||||||
|
<link type="application/atom+xml" rel="alternate" href="https://panix.basspistol.com/feed.xml" title="" />
|
||||||
|
<!-- BEGIN seo.html -->
|
||||||
|
|
||||||
|
<title>Play Show You Love by Panix Hilton</title>
|
||||||
|
<meta name="title" content="Play Show You Love by Panix Hilton" />
|
||||||
|
|
||||||
|
<meta name="dc.date.modified" scheme="ISO8601" content="2020-07-05T18:07:00+00:00" />
|
||||||
|
<meta name="robots" content="index" />
|
||||||
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||||
|
<link rel="canonical" href="https://panix.basspistol.com/albums/netbook-lofi-beatheads/12-show-you-love/" />
|
||||||
|
<link rel="alternate" hreflang="x-default" href="https://panix.basspistol.com/albums/netbook-lofi-beatheads/12-show-you-love/" />
|
||||||
|
<meta name="geo.region" content="BJ-ZO" />
|
||||||
|
<meta name="geo.placename" content="Setto" />
|
||||||
|
<meta name="geo.position" content="7.48777;2.076389" />
|
||||||
|
<meta name="ICBM" content="7.48777, 2.076389" />
|
||||||
|
|
||||||
|
<!-- Dublin Core basic info -->
|
||||||
|
|
||||||
|
<meta name="dcterms.Identifier" content="https://panix.basspistol.com" />
|
||||||
|
<meta name="dcterms.Format" content="text/html" />
|
||||||
|
<meta name="dcterms.Relation" content="pax:nion" />
|
||||||
|
<meta name="dcterms.Publisher" content="pax:nion" />
|
||||||
|
<meta name="dcterms.Type" content="text/html" />
|
||||||
|
<meta name="dcterms.Coverage" content="https://panix.basspistol.com/" />
|
||||||
|
<meta name="dcterms.Rights" content="Copyright ©2020 pax:nion." />
|
||||||
|
|
||||||
|
<meta name="dcterms.Subject" content="Listen and to a track by Panix Hilton from the release Netbook Lofi Beatheads and support your remote artist!" />
|
||||||
|
<meta name="dcterms.Title" content="Show You Love - Panix Hilton | pax:nion" />
|
||||||
|
|
||||||
|
<meta name="dcterms.Contributor" content="pax:nion" />
|
||||||
|
<meta name="dcterms.Date" content="2020-07-05" />
|
||||||
|
<meta name="dcterms.Description" content="" />
|
||||||
|
|
||||||
|
<!-- Twitter Card -->
|
||||||
|
|
||||||
|
<meta name="twitter:card" content="summary" />
|
||||||
|
<meta name="twitter:site" content="@" />
|
||||||
|
<meta name="twitter:title" content="12 Show You Love | pax:nion" />
|
||||||
|
<meta name="twitter:description" content="PHI, Panix Heavy Industries" />
|
||||||
|
|
||||||
|
<meta name="twitter:image" content="https://panix.basspistol.com/assets/albums/netbook-lofi-beatheads/12-show-you-love.jpeg" />
|
||||||
|
|
||||||
|
<!-- END seo.html -->
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<meta charset="utf-8" />
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=yes" />
|
||||||
|
<link rel="stylesheet" href="../../../assets/css/main20200519.css" />
|
||||||
|
|
||||||
|
<link rel="apple-touch-icon" href="https://panix.basspistol.com/apple-touch-icon.png" />
|
||||||
|
<link rel="icon" type="image/png" href="https://panix.basspistol.com/touch-icon.png" sizes="192x192" />
|
||||||
|
<link rel="shortcut icon" href="https://panix.basspistol.com/assets/img/setto_icon.png" type="image/png" />
|
||||||
|
<noscript><link rel="stylesheet" href="../../../assets/css/noscript20200518-rev1.css" /></noscript>
|
||||||
|
</head>
|
||||||
|
|
||||||
|
<body class="is-preload" id="body">
|
||||||
|
<span id="top" style="display: none;"></span>
|
||||||
|
<!-- Wrapper -->
|
||||||
|
<div id="wrapper" class="divided" data-cms-content-wrapper="/_layouts/default.html">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<!-- Banner -->
|
||||||
|
<section
|
||||||
|
class="banner onload-image-fade-in onload-content-fade-right style3 fullscreen content-align-center image-position-center" style="background-image:url('https://media.basspistol.com/panix/netbook-lofi-beatheads/12-show-you-love.jpeg');background-size: cover; background-repeat: no-repeat;">
|
||||||
|
<div style="z-index:0;position:absolute; top:0; left:0; width:100%;height:100%;background-color: rgba(13, 13 ,13, 0.85);"></div>
|
||||||
|
<div class="content" style="z-index:1">
|
||||||
|
<h1 style="margin-top:80px">Show You Love</h1>
|
||||||
|
|
||||||
|
<p><strong><span id="tracktime"></span></strong><span id="showyoulove"></span></strong> <br />
|
||||||
|
Style: <strong>Electronic</strong>
|
||||||
|
</p>
|
||||||
|
<script type="text/javascript">
|
||||||
|
var showyoulovetimestamp = 146;
|
||||||
|
var showyoulovehours = Math.floor(showyoulovetimestamp / 60 / 60);
|
||||||
|
var showyouloveminutes = Math.floor(showyoulovetimestamp / 60) - (showyoulovehours * 60);
|
||||||
|
var showyouloveseconds = showyoulovetimestamp % 60;
|
||||||
|
var showyouloveformatted = showyoulovehours.toString().padStart(2, '0') + ':' + showyouloveminutes.toString().padStart(2, '0') + ':' + showyouloveseconds.toString().padStart(2, '0');
|
||||||
|
var theSpan = document.getElementById("showyoulove");
|
||||||
|
theSpan.innerHTML = showyouloveformatted;
|
||||||
|
</script>
|
||||||
|
|
||||||
|
|
||||||
|
<ul class="actions stacked">
|
||||||
|
<li><button id="mu_pause" class="smooth-scroll-middle button icon solid fa-play">Play dat!</button></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="image">
|
||||||
|
<img src="https://media.basspistol.com/panix/netbook-lofi-beatheads/12-show-you-love.jpeg" alt="12 Show You Love logo" id="coverart" />
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
|
||||||
|
|
||||||
|
<!-- Page navigation -->
|
||||||
|
<section class="wrapper style1 align-center">
|
||||||
|
<div class="inner">
|
||||||
|
<div class="index align-left">
|
||||||
|
<!-- Author -->
|
||||||
|
<section class="streambox" style="margin-top:40px;padding: 40px;">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<h3 style="text-align: center;display: block;">This track can't be bought</h3>
|
||||||
|
<p>But other tracks are available here:</p>
|
||||||
|
|
||||||
|
|
||||||
|
<div class="streamer">
|
||||||
|
|
||||||
|
|
||||||
|
<a onclick="_paq.push(['trackEvent', 'StoreLink', 'Bandcamp']);" target="_blank" rel="noopener" href="https://panixheavyindustries.bandcamp.com" alt="Stream from Bandcamp" title="Stream from Bandcamp" class="button icon brands fa-bandcamp">Bandcamp</a>
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</section>
|
||||||
|
<section>
|
||||||
|
<!-- Content -->
|
||||||
|
<div class="content">
|
||||||
|
<!-- post Naviation -->
|
||||||
|
<div style="text-align: center;">
|
||||||
|
<h3>Play more songs grom this release</h3>
|
||||||
|
</div>
|
||||||
|
<div class="post-nav">
|
||||||
|
<div>
|
||||||
|
|
||||||
|
<h4><a href="../../../albums/netbook-lofi-beatheads/11-one-cycle-two/" alt="Read One Cycle Two" title="Read One Cycle Two"><i class="fas fa-arrow-left"></i></a> <a
|
||||||
|
href="../../../albums/netbook-lofi-beatheads/11-one-cycle-two/"> One Cycle Two</a>
|
||||||
|
</h4>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
<div class="post-nav-next">
|
||||||
|
|
||||||
|
<h4><a href="../../../albums/netbook-lofi-beatheads/13-waapper/"> Waapper</a> <a
|
||||||
|
href="../../../albums/netbook-lofi-beatheads/13-waapper/" alt="Read Waapper" title="Read Waapper"><i class="fas fa-arrow-right"></i></a></h4>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<!-- End Post Navigation -->
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
<!-- Audio player-->
|
||||||
|
<audio autoplay preload="true" data-matomo-title="Show You Love">
|
||||||
|
<source src="https://media.basspistol.com/panix/netbook-lofi-beatheads/12-show-you-love.mp3" type="audio/mpeg" ontimeupdate='updateTrackTime(this);' />
|
||||||
|
<h1>Your browser isn't ready for so much hotness. Use the download-link instead.</h1>.
|
||||||
|
</audio>
|
||||||
|
<!-- Footer -->
|
||||||
|
<footer id="footer" class="wrapper style1 align-center">
|
||||||
|
<div class="footflex">
|
||||||
|
<div>
|
||||||
|
<h4>pax:nion</h4>
|
||||||
|
<p>PHI, Panix Heavy Industries
|
||||||
|
<br /><a href="mailto:"></a></p>
|
||||||
|
</div>
|
||||||
|
<div>
|
||||||
|
<ul>
|
||||||
|
<li><a href="#top" class="smooth-scroll-middle">Back to top</a></li>
|
||||||
|
<li><a href="/#album0" class="smooth-scroll-middle">music</a></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<div><img src="/assets/panix-logo-dark.svg" style="max-width:300px" alt="pax:nion Logo" /></div>
|
||||||
|
</div>
|
||||||
|
<div class="inner">
|
||||||
|
<ul class="icons">
|
||||||
|
|
||||||
|
<!-- <li><a href="mailto:" class="icon style2 fa-envelope"><span class="label">Email</span></a></li> -->
|
||||||
|
</ul>
|
||||||
|
<p>©2020 Basspistol | <a href="../../../webcreds/">Credits</a> | <a href="../../../cookies/">Cookies & Privacy</a></p>
|
||||||
|
</div>
|
||||||
|
</footer>
|
||||||
|
|
||||||
|
|
||||||
|
<script type="text/javascript">
|
||||||
|
function loadUrl(newLocation) {
|
||||||
|
window.location = newLocation;
|
||||||
|
return false;
|
||||||
|
}
|
||||||
|
|
||||||
|
var mu = document.getElementsByTagName("audio")[0];
|
||||||
|
var pauseButton = document.getElementById("mu_pause");
|
||||||
|
var spincover = document.getElementById("coverart");
|
||||||
|
|
||||||
|
mu.addEventListener('ended', function () {
|
||||||
|
// only functional if "loop" is removed
|
||||||
|
mu.pause();
|
||||||
|
mu.currentTime = 0;
|
||||||
|
loadUrl("../../../netbook-lofi-beatheads/13-waapper/"); return false;
|
||||||
|
});
|
||||||
|
mu.onplaying = function() {
|
||||||
|
pauseButton.innerHTML = "Pause";
|
||||||
|
pauseButton.classList.remove("fa-play");
|
||||||
|
pauseButton.classList.add("fa-pause");
|
||||||
|
spincover.classList.add("spinnit");
|
||||||
|
spincover.classList.remove("paused");
|
||||||
|
};
|
||||||
|
|
||||||
|
pauseButton.addEventListener("click", function () {
|
||||||
|
if (mu.paused) {
|
||||||
|
mu.play();
|
||||||
|
|
||||||
|
}
|
||||||
|
else {
|
||||||
|
mu.pause();
|
||||||
|
pauseButton.innerHTML = "Resume";
|
||||||
|
pauseButton.classList.add("fa-play");
|
||||||
|
pauseButton.classList.remove("fa-pause");
|
||||||
|
spincover.classList.add("paused");
|
||||||
|
}
|
||||||
|
});
|
||||||
|
|
||||||
|
mu.addEventListener('timeupdate', function () {
|
||||||
|
var timestamp = Math.floor(mu.currentTime);
|
||||||
|
var hours = Math.floor(timestamp / 60 / 60);
|
||||||
|
var minutes = Math.floor(timestamp / 60) - (hours * 60);
|
||||||
|
var seconds = timestamp % 60;
|
||||||
|
var formatted = hours.toString().padStart(2, '0') + ':' + minutes.toString().padStart(2, '0') + ':' + seconds.toString().padStart(2, '0');
|
||||||
|
var thecurrentSpan = document.getElementById("tracktime");
|
||||||
|
thecurrentSpan.innerHTML = formatted + ' / ';
|
||||||
|
});
|
||||||
|
|
||||||
|
</script>
|
||||||
|
</div>
|
||||||
|
<!-- Navigation -->
|
||||||
|
<div id="logo" class="logo">
|
||||||
|
<a href="/" class="smooth-scroll-middle"><img width="200em" src="/assets/panix-logo.svg" alt=" Logo" /></a>
|
||||||
|
<a href="#navbar" onclick="blurBody()" alt="Navigation Menu" title="Navigation Menu"><span style="font-size: 34px;" class="icon solid fa-bars"></span></a>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div id="navbar" style="display: block;" class="modalDialog">
|
||||||
|
<a href="#close" onclick="removeBlur()" alt="Close Menu" title="Close Menu"><div id="closearea"> </div></a>
|
||||||
|
<nav>
|
||||||
|
<a href="#close" title="Close" onclick="removeBlur()" class="close-button close" style="margin: 0 auto;">X</a>
|
||||||
|
<ul>
|
||||||
|
|
||||||
|
|
||||||
|
<li><a href="../../../" class="button small">Home</a></li>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<li><a href="../../../releases/" class="button small">Releases</a></li>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<li><a href="../../../logs/" class="button small">Web-Log</a></li>
|
||||||
|
|
||||||
|
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
</nav>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
<!-- End Navigation -->
|
||||||
|
<!-- Scripts -->
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<script src="../../../assets/js/jquery.min.js"></script>
|
||||||
|
<script src="../../../assets/js/jquery.scrollex.min.js"></script>
|
||||||
|
<script src="../../../assets/js/jquery.scrolly.min.js"></script>
|
||||||
|
<script src="../../../assets/js/browser.min.js"></script>
|
||||||
|
<script src="../../../assets/js/breakpoints.min.js"></script>
|
||||||
|
<script src="../../../assets/js/util.js"></script>
|
||||||
|
<script src="../../../assets/js/main.js"></script>
|
||||||
|
<script src="../../../assets/js/set.js"></script>
|
||||||
|
|
||||||
|
|
||||||
|
<div id="cookie-notice">
|
||||||
|
<p>We only use cookies if you consent to it. They don't contain any identifiable info: they just let us know if you enjoyed this enough to come back. <br />Click <a href="#" id="cookie-notice-decline">here</a> if you want this shit to go away without cookies. <br />Read more about how Basspistol <a href="/cookies/">use cookies</a> </p>
|
||||||
|
<a class="button small yes" href="#" id="cookie-notice-accept">I'm in!</a>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<script>
|
||||||
|
function createCookie(name, value, days) {
|
||||||
|
var expires = "";
|
||||||
|
if (days) {
|
||||||
|
var date = new Date();
|
||||||
|
date.setTime(date.getTime() + (days * 24 * 60 * 60 * 1000));
|
||||||
|
expires = "; expires=" + date.toUTCString();
|
||||||
|
}
|
||||||
|
document.cookie = name + "=" + value + expires + "; path=/";
|
||||||
|
}
|
||||||
|
function readCookie(name) {
|
||||||
|
var nameEQ = name + "=";
|
||||||
|
var ca = document.cookie.split(';');
|
||||||
|
for (var i = 0; i < ca.length; i++) {
|
||||||
|
var c = ca[i];
|
||||||
|
while (c.charAt(0) == ' ') c = c.substring(1, c.length);
|
||||||
|
if (c.indexOf(nameEQ) == 0) return c.substring(nameEQ.length, c.length);
|
||||||
|
}
|
||||||
|
return null;
|
||||||
|
}
|
||||||
|
function eraseCookie(name) {
|
||||||
|
createCookie(name, "", -1);
|
||||||
|
}
|
||||||
|
|
||||||
|
if (readCookie('cookie-notice-dismissed') == 'wantCookies') {
|
||||||
|
|
||||||
|
//* Matomo Tag Manager *//
|
||||||
|
|
||||||
|
var _mtm = _mtm || [];
|
||||||
|
_mtm.push({'mtm.startTime': (new Date().getTime()), 'event': 'mtm.Start'});
|
||||||
|
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
|
||||||
|
g.type='text/javascript'; g.async=true; g.defer=true; g.src='https://cdn.matomo.cloud/terminalnetwork.matomo.cloud/container_aJ0T3vZ5.js'; s.parentNode.insertBefore(g,s);
|
||||||
|
|
||||||
|
//* End Matomo Tag Manager *//
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
} else {
|
||||||
|
document.getElementById('cookie-notice').style.display = 'flex';
|
||||||
|
|
||||||
|
var _paq = window._paq || [];
|
||||||
|
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */
|
||||||
|
_paq.push(["setDocumentTitle", document.domain + "/" + document.title]);
|
||||||
|
_paq.push(["disableCookies"]);
|
||||||
|
_paq.push(['trackPageView']);
|
||||||
|
_paq.push(['enableLinkTracking']);
|
||||||
|
(function() {
|
||||||
|
var u="https://terminalnetwork.matomo.cloud/";
|
||||||
|
_paq.push(['setTrackerUrl', u+'matomo.php']);
|
||||||
|
_paq.push(['setSiteId', '14']);
|
||||||
|
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
|
||||||
|
g.type='text/javascript'; g.async=true; g.defer=true; g.src='//cdn.matomo.cloud/terminalnetwork.matomo.cloud/matomo.js'; s.parentNode.insertBefore(g,s);
|
||||||
|
})();
|
||||||
|
|
||||||
|
|
||||||
|
}
|
||||||
|
if (readCookie('cookie-notice-dismissed') == 'dontWantCookies') {
|
||||||
|
document.getElementById('cookie-notice').style.display = 'none';
|
||||||
|
|
||||||
|
var _paq = window._paq || [];
|
||||||
|
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */
|
||||||
|
_paq.push(["setDocumentTitle", document.domain + "/" + document.title]);
|
||||||
|
_paq.push(["disableCookies"]);
|
||||||
|
_paq.push(['trackPageView']);
|
||||||
|
_paq.push(['enableLinkTracking']);
|
||||||
|
(function() {
|
||||||
|
var u="https://terminalnetwork.matomo.cloud/";
|
||||||
|
_paq.push(['setTrackerUrl', u+'matomo.php']);
|
||||||
|
_paq.push(['setSiteId', '14']);
|
||||||
|
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
|
||||||
|
g.type='text/javascript'; g.async=true; g.defer=true; g.src='//cdn.matomo.cloud/terminalnetwork.matomo.cloud/matomo.js'; s.parentNode.insertBefore(g,s);
|
||||||
|
})();
|
||||||
|
|
||||||
|
}
|
||||||
|
document.getElementById('cookie-notice-accept').addEventListener("click", function () {
|
||||||
|
createCookie('cookie-notice-dismissed', 'wantCookies', 31);
|
||||||
|
document.getElementById('cookie-notice').style.display = 'none';
|
||||||
|
_paq.push(['trackEvent', 'Consent', 'wantCookie']);
|
||||||
|
location.reload();
|
||||||
|
});
|
||||||
|
|
||||||
|
document.getElementById('cookie-notice-decline').addEventListener("click", function () {
|
||||||
|
createCookie('cookie-notice-dismissed', 'dontWantCookies', 31);
|
||||||
|
document.getElementById('cookie-notice').style.display = 'none';
|
||||||
|
_paq.push(['trackEvent', 'Consent', 'dontWantCookie']);
|
||||||
|
location.reload();
|
||||||
|
});
|
||||||
|
|
||||||
|
// document.getElementById('cookie-notice-gimme').addEventListener("click", function () {
|
||||||
|
// createCookie('cookie-notice-dismissed', 'wantCookies', 31);
|
||||||
|
// document.getElementById('cookie-notice').style.display = 'none';
|
||||||
|
// location.reload();
|
||||||
|
// });
|
||||||
|
|
||||||
|
|
||||||
|
</script>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
404
albums/netbook-lofi-beatheads/13-waapper/index.html
Normal file
404
albums/netbook-lofi-beatheads/13-waapper/index.html
Normal file
|
|
@ -0,0 +1,404 @@
|
||||||
|
<!DOCTYPE html>
|
||||||
|
<!--
|
||||||
|
Based on _Story_ by html5up.net | @ajlkn
|
||||||
|
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
|
||||||
|
Remixed and Jekyllified by Setto
|
||||||
|
-->
|
||||||
|
<html lang="en">
|
||||||
|
<head>
|
||||||
|
<!-- Begin Jekyll SEO tag v2.6.1 -->
|
||||||
|
<meta name="generator" content="Jekyll v4.0.0" />
|
||||||
|
<meta property="og:title" content="13 Waapper" />
|
||||||
|
<meta name="author" content="pax:nion" />
|
||||||
|
<meta property="og:locale" content="en" />
|
||||||
|
<meta name="description" content="PHI, Panix Heavy Industries" />
|
||||||
|
<meta property="og:description" content="PHI, Panix Heavy Industries" />
|
||||||
|
<link rel="canonical" href="https://panix.basspistol.com/albums/netbook-lofi-beatheads/13-waapper/" />
|
||||||
|
<meta property="og:url" content="https://panix.basspistol.com/albums/netbook-lofi-beatheads/13-waapper/" />
|
||||||
|
<meta property="og:site_name" content="pax:nion" />
|
||||||
|
<meta property="og:type" content="article" />
|
||||||
|
<meta property="article:published_time" content="2020-07-05T18:07:03+00:00" />
|
||||||
|
<script type="application/ld+json">
|
||||||
|
{"description":"PHI, Panix Heavy Industries","@type":"AudioObject","headline":"13 Waapper","dateModified":"2020-07-05T18:07:00+00:00","datePublished":"2020-07-05T18:07:03+00:00","url":"https://panix.basspistol.com/albums/netbook-lofi-beatheads/13-waapper/","author":{"@type":"Person","name":"pax:nion"},"publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://panix.basspistol.com/assets/img/setto_icon.png"},"name":"pax:nion"},"@context":"https://schema.org"}</script>
|
||||||
|
<!-- End Jekyll SEO tag -->
|
||||||
|
|
||||||
|
<link type="application/atom+xml" rel="alternate" href="https://panix.basspistol.com/feed.xml" title="" />
|
||||||
|
<!-- BEGIN seo.html -->
|
||||||
|
|
||||||
|
<title>Play Waapper by Panix Hilton</title>
|
||||||
|
<meta name="title" content="Play Waapper by Panix Hilton" />
|
||||||
|
|
||||||
|
<meta name="dc.date.modified" scheme="ISO8601" content="2020-07-05T18:07:00+00:00" />
|
||||||
|
<meta name="robots" content="index" />
|
||||||
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||||
|
<link rel="canonical" href="https://panix.basspistol.com/albums/netbook-lofi-beatheads/13-waapper/" />
|
||||||
|
<link rel="alternate" hreflang="x-default" href="https://panix.basspistol.com/albums/netbook-lofi-beatheads/13-waapper/" />
|
||||||
|
<meta name="geo.region" content="BJ-ZO" />
|
||||||
|
<meta name="geo.placename" content="Setto" />
|
||||||
|
<meta name="geo.position" content="7.48777;2.076389" />
|
||||||
|
<meta name="ICBM" content="7.48777, 2.076389" />
|
||||||
|
|
||||||
|
<!-- Dublin Core basic info -->
|
||||||
|
|
||||||
|
<meta name="dcterms.Identifier" content="https://panix.basspistol.com" />
|
||||||
|
<meta name="dcterms.Format" content="text/html" />
|
||||||
|
<meta name="dcterms.Relation" content="pax:nion" />
|
||||||
|
<meta name="dcterms.Publisher" content="pax:nion" />
|
||||||
|
<meta name="dcterms.Type" content="text/html" />
|
||||||
|
<meta name="dcterms.Coverage" content="https://panix.basspistol.com/" />
|
||||||
|
<meta name="dcterms.Rights" content="Copyright ©2020 pax:nion." />
|
||||||
|
|
||||||
|
<meta name="dcterms.Subject" content="Listen and to a track by Panix Hilton from the release Netbook Lofi Beatheads and support your remote artist!" />
|
||||||
|
<meta name="dcterms.Title" content="Waapper - Panix Hilton | pax:nion" />
|
||||||
|
|
||||||
|
<meta name="dcterms.Contributor" content="pax:nion" />
|
||||||
|
<meta name="dcterms.Date" content="2020-07-05" />
|
||||||
|
<meta name="dcterms.Description" content="" />
|
||||||
|
|
||||||
|
<!-- Twitter Card -->
|
||||||
|
|
||||||
|
<meta name="twitter:card" content="summary" />
|
||||||
|
<meta name="twitter:site" content="@" />
|
||||||
|
<meta name="twitter:title" content="13 Waapper | pax:nion" />
|
||||||
|
<meta name="twitter:description" content="PHI, Panix Heavy Industries" />
|
||||||
|
|
||||||
|
<meta name="twitter:image" content="https://panix.basspistol.com/assets/albums/netbook-lofi-beatheads/13-waapper.jpeg" />
|
||||||
|
|
||||||
|
<!-- END seo.html -->
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<meta charset="utf-8" />
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=yes" />
|
||||||
|
<link rel="stylesheet" href="../../../assets/css/main20200519.css" />
|
||||||
|
|
||||||
|
<link rel="apple-touch-icon" href="https://panix.basspistol.com/apple-touch-icon.png" />
|
||||||
|
<link rel="icon" type="image/png" href="https://panix.basspistol.com/touch-icon.png" sizes="192x192" />
|
||||||
|
<link rel="shortcut icon" href="https://panix.basspistol.com/assets/img/setto_icon.png" type="image/png" />
|
||||||
|
<noscript><link rel="stylesheet" href="../../../assets/css/noscript20200518-rev1.css" /></noscript>
|
||||||
|
</head>
|
||||||
|
|
||||||
|
<body class="is-preload" id="body">
|
||||||
|
<span id="top" style="display: none;"></span>
|
||||||
|
<!-- Wrapper -->
|
||||||
|
<div id="wrapper" class="divided" data-cms-content-wrapper="/_layouts/default.html">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<!-- Banner -->
|
||||||
|
<section
|
||||||
|
class="banner onload-image-fade-in onload-content-fade-right style3 fullscreen content-align-center image-position-center" style="background-image:url('https://media.basspistol.com/panix/netbook-lofi-beatheads/13-waapper.jpeg');background-size: cover; background-repeat: no-repeat;">
|
||||||
|
<div style="z-index:0;position:absolute; top:0; left:0; width:100%;height:100%;background-color: rgba(13, 13 ,13, 0.85);"></div>
|
||||||
|
<div class="content" style="z-index:1">
|
||||||
|
<h1 style="margin-top:80px">Waapper</h1>
|
||||||
|
|
||||||
|
<p><strong><span id="tracktime"></span></strong><span id="waapper"></span></strong> <br />
|
||||||
|
Style: <strong>Electronic</strong>
|
||||||
|
</p>
|
||||||
|
<script type="text/javascript">
|
||||||
|
var waappertimestamp = 115;
|
||||||
|
var waapperhours = Math.floor(waappertimestamp / 60 / 60);
|
||||||
|
var waapperminutes = Math.floor(waappertimestamp / 60) - (waapperhours * 60);
|
||||||
|
var waapperseconds = waappertimestamp % 60;
|
||||||
|
var waapperformatted = waapperhours.toString().padStart(2, '0') + ':' + waapperminutes.toString().padStart(2, '0') + ':' + waapperseconds.toString().padStart(2, '0');
|
||||||
|
var theSpan = document.getElementById("waapper");
|
||||||
|
theSpan.innerHTML = waapperformatted;
|
||||||
|
</script>
|
||||||
|
|
||||||
|
|
||||||
|
<ul class="actions stacked">
|
||||||
|
<li><button id="mu_pause" class="smooth-scroll-middle button icon solid fa-play">Play dat!</button></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="image">
|
||||||
|
<img src="https://media.basspistol.com/panix/netbook-lofi-beatheads/13-waapper.jpeg" alt="13 Waapper logo" id="coverart" />
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
|
||||||
|
|
||||||
|
<!-- Page navigation -->
|
||||||
|
<section class="wrapper style1 align-center">
|
||||||
|
<div class="inner">
|
||||||
|
<div class="index align-left">
|
||||||
|
<!-- Author -->
|
||||||
|
<section class="streambox" style="margin-top:40px;padding: 40px;">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<h3 style="text-align: center;display: block;">This track can't be bought</h3>
|
||||||
|
<p>But other tracks are available here:</p>
|
||||||
|
|
||||||
|
|
||||||
|
<div class="streamer">
|
||||||
|
|
||||||
|
|
||||||
|
<a onclick="_paq.push(['trackEvent', 'StoreLink', 'Bandcamp']);" target="_blank" rel="noopener" href="https://panixheavyindustries.bandcamp.com" alt="Stream from Bandcamp" title="Stream from Bandcamp" class="button icon brands fa-bandcamp">Bandcamp</a>
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</section>
|
||||||
|
<section>
|
||||||
|
<!-- Content -->
|
||||||
|
<div class="content">
|
||||||
|
<!-- post Naviation -->
|
||||||
|
<div style="text-align: center;">
|
||||||
|
<h3>Play more songs grom this release</h3>
|
||||||
|
</div>
|
||||||
|
<div class="post-nav">
|
||||||
|
<div>
|
||||||
|
|
||||||
|
<h4><a href="../../../albums/netbook-lofi-beatheads/12-show-you-love/" alt="Read Show You Love" title="Read Show You Love"><i class="fas fa-arrow-left"></i></a> <a
|
||||||
|
href="../../../albums/netbook-lofi-beatheads/12-show-you-love/"> Show You Love</a>
|
||||||
|
</h4>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
<div class="post-nav-next">
|
||||||
|
|
||||||
|
<h4><a href="../../../albums/netbook-lofi-beatheads/14-voicing/"> Voicing</a> <a
|
||||||
|
href="../../../albums/netbook-lofi-beatheads/14-voicing/" alt="Read Voicing" title="Read Voicing"><i class="fas fa-arrow-right"></i></a></h4>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<!-- End Post Navigation -->
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
<!-- Audio player-->
|
||||||
|
<audio autoplay preload="true" data-matomo-title="Waapper">
|
||||||
|
<source src="https://media.basspistol.com/panix/netbook-lofi-beatheads/13-waapper.mp3" type="audio/mpeg" ontimeupdate='updateTrackTime(this);' />
|
||||||
|
<h1>Your browser isn't ready for so much hotness. Use the download-link instead.</h1>.
|
||||||
|
</audio>
|
||||||
|
<!-- Footer -->
|
||||||
|
<footer id="footer" class="wrapper style1 align-center">
|
||||||
|
<div class="footflex">
|
||||||
|
<div>
|
||||||
|
<h4>pax:nion</h4>
|
||||||
|
<p>PHI, Panix Heavy Industries
|
||||||
|
<br /><a href="mailto:"></a></p>
|
||||||
|
</div>
|
||||||
|
<div>
|
||||||
|
<ul>
|
||||||
|
<li><a href="#top" class="smooth-scroll-middle">Back to top</a></li>
|
||||||
|
<li><a href="/#album0" class="smooth-scroll-middle">music</a></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<div><img src="/assets/panix-logo-dark.svg" style="max-width:300px" alt="pax:nion Logo" /></div>
|
||||||
|
</div>
|
||||||
|
<div class="inner">
|
||||||
|
<ul class="icons">
|
||||||
|
|
||||||
|
<!-- <li><a href="mailto:" class="icon style2 fa-envelope"><span class="label">Email</span></a></li> -->
|
||||||
|
</ul>
|
||||||
|
<p>©2020 Basspistol | <a href="../../../webcreds/">Credits</a> | <a href="../../../cookies/">Cookies & Privacy</a></p>
|
||||||
|
</div>
|
||||||
|
</footer>
|
||||||
|
|
||||||
|
|
||||||
|
<script type="text/javascript">
|
||||||
|
function loadUrl(newLocation) {
|
||||||
|
window.location = newLocation;
|
||||||
|
return false;
|
||||||
|
}
|
||||||
|
|
||||||
|
var mu = document.getElementsByTagName("audio")[0];
|
||||||
|
var pauseButton = document.getElementById("mu_pause");
|
||||||
|
var spincover = document.getElementById("coverart");
|
||||||
|
|
||||||
|
mu.addEventListener('ended', function () {
|
||||||
|
// only functional if "loop" is removed
|
||||||
|
mu.pause();
|
||||||
|
mu.currentTime = 0;
|
||||||
|
loadUrl("../../../netbook-lofi-beatheads/14-voicing/"); return false;
|
||||||
|
});
|
||||||
|
mu.onplaying = function() {
|
||||||
|
pauseButton.innerHTML = "Pause";
|
||||||
|
pauseButton.classList.remove("fa-play");
|
||||||
|
pauseButton.classList.add("fa-pause");
|
||||||
|
spincover.classList.add("spinnit");
|
||||||
|
spincover.classList.remove("paused");
|
||||||
|
};
|
||||||
|
|
||||||
|
pauseButton.addEventListener("click", function () {
|
||||||
|
if (mu.paused) {
|
||||||
|
mu.play();
|
||||||
|
|
||||||
|
}
|
||||||
|
else {
|
||||||
|
mu.pause();
|
||||||
|
pauseButton.innerHTML = "Resume";
|
||||||
|
pauseButton.classList.add("fa-play");
|
||||||
|
pauseButton.classList.remove("fa-pause");
|
||||||
|
spincover.classList.add("paused");
|
||||||
|
}
|
||||||
|
});
|
||||||
|
|
||||||
|
mu.addEventListener('timeupdate', function () {
|
||||||
|
var timestamp = Math.floor(mu.currentTime);
|
||||||
|
var hours = Math.floor(timestamp / 60 / 60);
|
||||||
|
var minutes = Math.floor(timestamp / 60) - (hours * 60);
|
||||||
|
var seconds = timestamp % 60;
|
||||||
|
var formatted = hours.toString().padStart(2, '0') + ':' + minutes.toString().padStart(2, '0') + ':' + seconds.toString().padStart(2, '0');
|
||||||
|
var thecurrentSpan = document.getElementById("tracktime");
|
||||||
|
thecurrentSpan.innerHTML = formatted + ' / ';
|
||||||
|
});
|
||||||
|
|
||||||
|
</script>
|
||||||
|
</div>
|
||||||
|
<!-- Navigation -->
|
||||||
|
<div id="logo" class="logo">
|
||||||
|
<a href="/" class="smooth-scroll-middle"><img width="200em" src="/assets/panix-logo.svg" alt=" Logo" /></a>
|
||||||
|
<a href="#navbar" onclick="blurBody()" alt="Navigation Menu" title="Navigation Menu"><span style="font-size: 34px;" class="icon solid fa-bars"></span></a>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div id="navbar" style="display: block;" class="modalDialog">
|
||||||
|
<a href="#close" onclick="removeBlur()" alt="Close Menu" title="Close Menu"><div id="closearea"> </div></a>
|
||||||
|
<nav>
|
||||||
|
<a href="#close" title="Close" onclick="removeBlur()" class="close-button close" style="margin: 0 auto;">X</a>
|
||||||
|
<ul>
|
||||||
|
|
||||||
|
|
||||||
|
<li><a href="../../../" class="button small">Home</a></li>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<li><a href="../../../releases/" class="button small">Releases</a></li>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<li><a href="../../../logs/" class="button small">Web-Log</a></li>
|
||||||
|
|
||||||
|
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
</nav>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
<!-- End Navigation -->
|
||||||
|
<!-- Scripts -->
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<script src="../../../assets/js/jquery.min.js"></script>
|
||||||
|
<script src="../../../assets/js/jquery.scrollex.min.js"></script>
|
||||||
|
<script src="../../../assets/js/jquery.scrolly.min.js"></script>
|
||||||
|
<script src="../../../assets/js/browser.min.js"></script>
|
||||||
|
<script src="../../../assets/js/breakpoints.min.js"></script>
|
||||||
|
<script src="../../../assets/js/util.js"></script>
|
||||||
|
<script src="../../../assets/js/main.js"></script>
|
||||||
|
<script src="../../../assets/js/set.js"></script>
|
||||||
|
|
||||||
|
|
||||||
|
<div id="cookie-notice">
|
||||||
|
<p>We only use cookies if you consent to it. They don't contain any identifiable info: they just let us know if you enjoyed this enough to come back. <br />Click <a href="#" id="cookie-notice-decline">here</a> if you want this shit to go away without cookies. <br />Read more about how Basspistol <a href="/cookies/">use cookies</a> </p>
|
||||||
|
<a class="button small yes" href="#" id="cookie-notice-accept">I'm in!</a>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<script>
|
||||||
|
function createCookie(name, value, days) {
|
||||||
|
var expires = "";
|
||||||
|
if (days) {
|
||||||
|
var date = new Date();
|
||||||
|
date.setTime(date.getTime() + (days * 24 * 60 * 60 * 1000));
|
||||||
|
expires = "; expires=" + date.toUTCString();
|
||||||
|
}
|
||||||
|
document.cookie = name + "=" + value + expires + "; path=/";
|
||||||
|
}
|
||||||
|
function readCookie(name) {
|
||||||
|
var nameEQ = name + "=";
|
||||||
|
var ca = document.cookie.split(';');
|
||||||
|
for (var i = 0; i < ca.length; i++) {
|
||||||
|
var c = ca[i];
|
||||||
|
while (c.charAt(0) == ' ') c = c.substring(1, c.length);
|
||||||
|
if (c.indexOf(nameEQ) == 0) return c.substring(nameEQ.length, c.length);
|
||||||
|
}
|
||||||
|
return null;
|
||||||
|
}
|
||||||
|
function eraseCookie(name) {
|
||||||
|
createCookie(name, "", -1);
|
||||||
|
}
|
||||||
|
|
||||||
|
if (readCookie('cookie-notice-dismissed') == 'wantCookies') {
|
||||||
|
|
||||||
|
//* Matomo Tag Manager *//
|
||||||
|
|
||||||
|
var _mtm = _mtm || [];
|
||||||
|
_mtm.push({'mtm.startTime': (new Date().getTime()), 'event': 'mtm.Start'});
|
||||||
|
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
|
||||||
|
g.type='text/javascript'; g.async=true; g.defer=true; g.src='https://cdn.matomo.cloud/terminalnetwork.matomo.cloud/container_aJ0T3vZ5.js'; s.parentNode.insertBefore(g,s);
|
||||||
|
|
||||||
|
//* End Matomo Tag Manager *//
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
} else {
|
||||||
|
document.getElementById('cookie-notice').style.display = 'flex';
|
||||||
|
|
||||||
|
var _paq = window._paq || [];
|
||||||
|
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */
|
||||||
|
_paq.push(["setDocumentTitle", document.domain + "/" + document.title]);
|
||||||
|
_paq.push(["disableCookies"]);
|
||||||
|
_paq.push(['trackPageView']);
|
||||||
|
_paq.push(['enableLinkTracking']);
|
||||||
|
(function() {
|
||||||
|
var u="https://terminalnetwork.matomo.cloud/";
|
||||||
|
_paq.push(['setTrackerUrl', u+'matomo.php']);
|
||||||
|
_paq.push(['setSiteId', '14']);
|
||||||
|
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
|
||||||
|
g.type='text/javascript'; g.async=true; g.defer=true; g.src='//cdn.matomo.cloud/terminalnetwork.matomo.cloud/matomo.js'; s.parentNode.insertBefore(g,s);
|
||||||
|
})();
|
||||||
|
|
||||||
|
|
||||||
|
}
|
||||||
|
if (readCookie('cookie-notice-dismissed') == 'dontWantCookies') {
|
||||||
|
document.getElementById('cookie-notice').style.display = 'none';
|
||||||
|
|
||||||
|
var _paq = window._paq || [];
|
||||||
|
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */
|
||||||
|
_paq.push(["setDocumentTitle", document.domain + "/" + document.title]);
|
||||||
|
_paq.push(["disableCookies"]);
|
||||||
|
_paq.push(['trackPageView']);
|
||||||
|
_paq.push(['enableLinkTracking']);
|
||||||
|
(function() {
|
||||||
|
var u="https://terminalnetwork.matomo.cloud/";
|
||||||
|
_paq.push(['setTrackerUrl', u+'matomo.php']);
|
||||||
|
_paq.push(['setSiteId', '14']);
|
||||||
|
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
|
||||||
|
g.type='text/javascript'; g.async=true; g.defer=true; g.src='//cdn.matomo.cloud/terminalnetwork.matomo.cloud/matomo.js'; s.parentNode.insertBefore(g,s);
|
||||||
|
})();
|
||||||
|
|
||||||
|
}
|
||||||
|
document.getElementById('cookie-notice-accept').addEventListener("click", function () {
|
||||||
|
createCookie('cookie-notice-dismissed', 'wantCookies', 31);
|
||||||
|
document.getElementById('cookie-notice').style.display = 'none';
|
||||||
|
_paq.push(['trackEvent', 'Consent', 'wantCookie']);
|
||||||
|
location.reload();
|
||||||
|
});
|
||||||
|
|
||||||
|
document.getElementById('cookie-notice-decline').addEventListener("click", function () {
|
||||||
|
createCookie('cookie-notice-dismissed', 'dontWantCookies', 31);
|
||||||
|
document.getElementById('cookie-notice').style.display = 'none';
|
||||||
|
_paq.push(['trackEvent', 'Consent', 'dontWantCookie']);
|
||||||
|
location.reload();
|
||||||
|
});
|
||||||
|
|
||||||
|
// document.getElementById('cookie-notice-gimme').addEventListener("click", function () {
|
||||||
|
// createCookie('cookie-notice-dismissed', 'wantCookies', 31);
|
||||||
|
// document.getElementById('cookie-notice').style.display = 'none';
|
||||||
|
// location.reload();
|
||||||
|
// });
|
||||||
|
|
||||||
|
|
||||||
|
</script>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
404
albums/netbook-lofi-beatheads/14-voicing/index.html
Normal file
404
albums/netbook-lofi-beatheads/14-voicing/index.html
Normal file
|
|
@ -0,0 +1,404 @@
|
||||||
|
<!DOCTYPE html>
|
||||||
|
<!--
|
||||||
|
Based on _Story_ by html5up.net | @ajlkn
|
||||||
|
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
|
||||||
|
Remixed and Jekyllified by Setto
|
||||||
|
-->
|
||||||
|
<html lang="en">
|
||||||
|
<head>
|
||||||
|
<!-- Begin Jekyll SEO tag v2.6.1 -->
|
||||||
|
<meta name="generator" content="Jekyll v4.0.0" />
|
||||||
|
<meta property="og:title" content="14 Voicing" />
|
||||||
|
<meta name="author" content="pax:nion" />
|
||||||
|
<meta property="og:locale" content="en" />
|
||||||
|
<meta name="description" content="PHI, Panix Heavy Industries" />
|
||||||
|
<meta property="og:description" content="PHI, Panix Heavy Industries" />
|
||||||
|
<link rel="canonical" href="https://panix.basspistol.com/albums/netbook-lofi-beatheads/14-voicing/" />
|
||||||
|
<meta property="og:url" content="https://panix.basspistol.com/albums/netbook-lofi-beatheads/14-voicing/" />
|
||||||
|
<meta property="og:site_name" content="pax:nion" />
|
||||||
|
<meta property="og:type" content="article" />
|
||||||
|
<meta property="article:published_time" content="2020-07-05T18:07:03+00:00" />
|
||||||
|
<script type="application/ld+json">
|
||||||
|
{"description":"PHI, Panix Heavy Industries","@type":"AudioObject","headline":"14 Voicing","dateModified":"2020-07-05T18:07:00+00:00","datePublished":"2020-07-05T18:07:03+00:00","url":"https://panix.basspistol.com/albums/netbook-lofi-beatheads/14-voicing/","author":{"@type":"Person","name":"pax:nion"},"publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://panix.basspistol.com/assets/img/setto_icon.png"},"name":"pax:nion"},"@context":"https://schema.org"}</script>
|
||||||
|
<!-- End Jekyll SEO tag -->
|
||||||
|
|
||||||
|
<link type="application/atom+xml" rel="alternate" href="https://panix.basspistol.com/feed.xml" title="" />
|
||||||
|
<!-- BEGIN seo.html -->
|
||||||
|
|
||||||
|
<title>Play Voicing by Panix Hilton</title>
|
||||||
|
<meta name="title" content="Play Voicing by Panix Hilton" />
|
||||||
|
|
||||||
|
<meta name="dc.date.modified" scheme="ISO8601" content="2020-07-05T18:07:00+00:00" />
|
||||||
|
<meta name="robots" content="index" />
|
||||||
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||||
|
<link rel="canonical" href="https://panix.basspistol.com/albums/netbook-lofi-beatheads/14-voicing/" />
|
||||||
|
<link rel="alternate" hreflang="x-default" href="https://panix.basspistol.com/albums/netbook-lofi-beatheads/14-voicing/" />
|
||||||
|
<meta name="geo.region" content="BJ-ZO" />
|
||||||
|
<meta name="geo.placename" content="Setto" />
|
||||||
|
<meta name="geo.position" content="7.48777;2.076389" />
|
||||||
|
<meta name="ICBM" content="7.48777, 2.076389" />
|
||||||
|
|
||||||
|
<!-- Dublin Core basic info -->
|
||||||
|
|
||||||
|
<meta name="dcterms.Identifier" content="https://panix.basspistol.com" />
|
||||||
|
<meta name="dcterms.Format" content="text/html" />
|
||||||
|
<meta name="dcterms.Relation" content="pax:nion" />
|
||||||
|
<meta name="dcterms.Publisher" content="pax:nion" />
|
||||||
|
<meta name="dcterms.Type" content="text/html" />
|
||||||
|
<meta name="dcterms.Coverage" content="https://panix.basspistol.com/" />
|
||||||
|
<meta name="dcterms.Rights" content="Copyright ©2020 pax:nion." />
|
||||||
|
|
||||||
|
<meta name="dcterms.Subject" content="Listen and to a track by Panix Hilton from the release Netbook Lofi Beatheads and support your remote artist!" />
|
||||||
|
<meta name="dcterms.Title" content="Voicing - Panix Hilton | pax:nion" />
|
||||||
|
|
||||||
|
<meta name="dcterms.Contributor" content="pax:nion" />
|
||||||
|
<meta name="dcterms.Date" content="2020-07-05" />
|
||||||
|
<meta name="dcterms.Description" content="" />
|
||||||
|
|
||||||
|
<!-- Twitter Card -->
|
||||||
|
|
||||||
|
<meta name="twitter:card" content="summary" />
|
||||||
|
<meta name="twitter:site" content="@" />
|
||||||
|
<meta name="twitter:title" content="14 Voicing | pax:nion" />
|
||||||
|
<meta name="twitter:description" content="PHI, Panix Heavy Industries" />
|
||||||
|
|
||||||
|
<meta name="twitter:image" content="https://panix.basspistol.com/assets/albums/netbook-lofi-beatheads/14-voicing.jpeg" />
|
||||||
|
|
||||||
|
<!-- END seo.html -->
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<meta charset="utf-8" />
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=yes" />
|
||||||
|
<link rel="stylesheet" href="../../../assets/css/main20200519.css" />
|
||||||
|
|
||||||
|
<link rel="apple-touch-icon" href="https://panix.basspistol.com/apple-touch-icon.png" />
|
||||||
|
<link rel="icon" type="image/png" href="https://panix.basspistol.com/touch-icon.png" sizes="192x192" />
|
||||||
|
<link rel="shortcut icon" href="https://panix.basspistol.com/assets/img/setto_icon.png" type="image/png" />
|
||||||
|
<noscript><link rel="stylesheet" href="../../../assets/css/noscript20200518-rev1.css" /></noscript>
|
||||||
|
</head>
|
||||||
|
|
||||||
|
<body class="is-preload" id="body">
|
||||||
|
<span id="top" style="display: none;"></span>
|
||||||
|
<!-- Wrapper -->
|
||||||
|
<div id="wrapper" class="divided" data-cms-content-wrapper="/_layouts/default.html">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<!-- Banner -->
|
||||||
|
<section
|
||||||
|
class="banner onload-image-fade-in onload-content-fade-right style3 fullscreen content-align-center image-position-center" style="background-image:url('https://media.basspistol.com/panix/netbook-lofi-beatheads/14-voicing.jpeg');background-size: cover; background-repeat: no-repeat;">
|
||||||
|
<div style="z-index:0;position:absolute; top:0; left:0; width:100%;height:100%;background-color: rgba(13, 13 ,13, 0.85);"></div>
|
||||||
|
<div class="content" style="z-index:1">
|
||||||
|
<h1 style="margin-top:80px">Voicing</h1>
|
||||||
|
|
||||||
|
<p><strong><span id="tracktime"></span></strong><span id="voicing"></span></strong> <br />
|
||||||
|
Style: <strong>Electronic</strong>
|
||||||
|
</p>
|
||||||
|
<script type="text/javascript">
|
||||||
|
var voicingtimestamp = 102;
|
||||||
|
var voicinghours = Math.floor(voicingtimestamp / 60 / 60);
|
||||||
|
var voicingminutes = Math.floor(voicingtimestamp / 60) - (voicinghours * 60);
|
||||||
|
var voicingseconds = voicingtimestamp % 60;
|
||||||
|
var voicingformatted = voicinghours.toString().padStart(2, '0') + ':' + voicingminutes.toString().padStart(2, '0') + ':' + voicingseconds.toString().padStart(2, '0');
|
||||||
|
var theSpan = document.getElementById("voicing");
|
||||||
|
theSpan.innerHTML = voicingformatted;
|
||||||
|
</script>
|
||||||
|
|
||||||
|
|
||||||
|
<ul class="actions stacked">
|
||||||
|
<li><button id="mu_pause" class="smooth-scroll-middle button icon solid fa-play">Play dat!</button></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="image">
|
||||||
|
<img src="https://media.basspistol.com/panix/netbook-lofi-beatheads/14-voicing.jpeg" alt="14 Voicing logo" id="coverart" />
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
|
||||||
|
|
||||||
|
<!-- Page navigation -->
|
||||||
|
<section class="wrapper style1 align-center">
|
||||||
|
<div class="inner">
|
||||||
|
<div class="index align-left">
|
||||||
|
<!-- Author -->
|
||||||
|
<section class="streambox" style="margin-top:40px;padding: 40px;">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<h3 style="text-align: center;display: block;">This track can't be bought</h3>
|
||||||
|
<p>But other tracks are available here:</p>
|
||||||
|
|
||||||
|
|
||||||
|
<div class="streamer">
|
||||||
|
|
||||||
|
|
||||||
|
<a onclick="_paq.push(['trackEvent', 'StoreLink', 'Bandcamp']);" target="_blank" rel="noopener" href="https://panixheavyindustries.bandcamp.com" alt="Stream from Bandcamp" title="Stream from Bandcamp" class="button icon brands fa-bandcamp">Bandcamp</a>
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</section>
|
||||||
|
<section>
|
||||||
|
<!-- Content -->
|
||||||
|
<div class="content">
|
||||||
|
<!-- post Naviation -->
|
||||||
|
<div style="text-align: center;">
|
||||||
|
<h3>Play more songs grom this release</h3>
|
||||||
|
</div>
|
||||||
|
<div class="post-nav">
|
||||||
|
<div>
|
||||||
|
|
||||||
|
<h4><a href="../../../albums/netbook-lofi-beatheads/13-waapper/" alt="Read Waapper" title="Read Waapper"><i class="fas fa-arrow-left"></i></a> <a
|
||||||
|
href="../../../albums/netbook-lofi-beatheads/13-waapper/"> Waapper</a>
|
||||||
|
</h4>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
<div class="post-nav-next">
|
||||||
|
|
||||||
|
<h4><a href="../../../albums/netbook-lofi-beatheads/1-wtf/"> WTF</a> <a
|
||||||
|
href="../../../albums/netbook-lofi-beatheads/1-wtf/" alt="Read WTF" title="Read WTF"><i class="fas fa-arrow-right"></i></a></h4>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<!-- End Post Navigation -->
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
<!-- Audio player-->
|
||||||
|
<audio autoplay preload="true" data-matomo-title="Voicing">
|
||||||
|
<source src="https://media.basspistol.com/panix/netbook-lofi-beatheads/14-voicing.mp3" type="audio/mpeg" ontimeupdate='updateTrackTime(this);' />
|
||||||
|
<h1>Your browser isn't ready for so much hotness. Use the download-link instead.</h1>.
|
||||||
|
</audio>
|
||||||
|
<!-- Footer -->
|
||||||
|
<footer id="footer" class="wrapper style1 align-center">
|
||||||
|
<div class="footflex">
|
||||||
|
<div>
|
||||||
|
<h4>pax:nion</h4>
|
||||||
|
<p>PHI, Panix Heavy Industries
|
||||||
|
<br /><a href="mailto:"></a></p>
|
||||||
|
</div>
|
||||||
|
<div>
|
||||||
|
<ul>
|
||||||
|
<li><a href="#top" class="smooth-scroll-middle">Back to top</a></li>
|
||||||
|
<li><a href="/#album0" class="smooth-scroll-middle">music</a></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<div><img src="/assets/panix-logo-dark.svg" style="max-width:300px" alt="pax:nion Logo" /></div>
|
||||||
|
</div>
|
||||||
|
<div class="inner">
|
||||||
|
<ul class="icons">
|
||||||
|
|
||||||
|
<!-- <li><a href="mailto:" class="icon style2 fa-envelope"><span class="label">Email</span></a></li> -->
|
||||||
|
</ul>
|
||||||
|
<p>©2020 Basspistol | <a href="../../../webcreds/">Credits</a> | <a href="../../../cookies/">Cookies & Privacy</a></p>
|
||||||
|
</div>
|
||||||
|
</footer>
|
||||||
|
|
||||||
|
|
||||||
|
<script type="text/javascript">
|
||||||
|
function loadUrl(newLocation) {
|
||||||
|
window.location = newLocation;
|
||||||
|
return false;
|
||||||
|
}
|
||||||
|
|
||||||
|
var mu = document.getElementsByTagName("audio")[0];
|
||||||
|
var pauseButton = document.getElementById("mu_pause");
|
||||||
|
var spincover = document.getElementById("coverart");
|
||||||
|
|
||||||
|
mu.addEventListener('ended', function () {
|
||||||
|
// only functional if "loop" is removed
|
||||||
|
mu.pause();
|
||||||
|
mu.currentTime = 0;
|
||||||
|
loadUrl("../../../netbook-lofi-beatheads/1-wtf/"); return false;
|
||||||
|
});
|
||||||
|
mu.onplaying = function() {
|
||||||
|
pauseButton.innerHTML = "Pause";
|
||||||
|
pauseButton.classList.remove("fa-play");
|
||||||
|
pauseButton.classList.add("fa-pause");
|
||||||
|
spincover.classList.add("spinnit");
|
||||||
|
spincover.classList.remove("paused");
|
||||||
|
};
|
||||||
|
|
||||||
|
pauseButton.addEventListener("click", function () {
|
||||||
|
if (mu.paused) {
|
||||||
|
mu.play();
|
||||||
|
|
||||||
|
}
|
||||||
|
else {
|
||||||
|
mu.pause();
|
||||||
|
pauseButton.innerHTML = "Resume";
|
||||||
|
pauseButton.classList.add("fa-play");
|
||||||
|
pauseButton.classList.remove("fa-pause");
|
||||||
|
spincover.classList.add("paused");
|
||||||
|
}
|
||||||
|
});
|
||||||
|
|
||||||
|
mu.addEventListener('timeupdate', function () {
|
||||||
|
var timestamp = Math.floor(mu.currentTime);
|
||||||
|
var hours = Math.floor(timestamp / 60 / 60);
|
||||||
|
var minutes = Math.floor(timestamp / 60) - (hours * 60);
|
||||||
|
var seconds = timestamp % 60;
|
||||||
|
var formatted = hours.toString().padStart(2, '0') + ':' + minutes.toString().padStart(2, '0') + ':' + seconds.toString().padStart(2, '0');
|
||||||
|
var thecurrentSpan = document.getElementById("tracktime");
|
||||||
|
thecurrentSpan.innerHTML = formatted + ' / ';
|
||||||
|
});
|
||||||
|
|
||||||
|
</script>
|
||||||
|
</div>
|
||||||
|
<!-- Navigation -->
|
||||||
|
<div id="logo" class="logo">
|
||||||
|
<a href="/" class="smooth-scroll-middle"><img width="200em" src="/assets/panix-logo.svg" alt=" Logo" /></a>
|
||||||
|
<a href="#navbar" onclick="blurBody()" alt="Navigation Menu" title="Navigation Menu"><span style="font-size: 34px;" class="icon solid fa-bars"></span></a>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div id="navbar" style="display: block;" class="modalDialog">
|
||||||
|
<a href="#close" onclick="removeBlur()" alt="Close Menu" title="Close Menu"><div id="closearea"> </div></a>
|
||||||
|
<nav>
|
||||||
|
<a href="#close" title="Close" onclick="removeBlur()" class="close-button close" style="margin: 0 auto;">X</a>
|
||||||
|
<ul>
|
||||||
|
|
||||||
|
|
||||||
|
<li><a href="../../../" class="button small">Home</a></li>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<li><a href="../../../releases/" class="button small">Releases</a></li>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<li><a href="../../../logs/" class="button small">Web-Log</a></li>
|
||||||
|
|
||||||
|
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
</nav>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
<!-- End Navigation -->
|
||||||
|
<!-- Scripts -->
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<script src="../../../assets/js/jquery.min.js"></script>
|
||||||
|
<script src="../../../assets/js/jquery.scrollex.min.js"></script>
|
||||||
|
<script src="../../../assets/js/jquery.scrolly.min.js"></script>
|
||||||
|
<script src="../../../assets/js/browser.min.js"></script>
|
||||||
|
<script src="../../../assets/js/breakpoints.min.js"></script>
|
||||||
|
<script src="../../../assets/js/util.js"></script>
|
||||||
|
<script src="../../../assets/js/main.js"></script>
|
||||||
|
<script src="../../../assets/js/set.js"></script>
|
||||||
|
|
||||||
|
|
||||||
|
<div id="cookie-notice">
|
||||||
|
<p>We only use cookies if you consent to it. They don't contain any identifiable info: they just let us know if you enjoyed this enough to come back. <br />Click <a href="#" id="cookie-notice-decline">here</a> if you want this shit to go away without cookies. <br />Read more about how Basspistol <a href="/cookies/">use cookies</a> </p>
|
||||||
|
<a class="button small yes" href="#" id="cookie-notice-accept">I'm in!</a>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<script>
|
||||||
|
function createCookie(name, value, days) {
|
||||||
|
var expires = "";
|
||||||
|
if (days) {
|
||||||
|
var date = new Date();
|
||||||
|
date.setTime(date.getTime() + (days * 24 * 60 * 60 * 1000));
|
||||||
|
expires = "; expires=" + date.toUTCString();
|
||||||
|
}
|
||||||
|
document.cookie = name + "=" + value + expires + "; path=/";
|
||||||
|
}
|
||||||
|
function readCookie(name) {
|
||||||
|
var nameEQ = name + "=";
|
||||||
|
var ca = document.cookie.split(';');
|
||||||
|
for (var i = 0; i < ca.length; i++) {
|
||||||
|
var c = ca[i];
|
||||||
|
while (c.charAt(0) == ' ') c = c.substring(1, c.length);
|
||||||
|
if (c.indexOf(nameEQ) == 0) return c.substring(nameEQ.length, c.length);
|
||||||
|
}
|
||||||
|
return null;
|
||||||
|
}
|
||||||
|
function eraseCookie(name) {
|
||||||
|
createCookie(name, "", -1);
|
||||||
|
}
|
||||||
|
|
||||||
|
if (readCookie('cookie-notice-dismissed') == 'wantCookies') {
|
||||||
|
|
||||||
|
//* Matomo Tag Manager *//
|
||||||
|
|
||||||
|
var _mtm = _mtm || [];
|
||||||
|
_mtm.push({'mtm.startTime': (new Date().getTime()), 'event': 'mtm.Start'});
|
||||||
|
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
|
||||||
|
g.type='text/javascript'; g.async=true; g.defer=true; g.src='https://cdn.matomo.cloud/terminalnetwork.matomo.cloud/container_aJ0T3vZ5.js'; s.parentNode.insertBefore(g,s);
|
||||||
|
|
||||||
|
//* End Matomo Tag Manager *//
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
} else {
|
||||||
|
document.getElementById('cookie-notice').style.display = 'flex';
|
||||||
|
|
||||||
|
var _paq = window._paq || [];
|
||||||
|
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */
|
||||||
|
_paq.push(["setDocumentTitle", document.domain + "/" + document.title]);
|
||||||
|
_paq.push(["disableCookies"]);
|
||||||
|
_paq.push(['trackPageView']);
|
||||||
|
_paq.push(['enableLinkTracking']);
|
||||||
|
(function() {
|
||||||
|
var u="https://terminalnetwork.matomo.cloud/";
|
||||||
|
_paq.push(['setTrackerUrl', u+'matomo.php']);
|
||||||
|
_paq.push(['setSiteId', '14']);
|
||||||
|
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
|
||||||
|
g.type='text/javascript'; g.async=true; g.defer=true; g.src='//cdn.matomo.cloud/terminalnetwork.matomo.cloud/matomo.js'; s.parentNode.insertBefore(g,s);
|
||||||
|
})();
|
||||||
|
|
||||||
|
|
||||||
|
}
|
||||||
|
if (readCookie('cookie-notice-dismissed') == 'dontWantCookies') {
|
||||||
|
document.getElementById('cookie-notice').style.display = 'none';
|
||||||
|
|
||||||
|
var _paq = window._paq || [];
|
||||||
|
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */
|
||||||
|
_paq.push(["setDocumentTitle", document.domain + "/" + document.title]);
|
||||||
|
_paq.push(["disableCookies"]);
|
||||||
|
_paq.push(['trackPageView']);
|
||||||
|
_paq.push(['enableLinkTracking']);
|
||||||
|
(function() {
|
||||||
|
var u="https://terminalnetwork.matomo.cloud/";
|
||||||
|
_paq.push(['setTrackerUrl', u+'matomo.php']);
|
||||||
|
_paq.push(['setSiteId', '14']);
|
||||||
|
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
|
||||||
|
g.type='text/javascript'; g.async=true; g.defer=true; g.src='//cdn.matomo.cloud/terminalnetwork.matomo.cloud/matomo.js'; s.parentNode.insertBefore(g,s);
|
||||||
|
})();
|
||||||
|
|
||||||
|
}
|
||||||
|
document.getElementById('cookie-notice-accept').addEventListener("click", function () {
|
||||||
|
createCookie('cookie-notice-dismissed', 'wantCookies', 31);
|
||||||
|
document.getElementById('cookie-notice').style.display = 'none';
|
||||||
|
_paq.push(['trackEvent', 'Consent', 'wantCookie']);
|
||||||
|
location.reload();
|
||||||
|
});
|
||||||
|
|
||||||
|
document.getElementById('cookie-notice-decline').addEventListener("click", function () {
|
||||||
|
createCookie('cookie-notice-dismissed', 'dontWantCookies', 31);
|
||||||
|
document.getElementById('cookie-notice').style.display = 'none';
|
||||||
|
_paq.push(['trackEvent', 'Consent', 'dontWantCookie']);
|
||||||
|
location.reload();
|
||||||
|
});
|
||||||
|
|
||||||
|
// document.getElementById('cookie-notice-gimme').addEventListener("click", function () {
|
||||||
|
// createCookie('cookie-notice-dismissed', 'wantCookies', 31);
|
||||||
|
// document.getElementById('cookie-notice').style.display = 'none';
|
||||||
|
// location.reload();
|
||||||
|
// });
|
||||||
|
|
||||||
|
|
||||||
|
</script>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
404
albums/netbook-lofi-beatheads/2-blockerad/index.html
Normal file
404
albums/netbook-lofi-beatheads/2-blockerad/index.html
Normal file
|
|
@ -0,0 +1,404 @@
|
||||||
|
<!DOCTYPE html>
|
||||||
|
<!--
|
||||||
|
Based on _Story_ by html5up.net | @ajlkn
|
||||||
|
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
|
||||||
|
Remixed and Jekyllified by Setto
|
||||||
|
-->
|
||||||
|
<html lang="en">
|
||||||
|
<head>
|
||||||
|
<!-- Begin Jekyll SEO tag v2.6.1 -->
|
||||||
|
<meta name="generator" content="Jekyll v4.0.0" />
|
||||||
|
<meta property="og:title" content="2 Blockerad" />
|
||||||
|
<meta name="author" content="pax:nion" />
|
||||||
|
<meta property="og:locale" content="en" />
|
||||||
|
<meta name="description" content="PHI, Panix Heavy Industries" />
|
||||||
|
<meta property="og:description" content="PHI, Panix Heavy Industries" />
|
||||||
|
<link rel="canonical" href="https://panix.basspistol.com/albums/netbook-lofi-beatheads/2-blockerad/" />
|
||||||
|
<meta property="og:url" content="https://panix.basspistol.com/albums/netbook-lofi-beatheads/2-blockerad/" />
|
||||||
|
<meta property="og:site_name" content="pax:nion" />
|
||||||
|
<meta property="og:type" content="article" />
|
||||||
|
<meta property="article:published_time" content="2020-07-05T18:07:03+00:00" />
|
||||||
|
<script type="application/ld+json">
|
||||||
|
{"description":"PHI, Panix Heavy Industries","@type":"AudioObject","headline":"2 Blockerad","dateModified":"2020-07-05T18:07:00+00:00","datePublished":"2020-07-05T18:07:03+00:00","url":"https://panix.basspistol.com/albums/netbook-lofi-beatheads/2-blockerad/","author":{"@type":"Person","name":"pax:nion"},"publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://panix.basspistol.com/assets/img/setto_icon.png"},"name":"pax:nion"},"@context":"https://schema.org"}</script>
|
||||||
|
<!-- End Jekyll SEO tag -->
|
||||||
|
|
||||||
|
<link type="application/atom+xml" rel="alternate" href="https://panix.basspistol.com/feed.xml" title="" />
|
||||||
|
<!-- BEGIN seo.html -->
|
||||||
|
|
||||||
|
<title>Play Blockerad by Panix Hilton</title>
|
||||||
|
<meta name="title" content="Play Blockerad by Panix Hilton" />
|
||||||
|
|
||||||
|
<meta name="dc.date.modified" scheme="ISO8601" content="2020-07-05T18:07:00+00:00" />
|
||||||
|
<meta name="robots" content="index" />
|
||||||
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||||
|
<link rel="canonical" href="https://panix.basspistol.com/albums/netbook-lofi-beatheads/2-blockerad/" />
|
||||||
|
<link rel="alternate" hreflang="x-default" href="https://panix.basspistol.com/albums/netbook-lofi-beatheads/2-blockerad/" />
|
||||||
|
<meta name="geo.region" content="BJ-ZO" />
|
||||||
|
<meta name="geo.placename" content="Setto" />
|
||||||
|
<meta name="geo.position" content="7.48777;2.076389" />
|
||||||
|
<meta name="ICBM" content="7.48777, 2.076389" />
|
||||||
|
|
||||||
|
<!-- Dublin Core basic info -->
|
||||||
|
|
||||||
|
<meta name="dcterms.Identifier" content="https://panix.basspistol.com" />
|
||||||
|
<meta name="dcterms.Format" content="text/html" />
|
||||||
|
<meta name="dcterms.Relation" content="pax:nion" />
|
||||||
|
<meta name="dcterms.Publisher" content="pax:nion" />
|
||||||
|
<meta name="dcterms.Type" content="text/html" />
|
||||||
|
<meta name="dcterms.Coverage" content="https://panix.basspistol.com/" />
|
||||||
|
<meta name="dcterms.Rights" content="Copyright ©2020 pax:nion." />
|
||||||
|
|
||||||
|
<meta name="dcterms.Subject" content="Listen and to a track by Panix Hilton from the release Netbook Lofi Beatheads and support your remote artist!" />
|
||||||
|
<meta name="dcterms.Title" content="Blockerad - Panix Hilton | pax:nion" />
|
||||||
|
|
||||||
|
<meta name="dcterms.Contributor" content="pax:nion" />
|
||||||
|
<meta name="dcterms.Date" content="2020-07-05" />
|
||||||
|
<meta name="dcterms.Description" content="" />
|
||||||
|
|
||||||
|
<!-- Twitter Card -->
|
||||||
|
|
||||||
|
<meta name="twitter:card" content="summary" />
|
||||||
|
<meta name="twitter:site" content="@" />
|
||||||
|
<meta name="twitter:title" content="2 Blockerad | pax:nion" />
|
||||||
|
<meta name="twitter:description" content="PHI, Panix Heavy Industries" />
|
||||||
|
|
||||||
|
<meta name="twitter:image" content="https://panix.basspistol.com/assets/albums/netbook-lofi-beatheads/2-blockerad.jpeg" />
|
||||||
|
|
||||||
|
<!-- END seo.html -->
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<meta charset="utf-8" />
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=yes" />
|
||||||
|
<link rel="stylesheet" href="../../../assets/css/main20200519.css" />
|
||||||
|
|
||||||
|
<link rel="apple-touch-icon" href="https://panix.basspistol.com/apple-touch-icon.png" />
|
||||||
|
<link rel="icon" type="image/png" href="https://panix.basspistol.com/touch-icon.png" sizes="192x192" />
|
||||||
|
<link rel="shortcut icon" href="https://panix.basspistol.com/assets/img/setto_icon.png" type="image/png" />
|
||||||
|
<noscript><link rel="stylesheet" href="../../../assets/css/noscript20200518-rev1.css" /></noscript>
|
||||||
|
</head>
|
||||||
|
|
||||||
|
<body class="is-preload" id="body">
|
||||||
|
<span id="top" style="display: none;"></span>
|
||||||
|
<!-- Wrapper -->
|
||||||
|
<div id="wrapper" class="divided" data-cms-content-wrapper="/_layouts/default.html">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<!-- Banner -->
|
||||||
|
<section
|
||||||
|
class="banner onload-image-fade-in onload-content-fade-right style3 fullscreen content-align-center image-position-center" style="background-image:url('https://media.basspistol.com/panix/netbook-lofi-beatheads/2-blockerad.jpeg');background-size: cover; background-repeat: no-repeat;">
|
||||||
|
<div style="z-index:0;position:absolute; top:0; left:0; width:100%;height:100%;background-color: rgba(13, 13 ,13, 0.85);"></div>
|
||||||
|
<div class="content" style="z-index:1">
|
||||||
|
<h1 style="margin-top:80px">Blockerad</h1>
|
||||||
|
|
||||||
|
<p><strong><span id="tracktime"></span></strong><span id="blockerad"></span></strong> <br />
|
||||||
|
Style: <strong>Electronic</strong>
|
||||||
|
</p>
|
||||||
|
<script type="text/javascript">
|
||||||
|
var blockeradtimestamp = 134;
|
||||||
|
var blockeradhours = Math.floor(blockeradtimestamp / 60 / 60);
|
||||||
|
var blockeradminutes = Math.floor(blockeradtimestamp / 60) - (blockeradhours * 60);
|
||||||
|
var blockeradseconds = blockeradtimestamp % 60;
|
||||||
|
var blockeradformatted = blockeradhours.toString().padStart(2, '0') + ':' + blockeradminutes.toString().padStart(2, '0') + ':' + blockeradseconds.toString().padStart(2, '0');
|
||||||
|
var theSpan = document.getElementById("blockerad");
|
||||||
|
theSpan.innerHTML = blockeradformatted;
|
||||||
|
</script>
|
||||||
|
|
||||||
|
|
||||||
|
<ul class="actions stacked">
|
||||||
|
<li><button id="mu_pause" class="smooth-scroll-middle button icon solid fa-play">Play dat!</button></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="image">
|
||||||
|
<img src="https://media.basspistol.com/panix/netbook-lofi-beatheads/2-blockerad.jpeg" alt="2 Blockerad logo" id="coverart" />
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
|
||||||
|
|
||||||
|
<!-- Page navigation -->
|
||||||
|
<section class="wrapper style1 align-center">
|
||||||
|
<div class="inner">
|
||||||
|
<div class="index align-left">
|
||||||
|
<!-- Author -->
|
||||||
|
<section class="streambox" style="margin-top:40px;padding: 40px;">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<h3 style="text-align: center;display: block;">This track can't be bought</h3>
|
||||||
|
<p>But other tracks are available here:</p>
|
||||||
|
|
||||||
|
|
||||||
|
<div class="streamer">
|
||||||
|
|
||||||
|
|
||||||
|
<a onclick="_paq.push(['trackEvent', 'StoreLink', 'Bandcamp']);" target="_blank" rel="noopener" href="https://panixheavyindustries.bandcamp.com" alt="Stream from Bandcamp" title="Stream from Bandcamp" class="button icon brands fa-bandcamp">Bandcamp</a>
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</section>
|
||||||
|
<section>
|
||||||
|
<!-- Content -->
|
||||||
|
<div class="content">
|
||||||
|
<!-- post Naviation -->
|
||||||
|
<div style="text-align: center;">
|
||||||
|
<h3>Play more songs grom this release</h3>
|
||||||
|
</div>
|
||||||
|
<div class="post-nav">
|
||||||
|
<div>
|
||||||
|
|
||||||
|
<h4><a href="../../../albums/netbook-lofi-beatheads/1-wtf/" alt="Read WTF" title="Read WTF"><i class="fas fa-arrow-left"></i></a> <a
|
||||||
|
href="../../../albums/netbook-lofi-beatheads/1-wtf/"> WTF</a>
|
||||||
|
</h4>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
<div class="post-nav-next">
|
||||||
|
|
||||||
|
<h4><a href="../../../albums/netbook-lofi-beatheads/3-conscious/"> Conscious</a> <a
|
||||||
|
href="../../../albums/netbook-lofi-beatheads/3-conscious/" alt="Read Conscious" title="Read Conscious"><i class="fas fa-arrow-right"></i></a></h4>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<!-- End Post Navigation -->
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
<!-- Audio player-->
|
||||||
|
<audio autoplay preload="true" data-matomo-title="Blockerad">
|
||||||
|
<source src="https://media.basspistol.com/panix/netbook-lofi-beatheads/2-blockerad.mp3" type="audio/mpeg" ontimeupdate='updateTrackTime(this);' />
|
||||||
|
<h1>Your browser isn't ready for so much hotness. Use the download-link instead.</h1>.
|
||||||
|
</audio>
|
||||||
|
<!-- Footer -->
|
||||||
|
<footer id="footer" class="wrapper style1 align-center">
|
||||||
|
<div class="footflex">
|
||||||
|
<div>
|
||||||
|
<h4>pax:nion</h4>
|
||||||
|
<p>PHI, Panix Heavy Industries
|
||||||
|
<br /><a href="mailto:"></a></p>
|
||||||
|
</div>
|
||||||
|
<div>
|
||||||
|
<ul>
|
||||||
|
<li><a href="#top" class="smooth-scroll-middle">Back to top</a></li>
|
||||||
|
<li><a href="/#album0" class="smooth-scroll-middle">music</a></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<div><img src="/assets/panix-logo-dark.svg" style="max-width:300px" alt="pax:nion Logo" /></div>
|
||||||
|
</div>
|
||||||
|
<div class="inner">
|
||||||
|
<ul class="icons">
|
||||||
|
|
||||||
|
<!-- <li><a href="mailto:" class="icon style2 fa-envelope"><span class="label">Email</span></a></li> -->
|
||||||
|
</ul>
|
||||||
|
<p>©2020 Basspistol | <a href="../../../webcreds/">Credits</a> | <a href="../../../cookies/">Cookies & Privacy</a></p>
|
||||||
|
</div>
|
||||||
|
</footer>
|
||||||
|
|
||||||
|
|
||||||
|
<script type="text/javascript">
|
||||||
|
function loadUrl(newLocation) {
|
||||||
|
window.location = newLocation;
|
||||||
|
return false;
|
||||||
|
}
|
||||||
|
|
||||||
|
var mu = document.getElementsByTagName("audio")[0];
|
||||||
|
var pauseButton = document.getElementById("mu_pause");
|
||||||
|
var spincover = document.getElementById("coverart");
|
||||||
|
|
||||||
|
mu.addEventListener('ended', function () {
|
||||||
|
// only functional if "loop" is removed
|
||||||
|
mu.pause();
|
||||||
|
mu.currentTime = 0;
|
||||||
|
loadUrl("../../../netbook-lofi-beatheads/3-conscious/"); return false;
|
||||||
|
});
|
||||||
|
mu.onplaying = function() {
|
||||||
|
pauseButton.innerHTML = "Pause";
|
||||||
|
pauseButton.classList.remove("fa-play");
|
||||||
|
pauseButton.classList.add("fa-pause");
|
||||||
|
spincover.classList.add("spinnit");
|
||||||
|
spincover.classList.remove("paused");
|
||||||
|
};
|
||||||
|
|
||||||
|
pauseButton.addEventListener("click", function () {
|
||||||
|
if (mu.paused) {
|
||||||
|
mu.play();
|
||||||
|
|
||||||
|
}
|
||||||
|
else {
|
||||||
|
mu.pause();
|
||||||
|
pauseButton.innerHTML = "Resume";
|
||||||
|
pauseButton.classList.add("fa-play");
|
||||||
|
pauseButton.classList.remove("fa-pause");
|
||||||
|
spincover.classList.add("paused");
|
||||||
|
}
|
||||||
|
});
|
||||||
|
|
||||||
|
mu.addEventListener('timeupdate', function () {
|
||||||
|
var timestamp = Math.floor(mu.currentTime);
|
||||||
|
var hours = Math.floor(timestamp / 60 / 60);
|
||||||
|
var minutes = Math.floor(timestamp / 60) - (hours * 60);
|
||||||
|
var seconds = timestamp % 60;
|
||||||
|
var formatted = hours.toString().padStart(2, '0') + ':' + minutes.toString().padStart(2, '0') + ':' + seconds.toString().padStart(2, '0');
|
||||||
|
var thecurrentSpan = document.getElementById("tracktime");
|
||||||
|
thecurrentSpan.innerHTML = formatted + ' / ';
|
||||||
|
});
|
||||||
|
|
||||||
|
</script>
|
||||||
|
</div>
|
||||||
|
<!-- Navigation -->
|
||||||
|
<div id="logo" class="logo">
|
||||||
|
<a href="/" class="smooth-scroll-middle"><img width="200em" src="/assets/panix-logo.svg" alt=" Logo" /></a>
|
||||||
|
<a href="#navbar" onclick="blurBody()" alt="Navigation Menu" title="Navigation Menu"><span style="font-size: 34px;" class="icon solid fa-bars"></span></a>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div id="navbar" style="display: block;" class="modalDialog">
|
||||||
|
<a href="#close" onclick="removeBlur()" alt="Close Menu" title="Close Menu"><div id="closearea"> </div></a>
|
||||||
|
<nav>
|
||||||
|
<a href="#close" title="Close" onclick="removeBlur()" class="close-button close" style="margin: 0 auto;">X</a>
|
||||||
|
<ul>
|
||||||
|
|
||||||
|
|
||||||
|
<li><a href="../../../" class="button small">Home</a></li>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<li><a href="../../../releases/" class="button small">Releases</a></li>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<li><a href="../../../logs/" class="button small">Web-Log</a></li>
|
||||||
|
|
||||||
|
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
</nav>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
<!-- End Navigation -->
|
||||||
|
<!-- Scripts -->
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<script src="../../../assets/js/jquery.min.js"></script>
|
||||||
|
<script src="../../../assets/js/jquery.scrollex.min.js"></script>
|
||||||
|
<script src="../../../assets/js/jquery.scrolly.min.js"></script>
|
||||||
|
<script src="../../../assets/js/browser.min.js"></script>
|
||||||
|
<script src="../../../assets/js/breakpoints.min.js"></script>
|
||||||
|
<script src="../../../assets/js/util.js"></script>
|
||||||
|
<script src="../../../assets/js/main.js"></script>
|
||||||
|
<script src="../../../assets/js/set.js"></script>
|
||||||
|
|
||||||
|
|
||||||
|
<div id="cookie-notice">
|
||||||
|
<p>We only use cookies if you consent to it. They don't contain any identifiable info: they just let us know if you enjoyed this enough to come back. <br />Click <a href="#" id="cookie-notice-decline">here</a> if you want this shit to go away without cookies. <br />Read more about how Basspistol <a href="/cookies/">use cookies</a> </p>
|
||||||
|
<a class="button small yes" href="#" id="cookie-notice-accept">I'm in!</a>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<script>
|
||||||
|
function createCookie(name, value, days) {
|
||||||
|
var expires = "";
|
||||||
|
if (days) {
|
||||||
|
var date = new Date();
|
||||||
|
date.setTime(date.getTime() + (days * 24 * 60 * 60 * 1000));
|
||||||
|
expires = "; expires=" + date.toUTCString();
|
||||||
|
}
|
||||||
|
document.cookie = name + "=" + value + expires + "; path=/";
|
||||||
|
}
|
||||||
|
function readCookie(name) {
|
||||||
|
var nameEQ = name + "=";
|
||||||
|
var ca = document.cookie.split(';');
|
||||||
|
for (var i = 0; i < ca.length; i++) {
|
||||||
|
var c = ca[i];
|
||||||
|
while (c.charAt(0) == ' ') c = c.substring(1, c.length);
|
||||||
|
if (c.indexOf(nameEQ) == 0) return c.substring(nameEQ.length, c.length);
|
||||||
|
}
|
||||||
|
return null;
|
||||||
|
}
|
||||||
|
function eraseCookie(name) {
|
||||||
|
createCookie(name, "", -1);
|
||||||
|
}
|
||||||
|
|
||||||
|
if (readCookie('cookie-notice-dismissed') == 'wantCookies') {
|
||||||
|
|
||||||
|
//* Matomo Tag Manager *//
|
||||||
|
|
||||||
|
var _mtm = _mtm || [];
|
||||||
|
_mtm.push({'mtm.startTime': (new Date().getTime()), 'event': 'mtm.Start'});
|
||||||
|
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
|
||||||
|
g.type='text/javascript'; g.async=true; g.defer=true; g.src='https://cdn.matomo.cloud/terminalnetwork.matomo.cloud/container_aJ0T3vZ5.js'; s.parentNode.insertBefore(g,s);
|
||||||
|
|
||||||
|
//* End Matomo Tag Manager *//
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
} else {
|
||||||
|
document.getElementById('cookie-notice').style.display = 'flex';
|
||||||
|
|
||||||
|
var _paq = window._paq || [];
|
||||||
|
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */
|
||||||
|
_paq.push(["setDocumentTitle", document.domain + "/" + document.title]);
|
||||||
|
_paq.push(["disableCookies"]);
|
||||||
|
_paq.push(['trackPageView']);
|
||||||
|
_paq.push(['enableLinkTracking']);
|
||||||
|
(function() {
|
||||||
|
var u="https://terminalnetwork.matomo.cloud/";
|
||||||
|
_paq.push(['setTrackerUrl', u+'matomo.php']);
|
||||||
|
_paq.push(['setSiteId', '14']);
|
||||||
|
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
|
||||||
|
g.type='text/javascript'; g.async=true; g.defer=true; g.src='//cdn.matomo.cloud/terminalnetwork.matomo.cloud/matomo.js'; s.parentNode.insertBefore(g,s);
|
||||||
|
})();
|
||||||
|
|
||||||
|
|
||||||
|
}
|
||||||
|
if (readCookie('cookie-notice-dismissed') == 'dontWantCookies') {
|
||||||
|
document.getElementById('cookie-notice').style.display = 'none';
|
||||||
|
|
||||||
|
var _paq = window._paq || [];
|
||||||
|
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */
|
||||||
|
_paq.push(["setDocumentTitle", document.domain + "/" + document.title]);
|
||||||
|
_paq.push(["disableCookies"]);
|
||||||
|
_paq.push(['trackPageView']);
|
||||||
|
_paq.push(['enableLinkTracking']);
|
||||||
|
(function() {
|
||||||
|
var u="https://terminalnetwork.matomo.cloud/";
|
||||||
|
_paq.push(['setTrackerUrl', u+'matomo.php']);
|
||||||
|
_paq.push(['setSiteId', '14']);
|
||||||
|
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
|
||||||
|
g.type='text/javascript'; g.async=true; g.defer=true; g.src='//cdn.matomo.cloud/terminalnetwork.matomo.cloud/matomo.js'; s.parentNode.insertBefore(g,s);
|
||||||
|
})();
|
||||||
|
|
||||||
|
}
|
||||||
|
document.getElementById('cookie-notice-accept').addEventListener("click", function () {
|
||||||
|
createCookie('cookie-notice-dismissed', 'wantCookies', 31);
|
||||||
|
document.getElementById('cookie-notice').style.display = 'none';
|
||||||
|
_paq.push(['trackEvent', 'Consent', 'wantCookie']);
|
||||||
|
location.reload();
|
||||||
|
});
|
||||||
|
|
||||||
|
document.getElementById('cookie-notice-decline').addEventListener("click", function () {
|
||||||
|
createCookie('cookie-notice-dismissed', 'dontWantCookies', 31);
|
||||||
|
document.getElementById('cookie-notice').style.display = 'none';
|
||||||
|
_paq.push(['trackEvent', 'Consent', 'dontWantCookie']);
|
||||||
|
location.reload();
|
||||||
|
});
|
||||||
|
|
||||||
|
// document.getElementById('cookie-notice-gimme').addEventListener("click", function () {
|
||||||
|
// createCookie('cookie-notice-dismissed', 'wantCookies', 31);
|
||||||
|
// document.getElementById('cookie-notice').style.display = 'none';
|
||||||
|
// location.reload();
|
||||||
|
// });
|
||||||
|
|
||||||
|
|
||||||
|
</script>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
404
albums/netbook-lofi-beatheads/3-conscious/index.html
Normal file
404
albums/netbook-lofi-beatheads/3-conscious/index.html
Normal file
|
|
@ -0,0 +1,404 @@
|
||||||
|
<!DOCTYPE html>
|
||||||
|
<!--
|
||||||
|
Based on _Story_ by html5up.net | @ajlkn
|
||||||
|
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
|
||||||
|
Remixed and Jekyllified by Setto
|
||||||
|
-->
|
||||||
|
<html lang="en">
|
||||||
|
<head>
|
||||||
|
<!-- Begin Jekyll SEO tag v2.6.1 -->
|
||||||
|
<meta name="generator" content="Jekyll v4.0.0" />
|
||||||
|
<meta property="og:title" content="3 Conscious" />
|
||||||
|
<meta name="author" content="pax:nion" />
|
||||||
|
<meta property="og:locale" content="en" />
|
||||||
|
<meta name="description" content="PHI, Panix Heavy Industries" />
|
||||||
|
<meta property="og:description" content="PHI, Panix Heavy Industries" />
|
||||||
|
<link rel="canonical" href="https://panix.basspistol.com/albums/netbook-lofi-beatheads/3-conscious/" />
|
||||||
|
<meta property="og:url" content="https://panix.basspistol.com/albums/netbook-lofi-beatheads/3-conscious/" />
|
||||||
|
<meta property="og:site_name" content="pax:nion" />
|
||||||
|
<meta property="og:type" content="article" />
|
||||||
|
<meta property="article:published_time" content="2020-07-05T18:07:03+00:00" />
|
||||||
|
<script type="application/ld+json">
|
||||||
|
{"description":"PHI, Panix Heavy Industries","@type":"AudioObject","headline":"3 Conscious","dateModified":"2020-07-05T18:07:00+00:00","datePublished":"2020-07-05T18:07:03+00:00","url":"https://panix.basspistol.com/albums/netbook-lofi-beatheads/3-conscious/","author":{"@type":"Person","name":"pax:nion"},"publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://panix.basspistol.com/assets/img/setto_icon.png"},"name":"pax:nion"},"@context":"https://schema.org"}</script>
|
||||||
|
<!-- End Jekyll SEO tag -->
|
||||||
|
|
||||||
|
<link type="application/atom+xml" rel="alternate" href="https://panix.basspistol.com/feed.xml" title="" />
|
||||||
|
<!-- BEGIN seo.html -->
|
||||||
|
|
||||||
|
<title>Play Conscious by Panix Hilton</title>
|
||||||
|
<meta name="title" content="Play Conscious by Panix Hilton" />
|
||||||
|
|
||||||
|
<meta name="dc.date.modified" scheme="ISO8601" content="2020-07-05T18:07:00+00:00" />
|
||||||
|
<meta name="robots" content="index" />
|
||||||
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||||
|
<link rel="canonical" href="https://panix.basspistol.com/albums/netbook-lofi-beatheads/3-conscious/" />
|
||||||
|
<link rel="alternate" hreflang="x-default" href="https://panix.basspistol.com/albums/netbook-lofi-beatheads/3-conscious/" />
|
||||||
|
<meta name="geo.region" content="BJ-ZO" />
|
||||||
|
<meta name="geo.placename" content="Setto" />
|
||||||
|
<meta name="geo.position" content="7.48777;2.076389" />
|
||||||
|
<meta name="ICBM" content="7.48777, 2.076389" />
|
||||||
|
|
||||||
|
<!-- Dublin Core basic info -->
|
||||||
|
|
||||||
|
<meta name="dcterms.Identifier" content="https://panix.basspistol.com" />
|
||||||
|
<meta name="dcterms.Format" content="text/html" />
|
||||||
|
<meta name="dcterms.Relation" content="pax:nion" />
|
||||||
|
<meta name="dcterms.Publisher" content="pax:nion" />
|
||||||
|
<meta name="dcterms.Type" content="text/html" />
|
||||||
|
<meta name="dcterms.Coverage" content="https://panix.basspistol.com/" />
|
||||||
|
<meta name="dcterms.Rights" content="Copyright ©2020 pax:nion." />
|
||||||
|
|
||||||
|
<meta name="dcterms.Subject" content="Listen and to a track by Panix Hilton from the release Netbook Lofi Beatheads and support your remote artist!" />
|
||||||
|
<meta name="dcterms.Title" content="Conscious - Panix Hilton | pax:nion" />
|
||||||
|
|
||||||
|
<meta name="dcterms.Contributor" content="pax:nion" />
|
||||||
|
<meta name="dcterms.Date" content="2020-07-05" />
|
||||||
|
<meta name="dcterms.Description" content="" />
|
||||||
|
|
||||||
|
<!-- Twitter Card -->
|
||||||
|
|
||||||
|
<meta name="twitter:card" content="summary" />
|
||||||
|
<meta name="twitter:site" content="@" />
|
||||||
|
<meta name="twitter:title" content="3 Conscious | pax:nion" />
|
||||||
|
<meta name="twitter:description" content="PHI, Panix Heavy Industries" />
|
||||||
|
|
||||||
|
<meta name="twitter:image" content="https://panix.basspistol.com/assets/albums/netbook-lofi-beatheads/3-conscious.jpeg" />
|
||||||
|
|
||||||
|
<!-- END seo.html -->
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<meta charset="utf-8" />
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=yes" />
|
||||||
|
<link rel="stylesheet" href="../../../assets/css/main20200519.css" />
|
||||||
|
|
||||||
|
<link rel="apple-touch-icon" href="https://panix.basspistol.com/apple-touch-icon.png" />
|
||||||
|
<link rel="icon" type="image/png" href="https://panix.basspistol.com/touch-icon.png" sizes="192x192" />
|
||||||
|
<link rel="shortcut icon" href="https://panix.basspistol.com/assets/img/setto_icon.png" type="image/png" />
|
||||||
|
<noscript><link rel="stylesheet" href="../../../assets/css/noscript20200518-rev1.css" /></noscript>
|
||||||
|
</head>
|
||||||
|
|
||||||
|
<body class="is-preload" id="body">
|
||||||
|
<span id="top" style="display: none;"></span>
|
||||||
|
<!-- Wrapper -->
|
||||||
|
<div id="wrapper" class="divided" data-cms-content-wrapper="/_layouts/default.html">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<!-- Banner -->
|
||||||
|
<section
|
||||||
|
class="banner onload-image-fade-in onload-content-fade-right style3 fullscreen content-align-center image-position-center" style="background-image:url('https://media.basspistol.com/panix/netbook-lofi-beatheads/3-conscious.jpeg');background-size: cover; background-repeat: no-repeat;">
|
||||||
|
<div style="z-index:0;position:absolute; top:0; left:0; width:100%;height:100%;background-color: rgba(13, 13 ,13, 0.85);"></div>
|
||||||
|
<div class="content" style="z-index:1">
|
||||||
|
<h1 style="margin-top:80px">Conscious</h1>
|
||||||
|
|
||||||
|
<p><strong><span id="tracktime"></span></strong><span id="conscious"></span></strong> <br />
|
||||||
|
Style: <strong>Electronic</strong>
|
||||||
|
</p>
|
||||||
|
<script type="text/javascript">
|
||||||
|
var conscioustimestamp = 115;
|
||||||
|
var conscioushours = Math.floor(conscioustimestamp / 60 / 60);
|
||||||
|
var consciousminutes = Math.floor(conscioustimestamp / 60) - (conscioushours * 60);
|
||||||
|
var consciousseconds = conscioustimestamp % 60;
|
||||||
|
var consciousformatted = conscioushours.toString().padStart(2, '0') + ':' + consciousminutes.toString().padStart(2, '0') + ':' + consciousseconds.toString().padStart(2, '0');
|
||||||
|
var theSpan = document.getElementById("conscious");
|
||||||
|
theSpan.innerHTML = consciousformatted;
|
||||||
|
</script>
|
||||||
|
|
||||||
|
|
||||||
|
<ul class="actions stacked">
|
||||||
|
<li><button id="mu_pause" class="smooth-scroll-middle button icon solid fa-play">Play dat!</button></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="image">
|
||||||
|
<img src="https://media.basspistol.com/panix/netbook-lofi-beatheads/3-conscious.jpeg" alt="3 Conscious logo" id="coverart" />
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
|
||||||
|
|
||||||
|
<!-- Page navigation -->
|
||||||
|
<section class="wrapper style1 align-center">
|
||||||
|
<div class="inner">
|
||||||
|
<div class="index align-left">
|
||||||
|
<!-- Author -->
|
||||||
|
<section class="streambox" style="margin-top:40px;padding: 40px;">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<h3 style="text-align: center;display: block;">This track can't be bought</h3>
|
||||||
|
<p>But other tracks are available here:</p>
|
||||||
|
|
||||||
|
|
||||||
|
<div class="streamer">
|
||||||
|
|
||||||
|
|
||||||
|
<a onclick="_paq.push(['trackEvent', 'StoreLink', 'Bandcamp']);" target="_blank" rel="noopener" href="https://panixheavyindustries.bandcamp.com" alt="Stream from Bandcamp" title="Stream from Bandcamp" class="button icon brands fa-bandcamp">Bandcamp</a>
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</section>
|
||||||
|
<section>
|
||||||
|
<!-- Content -->
|
||||||
|
<div class="content">
|
||||||
|
<!-- post Naviation -->
|
||||||
|
<div style="text-align: center;">
|
||||||
|
<h3>Play more songs grom this release</h3>
|
||||||
|
</div>
|
||||||
|
<div class="post-nav">
|
||||||
|
<div>
|
||||||
|
|
||||||
|
<h4><a href="../../../albums/netbook-lofi-beatheads/2-blockerad/" alt="Read Blockerad" title="Read Blockerad"><i class="fas fa-arrow-left"></i></a> <a
|
||||||
|
href="../../../albums/netbook-lofi-beatheads/2-blockerad/"> Blockerad</a>
|
||||||
|
</h4>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
<div class="post-nav-next">
|
||||||
|
|
||||||
|
<h4><a href="../../../albums/netbook-lofi-beatheads/4-frankentune/"> Frankentune</a> <a
|
||||||
|
href="../../../albums/netbook-lofi-beatheads/4-frankentune/" alt="Read Frankentune" title="Read Frankentune"><i class="fas fa-arrow-right"></i></a></h4>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<!-- End Post Navigation -->
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
<!-- Audio player-->
|
||||||
|
<audio autoplay preload="true" data-matomo-title="Conscious">
|
||||||
|
<source src="https://media.basspistol.com/panix/netbook-lofi-beatheads/3-conscious.mp3" type="audio/mpeg" ontimeupdate='updateTrackTime(this);' />
|
||||||
|
<h1>Your browser isn't ready for so much hotness. Use the download-link instead.</h1>.
|
||||||
|
</audio>
|
||||||
|
<!-- Footer -->
|
||||||
|
<footer id="footer" class="wrapper style1 align-center">
|
||||||
|
<div class="footflex">
|
||||||
|
<div>
|
||||||
|
<h4>pax:nion</h4>
|
||||||
|
<p>PHI, Panix Heavy Industries
|
||||||
|
<br /><a href="mailto:"></a></p>
|
||||||
|
</div>
|
||||||
|
<div>
|
||||||
|
<ul>
|
||||||
|
<li><a href="#top" class="smooth-scroll-middle">Back to top</a></li>
|
||||||
|
<li><a href="/#album0" class="smooth-scroll-middle">music</a></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<div><img src="/assets/panix-logo-dark.svg" style="max-width:300px" alt="pax:nion Logo" /></div>
|
||||||
|
</div>
|
||||||
|
<div class="inner">
|
||||||
|
<ul class="icons">
|
||||||
|
|
||||||
|
<!-- <li><a href="mailto:" class="icon style2 fa-envelope"><span class="label">Email</span></a></li> -->
|
||||||
|
</ul>
|
||||||
|
<p>©2020 Basspistol | <a href="../../../webcreds/">Credits</a> | <a href="../../../cookies/">Cookies & Privacy</a></p>
|
||||||
|
</div>
|
||||||
|
</footer>
|
||||||
|
|
||||||
|
|
||||||
|
<script type="text/javascript">
|
||||||
|
function loadUrl(newLocation) {
|
||||||
|
window.location = newLocation;
|
||||||
|
return false;
|
||||||
|
}
|
||||||
|
|
||||||
|
var mu = document.getElementsByTagName("audio")[0];
|
||||||
|
var pauseButton = document.getElementById("mu_pause");
|
||||||
|
var spincover = document.getElementById("coverart");
|
||||||
|
|
||||||
|
mu.addEventListener('ended', function () {
|
||||||
|
// only functional if "loop" is removed
|
||||||
|
mu.pause();
|
||||||
|
mu.currentTime = 0;
|
||||||
|
loadUrl("../../../netbook-lofi-beatheads/4-frankentune/"); return false;
|
||||||
|
});
|
||||||
|
mu.onplaying = function() {
|
||||||
|
pauseButton.innerHTML = "Pause";
|
||||||
|
pauseButton.classList.remove("fa-play");
|
||||||
|
pauseButton.classList.add("fa-pause");
|
||||||
|
spincover.classList.add("spinnit");
|
||||||
|
spincover.classList.remove("paused");
|
||||||
|
};
|
||||||
|
|
||||||
|
pauseButton.addEventListener("click", function () {
|
||||||
|
if (mu.paused) {
|
||||||
|
mu.play();
|
||||||
|
|
||||||
|
}
|
||||||
|
else {
|
||||||
|
mu.pause();
|
||||||
|
pauseButton.innerHTML = "Resume";
|
||||||
|
pauseButton.classList.add("fa-play");
|
||||||
|
pauseButton.classList.remove("fa-pause");
|
||||||
|
spincover.classList.add("paused");
|
||||||
|
}
|
||||||
|
});
|
||||||
|
|
||||||
|
mu.addEventListener('timeupdate', function () {
|
||||||
|
var timestamp = Math.floor(mu.currentTime);
|
||||||
|
var hours = Math.floor(timestamp / 60 / 60);
|
||||||
|
var minutes = Math.floor(timestamp / 60) - (hours * 60);
|
||||||
|
var seconds = timestamp % 60;
|
||||||
|
var formatted = hours.toString().padStart(2, '0') + ':' + minutes.toString().padStart(2, '0') + ':' + seconds.toString().padStart(2, '0');
|
||||||
|
var thecurrentSpan = document.getElementById("tracktime");
|
||||||
|
thecurrentSpan.innerHTML = formatted + ' / ';
|
||||||
|
});
|
||||||
|
|
||||||
|
</script>
|
||||||
|
</div>
|
||||||
|
<!-- Navigation -->
|
||||||
|
<div id="logo" class="logo">
|
||||||
|
<a href="/" class="smooth-scroll-middle"><img width="200em" src="/assets/panix-logo.svg" alt=" Logo" /></a>
|
||||||
|
<a href="#navbar" onclick="blurBody()" alt="Navigation Menu" title="Navigation Menu"><span style="font-size: 34px;" class="icon solid fa-bars"></span></a>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div id="navbar" style="display: block;" class="modalDialog">
|
||||||
|
<a href="#close" onclick="removeBlur()" alt="Close Menu" title="Close Menu"><div id="closearea"> </div></a>
|
||||||
|
<nav>
|
||||||
|
<a href="#close" title="Close" onclick="removeBlur()" class="close-button close" style="margin: 0 auto;">X</a>
|
||||||
|
<ul>
|
||||||
|
|
||||||
|
|
||||||
|
<li><a href="../../../" class="button small">Home</a></li>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<li><a href="../../../releases/" class="button small">Releases</a></li>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<li><a href="../../../logs/" class="button small">Web-Log</a></li>
|
||||||
|
|
||||||
|
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
</nav>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
<!-- End Navigation -->
|
||||||
|
<!-- Scripts -->
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<script src="../../../assets/js/jquery.min.js"></script>
|
||||||
|
<script src="../../../assets/js/jquery.scrollex.min.js"></script>
|
||||||
|
<script src="../../../assets/js/jquery.scrolly.min.js"></script>
|
||||||
|
<script src="../../../assets/js/browser.min.js"></script>
|
||||||
|
<script src="../../../assets/js/breakpoints.min.js"></script>
|
||||||
|
<script src="../../../assets/js/util.js"></script>
|
||||||
|
<script src="../../../assets/js/main.js"></script>
|
||||||
|
<script src="../../../assets/js/set.js"></script>
|
||||||
|
|
||||||
|
|
||||||
|
<div id="cookie-notice">
|
||||||
|
<p>We only use cookies if you consent to it. They don't contain any identifiable info: they just let us know if you enjoyed this enough to come back. <br />Click <a href="#" id="cookie-notice-decline">here</a> if you want this shit to go away without cookies. <br />Read more about how Basspistol <a href="/cookies/">use cookies</a> </p>
|
||||||
|
<a class="button small yes" href="#" id="cookie-notice-accept">I'm in!</a>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<script>
|
||||||
|
function createCookie(name, value, days) {
|
||||||
|
var expires = "";
|
||||||
|
if (days) {
|
||||||
|
var date = new Date();
|
||||||
|
date.setTime(date.getTime() + (days * 24 * 60 * 60 * 1000));
|
||||||
|
expires = "; expires=" + date.toUTCString();
|
||||||
|
}
|
||||||
|
document.cookie = name + "=" + value + expires + "; path=/";
|
||||||
|
}
|
||||||
|
function readCookie(name) {
|
||||||
|
var nameEQ = name + "=";
|
||||||
|
var ca = document.cookie.split(';');
|
||||||
|
for (var i = 0; i < ca.length; i++) {
|
||||||
|
var c = ca[i];
|
||||||
|
while (c.charAt(0) == ' ') c = c.substring(1, c.length);
|
||||||
|
if (c.indexOf(nameEQ) == 0) return c.substring(nameEQ.length, c.length);
|
||||||
|
}
|
||||||
|
return null;
|
||||||
|
}
|
||||||
|
function eraseCookie(name) {
|
||||||
|
createCookie(name, "", -1);
|
||||||
|
}
|
||||||
|
|
||||||
|
if (readCookie('cookie-notice-dismissed') == 'wantCookies') {
|
||||||
|
|
||||||
|
//* Matomo Tag Manager *//
|
||||||
|
|
||||||
|
var _mtm = _mtm || [];
|
||||||
|
_mtm.push({'mtm.startTime': (new Date().getTime()), 'event': 'mtm.Start'});
|
||||||
|
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
|
||||||
|
g.type='text/javascript'; g.async=true; g.defer=true; g.src='https://cdn.matomo.cloud/terminalnetwork.matomo.cloud/container_aJ0T3vZ5.js'; s.parentNode.insertBefore(g,s);
|
||||||
|
|
||||||
|
//* End Matomo Tag Manager *//
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
} else {
|
||||||
|
document.getElementById('cookie-notice').style.display = 'flex';
|
||||||
|
|
||||||
|
var _paq = window._paq || [];
|
||||||
|
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */
|
||||||
|
_paq.push(["setDocumentTitle", document.domain + "/" + document.title]);
|
||||||
|
_paq.push(["disableCookies"]);
|
||||||
|
_paq.push(['trackPageView']);
|
||||||
|
_paq.push(['enableLinkTracking']);
|
||||||
|
(function() {
|
||||||
|
var u="https://terminalnetwork.matomo.cloud/";
|
||||||
|
_paq.push(['setTrackerUrl', u+'matomo.php']);
|
||||||
|
_paq.push(['setSiteId', '14']);
|
||||||
|
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
|
||||||
|
g.type='text/javascript'; g.async=true; g.defer=true; g.src='//cdn.matomo.cloud/terminalnetwork.matomo.cloud/matomo.js'; s.parentNode.insertBefore(g,s);
|
||||||
|
})();
|
||||||
|
|
||||||
|
|
||||||
|
}
|
||||||
|
if (readCookie('cookie-notice-dismissed') == 'dontWantCookies') {
|
||||||
|
document.getElementById('cookie-notice').style.display = 'none';
|
||||||
|
|
||||||
|
var _paq = window._paq || [];
|
||||||
|
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */
|
||||||
|
_paq.push(["setDocumentTitle", document.domain + "/" + document.title]);
|
||||||
|
_paq.push(["disableCookies"]);
|
||||||
|
_paq.push(['trackPageView']);
|
||||||
|
_paq.push(['enableLinkTracking']);
|
||||||
|
(function() {
|
||||||
|
var u="https://terminalnetwork.matomo.cloud/";
|
||||||
|
_paq.push(['setTrackerUrl', u+'matomo.php']);
|
||||||
|
_paq.push(['setSiteId', '14']);
|
||||||
|
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
|
||||||
|
g.type='text/javascript'; g.async=true; g.defer=true; g.src='//cdn.matomo.cloud/terminalnetwork.matomo.cloud/matomo.js'; s.parentNode.insertBefore(g,s);
|
||||||
|
})();
|
||||||
|
|
||||||
|
}
|
||||||
|
document.getElementById('cookie-notice-accept').addEventListener("click", function () {
|
||||||
|
createCookie('cookie-notice-dismissed', 'wantCookies', 31);
|
||||||
|
document.getElementById('cookie-notice').style.display = 'none';
|
||||||
|
_paq.push(['trackEvent', 'Consent', 'wantCookie']);
|
||||||
|
location.reload();
|
||||||
|
});
|
||||||
|
|
||||||
|
document.getElementById('cookie-notice-decline').addEventListener("click", function () {
|
||||||
|
createCookie('cookie-notice-dismissed', 'dontWantCookies', 31);
|
||||||
|
document.getElementById('cookie-notice').style.display = 'none';
|
||||||
|
_paq.push(['trackEvent', 'Consent', 'dontWantCookie']);
|
||||||
|
location.reload();
|
||||||
|
});
|
||||||
|
|
||||||
|
// document.getElementById('cookie-notice-gimme').addEventListener("click", function () {
|
||||||
|
// createCookie('cookie-notice-dismissed', 'wantCookies', 31);
|
||||||
|
// document.getElementById('cookie-notice').style.display = 'none';
|
||||||
|
// location.reload();
|
||||||
|
// });
|
||||||
|
|
||||||
|
|
||||||
|
</script>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
404
albums/netbook-lofi-beatheads/4-frankentune/index.html
Normal file
404
albums/netbook-lofi-beatheads/4-frankentune/index.html
Normal file
|
|
@ -0,0 +1,404 @@
|
||||||
|
<!DOCTYPE html>
|
||||||
|
<!--
|
||||||
|
Based on _Story_ by html5up.net | @ajlkn
|
||||||
|
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
|
||||||
|
Remixed and Jekyllified by Setto
|
||||||
|
-->
|
||||||
|
<html lang="en">
|
||||||
|
<head>
|
||||||
|
<!-- Begin Jekyll SEO tag v2.6.1 -->
|
||||||
|
<meta name="generator" content="Jekyll v4.0.0" />
|
||||||
|
<meta property="og:title" content="4 Frankentune" />
|
||||||
|
<meta name="author" content="pax:nion" />
|
||||||
|
<meta property="og:locale" content="en" />
|
||||||
|
<meta name="description" content="PHI, Panix Heavy Industries" />
|
||||||
|
<meta property="og:description" content="PHI, Panix Heavy Industries" />
|
||||||
|
<link rel="canonical" href="https://panix.basspistol.com/albums/netbook-lofi-beatheads/4-frankentune/" />
|
||||||
|
<meta property="og:url" content="https://panix.basspistol.com/albums/netbook-lofi-beatheads/4-frankentune/" />
|
||||||
|
<meta property="og:site_name" content="pax:nion" />
|
||||||
|
<meta property="og:type" content="article" />
|
||||||
|
<meta property="article:published_time" content="2020-07-05T18:07:03+00:00" />
|
||||||
|
<script type="application/ld+json">
|
||||||
|
{"description":"PHI, Panix Heavy Industries","@type":"AudioObject","headline":"4 Frankentune","dateModified":"2020-07-05T18:07:00+00:00","datePublished":"2020-07-05T18:07:03+00:00","url":"https://panix.basspistol.com/albums/netbook-lofi-beatheads/4-frankentune/","author":{"@type":"Person","name":"pax:nion"},"publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://panix.basspistol.com/assets/img/setto_icon.png"},"name":"pax:nion"},"@context":"https://schema.org"}</script>
|
||||||
|
<!-- End Jekyll SEO tag -->
|
||||||
|
|
||||||
|
<link type="application/atom+xml" rel="alternate" href="https://panix.basspistol.com/feed.xml" title="" />
|
||||||
|
<!-- BEGIN seo.html -->
|
||||||
|
|
||||||
|
<title>Play Frankentune by Panix Hilton</title>
|
||||||
|
<meta name="title" content="Play Frankentune by Panix Hilton" />
|
||||||
|
|
||||||
|
<meta name="dc.date.modified" scheme="ISO8601" content="2020-07-05T18:07:00+00:00" />
|
||||||
|
<meta name="robots" content="index" />
|
||||||
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||||
|
<link rel="canonical" href="https://panix.basspistol.com/albums/netbook-lofi-beatheads/4-frankentune/" />
|
||||||
|
<link rel="alternate" hreflang="x-default" href="https://panix.basspistol.com/albums/netbook-lofi-beatheads/4-frankentune/" />
|
||||||
|
<meta name="geo.region" content="BJ-ZO" />
|
||||||
|
<meta name="geo.placename" content="Setto" />
|
||||||
|
<meta name="geo.position" content="7.48777;2.076389" />
|
||||||
|
<meta name="ICBM" content="7.48777, 2.076389" />
|
||||||
|
|
||||||
|
<!-- Dublin Core basic info -->
|
||||||
|
|
||||||
|
<meta name="dcterms.Identifier" content="https://panix.basspistol.com" />
|
||||||
|
<meta name="dcterms.Format" content="text/html" />
|
||||||
|
<meta name="dcterms.Relation" content="pax:nion" />
|
||||||
|
<meta name="dcterms.Publisher" content="pax:nion" />
|
||||||
|
<meta name="dcterms.Type" content="text/html" />
|
||||||
|
<meta name="dcterms.Coverage" content="https://panix.basspistol.com/" />
|
||||||
|
<meta name="dcterms.Rights" content="Copyright ©2020 pax:nion." />
|
||||||
|
|
||||||
|
<meta name="dcterms.Subject" content="Listen and to a track by Panix Hilton from the release Netbook Lofi Beatheads and support your remote artist!" />
|
||||||
|
<meta name="dcterms.Title" content="Frankentune - Panix Hilton | pax:nion" />
|
||||||
|
|
||||||
|
<meta name="dcterms.Contributor" content="pax:nion" />
|
||||||
|
<meta name="dcterms.Date" content="2020-07-05" />
|
||||||
|
<meta name="dcterms.Description" content="" />
|
||||||
|
|
||||||
|
<!-- Twitter Card -->
|
||||||
|
|
||||||
|
<meta name="twitter:card" content="summary" />
|
||||||
|
<meta name="twitter:site" content="@" />
|
||||||
|
<meta name="twitter:title" content="4 Frankentune | pax:nion" />
|
||||||
|
<meta name="twitter:description" content="PHI, Panix Heavy Industries" />
|
||||||
|
|
||||||
|
<meta name="twitter:image" content="https://panix.basspistol.com/assets/albums/netbook-lofi-beatheads/4-frankentune.jpeg" />
|
||||||
|
|
||||||
|
<!-- END seo.html -->
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<meta charset="utf-8" />
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=yes" />
|
||||||
|
<link rel="stylesheet" href="../../../assets/css/main20200519.css" />
|
||||||
|
|
||||||
|
<link rel="apple-touch-icon" href="https://panix.basspistol.com/apple-touch-icon.png" />
|
||||||
|
<link rel="icon" type="image/png" href="https://panix.basspistol.com/touch-icon.png" sizes="192x192" />
|
||||||
|
<link rel="shortcut icon" href="https://panix.basspistol.com/assets/img/setto_icon.png" type="image/png" />
|
||||||
|
<noscript><link rel="stylesheet" href="../../../assets/css/noscript20200518-rev1.css" /></noscript>
|
||||||
|
</head>
|
||||||
|
|
||||||
|
<body class="is-preload" id="body">
|
||||||
|
<span id="top" style="display: none;"></span>
|
||||||
|
<!-- Wrapper -->
|
||||||
|
<div id="wrapper" class="divided" data-cms-content-wrapper="/_layouts/default.html">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<!-- Banner -->
|
||||||
|
<section
|
||||||
|
class="banner onload-image-fade-in onload-content-fade-right style3 fullscreen content-align-center image-position-center" style="background-image:url('https://media.basspistol.com/panix/netbook-lofi-beatheads/4-frankentune.jpeg');background-size: cover; background-repeat: no-repeat;">
|
||||||
|
<div style="z-index:0;position:absolute; top:0; left:0; width:100%;height:100%;background-color: rgba(13, 13 ,13, 0.85);"></div>
|
||||||
|
<div class="content" style="z-index:1">
|
||||||
|
<h1 style="margin-top:80px">Frankentune</h1>
|
||||||
|
|
||||||
|
<p><strong><span id="tracktime"></span></strong><span id="frankentune"></span></strong> <br />
|
||||||
|
Style: <strong>Electronic</strong>
|
||||||
|
</p>
|
||||||
|
<script type="text/javascript">
|
||||||
|
var frankentunetimestamp = 328;
|
||||||
|
var frankentunehours = Math.floor(frankentunetimestamp / 60 / 60);
|
||||||
|
var frankentuneminutes = Math.floor(frankentunetimestamp / 60) - (frankentunehours * 60);
|
||||||
|
var frankentuneseconds = frankentunetimestamp % 60;
|
||||||
|
var frankentuneformatted = frankentunehours.toString().padStart(2, '0') + ':' + frankentuneminutes.toString().padStart(2, '0') + ':' + frankentuneseconds.toString().padStart(2, '0');
|
||||||
|
var theSpan = document.getElementById("frankentune");
|
||||||
|
theSpan.innerHTML = frankentuneformatted;
|
||||||
|
</script>
|
||||||
|
|
||||||
|
|
||||||
|
<ul class="actions stacked">
|
||||||
|
<li><button id="mu_pause" class="smooth-scroll-middle button icon solid fa-play">Play dat!</button></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="image">
|
||||||
|
<img src="https://media.basspistol.com/panix/netbook-lofi-beatheads/4-frankentune.jpeg" alt="4 Frankentune logo" id="coverart" />
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
|
||||||
|
|
||||||
|
<!-- Page navigation -->
|
||||||
|
<section class="wrapper style1 align-center">
|
||||||
|
<div class="inner">
|
||||||
|
<div class="index align-left">
|
||||||
|
<!-- Author -->
|
||||||
|
<section class="streambox" style="margin-top:40px;padding: 40px;">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<h3 style="text-align: center;display: block;">This track can't be bought</h3>
|
||||||
|
<p>But other tracks are available here:</p>
|
||||||
|
|
||||||
|
|
||||||
|
<div class="streamer">
|
||||||
|
|
||||||
|
|
||||||
|
<a onclick="_paq.push(['trackEvent', 'StoreLink', 'Bandcamp']);" target="_blank" rel="noopener" href="https://panixheavyindustries.bandcamp.com" alt="Stream from Bandcamp" title="Stream from Bandcamp" class="button icon brands fa-bandcamp">Bandcamp</a>
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</section>
|
||||||
|
<section>
|
||||||
|
<!-- Content -->
|
||||||
|
<div class="content">
|
||||||
|
<!-- post Naviation -->
|
||||||
|
<div style="text-align: center;">
|
||||||
|
<h3>Play more songs grom this release</h3>
|
||||||
|
</div>
|
||||||
|
<div class="post-nav">
|
||||||
|
<div>
|
||||||
|
|
||||||
|
<h4><a href="../../../albums/netbook-lofi-beatheads/3-conscious/" alt="Read Conscious" title="Read Conscious"><i class="fas fa-arrow-left"></i></a> <a
|
||||||
|
href="../../../albums/netbook-lofi-beatheads/3-conscious/"> Conscious</a>
|
||||||
|
</h4>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
<div class="post-nav-next">
|
||||||
|
|
||||||
|
<h4><a href="../../../albums/netbook-lofi-beatheads/5-interlude/"> Interlude</a> <a
|
||||||
|
href="../../../albums/netbook-lofi-beatheads/5-interlude/" alt="Read Interlude" title="Read Interlude"><i class="fas fa-arrow-right"></i></a></h4>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<!-- End Post Navigation -->
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
<!-- Audio player-->
|
||||||
|
<audio autoplay preload="true" data-matomo-title="Frankentune">
|
||||||
|
<source src="https://media.basspistol.com/panix/netbook-lofi-beatheads/4-frankentune.mp3" type="audio/mpeg" ontimeupdate='updateTrackTime(this);' />
|
||||||
|
<h1>Your browser isn't ready for so much hotness. Use the download-link instead.</h1>.
|
||||||
|
</audio>
|
||||||
|
<!-- Footer -->
|
||||||
|
<footer id="footer" class="wrapper style1 align-center">
|
||||||
|
<div class="footflex">
|
||||||
|
<div>
|
||||||
|
<h4>pax:nion</h4>
|
||||||
|
<p>PHI, Panix Heavy Industries
|
||||||
|
<br /><a href="mailto:"></a></p>
|
||||||
|
</div>
|
||||||
|
<div>
|
||||||
|
<ul>
|
||||||
|
<li><a href="#top" class="smooth-scroll-middle">Back to top</a></li>
|
||||||
|
<li><a href="/#album0" class="smooth-scroll-middle">music</a></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<div><img src="/assets/panix-logo-dark.svg" style="max-width:300px" alt="pax:nion Logo" /></div>
|
||||||
|
</div>
|
||||||
|
<div class="inner">
|
||||||
|
<ul class="icons">
|
||||||
|
|
||||||
|
<!-- <li><a href="mailto:" class="icon style2 fa-envelope"><span class="label">Email</span></a></li> -->
|
||||||
|
</ul>
|
||||||
|
<p>©2020 Basspistol | <a href="../../../webcreds/">Credits</a> | <a href="../../../cookies/">Cookies & Privacy</a></p>
|
||||||
|
</div>
|
||||||
|
</footer>
|
||||||
|
|
||||||
|
|
||||||
|
<script type="text/javascript">
|
||||||
|
function loadUrl(newLocation) {
|
||||||
|
window.location = newLocation;
|
||||||
|
return false;
|
||||||
|
}
|
||||||
|
|
||||||
|
var mu = document.getElementsByTagName("audio")[0];
|
||||||
|
var pauseButton = document.getElementById("mu_pause");
|
||||||
|
var spincover = document.getElementById("coverart");
|
||||||
|
|
||||||
|
mu.addEventListener('ended', function () {
|
||||||
|
// only functional if "loop" is removed
|
||||||
|
mu.pause();
|
||||||
|
mu.currentTime = 0;
|
||||||
|
loadUrl("../../../netbook-lofi-beatheads/5-interlude/"); return false;
|
||||||
|
});
|
||||||
|
mu.onplaying = function() {
|
||||||
|
pauseButton.innerHTML = "Pause";
|
||||||
|
pauseButton.classList.remove("fa-play");
|
||||||
|
pauseButton.classList.add("fa-pause");
|
||||||
|
spincover.classList.add("spinnit");
|
||||||
|
spincover.classList.remove("paused");
|
||||||
|
};
|
||||||
|
|
||||||
|
pauseButton.addEventListener("click", function () {
|
||||||
|
if (mu.paused) {
|
||||||
|
mu.play();
|
||||||
|
|
||||||
|
}
|
||||||
|
else {
|
||||||
|
mu.pause();
|
||||||
|
pauseButton.innerHTML = "Resume";
|
||||||
|
pauseButton.classList.add("fa-play");
|
||||||
|
pauseButton.classList.remove("fa-pause");
|
||||||
|
spincover.classList.add("paused");
|
||||||
|
}
|
||||||
|
});
|
||||||
|
|
||||||
|
mu.addEventListener('timeupdate', function () {
|
||||||
|
var timestamp = Math.floor(mu.currentTime);
|
||||||
|
var hours = Math.floor(timestamp / 60 / 60);
|
||||||
|
var minutes = Math.floor(timestamp / 60) - (hours * 60);
|
||||||
|
var seconds = timestamp % 60;
|
||||||
|
var formatted = hours.toString().padStart(2, '0') + ':' + minutes.toString().padStart(2, '0') + ':' + seconds.toString().padStart(2, '0');
|
||||||
|
var thecurrentSpan = document.getElementById("tracktime");
|
||||||
|
thecurrentSpan.innerHTML = formatted + ' / ';
|
||||||
|
});
|
||||||
|
|
||||||
|
</script>
|
||||||
|
</div>
|
||||||
|
<!-- Navigation -->
|
||||||
|
<div id="logo" class="logo">
|
||||||
|
<a href="/" class="smooth-scroll-middle"><img width="200em" src="/assets/panix-logo.svg" alt=" Logo" /></a>
|
||||||
|
<a href="#navbar" onclick="blurBody()" alt="Navigation Menu" title="Navigation Menu"><span style="font-size: 34px;" class="icon solid fa-bars"></span></a>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div id="navbar" style="display: block;" class="modalDialog">
|
||||||
|
<a href="#close" onclick="removeBlur()" alt="Close Menu" title="Close Menu"><div id="closearea"> </div></a>
|
||||||
|
<nav>
|
||||||
|
<a href="#close" title="Close" onclick="removeBlur()" class="close-button close" style="margin: 0 auto;">X</a>
|
||||||
|
<ul>
|
||||||
|
|
||||||
|
|
||||||
|
<li><a href="../../../" class="button small">Home</a></li>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<li><a href="../../../releases/" class="button small">Releases</a></li>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<li><a href="../../../logs/" class="button small">Web-Log</a></li>
|
||||||
|
|
||||||
|
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
</nav>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
<!-- End Navigation -->
|
||||||
|
<!-- Scripts -->
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<script src="../../../assets/js/jquery.min.js"></script>
|
||||||
|
<script src="../../../assets/js/jquery.scrollex.min.js"></script>
|
||||||
|
<script src="../../../assets/js/jquery.scrolly.min.js"></script>
|
||||||
|
<script src="../../../assets/js/browser.min.js"></script>
|
||||||
|
<script src="../../../assets/js/breakpoints.min.js"></script>
|
||||||
|
<script src="../../../assets/js/util.js"></script>
|
||||||
|
<script src="../../../assets/js/main.js"></script>
|
||||||
|
<script src="../../../assets/js/set.js"></script>
|
||||||
|
|
||||||
|
|
||||||
|
<div id="cookie-notice">
|
||||||
|
<p>We only use cookies if you consent to it. They don't contain any identifiable info: they just let us know if you enjoyed this enough to come back. <br />Click <a href="#" id="cookie-notice-decline">here</a> if you want this shit to go away without cookies. <br />Read more about how Basspistol <a href="/cookies/">use cookies</a> </p>
|
||||||
|
<a class="button small yes" href="#" id="cookie-notice-accept">I'm in!</a>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<script>
|
||||||
|
function createCookie(name, value, days) {
|
||||||
|
var expires = "";
|
||||||
|
if (days) {
|
||||||
|
var date = new Date();
|
||||||
|
date.setTime(date.getTime() + (days * 24 * 60 * 60 * 1000));
|
||||||
|
expires = "; expires=" + date.toUTCString();
|
||||||
|
}
|
||||||
|
document.cookie = name + "=" + value + expires + "; path=/";
|
||||||
|
}
|
||||||
|
function readCookie(name) {
|
||||||
|
var nameEQ = name + "=";
|
||||||
|
var ca = document.cookie.split(';');
|
||||||
|
for (var i = 0; i < ca.length; i++) {
|
||||||
|
var c = ca[i];
|
||||||
|
while (c.charAt(0) == ' ') c = c.substring(1, c.length);
|
||||||
|
if (c.indexOf(nameEQ) == 0) return c.substring(nameEQ.length, c.length);
|
||||||
|
}
|
||||||
|
return null;
|
||||||
|
}
|
||||||
|
function eraseCookie(name) {
|
||||||
|
createCookie(name, "", -1);
|
||||||
|
}
|
||||||
|
|
||||||
|
if (readCookie('cookie-notice-dismissed') == 'wantCookies') {
|
||||||
|
|
||||||
|
//* Matomo Tag Manager *//
|
||||||
|
|
||||||
|
var _mtm = _mtm || [];
|
||||||
|
_mtm.push({'mtm.startTime': (new Date().getTime()), 'event': 'mtm.Start'});
|
||||||
|
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
|
||||||
|
g.type='text/javascript'; g.async=true; g.defer=true; g.src='https://cdn.matomo.cloud/terminalnetwork.matomo.cloud/container_aJ0T3vZ5.js'; s.parentNode.insertBefore(g,s);
|
||||||
|
|
||||||
|
//* End Matomo Tag Manager *//
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
} else {
|
||||||
|
document.getElementById('cookie-notice').style.display = 'flex';
|
||||||
|
|
||||||
|
var _paq = window._paq || [];
|
||||||
|
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */
|
||||||
|
_paq.push(["setDocumentTitle", document.domain + "/" + document.title]);
|
||||||
|
_paq.push(["disableCookies"]);
|
||||||
|
_paq.push(['trackPageView']);
|
||||||
|
_paq.push(['enableLinkTracking']);
|
||||||
|
(function() {
|
||||||
|
var u="https://terminalnetwork.matomo.cloud/";
|
||||||
|
_paq.push(['setTrackerUrl', u+'matomo.php']);
|
||||||
|
_paq.push(['setSiteId', '14']);
|
||||||
|
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
|
||||||
|
g.type='text/javascript'; g.async=true; g.defer=true; g.src='//cdn.matomo.cloud/terminalnetwork.matomo.cloud/matomo.js'; s.parentNode.insertBefore(g,s);
|
||||||
|
})();
|
||||||
|
|
||||||
|
|
||||||
|
}
|
||||||
|
if (readCookie('cookie-notice-dismissed') == 'dontWantCookies') {
|
||||||
|
document.getElementById('cookie-notice').style.display = 'none';
|
||||||
|
|
||||||
|
var _paq = window._paq || [];
|
||||||
|
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */
|
||||||
|
_paq.push(["setDocumentTitle", document.domain + "/" + document.title]);
|
||||||
|
_paq.push(["disableCookies"]);
|
||||||
|
_paq.push(['trackPageView']);
|
||||||
|
_paq.push(['enableLinkTracking']);
|
||||||
|
(function() {
|
||||||
|
var u="https://terminalnetwork.matomo.cloud/";
|
||||||
|
_paq.push(['setTrackerUrl', u+'matomo.php']);
|
||||||
|
_paq.push(['setSiteId', '14']);
|
||||||
|
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
|
||||||
|
g.type='text/javascript'; g.async=true; g.defer=true; g.src='//cdn.matomo.cloud/terminalnetwork.matomo.cloud/matomo.js'; s.parentNode.insertBefore(g,s);
|
||||||
|
})();
|
||||||
|
|
||||||
|
}
|
||||||
|
document.getElementById('cookie-notice-accept').addEventListener("click", function () {
|
||||||
|
createCookie('cookie-notice-dismissed', 'wantCookies', 31);
|
||||||
|
document.getElementById('cookie-notice').style.display = 'none';
|
||||||
|
_paq.push(['trackEvent', 'Consent', 'wantCookie']);
|
||||||
|
location.reload();
|
||||||
|
});
|
||||||
|
|
||||||
|
document.getElementById('cookie-notice-decline').addEventListener("click", function () {
|
||||||
|
createCookie('cookie-notice-dismissed', 'dontWantCookies', 31);
|
||||||
|
document.getElementById('cookie-notice').style.display = 'none';
|
||||||
|
_paq.push(['trackEvent', 'Consent', 'dontWantCookie']);
|
||||||
|
location.reload();
|
||||||
|
});
|
||||||
|
|
||||||
|
// document.getElementById('cookie-notice-gimme').addEventListener("click", function () {
|
||||||
|
// createCookie('cookie-notice-dismissed', 'wantCookies', 31);
|
||||||
|
// document.getElementById('cookie-notice').style.display = 'none';
|
||||||
|
// location.reload();
|
||||||
|
// });
|
||||||
|
|
||||||
|
|
||||||
|
</script>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
404
albums/netbook-lofi-beatheads/5-interlude/index.html
Normal file
404
albums/netbook-lofi-beatheads/5-interlude/index.html
Normal file
|
|
@ -0,0 +1,404 @@
|
||||||
|
<!DOCTYPE html>
|
||||||
|
<!--
|
||||||
|
Based on _Story_ by html5up.net | @ajlkn
|
||||||
|
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
|
||||||
|
Remixed and Jekyllified by Setto
|
||||||
|
-->
|
||||||
|
<html lang="en">
|
||||||
|
<head>
|
||||||
|
<!-- Begin Jekyll SEO tag v2.6.1 -->
|
||||||
|
<meta name="generator" content="Jekyll v4.0.0" />
|
||||||
|
<meta property="og:title" content="5 Interlude" />
|
||||||
|
<meta name="author" content="pax:nion" />
|
||||||
|
<meta property="og:locale" content="en" />
|
||||||
|
<meta name="description" content="PHI, Panix Heavy Industries" />
|
||||||
|
<meta property="og:description" content="PHI, Panix Heavy Industries" />
|
||||||
|
<link rel="canonical" href="https://panix.basspistol.com/albums/netbook-lofi-beatheads/5-interlude/" />
|
||||||
|
<meta property="og:url" content="https://panix.basspistol.com/albums/netbook-lofi-beatheads/5-interlude/" />
|
||||||
|
<meta property="og:site_name" content="pax:nion" />
|
||||||
|
<meta property="og:type" content="article" />
|
||||||
|
<meta property="article:published_time" content="2020-07-05T18:07:03+00:00" />
|
||||||
|
<script type="application/ld+json">
|
||||||
|
{"description":"PHI, Panix Heavy Industries","@type":"AudioObject","headline":"5 Interlude","dateModified":"2020-07-05T18:07:00+00:00","datePublished":"2020-07-05T18:07:03+00:00","url":"https://panix.basspistol.com/albums/netbook-lofi-beatheads/5-interlude/","author":{"@type":"Person","name":"pax:nion"},"publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://panix.basspistol.com/assets/img/setto_icon.png"},"name":"pax:nion"},"@context":"https://schema.org"}</script>
|
||||||
|
<!-- End Jekyll SEO tag -->
|
||||||
|
|
||||||
|
<link type="application/atom+xml" rel="alternate" href="https://panix.basspistol.com/feed.xml" title="" />
|
||||||
|
<!-- BEGIN seo.html -->
|
||||||
|
|
||||||
|
<title>Play Interlude by Panix Hilton</title>
|
||||||
|
<meta name="title" content="Play Interlude by Panix Hilton" />
|
||||||
|
|
||||||
|
<meta name="dc.date.modified" scheme="ISO8601" content="2020-07-05T18:07:00+00:00" />
|
||||||
|
<meta name="robots" content="index" />
|
||||||
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||||
|
<link rel="canonical" href="https://panix.basspistol.com/albums/netbook-lofi-beatheads/5-interlude/" />
|
||||||
|
<link rel="alternate" hreflang="x-default" href="https://panix.basspistol.com/albums/netbook-lofi-beatheads/5-interlude/" />
|
||||||
|
<meta name="geo.region" content="BJ-ZO" />
|
||||||
|
<meta name="geo.placename" content="Setto" />
|
||||||
|
<meta name="geo.position" content="7.48777;2.076389" />
|
||||||
|
<meta name="ICBM" content="7.48777, 2.076389" />
|
||||||
|
|
||||||
|
<!-- Dublin Core basic info -->
|
||||||
|
|
||||||
|
<meta name="dcterms.Identifier" content="https://panix.basspistol.com" />
|
||||||
|
<meta name="dcterms.Format" content="text/html" />
|
||||||
|
<meta name="dcterms.Relation" content="pax:nion" />
|
||||||
|
<meta name="dcterms.Publisher" content="pax:nion" />
|
||||||
|
<meta name="dcterms.Type" content="text/html" />
|
||||||
|
<meta name="dcterms.Coverage" content="https://panix.basspistol.com/" />
|
||||||
|
<meta name="dcterms.Rights" content="Copyright ©2020 pax:nion." />
|
||||||
|
|
||||||
|
<meta name="dcterms.Subject" content="Listen and to a track by Panix Hilton from the release Netbook Lofi Beatheads and support your remote artist!" />
|
||||||
|
<meta name="dcterms.Title" content="Interlude - Panix Hilton | pax:nion" />
|
||||||
|
|
||||||
|
<meta name="dcterms.Contributor" content="pax:nion" />
|
||||||
|
<meta name="dcterms.Date" content="2020-07-05" />
|
||||||
|
<meta name="dcterms.Description" content="" />
|
||||||
|
|
||||||
|
<!-- Twitter Card -->
|
||||||
|
|
||||||
|
<meta name="twitter:card" content="summary" />
|
||||||
|
<meta name="twitter:site" content="@" />
|
||||||
|
<meta name="twitter:title" content="5 Interlude | pax:nion" />
|
||||||
|
<meta name="twitter:description" content="PHI, Panix Heavy Industries" />
|
||||||
|
|
||||||
|
<meta name="twitter:image" content="https://panix.basspistol.com/assets/albums/netbook-lofi-beatheads/5-interlude.jpeg" />
|
||||||
|
|
||||||
|
<!-- END seo.html -->
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<meta charset="utf-8" />
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=yes" />
|
||||||
|
<link rel="stylesheet" href="../../../assets/css/main20200519.css" />
|
||||||
|
|
||||||
|
<link rel="apple-touch-icon" href="https://panix.basspistol.com/apple-touch-icon.png" />
|
||||||
|
<link rel="icon" type="image/png" href="https://panix.basspistol.com/touch-icon.png" sizes="192x192" />
|
||||||
|
<link rel="shortcut icon" href="https://panix.basspistol.com/assets/img/setto_icon.png" type="image/png" />
|
||||||
|
<noscript><link rel="stylesheet" href="../../../assets/css/noscript20200518-rev1.css" /></noscript>
|
||||||
|
</head>
|
||||||
|
|
||||||
|
<body class="is-preload" id="body">
|
||||||
|
<span id="top" style="display: none;"></span>
|
||||||
|
<!-- Wrapper -->
|
||||||
|
<div id="wrapper" class="divided" data-cms-content-wrapper="/_layouts/default.html">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<!-- Banner -->
|
||||||
|
<section
|
||||||
|
class="banner onload-image-fade-in onload-content-fade-right style3 fullscreen content-align-center image-position-center" style="background-image:url('https://media.basspistol.com/panix/netbook-lofi-beatheads/5-interlude.jpeg');background-size: cover; background-repeat: no-repeat;">
|
||||||
|
<div style="z-index:0;position:absolute; top:0; left:0; width:100%;height:100%;background-color: rgba(13, 13 ,13, 0.85);"></div>
|
||||||
|
<div class="content" style="z-index:1">
|
||||||
|
<h1 style="margin-top:80px">Interlude</h1>
|
||||||
|
|
||||||
|
<p><strong><span id="tracktime"></span></strong><span id="interlude"></span></strong> <br />
|
||||||
|
Style: <strong>Electronic</strong>
|
||||||
|
</p>
|
||||||
|
<script type="text/javascript">
|
||||||
|
var interludetimestamp = 121;
|
||||||
|
var interludehours = Math.floor(interludetimestamp / 60 / 60);
|
||||||
|
var interludeminutes = Math.floor(interludetimestamp / 60) - (interludehours * 60);
|
||||||
|
var interludeseconds = interludetimestamp % 60;
|
||||||
|
var interludeformatted = interludehours.toString().padStart(2, '0') + ':' + interludeminutes.toString().padStart(2, '0') + ':' + interludeseconds.toString().padStart(2, '0');
|
||||||
|
var theSpan = document.getElementById("interlude");
|
||||||
|
theSpan.innerHTML = interludeformatted;
|
||||||
|
</script>
|
||||||
|
|
||||||
|
|
||||||
|
<ul class="actions stacked">
|
||||||
|
<li><button id="mu_pause" class="smooth-scroll-middle button icon solid fa-play">Play dat!</button></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="image">
|
||||||
|
<img src="https://media.basspistol.com/panix/netbook-lofi-beatheads/5-interlude.jpeg" alt="5 Interlude logo" id="coverart" />
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
|
||||||
|
|
||||||
|
<!-- Page navigation -->
|
||||||
|
<section class="wrapper style1 align-center">
|
||||||
|
<div class="inner">
|
||||||
|
<div class="index align-left">
|
||||||
|
<!-- Author -->
|
||||||
|
<section class="streambox" style="margin-top:40px;padding: 40px;">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<h3 style="text-align: center;display: block;">This track can't be bought</h3>
|
||||||
|
<p>But other tracks are available here:</p>
|
||||||
|
|
||||||
|
|
||||||
|
<div class="streamer">
|
||||||
|
|
||||||
|
|
||||||
|
<a onclick="_paq.push(['trackEvent', 'StoreLink', 'Bandcamp']);" target="_blank" rel="noopener" href="https://panixheavyindustries.bandcamp.com" alt="Stream from Bandcamp" title="Stream from Bandcamp" class="button icon brands fa-bandcamp">Bandcamp</a>
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</section>
|
||||||
|
<section>
|
||||||
|
<!-- Content -->
|
||||||
|
<div class="content">
|
||||||
|
<!-- post Naviation -->
|
||||||
|
<div style="text-align: center;">
|
||||||
|
<h3>Play more songs grom this release</h3>
|
||||||
|
</div>
|
||||||
|
<div class="post-nav">
|
||||||
|
<div>
|
||||||
|
|
||||||
|
<h4><a href="../../../albums/netbook-lofi-beatheads/4-frankentune/" alt="Read Frankentune" title="Read Frankentune"><i class="fas fa-arrow-left"></i></a> <a
|
||||||
|
href="../../../albums/netbook-lofi-beatheads/4-frankentune/"> Frankentune</a>
|
||||||
|
</h4>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
<div class="post-nav-next">
|
||||||
|
|
||||||
|
<h4><a href="../../../albums/netbook-lofi-beatheads/6-lukewarm/"> Lukewarm</a> <a
|
||||||
|
href="../../../albums/netbook-lofi-beatheads/6-lukewarm/" alt="Read Lukewarm" title="Read Lukewarm"><i class="fas fa-arrow-right"></i></a></h4>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<!-- End Post Navigation -->
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
<!-- Audio player-->
|
||||||
|
<audio autoplay preload="true" data-matomo-title="Interlude">
|
||||||
|
<source src="https://media.basspistol.com/panix/netbook-lofi-beatheads/5-interlude.mp3" type="audio/mpeg" ontimeupdate='updateTrackTime(this);' />
|
||||||
|
<h1>Your browser isn't ready for so much hotness. Use the download-link instead.</h1>.
|
||||||
|
</audio>
|
||||||
|
<!-- Footer -->
|
||||||
|
<footer id="footer" class="wrapper style1 align-center">
|
||||||
|
<div class="footflex">
|
||||||
|
<div>
|
||||||
|
<h4>pax:nion</h4>
|
||||||
|
<p>PHI, Panix Heavy Industries
|
||||||
|
<br /><a href="mailto:"></a></p>
|
||||||
|
</div>
|
||||||
|
<div>
|
||||||
|
<ul>
|
||||||
|
<li><a href="#top" class="smooth-scroll-middle">Back to top</a></li>
|
||||||
|
<li><a href="/#album0" class="smooth-scroll-middle">music</a></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<div><img src="/assets/panix-logo-dark.svg" style="max-width:300px" alt="pax:nion Logo" /></div>
|
||||||
|
</div>
|
||||||
|
<div class="inner">
|
||||||
|
<ul class="icons">
|
||||||
|
|
||||||
|
<!-- <li><a href="mailto:" class="icon style2 fa-envelope"><span class="label">Email</span></a></li> -->
|
||||||
|
</ul>
|
||||||
|
<p>©2020 Basspistol | <a href="../../../webcreds/">Credits</a> | <a href="../../../cookies/">Cookies & Privacy</a></p>
|
||||||
|
</div>
|
||||||
|
</footer>
|
||||||
|
|
||||||
|
|
||||||
|
<script type="text/javascript">
|
||||||
|
function loadUrl(newLocation) {
|
||||||
|
window.location = newLocation;
|
||||||
|
return false;
|
||||||
|
}
|
||||||
|
|
||||||
|
var mu = document.getElementsByTagName("audio")[0];
|
||||||
|
var pauseButton = document.getElementById("mu_pause");
|
||||||
|
var spincover = document.getElementById("coverart");
|
||||||
|
|
||||||
|
mu.addEventListener('ended', function () {
|
||||||
|
// only functional if "loop" is removed
|
||||||
|
mu.pause();
|
||||||
|
mu.currentTime = 0;
|
||||||
|
loadUrl("../../../netbook-lofi-beatheads/6-lukewarm/"); return false;
|
||||||
|
});
|
||||||
|
mu.onplaying = function() {
|
||||||
|
pauseButton.innerHTML = "Pause";
|
||||||
|
pauseButton.classList.remove("fa-play");
|
||||||
|
pauseButton.classList.add("fa-pause");
|
||||||
|
spincover.classList.add("spinnit");
|
||||||
|
spincover.classList.remove("paused");
|
||||||
|
};
|
||||||
|
|
||||||
|
pauseButton.addEventListener("click", function () {
|
||||||
|
if (mu.paused) {
|
||||||
|
mu.play();
|
||||||
|
|
||||||
|
}
|
||||||
|
else {
|
||||||
|
mu.pause();
|
||||||
|
pauseButton.innerHTML = "Resume";
|
||||||
|
pauseButton.classList.add("fa-play");
|
||||||
|
pauseButton.classList.remove("fa-pause");
|
||||||
|
spincover.classList.add("paused");
|
||||||
|
}
|
||||||
|
});
|
||||||
|
|
||||||
|
mu.addEventListener('timeupdate', function () {
|
||||||
|
var timestamp = Math.floor(mu.currentTime);
|
||||||
|
var hours = Math.floor(timestamp / 60 / 60);
|
||||||
|
var minutes = Math.floor(timestamp / 60) - (hours * 60);
|
||||||
|
var seconds = timestamp % 60;
|
||||||
|
var formatted = hours.toString().padStart(2, '0') + ':' + minutes.toString().padStart(2, '0') + ':' + seconds.toString().padStart(2, '0');
|
||||||
|
var thecurrentSpan = document.getElementById("tracktime");
|
||||||
|
thecurrentSpan.innerHTML = formatted + ' / ';
|
||||||
|
});
|
||||||
|
|
||||||
|
</script>
|
||||||
|
</div>
|
||||||
|
<!-- Navigation -->
|
||||||
|
<div id="logo" class="logo">
|
||||||
|
<a href="/" class="smooth-scroll-middle"><img width="200em" src="/assets/panix-logo.svg" alt=" Logo" /></a>
|
||||||
|
<a href="#navbar" onclick="blurBody()" alt="Navigation Menu" title="Navigation Menu"><span style="font-size: 34px;" class="icon solid fa-bars"></span></a>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div id="navbar" style="display: block;" class="modalDialog">
|
||||||
|
<a href="#close" onclick="removeBlur()" alt="Close Menu" title="Close Menu"><div id="closearea"> </div></a>
|
||||||
|
<nav>
|
||||||
|
<a href="#close" title="Close" onclick="removeBlur()" class="close-button close" style="margin: 0 auto;">X</a>
|
||||||
|
<ul>
|
||||||
|
|
||||||
|
|
||||||
|
<li><a href="../../../" class="button small">Home</a></li>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<li><a href="../../../releases/" class="button small">Releases</a></li>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<li><a href="../../../logs/" class="button small">Web-Log</a></li>
|
||||||
|
|
||||||
|
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
</nav>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
<!-- End Navigation -->
|
||||||
|
<!-- Scripts -->
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<script src="../../../assets/js/jquery.min.js"></script>
|
||||||
|
<script src="../../../assets/js/jquery.scrollex.min.js"></script>
|
||||||
|
<script src="../../../assets/js/jquery.scrolly.min.js"></script>
|
||||||
|
<script src="../../../assets/js/browser.min.js"></script>
|
||||||
|
<script src="../../../assets/js/breakpoints.min.js"></script>
|
||||||
|
<script src="../../../assets/js/util.js"></script>
|
||||||
|
<script src="../../../assets/js/main.js"></script>
|
||||||
|
<script src="../../../assets/js/set.js"></script>
|
||||||
|
|
||||||
|
|
||||||
|
<div id="cookie-notice">
|
||||||
|
<p>We only use cookies if you consent to it. They don't contain any identifiable info: they just let us know if you enjoyed this enough to come back. <br />Click <a href="#" id="cookie-notice-decline">here</a> if you want this shit to go away without cookies. <br />Read more about how Basspistol <a href="/cookies/">use cookies</a> </p>
|
||||||
|
<a class="button small yes" href="#" id="cookie-notice-accept">I'm in!</a>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<script>
|
||||||
|
function createCookie(name, value, days) {
|
||||||
|
var expires = "";
|
||||||
|
if (days) {
|
||||||
|
var date = new Date();
|
||||||
|
date.setTime(date.getTime() + (days * 24 * 60 * 60 * 1000));
|
||||||
|
expires = "; expires=" + date.toUTCString();
|
||||||
|
}
|
||||||
|
document.cookie = name + "=" + value + expires + "; path=/";
|
||||||
|
}
|
||||||
|
function readCookie(name) {
|
||||||
|
var nameEQ = name + "=";
|
||||||
|
var ca = document.cookie.split(';');
|
||||||
|
for (var i = 0; i < ca.length; i++) {
|
||||||
|
var c = ca[i];
|
||||||
|
while (c.charAt(0) == ' ') c = c.substring(1, c.length);
|
||||||
|
if (c.indexOf(nameEQ) == 0) return c.substring(nameEQ.length, c.length);
|
||||||
|
}
|
||||||
|
return null;
|
||||||
|
}
|
||||||
|
function eraseCookie(name) {
|
||||||
|
createCookie(name, "", -1);
|
||||||
|
}
|
||||||
|
|
||||||
|
if (readCookie('cookie-notice-dismissed') == 'wantCookies') {
|
||||||
|
|
||||||
|
//* Matomo Tag Manager *//
|
||||||
|
|
||||||
|
var _mtm = _mtm || [];
|
||||||
|
_mtm.push({'mtm.startTime': (new Date().getTime()), 'event': 'mtm.Start'});
|
||||||
|
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
|
||||||
|
g.type='text/javascript'; g.async=true; g.defer=true; g.src='https://cdn.matomo.cloud/terminalnetwork.matomo.cloud/container_aJ0T3vZ5.js'; s.parentNode.insertBefore(g,s);
|
||||||
|
|
||||||
|
//* End Matomo Tag Manager *//
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
} else {
|
||||||
|
document.getElementById('cookie-notice').style.display = 'flex';
|
||||||
|
|
||||||
|
var _paq = window._paq || [];
|
||||||
|
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */
|
||||||
|
_paq.push(["setDocumentTitle", document.domain + "/" + document.title]);
|
||||||
|
_paq.push(["disableCookies"]);
|
||||||
|
_paq.push(['trackPageView']);
|
||||||
|
_paq.push(['enableLinkTracking']);
|
||||||
|
(function() {
|
||||||
|
var u="https://terminalnetwork.matomo.cloud/";
|
||||||
|
_paq.push(['setTrackerUrl', u+'matomo.php']);
|
||||||
|
_paq.push(['setSiteId', '14']);
|
||||||
|
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
|
||||||
|
g.type='text/javascript'; g.async=true; g.defer=true; g.src='//cdn.matomo.cloud/terminalnetwork.matomo.cloud/matomo.js'; s.parentNode.insertBefore(g,s);
|
||||||
|
})();
|
||||||
|
|
||||||
|
|
||||||
|
}
|
||||||
|
if (readCookie('cookie-notice-dismissed') == 'dontWantCookies') {
|
||||||
|
document.getElementById('cookie-notice').style.display = 'none';
|
||||||
|
|
||||||
|
var _paq = window._paq || [];
|
||||||
|
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */
|
||||||
|
_paq.push(["setDocumentTitle", document.domain + "/" + document.title]);
|
||||||
|
_paq.push(["disableCookies"]);
|
||||||
|
_paq.push(['trackPageView']);
|
||||||
|
_paq.push(['enableLinkTracking']);
|
||||||
|
(function() {
|
||||||
|
var u="https://terminalnetwork.matomo.cloud/";
|
||||||
|
_paq.push(['setTrackerUrl', u+'matomo.php']);
|
||||||
|
_paq.push(['setSiteId', '14']);
|
||||||
|
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
|
||||||
|
g.type='text/javascript'; g.async=true; g.defer=true; g.src='//cdn.matomo.cloud/terminalnetwork.matomo.cloud/matomo.js'; s.parentNode.insertBefore(g,s);
|
||||||
|
})();
|
||||||
|
|
||||||
|
}
|
||||||
|
document.getElementById('cookie-notice-accept').addEventListener("click", function () {
|
||||||
|
createCookie('cookie-notice-dismissed', 'wantCookies', 31);
|
||||||
|
document.getElementById('cookie-notice').style.display = 'none';
|
||||||
|
_paq.push(['trackEvent', 'Consent', 'wantCookie']);
|
||||||
|
location.reload();
|
||||||
|
});
|
||||||
|
|
||||||
|
document.getElementById('cookie-notice-decline').addEventListener("click", function () {
|
||||||
|
createCookie('cookie-notice-dismissed', 'dontWantCookies', 31);
|
||||||
|
document.getElementById('cookie-notice').style.display = 'none';
|
||||||
|
_paq.push(['trackEvent', 'Consent', 'dontWantCookie']);
|
||||||
|
location.reload();
|
||||||
|
});
|
||||||
|
|
||||||
|
// document.getElementById('cookie-notice-gimme').addEventListener("click", function () {
|
||||||
|
// createCookie('cookie-notice-dismissed', 'wantCookies', 31);
|
||||||
|
// document.getElementById('cookie-notice').style.display = 'none';
|
||||||
|
// location.reload();
|
||||||
|
// });
|
||||||
|
|
||||||
|
|
||||||
|
</script>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
Some files were not shown because too many files have changed in this diff Show more
Loading…
Add table
Add a link
Reference in a new issue